Frontdoor Origin Group Load Balancing
data class FrontdoorOriginGroupLoadBalancing(val additionalLatencyInMilliseconds: Int? = null, val sampleSize: Int? = null, val successfulSamplesRequired: Int? = null)
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
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
.