NSX-T Data Center REST API

IpAddressBlockState (type)

{
  "additionalProperties": false,
  "description": "Shows Projects and VPC subnets and their allocations statistics of an IpAddressBlock.",
  "id": "IpAddressBlockState",
  "module_id": "PolicyIpam",
  "nsx_feature": "IpBlockQuota",
  "properties": {
    "projects": {
      "description": "This represents state of IpAddressBlock for Projects.",
      "items": {
        "$ref": "ProjectIpAddressBlockState"
      },
      "readonly": true,
      "title": "Details of IpAddressBlock for Projects",
      "type": "array"
    }
  },
  "title": "State of IpAddressBlock.",
  "type": "object"
}