public sealed class MultiCloudCluster : IMessage<MultiCloudCluster>, IEquatable<MultiCloudCluster>, IDeepCloneable<MultiCloudCluster>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The `MultiCloudCluster` class represents information specific to GKE Multi-Cloud clusters, and is located in the `Google.Cloud.GkeHub.V1Beta1` namespace."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["It is provided within three versions, where 2.0.0-beta07 is the most recent and 1.0.0-beta04 is the least, and the class has two constructors: a default constructor and one that accepts another `MultiCloudCluster` object as a parameter."],["`MultiCloudCluster` has properties like `ClusterMissing`, indicating if the API resource for the GKE Multi-Cloud cluster is missing, and `ResourceLink`, providing the immutable self-link of the GCP resource."],["The assembly containing the `MultiCloudCluster` class is in the `Google.Cloud.GkeHub.V1Beta1.dll` file."]]],[]]