public static enum ScaleTimersOverloadActionConfig.TimerType extends Enum<ScaleTimersOverloadActionConfig.TimerType> implements com.google.protobuf.ProtocolMessageEnum
envoy.config.overload.v3.ScaleTimersOverloadActionConfig.TimerType| Enum Constant and Description |
|---|
HTTP_DOWNSTREAM_CONNECTION_IDLE
Adjusts the idle timer for downstream HTTP connections that takes effect when there are no active streams.
|
HTTP_DOWNSTREAM_STREAM_IDLE
Adjusts the idle timer for HTTP streams initiated by downstream clients.
|
UNRECOGNIZED |
UNSPECIFIED
Unsupported value; users must explicitly specify the timer they want scaled.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
HTTP_DOWNSTREAM_CONNECTION_IDLE_VALUE
Adjusts the idle timer for downstream HTTP connections that takes effect when there are no active streams.
|
static int |
HTTP_DOWNSTREAM_STREAM_IDLE_VALUE
Adjusts the idle timer for HTTP streams initiated by downstream clients.
|
static int |
UNSPECIFIED_VALUE
Unsupported value; users must explicitly specify the timer they want scaled.
|
| Modifier and Type | Method and Description |
|---|---|
static ScaleTimersOverloadActionConfig.TimerType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ScaleTimersOverloadActionConfig.TimerType> |
internalGetValueMap() |
static ScaleTimersOverloadActionConfig.TimerType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ScaleTimersOverloadActionConfig.TimerType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ScaleTimersOverloadActionConfig.TimerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaleTimersOverloadActionConfig.TimerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScaleTimersOverloadActionConfig.TimerType UNSPECIFIED
Unsupported value; users must explicitly specify the timer they want scaled.
UNSPECIFIED = 0;public static final ScaleTimersOverloadActionConfig.TimerType HTTP_DOWNSTREAM_CONNECTION_IDLE
Adjusts the idle timer for downstream HTTP connections that takes effect when there are no active streams. This affects the value of :ref:`HttpConnectionManager.common_http_protocol_options.idle_timeout <envoy_v3_api_field_config.core.v3.HttpProtocolOptions.idle_timeout>`
HTTP_DOWNSTREAM_CONNECTION_IDLE = 1;public static final ScaleTimersOverloadActionConfig.TimerType HTTP_DOWNSTREAM_STREAM_IDLE
Adjusts the idle timer for HTTP streams initiated by downstream clients. This affects the value of :ref:`RouteAction.idle_timeout <envoy_v3_api_field_config.route.v3.RouteAction.idle_timeout>` and :ref:`HttpConnectionManager.stream_idle_timeout <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.stream_idle_timeout>`
HTTP_DOWNSTREAM_STREAM_IDLE = 2;public static final ScaleTimersOverloadActionConfig.TimerType UNRECOGNIZED
public static final int UNSPECIFIED_VALUE
Unsupported value; users must explicitly specify the timer they want scaled.
UNSPECIFIED = 0;public static final int HTTP_DOWNSTREAM_CONNECTION_IDLE_VALUE
Adjusts the idle timer for downstream HTTP connections that takes effect when there are no active streams. This affects the value of :ref:`HttpConnectionManager.common_http_protocol_options.idle_timeout <envoy_v3_api_field_config.core.v3.HttpProtocolOptions.idle_timeout>`
HTTP_DOWNSTREAM_CONNECTION_IDLE = 1;public static final int HTTP_DOWNSTREAM_STREAM_IDLE_VALUE
Adjusts the idle timer for HTTP streams initiated by downstream clients. This affects the value of :ref:`RouteAction.idle_timeout <envoy_v3_api_field_config.route.v3.RouteAction.idle_timeout>` and :ref:`HttpConnectionManager.stream_idle_timeout <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.stream_idle_timeout>`
HTTP_DOWNSTREAM_STREAM_IDLE = 2;public static ScaleTimersOverloadActionConfig.TimerType[] values()
for (ScaleTimersOverloadActionConfig.TimerType c : ScaleTimersOverloadActionConfig.TimerType.values()) System.out.println(c);
public static ScaleTimersOverloadActionConfig.TimerType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ScaleTimersOverloadActionConfig.TimerType valueOf(int value)
forNumber(int) instead.public static ScaleTimersOverloadActionConfig.TimerType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ScaleTimersOverloadActionConfig.TimerType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ScaleTimersOverloadActionConfig.TimerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018–2021 The Envoy Project. All rights reserved.