Package com.ibm.cloud.is.vpc.v1.model
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 Detail
-
DELETING
static final String DELETING
deleting.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
PENDING
static final String PENDING
pending.- See Also:
- Constant Field Values
-
STABLE
static final String STABLE
stable.- See Also:
- Constant Field Values
-
SUSPENDED
static final String SUSPENDED
suspended.- See Also:
- Constant Field Values
-
UPDATING
static final String UPDATING
updating.- See Also:
- Constant Field Values
-
WAITING
static final String WAITING
waiting.- See Also:
- Constant Field Values
-
-