state property
State of the snapshot. Possible string values are:
- "UNKNOWN_SNAPSHOT_STATE" : Unknown state.
- "PENDING" : Snapshot intent to create has been persisted, snapshotting of state has not yet started.
- "RUNNING" : Snapshotting is being performed.
- "READY" : Snapshot has been created and is ready to be used.
- "FAILED" : Snapshot failed to be created.
- "DELETED" : Snapshot has been deleted.
Implementation
core.String? state;