NodeImageSelectionArgs

data class NodeImageSelectionArgs(val type: Output<Either<String, NodeImageSelectionType>>) : ConvertibleToJava<NodeImageSelectionArgs>

The node image upgrade to be applied to the target nodes in update run.

Constructors

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

Properties

Link copied to clipboard
val type: Output<Either<String, NodeImageSelectionType>>

The node image upgrade type.

Functions

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