Class RebootConfig (1.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
RebootConfig(value)
Post-patch reboot settings.
Enums
Name
Description
REBOOT_CONFIG_UNSPECIFIED
The default behavior is DEFAULT.
DEFAULT
The agent decides if a reboot is necessary by checking signals such as registry keys on Windows or `/var/run/reboot-required` on APT based systems. On RPM based systems, a set of core system package install times are compared with system boot time.
ALWAYS
Always reboot the machine after the update completes.
NEVER
Never reboot the machine after the update completes.