GoogleApi.OSConfig.V1.Model.PatchConfig (google_api_os_config v0.16.0) View Source
Patch configuration specifications. Contains details on how to apply the patch(es) to a VM instance.
Attributes
-
apt(type:GoogleApi.OSConfig.V1.Model.AptSettings.t, default:nil) - Apt update settings. Use this setting to override the defaultaptpatch rules. -
goo(type:GoogleApi.OSConfig.V1.Model.GooSettings.t, default:nil) - Goo update settings. Use this setting to override the defaultgoopatch rules. -
postStep(type:GoogleApi.OSConfig.V1.Model.ExecStep.t, default:nil) - TheExecStepto run after the patch update. -
preStep(type:GoogleApi.OSConfig.V1.Model.ExecStep.t, default:nil) - TheExecStepto 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 defaultyumpatch rules. -
zypper(type:GoogleApi.OSConfig.V1.Model.ZypperSettings.t, default:nil) - Zypper update settings. Use this setting to override the defaultzypperpatch rules.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OSConfig.V1.Model.PatchConfig{
apt: GoogleApi.OSConfig.V1.Model.AptSettings.t() | nil,
goo: GoogleApi.OSConfig.V1.Model.GooSettings.t() | nil,
postStep: GoogleApi.OSConfig.V1.Model.ExecStep.t() | nil,
preStep: GoogleApi.OSConfig.V1.Model.ExecStep.t() | nil,
rebootConfig: String.t() | nil,
windowsUpdate: GoogleApi.OSConfig.V1.Model.WindowsUpdateSettings.t() | nil,
yum: GoogleApi.OSConfig.V1.Model.YumSettings.t() | nil,
zypper: GoogleApi.OSConfig.V1.Model.ZypperSettings.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.