Uses of Interface
io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3.RateLimitConfig.Action.DestinationClusterOrBuilder
-
Packages that use RateLimitConfig.Action.DestinationClusterOrBuilder Package Description io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 -
-
Uses of RateLimitConfig.Action.DestinationClusterOrBuilder in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3
Classes in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that implement RateLimitConfig.Action.DestinationClusterOrBuilder Modifier and Type Class Description static classRateLimitConfig.Action.DestinationClusterThe following descriptor entry is appended to the descriptor: .. code-block:: cpp ("destination_cluster", "<routed target cluster>") Once a request matches against a route table rule, a routed cluster is determined by one of the following :ref:`route table configuration <envoy_v3_api_msg_config.route.v3.RouteConfiguration>` settings: * :ref:`cluster <envoy_v3_api_field_config.route.v3.RouteAction.cluster>` indicates the upstream cluster to route tostatic classRateLimitConfig.Action.DestinationCluster.BuilderThe following descriptor entry is appended to the descriptor: .. code-block:: cpp ("destination_cluster", "<routed target cluster>") Once a request matches against a route table rule, a routed cluster is determined by one of the following :ref:`route table configuration <envoy_v3_api_msg_config.route.v3.RouteConfiguration>` settings: * :ref:`cluster <envoy_v3_api_field_config.route.v3.RouteAction.cluster>` indicates the upstream cluster to route toMethods in io.envoyproxy.envoy.extensions.filters.http.ratelimit.v3 that return RateLimitConfig.Action.DestinationClusterOrBuilder Modifier and Type Method Description RateLimitConfig.Action.DestinationClusterOrBuilderRateLimitConfig.Action.Builder. getDestinationClusterOrBuilder()Rate limit on destination cluster.RateLimitConfig.Action.DestinationClusterOrBuilderRateLimitConfig.Action. getDestinationClusterOrBuilder()Rate limit on destination cluster.RateLimitConfig.Action.DestinationClusterOrBuilderRateLimitConfig.ActionOrBuilder. getDestinationClusterOrBuilder()Rate limit on destination cluster.
-