Workstation Config Host Gce Instance Boost Config Args
data class WorkstationConfigHostGceInstanceBoostConfigArgs(val accelerators: Output<List<WorkstationConfigHostGceInstanceBoostConfigAcceleratorArgs>>? = null, val id: Output<String>, val machineType: Output<String>? = null) : ConvertibleToJava<WorkstationConfigHostGceInstanceBoostConfigArgs>
Constructors
Link copied to clipboard
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
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.