Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the type of object for which a notification is requested or generated.
Syntax
typedef enum CLUSTER_OBJECT_TYPE {
CLUSTER_OBJECT_TYPE_NONE = 0x00000000,
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_GROUPSET = 0x0000000d,
CLUSTER_OBJECT_TYPE_AFFINITYRULE,
CLUSTER_OBJECT_TYPE_FAULTDOMAIN
} ;
Constants
CLUSTER_OBJECT_TYPE_NONEValue: 0x00000000 The notification is for an unspecified type. |
CLUSTER_OBJECT_TYPE_CLUSTERValue: 0x00000001 The notification is for the cluster. |
CLUSTER_OBJECT_TYPE_GROUPValue: 0x00000002 The notification is for a group. |
CLUSTER_OBJECT_TYPE_RESOURCEValue: 0x00000003 The notification is for a resource. |
CLUSTER_OBJECT_TYPE_RESOURCE_TYPEValue: 0x00000004 The notification is for a resource type. |
CLUSTER_OBJECT_TYPE_NETWORK_INTERFACEValue: 0x00000005 The notification is for a cluster network interface. |
CLUSTER_OBJECT_TYPE_NETWORKValue: 0x00000006 The notification is for a cluster network. |
CLUSTER_OBJECT_TYPE_NODEValue: 0x00000007 The notification is for a cluster node. |
CLUSTER_OBJECT_TYPE_REGISTRYValue: 0x00000008 The notification is for a cluster registry key. |
CLUSTER_OBJECT_TYPE_QUORUMValue: 0x00000009 The notification is for a quorum resource. |
CLUSTER_OBJECT_TYPE_SHARED_VOLUMEValue: 0x0000000a The notification is for a cluster shared volume. |
CLUSTER_OBJECT_TYPE_GROUPSETValue: 0x0000000d The notification is for a groupset. Windows Server 2012 R2 and Windows Server 2012: This value is unavailable prior to Windows Server 2016. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 |
| Header | clusapi.h |