On Prem Cluster Args
data class OnPremClusterArgs(val adminCluster: Output<Boolean>? = null, val clusterType: Output<OnPremClusterClusterType>? = null, val resourceLink: Output<String>? = null) : ConvertibleToJava<OnPremClusterArgs>
OnPremCluster contains information specific to GKE On-Prem clusters.
Constructors
Link copied to clipboard
constructor(adminCluster: Output<Boolean>? = null, clusterType: Output<OnPremClusterClusterType>? = null, resourceLink: Output<String>? = null)
Properties
Link copied to clipboard
Immutable. Whether the cluster is an admin cluster.
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