Uses of Interface
io.envoyproxy.envoy.api.v2.core.CidrRangeOrBuilder
-
-
Uses of CidrRangeOrBuilder in io.envoyproxy.envoy.api.v2.core
Classes in io.envoyproxy.envoy.api.v2.core that implement CidrRangeOrBuilder Modifier and Type Class Description classCidrRangeCidrRange specifies an IP Address and a prefix length to construct the subnet mask for a `CIDR <https://tools.ietf.org/html/rfc4632>`_ range.static classCidrRange.BuilderCidrRange specifies an IP Address and a prefix length to construct the subnet mask for a `CIDR <https://tools.ietf.org/html/rfc4632>`_ range. -
Uses of CidrRangeOrBuilder in io.envoyproxy.envoy.api.v2.listener
Methods in io.envoyproxy.envoy.api.v2.listener that return CidrRangeOrBuilder Modifier and Type Method Description CidrRangeOrBuilderFilterChainMatch.Builder. getPrefixRangesOrBuilder(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.CidrRangeOrBuilderFilterChainMatch. getPrefixRangesOrBuilder(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.CidrRangeOrBuilderFilterChainMatchOrBuilder. getPrefixRangesOrBuilder(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.CidrRangeOrBuilderFilterChainMatch.Builder. getSourcePrefixRangesOrBuilder(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.CidrRangeOrBuilderFilterChainMatch. getSourcePrefixRangesOrBuilder(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.CidrRangeOrBuilderFilterChainMatchOrBuilder. getSourcePrefixRangesOrBuilder(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 CidrRangeOrBuilder Modifier and Type Method Description List<? extends CidrRangeOrBuilder>FilterChainMatch.Builder. getPrefixRangesOrBuilderList()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<? extends CidrRangeOrBuilder>FilterChainMatch. getPrefixRangesOrBuilderList()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<? extends CidrRangeOrBuilder>FilterChainMatchOrBuilder. getPrefixRangesOrBuilderList()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<? extends CidrRangeOrBuilder>FilterChainMatch.Builder. getSourcePrefixRangesOrBuilderList()The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.List<? extends CidrRangeOrBuilder>FilterChainMatch. getSourcePrefixRangesOrBuilderList()The criteria is satisfied if the source IP address of the downstream connection is contained in at least one of the specified subnets.List<? extends CidrRangeOrBuilder>FilterChainMatchOrBuilder. getSourcePrefixRangesOrBuilderList()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 CidrRangeOrBuilder in io.envoyproxy.envoy.config.filter.http.ip_tagging.v2
Methods in io.envoyproxy.envoy.config.filter.http.ip_tagging.v2 that return CidrRangeOrBuilder Modifier and Type Method Description CidrRangeOrBuilderIPTagging.IPTag.Builder. getIpListOrBuilder(int index)A list of IP address subnets that will be tagged with ip_tag_name.CidrRangeOrBuilderIPTagging.IPTag. getIpListOrBuilder(int index)A list of IP address subnets that will be tagged with ip_tag_name.CidrRangeOrBuilderIPTagging.IPTagOrBuilder. getIpListOrBuilder(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 CidrRangeOrBuilder Modifier and Type Method Description List<? extends CidrRangeOrBuilder>IPTagging.IPTag.Builder. getIpListOrBuilderList()A list of IP address subnets that will be tagged with ip_tag_name.List<? extends CidrRangeOrBuilder>IPTagging.IPTag. getIpListOrBuilderList()A list of IP address subnets that will be tagged with ip_tag_name.List<? extends CidrRangeOrBuilder>IPTagging.IPTagOrBuilder. getIpListOrBuilderList()A list of IP address subnets that will be tagged with ip_tag_name. -
Uses of CidrRangeOrBuilder 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 CidrRangeOrBuilder Modifier and Type Method Description CidrRangeOrBuilderClientSSLAuth.Builder. getIpWhiteListOrBuilder(int index)An optional list of IP address and subnet masks that should be white listed for access by the filter.CidrRangeOrBuilderClientSSLAuth. getIpWhiteListOrBuilder(int index)An optional list of IP address and subnet masks that should be white listed for access by the filter.CidrRangeOrBuilderClientSSLAuthOrBuilder. getIpWhiteListOrBuilder(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 CidrRangeOrBuilder Modifier and Type Method Description List<? extends CidrRangeOrBuilder>ClientSSLAuth.Builder. getIpWhiteListOrBuilderList()An optional list of IP address and subnet masks that should be white listed for access by the filter.List<? extends CidrRangeOrBuilder>ClientSSLAuth. getIpWhiteListOrBuilderList()An optional list of IP address and subnet masks that should be white listed for access by the filter.List<? extends CidrRangeOrBuilder>ClientSSLAuthOrBuilder. getIpWhiteListOrBuilderList()An optional list of IP address and subnet masks that should be white listed for access by the filter. -
Uses of CidrRangeOrBuilder in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2
Methods in io.envoyproxy.envoy.config.filter.network.tcp_proxy.v2 that return CidrRangeOrBuilder Modifier and Type Method Description CidrRangeOrBuilderTcpProxy.DeprecatedV1.TCPRoute.Builder. getDestinationIpListOrBuilder(int index)An optional list of IP address subnets in the form “ip_address/xx”.CidrRangeOrBuilderTcpProxy.DeprecatedV1.TCPRoute. getDestinationIpListOrBuilder(int index)An optional list of IP address subnets in the form “ip_address/xx”.CidrRangeOrBuilderTcpProxy.DeprecatedV1.TCPRouteOrBuilder. getDestinationIpListOrBuilder(int index)An optional list of IP address subnets in the form “ip_address/xx”.CidrRangeOrBuilderTcpProxy.DeprecatedV1.TCPRoute.Builder. getSourceIpListOrBuilder(int index)An optional list of IP address subnets in the form “ip_address/xx”.CidrRangeOrBuilderTcpProxy.DeprecatedV1.TCPRoute. getSourceIpListOrBuilder(int index)An optional list of IP address subnets in the form “ip_address/xx”.CidrRangeOrBuilderTcpProxy.DeprecatedV1.TCPRouteOrBuilder. getSourceIpListOrBuilder(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 CidrRangeOrBuilder Modifier and Type Method Description List<? extends CidrRangeOrBuilder>TcpProxy.DeprecatedV1.TCPRoute.Builder. getDestinationIpListOrBuilderList()An optional list of IP address subnets in the form “ip_address/xx”.List<? extends CidrRangeOrBuilder>TcpProxy.DeprecatedV1.TCPRoute. getDestinationIpListOrBuilderList()An optional list of IP address subnets in the form “ip_address/xx”.List<? extends CidrRangeOrBuilder>TcpProxy.DeprecatedV1.TCPRouteOrBuilder. getDestinationIpListOrBuilderList()An optional list of IP address subnets in the form “ip_address/xx”.List<? extends CidrRangeOrBuilder>TcpProxy.DeprecatedV1.TCPRoute.Builder. getSourceIpListOrBuilderList()An optional list of IP address subnets in the form “ip_address/xx”.List<? extends CidrRangeOrBuilder>TcpProxy.DeprecatedV1.TCPRoute. getSourceIpListOrBuilderList()An optional list of IP address subnets in the form “ip_address/xx”.List<? extends CidrRangeOrBuilder>TcpProxy.DeprecatedV1.TCPRouteOrBuilder. getSourceIpListOrBuilderList()An optional list of IP address subnets in the form “ip_address/xx”. -
Uses of CidrRangeOrBuilder in io.envoyproxy.envoy.config.rbac.v2
Methods in io.envoyproxy.envoy.config.rbac.v2 that return CidrRangeOrBuilder Modifier and Type Method Description CidrRangeOrBuilderPermission.Builder. getDestinationIpOrBuilder()A CIDR block that describes the destination IP.CidrRangeOrBuilderPermission. getDestinationIpOrBuilder()A CIDR block that describes the destination IP.CidrRangeOrBuilderPermissionOrBuilder. getDestinationIpOrBuilder()A CIDR block that describes the destination IP.CidrRangeOrBuilderPrincipal.Builder. getDirectRemoteIpOrBuilder()A CIDR block that describes the downstream remote/origin address.CidrRangeOrBuilderPrincipal. getDirectRemoteIpOrBuilder()A CIDR block that describes the downstream remote/origin address.CidrRangeOrBuilderPrincipalOrBuilder. getDirectRemoteIpOrBuilder()A CIDR block that describes the downstream remote/origin address.CidrRangeOrBuilderPrincipal.Builder. getRemoteIpOrBuilder()A CIDR block that describes the downstream remote/origin address.CidrRangeOrBuilderPrincipal. getRemoteIpOrBuilder()A CIDR block that describes the downstream remote/origin address.CidrRangeOrBuilderPrincipalOrBuilder. getRemoteIpOrBuilder()A CIDR block that describes the downstream remote/origin address.CidrRangeOrBuilderPrincipal.Builder. getSourceIpOrBuilder()Deprecated.CidrRangeOrBuilderPrincipal. getSourceIpOrBuilder()Deprecated.CidrRangeOrBuilderPrincipalOrBuilder. getSourceIpOrBuilder()Deprecated.
-