GroupContainerGpu

data class GroupContainerGpu(val count: Int? = null, val sku: String? = null)

Constructors

Link copied to clipboard
fun GroupContainerGpu(count: Int? = null, sku: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: 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: 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.