ServiceLbPoliciesAutoCapacityDrain

data class ServiceLbPoliciesAutoCapacityDrain(val enable: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enable: 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.