public static interface ScaleTimersOverloadActionConfig.ScaleTimerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Percent |
getMinScale()
Sets the minimum duration as a percentage of the maximum value.
|
PercentOrBuilder |
getMinScaleOrBuilder()
Sets the minimum duration as a percentage of the maximum value.
|
com.google.protobuf.Duration |
getMinTimeout()
Sets the minimum duration as an absolute value.
|
com.google.protobuf.DurationOrBuilder |
getMinTimeoutOrBuilder()
Sets the minimum duration as an absolute value.
|
ScaleTimersOverloadActionConfig.ScaleTimer.OverloadAdjustCase |
getOverloadAdjustCase() |
ScaleTimersOverloadActionConfig.TimerType |
getTimer()
The type of timer this minimum applies to.
|
int |
getTimerValue()
The type of timer this minimum applies to.
|
boolean |
hasMinScale()
Sets the minimum duration as a percentage of the maximum value.
|
boolean |
hasMinTimeout()
Sets the minimum duration as an absolute value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTimerValue()
The type of timer this minimum applies to.
.envoy.config.overload.v3.ScaleTimersOverloadActionConfig.TimerType timer = 1 [(.validate.rules) = { ... }ScaleTimersOverloadActionConfig.TimerType getTimer()
The type of timer this minimum applies to.
.envoy.config.overload.v3.ScaleTimersOverloadActionConfig.TimerType timer = 1 [(.validate.rules) = { ... }boolean hasMinTimeout()
Sets the minimum duration as an absolute value.
.google.protobuf.Duration min_timeout = 2;com.google.protobuf.Duration getMinTimeout()
Sets the minimum duration as an absolute value.
.google.protobuf.Duration min_timeout = 2;com.google.protobuf.DurationOrBuilder getMinTimeoutOrBuilder()
Sets the minimum duration as an absolute value.
.google.protobuf.Duration min_timeout = 2;boolean hasMinScale()
Sets the minimum duration as a percentage of the maximum value.
.envoy.type.v3.Percent min_scale = 3;Percent getMinScale()
Sets the minimum duration as a percentage of the maximum value.
.envoy.type.v3.Percent min_scale = 3;PercentOrBuilder getMinScaleOrBuilder()
Sets the minimum duration as a percentage of the maximum value.
.envoy.type.v3.Percent min_scale = 3;ScaleTimersOverloadActionConfig.ScaleTimer.OverloadAdjustCase getOverloadAdjustCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.