accelerators

@JvmName(name = "ednunircwucnsenm")
suspend fun accelerators(value: Output<List<GkeNodePoolAcceleratorConfigArgs>>)
@JvmName(name = "qypmgrxqsktxpucm")
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 = "iniodbvahscktysj")
suspend fun accelerators(vararg values: Output<GkeNodePoolAcceleratorConfigArgs>)


@JvmName(name = "jgenqmdayxhtoohf")
suspend fun accelerators(values: List<Output<GkeNodePoolAcceleratorConfigArgs>>)
@JvmName(name = "nihqjcjbdqsamhrp")
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 = "ignjfjmbujvnifbn")
suspend fun accelerators(argument: List<suspend GkeNodePoolAcceleratorConfigArgsBuilder.() -> Unit>)
@JvmName(name = "ucmofebirdyhuqxo")
suspend fun accelerators(vararg argument: suspend GkeNodePoolAcceleratorConfigArgsBuilder.() -> Unit)
@JvmName(name = "xadrwgxwptrmujmg")
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.