IpSpaceIpAllocations
IpSpaceIpAllocations
List of IP Space IP allocations.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "urn:vcloud:ipSpaceIpAllocation:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"type": "string",
"value": "string",
"allocationDate": "string",
"orgRef": {
"name": "string",
"id": "string"
},
"usageState": "string",
"description": "string",
"reservedForUser": false,
"reservedForUserName": "string",
"usedByRef": {
"name": "string",
"id": "string"
},
"usageCategories": [
"string"
],
"purpose": "string"
}
]
}