AutoUpgradeNodeImageSelectionArgs

data class AutoUpgradeNodeImageSelectionArgs(val type: Output<Either<String, AutoUpgradeNodeImageSelectionType>>) : ConvertibleToJava<AutoUpgradeNodeImageSelectionArgs>

The node image upgrade to be applied to the target clusters in auto upgrade.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, AutoUpgradeNodeImageSelectionType>>)

Properties

Link copied to clipboard

The node image upgrade type.

Functions

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