Frontdoor Backend Pool Load Balancing Args
data class FrontdoorBackendPoolLoadBalancingArgs(val additionalLatencyMilliseconds: Output<Int>? = null, val id: Output<String>? = null, val name: Output<String>, val sampleSize: Output<Int>? = null, val successfulSamplesRequired: Output<Int>? = null) : ConvertibleToJava<FrontdoorBackendPoolLoadBalancingArgs>
Constructors
Properties
Link copied to clipboard
The additional latency in milliseconds for probes to fall into the lowest latency bucket. Defaults to 0
.
Link copied to clipboard
The number of samples to consider for load balancing decisions. Defaults to 4
.
Link copied to clipboard
The number of samples within the sample period that must succeed. Defaults to 2
.