Interface ShareSnapshot.LifecycleState
- Enclosing class:
ShareSnapshot
public static interface ShareSnapshot.LifecycleState
The lifecycle state of this share snapshot
- `pending`: The share snapshot is being provisioned and is not yet usable. A
snapshot on a replica share will remain `pending` until the next replication sync
completes.
- `deleting`: The share snapshot is being deleted.
- `failed`: The share snapshot is irrecoverably unusable.
- `stable`: The share snapshot is stable and ready for use.
- `updating`: The share snapshot is being updated.
- `suspended`: The share snapshot is not currently usable (see `lifecycle_reasons`).
-
Field Summary
Fields
-
Field Details
-
DELETING
-
FAILED
-
PENDING
-
STABLE
-
SUSPENDED
-
UPDATING
-
WAITING
-