OrgVdc

OrgVdc
OrgVdc

An object representing an Organization Virtual Datacenter in VCD.

JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "allocationType": "string",
    "org": {
        "name": "string",
        "id": "string"
    }
}
string
id
Optional

A unique identifier for the vdc.

string
name
Optional

The name of the vdc.

string
description
Optional

The description of the vdc.

string
allocationType
Optional

The allocation type of the vdc, one of: ALLOCATION_VAPP, ALLOCATION_POOL, RESERVATION_POOL, FLEX

org
Optional

org

Availability
Added in 35.0
Returned By