cpuUtilizationTarget property

int? cpuUtilizationTarget
getter/setter pair

The cpu utilization that the Autoscaler should be trying to achieve.

This number is on a scale from 0 (no utilization) to 100 (total utilization), and is limited between 10 and 80. When a cluster's CPU utilization exceeds the target that you have set, Bigtable immediately adds nodes to the cluster. When CPU utilization is substantially lower than the target, Bigtable removes nodes. If not set or set to 0, default to 50.

Optional.

Implementation

core.int? cpuUtilizationTarget;