Show / Hide Table of Contents

Class ClusterUpgradeGKEUpgradeFeatureState

GKEUpgradeFeatureState contains feature states for GKE clusters in the scope.

Inheritance
object
ClusterUpgradeGKEUpgradeFeatureState
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.GKEHub.v1beta.Data
Assembly: Google.Apis.GKEHub.v1beta.dll
Syntax
public class ClusterUpgradeGKEUpgradeFeatureState : IDirectResponseSchema

Properties

Conditions

Current conditions of the feature.

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

ETag

The ETag of the item.

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

UpgradeState

Upgrade state. It will eventually replace state.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX