Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HardwareProfile

Package version

Defines the resource properties.

Hierarchy

  • HardwareProfile

Index

Properties

Optional cpuHotAddEnabled

cpuHotAddEnabled: undefined | false | true

Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running. NOTE: This property will not be serialized. It can only be populated by the server.

Optional cpuHotRemoveEnabled

cpuHotRemoveEnabled: undefined | false | true

Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running. NOTE: This property will not be serialized. It can only be populated by the server.

Optional memoryHotAddEnabled

memoryHotAddEnabled: undefined | false | true

Gets or sets a value indicating whether memory can be added while this virtual machine is running. NOTE: This property will not be serialized. It can only be populated by the server.

Optional memorySizeMB

memorySizeMB: undefined | number

Gets or sets memory size in MBs for the vm.

Optional numCPUs

numCPUs: undefined | number

Gets or sets the number of vCPUs for the vm.

Optional numCoresPerSocket

numCoresPerSocket: undefined | number

Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified.

Generated using TypeDoc