 | FailoverMode Enumeration |
Failover mode.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
SyntaxPublic Enumeration FailoverMode
public enum class FailoverMode
Members
| Member name | Value | Description |
---|
| Live | 0 |
The live
|
| Test | 1 |
The test
|
| Snapshot | 2 |
The snapshot
|
| SetRestoreRequiredOnly | 3 |
The set restore required only
|
See Also