Data Object - ConverterServerConversionConversionJobInfo

Property of
ConverterServerConversionConversionJob, ConverterServerConversionConversionJobHistoryCollector
Returned by
ConverterReadNextConversionJobs, ConverterReadPreviousConversionJobs, ConverterServerConversionManagerCreateJob, ConverterServerConversionManagerGetJobInfo, ConverterServerConversionManagerGetJobInfoFromScheduledTask
Extends
ConverterServerJobJobInfo
See also
ConverterComputerSpec, ConverterServerConversionConversionJob, ScheduledTask
Since
Converter API 2.0

Data Object Description

Information about a conversion job.

Properties

Name Type Description
descriptionId*xsd:string

An identifier for the type of the job. This is the same value as descriptionId.

Since Converter API 3.0
editable*xsd:boolean

True if the job can be edited, i.e. it is a scheduled job that has not started yet or it is a synchronizable job which final synchronization has not started yet. Assumed false if unset.

Since Converter API 3.0
jobManagedObjectReference
to a ConverterServerConversionConversionJob

Reference to the conversion job to which this information applies.
scheduledTask*ManagedObjectReference
to a ScheduledTask

Deprecated. as of version 6 of Converter API. Converter as VC extension is no longer supported.

VC scheduled task which the conversion job is associated with.
source*xsd:string

The path to the source machine. Used for visualization.

Since Converter API 3.0
target*xsd:string

The path to the destination VM. Used for visualization.

Since Converter API 3.0
targetVmConverterComputerSpec

The target virtual machine created during job creation.
Properties inherited from ConverterServerJobJobInfo
activeTask, creationTime, key, lastModifiedTime, lastRunCompleteTime, lastRunStartTime, mostRecentError, nextRunStartTime, numConsecutiveErrors, owner, state
Properties inherited from DynamicData
None
*Need not be set