VirtualMachineConfiguration interface
Describes the virtualization-related configuration of a machine.
Properties
native |
The unique identifier of the host of this virtual machine as reported by the underlying virtualization system. |
native |
The unique identifier of the virtual machine as reported by the underlying virtualization system. |
virtual |
The Name of the virtual machine. |
virtual |
Specifies the virtualization technology used by the machine (hyperv, vmware, etc.). Possible values include: 'unknown', 'hyperv', 'ldom', 'lpar', 'vmware', 'virtualPc', 'xen' |
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.). Possible values include: 'unknown', 'hyperv', 'ldom', 'lpar', 'vmware', 'virtualPc', 'xen'
virtualMachineType?: VirtualMachineType