accelerators

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


@JvmName(name = "hlakqvnexhaatpvv")
suspend fun accelerators(values: List<Output<InstanceAcceleratorArgs>>)
@JvmName(name = "jdxcvmoejplshgae")
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 = "ijwmspmmvagklkdi")
suspend fun accelerators(argument: List<suspend InstanceAcceleratorArgsBuilder.() -> Unit>)
@JvmName(name = "vnheygsckkrmvspu")
suspend fun accelerators(vararg argument: suspend InstanceAcceleratorArgsBuilder.() -> Unit)
@JvmName(name = "gwjfwyueuxughtwl")
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.