Show / Hide Table of Contents

Class ClusterUpgradeInfo

ClusterUpgradeInfo contains the upgrade information of a cluster.

Inheritance
object
ClusterUpgradeInfo
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 ClusterUpgradeInfo : IDirectResponseSchema

Properties

AutoUpgradeStatus

The auto upgrade status.

Declaration
[JsonProperty("autoUpgradeStatus")]
public virtual IList<string> AutoUpgradeStatus { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndOfExtendedSupportTimestamp

The cluster's current minor version's end of extended support timestamp.

Declaration
[JsonProperty("endOfExtendedSupportTimestamp")]
public virtual string EndOfExtendedSupportTimestamp { get; set; }
Property Value
Type Description
string

EndOfStandardSupportTimestamp

The cluster's current minor version's end of standard support timestamp.

Declaration
[JsonProperty("endOfStandardSupportTimestamp")]
public virtual string EndOfStandardSupportTimestamp { get; set; }
Property Value
Type Description
string

MinorTargetVersion

minor_target_version indicates the target version for minor upgrade.

Declaration
[JsonProperty("minorTargetVersion")]
public virtual string MinorTargetVersion { get; set; }
Property Value
Type Description
string

PatchTargetVersion

patch_target_version indicates the target version for patch upgrade.

Declaration
[JsonProperty("patchTargetVersion")]
public virtual string PatchTargetVersion { get; set; }
Property Value
Type Description
string

PausedReason

The auto upgrade paused reason.

Declaration
[JsonProperty("pausedReason")]
public virtual IList<string> PausedReason { get; set; }
Property Value
Type Description
IList<string>

UpgradeDetails

The list of past auto upgrades.

Declaration
[JsonProperty("upgradeDetails")]
public virtual IList<UpgradeDetails> UpgradeDetails { get; set; }
Property Value
Type Description
IList<UpgradeDetails>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX