Create Ip Space Org Assignment
Create a new IP Space Org Assignment. The assignment links an Organization to an IP Space by providing the Organization access to the specified IP Space. It also defines the various IP Space quotas applied to an Organization.
{
"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
}
]
}
}
The identifier of the IP Space Org Assignment in URN format.
The type of the IP Space. Possible values are:
- PUBLIC
- PRIVATE
- SHARED_SERVICES
Object specifying IP Space floating IP and IP Prefix quotas applied to an Organization.
Object specifying IP Space floating IP and IP Prefix quotas applied to an Organization.
The request have been accepted and the task to monitor the request is in the Location header.