2.2.2.18 CLUSTER_CHANGE_NODE_V2

The CLUSTER_CHANGE_NODE_V2 enumeration SHOULD<15> list the notifications that are generated for a cluster node. ClusAPI Protocol version 2.0 servers do not support this value.

These notifications are available only with ApiGetNotifyV2 (section 3.1.4.2.138). The object type is CLUSTER_OBJECT_TYPE_NODE. The ParentId is not set for these notifications.

 typedef  enum 
 {
   CLUSTER_CHANGE_NODE_NETINTERFACE_ADDED_V2 = 0x00000001,
   CLUSTER_CHANGE_NODE_DELETED_V2 = 0x00000002,
   CLUSTER_CHANGE_NODE_COMMON_PROPERTY_V2 = 0x00000004,
   CLUSTER_CHANGE_NODE_PRIVATE_PROPERTY_V2 = 0x00000008,
   CLUSTER_CHANGE_NODE_STATE_V2 = 0x00000010,
   CLUSTER_CHANGE_NODE_GROUP_GAINED_V2 = 0x00000020,
   CLUSTER_CHANGE_NODE_GROUP_LOST_V2 = 0x00000040,
   CLUSTER_CHANGE_NODE_HANDLE_CLOSE_V2 = 0x00000080
 } CLUSTER_CHANGE_NODE_V2;

CLUSTER_CHANGE_NODE_NETINTERFACE_ADDED_V2: This notification indicates that the network interface for the cluster node has been added.

CLUSTER_CHANGE_NODE_DELETED_V2: This notification indicates that the cluster node has been deleted.

CLUSTER_CHANGE_NODE_COMMON_PROPERTY_V2: This notification indicates that the common properties for the cluster node have been changed.

CLUSTER_CHANGE_NODE_PRIVATE_PROPERTY_V2: This notification indicates that the private properties for the cluster node have been changed.

CLUSTER_CHANGE_NODE_STATE_V2: This notification indicates that the state of the cluster node has changed.

CLUSTER_CHANGE_NODE_GROUP_GAINED_V2: This notification indicates that the cluster node has gained a group.

CLUSTER_CHANGE_NODE_GROUP_LOST_V2: This notification indicates that the cluster node has lost a group.

CLUSTER_CHANGE_NODE_HANDLE_CLOSE_V2: For details of this notification, see section 3.2.4.7.