rebootConfig property
Post-patch reboot settings. Possible string values are:
- "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.
Implementation
core.String? rebootConfig;