FrontdoorBackendPoolLoadBalancing

data class FrontdoorBackendPoolLoadBalancing(val additionalLatencyMilliseconds: Int? = null, val id: String? = null, val name: String, val sampleSize: Int? = null, val successfulSamplesRequired: Int? = null)

Constructors

Link copied to clipboard
constructor(additionalLatencyMilliseconds: Int? = null, id: String? = null, name: String, sampleSize: Int? = null, successfulSamplesRequired: Int? = null)

Types

Link copied to clipboard
object Companion

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
val id: String? = null

The ID of the FrontDoor.

Link copied to clipboard

Specifies the name of the Load Balancer.

Link copied to clipboard
val sampleSize: Int? = null

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.