NSX-T Data Center REST API
IPInfo (type)
{
"description": "An IP information structure that includes a single IP address and its associated prefix length.",
"id": "IPInfo",
"module_id": "ServiceInsertionCommonTypes",
"properties": {
"ip_addresses": {
"items": {
"$ref": "IPAddress"
},
"maxItems": 1,
"minItems": 1,
"required": true,
"title": "IP Addresses",
"type": "array"
},
"prefix_length": {
"maximum": 128,
"minimum": 1,
"required": true,
"title": "Subnet Prefix Length",
"type": "integer"
}
},
"type": "object"
}