Show / Hide Table of Contents

Class GkeCluster

GkeCluster contains information specific to GKE clusters.

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

Properties

ClusterMissing

Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE Control Plane.

Declaration
[JsonProperty("clusterMissing")]
public virtual bool? ClusterMissing { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

ResourceLink

Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example: //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal clusters are also supported.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX