Data Object - ConverterComputerHardwareInfo

Property of
ConverterAgentInternalWindowsReconfigDataSourceData, ConverterComputerInfo, ConverterParamsAgentCloningParams, ConverterTaskSpec
Parameter to
ConverterValidateTargetStorageParams
Returned by
ConverterQueryComputerInfo
Extends
DynamicData
See also
ConverterBasicHardwareInfo, ConverterNetworkInfo, ConverterStorageInfo, VirtualMachineConfigInfo
Since
Converter API 1.0

Data Object Description

ComputerHardwareInfo encapsulates hardware configuration information for a specified source computer (live or VM).

In addition to the hardware configuration, ComputerHardwareInfo also contains the configuration of the boot loaders discovered on the source. The boot loader information can be used to select a particular guest OS instance on a multi-boot VM during import and reconfig.

Properties

Name Type Description
basicHardware*ConverterBasicHardwareInfo

Information about physical hardware (CPU, memory etc).
configInfo*VirtualMachineConfigInfo

Configuration settings expressed in terms of VIM VMODL.

Since Converter API 2.0
currentEfiBootEntry*xsd:string

Current EFI boot entry. Set only if the machine has EFI firmware, i.e. firmware is set to 'efi'

Since Converter API 4.0
network*ConverterNetworkInfo

Network configuration information
storage*ConverterStorageInfo

Storage configuration information
Properties inherited from DynamicData
None
*Need not be set