IpAddressSpace
IpAddressSpace
Configuration of mainly the external (or Inbound) IP Prefixes that specifies the accessible external networks from the data center.
AllOf
JSON Example
{
"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
}
}