Load Balancer Pool Load Shedding
data class LoadBalancerPoolLoadShedding(val defaultPercent: Double? = null, val defaultPolicy: String? = null, val sessionPercent: Double? = null, val sessionPolicy: String? = null)
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 "".