InlineIpAddressSpace1
{
"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": "EntityReference Object",
"defaultQuota": "IpAddressSpaceQuota Object"
}
The identifier of the IP Space in URN format.
The name of the IP Space. Name is unique across all IP Spaces of a given type and organization.
The description of the IP Space.
This typically defines the span of IP addresses used within a Data Center. For new CIDR value not in the existing list, a new IP Block will be created. For existing CIDR value, the IP Block's name can be updated. If an existing CIDR value is removed from the list, the the IP Block is removed from the IP Space.
This defines the total span of IP addresses to which the IP space has access. This typically defines the span of IP addresses outside the bounds of a Data Center. For the internet, this may be 0.0.0.0/0. For a WAN, this could be 10.0.0.0/8.
IP Space quota defines the maximum number of IPv4 IPs and CIDRs that can be allocated and used by the IP Space across all its Internal Scopes.