Uses of Interface
io.envoyproxy.envoy.config.core.v3.CidrRangeOrBuilder
Packages that use CidrRangeOrBuilder
Package
Description
-
Uses of CidrRangeOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement CidrRangeOrBuilderModifier and TypeClassDescriptionfinal class
CidrRange specifies an IP Address and a prefix length to construct the subnet mask for a `CIDR <https://tools.ietf.org/html/rfc4632>`_ range.static final class
CidrRange specifies an IP Address and a prefix length to construct the subnet mask for a `CIDR <https://tools.ietf.org/html/rfc4632>`_ range. -
Uses of CidrRangeOrBuilder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type CidrRangeOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.directSourcePrefixRangesBuilder_
private com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.prefixRangesBuilder_
private com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.sourcePrefixRangesBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return CidrRangeOrBuilderModifier and TypeMethodDescriptionFilterChainMatch.Builder.getDirectSourcePrefixRangesOrBuilder
(int index) The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.getDirectSourcePrefixRangesOrBuilder
(int index) The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatchOrBuilder.getDirectSourcePrefixRangesOrBuilder
(int index) The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder.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.FilterChainMatch.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.FilterChainMatchOrBuilder.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.FilterChainMatch.Builder.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.FilterChainMatch.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.FilterChainMatchOrBuilder.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.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type CidrRangeOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.getDirectSourcePrefixRangesFieldBuilder()
List
<? extends CidrRangeOrBuilder> FilterChainMatch.Builder.getDirectSourcePrefixRangesOrBuilderList()
The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.List
<? extends CidrRangeOrBuilder> FilterChainMatch.getDirectSourcePrefixRangesOrBuilderList()
The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.List
<? extends CidrRangeOrBuilder> FilterChainMatchOrBuilder.getDirectSourcePrefixRangesOrBuilderList()
The criteria is satisfied if the directly connected source IP address of the downstream connection is contained in at least one of the specified subnets.private com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.getPrefixRangesFieldBuilder()
List
<? extends CidrRangeOrBuilder> FilterChainMatch.Builder.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.List
<? extends CidrRangeOrBuilder> FilterChainMatch.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.List
<? extends CidrRangeOrBuilder> FilterChainMatchOrBuilder.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.private com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.getSourcePrefixRangesFieldBuilder()
List
<? extends CidrRangeOrBuilder> FilterChainMatch.Builder.getSourcePrefixRangesOrBuilderList()
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 CidrRangeOrBuilder> FilterChainMatch.getSourcePrefixRangesOrBuilderList()
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 CidrRangeOrBuilder> FilterChainMatchOrBuilder.getSourcePrefixRangesOrBuilderList()
The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets. -
Uses of CidrRangeOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type CidrRangeOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Permission.Builder.destinationIpBuilder_
private com.google.protobuf.SingleFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.directRemoteIpBuilder_
private com.google.protobuf.SingleFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.remoteIpBuilder_
private com.google.protobuf.SingleFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.sourceIpBuilder_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return CidrRangeOrBuilderModifier and TypeMethodDescriptionPermission.Builder.getDestinationIpOrBuilder()
A CIDR block that describes the destination IP.Permission.getDestinationIpOrBuilder()
A CIDR block that describes the destination IP.PermissionOrBuilder.getDestinationIpOrBuilder()
A CIDR block that describes the destination IP.Principal.Builder.getDirectRemoteIpOrBuilder()
A CIDR block that describes the downstream remote/origin address.Principal.getDirectRemoteIpOrBuilder()
A CIDR block that describes the downstream remote/origin address.PrincipalOrBuilder.getDirectRemoteIpOrBuilder()
A CIDR block that describes the downstream remote/origin address.Principal.Builder.getRemoteIpOrBuilder()
A CIDR block that describes the downstream remote/origin address.Principal.getRemoteIpOrBuilder()
A CIDR block that describes the downstream remote/origin address.PrincipalOrBuilder.getRemoteIpOrBuilder()
A CIDR block that describes the downstream remote/origin address.Principal.Builder.getSourceIpOrBuilder()
Deprecated.Principal.getSourceIpOrBuilder()
Deprecated.PrincipalOrBuilder.getSourceIpOrBuilder()
Deprecated.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type CidrRangeOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Permission.Builder.getDestinationIpFieldBuilder()
A CIDR block that describes the destination IP.private com.google.protobuf.SingleFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.getDirectRemoteIpFieldBuilder()
A CIDR block that describes the downstream remote/origin address.private com.google.protobuf.SingleFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.getRemoteIpFieldBuilder()
A CIDR block that describes the downstream remote/origin address.private com.google.protobuf.SingleFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.getSourceIpFieldBuilder()
A CIDR block that describes the downstream IP. -
Uses of CidrRangeOrBuilder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type CidrRangeOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> HttpConnectionManager.InternalAddressConfig.Builder.cidrRangesBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return CidrRangeOrBuilderModifier and TypeMethodDescriptionHttpConnectionManager.InternalAddressConfig.Builder.getCidrRangesOrBuilder
(int index) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.getCidrRangesOrBuilder
(int index) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfigOrBuilder.getCidrRangesOrBuilder
(int index) List of CIDR ranges that are treated as internal.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type CidrRangeOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> HttpConnectionManager.InternalAddressConfig.Builder.getCidrRangesFieldBuilder()
List
<? extends CidrRangeOrBuilder> HttpConnectionManager.InternalAddressConfig.Builder.getCidrRangesOrBuilderList()
List of CIDR ranges that are treated as internal.List
<? extends CidrRangeOrBuilder> HttpConnectionManager.InternalAddressConfig.getCidrRangesOrBuilderList()
List of CIDR ranges that are treated as internal.List
<? extends CidrRangeOrBuilder> HttpConnectionManager.InternalAddressConfigOrBuilder.getCidrRangesOrBuilderList()
List of CIDR ranges that are treated as internal. -
Uses of CidrRangeOrBuilder in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type CidrRangeOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.localAddressRangeBuilder_
private com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.remoteAddressRangeBuilder_
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return CidrRangeOrBuilderModifier and TypeMethodDescriptionTlsKeyLog.Builder.getLocalAddressRangeOrBuilder
(int index) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.getLocalAddressRangeOrBuilder
(int index) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLogOrBuilder.getLocalAddressRangeOrBuilder
(int index) The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.TlsKeyLog.Builder.getRemoteAddressRangeOrBuilder
(int index) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLog.getRemoteAddressRangeOrBuilder
(int index) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.TlsKeyLogOrBuilder.getRemoteAddressRangeOrBuilder
(int index) The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type CidrRangeOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.getLocalAddressRangeFieldBuilder()
List
<? extends CidrRangeOrBuilder> TlsKeyLog.Builder.getLocalAddressRangeOrBuilderList()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.List
<? extends CidrRangeOrBuilder> TlsKeyLog.getLocalAddressRangeOrBuilderList()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.List
<? extends CidrRangeOrBuilder> TlsKeyLogOrBuilder.getLocalAddressRangeOrBuilderList()
The local IP address that will be used to filter the connection which should save the TLS key log If it is not set, any local IP address will be matched.private com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.getRemoteAddressRangeFieldBuilder()
List
<? extends CidrRangeOrBuilder> TlsKeyLog.Builder.getRemoteAddressRangeOrBuilderList()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.List
<? extends CidrRangeOrBuilder> TlsKeyLog.getRemoteAddressRangeOrBuilderList()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.List
<? extends CidrRangeOrBuilder> TlsKeyLogOrBuilder.getRemoteAddressRangeOrBuilderList()
The remote IP address that will be used to filter the connection which should save the TLS key log If it is not set, any remote IP address will be matched.