| Modifier and Type | Class and Description |
|---|---|
class |
WeightedBackendService
In contrast to a single BackendService in HttpRouteAction to which all matching traffic is directed to, WeightedBackendService allows traffic to be split across multiple backend services.
|
static class |
WeightedBackendService.Builder
In contrast to a single BackendService in HttpRouteAction to which all matching traffic is directed to, WeightedBackendService allows traffic to be split across multiple backend services.
|
| Modifier and Type | Method and Description |
|---|---|
WeightedBackendServiceOrBuilder |
HttpRouteAction.getWeightedBackendServicesOrBuilder(int index)
A list of weighted backend services to send traffic to when a route match occurs.
|
WeightedBackendServiceOrBuilder |
HttpRouteAction.Builder.getWeightedBackendServicesOrBuilder(int index)
A list of weighted backend services to send traffic to when a route match occurs.
|
WeightedBackendServiceOrBuilder |
HttpRouteActionOrBuilder.getWeightedBackendServicesOrBuilder(int index)
A list of weighted backend services to send traffic to when a route match occurs.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends WeightedBackendServiceOrBuilder> |
HttpRouteAction.getWeightedBackendServicesOrBuilderList()
A list of weighted backend services to send traffic to when a route match occurs.
|
List<? extends WeightedBackendServiceOrBuilder> |
HttpRouteAction.Builder.getWeightedBackendServicesOrBuilderList()
A list of weighted backend services to send traffic to when a route match occurs.
|
List<? extends WeightedBackendServiceOrBuilder> |
HttpRouteActionOrBuilder.getWeightedBackendServicesOrBuilderList()
A list of weighted backend services to send traffic to when a route match occurs.
|
Copyright © 2023 Google LLC. All rights reserved.