Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the failback type to use when a cluster node in a paused state is resumed by the ResumeClusterNodeEx function.
Syntax
typedef enum CLUSTER_NODE_RESUME_FAILBACK_TYPE {
DoNotFailbackGroups = 0,
FailbackGroupsImmediately,
FailbackGroupsPerPolicy,
ClusterNodeResumeFailbackTypeCount
} ;
Constants
DoNotFailbackGroupsValue: 0 Indicates that the failback process is not to be performed on the specified groups. |
FailbackGroupsImmediatelyIndicates that the groups is to be failed back to the node. |
FailbackGroupsPerPolicyIndicates that the failover policy for each group is to be used. |
ClusterNodeResumeFailbackTypeCountDefines the maximum number of failback types. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 |
| Header | clusapi.h |