GKE Hub v1beta1 API - Class ApplianceCluster (2.0.0-beta06)

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.

Inheritance

object > ApplianceCluster

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

ApplianceCluster()

public ApplianceCluster()

ApplianceCluster(ApplianceCluster)

public ApplianceCluster(ApplianceCluster other)
Parameter
NameDescription
otherApplianceCluster

Properties

public string ResourceLink { get; set; }

Immutable. Self-link of the GCP resource for the Appliance Cluster. For example:

//transferappliance.googleapis.com/projects/my-project/locations/us-west1-a/appliances/my-appliance

Property Value
TypeDescription
string