GetMachineTypesPlainArgs

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

A collection of arguments for invoking getMachineTypes.

Constructors

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

Properties

Link copied to clipboard
val filter: String? = null

A filter expression that filters machine types listed in the response.

Link copied to clipboard
val project: String? = null

Project from which to list available zones. Defaults to project declared in the provider.

Link copied to clipboard
val zone: String? = null

Zone from which to list machine types.

Functions

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