Package com.ibm.cloud.is.vpc.v1.model
Class VolumeProfileAdjustableCapacityStates
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VolumeProfileAdjustableCapacityStates
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VolumeProfileAdjustableCapacityStates extends com.ibm.cloud.sdk.core.service.model.GenericModel
VolumeProfileAdjustableCapacityStates.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VolumeProfileAdjustableCapacityStates.Type
The type for this profile field.static interface
VolumeProfileAdjustableCapacityStates.Values
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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the type.List<String>
getValues()
Gets the values.
-