UpgradeHistoryEntryResponse

data class UpgradeHistoryEntryResponse(val action: String, val containerImage: String, val createTime: String, val framework: String, val snapshot: String, val state: String, val targetImage: String, val targetVersion: String, val version: String, val vmImage: String)

The entry of VM image upgrade history.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Action. Rolloback or Upgrade.

Link copied to clipboard

The container image before this instance upgrade.

Link copied to clipboard

The time that this instance upgrade history entry is created.

Link copied to clipboard

The framework of this notebook instance.

Link copied to clipboard

The snapshot of the boot disk of this notebook instance before upgrade.

Link copied to clipboard

The state of this instance upgrade history entry.

Link copied to clipboard

Target VM Image. Format: ainotebooks-vm/project/image-name/name.

Link copied to clipboard

Target VM Version, like m63.

Link copied to clipboard

The version of the notebook instance before this upgrade.

Link copied to clipboard

The VM image before this instance upgrade.