HardwareProfile interface

Defines the resource properties.

Properties

cpuCount

Gets or sets the number of vCPUs for the vm.

dynamicMemoryEnabled

Gets or sets a value indicating whether to enable dynamic memory or not.

dynamicMemoryMaxMB

Gets or sets the max dynamic memory for the vm.

dynamicMemoryMinMB

Gets or sets the min dynamic memory for the vm.

isHighlyAvailable

Gets highly available property.

limitCpuForMigration

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

isHighlyAvailable

Gets highly available property.

isHighlyAvailable?: string

Property Value

string

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