FastL4 inbound application with all propertiesΒΆ
FastL4 inbound application with all properties using below example:
{
"allowOverwrite": false,
"name": "<app_name>",
"description": "<app_name> description",
"set_name": "Examples",
"template_name": "sslo-outbound-gateway-topology",
"parameters": {
"virtuals": [
{
"auto_last_hop": "disable",
"enable_Access": false,
"enable_InspectionServices": false,
"enable_TLS_Server": false,
"enable_snat": true,
"FastL4_TOS": 0,
"FastL4_idleTimeout": 600,
"FastL4_looseClose": true,
"FastL4_looseInitialization": true,
"FastL4_pvaAcceleration": "full",
"FastL4_pvaDynamicClientPackets": 1,
"FastL4_pvaDynamicServerPackets": 2,
"FastL4_resetOnTimeout": true,
"FastL4_tcpCloseTimeout": 43200,
"FastL4_tcpHandshakeTimeout": 43200,
"snat_automap": true,
"snat_addresses": [],
"enable_FastL4": true,
"enable_HTTP2_Profile": false,
"enable_UDP_Profile": false,
"enable_TCP_Profile": false,
"enable_mirroring": true,
"enable_TLS_Client": false,
"enable_SsloPolicy": false,
"enable_WAF": false,
"enable_iRules": false,
"virtualPort": 80,
"virtualName": "<app_name>_vs",
"pool": "<app_name>_pool"
}
],
"enable_Global_Resiliency": false,
"application_description": "<app_name> description",
"application_name": "<app_name>"
}
}