randomSteerings

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

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 = "pdbdhnrluallsenj")
suspend fun randomSteerings(vararg values: Output<LoadBalancerRandomSteeringArgs>)


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

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 = "jpldogpooenccqvn")
suspend fun randomSteerings(argument: List<suspend LoadBalancerRandomSteeringArgsBuilder.() -> Unit>)
@JvmName(name = "kontqkwshitrtdhf")
suspend fun randomSteerings(vararg argument: suspend LoadBalancerRandomSteeringArgsBuilder.() -> Unit)
@JvmName(name = "sgrqcbmwvygfxdmf")
suspend fun randomSteerings(argument: suspend LoadBalancerRandomSteeringArgsBuilder.() -> 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.