Package com.ibm.cloud.is.vpc.v1.model
Interface Volume.Status
-
- Enclosing class:
- Volume
public static interface Volume.Status
The status of the volume. The enumerated values for this property will expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the volume on which the unexpected property value was encountered.
-
-
Field Detail
-
AVAILABLE
static final String AVAILABLE
available.- 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
-
PENDING_DELETION
static final String PENDING_DELETION
pending_deletion.- See Also:
- Constant Field Values
-
UNUSABLE
static final String UNUSABLE
unusable.- See Also:
- Constant Field Values
-
UPDATING
static final String UPDATING
updating.- See Also:
- Constant Field Values
-
-