Data Object - ConverterBasicHardwareParams

Property of
ConverterAgentInternalVMOptions, ConverterCloningParams
Extends
DynamicData
Since
Converter API 1.0

Data Object Description

Parameters for the virtual hardware in the target VM.

Properties

Name Type Description
memoryMB*xsd:long

If set, specifies the memory size in MB in the target VM.

If it is not set, in most cases the target VM will have the same memory size as the source system. However, in some case the target VM may have a different memory size.

numCoresPerSocket*xsd:int

Number of cores used to distribute virtual vCPUs among sockets in this virtual machine. If the value is unset it implies to numCoresPerSocket = 1. The value has no meaning for Hardware version less than 8.

Since Converter API 3.0
numCPUs*xsd:int

If set, specifies the number of vCPUs in the target VM.

If it is not set, in most cases the target VM will have the same number of vCPUs as the source system. However, in some case the target VM may have a different number of vCPUs.

Properties inherited from DynamicData
None
*Need not be set