randomSteerings

@JvmName(name = "kjqwwypukqlumrtb")
suspend fun randomSteerings(value: Output<List<LoadBalancerRandomSteeringArgs>>)
@JvmName(name = "fnmdpylxdclnakif")
suspend fun randomSteerings(value: List<LoadBalancerRandomSteeringArgs>?)

Parameters

value

Configures pool weights for random steering. When the steering_policy="random", a random pool is selected with probability proportional to these pool weights.


@JvmName(name = "xjakbpipondlwrdl")
suspend fun randomSteerings(vararg values: Output<LoadBalancerRandomSteeringArgs>)


@JvmName(name = "nwcareejtsuulhyc")
suspend fun randomSteerings(values: List<Output<LoadBalancerRandomSteeringArgs>>)
@JvmName(name = "nfkdskaupixqqini")
suspend fun randomSteerings(vararg values: LoadBalancerRandomSteeringArgs)

Parameters

values

Configures pool weights for random steering. When the steering_policy="random", a random pool is selected with probability proportional to these pool weights.


@JvmName(name = "dworfjvfsptjplkp")
suspend fun randomSteerings(argument: List<suspend LoadBalancerRandomSteeringArgsBuilder.() -> Unit>)
@JvmName(name = "oyyliaatnryewpdd")
suspend fun randomSteerings(vararg argument: suspend LoadBalancerRandomSteeringArgsBuilder.() -> Unit)
@JvmName(name = "kndftpidosdwxyyt")
suspend fun randomSteerings(argument: suspend LoadBalancerRandomSteeringArgsBuilder.() -> Unit)

Parameters

argument

Configures pool weights for random steering. When the steering_policy="random", a random pool is selected with probability proportional to these pool weights.