Name | Type | Description | Notes |
---|---|---|---|
min_workers | Option<i32> | The minimum number of workers to which the cluster can scale down when underutilized. It is also the initial number of workers the cluster has after creation. | [optional] |
max_workers | Option<i32> | The maximum number of workers to which the cluster can scale up when overloaded. max_workers must be strictly greater than min_workers. | [optional] |