recipes

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

Parameters

value

A list of Recipes to install on the VM instance.


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


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

Parameters

values

A list of Recipes to install on the VM instance.


@JvmName(name = "hhcmescglhvosevi")
suspend fun recipes(argument: List<suspend SoftwareRecipeArgsBuilder.() -> Unit>)
@JvmName(name = "ucslycccjjojxgxb")
suspend fun recipes(vararg argument: suspend SoftwareRecipeArgsBuilder.() -> Unit)
@JvmName(name = "pvrndiuxrupnjqwo")
suspend fun recipes(argument: suspend SoftwareRecipeArgsBuilder.() -> Unit)

Parameters

argument

A list of Recipes to install on the VM instance.