Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HardwareProfile

Package version

Defines the resource properties.

Hierarchy

  • HardwareProfile

Index

Properties

Optional cpuCount

cpuCount: undefined | number

Gets or sets the number of vCPUs for the vm.

Optional dynamicMemoryEnabled

dynamicMemoryEnabled: DynamicMemoryEnabled

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

Optional dynamicMemoryMaxMB

dynamicMemoryMaxMB: undefined | number

Gets or sets the max dynamic memory for the vm.

Optional dynamicMemoryMinMB

dynamicMemoryMinMB: undefined | number

Gets or sets the min dynamic memory for the vm.

Optional isHighlyAvailable

isHighlyAvailable: undefined | string

Gets highly available property.

Optional limitCpuForMigration

limitCpuForMigration: LimitCpuForMigration

Gets or sets a value indicating whether to enable processor compatibility mode for live migration of VMs.

Optional memoryMB

memoryMB: undefined | number

MemoryMB is the size of a virtual machine's memory, in MB.

Generated using TypeDoc