IpSpaceUplinks
IpSpaceUplinks
List of IP Space Uplinks.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"status": {},
"id": "urn:vcloud:ipSpaceUplink:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"description": "string",
"externalNetworkRef": {
"name": "string",
"id": "string"
},
"ipSpaceRef": {
"name": "string",
"id": "string"
},
"ipSpaceType": "string",
"interfaces": [
{
"id": "string",
"name": "string",
"interfaceType": "string"
}
]
}
]
}