Show / Hide Table of Contents

Class Stage

Rollout stage.

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

Properties

ClusterSelector

Optional. Filter members of fleets (above) to a subset of clusters. If not specified, all clusters in the fleets are selected.

Declaration
[JsonProperty("clusterSelector")]
public virtual ClusterSelector ClusterSelector { get; set; }
Property Value
Type Description
ClusterSelector

ETag

The ETag of the item.

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

FleetProjects

Required. List of Fleet projects to select the clusters from. Expected format: projects/{project}

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

SoakDuration

Optional. Soak time after upgrading all the clusters in the stage.

Declaration
[JsonProperty("soakDuration")]
public virtual object SoakDuration { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX