WorkstationConfigHostGceInstanceArgs

data class WorkstationConfigHostGceInstanceArgs(val accelerators: Output<List<WorkstationConfigHostGceInstanceAcceleratorArgs>>? = null, val bootDiskSizeGb: Output<Int>? = null, val confidentialInstanceConfig: Output<WorkstationConfigHostGceInstanceConfidentialInstanceConfigArgs>? = null, val disablePublicIpAddresses: Output<Boolean>? = null, val enableNestedVirtualization: Output<Boolean>? = null, val machineType: Output<String>? = null, val poolSize: Output<Int>? = null, val serviceAccount: Output<String>? = null, val shieldedInstanceConfig: Output<WorkstationConfigHostGceInstanceShieldedInstanceConfigArgs>? = null, val tags: Output<List<String>>? = null) : ConvertibleToJava<WorkstationConfigHostGceInstanceArgs>

Constructors

Link copied to clipboard
constructor(accelerators: Output<List<WorkstationConfigHostGceInstanceAcceleratorArgs>>? = null, bootDiskSizeGb: Output<Int>? = null, confidentialInstanceConfig: Output<WorkstationConfigHostGceInstanceConfidentialInstanceConfigArgs>? = null, disablePublicIpAddresses: Output<Boolean>? = null, enableNestedVirtualization: Output<Boolean>? = null, machineType: Output<String>? = null, poolSize: Output<Int>? = null, serviceAccount: Output<String>? = null, shieldedInstanceConfig: Output<WorkstationConfigHostGceInstanceShieldedInstanceConfigArgs>? = null, tags: Output<List<String>>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val bootDiskSizeGb: Output<Int>? = null

Size of the boot disk in GB.

Link copied to clipboard

A set of Compute Engine Confidential VM instance options. Structure is documented below.

Link copied to clipboard
val disablePublicIpAddresses: Output<Boolean>? = null

Whether instances have no public IP address.

Link copied to clipboard
val enableNestedVirtualization: Output<Boolean>? = null

Whether to enable nested virtualization on the Compute Engine VMs backing the Workstations. See https://cloud.google.com/workstations/docs/reference/rest/v1beta/projects.locations.workstationClusters.workstationConfigs#GceInstance.FIELDS.enable_nested_virtualization

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

The name of a Compute Engine machine type.

Link copied to clipboard
val poolSize: Output<Int>? = null

Number of instances to pool for faster workstation startup.

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

Email address of the service account that will be used on VM instances used to support this config. This service account must have permission to pull the specified container image. If not set, VMs will run without a service account, in which case the image must be publicly accessible.

Link copied to clipboard

A set of Compute Engine Shielded instance options. Structure is documented below.

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

Network tags to add to the Compute Engine machines backing the Workstations.

Functions

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