NSX-T Data Center REST API

IpAddressBlockAvailableSubnetsCount (type)

{
  "additionalProperties": false,
  "description": "Represents the number of subnets of a given size that can be allocated from an IpAddressBlock\"",
  "id": "IpAddressBlockAvailableSubnetsCount",
  "module_id": "PolicyIpam",
  "nsx_feature": "IPSpaces",
  "properties": {
    "free_subnets": {
      "description": "Number of free subnets of given size in IpAddressBlock",
      "type": "string"
    }
  },
  "title": "Free Subnets For Mask",
  "type": "object"
}