2.2.2.12 CLUSTER_CHANGE_CLUSTER_V2

The CLUSTER_CHANGE_CLUSTER_V2 enumeration defines the list of notifications that are generated for the cluster. These notifications are available only with ApiGetNotifyV2 (section 3.1.4.2.138). The object type is CLUSTER_OBJECT_TYPE_CLUSTER.

 typedef  enum 
 {
   CLUSTER_CHANGE_CLUSTER_RECONNECT_V2 = 0x00000001,
   CLUSTER_CHANGE_CLUSTER_STATE_V2 = 0x00000002,
   CLUSTER_CHANGE_CLUSTER_GROUP_ADDED_V2 = 0x00000004,
   CLUSTER_CHANGE_CLUSTER_HANDLE_CLOSE_V2 = 0x00000008,
   CLUSTER_CHANGE_CLUSTER_NETWORK_ADDED_V2 = 0x00000010,
   CLUSTER_CHANGE_CLUSTER_NODE_ADDED_V2 = 0x00000020,
   CLUSTER_CHANGE_CLUSTER_RESOURCE_TYPE_ADDED_V2 = 0x00000040,
   CLUSTER_CHANGE_CLUSTER_COMMON_PROPERTY_V2 = 0x00000080,
   CLUSTER_CHANGE_CLUSTER_PRIVATE_PROPERTY_V2 = 0x00000100,
   CLUSTER_CHANGE_CLUSTER_LOST_NOTIFICATIONS_V2 = 0x00000200,
   CLUSTER_CHANGE_CLUSTER_RENAME_V2 = 0x00000400,
   CLUSTER_CHANGE_CLUSTER_MEMBERSHIP_V2 = 0x00000800,
   CLUSTER_CHANGE_CLUSTER_UPGRADED_V2 = 0x00001000
 } CLUSTER_CHANGE_CLUSTER_V2;

CLUSTER_CHANGE_CLUSTER_RECONNECT_V2: (Client only) For details of this notification, see section 3.2.4.6.

CLUSTER_CHANGE_CLUSTER_STATE_V2: (Client only) For details of this notification, see section 3.2.4.6.

CLUSTER_CHANGE_CLUSTER_GROUP_ADDED_V2: This notification indicates that a new group was created.

CLUSTER_CHANGE_CLUSTER_HANDLE_CLOSE_V2: (Client only) For details of this notification, see section 3.2.4.7.

CLUSTER_CHANGE_CLUSTER_NETWORK_ADDED_V2: This notification indicates that a cluster network was added to the cluster.

CLUSTER_CHANGE_CLUSTER_NODE_ADDED_V2: This notification indicates that a node was added to the cluster. The way nodes are added to a cluster is implementation-specific.

CLUSTER_CHANGE_CLUSTER_RESOURCE_TYPE_ADDED_V2: This notification indicates that a new resource type was added to the cluster.

CLUSTER_CHANGE_CLUSTER_COMMON_PROPERTY_V2: This notification indicates that a cluster common property has changed.

CLUSTER_CHANGE_CLUSTER_PRIVATE_PROPERTY_V2: This notification indicates that a cluster private property has changed.

CLUSTER_CHANGE_CLUSTER_LOST_NOTIFICATIONS_V2: This notification indicates that notifications might have been lost due to a transient condition on the server.

CLUSTER_CHANGE_CLUSTER_RENAME_V2: This notification indicates that the name of the cluster has changed.

CLUSTER_CHANGE_CLUSTER_MEMBERSHIP_V2: This notification indicates that a node or quorum in the cluster is in a different state.

CLUSTER_CHANGE_CLUSTER_UPGRADED_V2: This notification indicates that the operating version of the cluster has changed.