InstanceGceSetupAcceleratorConfigArgs

data class InstanceGceSetupAcceleratorConfigArgs(val coreCount: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<InstanceGceSetupAcceleratorConfigArgs>

Constructors

Link copied to clipboard
constructor(coreCount: Output<String>? = null, type: Output<String>? = null)

Properties

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

Optional. Count of cores of this accelerator.

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

Optional. Type of this accelerator. Possible values are: NVIDIA_TESLA_P100, NVIDIA_TESLA_V100, NVIDIA_TESLA_P4, NVIDIA_TESLA_T4, NVIDIA_TESLA_A100, NVIDIA_A100_80GB, NVIDIA_L4, NVIDIA_TESLA_T4_VWS, NVIDIA_TESLA_P100_VWS, NVIDIA_TESLA_P4_VWS.

Functions

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