poolWeights

@JvmName(name = "ldsckdojesfpiyej")
suspend fun poolWeights(value: Output<Map<String, Double>>)
@JvmName(name = "lrvbyvuhcdqetwqo")
suspend fun poolWeights(value: Map<String, Double>?)

Parameters

value

A mapping of pool IDs to custom weights. The weight is relative to other pools in the load balancer.


@JvmName(name = "gauqjrgkhrcegbma")
fun poolWeights(vararg values: Pair<String, Double>)

Parameters

values

A mapping of pool IDs to custom weights. The weight is relative to other pools in the load balancer.