GetNodeTypesPlainArgs

data class GetNodeTypesPlainArgs(val project: String? = null, val zone: String? = null) : ConvertibleToJava<GetNodeTypesPlainArgs>

A collection of arguments for invoking getNodeTypes.

Constructors

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

Properties

Link copied to clipboard
val project: String? = null

ID of the project to list available node types for. Should match the project the nodes of this type will be deployed to. Defaults to the project that the provider is authenticated with.

Link copied to clipboard
val zone: String? = null

The zone to list node types for. Should be in zone of intended node groups and region of referencing node template. If zone is not specified, the provider-level zone must be set and is used instead.

Functions

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