Class ReleaseChannelConfig
ReleaseChannelConfig exposes configuration for a release channel.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class ReleaseChannelConfig : IDirectResponseSchemaProperties
Channel
The release channel this configuration applies to.
Declaration
[JsonProperty("channel")]
public virtual string Channel { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
DefaultVersion
The default version for newly created clusters on the channel.
Declaration
[JsonProperty("defaultVersion")]
public virtual string DefaultVersion { 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 | 
UpgradeTargetVersion
The auto upgrade target version for clusters on the channel.
Declaration
[JsonProperty("upgradeTargetVersion")]
public virtual string UpgradeTargetVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ValidVersions
List of valid versions for the channel.
Declaration
[JsonProperty("validVersions")]
public virtual IList<string> ValidVersions { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> |