Specifies the auto balancer level.
| Attribute | Value |
|---|---|
| Data type |
DWORD |
| Access |
Read/write |
| Structure |
CLUSPROP_DWORD |
| Minimum |
CLUSTER_AUTO_BALANCER_LEVEL_MIN |
| Maximum |
CLUSTER_AUTO_BALANCER_LEVEL_MAX |
| Default |
CLUSTER_AUTO_BALANCER_LEVEL_DEFAULT |
Remarks
The constant for this property is CLUSTER_NAME_AUTO_BALANCER_LEVEL.
This property can contain the following values.
| Constant | Value | Description |
|---|---|---|
| CLUSTER_AUTO_BALANCER_LEVEL_LOW | 1 |
Low Balance when CPU or memory load exceeds 80%. |
| CLUSTER_AUTO_BALANCER_LEVEL_MEDIUM | 2 |
Medium Balance when CPU or memory load exceeds 70%. |
| CLUSTER_AUTO_BALANCER_LEVEL_HIGH | 3 |
High Balance when CPU or memory load exceeds 60%. |
| CLUSTER_AUTO_BALANCER_LEVEL_MIN | CLUSTER_AUTO_BALANCER_LEVEL_LOW | |
| CLUSTER_AUTO_BALANCER_LEVEL_MAX | CLUSTER_AUTO_BALANCER_LEVEL_HIGH | |
| CLUSTER_AUTO_BALANCER_LEVEL_DEFAULT | CLUSTER_AUTO_BALANCER_LEVEL_LOW |
Requirements
| Minimum supported client |
None supported |
| Minimum supported server |
Windows Server 2016 |