2.2.2.17 CLUSTER_CHANGE_NETWORK_V2

msdn link

The CLUSTER_CHANGE_NETWORK_V2 enumeration SHOULD<14> list the notifications that are generated for a cluster network. 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_NETWORK. The ParentId is not set for these notifications.

 typedef  enum 
 {
   CLUSTER_CHANGE_NETWORK_DELETED_V2 = 0x00000001,
   CLUSTER_CHANGE_NETWORK_COMMON_PROPERTY_V2 = 0x00000002,
   CLUSTER_CHANGE_NETWORK_PRIVATE_PROPERTY_V2 = 0x00000004,
   CLUSTER_CHANGE_NETWORK_STATE_V2 = 0x00000008,
   CLUSTER_CHANGE_NETWORK_HANDLE_CLOSE_V2 = 0x00000010
 } CLUSTER_CHANGE_NETWORK_V2;

CLUSTER_CHANGE_NETWORK_DELETED_V2: This notification indicates that the cluster network has been deleted.

CLUSTER_CHANGE_NETWORK_COMMON_PROPERTY_V2: This notification indicates that the common properties for the cluster network have changed.

CLUSTER_CHANGE_NETWORK_PRIVATE_PROPERTY_V2: This notification indicates that the private properties for the cluster network have changed.

CLUSTER_CHANGE_NETWORK_STATE_V2: This notification indicates that the cluster network state has changed.

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