LoadBalancingSettingsModelArgs

data class LoadBalancingSettingsModelArgs(val additionalLatencyMilliseconds: Output<Int>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val sampleSize: Output<Int>? = null, val successfulSamplesRequired: Output<Int>? = null) : ConvertibleToJava<LoadBalancingSettingsModelArgs>

Load balancing settings for a backend pool

Constructors

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

Properties

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

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

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<String>? = null

Resource name.

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(): LoadBalancingSettingsModelArgs