IpSpaceSummary

IpSpaceSummary
IpSpaceSummary

Summary of an IP Space.

AllOf
This class requires all of the following:
JSON Example
{
    "status": {},
    "id": "urn:vcloud:ipSpace:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "type": "string",
    "orgRef": {
        "name": "string",
        "id": "string"
    },
    "utilization": {
        "floatingIPs": {
            "totalCount": "string",
            "allocatedCount": "string",
            "usedCount": "string",
            "unusedCount": "string",
            "allocatedPercentage": "number",
            "usedPercentage": "number"
        },
        "ipPrefixes": {
            "prefixLengthUtilizations": [
                {
                    "prefixLength": 0,
                    "totalCount": 0,
                    "allocatedCount": 0
                }
            ]
        }
    }
}
Availability
Added in 37.1
Used By