Module: Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::ExecResource::Exec::Interpreter

Defined in:
proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb

Overview

The interpreter to use.

Constant Summary collapse

INTERPRETER_UNSPECIFIED =

Invalid value, the request will return validation error.

0
NONE =

If an interpreter is not specified, the source is executed directly. This execution, without an interpreter, only succeeds for executables and scripts that have shebang lines.

1
SHELL =

Indicates that the script runs with /bin/sh on Linux and cmd.exe on Windows.

2
POWERSHELL =

Indicates that the script runs with PowerShell.

3