Data Object - ConverterServerConversionConversionParamsUpdateSpec

Parameter to
ConverterServerConversionJobUpdateConversionParams
Extends
ConverterBaseConversionParamsUpdateSpec
Since
Converter API 2.0

Data Object Description

Specification for updating conversion parameters in a conversion job. This class can hold any additional portions of the conversion parameters that may be updated besides those given in the common base class.

Properties

Name Type Description
clearServicesToSuspend*xsd:boolean

Whether to clear the list of services to suspend. If set to true servicesToSuspend must not be set. False is assumed if not set.

Since Converter API 3.0
doFinalize*xsd:boolean

Specify whether the synchronization will be final. This value can be set only if doSynchronize is set to true. If not set the current setting will be maintained.

Since Converter API 3.0
doReconfig*xsd:boolean

If set to true, then reconfiguration of the target machine's guest will be performed. If set to false, then no reconfiguration of the target machine's guest will be done (hence the VM may not be bootable); further reconfigParams in ConversionJobSpec#conversionParams may be unset . If not set then the current setting will be maintained.
powerOnTargetVM*xsd:boolean

Power on the target VM after conversion. Important: This flag can only be set when the following flag is set to true: canPowerOnTargetMachine. If unset the feature will not be performed. Only applies to managed targets.

Since Converter API 3.0
servicesToSuspend*xsd:string[]

List of services to suspend before creating the final snapshot. The array should contain values returned in serviceName Valid only for Windows hot-cloning. If not set the current settings will be maintained.

Since Converter API 3.0
shutdownSource*xsd:boolean

Shutdown the source machine after conversion. Important: This flag can only be set when the following flag is set to true: canPowerOffSourceMachine. If unset the feature will not be performed.

Since Converter API 3.0
synchronizationStartTime*xsd:dateTime

The time to run the catch-up task for this job. This acts as a hint to the internal scheduler. This value can be set only if doSynchronize is set to true. If set to a time in the past, synchronization will start immediately. If not set the current setting will be maintained.

Since Converter API 3.0
Properties inherited from ConverterBaseConversionParamsUpdateSpec
agentSslThumbprint, customizationParams, doCustomize, doInstallTools, reconfigParams, removeRestoreCheckpoints, throttling, unsetAgentSslThumbprint
Properties inherited from DynamicData
None
*Need not be set