Show / Hide Table of Contents

Class ExcludedCluster

An excluded cluster from the rollout.

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

Properties

ETag

The ETag of the item.

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

Membership

Output only. The name of the fleet Membership resource associated to the excluded cluster.

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

Reason

Output only. The reason for excluding the cluster from the rollout.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX