Click or drag to resize
ClusterResourceState Enumeration
Cluster resource state.

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
public enum ClusterResourceState
Members
  Member nameValueDescription
Uninitialized0 The uninitialized
OfflinePending1 The offline pending
Offline2 The offline
OnlinePending3 The online pending
Online4 The online
ResourceNotFound5 The resource not found
Reconnected6 The reconnected
Connected7 The connected
See Also