VdcGroups

VdcGroups
VdcGroups

List of vDC Groups.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "string",
            "orgId": "string",
            "name": "string",
            "description": "string",
            "localEgress": false,
            "participatingOrgVdcs": [
                {
                    "vdcRef": {
                        "name": "string",
                        "id": "string"
                    },
                    "orgRef": {
                        "name": "string",
                        "id": "string"
                    },
                    "siteRef": {
                        "name": "string",
                        "id": "string"
                    },
                    "networkProviderScope": "string",
                    "faultDomainTag": "string",
                    "remoteOrg": false
                }
            ],
            "universalNetworkingEnabled": false,
            "networkPoolUniversalId": "string",
            "networkPoolId": "string",
            "type": "string",
            "networkProviderType": "string",
            "dfwEnabled": false,
            "errorMessage": "string"
        }
    ]
}
Returned By