Enum PatchConfig.Types.RebootConfig (1.8.0)

public enum RebootConfig

Post-patch reboot settings.

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Fields

NameDescription
Always

Always reboot the machine after the update completes.

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.

Never

Never reboot the machine after the update completes.

Unspecified

The default behavior is DEFAULT.