Click or drag to resize
JobInfo Class
Represents a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractJobInfo

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class JobInfo : IExtensibleDataObject

The JobInfo type exposes the following members.

Constructors
  NameDescription
Public methodJobInfo
Top
Properties
  NameDescription
Public propertyCreatorUserName
This value is the name of the user who created the job.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyFeatures
This value represents a service endpoint that provides additional features for a job.
Public propertyId
This value is the unique ID for the job.
Public propertyJobType
This value is the type of job.

ClusterAwareFilesAndFolders—Cluster-aware files and folders job

ClusterAwareSql—Cluster-aware SQL job

DataOnlyImageProtection—DR data protection job

DataOnlyImageRecovery—DR data recovery job

Diagnostics—Throughput Diagnostic Utility job

FilesAndFolders—Files and folders job

FullServerFailover—Full server job

FullServerImageProtection—DR full server protection job

FullServerImageRecovery—DR full server recovery job

LinuxFullServerFailover—Full server job

LinuxMoveServerMigration—Full server migration job

Lvra—Full server to ESX job

MoveDataOnlyMigration—Data migration job

MoveServerMigration—Full server migration job

MoveLvra—Full server to ESX migration

SQL—SQL job

VRA—Full server to ESX or full server to Hyper-V job

VraMove—Full server to ESX migration or full server to Hyper-V migration job

Public propertyLoadedFromDisk
This value is true if the job was loaded from persistence; otherwise, it is false.
Public propertyManaged
This value is true if the job is managed; otherwise, it is false. This property is intended to be used by transitional implementations of jobs that want to allow their jobs to be visible to the job manager, but will be responsible for creating those jobs and managing their lifetime.
Public propertyOptions
This value represents the current options for the job.
Public propertyOtherHostUris
This value is the URIs for other servers involved in the job.
Public propertySourceHostUri
This value is the source URI.
Public propertySourceUniqueId
This value is the unique ID of the source server.
Public propertyStatistics
This value represents the current statistics of the job
Public propertyStatus
This value represents the current state of the job.
Public propertyTargetHostUri
This value is the target URI.
Public propertyTargetUniqueId
This value is the unique ID of the target server.
Top
Methods
See Also