Uses of Interface
com.google.cloud.compute.v1.WeightedBackendServiceOrBuilder
-
Packages that use WeightedBackendServiceOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of WeightedBackendServiceOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement WeightedBackendServiceOrBuilder Modifier and Type Class 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.Methods in com.google.cloud.compute.v1 that return WeightedBackendServiceOrBuilder Modifier and Type Method Description WeightedBackendServiceOrBuilder
HttpRouteAction.Builder. getWeightedBackendServicesOrBuilder(int index)
A list of weighted backend services to send traffic to when a route match occurs.WeightedBackendServiceOrBuilder
HttpRouteAction. 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.Methods in com.google.cloud.compute.v1 that return types with arguments of type WeightedBackendServiceOrBuilder Modifier and Type Method Description List<? extends WeightedBackendServiceOrBuilder>
HttpRouteAction.Builder. getWeightedBackendServicesOrBuilderList()
A list of weighted backend services to send traffic to when a route match occurs.List<? extends WeightedBackendServiceOrBuilder>
HttpRouteAction. 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.
-