Package com.ibm.cloud.is.vpc.v1.model
Interface Volume.AdjustableCapacityStates
-
- Enclosing class:
- Volume
public static interface Volume.AdjustableCapacityStates
The attachment state of the volume - `unattached`: Not attached to any virtual server instances - `attached`: Attached to a virtual server instance (even if the instance is stopped) - `unusable`: Not able to be attached to any virtual server instances.
-
-
Field Detail
-
ATTACHED
static final String ATTACHED
attached.- See Also:
- Constant Field Values
-
UNATTACHED
static final String UNATTACHED
unattached.- See Also:
- Constant Field Values
-
UNUSABLE
static final String UNUSABLE
unusable.- See Also:
- Constant Field Values
-
-