View Source GoogleApi.Notebooks.V1.Model.UpgradeHistoryEntry (google_api_notebooks v0.11.0)
The entry of VM image upgrade history.
Attributes
-
action
(type:String.t
, default:nil
) - Action. Rolloback or Upgrade. -
containerImage
(type:String.t
, default:nil
) - The container image before this instance upgrade. -
createTime
(type:DateTime.t
, default:nil
) - The time that this instance upgrade history entry is created. -
framework
(type:String.t
, default:nil
) - The framework of this notebook instance. -
snapshot
(type:String.t
, default:nil
) - The snapshot of the boot disk of this notebook instance before upgrade. -
state
(type:String.t
, default:nil
) - The state of this instance upgrade history entry. -
targetImage
(type:String.t
, default:nil
) - Target VM Image. Format:ainotebooks-vm/project/image-name/name
. -
targetVersion
(type:String.t
, default:nil
) - Target VM Version, like m63. -
version
(type:String.t
, default:nil
) - The version of the notebook instance before this upgrade. -
vmImage
(type:String.t
, default:nil
) - The VM image before this instance upgrade.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V1.Model.UpgradeHistoryEntry{ action: String.t() | nil, containerImage: String.t() | nil, createTime: DateTime.t() | nil, framework: String.t() | nil, snapshot: String.t() | nil, state: String.t() | nil, targetImage: String.t() | nil, targetVersion: String.t() | nil, version: String.t() | nil, vmImage: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.