vm.get_vm_memory_info ===================== Returns memory information for `vm_id` VM if it is going to be started. All memory attributes are expressed in bytes. .. raw:: html
ID of the virtual machine to get memory information for.
VMGetVmMemoryInfoResult return fields.
No Additional PropertiesMinimum memory requested by the VM
Maximum / total memory requested by the VM
Overcommit of memory is required to start VM
Memory requirements of VM are fulfilled if over-committing memory is specified
Size of ARC to shrink in bytes
Current size of max ARC in bytes
Minimum size of ARC in bytes
Size of max ARC in bytes after shrinking
VM memory in bytes to consider when making calculations for available/required memory. If VM ballooning is specified for the VM, the minimum VM memory specified by user will be taken into account otherwise total VM memory requested will be taken into account.