|
FailoverMode Enumeration
|
Indicates the style of failover.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
SyntaxPublic Enumeration FailoverMode
public enum class FailoverMode
DoubleTake.Jobs.Contract.FailoverMode = function();
DoubleTake.Jobs.Contract.FailoverMode.createEnum('DoubleTake.Jobs.Contract.FailoverMode', false);
Members
| Member name | Value | Description |
---|
| Live | 0 |
Failover is using live, current data and the target is started with network connectivity.
|
| Test | 1 |
Failover is using live current data, but is a test. The target is started without network connectivity.
|
| Snapshot | 2 |
Failover is using a data from a snapshot. The target is started with network connectivity.
|
| SetRestoreRequiredOnly | 3 |
Failover is not performed, but the restore required flag is set.
|
See Also