Notebooks v2 API - Class UpgradeHistoryEntry (1.1.0)

public sealed class UpgradeHistoryEntry : IMessage<UpgradeHistoryEntry>, IEquatable<UpgradeHistoryEntry>, IDeepCloneable<UpgradeHistoryEntry>, IBufferMessage, IMessage

Reference documentation and code samples for the Notebooks v2 API class UpgradeHistoryEntry.

The entry of VM image upgrade history.

Inheritance

object > UpgradeHistoryEntry

Namespace

Google.Cloud.Notebooks.V2

Assembly

Google.Cloud.Notebooks.V2.dll

Constructors

UpgradeHistoryEntry()

public UpgradeHistoryEntry()

UpgradeHistoryEntry(UpgradeHistoryEntry)

public UpgradeHistoryEntry(UpgradeHistoryEntry other)
Parameter
Name Description
other UpgradeHistoryEntry

Properties

Action

public UpgradeHistoryEntry.Types.Action Action { get; set; }

Optional. Action. Rolloback or Upgrade.

Property Value
Type Description
UpgradeHistoryEntryTypesAction

ContainerImage

public string ContainerImage { get; set; }

Optional. The container image before this instance upgrade.

Property Value
Type Description
string

CreateTime

public Timestamp CreateTime { get; set; }

Immutable. The time that this instance upgrade history entry is created.

Property Value
Type Description
Timestamp

Framework

public string Framework { get; set; }

Optional. The framework of this notebook instance.

Property Value
Type Description
string

Snapshot

public string Snapshot { get; set; }

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

Property Value
Type Description
string

State

public UpgradeHistoryEntry.Types.State State { get; set; }

Output only. The state of this instance upgrade history entry.

Property Value
Type Description
UpgradeHistoryEntryTypesState

TargetVersion

public string TargetVersion { get; set; }

Optional. Target VM Version, like m63.

Property Value
Type Description
string

Version

public string Version { get; set; }

Optional. The version of the notebook instance before this upgrade.

Property Value
Type Description
string

VmImage

public string VmImage { get; set; }

Optional. The VM image before this instance upgrade.

Property Value
Type Description
string