Interface protos.google.cloud.osconfig.v1.IExecStepConfig (1.8.0)

Properties of an ExecStepConfig.

Package

@google-cloud/os-config!

Properties

allowedSuccessCodes

allowedSuccessCodes?: (number[]|null);

ExecStepConfig allowedSuccessCodes

Property Value
TypeDescription
(number[]|null)

gcsObject

gcsObject?: (google.cloud.osconfig.v1.IGcsObject|null);

ExecStepConfig gcsObject

Property Value
TypeDescription
(google.cloud.osconfig.v1.IGcsObject|null)

interpreter

interpreter?: (google.cloud.osconfig.v1.ExecStepConfig.Interpreter|keyof typeof google.cloud.osconfig.v1.ExecStepConfig.Interpreter|null);

ExecStepConfig interpreter

Property Value
TypeDescription
(google.cloud.osconfig.v1.ExecStepConfig.Interpreter|keyof typeof google.cloud.osconfig.v1.ExecStepConfig.Interpreter|null)

localPath

localPath?: (string|null);

ExecStepConfig localPath

Property Value
TypeDescription
(string|null)