Vdcs

Vdcs
Vdcs

Describes list of virtual datacenter

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",
            "name": "string",
            "description": "string",
            "org": {
                "name": "string",
                "id": "string"
            },
            "region": {
                "name": "string",
                "id": "string"
            },
            "supervisors": [
                {
                    "name": "string",
                    "id": "string"
                }
            ],
            "zoneResourceAllocation": [
                {
                    "zone": {
                        "name": "string",
                        "id": "string"
                    },
                    "resourceAllocation": {
                        "memoryLimitMiB": 0,
                        "memoryReservationMiB": 0,
                        "cpuLimitMHz": 0,
                        "cpuReservationMHz": 0
                    }
                }
            ],
            "status": "string"
        }
    ]
}