Compute Engine v1 API - Enum Operation.Types.Status (3.30.0)

public enum Operation.Types.Status

Reference documentation and code samples for the Compute Engine v1 API enum Operation.Types.Status.

[Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Done

The operation has completed processing successfully or with an error.

Pending

The operation is waiting to be processed.

Running

The operation is actively being processed.

UndefinedStatus

A value indicating that the enum field is not set.