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 with any value in Enterprise, Enterprise with Cloud Services edition. Allowed in Essentials (Allowed values- false), Basic (Allowed values- false) edition.

integer As int32 As int32
session_idle_timeout
Optional
Constraints: default: 10

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 with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
snat
Optional
Constraints: default: true

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