public enum StateEnumeration of the various states a patch job passes through as it executes.
Namespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Fields |
|
|---|---|
| Name | Description |
Canceled |
The patch job was canceled. |
CompletedWithErrors |
Patch job completed but there were errors. |
InstanceLookup |
The patch job is looking up instances to run the patch on. |
Patching |
Instances are being patched. |
Started |
The patch job was successfully initiated. |
Succeeded |
Patch job completed successfully. |
TimedOut |
The patch job timed out. |
Unspecified |
State must be specified. |