LoadBalancerPoolLoadShedding

data class LoadBalancerPoolLoadShedding(val defaultPercent: Double? = null, val defaultPolicy: String? = null, val sessionPercent: Double? = null, val sessionPolicy: String? = null)

Constructors

Link copied to clipboard
constructor(defaultPercent: Double? = null, defaultPolicy: String? = null, sessionPercent: Double? = null, sessionPolicy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultPercent: Double? = null

Percent of traffic to shed 0 - 100. Defaults to 0.

Link copied to clipboard
val defaultPolicy: String? = null

Method of shedding traffic. Available values: ``,hash,random. Defaults to"".

Link copied to clipboard
val sessionPercent: Double? = null

Percent of session traffic to shed 0 - 100. Defaults to 0.

Link copied to clipboard
val sessionPolicy: String? = null

Method of shedding traffic. Available values: ``,hash. Defaults to"".