InstanceUpgradeHistory

data class InstanceUpgradeHistory(val action: String? = null, val containerImage: String? = null, val createTime: String? = null, val framework: String? = null, val snapshot: String? = null, val state: String? = null, val targetVersion: String? = null, val version: String? = null, val vmImage: String? = null)

Constructors

Link copied to clipboard
constructor(action: String? = null, containerImage: String? = null, createTime: String? = null, framework: String? = null, snapshot: String? = null, state: String? = null, targetVersion: String? = null, version: String? = null, vmImage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

Optional. Action. Rolloback or Upgrade.

Link copied to clipboard
val containerImage: String? = null

Optional. The container image before this instance upgrade.

Link copied to clipboard
val createTime: String? = null

An RFC3339 timestamp in UTC time. This in the format of yyyy-MM-ddTHH:mm:ss.SSSZ. The milliseconds portion (".SSS") is optional.

Link copied to clipboard
val framework: String? = null

Optional. The framework of this workbench instance.

Link copied to clipboard
val snapshot: String? = null

Optional. The snapshot of the boot disk of this workbench instance before upgrade.

Link copied to clipboard
val state: String? = null

(Output) Output only. The state of this instance upgrade history entry.

Link copied to clipboard
val targetVersion: String? = null

Optional. Target VM Version, like m63.

Link copied to clipboard
val version: String? = null

Optional. The version of the workbench instance before this upgrade.

Link copied to clipboard
val vmImage: String? = null

Optional. The VM image before this instance upgrade.