Properties of a Step.
Package
@google-cloud/os-configProperties
archiveExtraction
archiveExtraction?: (google.cloud.osconfig.v1beta.SoftwareRecipe.Step.IExtractArchive|null);Step archiveExtraction
dpkgInstallation
dpkgInstallation?: (google.cloud.osconfig.v1beta.SoftwareRecipe.Step.IInstallDpkg|null);Step dpkgInstallation
fileCopy
fileCopy?: (google.cloud.osconfig.v1beta.SoftwareRecipe.Step.ICopyFile|null);Step fileCopy
fileExec
fileExec?: (google.cloud.osconfig.v1beta.SoftwareRecipe.Step.IExecFile|null);Step fileExec
msiInstallation
msiInstallation?: (google.cloud.osconfig.v1beta.SoftwareRecipe.Step.IInstallMsi|null);Step msiInstallation
rpmInstallation
rpmInstallation?: (google.cloud.osconfig.v1beta.SoftwareRecipe.Step.IInstallRpm|null);Step rpmInstallation
scriptRun
scriptRun?: (google.cloud.osconfig.v1beta.SoftwareRecipe.Step.IRunScript|null);Step scriptRun