accelerators

@JvmName(name = "prcclfehgkiaajbs")
suspend fun accelerators(value: Output<List<GkeNodePoolAcceleratorConfigArgs>>)
@JvmName(name = "rweayuanugvgcsni")
suspend fun accelerators(value: List<GkeNodePoolAcceleratorConfigArgs>?)

Parameters

value

Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.


@JvmName(name = "tqtxqhrwrdnjjwuf")
suspend fun accelerators(vararg values: Output<GkeNodePoolAcceleratorConfigArgs>)


@JvmName(name = "wkakdllotoxptduc")
suspend fun accelerators(values: List<Output<GkeNodePoolAcceleratorConfigArgs>>)
@JvmName(name = "lukfeeyxcttiiahq")
suspend fun accelerators(vararg values: GkeNodePoolAcceleratorConfigArgs)

Parameters

values

Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.


@JvmName(name = "llmpmceglijpiuio")
suspend fun accelerators(argument: List<suspend GkeNodePoolAcceleratorConfigArgsBuilder.() -> Unit>)
@JvmName(name = "yxiawedngrdbxwlm")
suspend fun accelerators(vararg argument: suspend GkeNodePoolAcceleratorConfigArgsBuilder.() -> Unit)
@JvmName(name = "salkhnqisallhbkv")
suspend fun accelerators(argument: suspend GkeNodePoolAcceleratorConfigArgsBuilder.() -> Unit)

Parameters

argument

Optional. A list of hardware accelerators (https://cloud.google.com/compute/docs/gpus) to attach to each node.