Module: Google::Cloud::OsConfig::V1::PatchConfig::RebootConfig
- Defined in:
 - proto_docs/google/cloud/osconfig/v1/patch_jobs.rb
 
Overview
Post-patch reboot settings.
Constant Summary collapse
- REBOOT_CONFIG_UNSPECIFIED =
          
The default behavior is DEFAULT.
 0- DEFAULT =
          
The agent decides if a reboot is necessary by checking signals such as registry keys on Windows or
/var/run/reboot-requiredon APT based systems. On RPM based systems, a set of core system package install times are compared with system boot time. 1- ALWAYS =
          
Always reboot the machine after the update completes.
 2- NEVER =
          
Never reboot the machine after the update completes.
 3