public sealed class ApplianceCluster : IMessage<ApplianceCluster>, IEquatable<ApplianceCluster>, IDeepCloneable<ApplianceCluster>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class ApplianceCluster.
ApplianceCluster contains information specific to GDC Edge Appliance
Clusters.
[[["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\u003eApplianceCluster\u003c/code\u003e class, part of the GKE Hub v1beta1 API, is specifically designed to manage GDC Edge Appliance Clusters.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eApplianceCluster\u003c/code\u003e class is \u003ccode\u003e2.0.0-beta07\u003c/code\u003e, with previous versions \u003ccode\u003e2.0.0-beta06\u003c/code\u003e and \u003ccode\u003e1.0.0-beta04\u003c/code\u003e also available.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e for enhanced functionality and compatibility.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eApplianceCluster\u003c/code\u003e class includes a \u003ccode\u003eResourceLink\u003c/code\u003e property, which stores the immutable self-link of the associated GCP resource as a string.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eApplianceCluster\u003c/code\u003e has two constructors: a default parameterless constructor and one that takes an \u003ccode\u003eApplianceCluster\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# GKE Hub v1beta1 API - Class ApplianceCluster (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.ApplianceCluster)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/2.0.0-beta06/Google.Cloud.GkeHub.V1Beta1.ApplianceCluster)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/1.0.0-beta04/Google.Cloud.GkeHub.V1Beta1.ApplianceCluster) \n\n public sealed class ApplianceCluster : IMessage\u003cApplianceCluster\u003e, IEquatable\u003cApplianceCluster\u003e, IDeepCloneable\u003cApplianceCluster\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the GKE Hub v1beta1 API class ApplianceCluster.\n\nApplianceCluster contains information specific to GDC Edge Appliance\nClusters. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ApplianceCluster \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ApplianceCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.ApplianceCluster), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ApplianceCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.ApplianceCluster), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ApplianceCluster](/dotnet/docs/reference/Google.Cloud.GkeHub.V1Beta1/latest/Google.Cloud.GkeHub.V1Beta1.ApplianceCluster), [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### ApplianceCluster()\n\n public ApplianceCluster()\n\n### ApplianceCluster(ApplianceCluster)\n\n public ApplianceCluster(ApplianceCluster other)\n\nProperties\n----------\n\n### ResourceLink\n\n public string ResourceLink { get; set; }\n\nImmutable. Self-link of the GCP resource for the Appliance Cluster. For\nexample:\n\n//transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance"]]