Load Balancer Pool Origin Args
data class LoadBalancerPoolOriginArgs(val address: Output<String>, val enabled: Output<Boolean>? = null, val headers: Output<List<LoadBalancerPoolOriginHeaderArgs>>? = null, val name: Output<String>, val weight: Output<Double>? = null) : ConvertibleToJava<LoadBalancerPoolOriginArgs>
Constructors
Link copied to clipboard
fun LoadBalancerPoolOriginArgs(address: Output<String>, enabled: Output<Boolean>? = null, headers: Output<List<LoadBalancerPoolOriginHeaderArgs>>? = null, name: Output<String>, weight: Output<Double>? = null)
Functions
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
.