Uses of Class
io.envoyproxy.envoy.config.core.v3.CidrRange
-
Packages that use CidrRange Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.listener.v3 io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of CidrRange in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as CidrRange Modifier and Type Field Description private static CidrRange
CidrRange. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type CidrRange Modifier and Type Field Description private static com.google.protobuf.Parser<CidrRange>
CidrRange. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return CidrRange Modifier and Type Method Description CidrRange
CidrRange.Builder. build()
CidrRange
CidrRange.Builder. buildPartial()
static CidrRange
CidrRange. getDefaultInstance()
CidrRange
CidrRange.Builder. getDefaultInstanceForType()
CidrRange
CidrRange. getDefaultInstanceForType()
static CidrRange
CidrRange. parseDelimitedFrom(java.io.InputStream input)
static CidrRange
CidrRange. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CidrRange
CidrRange. parseFrom(byte[] data)
static CidrRange
CidrRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CidrRange
CidrRange. parseFrom(com.google.protobuf.ByteString data)
static CidrRange
CidrRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CidrRange
CidrRange. parseFrom(com.google.protobuf.CodedInputStream input)
static CidrRange
CidrRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CidrRange
CidrRange. parseFrom(java.io.InputStream input)
static CidrRange
CidrRange. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CidrRange
CidrRange. parseFrom(java.nio.ByteBuffer data)
static CidrRange
CidrRange. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type CidrRange Modifier and Type Method Description com.google.protobuf.Parser<CidrRange>
CidrRange. getParserForType()
static com.google.protobuf.Parser<CidrRange>
CidrRange. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type CidrRange Modifier and Type Method Description private void
CidrRange.Builder. buildPartial0(CidrRange result)
CidrRange.Builder
CidrRange.Builder. mergeFrom(CidrRange other)
static CidrRange.Builder
CidrRange. newBuilder(CidrRange prototype)
-
Uses of CidrRange in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type CidrRange Modifier and Type Field Description private java.util.List<CidrRange>
FilterChainMatch.Builder. directSourcePrefixRanges_
private java.util.List<CidrRange>
FilterChainMatch. directSourcePrefixRanges_
private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
FilterChainMatch.Builder. directSourcePrefixRangesBuilder_
private java.util.List<CidrRange>
FilterChainMatch.Builder. prefixRanges_
private java.util.List<CidrRange>
FilterChainMatch. prefixRanges_
private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
FilterChainMatch.Builder. prefixRangesBuilder_
private java.util.List<CidrRange>
FilterChainMatch.Builder. sourcePrefixRanges_
private java.util.List<CidrRange>
FilterChainMatch. sourcePrefixRanges_
private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
FilterChainMatch.Builder. sourcePrefixRangesBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return CidrRange Modifier and Type Method Description CidrRange
FilterChainMatch.Builder. getDirectSourcePrefixRanges(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.CidrRange
FilterChainMatch. getDirectSourcePrefixRanges(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.CidrRange
FilterChainMatchOrBuilder. getDirectSourcePrefixRanges(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.CidrRange
FilterChainMatch.Builder. 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.CidrRange
FilterChainMatch. 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.CidrRange
FilterChainMatchOrBuilder. 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.CidrRange
FilterChainMatch.Builder. 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.CidrRange
FilterChainMatch. 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.CidrRange
FilterChainMatchOrBuilder. 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.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type CidrRange Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
FilterChainMatch.Builder. getDirectSourcePrefixRangesFieldBuilder()
java.util.List<CidrRange>
FilterChainMatch.Builder. getDirectSourcePrefixRangesList()
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.java.util.List<CidrRange>
FilterChainMatch. getDirectSourcePrefixRangesList()
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.java.util.List<CidrRange>
FilterChainMatchOrBuilder. getDirectSourcePrefixRangesList()
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()
java.util.List<CidrRange>
FilterChainMatch.Builder. 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.java.util.List<CidrRange>
FilterChainMatch. 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.java.util.List<CidrRange>
FilterChainMatchOrBuilder. 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.private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
FilterChainMatch.Builder. getSourcePrefixRangesFieldBuilder()
java.util.List<CidrRange>
FilterChainMatch.Builder. getSourcePrefixRangesList()
The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.java.util.List<CidrRange>
FilterChainMatch. getSourcePrefixRangesList()
The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.java.util.List<CidrRange>
FilterChainMatchOrBuilder. getSourcePrefixRangesList()
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 with parameters of type CidrRange Modifier and Type Method Description FilterChainMatch.Builder
FilterChainMatch.Builder. addDirectSourcePrefixRanges(int index, CidrRange value)
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
FilterChainMatch.Builder. addDirectSourcePrefixRanges(CidrRange value)
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
FilterChainMatch.Builder. addPrefixRanges(int index, CidrRange value)
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
FilterChainMatch.Builder. addPrefixRanges(CidrRange value)
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
FilterChainMatch.Builder. addSourcePrefixRanges(int index, CidrRange value)
The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder
FilterChainMatch.Builder. addSourcePrefixRanges(CidrRange value)
The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.FilterChainMatch.Builder
FilterChainMatch.Builder. setDirectSourcePrefixRanges(int index, CidrRange value)
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
FilterChainMatch.Builder. setPrefixRanges(int index, CidrRange value)
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
FilterChainMatch.Builder. setSourcePrefixRanges(int index, CidrRange value)
The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.Method parameters in io.envoyproxy.envoy.config.listener.v3 with type arguments of type CidrRange Modifier and Type Method Description FilterChainMatch.Builder
FilterChainMatch.Builder. addAllDirectSourcePrefixRanges(java.lang.Iterable<? extends CidrRange> values)
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
FilterChainMatch.Builder. addAllPrefixRanges(java.lang.Iterable<? extends CidrRange> values)
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
FilterChainMatch.Builder. addAllSourcePrefixRanges(java.lang.Iterable<? extends CidrRange> values)
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 CidrRange in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type CidrRange Modifier and Type Field Description private 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 CidrRange Modifier and Type Method Description CidrRange
Permission.Builder. getDestinationIp()
A CIDR block that describes the destination IP.CidrRange
Permission. getDestinationIp()
A CIDR block that describes the destination IP.CidrRange
PermissionOrBuilder. getDestinationIp()
A CIDR block that describes the destination IP.CidrRange
Principal.Builder. getDirectRemoteIp()
A CIDR block that describes the downstream remote/origin address.CidrRange
Principal. getDirectRemoteIp()
A CIDR block that describes the downstream remote/origin address.CidrRange
PrincipalOrBuilder. getDirectRemoteIp()
A CIDR block that describes the downstream remote/origin address.CidrRange
Principal.Builder. getRemoteIp()
A CIDR block that describes the downstream remote/origin address.CidrRange
Principal. getRemoteIp()
A CIDR block that describes the downstream remote/origin address.CidrRange
PrincipalOrBuilder. getRemoteIp()
A CIDR block that describes the downstream remote/origin address.CidrRange
Principal.Builder. getSourceIp()
Deprecated.envoy.config.rbac.v3.Principal.source_ip is deprecated.CidrRange
Principal. getSourceIp()
Deprecated.envoy.config.rbac.v3.Principal.source_ip is deprecated.CidrRange
PrincipalOrBuilder. getSourceIp()
Deprecated.envoy.config.rbac.v3.Principal.source_ip is deprecated.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type CidrRange Modifier and Type Method Description private 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.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type CidrRange Modifier and Type Method Description Permission.Builder
Permission.Builder. mergeDestinationIp(CidrRange value)
A CIDR block that describes the destination IP.Principal.Builder
Principal.Builder. mergeDirectRemoteIp(CidrRange value)
A CIDR block that describes the downstream remote/origin address.Principal.Builder
Principal.Builder. mergeRemoteIp(CidrRange value)
A CIDR block that describes the downstream remote/origin address.Principal.Builder
Principal.Builder. mergeSourceIp(CidrRange value)
Deprecated.Permission.Builder
Permission.Builder. setDestinationIp(CidrRange value)
A CIDR block that describes the destination IP.Principal.Builder
Principal.Builder. setDirectRemoteIp(CidrRange value)
A CIDR block that describes the downstream remote/origin address.Principal.Builder
Principal.Builder. setRemoteIp(CidrRange value)
A CIDR block that describes the downstream remote/origin address.Principal.Builder
Principal.Builder. setSourceIp(CidrRange value)
Deprecated. -
Uses of CidrRange 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 CidrRange Modifier and Type Field Description private java.util.List<CidrRange>
HttpConnectionManager.InternalAddressConfig.Builder. cidrRanges_
private java.util.List<CidrRange>
HttpConnectionManager.InternalAddressConfig. cidrRanges_
private 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 CidrRange Modifier and Type Method Description CidrRange
HttpConnectionManager.InternalAddressConfig.Builder. getCidrRanges(int index)
List of CIDR ranges that are treated as internal.CidrRange
HttpConnectionManager.InternalAddressConfig. getCidrRanges(int index)
List of CIDR ranges that are treated as internal.CidrRange
HttpConnectionManager.InternalAddressConfigOrBuilder. getCidrRanges(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 CidrRange Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
HttpConnectionManager.InternalAddressConfig.Builder. getCidrRangesFieldBuilder()
java.util.List<CidrRange>
HttpConnectionManager.InternalAddressConfig.Builder. getCidrRangesList()
List of CIDR ranges that are treated as internal.java.util.List<CidrRange>
HttpConnectionManager.InternalAddressConfig. getCidrRangesList()
List of CIDR ranges that are treated as internal.java.util.List<CidrRange>
HttpConnectionManager.InternalAddressConfigOrBuilder. getCidrRangesList()
List of CIDR ranges that are treated as internal.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type CidrRange Modifier and Type Method Description HttpConnectionManager.InternalAddressConfig.Builder
HttpConnectionManager.InternalAddressConfig.Builder. addCidrRanges(int index, CidrRange value)
List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder
HttpConnectionManager.InternalAddressConfig.Builder. addCidrRanges(CidrRange value)
List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder
HttpConnectionManager.InternalAddressConfig.Builder. setCidrRanges(int index, CidrRange value)
List of CIDR ranges that are treated as internal.Method parameters in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type arguments of type CidrRange Modifier and Type Method Description HttpConnectionManager.InternalAddressConfig.Builder
HttpConnectionManager.InternalAddressConfig.Builder. addAllCidrRanges(java.lang.Iterable<? extends CidrRange> values)
List of CIDR ranges that are treated as internal. -
Uses of CidrRange in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type CidrRange Modifier and Type Field Description private java.util.List<CidrRange>
TlsKeyLog.Builder. localAddressRange_
private java.util.List<CidrRange>
TlsKeyLog. localAddressRange_
private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
TlsKeyLog.Builder. localAddressRangeBuilder_
private java.util.List<CidrRange>
TlsKeyLog.Builder. remoteAddressRange_
private java.util.List<CidrRange>
TlsKeyLog. remoteAddressRange_
private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
TlsKeyLog.Builder. remoteAddressRangeBuilder_
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return CidrRange Modifier and Type Method Description CidrRange
TlsKeyLog.Builder. getLocalAddressRange(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.CidrRange
TlsKeyLog. getLocalAddressRange(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.CidrRange
TlsKeyLogOrBuilder. getLocalAddressRange(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.CidrRange
TlsKeyLog.Builder. getRemoteAddressRange(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.CidrRange
TlsKeyLog. getRemoteAddressRange(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.CidrRange
TlsKeyLogOrBuilder. getRemoteAddressRange(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 CidrRange Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<CidrRange,CidrRange.Builder,CidrRangeOrBuilder>
TlsKeyLog.Builder. getLocalAddressRangeFieldBuilder()
java.util.List<CidrRange>
TlsKeyLog.Builder. getLocalAddressRangeList()
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.java.util.List<CidrRange>
TlsKeyLog. getLocalAddressRangeList()
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.java.util.List<CidrRange>
TlsKeyLogOrBuilder. getLocalAddressRangeList()
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()
java.util.List<CidrRange>
TlsKeyLog.Builder. getRemoteAddressRangeList()
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.java.util.List<CidrRange>
TlsKeyLog. getRemoteAddressRangeList()
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.java.util.List<CidrRange>
TlsKeyLogOrBuilder. getRemoteAddressRangeList()
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 with parameters of type CidrRange Modifier and Type Method Description TlsKeyLog.Builder
TlsKeyLog.Builder. addLocalAddressRange(int index, CidrRange value)
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
TlsKeyLog.Builder. addLocalAddressRange(CidrRange value)
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
TlsKeyLog.Builder. addRemoteAddressRange(int index, CidrRange value)
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.Builder
TlsKeyLog.Builder. addRemoteAddressRange(CidrRange value)
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.Builder
TlsKeyLog.Builder. setLocalAddressRange(int index, CidrRange value)
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
TlsKeyLog.Builder. setRemoteAddressRange(int index, CidrRange value)
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.Method parameters in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type arguments of type CidrRange Modifier and Type Method Description TlsKeyLog.Builder
TlsKeyLog.Builder. addAllLocalAddressRange(java.lang.Iterable<? extends CidrRange> values)
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
TlsKeyLog.Builder. addAllRemoteAddressRange(java.lang.Iterable<? extends CidrRange> values)
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. -
Uses of CidrRange in io.grpc.xds
Methods in io.grpc.xds with parameters of type CidrRange Modifier and Type Method Description private static GrpcAuthorizationEngine.DestinationIpMatcher
RbacFilter. createDestinationIpMatcher(CidrRange cidrRange)
private static GrpcAuthorizationEngine.SourceIpMatcher
RbacFilter. createSourceIpMatcher(CidrRange cidrRange)
private static java.net.InetAddress
RbacFilter. resolve(CidrRange cidrRange)
-