Patch configuration specifications. Contains details on how to apply the patch(es) to a VM instance.
-
apt
(type:GoogleApi.OSConfig.V1.Model.AptSettings.t
, default:nil
) - Apt update settings. Use this setting to override the defaultapt
patch rules. -
goo
(type:GoogleApi.OSConfig.V1.Model.GooSettings.t
, default:nil
) - Goo update settings. Use this setting to override the defaultgoo
patch rules. -
postStep
(type:GoogleApi.OSConfig.V1.Model.ExecStep.t
, default:nil
) - TheExecStep
to run after the patch update. -
preStep
(type:GoogleApi.OSConfig.V1.Model.ExecStep.t
, default:nil
) - TheExecStep
to run before the patch update. -
rebootConfig
(type:String.t
, default:nil
) - Post-patch reboot settings. -
windowsUpdate
(type:GoogleApi.OSConfig.V1.Model.WindowsUpdateSettings.t
, default:nil
) - Windows update settings. Use this override the default windows patch rules. -
yum
(type:GoogleApi.OSConfig.V1.Model.YumSettings.t
, default:nil
) - Yum update settings. Use this setting to override the defaultyum
patch rules. -
zypper
(type:GoogleApi.OSConfig.V1.Model.ZypperSettings.t
, default:nil
) - Zypper update settings. Use this setting to override the defaultzypper
patch rules.
Specs
t() :: %GoogleApi.OSConfig.V1.Model.PatchConfig{ apt: GoogleApi.OSConfig.V1.Model.AptSettings.t(), goo: GoogleApi.OSConfig.V1.Model.GooSettings.t(), postStep: GoogleApi.OSConfig.V1.Model.ExecStep.t(), preStep: GoogleApi.OSConfig.V1.Model.ExecStep.t(), rebootConfig: String.t(), windowsUpdate: GoogleApi.OSConfig.V1.Model.WindowsUpdateSettings.t(), yum: GoogleApi.OSConfig.V1.Model.YumSettings.t(), zypper: GoogleApi.OSConfig.V1.Model.ZypperSettings.t() }