addOns

@JvmName(name = "yefvlhcvuvrsxbdb")
suspend fun addOns(value: Output<List<AddOnArgs>>)
@JvmName(name = "ptmeawtscykumabr")
suspend fun addOns(value: List<AddOnArgs>?)

Parameters

value

An array of objects representing the add-ons to enable for the new instance.


@JvmName(name = "wmhssrgvbxtdduws")
suspend fun addOns(vararg values: Output<AddOnArgs>)


@JvmName(name = "ykodhwjdgtusiimx")
suspend fun addOns(values: List<Output<AddOnArgs>>)
@JvmName(name = "hujkrnsnbbwvsuda")
suspend fun addOns(vararg values: AddOnArgs)

Parameters

values

An array of objects representing the add-ons to enable for the new instance.


@JvmName(name = "pbeaspiwywvitifc")
suspend fun addOns(argument: List<suspend AddOnArgsBuilder.() -> Unit>)
@JvmName(name = "sgkyociveldiwbwc")
suspend fun addOns(vararg argument: suspend AddOnArgsBuilder.() -> Unit)
@JvmName(name = "pbstsxokjrouypan")
suspend fun addOns(argument: suspend AddOnArgsBuilder.() -> Unit)

Parameters

argument

An array of objects representing the add-ons to enable for the new instance.