vcenter vm hardware memory: info
The
info
structure contains memory-related information about a virtual machine.Representation:
{
"hot_add_increment_size_MiB" : 1,
"size_MiB" : 1,
"hot_add_enabled" : true,
"hot_add_limit_MiB" : 1
}
"hot_add_increment_size_MiB" : 1,
"size_MiB" : 1,
"hot_add_enabled" : true,
"hot_add_limit_MiB" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
size_MiB | long | Memory size in mebibytes. |
hot_add_enabled | boolean | Flag indicating whether adding memory while the virtual machine is running is enabled. Some guest operating systems may consume more resources or perform less efficiently when they run on hardware that supports adding memory while the machine is running. |
Optional | ||
hot_add_increment_size_MiB | long | The granularity, in mebibytes, at which memory can be added to a running virtual machine. When adding memory to a running virtual machine, the amount of memory added must be at least vcenter.vm.hardware.memory.info.hot_add_increment_size_MiB and the total memory size of the virtual machine must be a multiple of {@link>hotAddIncrementSize}. Optional. Only set when vcenter.vm.hardware.memory.info.hot_add_enabled is true and the virtual machine is running. |
hot_add_limit_MiB | long | The maximum amount of memory, in mebibytes, that can be added to a running virtual machine. Optional. Only set when vcenter.vm.hardware.memory.info.hot_add_enabled is true and the virtual machine is running. |