The auto balancer mode.
| Attribute | Value |
|---|---|
| Data type |
DWORD |
| Access |
Read/write |
| Structure |
CLUSPROP_DWORD |
| Minimum |
CLUSTER_AUTO_BALANCER_MIN |
| Maximum |
CLUSTER_AUTO_BALANCER_LEVEL_MAX |
| Default |
CLUSTER_AUTO_BALANCER_DEFAULT |
Remarks
The constant for this property is c.
This property can contain the following values.
| Constant | Value | Description |
|---|---|---|
| CLUSTER_AUTO_BALANCER_DISABLE | 0 |
Disabled |
| CLUSTER_AUTO_BALANCER_NODEUP | 1 |
Balance on node join only. |
| CLUSTER_AUTO_BALANCER_ALWAYS | 2 |
Balance on node join and every 30 minutes. |
| CLUSTER_AUTO_BALANCER_MIN | CLUSTER_AUTO_BALANCER_DISABLE | |
| CLUSTER_AUTO_BALANCER_DEFAULT | CLUSTER_AUTO_BALANCER_ALWAYS | |
| CLUSTER_AUTO_BALANCER_MAX | CLUSTER_AUTO_BALANCER_ALWAYS |
Requirements
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2016 |