Vcenter_Settings_V1_Config_Components_Inventory_Vm_ResourceAllocationInfo

Vcenter_Settings_V1_Config_Components_Inventory_Vm_ResourceAllocationInfo
Vcenter_Settings_V1_Config_Components_Inventory_Vm_ResourceAllocationInfo

The ResourceAllocationInfo structure provides resource allocation of VirtualMachine.

JSON Example
{
    "reservation": 0,
    "limit": 0
}
integer As int64
reservation
Optional

Amount of resource that is guaranteed available. Units are MB for memory, MHz for CPU. If unset, then there is no reservation.

integer As int64
limit
Optional

The utilization will not exceed this limit, even if there are available resources. If set to -1, then there is no fixed limit on resource usage (only bounded by available resources and shares). Units are MB for memory, MHz for CPU. If unset, then there is no limit.