Class UpgradeHistoryEntry (1.10.2)

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

The entry of VM image upgrade history.

Attributes

NameDescription
snapshot str
Optional. The snapshot of the boot disk of this notebook instance before upgrade.
vm_image str
Optional. The VM image before this instance upgrade.
container_image str
Optional. The container image before this instance upgrade.
framework str
Optional. The framework of this notebook instance.
version str
Optional. The version of the notebook instance before this upgrade.
state google.cloud.notebooks_v2.types.UpgradeHistoryEntry.State
Output only. The state of this instance upgrade history entry.
create_time google.protobuf.timestamp_pb2.Timestamp
Immutable. The time that this instance upgrade history entry is created.
action google.cloud.notebooks_v2.types.UpgradeHistoryEntry.Action
Optional. Action. Rolloback or Upgrade.
target_version str
Optional. 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.