OnPremClusterResponse

data class OnPremClusterResponse(val adminCluster: Boolean, val clusterMissing: Boolean, val clusterType: String, val resourceLink: String)

OnPremCluster contains information specific to GKE On-Prem clusters.

Constructors

Link copied to clipboard
fun OnPremClusterResponse(adminCluster: Boolean, clusterMissing: Boolean, clusterType: String, resourceLink: String)

Types

Link copied to clipboard
object Companion

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 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