Uses of Class
io.envoyproxy.envoy.api.v2.core.CidrRange.Builder
Packages that use CidrRange.Builder
Package
Description
-
Uses of CidrRange.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return CidrRange.BuilderModifier and TypeMethodDescriptionCidrRange.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CidrRange.Builder.clear()CidrRange.Builder.clearAddressPrefix()IPv4 or IPv6 address, e.g. ``192.0.0.0`` or ``2001:db8::``.CidrRange.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CidrRange.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CidrRange.Builder.clearPrefixLen()Length of prefix, e.g. 0, 32.CidrRange.Builder.clone()CidrRange.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CidrRange.Builder.mergeFrom(com.google.protobuf.Message other) CidrRange.Builder.mergePrefixLen(com.google.protobuf.UInt32Value value) Length of prefix, e.g. 0, 32.final CidrRange.BuilderCidrRange.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CidrRange.BuilderCidrRange.newBuilder()static CidrRange.BuilderCidrRange.newBuilder(CidrRange prototype) CidrRange.newBuilderForType()protected CidrRange.BuilderCidrRange.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CidrRange.Builder.setAddressPrefix(String value) IPv4 or IPv6 address, e.g. ``192.0.0.0`` or ``2001:db8::``.CidrRange.Builder.setAddressPrefixBytes(com.google.protobuf.ByteString value) IPv4 or IPv6 address, e.g. ``192.0.0.0`` or ``2001:db8::``.CidrRange.Builder.setPrefixLen(com.google.protobuf.UInt32Value value) Length of prefix, e.g. 0, 32.CidrRange.Builder.setPrefixLen(com.google.protobuf.UInt32Value.Builder builderForValue) Length of prefix, e.g. 0, 32.CidrRange.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final CidrRange.BuilderCidrRange.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CidrRange.toBuilder() -
Uses of CidrRange.Builder in io.envoyproxy.envoy.api.v2.listener
Methods in io.envoyproxy.envoy.api.v2.listener that return CidrRange.BuilderModifier and TypeMethodDescriptionFilterChainMatch.Builder.addPrefixRangesBuilder()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.addPrefixRangesBuilder(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.addSourcePrefixRangesBuilder()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.addSourcePrefixRangesBuilder(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.Builder.getPrefixRangesBuilder(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.getSourcePrefixRangesBuilder(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.api.v2.listener that return types with arguments of type CidrRange.BuilderModifier and TypeMethodDescriptionFilterChainMatch.Builder.getPrefixRangesBuilderList()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.getSourcePrefixRangesBuilderList()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.api.v2.listener with parameters of type CidrRange.BuilderModifier and TypeMethodDescriptionFilterChainMatch.Builder.addPrefixRanges(int index, CidrRange.Builder builderForValue) 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.Builder builderForValue) 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.Builder builderForValue) 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.Builder builderForValue) 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.setPrefixRanges(int index, CidrRange.Builder builderForValue) 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.Builder builderForValue) 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.Builder in io.envoyproxy.envoy.config.filter.http.ip_tagging.v2
Methods in io.envoyproxy.envoy.config.filter.http.ip_tagging.v2 that return CidrRange.BuilderModifier and TypeMethodDescriptionIPTagging.IPTag.Builder.addIpListBuilder()A list of IP address subnets that will be tagged with ip_tag_name.IPTagging.IPTag.Builder.addIpListBuilder(int index) A list of IP address subnets that will be tagged with ip_tag_name.IPTagging.IPTag.Builder.getIpListBuilder(int index) A list of IP address subnets that will be tagged with ip_tag_name.Methods in io.envoyproxy.envoy.config.filter.http.ip_tagging.v2 that return types with arguments of type CidrRange.BuilderModifier and TypeMethodDescriptionIPTagging.IPTag.Builder.getIpListBuilderList()A list of IP address subnets that will be tagged with ip_tag_name.Methods in io.envoyproxy.envoy.config.filter.http.ip_tagging.v2 with parameters of type CidrRange.BuilderModifier and TypeMethodDescriptionIPTagging.IPTag.Builder.addIpList(int index, CidrRange.Builder builderForValue) A list of IP address subnets that will be tagged with ip_tag_name.IPTagging.IPTag.Builder.addIpList(CidrRange.Builder builderForValue) A list of IP address subnets that will be tagged with ip_tag_name.IPTagging.IPTag.Builder.setIpList(int index, CidrRange.Builder builderForValue) A list of IP address subnets that will be tagged with ip_tag_name. -
Uses of CidrRange.Builder in io.envoyproxy.envoy.config.filter.network.client_ssl_auth.v2
Methods in io.envoyproxy.envoy.config.filter.network.client_ssl_auth.v2 that return CidrRange.BuilderModifier and TypeMethodDescriptionClientSSLAuth.Builder.addIpWhiteListBuilder()An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.addIpWhiteListBuilder(int index) An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.getIpWhiteListBuilder(int index) An optional list of IP address and subnet masks that should be white listed for access by the filter.Methods in io.envoyproxy.envoy.config.filter.network.client_ssl_auth.v2 that return types with arguments of type CidrRange.BuilderModifier and TypeMethodDescriptionClientSSLAuth.Builder.getIpWhiteListBuilderList()An optional list of IP address and subnet masks that should be white listed for access by the filter.Methods in io.envoyproxy.envoy.config.filter.network.client_ssl_auth.v2 with parameters of type CidrRange.BuilderModifier and TypeMethodDescriptionClientSSLAuth.Builder.addIpWhiteList(int index, CidrRange.Builder builderForValue) An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.addIpWhiteList(CidrRange.Builder builderForValue) An optional list of IP address and subnet masks that should be white listed for access by the filter.ClientSSLAuth.Builder.setIpWhiteList(int index, CidrRange.Builder builderForValue) An optional list of IP address and subnet masks that should be white listed for access by the filter. -
Uses of CidrRange.Builder in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2
Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 that return CidrRange.BuilderModifier and TypeMethodDescriptionTcpProxy.DeprecatedV1.TCPRoute.Builder.addDestinationIpListBuilder()An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.Builder.addDestinationIpListBuilder(int index) An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.Builder.addSourceIpListBuilder()An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.Builder.addSourceIpListBuilder(int index) An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.Builder.getDestinationIpListBuilder(int index) An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.Builder.getSourceIpListBuilder(int index) An optional list of IP address subnets in the form “ip_address/xx”.Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 that return types with arguments of type CidrRange.BuilderModifier and TypeMethodDescriptionTcpProxy.DeprecatedV1.TCPRoute.Builder.getDestinationIpListBuilderList()An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.Builder.getSourceIpListBuilderList()An optional list of IP address subnets in the form “ip_address/xx”.Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 with parameters of type CidrRange.BuilderModifier and TypeMethodDescriptionTcpProxy.DeprecatedV1.TCPRoute.Builder.addDestinationIpList(int index, CidrRange.Builder builderForValue) An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.Builder.addDestinationIpList(CidrRange.Builder builderForValue) An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.Builder.addSourceIpList(int index, CidrRange.Builder builderForValue) An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.Builder.addSourceIpList(CidrRange.Builder builderForValue) An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.Builder.setDestinationIpList(int index, CidrRange.Builder builderForValue) An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.Builder.setSourceIpList(int index, CidrRange.Builder builderForValue) An optional list of IP address subnets in the form “ip_address/xx”. -
Uses of CidrRange.Builder in io.envoyproxy.envoy.config.rbac.v2
Methods in io.envoyproxy.envoy.config.rbac.v2 that return CidrRange.BuilderModifier and TypeMethodDescriptionPermission.Builder.getDestinationIpBuilder()A CIDR block that describes the destination IP.Principal.Builder.getDirectRemoteIpBuilder()A CIDR block that describes the downstream remote/origin address.Principal.Builder.getRemoteIpBuilder()A CIDR block that describes the downstream remote/origin address.Principal.Builder.getSourceIpBuilder()Deprecated.Methods in io.envoyproxy.envoy.config.rbac.v2 with parameters of type CidrRange.BuilderModifier and TypeMethodDescriptionPermission.Builder.setDestinationIp(CidrRange.Builder builderForValue) A CIDR block that describes the destination IP.Principal.Builder.setDirectRemoteIp(CidrRange.Builder builderForValue) A CIDR block that describes the downstream remote/origin address.Principal.Builder.setRemoteIp(CidrRange.Builder builderForValue) A CIDR block that describes the downstream remote/origin address.Principal.Builder.setSourceIp(CidrRange.Builder builderForValue) Deprecated.