All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.gcp.networkservices.kotlin.outputs.ServiceLbPoliciesFailoverConfig.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.gcp.networkservices.kotlin.outputs

import kotlin.Int
import kotlin.Suppress

/**
 *
 * @property failoverHealthThreshold Optional. The percentage threshold that a load balancer will begin to send traffic to failover backends. If the percentage of endpoints in a MIG/NEG is smaller than this value, traffic would be sent to failover backends if possible. This field should be set to a value between 1 and 99. The default value is 50 for Global external HTTP(S) load balancer (classic) and Proxyless service mesh, and 70 for others.
 */
public data class ServiceLbPoliciesFailoverConfig(
    public val failoverHealthThreshold: Int,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.networkservices.outputs.ServiceLbPoliciesFailoverConfig): ServiceLbPoliciesFailoverConfig = ServiceLbPoliciesFailoverConfig(
            failoverHealthThreshold = javaType.failoverHealthThreshold(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy