state property
Status of the action, which can be one of the following: PROPAGATING
,
PROPAGATED
, ABANDONED
, FAILED
, or DONE
.
Output only. Possible string values are:
- "ABANDONED" : Operation not tracked in this location e.g. zone is marked as DOWN.
- "DONE" : Operation has completed successfully.
- "FAILED" : Operation is in an error state.
- "PROPAGATED" : Operation is confirmed to be in the location.
- "PROPAGATING" : Operation is not yet confirmed to have been created in the location.
- "UNSPECIFIED"
Implementation
core.String? state;