VmwareVersionInfo class

Contains information about a specific Anthos on VMware version.

Constructors

VmwareVersionInfo({List<UpgradeDependency>? dependencies, bool? hasDependencies, bool? isInstalled, String? version})
VmwareVersionInfo.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) 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
isInstalled bool?
If set, the version is installed in the admin cluster.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
Version number e.g. 1.13.1-gke.1000.
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