accelerators

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


@JvmName(name = "bipnbmmnnvyyrrgb")
suspend fun accelerators(values: List<Output<GkeNodePoolAcceleratorConfigArgs>>)
@JvmName(name = "plkdusakbuulwcux")
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 = "qavsheuyauuajqqa")
suspend fun accelerators(argument: List<suspend GkeNodePoolAcceleratorConfigArgsBuilder.() -> Unit>)
@JvmName(name = "ucafpdvudynsgpmt")
suspend fun accelerators(vararg argument: suspend GkeNodePoolAcceleratorConfigArgsBuilder.() -> Unit)
@JvmName(name = "jpubiaoaaupwyysh")
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.