UpgradeStatus class

UpgradeStatus contains information about upgradeAppliance operation.

Constructors

UpgradeStatus({Status? error, String? previousVersion, String? startTime, String? state, String? version})
UpgradeStatus.fromJson(Map json_)

Properties

error Status?
Provides details on the state of the upgrade operation in case of an error.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
previousVersion String?
The version from which we upgraded.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The time the operation was started.
getter/setter pair
state String?
The state of the upgradeAppliance operation. Possible string values are:
getter/setter pair
version String?
The version to upgrade to.
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