| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.route |
| Modifier and Type | Method and Description |
|---|---|
static RouteAction.ClusterNotFoundResponseCode |
RouteAction.ClusterNotFoundResponseCode.forNumber(int value) |
RouteAction.ClusterNotFoundResponseCode |
RouteAction.getClusterNotFoundResponseCode()
The HTTP status code to use when configured cluster is not found.
|
RouteAction.ClusterNotFoundResponseCode |
RouteAction.Builder.getClusterNotFoundResponseCode()
The HTTP status code to use when configured cluster is not found.
|
RouteAction.ClusterNotFoundResponseCode |
RouteActionOrBuilder.getClusterNotFoundResponseCode()
The HTTP status code to use when configured cluster is not found.
|
static RouteAction.ClusterNotFoundResponseCode |
RouteAction.ClusterNotFoundResponseCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RouteAction.ClusterNotFoundResponseCode |
RouteAction.ClusterNotFoundResponseCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RouteAction.ClusterNotFoundResponseCode |
RouteAction.ClusterNotFoundResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteAction.ClusterNotFoundResponseCode[] |
RouteAction.ClusterNotFoundResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<RouteAction.ClusterNotFoundResponseCode> |
RouteAction.ClusterNotFoundResponseCode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RouteAction.Builder |
RouteAction.Builder.setClusterNotFoundResponseCode(RouteAction.ClusterNotFoundResponseCode value)
The HTTP status code to use when configured cluster is not found.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.