CLUSTER_NODE_RESUME_FAILBACK_TYPE enumeration (clusapi.h)

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

 
DoNotFailbackGroups
Value: 0
Indicates that the failback process is not to be performed on the specified groups.
FailbackGroupsImmediately
Indicates that the groups is to be failed back to the node.
FailbackGroupsPerPolicy
Indicates that the failover policy for each group is to be used.
ClusterNodeResumeFailbackTypeCount
Defines the maximum number of failback types.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Header clusapi.h

See also

Failover Cluster Enumerations

ResumeClusterNodeEx