GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfigArgs

data class GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfigArgs(val acceleratorCount: Output<String>? = null, val acceleratorType: Output<String>? = null) : ConvertibleToJava<GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfigArgs>

AcceleratorConfig defines the accelerator cards to attach to the VM.

Constructors

fun GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfigArgs(acceleratorCount: Output<String>? = null, acceleratorType: Output<String>? = null)

Functions

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

Properties

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

The number of guest accelerator cards exposed to each VM.

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

The type of accelerator to attach to each VM, e.g. "nvidia-tesla-k80" for nVidia Tesla K80.