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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `MultiCloudCluster` class in the GKE Hub v1beta1 API provides information about GKE Multi-Cloud clusters."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling features like message handling, equality comparison, and deep cloning."],["The `MultiCloudCluster` class includes properties like `ClusterMissing`, which indicates if the API resource for a GKE Multi-Cloud cluster no longer exists, and `ResourceLink`, which is a self-link to the GCP resource for the cluster."],["There are two constructor options for this class, one default and another for creating a copy from another existing instance."],["This class is part of the `Google.Cloud.GkeHub.V1Beta1` namespace and is contained within the `Google.Cloud.GkeHub.V1Beta1.dll` assembly."]]],[]]