CLUSTER_GROUP_PRIORITY enumeration (clusapi.h)
Specifies the priority level of a group.
Syntax
typedef enum CLUSTER_GROUP_PRIORITY {
PriorityDisabled = 0,
PriorityLow = 1000,
PriorityMedium = 2000,
PriorityHigh = 3000
} ;
Constants
PriorityDisabled Value: 0 Disabled priority. A group that has a disabled priority does not start automatically. |
PriorityLow Value: 1000 Low priority. |
PriorityMedium Value: 2000 Medium priority. |
PriorityHigh Value: 3000 High priority. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | clusapi.h |