Uses of Interface
com.google.cloud.compute.v1.BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder
-
Packages that use BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder Modifier and Type Class Description class
BackendServiceLocalityLoadBalancingPolicyConfig
Container for either a built-in LB policy supported by gRPC or Envoy or a custom one implemented by the end user.static class
BackendServiceLocalityLoadBalancingPolicyConfig.Builder
Container for either a built-in LB policy supported by gRPC or Envoy or a custom one implemented by the end user.Methods in com.google.cloud.compute.v1 that return BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder Modifier and Type Method Description BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder
BackendService.Builder. getLocalityLbPoliciesOrBuilder(int index)
A list of locality load-balancing policies to be used in order of preference.BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder
BackendService. getLocalityLbPoliciesOrBuilder(int index)
A list of locality load-balancing policies to be used in order of preference.BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder
BackendServiceOrBuilder. getLocalityLbPoliciesOrBuilder(int index)
A list of locality load-balancing policies to be used in order of preference.Methods in com.google.cloud.compute.v1 that return types with arguments of type BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder Modifier and Type Method Description List<? extends BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder>
BackendService.Builder. getLocalityLbPoliciesOrBuilderList()
A list of locality load-balancing policies to be used in order of preference.List<? extends BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder>
BackendService. getLocalityLbPoliciesOrBuilderList()
A list of locality load-balancing policies to be used in order of preference.List<? extends BackendServiceLocalityLoadBalancingPolicyConfigOrBuilder>
BackendServiceOrBuilder. getLocalityLbPoliciesOrBuilderList()
A list of locality load-balancing policies to be used in order of preference.
-