Interface AutoscalingTargetsOrBuilder (2.6.2)

public interface AutoscalingTargetsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCpuUtilizationPercent()

public abstract int getCpuUtilizationPercent()

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).

int32 cpu_utilization_percent = 2;

Returns
TypeDescription
int

The cpuUtilizationPercent.