ApplianceVersion class
Describes an appliance version.
Constructors
- ApplianceVersion({bool? critical, String? releaseNotesUri, String? uri, String? version})
- ApplianceVersion.fromJson(Map json_)
Properties
- critical ↔ bool?
-
Determine whether it's critical to upgrade the appliance to this version.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- releaseNotesUri ↔ String?
-
Link to a page that contains the version release notes.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri ↔ String?
-
A link for downloading the version.
getter/setter pair
- version ↔ String?
-
The appliance version.
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