NSX-T Data Center REST API

SubnetIpRange (type)

{
  "description": "Details of subnet ip range of container ip pool", 
  "id": "SubnetIpRange", 
  "module_id": "InventoryContainerObj", 
  "properties": {
    "cidr": {
      "$ref": "IPCIDRBlock, 
      "description": "CIDR of subnet ip range.", 
      "readonly": false, 
      "required": false, 
      "title": "CIDR of SubnetIpRange"
    }, 
    "end": {
      "description": "Specifies end of subnet ip range.", 
      "format": "ip", 
      "readonly": false, 
      "required": false, 
      "title": "End of SubnetIpRange", 
      "type": "string"
    }, 
    "gateway": {
      "description": "Specifies gateway IP of subnet.", 
      "format": "ip", 
      "readonly": false, 
      "required": false, 
      "title": "Gateway IP of SubnetIpRange", 
      "type": "string"
    }, 
    "prefix_length": {
      "description": "Specifies prefix length of subnet.", 
      "maximum": 128, 
      "minimum": 0, 
      "readonly": false, 
      "required": false, 
      "title": "Prefix length of SubnetIpRange", 
      "type": "integer"
    }, 
    "start": {
      "description": "Specifies start IP of subnet ip range.", 
      "format": "ip", 
      "readonly": false, 
      "required": false, 
      "title": "Start IP of SubnetIpRange", 
      "type": "string"
    }, 
    "vlan": {
      "description": "Specifies VLAN id of subnet.", 
      "maximum": 4095, 
      "minimum": 0, 
      "readonly": false, 
      "required": false, 
      "title": "VLAN ID of SubnetIpRange", 
      "type": "integer"
    }
  }, 
  "title": "SubnetIpRange of ContainerIpPool", 
  "type": "object"
}