Click or drag to resize

FailoverMode Enumeration

Indicates the style of failover.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public enum FailoverMode
Members
  Member nameValueDescription
Live0 Failover is using live, current data and the target is started with network connectivity.
Test1 Failover is using live current data, but is a test. The target is started without network connectivity.
Snapshot2 Failover is using a data from a snapshot. The target is started with network connectivity.
SetRestoreRequiredOnly3 Failover is not performed, but the restore required flag is set.
See Also