SupervisorZone
SupervisorZone
Describes a Supervisor Zone. This is the zone information discovered from vCenter.
JSON Example
{
"id": "string",
"name": "string",
"totalMemoryCapacityMiB": 0,
"memoryUsedMiB": 0,
"totalCPUCapacityMHz": 0,
"cpuUsedMHz": 0,
"virtualCenter": {
"name": "string",
"id": "string"
},
"supervisor": {
"name": "string",
"id": "string"
},
"region": {
"name": "string",
"id": "string"
},
"zone": {
"name": "string",
"id": "string"
}
}
string
id
Optional
Identifier for this zone. This is immutable.
string
name
Optional
The name of this zone.
integer As int64
As int64
totalMemoryCapacityMiB
Optional
The memory capacity (in mebibytes) in this zone. Total memory consumption in this zone cannot cross this limit.
integer As int64
As int64
memoryUsedMiB
Optional
Total memory used (in mebibytes) in this zone.
integer As int64
As int64
totalCPUCapacityMHz
Optional
The CPU capacity (in MHz) in this zone. Total CPU consumption in this zone cannot cross this limit.
integer As int64
As int64
cpuUsedMHz
Optional
Total CPU used (in MHz) in this zone.