recipes

@JvmName(name = "moqspgffptrealey")
suspend fun recipes(value: Output<List<GuestPoliciesRecipeArgs>>)
@JvmName(name = "qvkkwclleatxlcof")
suspend fun recipes(value: List<GuestPoliciesRecipeArgs>?)

Parameters

value

A list of Recipes to install on the VM instance. Structure is documented below.


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


@JvmName(name = "yqunnyvxfslupght")
suspend fun recipes(values: List<Output<GuestPoliciesRecipeArgs>>)
@JvmName(name = "cijcwjxyigfteosr")
suspend fun recipes(vararg values: GuestPoliciesRecipeArgs)

Parameters

values

A list of Recipes to install on the VM instance. Structure is documented below.


@JvmName(name = "arvfmutlplgebnog")
suspend fun recipes(argument: List<suspend GuestPoliciesRecipeArgsBuilder.() -> Unit>)
@JvmName(name = "lpxfkqtalgmqaeok")
suspend fun recipes(vararg argument: suspend GuestPoliciesRecipeArgsBuilder.() -> Unit)
@JvmName(name = "ueqmadnnbinplxmj")
suspend fun recipes(argument: suspend GuestPoliciesRecipeArgsBuilder.() -> Unit)

Parameters

argument

A list of Recipes to install on the VM instance. Structure is documented below.