NSX-T Data Center REST API

OtherCidrsMsg (type)

{
  "additionalProperties": false,
  "description": "Definition for limits defined on cidrs that are not /32",
  "id": "OtherCidrsMsg",
  "module_id": "PolicyLimit",
  "nsx_feature": "IpBlockQuota",
  "properties": {
    "mask": {
      "description": "The largest size mask that is allowed. A value of \"\" for this field denotes no restriction on mask.",
      "title": "Largest CIDR mask",
      "type": "string"
    },
    "total_count": {
      "description": "The total number of subnets that can be carved from IP blocks defined in the quota. The size of these subnts should be less than or equal to the mask and not equal to 32. CIDR mask in the format /<cidr>. For example /28 A value of -1 for this field denotes no restriction on the number of subnets.",
      "title": "Total CIDRs allowed",
      "type": "int"
    }
  },
  "title": "Quota For CIDRs",
  "type": "object"
}