HypervisorConfiguration interface
Describes the hypervisor configuration of a machine.
Properties
hypervisor |
Specifies the virtualization technology used by the hypervisor (hyperv, vmware, etc.). Possible values include: 'unknown', 'hyperv' |
native |
The unique identifier of the hypervisor machine as reported by the underlying virtualization system. |
Property Details
hypervisorType
Specifies the virtualization technology used by the hypervisor (hyperv, vmware, etc.). Possible values include: 'unknown', 'hyperv'
hypervisorType?: HypervisorType
Property Value
nativeHostMachineId
The unique identifier of the hypervisor machine as reported by the underlying virtualization system.
nativeHostMachineId?: string
Property Value
string