GuestPoliciesRecipeInstallStepArchiveExtraction

data class GuestPoliciesRecipeInstallStepArchiveExtraction(val artifactId: String, val destination: String? = null, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The id of the relevant artifact in the recipe.

Link copied to clipboard
val destination: String? = null

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

Link copied to clipboard

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