ResourcePoolInfo
The ResourcePool.Info structure contains information about a resource pool.
Properties
string
name
Required
Name of the vCenter Server resource pool.
array of
string
resource_pools
Required
Identifiers of the child resource pools contained in this resource pool. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: ResourcePool. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: ResourcePool.
cpu_allocation
Optional
Resource allocation information for CPU. This field is optional because it was added in a newer version than its parent node.
memory_allocation
Optional
Resource allocation information for memory. This field is optional because it was added in a newer version than its parent node.
JSON Example
{
"name": "string",
"resource_pools": [
"string"
]
}