Cloud OS Config V1 API - Module Google::Cloud::OsConfig::V1::Instance::PatchState (v0.16.0)

Reference documentation and code samples for the Cloud OS Config V1 API module Google::Cloud::OsConfig::V1::Instance::PatchState.

Patch state of an instance.

Constants

PATCH_STATE_UNSPECIFIED

value: 0
Unspecified.

PENDING

value: 1
The instance is not yet notified.

INACTIVE

value: 2
Instance is inactive and cannot be patched.

NOTIFIED

value: 3
The instance is notified that it should be patched.

STARTED

value: 4
The instance has started the patching process.

DOWNLOADING_PATCHES

value: 5
The instance is downloading patches.

APPLYING_PATCHES

value: 6
The instance is applying patches.

REBOOTING

value: 7
The instance is rebooting.

SUCCEEDED

value: 8
The instance has completed applying patches.

SUCCEEDED_REBOOT_REQUIRED

value: 9
The instance has completed applying patches but a reboot is required.

FAILED

value: 10
The instance has failed to apply the patch.

ACKED

value: 11
The instance acked the notification and will start shortly.

TIMED_OUT

value: 12
The instance exceeded the time out while applying the patch.

RUNNING_PRE_PATCH_STEP

value: 13
The instance is running the pre-patch step.

RUNNING_POST_PATCH_STEP

value: 14
The instance is running the post-patch step.

NO_AGENT_DETECTED

value: 15
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.