GuestPoliciesRecipeUpdateStepArchiveExtractionArgs

data class GuestPoliciesRecipeUpdateStepArchiveExtractionArgs(val artifactId: Output<String>, val destination: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<GuestPoliciesRecipeUpdateStepArchiveExtractionArgs>

Constructors

constructor(artifactId: Output<String>, destination: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val artifactId: Output<String>

The id of the relevant artifact in the recipe.

Link copied to clipboard
val destination: Output<String>? = null

Directory to extract archive to. Defaults to / on Linux or C:\ on Windows.

Link copied to clipboard
val type: Output<String>

The type of the archive to extract. Possible values are: TAR, TAR_GZIP, TAR_BZIP, TAR_LZMA, TAR_XZ, ZIP.

Functions

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