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 CidrRangeCidrRange. DEFAULT_INSTANCEFields 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. PARSERMethods in io.envoyproxy.envoy.config.core.v3 that return CidrRange Modifier and Type Method Description CidrRangeCidrRange.Builder. build()CidrRangeCidrRange.Builder. buildPartial()static CidrRangeCidrRange. getDefaultInstance()CidrRangeCidrRange.Builder. getDefaultInstanceForType()CidrRangeCidrRange. getDefaultInstanceForType()static CidrRangeCidrRange. parseDelimitedFrom(java.io.InputStream input)static CidrRangeCidrRange. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CidrRangeCidrRange. parseFrom(byte[] data)static CidrRangeCidrRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CidrRangeCidrRange. parseFrom(com.google.protobuf.ByteString data)static CidrRangeCidrRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CidrRangeCidrRange. parseFrom(com.google.protobuf.CodedInputStream input)static CidrRangeCidrRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CidrRangeCidrRange. parseFrom(java.io.InputStream input)static CidrRangeCidrRange. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CidrRangeCidrRange. parseFrom(java.nio.ByteBuffer data)static CidrRangeCidrRange. 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 voidCidrRange.Builder. buildPartial0(CidrRange result)CidrRange.BuilderCidrRange.Builder. mergeFrom(CidrRange other)static CidrRange.BuilderCidrRange. 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 CidrRangeFilterChainMatch.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.CidrRangeFilterChainMatch. 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.CidrRangeFilterChainMatchOrBuilder. 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.CidrRangeFilterChainMatch.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.CidrRangeFilterChainMatch. 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.CidrRangeFilterChainMatchOrBuilder. 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.CidrRangeFilterChainMatch.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.CidrRangeFilterChainMatch. 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.CidrRangeFilterChainMatchOrBuilder. 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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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 CidrRangePermission.Builder. getDestinationIp()A CIDR block that describes the destination IP.CidrRangePermission. getDestinationIp()A CIDR block that describes the destination IP.CidrRangePermissionOrBuilder. getDestinationIp()A CIDR block that describes the destination IP.CidrRangePrincipal.Builder. getDirectRemoteIp()A CIDR block that describes the downstream remote/origin address.CidrRangePrincipal. getDirectRemoteIp()A CIDR block that describes the downstream remote/origin address.CidrRangePrincipalOrBuilder. getDirectRemoteIp()A CIDR block that describes the downstream remote/origin address.CidrRangePrincipal.Builder. getRemoteIp()A CIDR block that describes the downstream remote/origin address.CidrRangePrincipal. getRemoteIp()A CIDR block that describes the downstream remote/origin address.CidrRangePrincipalOrBuilder. getRemoteIp()A CIDR block that describes the downstream remote/origin address.CidrRangePrincipal.Builder. getSourceIp()Deprecated.envoy.config.rbac.v3.Principal.source_ip is deprecated.CidrRangePrincipal. getSourceIp()Deprecated.envoy.config.rbac.v3.Principal.source_ip is deprecated.CidrRangePrincipalOrBuilder. 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.BuilderPermission.Builder. mergeDestinationIp(CidrRange value)A CIDR block that describes the destination IP.Principal.BuilderPrincipal.Builder. mergeDirectRemoteIp(CidrRange value)A CIDR block that describes the downstream remote/origin address.Principal.BuilderPrincipal.Builder. mergeRemoteIp(CidrRange value)A CIDR block that describes the downstream remote/origin address.Principal.BuilderPrincipal.Builder. mergeSourceIp(CidrRange value)Deprecated.Permission.BuilderPermission.Builder. setDestinationIp(CidrRange value)A CIDR block that describes the destination IP.Principal.BuilderPrincipal.Builder. setDirectRemoteIp(CidrRange value)A CIDR block that describes the downstream remote/origin address.Principal.BuilderPrincipal.Builder. setRemoteIp(CidrRange value)A CIDR block that describes the downstream remote/origin address.Principal.BuilderPrincipal.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 CidrRangeHttpConnectionManager.InternalAddressConfig.Builder. getCidrRanges(int index)List of CIDR ranges that are treated as internal.CidrRangeHttpConnectionManager.InternalAddressConfig. getCidrRanges(int index)List of CIDR ranges that are treated as internal.CidrRangeHttpConnectionManager.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.BuilderHttpConnectionManager.InternalAddressConfig.Builder. addCidrRanges(int index, CidrRange value)List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.BuilderHttpConnectionManager.InternalAddressConfig.Builder. addCidrRanges(CidrRange value)List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.BuilderHttpConnectionManager.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.BuilderHttpConnectionManager.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 CidrRangeTlsKeyLog.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.CidrRangeTlsKeyLog. 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.CidrRangeTlsKeyLogOrBuilder. 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.CidrRangeTlsKeyLog.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.CidrRangeTlsKeyLog. 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.CidrRangeTlsKeyLogOrBuilder. 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.BuilderTlsKeyLog.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.BuilderTlsKeyLog.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.BuilderTlsKeyLog.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.BuilderTlsKeyLog.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.BuilderTlsKeyLog.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.BuilderTlsKeyLog.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.BuilderTlsKeyLog.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.BuilderTlsKeyLog.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.DestinationIpMatcherRbacFilter. createDestinationIpMatcher(CidrRange cidrRange)private static GrpcAuthorizationEngine.SourceIpMatcherRbacFilter. createSourceIpMatcher(CidrRange cidrRange)private static java.net.InetAddressRbacFilter. resolve(CidrRange cidrRange)
-