WorkstationConfigHostGceInstanceBoostConfig

data class WorkstationConfigHostGceInstanceBoostConfig(val accelerators: List<WorkstationConfigHostGceInstanceBoostConfigAccelerator>? = null, val id: String, val machineType: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String

The id to be used for the boost config.

Link copied to clipboard
val machineType: 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.