GetLoadBalancerPoolsPoolLoadShedding

data class GetLoadBalancerPoolsPoolLoadShedding(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.

Link copied to clipboard
val defaultPolicy: String? = null

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

Link copied to clipboard
val sessionPercent: Double? = null

Percent of session traffic to shed 0 - 100.

Link copied to clipboard
val sessionPolicy: String? = null

Method of shedding traffic. Available values: "", hash