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": {
      "deprecated": true,
      "readonly": true,
      "title": "CIDR address for IP block",
      "type": "string"
    },
    "cidrs": {
      "description": "Represents list of cidrs.",
      "items": {
        "format": "ip-cidr-block",
        "type": "string"
      },
      "nsx_feature": "IPSpaces",
      "readonly": true,
      "title": "Array of contiguous IP address spaces represented by network address and prefix length",
      "type": "array"
    },
    "excluded_ips": {
      "description": "Represents list of excluded IP address in the form of start and end IPs",
      "items": {
        "$ref": "IpPoolRange"
      },
      "nsx_feature": "IPSpaces",
      "readonly": true,
      "title": "Array of contiguous IP address space represented by start and end IPs",
      "type": "array"
    },
    "path": {
      "readonly": true,
      "title": "Path for IP block",
      "type": "string"
    },
    "percentage_used": {
      "readonly": true,
      "title": "Percentage of used IP address space",
      "type": "string"
    },
    "ranges": {
      "description": "Represents list of IP address ranges in the form of start and end IPs",
      "items": {
        "$ref": "IpPoolRange"
      },
      "nsx_feature": "IPSpaces",
      "readonly": true,
      "title": "Array of contiguous IP address space represented by start and end IPs",
      "type": "array"
    },
    "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"
}