Interface VolumeType
-
- All Superinterfaces:
Buildable<VolumeTypeBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
CinderVolumeType
public interface VolumeType extends ModelEntity, Buildable<VolumeTypeBuilder>
The volume type defines the characteristics of a volume. It usually maps to a set of capabilities of the storage back-end driver to be used for this volume. Examples: "Performance", "SSD", "Backup", etc.- Author:
- Jeremy Unruh
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getExtraSpecs()StringgetId()StringgetName()
-