LoadBalancerPoolLoadSheddingArgs

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>

Constructors

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

Properties

Link copied to clipboard
val defaultPercent: Output<Double>? = null

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

Link copied to clipboard
val defaultPolicy: Output<String>? = null

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

Link copied to clipboard
val sessionPercent: Output<Double>? = null

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

Link copied to clipboard
val sessionPolicy: Output<String>? = null

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

Functions

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