AgentUpgradeResponse

data class AgentUpgradeResponse(val correlationId: String? = null, val desiredVersion: String? = null, val enableAutomaticUpgrade: Boolean? = null, val lastAttemptDesiredVersion: String, val lastAttemptMessage: String, val lastAttemptStatus: String, val lastAttemptTimestamp: String)

The info w.r.t Agent Upgrade.

Constructors

Link copied to clipboard
constructor(correlationId: String? = null, desiredVersion: String? = null, enableAutomaticUpgrade: Boolean? = null, lastAttemptDesiredVersion: String, lastAttemptMessage: String, lastAttemptStatus: String, lastAttemptTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val correlationId: String? = null

The correlation ID passed in from RSM per upgrade.

Link copied to clipboard
val desiredVersion: String? = null

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

Link copied to clipboard

Specifies if RSM should try to upgrade this machine

Link copied to clipboard

Specifies the version of the last attempt

Link copied to clipboard

Failure message of last upgrade attempt if any.

Link copied to clipboard

Specifies the status of Agent Upgrade.

Link copied to clipboard

Timestamp of last upgrade attempt