VcenterSettingsV1ConfigComponentsInventoryResourcepoolResourcePool
The ResourcePool structure contains information about resource pools present in the cluster.
Properties
array of
string
child_resource_pools
Optional
Identifiers of the child resource pools contained in this resource pool. If unset or empty, the value is skipped.
config
Required
Summary of the Resource pools.
string
name
Required
Name of the vCenter Server resource pool.
string
parent_path
Optional
Parent name for the resource pool. If unset, then inventory object placed in root folder.
permissions
Optional
Permission on the resourcepool. If unset, then no permissions defined on this inventory object.
array of
string
vm
Optional
Identifiers of the virtual machines contained in this resource pool. If unset or empty, the value is skipped.
JSON Example
{
"config": {
"cpu_allocation": {
"expandable_reservation": false,
"limit": 0,
"reservation": 0,
"shares": {
"level": "LOW",
"shares": 0
}
},
"memory_allocation": {
"expandable_reservation": false,
"limit": 0,
"reservation": 0,
"shares": {
"level": "LOW",
"shares": 0
}
}
},
"name": "string"
}