Enum ScaleTimersOverloadActionConfig.TimerType
java.lang.Object
java.lang.Enum<ScaleTimersOverloadActionConfig.TimerType>
io.envoyproxy.envoy.config.overload.v3.ScaleTimersOverloadActionConfig.TimerType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<ScaleTimersOverloadActionConfig.TimerType>
- Enclosing class:
ScaleTimersOverloadActionConfig
public static enum ScaleTimersOverloadActionConfig.TimerType
extends Enum<ScaleTimersOverloadActionConfig.TimerType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
envoy.config.overload.v3.ScaleTimersOverloadActionConfig.TimerType
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAdjusts the idle timer for downstream HTTP connections that takes effect when there are no active streams.Adjusts the idle timer for HTTP streams initiated by downstream clients.Adjusts the timer for how long downstream clients have to finish transport-level negotiations before the connection is closed.Unsupported value; users must explicitly specify the timer they want scaled. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Adjusts the idle timer for downstream HTTP connections that takes effect when there are no active streams.static final int
Adjusts the idle timer for HTTP streams initiated by downstream clients.private static final com.google.protobuf.Internal.EnumLiteMap
<ScaleTimersOverloadActionConfig.TimerType> static final int
Adjusts the timer for how long downstream clients have to finish transport-level negotiations before the connection is closed.static final int
Unsupported value; users must explicitly specify the timer they want scaled.private final int
private static final ScaleTimersOverloadActionConfig.TimerType[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap
<ScaleTimersOverloadActionConfig.TimerType> valueOf
(int value) Deprecated.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
Unsupported value; users must explicitly specify the timer they want scaled.
UNSPECIFIED = 0;
-
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;
-
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;
-
TRANSPORT_SOCKET_CONNECT
Adjusts the timer for how long downstream clients have to finish transport-level negotiations before the connection is closed. This affects the value of :ref:`FilterChain.transport_socket_connect_timeout <envoy_v3_api_field_config.listener.v3.FilterChain.transport_socket_connect_timeout>`.
TRANSPORT_SOCKET_CONNECT = 3;
-
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUEUnsupported value; users must explicitly specify the timer they want scaled.
UNSPECIFIED = 0;
- See Also:
-
HTTP_DOWNSTREAM_CONNECTION_IDLE_VALUE
public static final int HTTP_DOWNSTREAM_CONNECTION_IDLE_VALUEAdjusts 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;
- See Also:
-
HTTP_DOWNSTREAM_STREAM_IDLE_VALUE
public static final int HTTP_DOWNSTREAM_STREAM_IDLE_VALUEAdjusts 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;
- See Also:
-
TRANSPORT_SOCKET_CONNECT_VALUE
public static final int TRANSPORT_SOCKET_CONNECT_VALUEAdjusts the timer for how long downstream clients have to finish transport-level negotiations before the connection is closed. This affects the value of :ref:`FilterChain.transport_socket_connect_timeout <envoy_v3_api_field_config.listener.v3.FilterChain.transport_socket_connect_timeout>`.
TRANSPORT_SOCKET_CONNECT = 3;
- See Also:
-
internalValueMap
private static final com.google.protobuf.Internal.EnumLiteMap<ScaleTimersOverloadActionConfig.TimerType> internalValueMap -
VALUES
-
value
private final int value
-
-
Constructor Details
-
TimerType
private TimerType(int value)
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ScaleTimersOverloadActionConfig.TimerType> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static ScaleTimersOverloadActionConfig.TimerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-