InlineIpSpaceSummary1
InlineIpSpaceSummary1
JSON Example
{
"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
}
]
}
}
}
string
id
Optional
The identifier of the IP Space in URN format.
string
name
Required
The name of the IP Space. Name is unique across all IP Spaces of a given type and organization.
string
description
Optional
The description of the IP Space.
string
type
Required
The type of the IP Space. Possible values are:
- PUBLIC - These can be consumed by multiple organizations. These are created by System Administrators only, for managing public IPs. The IP addresses and IP Prefixes from this IP space are allocated to specific organizations for consumption.
- PRIVATE - These can be consumed by only a single organization. All the IPs within this IP Space are allocated to the particular organization.
- SHARED_SERVICES - These are for internal use only. The IP addresses and IP Prefixes from this IP space can be consumed by multiple organizations but those IP addresses and IP Prefixes will not be not visible to the individual users within the organization. These are created by System Administrators only, typically for a service or for management networks.