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 class of a resource.
Syntax
typedef enum CLUSTER_RESOURCE_CLASS {
CLUS_RESCLASS_UNKNOWN = 0,
CLUS_RESCLASS_STORAGE,
CLUS_RESCLASS_NETWORK,
CLUS_RESCLASS_USER = 32768
} ;
Constants
CLUS_RESCLASS_UNKNOWNValue: 0 Resource class is unknown. |
CLUS_RESCLASS_STORAGEResource is a storage device, such as a Physical Disk resource. |
CLUS_RESCLASS_NETWORKResource is a network device. |
CLUS_RESCLASS_USERValue: 32768 Resource classes beginning at this value are user-defined. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
| Header | clusapi.h |