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 enum types for enaling stateful services
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.
string Enum: IP_HASH, NONE
Default: "IP_HASH"