Uses of Enum
io.envoyproxy.envoy.config.core.v3.TrafficDirection
Packages that use TrafficDirection
-
Uses of TrafficDirection in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as TrafficDirectionFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type TrafficDirectionModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<TrafficDirection> TrafficDirection.internalValueMapMethods in io.envoyproxy.envoy.config.core.v3 that return TrafficDirectionModifier and TypeMethodDescriptionstatic TrafficDirectionTrafficDirection.forNumber(int value) static TrafficDirectionTrafficDirection.valueOf(int value) Deprecated.static TrafficDirectionTrafficDirection.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static TrafficDirectionReturns 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 TrafficDirectionModifier and TypeMethodDescriptionstatic 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 TrafficDirectionModifier and TypeMethodDescriptionListener.Builder.getTrafficDirection()Specifies the intended direction of the traffic relative to the local Envoy.Listener.getTrafficDirection()Specifies the intended direction of the traffic relative to the local Envoy.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 TrafficDirectionModifier and TypeMethodDescriptionListener.Builder.setTrafficDirection(TrafficDirection value) Specifies the intended direction of the traffic relative to the local Envoy.