Uses of Class
io.envoyproxy.envoy.config.core.v3.CidrRange
Packages that use CidrRange
Package
Description
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 CidrRangeFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type CidrRangeModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<CidrRange> CidrRange.PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return CidrRangeModifier and TypeMethodDescriptionCidrRange.Builder.build()
CidrRange.Builder.buildPartial()
static CidrRange
CidrRange.getDefaultInstance()
CidrRange.Builder.getDefaultInstanceForType()
CidrRange.getDefaultInstanceForType()
static CidrRange
CidrRange.parseDelimitedFrom
(InputStream input) static CidrRange
CidrRange.parseDelimitedFrom
(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
(InputStream input) static CidrRange
CidrRange.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CidrRange
CidrRange.parseFrom
(ByteBuffer data) static CidrRange
CidrRange.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type CidrRangeModifier and TypeMethodDescriptioncom.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 CidrRangeModifier and TypeMethodDescriptionprivate void
CidrRange.Builder.buildPartial0
(CidrRange result) 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 CidrRangeModifier and TypeFieldDescriptionFilterChainMatch.Builder.directSourcePrefixRanges_
FilterChainMatch.directSourcePrefixRanges_
private com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.directSourcePrefixRangesBuilder_
FilterChainMatch.Builder.prefixRanges_
FilterChainMatch.prefixRanges_
private com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.prefixRangesBuilder_
FilterChainMatch.Builder.sourcePrefixRanges_
FilterChainMatch.sourcePrefixRanges_
private com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.sourcePrefixRangesBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return CidrRangeModifier and TypeMethodDescriptionFilterChainMatch.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.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.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.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.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.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.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.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.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 CidrRangeModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.getDirectSourcePrefixRangesFieldBuilder()
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.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.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()
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.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.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()
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.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.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 CidrRangeModifier and TypeMethodDescriptionFilterChainMatch.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.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.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.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.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.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.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.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.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 CidrRangeModifier and TypeMethodDescriptionFilterChainMatch.Builder.addAllDirectSourcePrefixRanges
(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.addAllPrefixRanges
(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.addAllSourcePrefixRanges
(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 CidrRangeModifier 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 CidrRangeModifier and TypeMethodDescriptionPermission.Builder.getDestinationIp()
A CIDR block that describes the destination IP.Permission.getDestinationIp()
A CIDR block that describes the destination IP.PermissionOrBuilder.getDestinationIp()
A CIDR block that describes the destination IP.Principal.Builder.getDirectRemoteIp()
A CIDR block that describes the downstream remote/origin address.Principal.getDirectRemoteIp()
A CIDR block that describes the downstream remote/origin address.PrincipalOrBuilder.getDirectRemoteIp()
A CIDR block that describes the downstream remote/origin address.Principal.Builder.getRemoteIp()
A CIDR block that describes the downstream remote/origin address.Principal.getRemoteIp()
A CIDR block that describes the downstream remote/origin address.PrincipalOrBuilder.getRemoteIp()
A CIDR block that describes the downstream remote/origin address.Principal.Builder.getSourceIp()
Deprecated.envoy.config.rbac.v3.Principal.source_ip is deprecated.Principal.getSourceIp()
Deprecated.envoy.config.rbac.v3.Principal.source_ip is deprecated.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 CidrRangeModifier 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.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type CidrRangeModifier and TypeMethodDescriptionPermission.Builder.mergeDestinationIp
(CidrRange value) A CIDR block that describes the destination IP.Principal.Builder.mergeDirectRemoteIp
(CidrRange value) A CIDR block that describes the downstream remote/origin address.Principal.Builder.mergeRemoteIp
(CidrRange value) A CIDR block that describes the downstream remote/origin address.Principal.Builder.mergeSourceIp
(CidrRange value) Deprecated.Permission.Builder.setDestinationIp
(CidrRange value) A CIDR block that describes the destination IP.Principal.Builder.setDirectRemoteIp
(CidrRange value) A CIDR block that describes the downstream remote/origin address.Principal.Builder.setRemoteIp
(CidrRange value) A CIDR block that describes the downstream remote/origin address.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 CidrRangeModifier and TypeFieldDescriptionHttpConnectionManager.InternalAddressConfig.Builder.cidrRanges_
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 CidrRangeModifier and TypeMethodDescriptionHttpConnectionManager.InternalAddressConfig.Builder.getCidrRanges
(int index) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.getCidrRanges
(int index) List of CIDR ranges that are treated as internal.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 CidrRangeModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> HttpConnectionManager.InternalAddressConfig.Builder.getCidrRangesFieldBuilder()
HttpConnectionManager.InternalAddressConfig.Builder.getCidrRangesList()
List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.getCidrRangesList()
List of CIDR ranges that are treated as internal.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 CidrRangeModifier and TypeMethodDescriptionHttpConnectionManager.InternalAddressConfig.Builder.addCidrRanges
(int index, CidrRange value) List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.Builder.addCidrRanges
(CidrRange value) List of CIDR ranges that are treated as internal.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 CidrRangeModifier and TypeMethodDescriptionHttpConnectionManager.InternalAddressConfig.Builder.addAllCidrRanges
(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 CidrRangeModifier and TypeFieldDescriptionTlsKeyLog.Builder.localAddressRange_
TlsKeyLog.localAddressRange_
private com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.localAddressRangeBuilder_
TlsKeyLog.Builder.remoteAddressRange_
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 CidrRangeModifier and TypeMethodDescriptionTlsKeyLog.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.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.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.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.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.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 CidrRangeModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.getLocalAddressRangeFieldBuilder()
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.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.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()
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.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.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 CidrRangeModifier and TypeMethodDescriptionTlsKeyLog.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.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.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.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.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.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 CidrRangeModifier and TypeMethodDescriptionTlsKeyLog.Builder.addAllLocalAddressRange
(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.addAllRemoteAddressRange
(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 CidrRangeModifier and TypeMethodDescriptionprivate static GrpcAuthorizationEngine.DestinationIpMatcher
RbacFilter.createDestinationIpMatcher
(CidrRange cidrRange) private static GrpcAuthorizationEngine.SourceIpMatcher
RbacFilter.createSourceIpMatcher
(CidrRange cidrRange) private static InetAddress