DistributedVlanConnections

DistributedVlanConnections
DistributedVlanConnections

List of Distributed VLAN Connections

AllOf
This class requires all of the following:
JSON Example undefined undefined
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "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"
            }
        }
    ]
}