WorkstationConfigHostGceInstanceArgs

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

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

A list of the boost configurations that workstations created using this workstation configuration are allowed to use. 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 disableSsh: Output<Boolean>? = null

Whether to disable SSH access to the VM.

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
val serviceAccountScopes: Output<List<String>>? = null

Scopes to grant to the service_account. Various scopes are automatically added based on feature usage. When specified, users of workstations under this configuration must have iam.serviceAccounts.actAs on the service account.

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.

Link copied to clipboard
val vmTags: Output<Map<String, String>>? = null

Resource manager tags to be bound to the VM instances backing the Workstations. Tag keys and values have the same definition as https://cloud.google.com/resource-manager/docs/tags/tags-overview Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.

Functions

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