NSX-T Data Center REST API
IpAddressBlockUsage (type)
{
"additionalProperties": false,
"description": "Shows used IP ranges and available IP ranges statistics of an IpAddressBlock.",
"id": "IpAddressBlockUsage",
"module_id": "PolicyIpam",
"properties": {
"available_ip_ranges": {
"description": "This represents available ip ranges of an IpAddressBlock.",
"items": {
"type": "string"
},
"readonly": true,
"title": "Available IP ranges in an IpAddressBlock",
"type": "array"
},
"available_ips_count": {
"description": "This represents total count of IPs which are not assigned to any subnet.",
"nsx_feature": "VpcSimplification",
"readonly": true,
"title": "Available IPs count in IpAddressBlock",
"type": "string"
},
"used_ip_ranges": {
"description": "This represents used ip ranges of an IpAddressBlock.",
"items": {
"type": "string"
},
"readonly": true,
"title": "Used IP ranges in an IpAddressBlock",
"type": "array"
},
"used_ips_count": {
"description": "This represents total count of IPs which are assigned to subnets from this block.",
"nsx_feature": "VpcSimplification",
"readonly": true,
"title": "Used IPs count in IpAddressBlock",
"type": "string"
}
},
"title": "IP usage statistics of an IpAddressBlock.",
"type": "object"
}