Uses of Class
io.envoyproxy.envoy.config.listener.v3.FilterChainMatch.ConnectionSourceType
-
Packages that use FilterChainMatch.ConnectionSourceType Package Description io.envoyproxy.envoy.config.listener.v3 -
-
Uses of FilterChainMatch.ConnectionSourceType in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 declared as FilterChainMatch.ConnectionSourceType Modifier and Type Field Description private static FilterChainMatch.ConnectionSourceType[]
FilterChainMatch.ConnectionSourceType. VALUES
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type FilterChainMatch.ConnectionSourceType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<FilterChainMatch.ConnectionSourceType>
FilterChainMatch.ConnectionSourceType. internalValueMap
Methods in io.envoyproxy.envoy.config.listener.v3 that return FilterChainMatch.ConnectionSourceType Modifier and Type Method Description static FilterChainMatch.ConnectionSourceType
FilterChainMatch.ConnectionSourceType. forNumber(int value)
FilterChainMatch.ConnectionSourceType
FilterChainMatch.Builder. getSourceType()
Specifies the connection source IP match type.FilterChainMatch.ConnectionSourceType
FilterChainMatch. getSourceType()
Specifies the connection source IP match type.FilterChainMatch.ConnectionSourceType
FilterChainMatchOrBuilder. getSourceType()
Specifies the connection source IP match type.static FilterChainMatch.ConnectionSourceType
FilterChainMatch.ConnectionSourceType. valueOf(int value)
Deprecated.static FilterChainMatch.ConnectionSourceType
FilterChainMatch.ConnectionSourceType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static FilterChainMatch.ConnectionSourceType
FilterChainMatch.ConnectionSourceType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FilterChainMatch.ConnectionSourceType[]
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.ConnectionSourceType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<FilterChainMatch.ConnectionSourceType>
FilterChainMatch.ConnectionSourceType. internalGetValueMap()
Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type FilterChainMatch.ConnectionSourceType Modifier and Type Method Description FilterChainMatch.Builder
FilterChainMatch.Builder. setSourceType(FilterChainMatch.ConnectionSourceType value)
Specifies the connection source IP match type.
-