cpuUtilization property

double? cpuUtilization
getter/setter pair

Determines a threshold for CPU utilization before scaling begins.

Accepted values are between 0.1 and 0.90 (inclusive) or 0.0 to disable CPU utilization as threshold for scaling. CPU and concurrency scaling cannot both be disabled.

Optional.

Implementation

core.double? cpuUtilization;