InlineLBFastUdpProfile1

InlineLBFastUdpProfile1
InlineLBFastUdpProfile1
JSON Example
{
    "flow_mirroring_enabled": false,
    "idle_timeout": 0
}
boolean
flow_mirroring_enabled
Optional

If flow mirroring is enabled, all the flows to the bounded virtual server are mirrored to the standby node.

integer As int64 As int64
idle_timeout
Optional

Though UDP is a connectionless protocol, for the purposes of load balancing, all UDP packets with the same flow signature (source and destination IP/ports and IP protocol) received within the idle timeout period are considered to belong to the same connection and are sent to the same backend server. If no packets are received for idle timeout period, the connection (association between flow signature and the selected server) is cleaned up.