UDPFastPathProfile

UDPFastPathProfile
UDPFastPathProfile
JSON Example
{
    "dsr_profile": {
        "dsr_encap_type": "string",
        "dsr_type": "string"
    },
    "per_pkt_loadbalance": false,
    "session_idle_timeout": 0,
    "snat": false
}
dsr_profile
Optional

dsr_profile

boolean
per_pkt_loadbalance
Optional

When enabled, every UDP packet is considered a new transaction and may be load balanced to a different server. When disabled, packets from the same client source IP and port are sent to the same server. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic edition(Allowed values- false), Enterprise with Cloud Services edition.

integer As int32 As int32
session_idle_timeout
Optional

The amount of time (in sec) for which a flow needs to be idle before it is deleted. Allowed values are 2-3600. Unit is SEC. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
snat
Optional

When disabled, Source NAT will not be performed for all client UDP packets. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.