2.2.2.11 CLUSTER_OBJECT_TYPE

The CLUSTER_OBJECT_TYPE enumeration is used to define the type of the object for which a notification is requested or generated.

 typedef  enum 
 {
   CLUSTER_OBJECT_TYPE_CLUSTER = 0x00000001,
   CLUSTER_OBJECT_TYPE_GROUP = 0x00000002,
   CLUSTER_OBJECT_TYPE_RESOURCE = 0x00000003,
   CLUSTER_OBJECT_TYPE_RESOURCE_TYPE = 0x00000004,
   CLUSTER_OBJECT_TYPE_NETWORK_INTERFACE = 0x00000005,
   CLUSTER_OBJECT_TYPE_NETWORK = 0x00000006,
   CLUSTER_OBJECT_TYPE_NODE = 0x00000007,
   CLUSTER_OBJECT_TYPE_REGISTRY = 0x00000008,
   CLUSTER_OBJECT_TYPE_QUORUM = 0x00000009,
   CLUSTER_OBJECT_TYPE_SHARED_VOLUME = 0x0000000a,
   CLUSTER_OBJECT_TYPE_SPACEPORT = 0x0000000b,
   CLUSTER_OBJECT_TYPE_UPGRADE = 0x0000000c,
   CLUSTER_OBJECT_TYPE_GROUPSET = 0x0000000d,
   CLUSTER_OBJECT_TYPE_SBL_DEVICE = 0x0000000e,
   CLUSTER_OBJECT_TYPE_CERT = 0x0000000f,
   CLUSTER_OBJECT_TYPE_AFFINITYRULE = 0x00000010
 } CLUSTER_OBJECT_TYPE;

CLUSTER_OBJECT_TYPE_CLUSTER: The notification is for the cluster.

CLUSTER_OBJECT_TYPE_GROUP: The notification is for a group.

CLUSTER_OBJECT_TYPE_RESOURCE: The notification is for a resource.

CLUSTER_OBJECT_TYPE_RESOURCE_TYPE: The notification is for a resource type.

CLUSTER_OBJECT_TYPE_NETWORK_INTERFACE: The notification is for a cluster network interface.

CLUSTER_OBJECT_TYPE_NETWORK: The notification is for a cluster network.

CLUSTER_OBJECT_TYPE_NODE: The notification is for a cluster node.

CLUSTER_OBJECT_TYPE_REGISTRY: The notification is for a cluster registry key.

CLUSTER_OBJECT_TYPE_QUORUM: The notification is for a quorum resource.

CLUSTER_OBJECT_TYPE_SHARED_VOLUME: The notification is for a cluster shared volume.

CLUSTER_OBJECT_TYPE_SPACEPORT: The notification is for a spaceport.

CLUSTER_OBJECT_TYPE_UPGRADE: The notification is for an upgrade.

CLUSTER_OBJECT_TYPE_GROUPSET: The notification is for a group set.

CLUSTER_OBJECT_TYPE_SBL_DEVICE: The notification is for an SBL device.<7>

CLUSTER_OBJECT_TYPE_CERT: The notification is for a certificate.<8>

CLUSTER_OBJECT_TYPE_AFFINITY_RULE: The notification is for an affinity rule.<9>