Class VersionUpgrade
Config for version upgrade of clusters.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1beta.Data
Assembly: Google.Apis.GKEHub.v1beta.dll
Syntax
public class VersionUpgrade : IDirectResponseSchema
Properties
DesiredVersion
Optional. Desired version of the component.
Declaration
[JsonProperty("desiredVersion")]
public virtual string DesiredVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Optional. Type of version upgrade specifies which component should be upgraded.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |