ColdStartSetting
Specifies the cold start settings for a group cluster.
Attribute |
Value |
Data type
|
DWORD |
Access
|
Read/write
|
Structure
|
CLUSPROP_DWORD
|
Minimum
|
CLUS_GROUP_START_ALWAYS (0)
|
Maximum
|
CLUS_GROUP_START_ALLOWED (2)
|
Default
|
CLUS_GROUP_START_ALWAYS (0)
|
The data for the ColdStartSetting property can be set to one of the following values of the CLUS_GROUP_START_SETTING enumeration.
Name |
Value |
Description |
CLUS_GROUP_START_ALWAYS
|
0
|
Always start the cluster.
|
CLUS_GROUP_DO_NOT_START
|
1
|
Do not start the cluster.
|
CLUS_GROUP_START_ALLOWED
|
2
|
The cluster can be started.
|
Requirements
|
|
Minimum supported client
|
None supported
|
Minimum supported server
|
Windows Server 2016 [desktop apps only]
|
See also
-
Group Common Properties