Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
ClusterGroupStateUnknownValue: -1 The state of the group is unknown. |
ClusterGroupOnlineValue: 206 All of the resources in the group are online. |
ClusterGroupOfflineAll of the resources in the group are offline or there are no resources in the group. |
ClusterGroupFailedAt least one resource in the group has failed. |
ClusterGroupPartialOnlineAt least one resource in the group is online. No resources are pending or failed. |
ClusterGroupPendingAt 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
Feedback
Was this page helpful?
