GetEngineVersionsPlainArgs

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

A collection of arguments for invoking getEngineVersions.

Constructors

Link copied to clipboard
fun GetEngineVersionsPlainArgs(location: String? = null, project: String? = null, versionPrefix: String? = null)

Functions

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

Properties

Link copied to clipboard
val location: String? = null

The location (region or zone) to list versions for. Must exactly match the location the cluster will be deployed in, or listed versions may not be available. If location, region, and zone are not specified, the provider-level zone must be set and is used instead.

Link copied to clipboard
val project: String? = null

ID of the project to list available cluster versions for. Should match the project the cluster will be deployed to. Defaults to the project that the provider is authenticated with.

Link copied to clipboard
val versionPrefix: String? = null