QueryMemoryOverheadRequestType
The parameters of QueryMemoryOverhead.
{
"memorySize": 0,
"videoRamSize": 0,
"numVcpus": 0
}
The amount of virtual system RAM, in bytes. For an existing virtual machine, this value can be found (in megabytes) as the memoryMB property of the VirtualHardware.
The amount of virtual video RAM, in bytes. For an existing virtual machine on a host that supports advertising this property, this value can be found (in kilobytes) as the videoRamSizeInKB property of the VirtualMachineVideoCard. If this parameter is left unset, the default video RAM size for virtual machines on this host is assumed.
The number of virtual CPUs. For an existing virtual machine, this value can be found as the numCPU property of the VirtualHardware.