Enum Operation.Types.Status (3.0.0)

public enum Status

Current status of the operation.

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Fields

NameDescription
Aborting

The operation is aborting.

Done

The operation is done, either cancelled or completed.

Pending

The operation has been created.

Running

The operation is currently running.

Unspecified

Not set.