Class UpgradeHistoryEntry (1.6.1)

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.

Values: ACTION_UNSPECIFIED (0): Operation is not specified. UPGRADE (1): Upgrade. ROLLBACK (2): Rollback.

State

State(value)

The definition of the states of this upgrade history entry.

Values: STATE_UNSPECIFIED (0): State is not specified. STARTED (1): The instance upgrade is started. SUCCEEDED (2): The instance upgrade is succeeded. FAILED (3): The instance upgrade is failed.