Show / Hide Table of Contents

Class ClusterUpgradeFleetState

ClusterUpgrade: The state for the fleet-level ClusterUpgrade feature.

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

Properties

DownstreamFleets

This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.

Declaration
[JsonProperty("downstreamFleets")]
public virtual IList<string> DownstreamFleets { 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

GkeState

Feature state for GKE clusters.

Declaration
[JsonProperty("gkeState")]
public virtual ClusterUpgradeGKEUpgradeFeatureState GkeState { get; set; }
Property Value
Type Description
ClusterUpgradeGKEUpgradeFeatureState

Ignored

A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel. The membership resource is in the format: projects/{p}/locations/{l}/membership/{m}.

Declaration
[JsonProperty("ignored")]
public virtual IDictionary<string, ClusterUpgradeIgnoredMembership> Ignored { get; set; }
Property Value
Type Description
IDictionary<string, ClusterUpgradeIgnoredMembership>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX