[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the GkeCluster API class is 2.5.0, with multiple earlier versions available for reference, ranging back to version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe GkeCluster class is part of the Google.Cloud.GkeHub.V1 namespace and is used to represent information about GKE clusters within the GKE Hub v1 API.\u003c/p\u003e\n"],["\u003cp\u003eGkeCluster implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the base object class.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties such as ClusterMissing, which indicates if the GKE cluster is no longer present, and ResourceLink, which holds the immutable self-link to the Google Cloud resource for the cluster.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for GkeCluster, one default and one that takes another GkeCluster object as a parameter for copying.\u003c/p\u003e\n"]]],[],null,["# GKE Hub v1 API - Class GkeCluster (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.GkeCluster)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.4.0/Google.Cloud.GkeHub.V1.GkeCluster)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.3.0/Google.Cloud.GkeHub.V1.GkeCluster)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.2.0/Google.Cloud.GkeHub.V1.GkeCluster)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.1.0/Google.Cloud.GkeHub.V1.GkeCluster)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/2.0.0/Google.Cloud.GkeHub.V1.GkeCluster)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.2.0/Google.Cloud.GkeHub.V1.GkeCluster)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.1.0/Google.Cloud.GkeHub.V1.GkeCluster)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/1.0.0/Google.Cloud.GkeHub.V1.GkeCluster) \n\n public sealed class GkeCluster : IMessage\u003cGkeCluster\u003e, IEquatable\u003cGkeCluster\u003e, IDeepCloneable\u003cGkeCluster\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the GKE Hub v1 API class GkeCluster.\n\nGkeCluster contains information specific to GKE clusters. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GkeCluster \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GkeCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.GkeCluster), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GkeCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.GkeCluster), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GkeCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1.GkeCluster), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.GkeHub.V1](/dotnet/docs/reference/Google.Cloud.GkeHub.V1/latest/Google.Cloud.GkeHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeHub.V1.dll\n\nConstructors\n------------\n\n### GkeCluster()\n\n public GkeCluster()\n\n### GkeCluster(GkeCluster)\n\n public GkeCluster(GkeCluster other)\n\nProperties\n----------\n\n### ClusterMissing\n\n public bool ClusterMissing { get; set; }\n\nOutput only. If cluster_missing is set then it denotes that the GKE cluster\nno longer exists in the GKE Control Plane.\n\n### ResourceLink\n\n public string ResourceLink { get; set; }\n\nImmutable. Self-link of the Google Cloud resource for the GKE cluster. For\nexample:\n\n//container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster\n\nZonal clusters are also supported."]]