public sealed class GkeCluster : IMessage<GkeCluster>, IEquatable<GkeCluster>, IDeepCloneable<GkeCluster>, IBufferMessage, IMessage
Reference documentation and code samples for the GKE Hub v1beta1 API class GkeCluster.
GkeCluster contains information specific to GKE clusters.
Implements
IMessageGkeCluster, IEquatableGkeCluster, IDeepCloneableGkeCluster, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Beta1Assembly
Google.Cloud.GkeHub.V1Beta1.dll
Constructors
GkeCluster()
public GkeCluster()
GkeCluster(GkeCluster)
public GkeCluster(GkeCluster other)
Parameter | |
---|---|
Name | Description |
other |
GkeCluster |
Properties
ClusterMissing
public bool ClusterMissing { get; set; }
Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE Control Plane.
Property Value | |
---|---|
Type | Description |
bool |
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 |