ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs

data class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs(val acceleratorCount: Output<Int>, val acceleratorType: Output<String>) : ConvertibleToJava<ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs>

Constructors

constructor(acceleratorCount: Output<Int>, acceleratorType: Output<String>)

Properties

Link copied to clipboard
val acceleratorCount: Output<Int>

The number of the accelerator cards of this type exposed to this instance. Often restricted to one of 1, 2, 4, or 8.

Link copied to clipboard
val acceleratorType: Output<String>

The short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.

Functions

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