recipes

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "vepikxbvpnreqcyp")
suspend fun recipes(argument: List<suspend GuestPoliciesRecipeArgsBuilder.() -> Unit>)
@JvmName(name = "ibvtptfqhgptdnec")
suspend fun recipes(vararg argument: suspend GuestPoliciesRecipeArgsBuilder.() -> Unit)
@JvmName(name = "vbfloibbrdvdfiaj")
suspend fun recipes(argument: suspend GuestPoliciesRecipeArgsBuilder.() -> Unit)

Parameters

argument

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