Class UpgradeHistoryEntry (1.4.4)

UpgradeHistoryEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The entry of VM image upgrade history.

Attributes

NameDescription
snapshot str
The snapshot of the boot disk of this notebook instance before upgrade.
vm_image str
The VM image before this instance upgrade.
container_image str
The container image before this instance upgrade.
framework str
The framework of this notebook instance.
version str
The version of the notebook instance before this upgrade.
state google.cloud.notebooks_v1.types.Instance.UpgradeHistoryEntry.State
The state of this instance upgrade history entry.
create_time google.protobuf.timestamp_pb2.Timestamp
The time that this instance upgrade history entry is created.
target_image str
Target VM Image. Format: ainotebooks-vm/project/image-name/name.
action google.cloud.notebooks_v1.types.Instance.UpgradeHistoryEntry.Action
Action. Rolloback or Upgrade.
target_version str
Target VM Version, like m63.

Classes

Action

Action(value)

The definition of operations of this upgrade history entry.

State

State(value)

The definition of the states of this upgrade history entry.