public enum SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State extends Enum<SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State> implements ProtocolMessageEnum [Output Only] Status of the action, which can be one of the following:
PROPAGATING, PROPAGATED, ABANDONED, FAILED, or DONE.
Protobuf enum
google.cloud.compute.v1.SetCommonInstanceMetadataOperationMetadataPerLocationOperationInfo.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ABANDONED |
Operation not tracked in this location e.g. zone is marked as DOWN. |
ABANDONED_VALUE |
Operation not tracked in this location e.g. zone is marked as DOWN. |
DONE |
Operation has completed successfully. |
DONE_VALUE |
Operation has completed successfully. |
FAILED |
Operation is in an error state. |
FAILED_VALUE |
Operation is in an error state. |
PROPAGATED |
Operation is confirmed to be in the location. |
PROPAGATED_VALUE |
Operation is confirmed to be in the location. |
PROPAGATING |
Operation is not yet confirmed to have been created in the location. |
PROPAGATING_VALUE |
Operation is not yet confirmed to have been created in the location. |
UNDEFINED_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_STATE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
UNSPECIFIED |
|
UNSPECIFIED_VALUE |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|