public static interface Listener.FilterChainMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressSuffix()
If non-empty, an IP address and suffix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
com.google.protobuf.ByteString |
getAddressSuffixBytes()
If non-empty, an IP address and suffix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
com.google.protobuf.UInt32Value |
getDestinationPort()
Optional destination port to consider when use_original_dst is set on the
listener in determining a filter chain match.
|
com.google.protobuf.UInt32ValueOrBuilder |
getDestinationPortOrBuilder()
Optional destination port to consider when use_original_dst is set on the
listener in determining a filter chain match.
|
AddressOuterClass.CidrRange |
getPrefixRanges(int index)
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
int |
getPrefixRangesCount()
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
List<AddressOuterClass.CidrRange> |
getPrefixRangesList()
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
AddressOuterClass.CidrRangeOrBuilder |
getPrefixRangesOrBuilder(int index)
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
List<? extends AddressOuterClass.CidrRangeOrBuilder> |
getPrefixRangesOrBuilderList()
If non-empty, an IP address and prefix length to match addresses when the
listener is bound to 0.0.0.0/:: or when use_original_dst is specified.
|
String |
getSniDomains(int index)
If non-empty, the SNI domains to consider.
|
com.google.protobuf.ByteString |
getSniDomainsBytes(int index)
If non-empty, the SNI domains to consider.
|
int |
getSniDomainsCount()
If non-empty, the SNI domains to consider.
|
List<String> |
getSniDomainsList()
If non-empty, the SNI domains to consider.
|
com.google.protobuf.UInt32Value |
getSourcePorts(int index)
The criteria is satisfied if the source port of the downstream connection
is contained in at least one of the specified ports.
|
int |
getSourcePortsCount()
The criteria is satisfied if the source port of the downstream connection
is contained in at least one of the specified ports.
|
List<com.google.protobuf.UInt32Value> |
getSourcePortsList()
The criteria is satisfied if the source port of the downstream connection
is contained in at least one of the specified ports.
|
com.google.protobuf.UInt32ValueOrBuilder |
getSourcePortsOrBuilder(int index)
The criteria is satisfied if the source port of the downstream connection
is contained in at least one of the specified ports.
|
List<? extends com.google.protobuf.UInt32ValueOrBuilder> |
getSourcePortsOrBuilderList()
The criteria is satisfied if the source port of the downstream connection
is contained in at least one of the specified ports.
|
AddressOuterClass.CidrRange |
getSourcePrefixRanges(int index)
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
int |
getSourcePrefixRangesCount()
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
List<AddressOuterClass.CidrRange> |
getSourcePrefixRangesList()
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
AddressOuterClass.CidrRangeOrBuilder |
getSourcePrefixRangesOrBuilder(int index)
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
List<? extends AddressOuterClass.CidrRangeOrBuilder> |
getSourcePrefixRangesOrBuilderList()
The criteria is satisfied if the source IP address of the downstream
connection is contained in at least one of the specified subnets.
|
com.google.protobuf.UInt32Value |
getSuffixLen()
[#not-implemented-hide:]
.google.protobuf.UInt32Value suffix_len = 5; |
com.google.protobuf.UInt32ValueOrBuilder |
getSuffixLenOrBuilder()
[#not-implemented-hide:]
.google.protobuf.UInt32Value suffix_len = 5; |
boolean |
hasDestinationPort()
Optional destination port to consider when use_original_dst is set on the
listener in determining a filter chain match.
|
boolean |
hasSuffixLen()
[#not-implemented-hide:]
.google.protobuf.UInt32Value suffix_len = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getSniDomainsList()
If non-empty, the SNI domains to consider. May contain a wildcard prefix, e.g. ``*.example.com``. .. attention:: See the :ref:`FAQ entry <faq_how_to_setup_sni>` on how to configure SNI for more information.
repeated string sni_domains = 1;int getSniDomainsCount()
If non-empty, the SNI domains to consider. May contain a wildcard prefix, e.g. ``*.example.com``. .. attention:: See the :ref:`FAQ entry <faq_how_to_setup_sni>` on how to configure SNI for more information.
repeated string sni_domains = 1;String getSniDomains(int index)
If non-empty, the SNI domains to consider. May contain a wildcard prefix, e.g. ``*.example.com``. .. attention:: See the :ref:`FAQ entry <faq_how_to_setup_sni>` on how to configure SNI for more information.
repeated string sni_domains = 1;com.google.protobuf.ByteString getSniDomainsBytes(int index)
If non-empty, the SNI domains to consider. May contain a wildcard prefix, e.g. ``*.example.com``. .. attention:: See the :ref:`FAQ entry <faq_how_to_setup_sni>` on how to configure SNI for more information.
repeated string sni_domains = 1;List<AddressOuterClass.CidrRange> getPrefixRangesList()
If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified. [#not-implemented-hide:]
repeated .envoy.api.v2.core.CidrRange prefix_ranges = 3;AddressOuterClass.CidrRange getPrefixRanges(int index)
If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified. [#not-implemented-hide:]
repeated .envoy.api.v2.core.CidrRange prefix_ranges = 3;int getPrefixRangesCount()
If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified. [#not-implemented-hide:]
repeated .envoy.api.v2.core.CidrRange prefix_ranges = 3;List<? extends AddressOuterClass.CidrRangeOrBuilder> getPrefixRangesOrBuilderList()
If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified. [#not-implemented-hide:]
repeated .envoy.api.v2.core.CidrRange prefix_ranges = 3;AddressOuterClass.CidrRangeOrBuilder getPrefixRangesOrBuilder(int index)
If non-empty, an IP address and prefix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified. [#not-implemented-hide:]
repeated .envoy.api.v2.core.CidrRange prefix_ranges = 3;String getAddressSuffix()
If non-empty, an IP address and suffix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified. [#not-implemented-hide:]
string address_suffix = 4;com.google.protobuf.ByteString getAddressSuffixBytes()
If non-empty, an IP address and suffix length to match addresses when the listener is bound to 0.0.0.0/:: or when use_original_dst is specified. [#not-implemented-hide:]
string address_suffix = 4;boolean hasSuffixLen()
[#not-implemented-hide:]
.google.protobuf.UInt32Value suffix_len = 5;com.google.protobuf.UInt32Value getSuffixLen()
[#not-implemented-hide:]
.google.protobuf.UInt32Value suffix_len = 5;com.google.protobuf.UInt32ValueOrBuilder getSuffixLenOrBuilder()
[#not-implemented-hide:]
.google.protobuf.UInt32Value suffix_len = 5;List<AddressOuterClass.CidrRange> getSourcePrefixRangesList()
The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the source IP address is ignored. [#not-implemented-hide:]
repeated .envoy.api.v2.core.CidrRange source_prefix_ranges = 6;AddressOuterClass.CidrRange getSourcePrefixRanges(int index)
The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the source IP address is ignored. [#not-implemented-hide:]
repeated .envoy.api.v2.core.CidrRange source_prefix_ranges = 6;int getSourcePrefixRangesCount()
The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the source IP address is ignored. [#not-implemented-hide:]
repeated .envoy.api.v2.core.CidrRange source_prefix_ranges = 6;List<? extends AddressOuterClass.CidrRangeOrBuilder> getSourcePrefixRangesOrBuilderList()
The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the source IP address is ignored. [#not-implemented-hide:]
repeated .envoy.api.v2.core.CidrRange source_prefix_ranges = 6;AddressOuterClass.CidrRangeOrBuilder getSourcePrefixRangesOrBuilder(int index)
The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. If the parameter is not specified or the list is empty, the source IP address is ignored. [#not-implemented-hide:]
repeated .envoy.api.v2.core.CidrRange source_prefix_ranges = 6;List<com.google.protobuf.UInt32Value> getSourcePortsList()
The criteria is satisfied if the source port of the downstream connection is contained in at least one of the specified ports. If the parameter is not specified, the source port is ignored. [#not-implemented-hide:]
repeated .google.protobuf.UInt32Value source_ports = 7;com.google.protobuf.UInt32Value getSourcePorts(int index)
The criteria is satisfied if the source port of the downstream connection is contained in at least one of the specified ports. If the parameter is not specified, the source port is ignored. [#not-implemented-hide:]
repeated .google.protobuf.UInt32Value source_ports = 7;int getSourcePortsCount()
The criteria is satisfied if the source port of the downstream connection is contained in at least one of the specified ports. If the parameter is not specified, the source port is ignored. [#not-implemented-hide:]
repeated .google.protobuf.UInt32Value source_ports = 7;List<? extends com.google.protobuf.UInt32ValueOrBuilder> getSourcePortsOrBuilderList()
The criteria is satisfied if the source port of the downstream connection is contained in at least one of the specified ports. If the parameter is not specified, the source port is ignored. [#not-implemented-hide:]
repeated .google.protobuf.UInt32Value source_ports = 7;com.google.protobuf.UInt32ValueOrBuilder getSourcePortsOrBuilder(int index)
The criteria is satisfied if the source port of the downstream connection is contained in at least one of the specified ports. If the parameter is not specified, the source port is ignored. [#not-implemented-hide:]
repeated .google.protobuf.UInt32Value source_ports = 7;boolean hasDestinationPort()
Optional destination port to consider when use_original_dst is set on the listener in determining a filter chain match. [#not-implemented-hide:]
.google.protobuf.UInt32Value destination_port = 8;com.google.protobuf.UInt32Value getDestinationPort()
Optional destination port to consider when use_original_dst is set on the listener in determining a filter chain match. [#not-implemented-hide:]
.google.protobuf.UInt32Value destination_port = 8;com.google.protobuf.UInt32ValueOrBuilder getDestinationPortOrBuilder()
Optional destination port to consider when use_original_dst is set on the listener in determining a filter chain match. [#not-implemented-hide:]
.google.protobuf.UInt32Value destination_port = 8;Copyright © 2018 The Envoy Project. All rights reserved.