Class OnPremCluster (1.0.0-beta04)

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

OnPremCluster contains information specific to GKE On-Prem clusters.

Inheritance

Object > OnPremCluster

Namespace

Google.Cloud.GkeHub.V1Beta1

Assembly

Google.Cloud.GkeHub.V1Beta1.dll

Constructors

OnPremCluster()

public OnPremCluster()

OnPremCluster(OnPremCluster)

public OnPremCluster(OnPremCluster other)
Parameter
NameDescription
otherOnPremCluster

Properties

AdminCluster

public bool AdminCluster { get; set; }

Immutable. Whether the cluster is an admin cluster.

Property Value
TypeDescription
Boolean

ClusterMissing

public bool ClusterMissing { get; set; }

Output only. If cluster_missing is set then it denotes that API(gkeonprem.googleapis.com) resource for this GKE On-Prem cluster no longer exists.

Property Value
TypeDescription
Boolean
public string ResourceLink { get; set; }

Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For example:

//gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/bareMetalClusters/my-cluster

Property Value
TypeDescription
String