recipes

@JvmName(name = "orlebchsutfuejkt")
suspend fun recipes(value: Output<List<SoftwareRecipeArgs>>)
@JvmName(name = "ecwesujkcgxiyfbu")
suspend fun recipes(value: List<SoftwareRecipeArgs>?)

Parameters

value

A list of Recipes to install on the VM instance.


@JvmName(name = "obbxasqsivfwmkbh")
suspend fun recipes(vararg values: Output<SoftwareRecipeArgs>)


@JvmName(name = "ybqacqdgifdxpuua")
suspend fun recipes(values: List<Output<SoftwareRecipeArgs>>)
@JvmName(name = "rnxjdnwoboybnyiv")
suspend fun recipes(vararg values: SoftwareRecipeArgs)

Parameters

values

A list of Recipes to install on the VM instance.


@JvmName(name = "wcevmbiwyuagpeaj")
suspend fun recipes(argument: List<suspend SoftwareRecipeArgsBuilder.() -> Unit>)
@JvmName(name = "btidwhxyutabgcfo")
suspend fun recipes(vararg argument: suspend SoftwareRecipeArgsBuilder.() -> Unit)
@JvmName(name = "eugvesymqvfvtlah")
suspend fun recipes(argument: suspend SoftwareRecipeArgsBuilder.() -> Unit)

Parameters

argument

A list of Recipes to install on the VM instance.