| Modifier and Type | Class and Description |
|---|---|
static class |
WeightedTarget.Jsii$Proxy
An implementation for
WeightedTarget |
| Modifier and Type | Method and Description |
|---|---|
WeightedTarget |
WeightedTarget.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<WeightedTarget> |
GrpcRouteSpecOptions.getWeightedTargets()
(experimental) List of targets that traffic is routed to when a request matches the route.
|
List<WeightedTarget> |
GrpcRouteSpecOptions.Jsii$Proxy.getWeightedTargets() |
List<WeightedTarget> |
TcpRouteSpecOptions.getWeightedTargets()
(experimental) List of targets that traffic is routed to when a request matches the route.
|
List<WeightedTarget> |
TcpRouteSpecOptions.Jsii$Proxy.getWeightedTargets() |
List<WeightedTarget> |
HttpRouteSpecOptions.getWeightedTargets()
(experimental) List of targets that traffic is routed to when a request matches the route.
|
List<WeightedTarget> |
HttpRouteSpecOptions.Jsii$Proxy.getWeightedTargets() |
| Modifier and Type | Method and Description |
|---|---|
GrpcRouteSpecOptions.Builder |
GrpcRouteSpecOptions.Builder.weightedTargets(List<? extends WeightedTarget> weightedTargets)
Sets the value of
GrpcRouteSpecOptions.getWeightedTargets() |
TcpRouteSpecOptions.Builder |
TcpRouteSpecOptions.Builder.weightedTargets(List<? extends WeightedTarget> weightedTargets)
Sets the value of
TcpRouteSpecOptions.getWeightedTargets() |
HttpRouteSpecOptions.Builder |
HttpRouteSpecOptions.Builder.weightedTargets(List<? extends WeightedTarget> weightedTargets)
Sets the value of
HttpRouteSpecOptions.getWeightedTargets() |
| Constructor and Description |
|---|
Jsii$Proxy(GrpcRouteMatch match,
List<? extends WeightedTarget> weightedTargets,
GrpcRetryPolicy retryPolicy,
GrpcTimeout timeout)
Constructor that initializes the object based on literal property values passed by the
GrpcRouteSpecOptions.Builder. |
Jsii$Proxy(List<? extends WeightedTarget> weightedTargets,
HttpRouteMatch match,
HttpRetryPolicy retryPolicy,
HttpTimeout timeout)
Constructor that initializes the object based on literal property values passed by the
HttpRouteSpecOptions.Builder. |
Jsii$Proxy(List<? extends WeightedTarget> weightedTargets,
TcpTimeout timeout)
Constructor that initializes the object based on literal property values passed by the
TcpRouteSpecOptions.Builder. |
Copyright © 2021. All rights reserved.