NodeTemplateAcceleratorArgs

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

Constructors

Link copied to clipboard
constructor(acceleratorCount: Output<Int>? = null, acceleratorType: Output<String>? = null)

Properties

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

The number of the guest accelerator cards exposed to this node template.

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

Full or partial URL of the accelerator type resource to expose to this node template.

Functions

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