ALBDnsRuleActionPoolSwitching (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer DnsRuleActionPoolSwitching object", 
  "id": "ALBDnsRuleActionPoolSwitching", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "pool_group_path": {
      "description": "Reference of the pool group to serve the passthrough DNS query which cannot be served locally. It is a reference to an object of type PoolGroup.", 
      "required": false, 
      "title": "Pool group path", 
      "type": "string", 
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "ALBDnsPolicy"
          ], 
          "relationshipType": "ALB_DNSPOLICY_ALB_POOLGROUP_RELATIONSHIP", 
          "rightType": [
            "ALBPoolGroup"
          ]
        }
      ]
    }, 
    "pool_path": {
      "description": "Reference of the pool to serve the passthrough DNS query which cannot be served locally. It is a reference to an object of type Pool.", 
      "required": false, 
      "title": "Pool path", 
      "type": "string", 
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "ALBDnsPolicy"
          ], 
          "relationshipType": "ALB_DNSPOLICY_ALB_POOL_RELATIONSHIP", 
          "rightType": [
            "ALBPool"
          ]
        }
      ]
    }
  }, 
  "title": "DnsRuleActionPoolSwitching", 
  "type": "object"
}