public interface CpuUtilizationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAggregationWindowLength()
public abstract Duration getAggregationWindowLength()Period of time over which CPU utilization is calculated.
.google.protobuf.Duration aggregation_window_length = 1;
| Returns | |
|---|---|
| Type | Description |
Duration |
The aggregationWindowLength. |
getAggregationWindowLengthOrBuilder()
public abstract DurationOrBuilder getAggregationWindowLengthOrBuilder()Period of time over which CPU utilization is calculated.
.google.protobuf.Duration aggregation_window_length = 1;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getTargetUtilization()
public abstract double getTargetUtilization()Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
double target_utilization = 2;
| Returns | |
|---|---|
| Type | Description |
double |
The targetUtilization. |
hasAggregationWindowLength()
public abstract boolean hasAggregationWindowLength()Period of time over which CPU utilization is calculated.
.google.protobuf.Duration aggregation_window_length = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the aggregationWindowLength field is set. |