localityLbPolicies

@JvmName(name = "oowcnwvgejionmbp")
suspend fun localityLbPolicies(value: Output<List<BackendServiceLocalityLbPolicyArgs>>)
@JvmName(name = "qfjnuqearaqpmskl")
suspend fun localityLbPolicies(value: List<BackendServiceLocalityLbPolicyArgs>?)

Parameters

value

A list of locality load balancing policies to be used in order of preference. Either the policy or the customPolicy field should be set. Overrides any value set in the localityLbPolicy field. localityLbPolicies is only supported when the BackendService is referenced by a URL Map that is referenced by a target gRPC proxy that has the validateForProxyless field set to true. Structure is documented below.


@JvmName(name = "yvuwwpernppfluje")
suspend fun localityLbPolicies(vararg values: Output<BackendServiceLocalityLbPolicyArgs>)


@JvmName(name = "norfnmdlomunppfc")
suspend fun localityLbPolicies(values: List<Output<BackendServiceLocalityLbPolicyArgs>>)
@JvmName(name = "cmqsnfgsfunbgvrc")
suspend fun localityLbPolicies(vararg values: BackendServiceLocalityLbPolicyArgs)

Parameters

values

A list of locality load balancing policies to be used in order of preference. Either the policy or the customPolicy field should be set. Overrides any value set in the localityLbPolicy field. localityLbPolicies is only supported when the BackendService is referenced by a URL Map that is referenced by a target gRPC proxy that has the validateForProxyless field set to true. Structure is documented below.


@JvmName(name = "labmtsxilugpfhjo")
suspend fun localityLbPolicies(argument: List<suspend BackendServiceLocalityLbPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "ayiqsowjyxgfydfe")
suspend fun localityLbPolicies(vararg argument: suspend BackendServiceLocalityLbPolicyArgsBuilder.() -> Unit)
@JvmName(name = "dhwmfoevmqgvolcr")
suspend fun localityLbPolicies(argument: suspend BackendServiceLocalityLbPolicyArgsBuilder.() -> Unit)

Parameters

argument

A list of locality load balancing policies to be used in order of preference. Either the policy or the customPolicy field should be set. Overrides any value set in the localityLbPolicy field. localityLbPolicies is only supported when the BackendService is referenced by a URL Map that is referenced by a target gRPC proxy that has the validateForProxyless field set to true. Structure is documented below.