CLUSTER_RESOURCE_CREATE_FLAGS enumeration (clusapi.h)

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_MONITOR
Value: 0
The Cluster service determines the
Resource Monitor to which the new resource will be
assigned.
CLUSTER_RESOURCE_SEPARATE_MONITOR
Value: 1
Causes the Cluster service to create a separate Resource Monitor dedicated exclusively to the new
resource.
CLUSTER_RESOURCE_VALID_FLAGS
Contains 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 clusapi.h

See also

CreateClusterResource

CreateItem Method of the ClusResDependencies Object

CreateItem Method of the ClusResDependents Object

CreateItem Method of the ClusResTypeResources Object

CreateItem Method of the ClusResources Object

Failover Cluster Enumerations