DistributedVlanConnection

DistributedVlanConnection
DistributedVlanConnection

A Distributed VLAN Connection.

AllOf
This class requires all of the following:
JSON Example undefined undefined
{
    "status": "string",
    "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": [
        {
            "name": "string",
            "id": "string"
        }
    ],
    "ipSpaceRef": {
        "name": "string",
        "id": "string"
    },
    "subnetExclusive": false,
    "backingId": "string",
    "dedicatedOrgRef": {
        "name": "string",
        "id": "string"
    },
    "dedicatedSharedSubnetRef": {
        "name": "string",
        "id": "string"
    }
}