Tier0StatefulServicesConfig (type)

{
  "additionalProperties": false, 
  "description": "Tier0 stateful services config to define stateful", 
  "id": "Tier0StatefulServicesConfig", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "enabled": {
      "default": false, 
      "description": "This is used to enable or disable ACTIVE-ACTIVE stateful services.", 
      "required": false, 
      "title": "Flag to enable ACTIVE-ACTIVE stateful services", 
      "type": "boolean"
    }, 
    "redirection_policy": {
      "default": "IP_HASH", 
      "description": "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.", 
      "enum": [
        "IP_HASH", 
        "NONE"
      ], 
      "required": false, 
      "title": "Redirection policy configuration", 
      "type": "string"
    }
  }, 
  "title": "Tier0 stateful services config", 
  "type": "object"
}