Click or drag to resize

EngineJobType Enumeration

Defines possible types of an engine connection. These values are referred to as "job types" in the engine infrastructure; they should not be confused with the JobType property.

Namespace:  DoubleTake.Core.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntax
public enum EngineJobType
Members
  Member nameValueDescription
NormalJob0 This value is a files and folders connection.
ImageJob1 This value is a Double-Take DR protection connection. This option is no longer needed.
RecoveryJob2 This value is a Double-Take DR recovery connection. This option is no longer needed.
FullServerJob4 This value is a full server connection.
GeoClusterJob8 This value is a GeoCluster Replicate Disk resource connection.
MigrationJob16 This value is a Double-Take Move connection.
FullServerRevertJob32 This value is a full server reverse connection.
VraRecoveryJob64 This value is a full server to ESX or Hyper-V reverse connection.
VraMigrationJob128 This value is a full server to ESX or Hyper-V Double-Take Move connection.
DataOnlyOption256 This value is for a connection that is replicating data only.
VraJob512 This value is a full server to ESX or Hyper-V Double-Take Availability connection.
HyperVJob1024 This value is a Hyper-V connection.
Win32MirrorOption2048 This value is a connection that will override the server default and use the Win32 mirroring driver.
SourceConnectionResourceJob4096 This value is a connection protecting a source cluster.
FullServerBackupJob8192 This value is a full server reverse connection.
UvraJob16384 This value is a full server to ESX appliance job.
NonClientAccessibleSnapshot32768 This value indicates that snapshots created for this connections should not have the VSS_CTX_CLIENT_ACCESSIBLE context.
FFO65536 This value is a full server job for Linux. This is not the real value for engine job type, but is for CreateConnectionAction to create a connection.
LVRA_JOB131072 This value is a full server to ESX job for Linux. It is usually a connection to the local server (the source is same as the target) where the target drive is an iSCSI hosted by a Linux appliance. This is not the real value for engine job type, but is for CreateConnectionAction to create connection.
Invalid65535 This value is an unknown connection.
Remarks
Values of this enumeration should not be sent between client and server.
See Also