Data Object - ConverterServerConversionConversionJobSpec

Property of
ConverterServerConversionConversionJob
Parameter to
ConverterServerConversionManagerCreateJob
Returned by
ConverterServerConversionManagerGetJobSpec, ConverterServerConversionManagerGetJobSpecFromScheduledTask
Extends
ConverterServerJobAbstractConversionBasedJobSpec
See also
ConverterServerConversionConversionFolder, ConverterServerConversionP2VSourceModificationSpec
Since
Converter API 2.0

Data Object Description

Specification for creation of a conversion job.

Properties

Name Type Description
p2vSourceModificationSpec*ConverterServerConversionP2VSourceModificationSpec

Parameters to be applied on the source in case of P2V.
parentFolder*ManagedObjectReference
to a ConverterServerConversionConversionFolder

Folder in which to place the conversion job. If not set then the root folder is used.
synchronizationStartTime*xsd:dateTime

The time to run the catch-up task for this job. This acts as a suggestion to the internal scheduler. This value can be set only if doSynchronize is set to true and synchronizeImmediately is set to false. If unset and the job is synchronizable, catch-up will not be performed until additional user action.

Since Converter API 3.0
synchronizeImmediately*xsd:boolean

This value must be set if and only if doSynchronize is set to true. When 'true' catch-up will be performed immediately after initial full cloning. When 'false' catch-up will be performed according to synchronizationStartTime.

Since Converter API 3.0
Properties inherited from ConverterServerJobAbstractConversionBasedJobSpec
conversionParams, source
Properties inherited from ConverterServerJobJobSpec
description, firstRun, name, startSuspended
Properties inherited from DynamicData
None
*Need not be set