public sealed class UpgradeHistoryEntry : IMessage<Instance.Types.UpgradeHistoryEntry>, IEquatable<Instance.Types.UpgradeHistoryEntry>, IDeepCloneable<Instance.Types.UpgradeHistoryEntry>, IBufferMessage, IMessageThe entry of VM image upgrade history.
Implements
IMessage<Instance.Types.UpgradeHistoryEntry>, IEquatable<Instance.Types.UpgradeHistoryEntry>, IDeepCloneable<Instance.Types.UpgradeHistoryEntry>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
UpgradeHistoryEntry()
public UpgradeHistoryEntry()UpgradeHistoryEntry(Instance.Types.UpgradeHistoryEntry)
public UpgradeHistoryEntry(Instance.Types.UpgradeHistoryEntry other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Instance.Types.UpgradeHistoryEntry | 
      
Properties
Action
public Instance.Types.UpgradeHistoryEntry.Types.Action Action { get; set; }Action. Rolloback or Upgrade.
| Property Value | |
|---|---|
| Type | Description | 
Instance.Types.UpgradeHistoryEntry.Types.Action | 
        |
ContainerImage
public string ContainerImage { get; set; }The container image before this instance upgrade.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
CreateTime
public Timestamp CreateTime { get; set; }The time that this instance upgrade history entry is created.
| Property Value | |
|---|---|
| Type | Description | 
Timestamp | 
        |
Framework
public string Framework { get; set; }The framework of this notebook instance.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
Snapshot
public string Snapshot { get; set; }The snapshot of the boot disk of this notebook instance before upgrade.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
State
public Instance.Types.UpgradeHistoryEntry.Types.State State { get; set; }The state of this instance upgrade history entry.
| Property Value | |
|---|---|
| Type | Description | 
Instance.Types.UpgradeHistoryEntry.Types.State | 
        |
TargetImage
[Obsolete]
public string TargetImage { get; set; }Target VM Image. Format: ainotebooks-vm/project/image-name/name.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
TargetVersion
public string TargetVersion { get; set; }Target VM Version, like m63.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
Version
public string Version { get; set; }The version of the notebook instance before this upgrade.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
VmImage
public string VmImage { get; set; }The VM image before this instance upgrade.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |