InlineIpSpaceUplink1

InlineIpSpaceUplink1
InlineIpSpaceUplink1
JSON Example
{
    "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"
        }
    ]
}
string
id
Optional

The ID of the IP Space Uplink in URN format.

string
name
Required

The tenant-visible name of the IP Space Uplink. Name is unique across all IP Space Uplinks associated with a Provider Gateway.

string
description
Optional

The description of the IP Space Uplink.

externalNetworkRef
Required

Entity reference used to describe VCD entities

ipSpaceRef
Required

Entity reference used to describe VCD entities

string
ipSpaceType
Optional

The type of the IP Space associated with this uplink. Possible values are: PUBLIC, PRIVATE, SHARED_SERVICES. This property is read-only.

interfaces
Optional

List of Tier-0 Router's Interfaces associated with the IP Space Uplink. These interfaces are used for default services such as of NAT and Firewall rules.