randomSteerings

@JvmName(name = "rmbrlihqillgboiv")
suspend fun randomSteerings(value: Output<List<LoadBalancerRandomSteeringArgs>>)
@JvmName(name = "fuuahqadpbcafgvh")
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 = "njfpjqgixupmokpx")
suspend fun randomSteerings(vararg values: Output<LoadBalancerRandomSteeringArgs>)


@JvmName(name = "cvmyycnirqvdvtsv")
suspend fun randomSteerings(values: List<Output<LoadBalancerRandomSteeringArgs>>)
@JvmName(name = "ldmefmggcxsutoxt")
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 = "nytofjsejxteyxfe")
suspend fun randomSteerings(argument: List<suspend LoadBalancerRandomSteeringArgsBuilder.() -> Unit>)
@JvmName(name = "udwufeebhbokboxw")
suspend fun randomSteerings(vararg argument: suspend LoadBalancerRandomSteeringArgsBuilder.() -> Unit)
@JvmName(name = "ejaokvcqiawlovhk")
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.