GetFrontdoorOriginGroupLoadBalancing

data class GetFrontdoorOriginGroupLoadBalancing(val additionalLatencyInMilliseconds: Int, val sampleSize: Int, val successfulSamplesRequired: Int)

Constructors

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

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.

Link copied to clipboard

Specifies the number of samples to consider for load balancing decisions.

Link copied to clipboard

Specifies the number of samples within the sample period that must succeed.