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.
Determines which resource monitor a given resource will be assigned to.
Syntax
typedef enum CLUSTER_RESOURCE_CREATE_FLAGS {
  CLUSTER_RESOURCE_DEFAULT_MONITOR = 0,
  CLUSTER_RESOURCE_SEPARATE_MONITOR = 1,
  CLUSTER_RESOURCE_VALID_FLAGS
} ;
Constants
| CLUSTER_RESOURCE_DEFAULT_MONITORValue: 0 The Cluster service determines the Resource Monitor to which the new resource will be assigned. | 
| CLUSTER_RESOURCE_SEPARATE_MONITORValue: 1 Causes the Cluster service to create a separate Resource Monitor dedicated exclusively to the new resource. | 
| CLUSTER_RESOURCE_VALID_FLAGSContains all valid flags for the CLUSTER_RESOURCE_CREATE_FLAGS enumeration. | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | None supported | 
| Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise | 
| Header | msclus.h | 
See also
CreateItem Method of the ClusResDependencies Object
CreateItem Method of the ClusResDependents Object
CreateItem Method of the ClusResTypeResources Object