Data Object - ConverterConversionParams

Property of
ConverterDefaultConversionParams, ConverterDefaultVMReconfigurationParams, ConverterServerJobAbstractConversionBasedJobSpec, ConverterTaskSpec
Parameter to
ConverterAgentConvert_Task, ConverterAgentEstimateTimeToComplete, ConverterTargetVMManagerCreateVM, ConverterValidateParams, ConverterValidateTargetStorageParams, ConverterWorkerConvert_Task, ConverterWorkerEstimateTimeToComplete
Returned by
ConverterServerConversionJobUpdateConversionParams
Extends
DynamicData
See also
ConverterCloningParams, ConverterCustomizationParams, ConverterHelperVmNetworkParams, ConverterReconfigParams, ConverterThrottlingParams
Since
Converter API 1.0

Data Object Description

Properties

Name Type Description
cloningParams*ConverterCloningParams


customizationParams*ConverterCustomizationParams


doClone*xsd:boolean

Specifies whether to do cloning. If unset, cloning will not be performed.
doCustomize*xsd:boolean

Specifies whether "Customize guest operating system" will be performed in the current conversion.

Important: This flag can only be set when the following flag is enabled: canCustomizeGuestOS.

If unset the feature will not be performed.

doInstallTools*xsd:boolean

Specifies whether "Install VMware Tools" will be performed in the current conversion.

Important: This flag can only be set when the following flag is enabled: canInstallVMwareTools.

If unset the feature will not be performed.

doReconfig*xsd:boolean

Specifies whether to do reconfiguration. If unset, reconfiguration will not be performed.
doUninstallAgent*xsd:boolean

Specifies whether to uninstall the agent from the target VM. False if not set
helperVmNetworkParams*ConverterHelperVmNetworkParams

Specifies IP network configuration for the Helper VM.

If unset DHCP is used to obtain the IP configuration in the Helper VM.

Only applies to Linux P2V.

powerOnTargetVM*xsd:boolean

Power on the Target VM after Conversion.

Important: This flag can only be set when the following flag is enabled: canPowerOnTargetMachine.

If unset the feature will not be performed.

Only applies to VC/ESX targets.

reconfigParams*ConverterReconfigParams


removeRestoreCheckpoints*xsd:boolean

Specifies whether "Remove restore checkpoints from the destination VM" will be performed in the current conversion.

Important: This flag can only be set when the following flag is enabled: canRemoveRestoreCheckpoints.

If unset System Restore checkpoints will be automatically deleted.

throttlingParams*ConverterThrottlingParams

Specifies the throttling options (currently CPU and network) to use for conversion.

Since Converter API 2.0
Properties inherited from DynamicData
None
*Need not be set