OnPremClusterArgs

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
fun OnPremClusterArgs(adminCluster: Output<Boolean>? = null, clusterType: Output<OnPremClusterClusterType>? = null, resourceLink: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): OnPremClusterArgs

Properties

Link copied to clipboard
val adminCluster: Output<Boolean>? = null

Immutable. Whether the cluster is an admin cluster.

Link copied to clipboard

Immutable. The on prem cluster's type.

Link copied to clipboard
val resourceLink: Output<String>? = null

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