IpSpaceIpPrefixUtilizationCounts
IpSpaceIpPrefixUtilizationCounts
Utilization counts for collection of IP Prefixes. This gives overall usage summary for the collection of IP Prefixes such as number of total available, allocated and used along with summary about each prefix lengths.
AllOf
This class requires all of the following:
JSON Example
{
"totalCount": "string",
"allocatedCount": "string",
"usedCount": "string",
"unusedCount": "string",
"allocatedPercentage": "number",
"usedPercentage": "number",
"prefixLengthUtilizations": [
{
"prefixLength": 0,
"totalCount": 0,
"allocatedCount": 0
}
]
}