AcceleratorArgs

data class AcceleratorArgs(val count: Output<String>? = null, val installGpuDrivers: Output<Boolean>? = null, val type: Output<String>? = null) : ConvertibleToJava<AcceleratorArgs>

Accelerator describes Compute Engine accelerators to be attached to the VM.

Constructors

Link copied to clipboard
fun AcceleratorArgs(count: Output<String>? = null, installGpuDrivers: Output<Boolean>? = null, type: Output<String>? = null)

Functions

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

Properties

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

The number of accelerators of this type.

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

Deprecated: please use instances0.install_gpu_drivers instead.

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

The accelerator type. For example, "nvidia-tesla-t4". See gcloud compute accelerator-types list.