VirtualMachineConfigInfoOverheadInfo
VirtualMachineConfigInfoOverheadInfo
Information about virtualization overhead required to power on the virtual machine on the registered host.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"initialMemoryReservation": 0,
"initialSwapReservation": 0
}
integer As int64 As int64
initialMemoryReservation
Optional
Memory overhead required for virtual machine to be powered on (in bytes).
integer As int64 As int64
initialSwapReservation
Optional
Disk space required for virtual machine to be powered on (in bytes).
This space is used by virtualization infrastructure to swap out virtual machine process memory. Location of the file is specified by sched.swap.vmxSwapDir virtual machinge advanced config option or in case it is not specified - current virtual machine home directory is being used.