2.2.2.16 CLUSTER_CHANGE_NETINTERFACE_V2

The CLUSTER_CHANGE_NETINTERFACE_V2 enumeration SHOULD<13> define the notifications that are generated for a cluster network interface. These notifications are only available with ApiGetNotifyV2 (section 3.1.4.2.138). The object type is CLUSTER_OBJECT_TYPE_NETWORK_INTERFACE. The ParentId is not set for these notifications. ClusAPI Protocol version 2.0 servers do not support this value.

 typedef  enum 
 {
   CLUSTER_CHANGE_NETINTERFACE_DELETED_V2 = 0x00000001,
   CLUSTER_CHANGE_NETINTERFACE_COMMON_PROPERTY_V2 = 0x00000002,
   CLUSTER_CHANGE_NETINTERFACE_PRIVATE_PROPERTY_V2 = 0x00000004,
   CLUSTER_CHANGE_NETINTERFACE_STATE_V2 = 0x00000008,
   CLUSTER_CHANGE_NETINTERFACE_HANDLE_CLOSE_V2 = 0x00000010
 } CLUSTER_CHANGE_NETINTERFACE_V2;

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

CLUSTER_CHANGE_NETINTERFACE_COMMON_PROPERTY_V2: This notification indicates that the common properties for the cluster interface have changed.

CLUSTER_CHANGE_NETINTERFACE_PRIVATE_PROPERTY_V2: This notification indicates that the private properties for the cluster interface have changed.

CLUSTER_CHANGE_NETINTERFACE_STATE_V2: This notification indicates that the state of the cluster interface has changed.

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