UpgradeOverrideSettingsArgs

data class UpgradeOverrideSettingsArgs(val forceUpgrade: Output<Boolean>? = null, val until: Output<String>? = null) : ConvertibleToJava<UpgradeOverrideSettingsArgs>

Settings for overrides when upgrading a cluster.

Constructors

Link copied to clipboard
constructor(forceUpgrade: Output<Boolean>? = null, until: Output<String>? = null)

Properties

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

Whether to force upgrade the cluster. Note that this option instructs upgrade operation to bypass upgrade protections such as checking for deprecated API usage. Enable this option only with caution.

Link copied to clipboard
val until: Output<String>? = null

Until when the overrides are effective. Note that this only matches the start time of an upgrade, and the effectiveness won't change once an upgrade starts even if the until expires as upgrade proceeds. This field is not set by default. It must be set for the overrides to take effect.

Functions

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