Uses of Class
io.envoyproxy.envoy.api.v2.core.CidrRange.Builder
-
-
Uses of CidrRange.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core 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.api.v2.listener
Methods in io.envoyproxy.envoy.api.v2.listener that return CidrRange.Builder Modifier and Type Method Description 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. 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.api.v2.listener that return types with arguments of type CidrRange.Builder Modifier and Type Method Description 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.api.v2.listener with parameters of type CidrRange.Builder Modifier and Type Method Description 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. 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.filter.http.ip_tagging.v2
Methods in io.envoyproxy.envoy.config.filter.http.ip_tagging.v2 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.config.filter.http.ip_tagging.v2 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.config.filter.http.ip_tagging.v2 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.config.filter.network.client_ssl_auth.v2
Methods in io.envoyproxy.envoy.config.filter.network.client_ssl_auth.v2 that return CidrRange.Builder Modifier and Type Method Description CidrRange.BuilderClientSSLAuth.Builder. addIpWhiteListBuilder()An optional list of IP address and subnet masks that should be white listed for access by the filter.CidrRange.BuilderClientSSLAuth.Builder. addIpWhiteListBuilder(int index)An optional list of IP address and subnet masks that should be white listed for access by the filter.CidrRange.BuilderClientSSLAuth.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.Builder Modifier and Type Method Description List<CidrRange.Builder>ClientSSLAuth.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.Builder Modifier and Type Method Description ClientSSLAuth.BuilderClientSSLAuth.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.BuilderClientSSLAuth.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.BuilderClientSSLAuth.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.Builder Modifier and Type Method Description CidrRange.BuilderTcpProxy.DeprecatedV1.TCPRoute.Builder. addDestinationIpListBuilder()An optional list of IP address subnets in the form “ip_address/xx”.CidrRange.BuilderTcpProxy.DeprecatedV1.TCPRoute.Builder. addDestinationIpListBuilder(int index)An optional list of IP address subnets in the form “ip_address/xx”.CidrRange.BuilderTcpProxy.DeprecatedV1.TCPRoute.Builder. addSourceIpListBuilder()An optional list of IP address subnets in the form “ip_address/xx”.CidrRange.BuilderTcpProxy.DeprecatedV1.TCPRoute.Builder. addSourceIpListBuilder(int index)An optional list of IP address subnets in the form “ip_address/xx”.CidrRange.BuilderTcpProxy.DeprecatedV1.TCPRoute.Builder. getDestinationIpListBuilder(int index)An optional list of IP address subnets in the form “ip_address/xx”.CidrRange.BuilderTcpProxy.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.Builder Modifier and Type Method Description List<CidrRange.Builder>TcpProxy.DeprecatedV1.TCPRoute.Builder. getDestinationIpListBuilderList()An optional list of IP address subnets in the form “ip_address/xx”.List<CidrRange.Builder>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.Builder Modifier and Type Method Description TcpProxy.DeprecatedV1.TCPRoute.BuilderTcpProxy.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.BuilderTcpProxy.DeprecatedV1.TCPRoute.Builder. addDestinationIpList(CidrRange.Builder builderForValue)An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.BuilderTcpProxy.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.BuilderTcpProxy.DeprecatedV1.TCPRoute.Builder. addSourceIpList(CidrRange.Builder builderForValue)An optional list of IP address subnets in the form “ip_address/xx”.TcpProxy.DeprecatedV1.TCPRoute.BuilderTcpProxy.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.BuilderTcpProxy.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.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.v2 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.
-