Google Cloud OS Config v1 API - Enum ExecStepConfig.Types.Interpreter (2.3.0)

public enum ExecStepConfig.Types.Interpreter

Reference documentation and code samples for the Google Cloud OS Config v1 API enum ExecStepConfig.Types.Interpreter.

The interpreter used to execute the a file.

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Fields

NameDescription
Powershell

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

Shell

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

Unspecified

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