cpuUtilizationTarget property

int? cpuUtilizationTarget
getter/setter pair

A percentage of the cluster's CPU capacity.

Can be from 10% to 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 will default to 50%.

Optional.

Implementation

core.int? cpuUtilizationTarget;