Vdc

Vdc
Vdc

Describes virtual datacenter

JSON Example undefined undefined
{
    "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",
    "isFullAllocation": false
}
string
id
Optional

The identifier of a the virtual datacenter in URN format.

string
name
Required

The name of the VDC.

string
description
Optional

The description for the virtual datacenter

org
Optional

Entity reference used to describe VCD entities

region
Required

Entity reference used to describe VCD entities

supervisors
Optional
Constraints: minItems: 0 maxItems: 128

A list of supervisors that the Region Quota has access to. This is required for non full-allocation Region Quota.

zoneResourceAllocation
Optional

The map of per zone resource allocation.

string
status
Optional

The creation status of the VDC. Can be [FAILED, NOT_READY, READY, DELETING]

boolean
isFullAllocation
Optional

Whether this Region Quota has been allocated all of its Region's resources