NSX-T Data Center REST API
PolicyAntreaIPPoolIPRange (type)
{ "additionalProperties": false, "description": "IP range of antrea ip pool resource", "id": "PolicyAntreaIPPoolIPRange", "module_id": "PolicyGroupRealization", "properties": { "cidr": { "readonly": true, "title": "The cidr representation of ip address of antrea ippool resource", "type": "string" }, "end": { "readonly": true, "title": "The end ip address of antrea ippool resource", "type": "string" }, "gateway": { "readonly": true, "title": "The gateway ipaddress of antrea ippool resource", "type": "string" }, "prefix_length": { "readonly": true, "title": "The prefix length of antrea ippool resource", "type": "integer" }, "start": { "readonly": true, "title": "The start ip address of antrea ippool resource", "type": "string" }, "vlan": { "readonly": true, "title": "The vlan of antrea ippool resource", "type": "integer" } }, "title": "IP range of antrea ip pool resource", "type": "object" }