 | TargetStates Enumeration |
Target states.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax[FlagsAttribute]
public enum TargetStates
<FlagsAttribute>
Public Enumeration TargetStates
[FlagsAttribute]
public enum class TargetStates
[<FlagsAttribute>]
type TargetStates
Members
| Member name | Value | Description |
---|
| Good | 0 |
The good
|
| Mirroring | 1 |
The mirroring
|
| MirrorStopped | 2 |
The mirror stopped
|
| OpDropped | 4 |
The op dropped
|
| Retrying | 8 |
The retrying
|
| Paused | 16 |
The paused
|
| PausePending | 32 |
The pause pending
|
| RestoreRequired | 64 |
The restore required
|
| ReplicationPending | 128 |
The replication pending
|
| SnapshotReverted | 256 |
The snapshot reverted
|
| FailoverUnblocked | 512 |
The failover unblocked
|
| Disconnected | 1024 |
The disconnected
|
| SroImage | 2048 |
The SRO image
|
| FailoverMonitoring | 4096 |
The failover monitoring
|
| TransactionsPending | 8192 |
The transactions pending
|
| GCReplicationComplete | 16384 |
The GC replication complete
|
| MarkedForDeletion | 32768 |
The marked for deletion
|
| JobNotReadyOnTarget | 65536 |
The job not ready on target
|
| TargetPathBlocked | 2147483648 |
The target path blocked
|
| Unknown | -4294967296 |
The unknown
|
See Also