Class VmwareVersionInfo
Contains information about a specific Anthos on VMware version.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class VmwareVersionInfo : IDirectResponseSchema
Properties
Dependencies
The list of upgrade dependencies for this version.
Declaration
[JsonProperty("dependencies")]
public virtual IList<UpgradeDependency> Dependencies { get; set; }
Property Value
Type | Description |
---|---|
IList<UpgradeDependency> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HasDependencies
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.
Declaration
[JsonProperty("hasDependencies")]
public virtual bool? HasDependencies { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsInstalled
If set, the version is installed in the admin cluster. Otherwise, the version bundle must be downloaded and installed before a user cluster can be created at or upgraded to this version.
Declaration
[JsonProperty("isInstalled")]
public virtual bool? IsInstalled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Version
Version number e.g. 1.13.1-gke.1000.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |