GetAttachedInstallManifestPlainArgs

data class GetAttachedInstallManifestPlainArgs(val clusterId: String, val location: String, val platformVersion: String, val project: String) : ConvertibleToJava<GetAttachedInstallManifestPlainArgs>

A collection of arguments for invoking getAttachedInstallManifest.

Constructors

Link copied to clipboard
constructor(clusterId: String, location: String, platformVersion: String, project: String)

Properties

Link copied to clipboard

The name that will be used when creating the attached cluster resource.

Link copied to clipboard

The location to list versions for.

Link copied to clipboard

The platform version for the cluster. A list of valid values can be retrieved using the gcp.container.getAttachedVersions data source.

Link copied to clipboard

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

Functions

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