poolWeights

@JvmName(name = "ovcywifphbtsoypc")
suspend fun poolWeights(value: Output<Map<String, Double>>)
@JvmName(name = "pasmakjrlanajdka")
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 = "qibbbtbcuopunmlk")
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.