Package com.ibm.cloud.is.vpc.v1.model
Interface VolumeAttachment.Status
-
- Enclosing class:
- VolumeAttachment
public static interface VolumeAttachment.Status
The status of this volume attachment. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
ATTACHED
static final String ATTACHED
attached.- See Also:
- Constant Field Values
-
ATTACHING
static final String ATTACHING
attaching.- See Also:
- Constant Field Values
-
DELETING
static final String DELETING
deleting.- See Also:
- Constant Field Values
-
DETACHING
static final String DETACHING
detaching.- See Also:
- Constant Field Values
-
-