VirtualMachineConfiguration interface

Describes the virtualization-related configuration of a machine.

Properties

nativeHostMachineId

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

nativeMachineId

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

virtualMachineName

The Name of the virtual machine.

virtualMachineType

Specifies the virtualization technology used by the machine (hyperv, vmware, etc.)

Property Details

nativeHostMachineId

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

nativeHostMachineId?: string

Property Value

string

nativeMachineId

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

nativeMachineId?: string

Property Value

string

virtualMachineName

The Name of the virtual machine.

virtualMachineName?: string

Property Value

string

virtualMachineType

Specifies the virtualization technology used by the machine (hyperv, vmware, etc.)

virtualMachineType?: VirtualMachineType

Property Value