WorkstationConfigHostGceInstanceBoostConfigArgs

data class WorkstationConfigHostGceInstanceBoostConfigArgs(val accelerators: Output<List<WorkstationConfigHostGceInstanceBoostConfigAcceleratorArgs>>? = null, val id: Output<String>, val machineType: Output<String>? = null) : ConvertibleToJava<WorkstationConfigHostGceInstanceBoostConfigArgs>

Constructors

constructor(accelerators: Output<List<WorkstationConfigHostGceInstanceBoostConfigAcceleratorArgs>>? = null, id: Output<String>, machineType: Output<String>? = null)

Properties

Link copied to clipboard

An accelerator card attached to the boost instance. Structure is documented below.

Link copied to clipboard
val id: Output<String>

The id to be used for the boost config.

Link copied to clipboard
val machineType: Output<String>? = null

The type of machine that boosted VM instances will use—for example, e2-standard-4. For more information about machine types that Cloud Workstations supports, see the list of available machine types https://cloud.google.com/workstations/docs/available-machine-types. Defaults to e2-standard-4.

Functions

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