GetClusterPlainArgs

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

A collection of arguments for invoking getCluster.

Constructors

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

Properties

Link copied to clipboard
val location: String? = null

The location (zone or region) this cluster has been created in. One of location, region, zone, or a provider-level zone must be specified.

Link copied to clipboard

The name of the cluster.

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(): GetClusterPlainArgs