Expand Minimize
This topic has not yet been rated - Rate this topic

CLUSTER_GROUP_AUTOFAILBACK_TYPE enumeration

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      = 1,
  ClusterGroupFailbackTypeCount  = 2
} CLUSTER_GROUP_AUTOFAILBACK_TYPE, CGAFT;

Constants

ClusterGroupPreventFailback

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

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows 2000 Server Advanced Server, Windows 2000 Server Datacenter [desktop apps only]

Header

ClusApi.h

See also

Failover Cluster Enumerations
common property
AutoFailbackType

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.