Class BoostConfig (0.8.1)

BoostConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A boost configuration is a set of resources that a workstation can use to increase its performance. If you specify a boost configuration, upon startup, workstation users can choose to use a VM provisioned under the boost config by passing the boost config ID in the start request. If the workstation user does not provide a boost config ID in the start request, the system will choose a VM from the pool provisioned under the default config.

Attributes

Name Description
id str
Required. The ID to be used for the boost configuration.
machine_type str
Optional. 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
accelerators MutableSequence[google.cloud.workstations_v1.types.WorkstationConfig.Host.GceInstance.Accelerator]
Optional. A list of the type and count of accelerator cards attached to the boost instance. Defaults to none.
boot_disk_size_gb int
Optional. The size of the boot disk for the VM in gigabytes (GB). The minimum boot disk size is 30 GB. Defaults to 50 GB.
enable_nested_virtualization bool
Optional. Whether to enable nested virtualization on boosted Cloud Workstations VMs running using this boost configuration. Defaults to false. Nested virtualization lets you run virtual machine (VM) instances inside your workstation. Before enabling nested virtualization, consider the following important considerations. Cloud Workstations instances are subject to the `same restrictions as Compute Engine instances
pool_size int
Optional. The number of boost VMs that the system should keep idle so that workstations can be boosted quickly. Defaults to 0.