Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualMachineConfiguration

Package version

Describes the virtualization-related configuration of a machine.

Hierarchy

  • VirtualMachineConfiguration

Index

Properties

Optional nativeHostMachineId

nativeHostMachineId: undefined | string

The unique identifier of the host of this virtual machine as reported by the underlying virtualization system.

Optional nativeMachineId

nativeMachineId: undefined | string

The unique identifier of the virtual machine as reported by the underlying virtualization system.

Optional virtualMachineName

virtualMachineName: undefined | string

The Name of the virtual machine.

Optional virtualMachineType

virtualMachineType: VirtualMachineType

Specifies the virtualization technology used by the machine (hyperv, vmware, etc.). Possible values include: 'unknown', 'hyperv', 'ldom', 'lpar', 'vmware', 'virtualPc', 'xen'

Generated using TypeDoc