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.
-
-
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
-
-