NSX-T Data Center REST API
ALBIpAddr (type)
{
"additionalProperties": false,
"description": "Advanced load balancer IpAddr object",
"id": "ALBIpAddr",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"addr": {
"description": "IP address.",
"required": true,
"title": "Addr",
"type": "string"
},
"type": {
"$ref": "ALBIpAddrType,
"description": "Enum options - V4, DNS, V6.",
"required": true,
"title": "Type"
}
},
"title": "IpAddr",
"type": "object"
}