GuestPoliciesRecipeInstallStepFileExecArgs

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

Constructors

constructor(allowedExitCodes: Output<String>? = null, args: Output<List<String>>? = null, artifactId: Output<String>? = null, localPath: Output<String>? = null)

Properties

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

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

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

Arguments to be passed to the provided executable.

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

The id of the relevant artifact in the recipe.

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

The absolute path of the file on the local filesystem.

Functions

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