Reference documentation and code samples for the Compute V1 Client class State.
[Output Only] Status of the action, which can be one of the following: PROPAGATING
, PROPAGATED
, ABANDONED
, FAILED
, or DONE
.
Protobuf type google.cloud.compute.v1.SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State
Namespace
Google \ Cloud \ Compute \ V1 \ SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_STATE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
ABANDONED
Value: 81797556
Operation not tracked in this location e.g. zone is marked as DOWN.
Generated from protobuf enum ABANDONED = 81797556;
DONE
Value: 2104194
Operation has completed successfully.
Generated from protobuf enum DONE = 2104194;
FAILED
Value: 455706685
Operation is in an error state.
Generated from protobuf enum FAILED = 455706685;
PROPAGATED
Value: 507550299
Operation is confirmed to be in the location.
Generated from protobuf enum PROPAGATED = 507550299;
PROPAGATING
Value: 164807046
Operation is not yet confirmed to have been created in the location.
Generated from protobuf enum PROPAGATING = 164807046;
UNSPECIFIED
Value: 526786327
Generated from protobuf enum UNSPECIFIED = 526786327;