CLUSTER_GROUP_STATE enumeration (clusapi.h)

Enumerates the possible states of a group.

Syntax

typedef enum CLUSTER_GROUP_STATE {
  ClusterGroupStateUnknown = -1,
  ClusterGroupOnline = 206,
  ClusterGroupOffline,
  ClusterGroupFailed,
  ClusterGroupPartialOnline,
  ClusterGroupPending
} ;

Constants

 
ClusterGroupStateUnknown
Value: -1
The state of the group is unknown.
ClusterGroupOnline
Value: 206
All of the resources in the group are online.
ClusterGroupOffline
All of the resources in the group are offline or
there are no resources in the group.
ClusterGroupFailed
At least one resource in the group has failed.
ClusterGroupPartialOnline
At least one resource in the group is online. No resources are
pending or
failed.
ClusterGroupPending
At least one resource in the group is in a pending state. There are no failed resources.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise
Header clusapi.h

See also

Failover Cluster Enumerations

GetClusterGroupState

State Property of the ClusResGroup Object