randomSteerings

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

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


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

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 = "ijjdemvngowsruqy")
suspend fun randomSteerings(argument: List<suspend LoadBalancerRuleOverrideRandomSteeringArgsBuilder.() -> Unit>)
@JvmName(name = "fecrglxxihrmtqnv")
suspend fun randomSteerings(vararg argument: suspend LoadBalancerRuleOverrideRandomSteeringArgsBuilder.() -> Unit)
@JvmName(name = "dpaxavsdidvblqjo")
suspend fun randomSteerings(argument: suspend LoadBalancerRuleOverrideRandomSteeringArgsBuilder.() -> 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.