Google Cloud OS Config v1 API - Enum PatchJob.Types.State (2.3.0)

public enum PatchJob.Types.State

Reference documentation and code samples for the Google Cloud OS Config v1 API enum PatchJob.Types.State.

Enumeration of the various states a patch job passes through as it executes.

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Fields

NameDescription
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.