IpSpaceOrgAssignment
IpSpaceOrgAssignment
Object specifying an assignment of an IP Space to an Organization.
JSON Example
{
"id": "urn:vcloud:ipSpaceOrgAssignment:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"ipSpaceRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
},
"ipSpaceType": "string",
"defaultQuotas": {
"floatingIpQuota": 0,
"ipPrefixQuotas": [
{
"prefixLength": 0,
"quota": 0
}
]
},
"customQuotas": {
"floatingIpQuota": 0,
"ipPrefixQuotas": [
{
"prefixLength": 0,
"quota": 0
}
]
}
}
string
id
Optional
The identifier of the IP Space Org Assignment in URN format.
string
ipSpaceType
Optional
The type of the IP Space. Possible values are:
- PUBLIC
- PRIVATE
- SHARED_SERVICES
Availability
Added in 37.1
Returned By