random Steerings
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.
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.
suspend fun randomSteerings(argument: List<suspend LoadBalancerRuleOverrideRandomSteeringArgsBuilder.() -> Unit>)
suspend fun randomSteerings(vararg argument: suspend LoadBalancerRuleOverrideRandomSteeringArgsBuilder.() -> Unit)
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.