GetCloudVmClusterPlainArgs

data class GetCloudVmClusterPlainArgs(val cloudVmClusterId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetCloudVmClusterPlainArgs>

A collection of arguments for invoking getCloudVmCluster.

Constructors

Link copied to clipboard
constructor(cloudVmClusterId: String, location: String, project: String? = null)

Properties

Link copied to clipboard

The ID of the VM Cluster.

Link copied to clipboard

The location of the resource.

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.

Functions

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