|
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.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic enum EngineJobType
Public Enumeration EngineJobType
public enum class EngineJobType
DoubleTake.Core.Contract.EngineJobType = function();
DoubleTake.Core.Contract.EngineJobType.createEnum('DoubleTake.Core.Contract.EngineJobType', false);
Members
| Member name | Value | Description |
---|
| NormalJob | 0 |
This value is a files and folders connection.
|
| ImageJob | 1 |
This value is a Double-Take DR protection connection.
This option is no longer needed.
|
| RecoveryJob | 2 |
This value is a Double-Take DR recovery connection.
This option is no longer needed.
|
| FullServerJob | 4 |
This value is a full server connection.
|
| GeoClusterJob | 8 |
This value is a GeoCluster Replicate Disk resource connection.
|
| MigrationJob | 16 |
This value is a Double-Take Move connection.
|
| FullServerRevertJob | 32 |
This value is a full server reverse connection.
|
| VraRecoveryJob | 64 |
This value is a full server to ESX or Hyper-V reverse connection.
|
| VraMigrationJob | 128 |
This value is a full server to ESX or Hyper-V Double-Take Move connection.
|
| DataOnlyOption | 256 |
This value is for a connection that is replicating data only.
|
| VraJob | 512 |
This value is a full server to ESX or Hyper-V Double-Take Availability connection.
|
| HyperVJob | 1024 |
This value is a Hyper-V connection.
|
| Win32MirrorOption | 2048 |
This value is a connection that will override the server default and use the Win32 mirroring driver.
|
| SourceConnectionResourceJob | 4096 |
This value is a connection protecting a source cluster.
|
| FullServerBackupJob | 8192 |
This value is a full server reverse connection.
|
| UvraJob | 16384 |
This value is a full server to ESX appliance job.
|
| NonClientAccessibleSnapshot | 32768 |
This value indicates that snapshots created for this connections should not have the VSS_CTX_CLIENT_ACCESSIBLE context.
|
| FFO | 65536 |
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_JOB | 131072 |
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.
|
| Invalid | 65535 |
This value is an unknown connection.
|
Remarks
Values of this enumeration should not be sent between client and server.
See Also