highPriorityCpuUtilizationPercent property

int? highPriorityCpuUtilizationPercent
getter/setter pair

The target high priority cpu utilization percentage that the autoscaler should be trying to achieve for the instance.

This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 90] inclusive. If not specified or set to 0, the autoscaler skips scaling based on high priority CPU utilization.

Optional.

Implementation

core.int? highPriorityCpuUtilizationPercent;