UpgradeHistoryEntry class

The entry of VM image upgrade history.

Constructors

UpgradeHistoryEntry({String? action, String? containerImage, String? createTime, String? framework, String? snapshot, String? state, String? targetImage, String? targetVersion, String? version, String? vmImage})
UpgradeHistoryEntry.fromJson(Map json_)

Properties

action String?
Action.
getter/setter pair
containerImage String?
The container image before this instance upgrade.
getter/setter pair
createTime String?
The time that this instance upgrade history entry is created.
getter/setter pair
framework String?
The framework of this notebook instance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshot String?
The snapshot of the boot disk of this notebook instance before upgrade.
getter/setter pair
state String?
The state of this instance upgrade history entry. Possible string values are:
getter/setter pair
targetImage String?
Target VM Image.
getter/setter pair
targetVersion String?
Target VM Version, like m63.
getter/setter pair
version String?
The version of the notebook instance before this upgrade.
getter/setter pair
vmImage String?
The VM image before this instance upgrade.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited