Uses of Enum
io.envoyproxy.envoy.config.listener.v3.FilterChainMatch.ConnectionSourceType
Packages that use FilterChainMatch.ConnectionSourceType
-
Uses of FilterChainMatch.ConnectionSourceType in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 declared as FilterChainMatch.ConnectionSourceTypeModifier and TypeFieldDescriptionprivate static final FilterChainMatch.ConnectionSourceType[]
FilterChainMatch.ConnectionSourceType.VALUES
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type FilterChainMatch.ConnectionSourceTypeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<FilterChainMatch.ConnectionSourceType> FilterChainMatch.ConnectionSourceType.internalValueMap
Methods in io.envoyproxy.envoy.config.listener.v3 that return FilterChainMatch.ConnectionSourceTypeModifier and TypeMethodDescriptionFilterChainMatch.ConnectionSourceType.forNumber
(int value) FilterChainMatch.Builder.getSourceType()
Specifies the connection source IP match type.FilterChainMatch.getSourceType()
Specifies the connection source IP match type.FilterChainMatchOrBuilder.getSourceType()
Specifies the connection source IP match type.FilterChainMatch.ConnectionSourceType.valueOf
(int value) Deprecated.FilterChainMatch.ConnectionSourceType.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.FilterChainMatch.ConnectionSourceType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type FilterChainMatch.ConnectionSourceTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<FilterChainMatch.ConnectionSourceType> FilterChainMatch.ConnectionSourceType.internalGetValueMap()
Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type FilterChainMatch.ConnectionSourceTypeModifier and TypeMethodDescriptionFilterChainMatch.Builder.setSourceType
(FilterChainMatch.ConnectionSourceType value) Specifies the connection source IP match type.