NSX-T Data Center REST API
ALBIpAddrRange (type)
{
"additionalProperties": false,
"description": "Advanced load balancer IpAddrRange object",
"id": "ALBIpAddrRange",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"begin": {
"$ref": "ALBIpAddr,
"description": "Starting IP address of the range.",
"required": true,
"title": "Begin"
},
"end": {
"$ref": "ALBIpAddr,
"description": "Ending IP address of the range.",
"required": true,
"title": "End"
}
},
"title": "IpAddrRange",
"type": "object"
}