Vdc
Vdc
Describes virtual datacenter
JSON Example
{
"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"
}
string
id
Optional
The identifier of a the virtual datacenter in URN format.
string
name
Required
The name of the VDC. It must follow RFC 1123 Label Names to conform with Kubernetes standards.
string
description
Optional
The description for the virtual datacenter
array of
EntityReference
supervisors
Required
Constraints:
minItems: 1
maxItems: 1
A list of supervisors that the VDC has access to
array of
Vdc_zoneResourceAllocation
zoneResourceAllocation
Required
The map of per zone resource allocation.
string
status
Optional
The creation status of the VDC. Can be [FAILED, NOT_READY, READY, DELETING]