Uses of Class
io.envoyproxy.envoy.config.core.v3.CidrRange.Builder
-
-
Uses of CidrRange.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return CidrRange.Builder Modifier and Type Method Description CidrRange.BuilderCidrRange.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CidrRange.BuilderCidrRange.Builder. clear()CidrRange.BuilderCidrRange.Builder. clearAddressPrefix()IPv4 or IPv6 address, e.g. ``192.0.0.0`` or ``2001:db8::``.CidrRange.BuilderCidrRange.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)CidrRange.BuilderCidrRange.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CidrRange.BuilderCidrRange.Builder. clearPrefixLen()Length of prefix, e.g. 0, 32.CidrRange.BuilderCidrRange.Builder. clone()CidrRange.BuilderCidrRange.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CidrRange.BuilderCidrRange.Builder. mergeFrom(com.google.protobuf.Message other)CidrRange.BuilderCidrRange.Builder. mergeFrom(CidrRange other)CidrRange.BuilderCidrRange.Builder. mergePrefixLen(com.google.protobuf.UInt32Value value)Length of prefix, e.g. 0, 32.CidrRange.BuilderCidrRange.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static CidrRange.BuilderCidrRange. newBuilder()static CidrRange.BuilderCidrRange. newBuilder(CidrRange prototype)CidrRange.BuilderCidrRange. newBuilderForType()protected CidrRange.BuilderCidrRange. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)CidrRange.BuilderCidrRange.Builder. setAddressPrefix(String value)IPv4 or IPv6 address, e.g. ``192.0.0.0`` or ``2001:db8::``.CidrRange.BuilderCidrRange.Builder. setAddressPrefixBytes(com.google.protobuf.ByteString value)IPv4 or IPv6 address, e.g. ``192.0.0.0`` or ``2001:db8::``.CidrRange.BuilderCidrRange.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CidrRange.BuilderCidrRange.Builder. setPrefixLen(com.google.protobuf.UInt32Value value)Length of prefix, e.g. 0, 32.CidrRange.BuilderCidrRange.Builder. setPrefixLen(com.google.protobuf.UInt32Value.Builder builderForValue)Length of prefix, e.g. 0, 32.CidrRange.BuilderCidrRange.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)CidrRange.BuilderCidrRange.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CidrRange.BuilderCidrRange. toBuilder() -
Uses of CidrRange.Builder in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return CidrRange.Builder Modifier and Type Method Description CidrRange.BuilderFilterChainMatch.Builder. addDirectSourcePrefixRangesBuilder()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.BuilderFilterChainMatch.Builder. addDirectSourcePrefixRangesBuilder(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.BuilderFilterChainMatch.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.CidrRange.BuilderFilterChainMatch.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.CidrRange.BuilderFilterChainMatch.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.CidrRange.BuilderFilterChainMatch.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.CidrRange.BuilderFilterChainMatch.Builder. getDirectSourcePrefixRangesBuilder(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.BuilderFilterChainMatch.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.CidrRange.BuilderFilterChainMatch.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.config.listener.v3 that return types with arguments of type CidrRange.Builder Modifier and Type Method Description List<CidrRange.Builder>FilterChainMatch.Builder. getDirectSourcePrefixRangesBuilderList()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.List<CidrRange.Builder>FilterChainMatch.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.List<CidrRange.Builder>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.config.listener.v3 with parameters of type CidrRange.Builder Modifier and Type Method Description FilterChainMatch.BuilderFilterChainMatch.Builder. addDirectSourcePrefixRanges(int index, CidrRange.Builder builderForValue)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.Builder builderForValue)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.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.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.BuilderFilterChainMatch.Builder. setDirectSourcePrefixRanges(int index, CidrRange.Builder builderForValue)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.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.BuilderFilterChainMatch.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.rbac.v3
Methods in io.envoyproxy.envoy.config.rbac.v3 that return CidrRange.Builder Modifier and Type Method Description CidrRange.BuilderPermission.Builder. getDestinationIpBuilder()A CIDR block that describes the destination IP.CidrRange.BuilderPrincipal.Builder. getDirectRemoteIpBuilder()A CIDR block that describes the downstream remote/origin address.CidrRange.BuilderPrincipal.Builder. getRemoteIpBuilder()A CIDR block that describes the downstream remote/origin address.CidrRange.BuilderPrincipal.Builder. getSourceIpBuilder()Deprecated.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type CidrRange.Builder Modifier and Type Method Description Permission.BuilderPermission.Builder. setDestinationIp(CidrRange.Builder builderForValue)A CIDR block that describes the destination IP.Principal.BuilderPrincipal.Builder. setDirectRemoteIp(CidrRange.Builder builderForValue)A CIDR block that describes the downstream remote/origin address.Principal.BuilderPrincipal.Builder. setRemoteIp(CidrRange.Builder builderForValue)A CIDR block that describes the downstream remote/origin address.Principal.BuilderPrincipal.Builder. setSourceIp(CidrRange.Builder builderForValue)Deprecated. -
Uses of CidrRange.Builder in io.envoyproxy.envoy.extensions.filters.http.ip_tagging.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ip_tagging.v3 that return CidrRange.Builder Modifier and Type Method Description CidrRange.BuilderIPTagging.IPTag.Builder. addIpListBuilder()A list of IP address subnets that will be tagged with ip_tag_name.CidrRange.BuilderIPTagging.IPTag.Builder. addIpListBuilder(int index)A list of IP address subnets that will be tagged with ip_tag_name.CidrRange.BuilderIPTagging.IPTag.Builder. getIpListBuilder(int index)A list of IP address subnets that will be tagged with ip_tag_name.Methods in io.envoyproxy.envoy.extensions.filters.http.ip_tagging.v3 that return types with arguments of type CidrRange.Builder Modifier and Type Method Description List<CidrRange.Builder>IPTagging.IPTag.Builder. getIpListBuilderList()A list of IP address subnets that will be tagged with ip_tag_name.Methods in io.envoyproxy.envoy.extensions.filters.http.ip_tagging.v3 with parameters of type CidrRange.Builder Modifier and Type Method Description IPTagging.IPTag.BuilderIPTagging.IPTag.Builder. addIpList(int index, CidrRange.Builder builderForValue)A list of IP address subnets that will be tagged with ip_tag_name.IPTagging.IPTag.BuilderIPTagging.IPTag.Builder. addIpList(CidrRange.Builder builderForValue)A list of IP address subnets that will be tagged with ip_tag_name.IPTagging.IPTag.BuilderIPTagging.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.extensions.filters.network.http_connection_manager.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return CidrRange.Builder Modifier and Type Method Description CidrRange.BuilderHttpConnectionManager.InternalAddressConfig.Builder. addCidrRangesBuilder()List of CIDR ranges that are treated as internal.CidrRange.BuilderHttpConnectionManager.InternalAddressConfig.Builder. addCidrRangesBuilder(int index)List of CIDR ranges that are treated as internal.CidrRange.BuilderHttpConnectionManager.InternalAddressConfig.Builder. getCidrRangesBuilder(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.Builder Modifier and Type Method Description List<CidrRange.Builder>HttpConnectionManager.InternalAddressConfig.Builder. getCidrRangesBuilderList()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.Builder Modifier and Type Method Description HttpConnectionManager.InternalAddressConfig.BuilderHttpConnectionManager.InternalAddressConfig.Builder. addCidrRanges(int index, CidrRange.Builder builderForValue)List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.BuilderHttpConnectionManager.InternalAddressConfig.Builder. addCidrRanges(CidrRange.Builder builderForValue)List of CIDR ranges that are treated as internal.HttpConnectionManager.InternalAddressConfig.BuilderHttpConnectionManager.InternalAddressConfig.Builder. setCidrRanges(int index, CidrRange.Builder builderForValue)List of CIDR ranges that are treated as internal. -
Uses of CidrRange.Builder in io.envoyproxy.envoy.extensions.matching.input_matchers.ip.v3
Methods in io.envoyproxy.envoy.extensions.matching.input_matchers.ip.v3 that return CidrRange.Builder Modifier and Type Method Description CidrRange.BuilderIp.Builder. addCidrRangesBuilder()Match if the IP belongs to any of these CIDR ranges.CidrRange.BuilderIp.Builder. addCidrRangesBuilder(int index)Match if the IP belongs to any of these CIDR ranges.CidrRange.BuilderIp.Builder. getCidrRangesBuilder(int index)Match if the IP belongs to any of these CIDR ranges.Methods in io.envoyproxy.envoy.extensions.matching.input_matchers.ip.v3 that return types with arguments of type CidrRange.Builder Modifier and Type Method Description List<CidrRange.Builder>Ip.Builder. getCidrRangesBuilderList()Match if the IP belongs to any of these CIDR ranges.Methods in io.envoyproxy.envoy.extensions.matching.input_matchers.ip.v3 with parameters of type CidrRange.Builder Modifier and Type Method Description Ip.BuilderIp.Builder. addCidrRanges(int index, CidrRange.Builder builderForValue)Match if the IP belongs to any of these CIDR ranges.Ip.BuilderIp.Builder. addCidrRanges(CidrRange.Builder builderForValue)Match if the IP belongs to any of these CIDR ranges.Ip.BuilderIp.Builder. setCidrRanges(int index, CidrRange.Builder builderForValue)Match if the IP belongs to any of these CIDR ranges. -
Uses of CidrRange.Builder in io.envoyproxy.envoy.extensions.rbac.matchers.upstream_ip_port.v3
Methods in io.envoyproxy.envoy.extensions.rbac.matchers.upstream_ip_port.v3 that return CidrRange.Builder Modifier and Type Method Description CidrRange.BuilderUpstreamIpPortMatcher.Builder. getUpstreamIpBuilder()A CIDR block that will be used to match the upstream IP.Methods in io.envoyproxy.envoy.extensions.rbac.matchers.upstream_ip_port.v3 with parameters of type CidrRange.Builder Modifier and Type Method Description UpstreamIpPortMatcher.BuilderUpstreamIpPortMatcher.Builder. setUpstreamIp(CidrRange.Builder builderForValue)A CIDR block that will be used to match the upstream IP. -
Uses of CidrRange.Builder in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return CidrRange.Builder Modifier and Type Method Description CidrRange.BuilderTlsKeyLog.Builder. addLocalAddressRangeBuilder()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.BuilderTlsKeyLog.Builder. addLocalAddressRangeBuilder(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.BuilderTlsKeyLog.Builder. addRemoteAddressRangeBuilder()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.BuilderTlsKeyLog.Builder. addRemoteAddressRangeBuilder(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.BuilderTlsKeyLog.Builder. getLocalAddressRangeBuilder(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.BuilderTlsKeyLog.Builder. getRemoteAddressRangeBuilder(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.Builder Modifier and Type Method Description List<CidrRange.Builder>TlsKeyLog.Builder. getLocalAddressRangeBuilderList()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.List<CidrRange.Builder>TlsKeyLog.Builder. getRemoteAddressRangeBuilderList()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.Builder Modifier and Type Method Description TlsKeyLog.BuilderTlsKeyLog.Builder. addLocalAddressRange(int index, CidrRange.Builder builderForValue)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.Builder builderForValue)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.Builder builderForValue)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.Builder builderForValue)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.Builder builderForValue)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.Builder builderForValue)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.
-