NSX-T Data Center REST API
Tier0StatefulServicesConfig (schema)
Tier0 stateful services config
Tier0 stateful services config to define stateful
Name | Description | Type | Notes |
---|---|---|---|
enabled | Flag to enable ACTIVE-ACTIVE stateful services This is used to enable or disable ACTIVE-ACTIVE stateful services. |
boolean | Default: "False" |
redirection_policy | Redirection policy configuration Redirection policy to load balance traffic among nodes IP_HASH: Hash Source IP or destination ip to redirect packet for load sharing and stateful services. NONE: Disable redirection. It requires user to define static traffic group per edge node and expects external router to forward return packet back to the same edge node. SRC_DST_IP_HASH: Hash both source and desitnation ip to redirect packet for load sharing. This mode doesn't support NAT and presumes source and destination IP remains same in either direction. |
string | Enum: IP_HASH, NONE, SRC_DST_IP_HASH Default: "IP_HASH" |