IpAddressSpaces

IpAddressSpaces
IpAddressSpaces

List of IP Spaces.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "status": "string",
            "id": "urn:vcloud:ipSpace:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "name": "string",
            "description": "string",
            "internalScopeCidrBlocks": [
                {
                    "id": "string",
                    "name": "string",
                    "cidr": "10.0.0.0/8"
                }
            ],
            "externalScopeCidr": "10.0.0.0/8",
            "regionRef": {
                "name": "string",
                "id": "string"
            },
            "defaultQuota": {
                "maxIpCount": 0,
                "maxCidrCount": 0,
                "maxSubnetSize": 24
            }
        }
    ]
}
Returned By