Class BoostConfig
A configuration that workstations can boost to.
Implements
Inherited Members
Namespace: Google.Apis.CloudWorkstations.v1.Data
Assembly: Google.Apis.CloudWorkstations.v1.dll
Syntax
public class BoostConfig : IDirectResponseSchema
Properties
Accelerators
Optional. A list of the type and count of accelerator cards attached to the boost instance. Defaults to
none
.
Declaration
[JsonProperty("accelerators")]
public virtual IList<Accelerator> Accelerators { get; set; }
Property Value
Type | Description |
---|---|
IList<Accelerator> |
BootDiskSizeGb
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.
Declaration
[JsonProperty("bootDiskSizeGb")]
public virtual int? BootDiskSizeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableNestedVirtualization
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: * Organization policy: projects, folders, or organizations may be restricted from creating nested VMs if the Disable VM nested virtualization constraint is enforced in the organization policy. For more information, see the Compute Engine section, Checking whether nested virtualization is allowed.
- Performance: nested VMs might experience a 10% or greater decrease in performance for workloads that are CPU-bound and possibly greater than a 10% decrease for workloads that are input/output bound. * Machine Type: nested virtualization can only be enabled on boost configurations that specify a machine_type in the N1 or N2 machine series.
Declaration
[JsonProperty("enableNestedVirtualization")]
public virtual bool? EnableNestedVirtualization { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Id
Optional. Required. The id to be used for the boost configuration.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineType
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. Defaults to e2-standard-4
.
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
Type | Description |
---|---|
string |
PoolSize
Optional. The number of boost VMs that the system should keep idle so that workstations can be boosted
quickly. Defaults to 0
.
Declaration
[JsonProperty("poolSize")]
public virtual int? PoolSize { get; set; }
Property Value
Type | Description |
---|---|
int? |