GetCloudVmClustersResult

data class GetCloudVmClustersResult(val cloudVmClusters: List<GetCloudVmClustersCloudVmCluster>, val id: String, val location: String, val project: String? = null)

A collection of values returned by getCloudVmClusters.

Constructors

Link copied to clipboard
constructor(cloudVmClusters: List<GetCloudVmClustersCloudVmCluster>, id: String, location: String, project: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val project: String? = null