Reference documentation and code samples for the Compute V1 Client class Status.
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
Protobuf type google.cloud.compute.v1.BulkInsertOperationStatus.Status
Namespace
Google \ Cloud \ Compute \ V1 \ BulkInsertOperationStatusMethods
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;
CREATING
Value: 455564985
Rolling forward - creating VMs.
Generated from protobuf enum CREATING = 455564985;
DONE
Value: 2104194
Done
Generated from protobuf enum DONE = 2104194;
ROLLING_BACK
Value: 259411649
Rolling back - cleaning up after an error.
Generated from protobuf enum ROLLING_BACK = 259411649;
STATUS_UNSPECIFIED
Value: 42133066
Generated from protobuf enum STATUS_UNSPECIFIED = 42133066;