random Steerings
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.
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.
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. 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.