Uses of Interface
org.openstack4j.model.storage.block.VolumeType
-
Packages that use VolumeType Package Description org.openstack4j.api.storage org.openstack4j.openstack.storage.block.domain org.openstack4j.openstack.storage.block.internal -
-
Uses of VolumeType in org.openstack4j.api.storage
Methods in org.openstack4j.api.storage that return VolumeType Modifier and Type Method Description VolumeTypeBlockVolumeService. createVolumeType(VolumeType volumeType)Creates a new volume type with the specified nameMethods in org.openstack4j.api.storage that return types with arguments of type VolumeType Modifier and Type Method Description List<? extends VolumeType>BlockVolumeService. listVolumeTypes()The volume type defines the characteristics of a volumeMethods in org.openstack4j.api.storage with parameters of type VolumeType Modifier and Type Method Description VolumeTypeBlockVolumeService. createVolumeType(VolumeType volumeType)Creates a new volume type with the specified name -
Uses of VolumeType in org.openstack4j.openstack.storage.block.domain
Classes in org.openstack4j.openstack.storage.block.domain that implement VolumeType Modifier and Type Class Description classCinderVolumeTypeThe volume type defines the characteristics of a volume.Methods in org.openstack4j.openstack.storage.block.domain that return VolumeType Modifier and Type Method Description VolumeTypeCinderVolumeType.ConcreteVolumeTypeBuilder. build()Methods in org.openstack4j.openstack.storage.block.domain with parameters of type VolumeType Modifier and Type Method Description VolumeTypeBuilderCinderVolumeType.ConcreteVolumeTypeBuilder. from(VolumeType in) -
Uses of VolumeType in org.openstack4j.openstack.storage.block.internal
Methods in org.openstack4j.openstack.storage.block.internal that return VolumeType Modifier and Type Method Description VolumeTypeBlockVolumeServiceImpl. createVolumeType(VolumeType volumeType)Creates a new volume type with the specified nameMethods in org.openstack4j.openstack.storage.block.internal that return types with arguments of type VolumeType Modifier and Type Method Description List<? extends VolumeType>BlockVolumeServiceImpl. listVolumeTypes()The volume type defines the characteristics of a volumeMethods in org.openstack4j.openstack.storage.block.internal with parameters of type VolumeType Modifier and Type Method Description VolumeTypeBlockVolumeServiceImpl. createVolumeType(VolumeType volumeType)Creates a new volume type with the specified name
-