vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VirtualMachineConfigInfoOverheadInfo(vim.vm.ConfigInfo.OverheadInfo)
- Property of
- VirtualMachineConfigInfo
- Extends
- DynamicData
- Since
- vSphere API Release 5.0
Data Object Description
Information about virtualization overhead required to power on the virtual machine on the registered host.Properties
Name | Type | Description |
---|---|---|
initialMemoryReservation* | xsd:long |
Memory overhead required for virtual machine to be powered on (in bytes).
|
initialSwapReservation* | xsd:long |
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.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |