[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlineLBFastUdpProfile1

Properties

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
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.

JSON Example

{
	"flow_mirroring_enabled": false,
	"idle_timeout": 0
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyLoadBalancer
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

LBFastUdpProfile

Feedback

Was this page helpful?