FrontdoorBackendPoolLoadBalancingArgs

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

Constructors

Link copied to clipboard
constructor(additionalLatencyMilliseconds: Output<Int>? = null, id: Output<String>? = null, name: Output<String>, 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. Defaults to 0.

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

The ID of the FrontDoor.

Link copied to clipboard
val name: Output<String>

Specifies the name of the Load Balancer.

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

The number of samples to consider for load balancing decisions. Defaults to 4.

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

The number of samples within the sample period that must succeed. Defaults to 2.

Functions

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