Properties of a PatchConfig.
Package
@google-cloud/os-configProperties
apt
apt?: (google.cloud.osconfig.v1.IAptSettings|null);
PatchConfig apt
goo
goo?: (google.cloud.osconfig.v1.IGooSettings|null);
PatchConfig goo
migInstancesAllowed
migInstancesAllowed?: (boolean|null);
PatchConfig migInstancesAllowed
postStep
postStep?: (google.cloud.osconfig.v1.IExecStep|null);
PatchConfig postStep
preStep
preStep?: (google.cloud.osconfig.v1.IExecStep|null);
PatchConfig preStep
rebootConfig
rebootConfig?: (google.cloud.osconfig.v1.PatchConfig.RebootConfig|keyof typeof google.cloud.osconfig.v1.PatchConfig.RebootConfig|null);
PatchConfig rebootConfig
windowsUpdate
windowsUpdate?: (google.cloud.osconfig.v1.IWindowsUpdateSettings|null);
PatchConfig windowsUpdate
yum
yum?: (google.cloud.osconfig.v1.IYumSettings|null);
PatchConfig yum
zypper
zypper?: (google.cloud.osconfig.v1.IZypperSettings|null);
PatchConfig zypper