Module: Google::Cloud::OsConfig::V1::ExecStepConfig::Interpreter

Defined in:
proto_docs/google/cloud/osconfig/v1/patch_jobs.rb

Overview

The interpreter used to execute the a file.

Constant Summary collapse

INTERPRETER_UNSPECIFIED =

Invalid for a Windows ExecStepConfig. For a Linux ExecStepConfig, the interpreter will be parsed from the shebang line of the script if unspecified.

0
SHELL =

Indicates that the script is run with /bin/sh on Linux and cmd on Windows.

1
POWERSHELL =

Indicates that the file is run with PowerShell flags -NonInteractive, -NoProfile, and -ExecutionPolicy Bypass.

2