Load Balancing Settings Parameters Response
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
fun LoadBalancingSettingsParametersResponse(additionalLatencyInMilliseconds: Int? = null, sampleSize: Int? = null, successfulSamplesRequired: Int? = null)