GuestPoliciesRecipeInstallStepFileExec

data class GuestPoliciesRecipeInstallStepFileExec(val allowedExitCodes: String? = null, val args: List<String>? = null, val artifactId: String? = null, val localPath: String? = null)

Constructors

Link copied to clipboard
constructor(allowedExitCodes: String? = null, args: List<String>? = null, artifactId: String? = null, localPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of possible return values that the program can return to indicate a success. Defaults to 0.

Link copied to clipboard
val args: List<String>? = null

Arguments to be passed to the provided executable.

Link copied to clipboard
val artifactId: String? = null

The id of the relevant artifact in the recipe.

Link copied to clipboard
val localPath: String? = null

The absolute path of the file on the local filesystem.