addOns

@JvmName(name = "qykwtrklsqbqxovy")
suspend fun addOns(value: Output<List<InstanceAddOnArgs>>)
@JvmName(name = "xrhdduqttgsweqqm")
suspend fun addOns(value: List<InstanceAddOnArgs>?)

Parameters

value

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


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


@JvmName(name = "wxpcyomwbaemjyjj")
suspend fun addOns(values: List<Output<InstanceAddOnArgs>>)
@JvmName(name = "sesvhtgtmyucscau")
suspend fun addOns(vararg values: InstanceAddOnArgs)

Parameters

values

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


@JvmName(name = "uqrbofandhktqtkl")
suspend fun addOns(argument: List<suspend InstanceAddOnArgsBuilder.() -> Unit>)
@JvmName(name = "urlmstudigiwlxyf")
suspend fun addOns(vararg argument: suspend InstanceAddOnArgsBuilder.() -> Unit)
@JvmName(name = "caueyblegietlrnd")
suspend fun addOns(argument: suspend InstanceAddOnArgsBuilder.() -> Unit)

Parameters

argument

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