randomSteerings

@JvmName(name = "ihkepoykaufbxmxn")
suspend fun randomSteerings(value: Output<List<LoadBalancerRuleOverrideRandomSteeringArgs>>)
@JvmName(name = "pbiovyfcfovjndbl")
suspend fun randomSteerings(value: List<LoadBalancerRuleOverrideRandomSteeringArgs>?)

Parameters

value

Configures pool weights. When steering_policy="random", a random pool is selected with probability proportional to pool weights. When steering_policy="least_outstanding_requests", pool weights are used to scale each pool's outstanding requests. When steering_policy="least_connections", pool weights are used to scale each pool's open connections.


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


@JvmName(name = "dnyjuiqfexsiifkd")
suspend fun randomSteerings(values: List<Output<LoadBalancerRuleOverrideRandomSteeringArgs>>)
@JvmName(name = "jlhwptmwsfjvevts")
suspend fun randomSteerings(vararg values: LoadBalancerRuleOverrideRandomSteeringArgs)

Parameters

values

Configures pool weights. When steering_policy="random", a random pool is selected with probability proportional to pool weights. When steering_policy="least_outstanding_requests", pool weights are used to scale each pool's outstanding requests. When steering_policy="least_connections", pool weights are used to scale each pool's open connections.


@JvmName(name = "vjcqqbhdecgrkusy")
suspend fun randomSteerings(argument: List<suspend LoadBalancerRuleOverrideRandomSteeringArgsBuilder.() -> Unit>)
@JvmName(name = "rmotoyapdpgtntqm")
suspend fun randomSteerings(vararg argument: suspend LoadBalancerRuleOverrideRandomSteeringArgsBuilder.() -> Unit)
@JvmName(name = "ndymwsacrausxvmb")
suspend fun randomSteerings(argument: suspend LoadBalancerRuleOverrideRandomSteeringArgsBuilder.() -> Unit)

Parameters

argument

Configures pool weights. When steering_policy="random", a random pool is selected with probability proportional to pool weights. When steering_policy="least_outstanding_requests", pool weights are used to scale each pool's outstanding requests. When steering_policy="least_connections", pool weights are used to scale each pool's open connections.