Class BareMetalVersionInfo
Contains information about a specific Anthos on bare metal version.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalVersionInfo : 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, version skew policy, etc) 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? |
Version
Version number e.g. 1.13.1.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |