addOns

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "guiawvsghlhijuif")
suspend fun addOns(argument: List<suspend AddOnArgsBuilder.() -> Unit>)
@JvmName(name = "erxculolntofdcdp")
suspend fun addOns(vararg argument: suspend AddOnArgsBuilder.() -> Unit)
@JvmName(name = "qswrstpwpkmtnlnw")
suspend fun addOns(argument: suspend AddOnArgsBuilder.() -> Unit)

Parameters

argument

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