LoadBalancingSettingsParametersResponse

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

Round-Robin load balancing settings for a backend pool

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

The additional latency in milliseconds for probes to fall into the lowest latency bucket

Link copied to clipboard
val sampleSize: Int? = null

The number of samples to consider for load balancing decisions

Link copied to clipboard

The number of samples within the sample period that must succeed