VcenterSettingsV1ConfigComponentsInventoryResourcepoolResourcePoolSummary
The ResourcePoolSummary structure provides summary of ResourcePool.
Properties
cpu_allocation
Required
Resource allocation information for CPU.
memory_allocation
Required
Resource allocation information for memory.
JSON Example
{
"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
}
}
}