CLUSTER_OBJECT_TYPE enumeration (msclus.h)
Defines the type of object for which a notification is requested or generated.
Syntax
typedef enum CLUSTER_OBJECT_TYPE {
CLUSTER_OBJECT_TYPE_NONE = 0,
CLUSTER_OBJECT_TYPE_CLUSTER = 0x1,
CLUSTER_OBJECT_TYPE_GROUP = 0x2,
CLUSTER_OBJECT_TYPE_RESOURCE = 0x3,
CLUSTER_OBJECT_TYPE_RESOURCE_TYPE = 0x4,
CLUSTER_OBJECT_TYPE_NETWORK_INTERFACE = 0x5,
CLUSTER_OBJECT_TYPE_NETWORK = 0x6,
CLUSTER_OBJECT_TYPE_NODE = 0x7,
CLUSTER_OBJECT_TYPE_REGISTRY = 0x8,
CLUSTER_OBJECT_TYPE_QUORUM = 0x9,
CLUSTER_OBJECT_TYPE_SHARED_VOLUME = 0xa,
CLUSTER_OBJECT_TYPE_GROUPSET = 0xd,
CLUSTER_OBJECT_TYPE_AFFINITYRULE,
CLUSTER_OBJECT_TYPE_FAULTDOMAIN
} ;
Constants
CLUSTER_OBJECT_TYPE_NONE Value: 0 The notification is for an unspecified type. |
CLUSTER_OBJECT_TYPE_CLUSTER Value: 0x1 The notification is for the cluster. |
CLUSTER_OBJECT_TYPE_GROUP Value: 0x2 The notification is for a group. |
CLUSTER_OBJECT_TYPE_RESOURCE Value: 0x3 The notification is for a resource. |
CLUSTER_OBJECT_TYPE_RESOURCE_TYPE Value: 0x4 The notification is for a resource type. |
CLUSTER_OBJECT_TYPE_NETWORK_INTERFACE Value: 0x5 The notification is for a cluster network interface. |
CLUSTER_OBJECT_TYPE_NETWORK Value: 0x6 The notification is for a cluster network. |
CLUSTER_OBJECT_TYPE_NODE Value: 0x7 The notification is for a cluster node. |
CLUSTER_OBJECT_TYPE_REGISTRY Value: 0x8 The notification is for a cluster registry key. |
CLUSTER_OBJECT_TYPE_QUORUM Value: 0x9 The notification is for a quorum resource. |
CLUSTER_OBJECT_TYPE_SHARED_VOLUME Value: 0xa The notification is for a cluster shared volume. |
CLUSTER_OBJECT_TYPE_GROUPSET Value: 0xd 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 | msclus.h |