public enum ExecStepConfig.Types.InterpreterReference 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.V1Assembly
Google.Cloud.OsConfig.V1.dll
Fields |
|
|---|---|
| Name | Description |
Powershell |
Indicates that the file is run with PowerShell flags
|
Shell |
Indicates that the script is run with |
Unspecified |
Invalid for a Windows ExecStepConfig. For a Linux ExecStepConfig, the interpreter will be parsed from the shebang line of the script if unspecified. |