ServiceLbPoliciesAutoCapacityDrainArgs

data class ServiceLbPoliciesAutoCapacityDrainArgs(val enable: Output<Boolean>? = null) : ConvertibleToJava<ServiceLbPoliciesAutoCapacityDrainArgs>

Constructors

Link copied to clipboard
constructor(enable: Output<Boolean>? = null)

Properties

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

Optional. If set to 'True', an unhealthy MIG/NEG will be set as drained. - An MIG/NEG is considered unhealthy if less than 25% of the instances/endpoints in the MIG/NEG are healthy. - This option will never result in draining more than 50% of the configured IGs/NEGs for the Backend Service.

Functions

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