LoadBalancingSettingsParametersArgs

data class LoadBalancingSettingsParametersArgs(val additionalLatencyInMilliseconds: Output<Int>? = null, val sampleSize: Output<Int>? = null, val successfulSamplesRequired: Output<Int>? = null) : ConvertibleToJava<LoadBalancingSettingsParametersArgs>

Round-Robin load balancing settings for a backend pool

Constructors

Link copied to clipboard
constructor(additionalLatencyInMilliseconds: Output<Int>? = null, sampleSize: Output<Int>? = null, successfulSamplesRequired: Output<Int>? = null)

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: Output<Int>? = null

The number of samples to consider for load balancing decisions

Link copied to clipboard
val successfulSamplesRequired: Output<Int>? = null

The number of samples within the sample period that must succeed

Functions

Link copied to clipboard
open override fun toJava(): LoadBalancingSettingsParametersArgs