GetLoadBalancerRandomSteering

data class GetLoadBalancerRandomSteering(val defaultWeight: Double, val poolWeights: Map<String, Double>)

Constructors

Link copied to clipboard
constructor(defaultWeight: Double, poolWeights: Map<String, Double>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default weight for pools in the load balancer that are not specified in the pool_weights map.

Link copied to clipboard

A mapping of pool IDs to custom weights. The weight is relative to other pools in the load balancer.