ResourcePoolInfo
ResourcePoolInfo
Information related to resource pool.
JSON Example
{
"children": [
"ResourcePoolInfo Object"
],
"id": "resgroup-1",
"name": "RP1",
"path": "/Datacenter/host/Cluster/Resources/RP1",
"type": "RESOURCE_POOL"
}
string
id
Optional
Unique ID representing the resource pool.
string
name
Optional
Resource pool name.
string
path
Optional
Resource pool path.
string
type
Optional
Resource pool type.
- HOST: Host used as a resource pool suitable for use in desktop pool/farm.
- CLUSTER: Cluster used as a resource pool suitable for use in desktop pool/farm.
- RESOURCE_POOL: Regular resource pool suitable for use in desktop pool/farm.
- OTHER: Other resource type which cannot be used in desktop pool/farm.
Possible values are : HOST, CLUSTER, RESOURCE_POOL, OTHER,