InlineDistributedVlanConnection1

InlineDistributedVlanConnection1
InlineDistributedVlanConnection1
JSON Example undefined undefined
{
    "id": "urn:vcloud:distributedVlanConnection:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "vlanId": 0,
    "gatewayCidr": "10.10.10.1/24",
    "regionRef": {
        "name": "string",
        "id": "string"
    },
    "zoneRefs": [
        "EntityReference Object"
    ],
    "ipSpaceRef": "EntityReference Object",
    "subnetExclusive": false,
    "backingId": "string",
    "dedicatedOrgRef": "EntityReference Object",
    "dedicatedSharedSubnetRef": "EntityReference Object"
}
string
id
Optional

The unique ID for the Distributed VLAN Connection. This field is read-only.

string
name
Required
Constraints: minLength: 1 maxLength: 128

The name of the Distributed VLAN Connection.

string
description
Optional

The description of the Distributed VLAN Connection.

integer As int32 As int32
vlanId
Required
Constraints: minimum: 0 maximum: 4095

The VLAN ID for the external traffic.

string
gatewayCidr
Required

The gateway CIDR, should match the VLAN default gateway.

regionRef
Required

Entity reference used to describe VCD entities

zoneRefs
Optional
Constraints: minItems: 0 maxItems: 10

The supervisor zones this Distributed VLAN Connection spans. If not specified the connection spans all the zones in the region.

ipSpaceRef
Optional

Entity reference used to describe VCD entities

boolean
subnetExclusive
Optional

Whether this is exclusively for the gateway CIDR only.

string
backingId
Optional

ID of the matching Distributed VLAN Connection in NSX. This field is read-only and is ignored on create/update.

dedicatedOrgRef
Optional

Entity reference used to describe VCD entities

dedicatedSharedSubnetRef
Optional

Entity reference used to describe VCD entities