InstanceBlueGreenUpdate

data class InstanceBlueGreenUpdate(val enabled: Boolean? = null)

Constructors

Link copied to clipboard
fun InstanceBlueGreenUpdate(enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Enables low-downtime updates when true. Default is false.