Show / Hide Table of Contents

Class ReleaseChannelConfig

ReleaseChannelConfig exposes configuration for a release channel.

Inheritance
object
ReleaseChannelConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX