Class ClusterUpgradeGKEUpgradeFeatureState
GKEUpgradeFeatureState contains feature states for GKE clusters in the scope.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.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> |