public sealed class GkeCluster : IMessage<GkeCluster>, IEquatable<GkeCluster>, IDeepCloneable<GkeCluster>, IBufferMessage, IMessage
GkeCluster contains information specific to GKE clusters.
Implements
IMessage<GkeCluster>, IEquatable<GkeCluster>, IDeepCloneable<GkeCluster>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
GkeCluster()
public GkeCluster()
GkeCluster(GkeCluster)
public GkeCluster(GkeCluster other)
Parameter | |
---|---|
Name | Description |
other | GkeCluster |
Properties
ResourceLink
public string ResourceLink { get; set; }
Immutable. Self-link of the GCP resource for the GKE cluster. For example:
//container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster
Zonal clusters are also supported.
Property Value | |
---|---|
Type | Description |
String |