ALBUDPFastPathProfile (schema)

UDPFastPathProfile

Advanced load balancer UDPFastPathProfile object
Name Description Type Notes
dsr_profile Dsr profile

DSR profile information.
ALBDsrProfile
per_pkt_loadbalance Per pkt loadbalance

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.
Default value when not specified in API or module is
interpreted by ALB Controller as false.
boolean Default: "False"
session_idle_timeout Session idle timeout

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.
Default value when not specified in API or module is
interpreted by ALB Controller as 10.
integer Minimum: 2
Maximum: 3600
Default: "10"
snat Snat

When disabled, Source NAT will not be performed for all
client UDP packets.
Default value when not specified in API or module is
interpreted by ALB Controller as true.
boolean Default: "True"