Show / Hide Table of Contents

Class UpgradeHistoryEntry

The entry of VM image upgrade history.

Inheritance
object
UpgradeHistoryEntry
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class UpgradeHistoryEntry : IDirectResponseSchema

Properties

Action

Action. Rolloback or Upgrade.

Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type Description
string

ContainerImage

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

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

The framework of this notebook instance.

Declaration
[JsonProperty("framework")]
public virtual string Framework { get; set; }
Property Value
Type Description
string

Snapshot

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

The state of this instance upgrade history entry.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

TargetImage

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

Declaration
[JsonProperty("targetImage")]
public virtual string TargetImage { get; set; }
Property Value
Type Description
string

TargetVersion

Target VM Version, like m63.

Declaration
[JsonProperty("targetVersion")]
public virtual string TargetVersion { get; set; }
Property Value
Type Description
string

Version

The version of the notebook instance before this upgrade.

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

VmImage

The VM image before this instance upgrade.

Declaration
[JsonProperty("vmImage")]
public virtual string VmImage { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX