2.2.2.24 CLUSTER_CHANGE_GROUPSET_V2

The CLUSTER_CHANGE_GROUPSET_V2 enumeration SHOULD<20> define the list of notifications that are generated for a group set. These notifications are available only with ApiGetNotifyV2 (section 3.1.4.2.138). The object type is CLUSTER_OBJECT_TYPE_GROUPSET. ClusAPI Protocol version 2.0 servers do not support this value.

 typedef enum CLUSTER_CHANGE_GROUPSET_V2 {
   CLUSTER_CHANGE_GROUPSET_DELETED_v2           = 0x00000001,
   CLUSTER_CHANGE_GROUPSET_COMMON_PROPERTY_V2   = 0x00000002,
   CLUSTER_CHANGE_GROUPSET_PRIVATE_PROPERTY_V2  = 0x00000004,
   CLUSTER_CHANGE_GROUPSET_STATE_V2             = 0x00000008,
   CLUSTER_CHANGE_GROUPSET_GROUP_ADDED          = 0x00000010,
   CLUSTER_CHANGE_GROUPSET_GROUP_REMOVED        = 0x00000020,
   CLUSTER_CHANGE_GROUPSET_DEPENDENCIES_V2      = 0x00000040,
   CLUSTER_CHANGE_GROUPSET_DEPENDENTS_V2        = 0x00000080,
   CLUSTER_CHANGE_GROUPSET_HANDLE_CLOSE_v2      = 0x00000100
 } CLUSTER_CHANGE_GROUPSET_V2;

CLUSTER_CHANGE_GROUPSET_DELETED_v2: This notification indicates that a group set was deleted.

CLUSTER_CHANGE_GROUPSET_COMMON_PROPERTY_V2: This notification indicates that a group set's common property has changed. For details of group set property lists, see section 2.2.3.10.

CLUSTER_CHANGE_GROUPSET_PRIVATE_PROPERTY_V2: This notification indicates that a group set's private property has changed. For details of group set property lists, see section 2.2.3.10.

CLUSTER_CHANGE_GROUPSET_STATE_V2: This notification indicates that a group set's state has changed.

CLUSTER_CHANGE_GROUPSET_GROUP_ADDED: This notification indicates that a group was added to the group set.

CLUSTER_CHANGE_GROUPSET_GROUP_REMOVED: This notification indicates that a group was removed from the group set.

CLUSTER_CHANGE_GROUPSET_DEPENDENCIES_V2: This notification indicates that there is a change in group set's dependencies.

CLUSTER_CHANGE_GROUPSET_DEPENDENTS_V2: This notification indicates that there is a change in group set's dependents.

CLUSTER_CHANGE_GROUPSET_HANDLE_CLOSE_v2: This notification indicates that a group set handle is closed. For details of this notification, see section 3.2.4.7.