Uses of Interface
io.envoyproxy.envoy.api.v2.route.RateLimit.Action.DestinationClusterOrBuilder
-
Packages that use RateLimit.Action.DestinationClusterOrBuilder Package Description io.envoyproxy.envoy.api.v2.route -
-
Uses of RateLimit.Action.DestinationClusterOrBuilder in io.envoyproxy.envoy.api.v2.route
Classes in io.envoyproxy.envoy.api.v2.route that implement RateLimit.Action.DestinationClusterOrBuilder Modifier and Type Class Description static classRateLimit.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_api_msg_RouteConfiguration>` settings: * :ref:`cluster <envoy_api_field_route.RouteAction.cluster>` indicates the upstream cluster to route tostatic classRateLimit.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_api_msg_RouteConfiguration>` settings: * :ref:`cluster <envoy_api_field_route.RouteAction.cluster>` indicates the upstream cluster to route toMethods in io.envoyproxy.envoy.api.v2.route that return RateLimit.Action.DestinationClusterOrBuilder Modifier and Type Method Description RateLimit.Action.DestinationClusterOrBuilderRateLimit.Action.Builder. getDestinationClusterOrBuilder()Rate limit on destination cluster.RateLimit.Action.DestinationClusterOrBuilderRateLimit.Action. getDestinationClusterOrBuilder()Rate limit on destination cluster.RateLimit.Action.DestinationClusterOrBuilderRateLimit.ActionOrBuilder. getDestinationClusterOrBuilder()Rate limit on destination cluster.
-