NSX-T Data Center REST API

VpcIpAddressBlock (type)

{
  "additionalProperties": false,
  "id": "VpcIpAddressBlock",
  "module_id": "PolicyVpcStatistics",
  "properties": {
    "allocated_by_vpc": {
      "$ref": "AllocatedByVpc",
      "readonly": true
    },
    "available": {
      "readonly": true,
      "title": "Available IP address space",
      "type": "integer"
    },
    "cidr": {
      "readonly": true,
      "title": "CIDR address for IP block",
      "type": "string"
    },
    "path": {
      "readonly": true,
      "title": "Path for IP block",
      "type": "string"
    },
    "percentage_used": {
      "readonly": true,
      "title": "Percentage of used IP address space",
      "type": "string"
    },
    "total": {
      "readonly": true,
      "title": "Total ip address space",
      "type": "integer"
    },
    "visibility": {
      "readonly": true,
      "title": "Visibility of IP block",
      "type": "string"
    }
  },
  "title": "Policy VPC IP block",
  "type": "object"
}