{ "additionalProperties": false, "description": "Advanced load balancer DnsPolicies object", "id": "ALBDnsPolicies", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "dns_policy_path": { "description": "path of the dns policy. It is a reference to an object of type DnsPolicy.", "required": true, "title": "Dns policy path", "type": "string", "x-vmw-cross-reference": [ { "leftType": [ "ALBVirtualService" ], "relationshipType": "ALB_VIRTUALSERVICE_ALB_DNSPOLICY_RELATIONSHIP", "rightType": [ "ALBDnsPolicy" ] } ] }, "index": { "description": "Index of the dns policy.", "required": true, "title": "Index", "type": "integer" } }, "title": "DnsPolicies", "type": "object" }