PatchDeploymentPatchConfigPreStepLinuxExecStepConfig

data class PatchDeploymentPatchConfigPreStepLinuxExecStepConfig(val allowedSuccessCodes: List<Int>? = null, val gcsObject: PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject? = null, val interpreter: String? = null, val localPath: String? = null)

Constructors

constructor(allowedSuccessCodes: List<Int>? = null, gcsObject: PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject? = null, interpreter: String? = null, localPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

A Cloud Storage object containing the executable. Structure is documented below.

Link copied to clipboard
val interpreter: String? = null

The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with shebang lines. Possible values are: SHELL, POWERSHELL.

Link copied to clipboard
val localPath: String? = null

An absolute path to the executable on the VM.