VcenterSettingsV1ConfigComponentsInventoryVmResourceAllocationInfo
The ResourceAllocationInfo structure provides resource allocation of VirtualMachine.
Properties
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.
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.
JSON Example
{
"limit": 0,
"reservation": 0
}