Enum PatchJobs.PatchConfig.RebootConfig (2.58.0)

public enum PatchJobs.PatchConfig.RebootConfig extends Enum<PatchJobs.PatchConfig.RebootConfig> implements ProtocolMessageEnum

Post-patch reboot settings.

Protobuf enum google.cloud.osconfig.v1.PatchConfig.RebootConfig

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALWAYS

Always reboot the machine after the update completes.

ALWAYS = 2;

ALWAYS_VALUE

Always reboot the machine after the update completes.

ALWAYS = 2;

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.

DEFAULT = 1;

DEFAULT_VALUE

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.

DEFAULT = 1;

NEVER

Never reboot the machine after the update completes.

NEVER = 3;