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 classWeightedBackendServiceIn 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 classWeightedBackendService.BuilderIn 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 WeightedBackendServiceOrBuilderHttpRouteAction.Builder. getWeightedBackendServicesOrBuilder(int index)A list of weighted backend services to send traffic to when a route match occurs.WeightedBackendServiceOrBuilderHttpRouteAction. getWeightedBackendServicesOrBuilder(int index)A list of weighted backend services to send traffic to when a route match occurs.WeightedBackendServiceOrBuilderHttpRouteActionOrBuilder. 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.
-