ResourcePool
ResourcePool
A vCenter Resource Pool.
JSON Example
{
"moref": "string",
"clusterMoref": "string",
"name": "string",
"vcId": "string",
"eligible": false,
"kubernetesEnabled": false,
"vgpuEnabled": false
}
string
moref
Optional
The vCenter Id of the Resource Pool. It must be in the format (resgroup-#).
string
clusterMoref
Optional
The managed object reference of the Cluster of this resource pool. It must be in the format (domain-c#).
string
name
Optional
The name of the Resource Pool.
string
vcId
Optional
The vCenter the Resource Pool belongs to.
boolean
eligible
Optional
Used in resource pool tree navigation. Indicates whether the resource pool is eligible or not.
boolean
kubernetesEnabled
Optional
Indicates whether the resource pool's cluster is enabled for vSphere Kubernetes.
boolean
vgpuEnabled
Optional
Indicates whether the resource pool's cluster is enabled for vGPU.