CLUSTER_GROUP_AUTOFAILBACK_TYPE enumeration (clusapi.h)

Used by the AutoFailbackType group common property to specify whether the group should be failed back to the node identified as its preferred owner when that node comes back online following a failover.

Syntax

typedef enum CLUSTER_GROUP_AUTOFAILBACK_TYPE {
  ClusterGroupPreventFailback = 0,
  ClusterGroupAllowFailback,
  ClusterGroupFailbackTypeCount
}  CGAFT;

Constants

 
ClusterGroupPreventFailback
Value: 0
Prevents failback.
ClusterGroupAllowFailback
Allows failback (requires a preferred owners list for the group).
ClusterGroupFailbackTypeCount
Defines a maximum group property value. It is not supported by the
AutoFailbackType group property.

Requirements

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

See also

AutoFailbackType

Failover Cluster Enumerations

common property