accelerators

@JvmName(name = "ajsypphsqhxhghsl")
suspend fun accelerators(value: Output<List<InstanceAcceleratorArgs>>)
@JvmName(name = "ntnffkenltvrcjch")
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 = "tgjxlmhjxicvqfpu")
suspend fun accelerators(vararg values: Output<InstanceAcceleratorArgs>)


@JvmName(name = "jnxdugkovyinhogy")
suspend fun accelerators(values: List<Output<InstanceAcceleratorArgs>>)
@JvmName(name = "rkylcgyivsksweku")
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 = "nwfhmhjsjkfynoio")
suspend fun accelerators(argument: List<suspend InstanceAcceleratorArgsBuilder.() -> Unit>)
@JvmName(name = "ugyfutgsvsvmcugy")
suspend fun accelerators(vararg argument: suspend InstanceAcceleratorArgsBuilder.() -> Unit)
@JvmName(name = "xjoyhoihwrpqhoix")
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.