Interface protos.google.cloud.notebooks.v1.Instance.IUpgradeHistoryEntry (2.1.4)

Properties of an UpgradeHistoryEntry.

Package

@google-cloud/notebooks

Properties

action

action?: (google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action|keyof typeof google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.Action|null);

UpgradeHistoryEntry action

containerImage

containerImage?: (string|null);

UpgradeHistoryEntry containerImage

createTime

createTime?: (google.protobuf.ITimestamp|null);

UpgradeHistoryEntry createTime

framework

framework?: (string|null);

UpgradeHistoryEntry framework

snapshot

snapshot?: (string|null);

UpgradeHistoryEntry snapshot

state

state?: (google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State|keyof typeof google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State|null);

UpgradeHistoryEntry state

targetImage

targetImage?: (string|null);

UpgradeHistoryEntry targetImage

targetVersion

targetVersion?: (string|null);

UpgradeHistoryEntry targetVersion

version

version?: (string|null);

UpgradeHistoryEntry version

vmImage

vmImage?: (string|null);

UpgradeHistoryEntry vmImage