BareMetalVersionInfo class

Contains information about a specific Anthos on bare metal version.

Constructors

BareMetalVersionInfo({List<UpgradeDependency>? dependencies, bool? hasDependencies, String? version})
BareMetalVersionInfo.fromJson(Map json_)

Properties

dependencies List<UpgradeDependency>?
The list of upgrade dependencies for this version.
getter/setter pair
hasDependencies bool?
If set, the cluster dependencies (e.g. the admin cluster, other user clusters managed by the same admin cluster, version skew policy, etc) must be upgraded before this version can be installed or upgraded to.
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
version String?
Version number e.g. 1.13.1.
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