LoadBalancerRuleOverridesAdaptiveRoutingArgs

data class LoadBalancerRuleOverridesAdaptiveRoutingArgs(val failoverAcrossPools: Output<Boolean>? = null) : ConvertibleToJava<LoadBalancerRuleOverridesAdaptiveRoutingArgs>

Constructors

constructor(failoverAcrossPools: Output<Boolean>? = null)

Properties

Link copied to clipboard
val failoverAcrossPools: Output<Boolean>? = null

Extends zero-downtime failover of requests to healthy origins from alternate pools, when no healthy alternate exists in the same pool, according to the failover order defined by traffic and origin steering. When set false (the default) zero-downtime failover will only occur between origins within the same pool. See session_affinity_attributes for control over when sessions are broken or reassigned.

Functions

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