Load Balancer Pool Load Shedding Args
data class LoadBalancerPoolLoadSheddingArgs(val defaultPercent: Output<Double>? = null, val defaultPolicy: Output<String>? = null, val sessionPercent: Output<Double>? = null, val sessionPolicy: Output<String>? = null) : ConvertibleToJava<LoadBalancerPoolLoadSheddingArgs>
Properties
Link copied to clipboard
Percent of traffic to shed 0 - 100. Defaults to 0.
Link copied to clipboard
Method of shedding traffic. Available values: "", hash, random. Defaults to "".
Link copied to clipboard
Percent of session traffic to shed 0 - 100. Defaults to 0.
Link copied to clipboard
Method of shedding traffic. Available values: "", hash. Defaults to "".