Click or drag to resize
TargetStates Enumeration
Target states.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
[FlagsAttribute]
public enum TargetStates
Members
  Member nameValueDescription
Good0 The good
Mirroring1 The mirroring
MirrorStopped2 The mirror stopped
OpDropped4 The op dropped
Retrying8 The retrying
Paused16 The paused
PausePending32 The pause pending
RestoreRequired64 The restore required
ReplicationPending128 The replication pending
SnapshotReverted256 The snapshot reverted
FailoverUnblocked512 The failover unblocked
Disconnected1024 The disconnected
SroImage2048 The SRO image
FailoverMonitoring4096 The failover monitoring
TransactionsPending8192 The transactions pending
GCReplicationComplete16384 The GC replication complete
MarkedForDeletion32768 The marked for deletion
JobNotReadyOnTarget65536 The job not ready on target
TargetPathBlocked2147483648 The target path blocked
Unknown-4294967296 The unknown
See Also