public sealed class Instance.Types.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.
Implements
IMessageInstanceTypesUpgradeHistoryEntry, IEquatableInstanceTypesUpgradeHistoryEntry, IDeepCloneableInstanceTypesUpgradeHistoryEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
UpgradeHistoryEntry()
public UpgradeHistoryEntry()
UpgradeHistoryEntry(UpgradeHistoryEntry)
public UpgradeHistoryEntry(Instance.Types.UpgradeHistoryEntry other)
Parameter | |
---|---|
Name | Description |
other |
InstanceTypesUpgradeHistoryEntry |
Properties
Action
public Instance.Types.UpgradeHistoryEntry.Types.Action Action { get; set; }
Action. Rolloback or Upgrade.
Property Value | |
---|---|
Type | Description |
InstanceTypesUpgradeHistoryEntryTypesAction |
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 |
InstanceTypesUpgradeHistoryEntryTypesState |
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 |