IpSpaceUtilizationSummary

IpSpaceUtilizationSummary
IpSpaceUtilizationSummary

Utilization summary for an IP space.

JSON Example
{
    "floatingIPs": {
        "totalCount": "string",
        "allocatedCount": "string",
        "usedCount": "string",
        "unusedCount": "string",
        "allocatedPercentage": "number",
        "usedPercentage": "number"
    },
    "ipPrefixes": {
        "prefixLengthUtilizations": [
            {
                "prefixLength": 0,
                "totalCount": 0,
                "allocatedCount": 0
            }
        ]
    }
}
floatingIPs
Optional

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.

ipPrefixes
Optional

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.

Availability
Added in 37.1