AI Platform Notebooks v1 API - Class Instance.Types.UpgradeHistoryEntry (2.2.0)

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

Reference documentation and code samples for the AI Platform Notebooks v1 API class Instance.Types.UpgradeHistoryEntry.

The entry of VM image upgrade history.

Inheritance

Object > Instance.Types.UpgradeHistoryEntry

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

UpgradeHistoryEntry()

public UpgradeHistoryEntry()

UpgradeHistoryEntry(Instance.Types.UpgradeHistoryEntry)

public UpgradeHistoryEntry(Instance.Types.UpgradeHistoryEntry other)
Parameter
NameDescription
otherInstance.Types.UpgradeHistoryEntry

Properties

Action

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

Action. Rolloback or Upgrade.

Property Value
TypeDescription
Instance.Types.UpgradeHistoryEntry.Types.Action

ContainerImage

public string ContainerImage { get; set; }

The container image before this instance upgrade.

Property Value
TypeDescription
String

CreateTime

public Timestamp CreateTime { get; set; }

The time that this instance upgrade history entry is created.

Property Value
TypeDescription
Timestamp

Framework

public string Framework { get; set; }

The framework of this notebook instance.

Property Value
TypeDescription
String

Snapshot

public string Snapshot { get; set; }

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

Property Value
TypeDescription
String

State

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

The state of this instance upgrade history entry.

Property Value
TypeDescription
Instance.Types.UpgradeHistoryEntry.Types.State

TargetImage

[Obsolete]
public string TargetImage { get; set; }

Target VM Image. Format: ainotebooks-vm/project/image-name/name.

Property Value
TypeDescription
String

TargetVersion

public string TargetVersion { get; set; }

Target VM Version, like m63.

Property Value
TypeDescription
String

Version

public string Version { get; set; }

The version of the notebook instance before this upgrade.

Property Value
TypeDescription
String

VmImage

public string VmImage { get; set; }

The VM image before this instance upgrade.

Property Value
TypeDescription
String