Class UpgradeHistoryEntry
The entry of VM image upgrade history.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2.Data
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class UpgradeHistoryEntry : IDirectResponseSchema
Properties
Action
Optional. Action. Rolloback or Upgrade.
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type | Description |
---|---|
string |
ContainerImage
Optional. The container image before this instance upgrade.
Declaration
[JsonProperty("containerImage")]
public virtual string ContainerImage { get; set; }
Property Value
Type | Description |
---|---|
string |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Immutable. The time that this instance upgrade history entry is created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Framework
Optional. The framework of this notebook instance.
Declaration
[JsonProperty("framework")]
public virtual string Framework { get; set; }
Property Value
Type | Description |
---|---|
string |
Snapshot
Optional. The snapshot of the boot disk of this notebook instance before upgrade.
Declaration
[JsonProperty("snapshot")]
public virtual string Snapshot { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The state of this instance upgrade history entry.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetVersion
Optional. Target VM Version, like m63.
Declaration
[JsonProperty("targetVersion")]
public virtual string TargetVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Optional. The version of the notebook instance before this upgrade.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |
VmImage
Optional. The VM image before this instance upgrade.
Declaration
[JsonProperty("vmImage")]
public virtual string VmImage { get; set; }
Property Value
Type | Description |
---|---|
string |