2.2.2.14 CLUSTER_CHANGE_RESOURCE_V2
The CLUSTER_CHANGE_RESOURCE_V2 enumeration defines the list of notifications that are generated for a resource. ClusAPI Protocol version 2.0 servers do not support this value.<11> These notifications are available only with ApiGetNotifyV2 (section 3.1.4.2.138). The object type is CLUSTER_OBJECT_TYPE_RESOURCE.
-
typedef enum { CLUSTER_CHANGE_RESOURCE_COMMON_PROPERTY_V2 = 0x00000001, CLUSTER_CHANGE_RESOURCE_PRIVATE_PROPERTY_V2 = 0x00000002, CLUSTER_CHANGE_RESOURCE_STATE_V2 = 0x00000004, CLUSTER_CHANGE_RESOURCE_OWNER_GROUP_V2 = 0x00000008, CLUSTER_CHANGE_RESOURCE_DEPENDENCIES_V2 = 0x00000010, CLUSTER_CHANGE_RESOURCE_DEPENDENTS_V2 = 0x00000020, CLUSTER_CHANGE_RESOURCE_POSSIBLE_OWNERS_V2 = 0x00000040, CLUSTER_CHANGE_RESOURCE_DELETED_V2 = 0x00000080, CLUSTER_CHANGE_RESOURCE_DLL_UPGRADED_V2 = 0x00000100, CLUSTER_CHANGE_RESOURCE_HANDLE_CLOSE_V2 = 0x00000200 } CLUSTER_CHANGE_RESOURCE_V2;
CLUSTER_CHANGE_RESOURCE_COMMON_PROPERTY_V2: This notification indicates that the resource's common properties have changed.
CLUSTER_CHANGE_RESOURCE_PRIVATE_PROPERTY_V2: This notification indicates that the resource's private properties have changed.
CLUSTER_CHANGE_RESOURCE_STATE_V2: This notification indicates that the state of the resource has changed.
CLUSTER_CHANGE_RESOURCE_OWNER_GROUP_V2: This notification indicates that the owner group of the resource has changed.
CLUSTER_CHANGE_RESOURCE_DEPENDENCIES_V2: This notification indicates that the resource's dependencies have changed.
CLUSTER_CHANGE_RESOURCE_DEPENDENTS_V2: This notification indicates that the resource's dependents have changed.
CLUSTER_CHANGE_RESOURCE_POSSIBLE_OWNERS_V2: This notification indicates that the resource's possible owner nodes have changed.
CLUSTER_CHANGE_RESOURCE_DELETED_V2: This notification indicates that the resource has been deleted.
CLUSTER_CHANGE_RESOURCE_DLL_UPGRADED_V2: This notification indicates that the resource's DLL has been upgraded.
CLUSTER_CHANGE_RESOURCE_HANDLE_CLOSE_V2: For details of this notification, see section 3.2.4.7.