Class ReleaseChannelConfig
ReleaseChannelConfig exposes configuration for a release channel.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ReleaseChannelConfig : IDirectResponseSchema
Properties
AvailableVersions
Deprecated. This field has been deprecated and replaced with the valid_versions field.
Declaration
[JsonProperty("availableVersions")]
public virtual IList<AvailableVersion> AvailableVersions { get; set; }
Property Value
Type | Description |
---|---|
IList<AvailableVersion> |
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> |