public interface CpuUtilizationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getAggregationWindowLength()
Period of time over which CPU utilization is calculated.
|
com.google.protobuf.DurationOrBuilder |
getAggregationWindowLengthOrBuilder()
Period of time over which CPU utilization is calculated.
|
double |
getTargetUtilization()
Target CPU utilization ratio to maintain when scaling.
|
boolean |
hasAggregationWindowLength()
Period of time over which CPU utilization is calculated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAggregationWindowLength()
Period of time over which CPU utilization is calculated.
optional .google.protobuf.Duration aggregation_window_length = 1;com.google.protobuf.Duration getAggregationWindowLength()
Period of time over which CPU utilization is calculated.
optional .google.protobuf.Duration aggregation_window_length = 1;com.google.protobuf.DurationOrBuilder getAggregationWindowLengthOrBuilder()
Period of time over which CPU utilization is calculated.
optional .google.protobuf.Duration aggregation_window_length = 1;double getTargetUtilization()
Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
optional double target_utilization = 2;