Google Cloud OS Config v1 API - Enum PatchConfig.Types.RebootConfig (2.1.0)

Stay organized with collections Save and categorize content based on your preferences.
public enum RebootConfig

Reference documentation and code samples for the Google Cloud OS Config v1 API enum PatchConfig.Types.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.