Class OnPremCluster
OnPremCluster contains information specific to GKE On-Prem clusters.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class OnPremCluster : IDirectResponseSchema
Properties
AdminCluster
Immutable. Whether the cluster is an admin cluster.
Declaration
[JsonProperty("adminCluster")]
public virtual bool? AdminCluster { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ClusterMissing
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.
Declaration
[JsonProperty("clusterMissing")]
public virtual bool? ClusterMissing { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ClusterType
Immutable. The on prem cluster's type.
Declaration
[JsonProperty("clusterType")]
public virtual string ClusterType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceLink
Immutable. Self-link of the Google Cloud 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
Declaration
[JsonProperty("resourceLink")]
public virtual string ResourceLink { get; set; }
Property Value
Type | Description |
---|---|
string |