MultiCloudClusterResponse

data class MultiCloudClusterResponse(val clusterMissing: Boolean, val resourceLink: String)

MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.

Constructors

Link copied to clipboard
fun MultiCloudClusterResponse(clusterMissing: Boolean, resourceLink: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If cluster_missing is set then it denotes that API(gkemulticloud.googleapis.com) resource for this GKE Multi-Cloud cluster no longer exists.

Link copied to clipboard

Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud cluster. For example: //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/awsClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/azureClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/attachedClusters/my-cluster