Vcenter_Settings_V1_Config_Components_Inventory_Resourcepool_ResourcePoolSummary

Vcenter_Settings_V1_Config_Components_Inventory_Resourcepool_ResourcePoolSummary
Vcenter_Settings_V1_Config_Components_Inventory_Resourcepool_ResourcePoolSummary

The ResourcePoolSummary structure provides summary of ResourcePool.

JSON Example
{
    "cpu_allocation": {
        "reservation": 0,
        "expandable_reservation": false,
        "limit": 0,
        "shares": {
            "level": "string",
            "shares": 0
        }
    },
    "memory_allocation": {
        "reservation": 0,
        "expandable_reservation": false,
        "limit": 0,
        "shares": {
            "level": "string",
            "shares": 0
        }
    }
}
cpu_allocation
Required

The ResourceAllocationInfo structure contains resource allocation information of a resource pool.

memory_allocation
Required

The ResourceAllocationInfo structure contains resource allocation information of a resource pool.