Patch Config Response
data class PatchConfigResponse(val apt: AptSettingsResponse, val goo: GooSettingsResponse, val migInstancesAllowed: Boolean, val postStep: ExecStepResponse, val preStep: ExecStepResponse, val rebootConfig: String, val windowsUpdate: WindowsUpdateSettingsResponse, val yum: YumSettingsResponse, val zypper: ZypperSettingsResponse)
Patch configuration specifications. Contains details on how to apply the patch(es) to a VM instance.
Constructors
Link copied to clipboard
constructor(apt: AptSettingsResponse, goo: GooSettingsResponse, migInstancesAllowed: Boolean, postStep: ExecStepResponse, preStep: ExecStepResponse, rebootConfig: String, windowsUpdate: WindowsUpdateSettingsResponse, yum: YumSettingsResponse, zypper: ZypperSettingsResponse)
Properties
Link copied to clipboard
Apt update settings. Use this setting to override the default apt
patch rules.
Link copied to clipboard
Goo update settings. Use this setting to override the default goo
patch rules.
Link copied to clipboard
Allows the patch job to run on Managed instance groups (MIGs).
Link copied to clipboard
The ExecStep
to run after the patch update.
Link copied to clipboard
The ExecStep
to run before the patch update.
Link copied to clipboard
Post-patch reboot settings.
Link copied to clipboard
Windows update settings. Use this override the default windows patch rules.
Link copied to clipboard
Yum update settings. Use this setting to override the default yum
patch rules.
Link copied to clipboard
Zypper update settings. Use this setting to override the default zypper
patch rules.