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.PARSERMethods in io.envoyproxy.envoy.config.core.v3 that return CidrRangeModifier and TypeMethodDescriptionCidrRange.Builder.build()CidrRange.Builder.buildPartial()static CidrRangeCidrRange.getDefaultInstance()CidrRange.Builder.getDefaultInstanceForType()CidrRange.getDefaultInstanceForType()static CidrRangeCidrRange.parseDelimitedFrom(InputStream input) static CidrRangeCidrRange.parseDelimitedFrom(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(InputStream input) static CidrRangeCidrRange.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CidrRangeCidrRange.parseFrom(ByteBuffer data) static CidrRangeCidrRange.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 voidCidrRange.Builder.buildPartial0(CidrRange result) 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 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 TypeMethodDescriptionFilterChainMatch.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.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.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.private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.internalGetDirectSourcePrefixRangesFieldBuilder()private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.internalGetPrefixRangesFieldBuilder()private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> FilterChainMatch.Builder.internalGetSourcePrefixRangesFieldBuilder()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.internalGetDestinationIpFieldBuilder()A CIDR block that describes the destination IP.private com.google.protobuf.SingleFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.internalGetDirectRemoteIpFieldBuilder()A CIDR block that describes the downstream remote/origin address.private com.google.protobuf.SingleFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.internalGetRemoteIpFieldBuilder()A CIDR block that describes the downstream remote/origin address.private com.google.protobuf.SingleFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> Principal.Builder.internalGetSourceIpFieldBuilder()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 TypeMethodDescriptionHttpConnectionManager.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.private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> HttpConnectionManager.InternalAddressConfig.Builder.internalGetCidrRangesFieldBuilder()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 TypeMethodDescriptionTlsKeyLog.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.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.private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.internalGetLocalAddressRangeFieldBuilder()private com.google.protobuf.RepeatedFieldBuilder<CidrRange, CidrRange.Builder, CidrRangeOrBuilder> TlsKeyLog.Builder.internalGetRemoteAddressRangeFieldBuilder()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.DestinationIpMatcherRbacFilter.createDestinationIpMatcher(CidrRange cidrRange) private static GrpcAuthorizationEngine.SourceIpMatcherRbacFilter.createSourceIpMatcher(CidrRange cidrRange) private static InetAddress