On Prem Cluster Response
data class OnPremClusterResponse(val adminCluster: Boolean, val clusterMissing: Boolean, val clusterType: String, val resourceLink: String)
OnPremCluster contains information specific to GKE On-Prem clusters.
Properties
Link copied to clipboard
Immutable. Whether the cluster is an admin cluster.
Link copied to clipboard
If cluster_missing is set then it denotes that API(gkeonprem.googleapis.com) resource for this GKE On-Prem cluster no longer exists.
Link copied to clipboard
Immutable. The on prem cluster's type.
Link copied to clipboard
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