public interface CpuUtilizationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Duration |
getAggregationWindowLength()
Period of time over which CPU utilization is calculated.
|
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, hasOneof
isInitialized
boolean hasAggregationWindowLength()
Period of time over which CPU utilization is calculated.
.google.protobuf.Duration aggregation_window_length = 1;
Duration getAggregationWindowLength()
Period of time over which CPU utilization is calculated.
.google.protobuf.Duration aggregation_window_length = 1;
DurationOrBuilder getAggregationWindowLengthOrBuilder()
Period of time over which CPU utilization is calculated.
.google.protobuf.Duration aggregation_window_length = 1;
double getTargetUtilization()
Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
double target_utilization = 2;