LoadBalancerRandomSteering

data class LoadBalancerRandomSteering(val defaultWeight: Double? = null, val poolWeights: Map<String, Double>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultWeight: Double? = null

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

Link copied to clipboard
val poolWeights: Map<String, Double>? = null

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