DistributedVxlanConnections

DistributedVxlanConnections
DistributedVxlanConnections

List of Distributed VXLAN Connections

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "status": "string",
            "id": "string",
            "name": "string",
            "description": "string",
            "regionRef": {
                "name": "string",
                "id": "string"
            },
            "routeControllerId": "string",
            "connectivityType": "string",
            "l3Vni": 0,
            "routeDistinguisher": "string",
            "routeTargets": [
                {
                    "addressFamily": "string",
                    "exportRouteTargets": [
                        "string"
                    ],
                    "importRouteTargets": [
                        "string"
                    ]
                }
            ],
            "dedicatedOrgRef": {
                "name": "string",
                "id": "string"
            },
            "ipSpaceRefs": [
                {
                    "name": "string",
                    "id": "string"
                }
            ],
            "backingId": "string"
        }
    ]
}