getMachineTypes

Provides access to available Google Compute machine types in a zone for a given project. See more about machine type availability in the upstream docs. To get more information about machine types, see:

Example Usage

Return

A collection of values returned by getMachineTypes.

Parameters

argument

A collection of arguments for invoking getMachineTypes.


suspend fun getMachineTypes(filter: String? = null, project: String? = null, zone: String? = null): GetMachineTypesResult

Return

A collection of values returned by getMachineTypes.

Parameters

filter

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

project

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

zone

Zone from which to list machine types.

See also


Return

A collection of values returned by getMachineTypes.

Parameters

argument

Builder for com.pulumi.gcp.compute.kotlin.inputs.GetMachineTypesPlainArgs.

See also