GuestPoliciesRecipeInstallStepDpkgInstallationArgs

data class GuestPoliciesRecipeInstallStepDpkgInstallationArgs(val artifactId: Output<String>) : ConvertibleToJava<GuestPoliciesRecipeInstallStepDpkgInstallationArgs>

Constructors

constructor(artifactId: Output<String>)

Properties

Link copied to clipboard
val artifactId: Output<String>

The id of the relevant artifact in the recipe.

Functions

Link copied to clipboard
open override fun toJava(): GuestPoliciesRecipeInstallStepDpkgInstallationArgs