recipes

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

Parameters

value

A list of Recipes to install on the VM instance.


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


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

Parameters

values

A list of Recipes to install on the VM instance.


@JvmName(name = "reshiyouvtdcqced")
suspend fun recipes(argument: List<suspend GuestPoliciesRecipeArgsBuilder.() -> Unit>)
@JvmName(name = "lawjxmiunnjslcil")
suspend fun recipes(vararg argument: suspend GuestPoliciesRecipeArgsBuilder.() -> Unit)
@JvmName(name = "oyyfxsryokmngjig")
suspend fun recipes(argument: suspend GuestPoliciesRecipeArgsBuilder.() -> Unit)

Parameters

argument

A list of Recipes to install on the VM instance.