Load Balancer Pool Origin
data class LoadBalancerPoolOrigin(val address: String, val enabled: Boolean? = null, val headers: List<LoadBalancerPoolOriginHeader>? = null, val name: String, val weight: Double? = null)
Constructors
Link copied to clipboard
fun LoadBalancerPoolOrigin(address: String, enabled: Boolean? = null, headers: List<LoadBalancerPoolOriginHeader>? = null, name: String, weight: Double? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The weight (0.01 - 1.00) of this origin, relative to other origins in the pool. Equal values mean equal weighting. A weight of 0 means traffic will not be sent to this origin, but health is still checked. When origin_steering.policy="least_outstanding_requests"
, weight is used to scale the origin's outstanding requests. Defaults to 1
.