AgentUpgradeArgs

data class AgentUpgradeArgs(val correlationId: Output<String>? = null, val desiredVersion: Output<String>? = null, val enableAutomaticUpgrade: Output<Boolean>? = null) : ConvertibleToJava<AgentUpgradeArgs>

The info w.r.t Agent Upgrade.

Constructors

Link copied to clipboard
constructor(correlationId: Output<String>? = null, desiredVersion: Output<String>? = null, enableAutomaticUpgrade: Output<Boolean>? = null)

Properties

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

The correlation ID passed in from RSM per upgrade.

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

Specifies the version info w.r.t AgentUpgrade for the machine.

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

Specifies if RSM should try to upgrade this machine

Functions

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