public sealed class MultiCloudCluster : IMessage<MultiCloudCluster>, IEquatable<MultiCloudCluster>, IDeepCloneable<MultiCloudCluster>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class MultiCloudCluster.
MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.
Output only. If cluster_missing is set then it denotes that
API(gkemulticloud.googleapis.com) resource for this GKE Multi-Cloud cluster
no longer exists.
[[["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 \u003ccode\u003eMultiCloudCluster\u003c/code\u003e class in the GKE Hub v1beta1 API provides information about GKE Multi-Cloud clusters.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling features like message handling, equality comparison, and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMultiCloudCluster\u003c/code\u003e class includes properties like \u003ccode\u003eClusterMissing\u003c/code\u003e, which indicates if the API resource for a GKE Multi-Cloud cluster no longer exists, and \u003ccode\u003eResourceLink\u003c/code\u003e, which is a self-link to the GCP resource for the cluster.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor options for this class, one default and another for creating a copy from another existing instance.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.GkeHub.V1Beta1\u003c/code\u003e namespace and is contained within the \u003ccode\u003eGoogle.Cloud.GkeHub.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# GKE Hub v1beta1 API - Class MultiCloudCluster (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.MultiCloudCluster)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/2.0.0-beta06/Google.Cloud.GkeHub.V1Beta1.MultiCloudCluster)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/1.0.0-beta04/Google.Cloud.GkeHub.V1Beta1.MultiCloudCluster) \n\n public sealed class MultiCloudCluster : IMessage\u003cMultiCloudCluster\u003e, IEquatable\u003cMultiCloudCluster\u003e, IDeepCloneable\u003cMultiCloudCluster\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the GKE Hub v1beta1 API class MultiCloudCluster.\n\nMultiCloudCluster contains information specific to GKE Multi-Cloud clusters. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e MultiCloudCluster \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[MultiCloudCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.MultiCloudCluster), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[MultiCloudCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.MultiCloudCluster), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[MultiCloudCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.MultiCloudCluster), [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.V1Beta1](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.GkeHub.V1Beta1.dll\n\nConstructors\n------------\n\n### MultiCloudCluster()\n\n public MultiCloudCluster()\n\n### MultiCloudCluster(MultiCloudCluster)\n\n public MultiCloudCluster(MultiCloudCluster 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\nAPI(gkemulticloud.googleapis.com) resource for this GKE Multi-Cloud cluster\nno longer exists.\n\n### ResourceLink\n\n public string ResourceLink { get; set; }\n\nImmutable. Self-link of the GCP resource for the GKE Multi-Cloud cluster.\nFor example:\n\n//gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster\n//gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-cluster\n//gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/attachedClusters/my-cluster"]]