HardwareProfileUpdate interface
Defines the resource update properties.
Properties
cpu |
Gets or sets the number of vCPUs for the vm. |
dynamic |
Gets or sets a value indicating whether to enable dynamic memory or not. |
dynamic |
Gets or sets the max dynamic memory for the vm. |
dynamic |
Gets or sets the min dynamic memory for the vm. |
limit |
Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs. |
memoryMB | MemoryMB is the size of a virtual machine's memory, in MB. |
Property Details
cpuCount
Gets or sets the number of vCPUs for the vm.
cpuCount?: number
Property Value
number
dynamicMemoryEnabled
Gets or sets a value indicating whether to enable dynamic memory or not.
dynamicMemoryEnabled?: string
Property Value
string
dynamicMemoryMaxMB
Gets or sets the max dynamic memory for the vm.
dynamicMemoryMaxMB?: number
Property Value
number
dynamicMemoryMinMB
Gets or sets the min dynamic memory for the vm.
dynamicMemoryMinMB?: number
Property Value
number
limitCpuForMigration
Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.
limitCpuForMigration?: string
Property Value
string
memoryMB
MemoryMB is the size of a virtual machine's memory, in MB.
memoryMB?: number
Property Value
number