GetLoadBalancerPoolsPoolLoadShedding

data class GetLoadBalancerPoolsPoolLoadShedding(val defaultPercent: Double? = null, val defaultPolicy: String? = null, val sessionPercent: Double? = null, val sessionPolicy: String? = null) : ConvertibleToJava<GetLoadBalancerPoolsPoolLoadShedding>

Constructors

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

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

Functions

Link copied to clipboard
open override fun toJava(): GetLoadBalancerPoolsPoolLoadShedding