Package com.ibm.cloud.is.vpc.v1.model
Class VolumeProfileAdjustableIOPSStates
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VolumeProfileAdjustableIOPSStates
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VolumeProfileAdjustableIOPSStates extends com.ibm.cloud.sdk.core.service.model.GenericModel
VolumeProfileAdjustableIOPSStates.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
VolumeProfileAdjustableIOPSStates.Type
The type for this profile field.static interface
VolumeProfileAdjustableIOPSStates.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.
-