Interface protos.google.cloud.osconfig.v1beta.SoftwareRecipe.Step.IRunScript (4.1.0)

Properties of a RunScript.

Package

@google-cloud/os-config

Properties

allowedExitCodes

allowedExitCodes?: (number[]|null);

RunScript allowedExitCodes

interpreter

interpreter?: (google.cloud.osconfig.v1beta.SoftwareRecipe.Step.RunScript.Interpreter|keyof typeof google.cloud.osconfig.v1beta.SoftwareRecipe.Step.RunScript.Interpreter|null);

RunScript interpreter

script

script?: (string|null);

RunScript script