Reference documentation and code samples for the Compute V1 Client class Status.
[Output Only] The status of the operation, which can be one of the following: PENDING
, RUNNING
, or DONE
.
Protobuf type google.cloud.compute.v1.Operation.Status
Namespace
Google \ Cloud \ Compute \ V1 \ OperationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATUS = 0;
DONE
Value: 2104194
Generated from protobuf enum DONE = 2104194;
PENDING
Value: 35394935
Generated from protobuf enum PENDING = 35394935;
RUNNING
Value: 121282975
Generated from protobuf enum RUNNING = 121282975;