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

public sealed class EdgeCluster : IMessage<EdgeCluster>, IEquatable<EdgeCluster>, IDeepCloneable<EdgeCluster>, IBufferMessage, IMessage

Reference documentation and code samples for the GKE Hub v1beta1 API class EdgeCluster.

EdgeCluster contains information specific to Google Edge Clusters.

Inheritance

object > EdgeCluster

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

EdgeCluster()

public EdgeCluster()

EdgeCluster(EdgeCluster)

public EdgeCluster(EdgeCluster other)
Parameter
NameDescription
otherEdgeCluster

Properties

public string ResourceLink { get; set; }

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

//edgecontainer.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster

Property Value
TypeDescription
string