FrontdoorOriginGroupLoadBalancing

data class FrontdoorOriginGroupLoadBalancing(val additionalLatencyInMilliseconds: Int? = null, val sampleSize: Int? = null, val successfulSamplesRequired: Int? = null)

Constructors

Link copied to clipboard
constructor(additionalLatencyInMilliseconds: Int? = null, sampleSize: Int? = null, successfulSamplesRequired: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the additional latency in milliseconds for probes to fall into the lowest latency bucket. Possible values are between 0 and 1000 milliseconds (inclusive). Defaults to 50.

Link copied to clipboard
val sampleSize: Int? = null

Specifies the number of samples to consider for load balancing decisions. Possible values are between 0 and 255 (inclusive). Defaults to 4.

Link copied to clipboard

Specifies the number of samples within the sample period that must succeed. Possible values are between 0 and 255 (inclusive). Defaults to 3.