Uses of Class
io.envoyproxy.envoy.config.core.v3.TrafficDirection
-
Packages that use TrafficDirection Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.listener.v3 -
-
Uses of TrafficDirection in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as TrafficDirection Modifier and Type Field Description private static TrafficDirection[]
TrafficDirection. VALUES
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type TrafficDirection Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<TrafficDirection>
TrafficDirection. internalValueMap
Methods in io.envoyproxy.envoy.config.core.v3 that return TrafficDirection Modifier and Type Method Description static TrafficDirection
TrafficDirection. forNumber(int value)
static TrafficDirection
TrafficDirection. valueOf(int value)
Deprecated.static TrafficDirection
TrafficDirection. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TrafficDirection
TrafficDirection. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TrafficDirection[]
TrafficDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type TrafficDirection Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TrafficDirection>
TrafficDirection. internalGetValueMap()
-
Uses of TrafficDirection in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return TrafficDirection Modifier and Type Method Description TrafficDirection
Listener.Builder. getTrafficDirection()
Specifies the intended direction of the traffic relative to the local Envoy.TrafficDirection
Listener. getTrafficDirection()
Specifies the intended direction of the traffic relative to the local Envoy.TrafficDirection
ListenerOrBuilder. getTrafficDirection()
Specifies the intended direction of the traffic relative to the local Envoy.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type TrafficDirection Modifier and Type Method Description Listener.Builder
Listener.Builder. setTrafficDirection(TrafficDirection value)
Specifies the intended direction of the traffic relative to the local Envoy.
-