BackendServiceLocalityLoadBalancingPolicyConfigPolicyArgs

data class BackendServiceLocalityLoadBalancingPolicyConfigPolicyArgs(val name: Output<BackendServiceLocalityLoadBalancingPolicyConfigPolicyName>? = null) : ConvertibleToJava<BackendServiceLocalityLoadBalancingPolicyConfigPolicyArgs>

The configuration for a built-in load balancing policy.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): BackendServiceLocalityLoadBalancingPolicyConfigPolicyArgs

Properties

Link copied to clipboard

The name of a locality load-balancing policy. Valid values include ROUND_ROBIN and, for Java clients, LEAST_REQUEST. For information about these values, see the description of localityLbPolicy. Do not specify the same policy more than once for a backend. If you do, the configuration is rejected.