GroupContainerGpuArgs

data class GroupContainerGpuArgs(val count: Output<Int>? = null, val sku: Output<String>? = null) : ConvertibleToJava<GroupContainerGpuArgs>

Constructors

Link copied to clipboard
fun GroupContainerGpuArgs(count: Output<Int>? = null, sku: Output<String>? = null)

Functions

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

Properties

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

The number of GPUs which should be assigned to this container. Allowed values are 1, 2, or 4. Changing this forces a new resource to be created.

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

The SKU which should be used for the GPU. Possible values are K80, P100, or V100. Changing this forces a new resource to be created.