accelerators

@JvmName(name = "cwhxygifngidmxpd")
suspend fun accelerators(value: Output<List<InstanceAcceleratorArgs>>)
@JvmName(name = "ssavyglhvgniknop")
suspend fun accelerators(value: List<InstanceAcceleratorArgs>?)

Parameters

value

List of accelerators enabled for this CDF instance. If accelerators are enabled it is possible a permadiff will be created with the Options field. Users will need to either manually update their state file to include these diffed options, or include the field in a lifecycle ignore changes block. Structure is documented below.


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


@JvmName(name = "jbryqmfeetmgllfv")
suspend fun accelerators(values: List<Output<InstanceAcceleratorArgs>>)
@JvmName(name = "dymlwsdngsjkgnyl")
suspend fun accelerators(vararg values: InstanceAcceleratorArgs)

Parameters

values

List of accelerators enabled for this CDF instance. If accelerators are enabled it is possible a permadiff will be created with the Options field. Users will need to either manually update their state file to include these diffed options, or include the field in a lifecycle ignore changes block. Structure is documented below.


@JvmName(name = "qgtogsbdqmokivvl")
suspend fun accelerators(argument: List<suspend InstanceAcceleratorArgsBuilder.() -> Unit>)
@JvmName(name = "qigcckxlvbeykjmr")
suspend fun accelerators(vararg argument: suspend InstanceAcceleratorArgsBuilder.() -> Unit)
@JvmName(name = "wjabhvwewmpxinrm")
suspend fun accelerators(argument: suspend InstanceAcceleratorArgsBuilder.() -> Unit)

Parameters

argument

List of accelerators enabled for this CDF instance. If accelerators are enabled it is possible a permadiff will be created with the Options field. Users will need to either manually update their state file to include these diffed options, or include the field in a lifecycle ignore changes block. Structure is documented below.