Module: Google::Cloud::OsConfig::V1::Instance::PatchState
- Defined in:
 - proto_docs/google/cloud/osconfig/v1/patch_jobs.rb
 
Overview
Patch state of an instance.
Constant Summary collapse
- PATCH_STATE_UNSPECIFIED =
          
Unspecified.
 0- PENDING =
          
The instance is not yet notified.
 1- INACTIVE =
          
Instance is inactive and cannot be patched.
 2- NOTIFIED =
          
The instance is notified that it should be patched.
 3- STARTED =
          
The instance has started the patching process.
 4- DOWNLOADING_PATCHES =
          
The instance is downloading patches.
 5- APPLYING_PATCHES =
          
The instance is applying patches.
 6- REBOOTING =
          
The instance is rebooting.
 7- SUCCEEDED =
          
The instance has completed applying patches.
 8- SUCCEEDED_REBOOT_REQUIRED =
          
The instance has completed applying patches but a reboot is required.
 9- FAILED =
          
The instance has failed to apply the patch.
 10- ACKED =
          
The instance acked the notification and will start shortly.
 11- TIMED_OUT =
          
The instance exceeded the time out while applying the patch.
 12- RUNNING_PRE_PATCH_STEP =
          
The instance is running the pre-patch step.
 13- RUNNING_POST_PATCH_STEP =
          
The instance is running the post-patch step.
 14- NO_AGENT_DETECTED =
          
The service could not detect the presence of the agent. Check to ensure that the agent is installed, running, and able to communicate with the service.
 15