IpSpaceIpUtilizationCounts

IpSpaceIpUtilizationCounts
IpSpaceIpUtilizationCounts

Utilization counts for collection of IP addresses or IP Prefixes. This gives usage summary for the collection of IP addresses such as number of total available, allocated and used.

JSON Example
{
    "totalCount": "string",
    "allocatedCount": "string",
    "usedCount": "string",
    "unusedCount": "string",
    "allocatedPercentage": "number",
    "usedPercentage": "number"
}
string
totalCount
Optional

The number of IP addresses or IP Prefixes defined by the IP Space. If user does not own this IP Space, this is the quota that the user's organization is granted. A "-1" value means that the user's organization has no cap on the quota; for this case, allocatedPercentage is unset.

string
allocatedCount
Optional

The number of allocated IP addresses or IP Prefixes.

string
usedCount
Optional

The number of used IP addresses or IP Prefixes. An allocated IP address or IP Prefix is considered used if it is being used in network services such as NAT rule or in Org VDC network definition.

string
unusedCount
Optional

The number of unused IP addresses or IP Prefixes. An IP address or an IP Prefix is considered unused if it is allocated but not being used by any network service or any Org vDC network definition.

number As float As float
allocatedPercentage
Optional

Specifies the percentage of allocated IP addresses or IP Prefixes out of all defined IP addresses or IP Prefixes.

number As float As float
usedPercentage
Optional

Specifies the percentage of used IP addresses or IP Prefixes out of total allocated IP addresses or IP Prefixes.

Availability
Added in 37.1