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: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_STATE = 0;
ABANDONED
Value: 81797556Operation not tracked in this location e.g. zone is marked as DOWN.
Generated from protobuf enum ABANDONED = 81797556;
DONE
Value: 2104194Operation has completed successfully.
Generated from protobuf enum DONE = 2104194;
FAILED
Value: 455706685Operation is in an error state.
Generated from protobuf enum FAILED = 455706685;
PROPAGATED
Value: 507550299Operation is confirmed to be in the location.
Generated from protobuf enum PROPAGATED = 507550299;
PROPAGATING
Value: 164807046Operation is not yet confirmed to have been created in the location.
Generated from protobuf enum PROPAGATING = 164807046;
UNSPECIFIED
Value: 526786327Generated from protobuf enum UNSPECIFIED = 526786327;