IpAddressSpaceOrgQuota
IpAddressSpaceOrgQuota
Object specifying an quota of an IP Space to an Organization.
JSON Example
{
"id": "urn:vcloud:ipSpaceOrgQuota:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"ipSpaceRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
},
"ipSpaceType": "string",
"defaultQuota": {
"maxIpCount": 0,
"maxCidrCount": 0,
"maxSubnetSize": 24
},
"customQuota": {
"maxIpCount": 0,
"maxCidrCount": 0,
"maxSubnetSize": 24
}
}
string
id
Optional
The identifier of the IP Space Org Quota in URN format.
string
ipSpaceType
Optional
The type of the IP Space. Possible values are:
- PUBLIC
- PRIVATE
defaultQuota
Optional
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.
customQuota
Optional
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.