installSteps

@JvmName(name = "rkdqkvvhaoiixpig")
suspend fun installSteps(value: Output<List<GuestPoliciesRecipeInstallStepArgs>>)
@JvmName(name = "dtmbdxqbswstniqk")
suspend fun installSteps(value: List<GuestPoliciesRecipeInstallStepArgs>?)

Parameters

value

Actions to be taken for installing this recipe. On failure it stops executing steps and does not attempt another installation. Any steps taken (including partially completed steps) are not rolled back. Structure is documented below.


@JvmName(name = "qpfjaiyeqvvxdmnf")
suspend fun installSteps(vararg values: Output<GuestPoliciesRecipeInstallStepArgs>)


@JvmName(name = "weyqnqpqckjysiol")
suspend fun installSteps(values: List<Output<GuestPoliciesRecipeInstallStepArgs>>)
@JvmName(name = "cukmyhukereidgti")
suspend fun installSteps(vararg values: GuestPoliciesRecipeInstallStepArgs)

Parameters

values

Actions to be taken for installing this recipe. On failure it stops executing steps and does not attempt another installation. Any steps taken (including partially completed steps) are not rolled back. Structure is documented below.


@JvmName(name = "uuvupxqghtravqfw")
suspend fun installSteps(argument: List<suspend GuestPoliciesRecipeInstallStepArgsBuilder.() -> Unit>)
@JvmName(name = "auonmddwujadqcox")
suspend fun installSteps(vararg argument: suspend GuestPoliciesRecipeInstallStepArgsBuilder.() -> Unit)
@JvmName(name = "tpcmkevayyuyocme")
suspend fun installSteps(argument: suspend GuestPoliciesRecipeInstallStepArgsBuilder.() -> Unit)

Parameters

argument

Actions to be taken for installing this recipe. On failure it stops executing steps and does not attempt another installation. Any steps taken (including partially completed steps) are not rolled back. Structure is documented below.