NSX-T Data Center REST API
IpAddressBlockAllocationStateForCidr (type)
{
"additionalProperties": false,
"description": "Represents the state for a CIDR allocated from an IpAddressBlock. The CIDR can be a single IP which is represented as a /32. Or it can be a larger CIDR.",
"id": "IpAddressBlockAllocationStateForCidr",
"module_id": "PolicyIpam",
"nsx_feature": "IPSpaces",
"properties": {
"allocation_path": {
"description": "Policy path of the Ip Address Allocation object",
"read_only": true,
"type": "string"
},
"cidr": {
"description": "Allocated CIDR",
"read_only": true,
"type": "string"
},
"consumer": {
"description": "Project/VPC this CIDR is allocated to",
"read_only": true,
"type": "string"
},
"used_by": {
"description": "The service or VM using this allocated CIDR",
"items": {
"$ref": "IpAddressBlockCidrUsedByDetails"
},
"read_only": true,
"type": "array"
}
},
"title": "IpAddressBlock CIDR Allocation State",
"type": "object"
}