IpAddressSpaceUtilizationCounts
IpAddressSpaceUtilizationCounts
The utilization counts applies to IPs or CIDRs, for an IP Space or per IP Block. The utilization counts include total count as allocated by the quota, used count, available count and the percentage of used.
JSON Example
{
"name": "string",
"totalCount": "string",
"usedCount": "string",
"availableCount": "string",
"usedPercentage": "number"
}
string
name
Optional
The name of the IP Space or the IP Block the utilization counts applies to.
string
totalCount
Optional
Total number, the sum of the used and the available.
string
usedCount
Optional
The number of used.
string
availableCount
Optional
The number of available (total minus used).
number As float
As float
usedPercentage
Optional
Constraints:
minimum: 0
maximum: 100
The percentage of used out of the total.