Uses of Class
org.openstack4j.model.image.StoreType
-
Packages that use StoreType Package Description org.openstack4j.model.image org.openstack4j.model.image.builder org.openstack4j.openstack.image.domain -
-
Uses of StoreType in org.openstack4j.model.image
Methods in org.openstack4j.model.image that return StoreType Modifier and Type Method Description StoreTypeImage. getStoreType()This will always be null on any list or get request.static StoreTypeStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreType[]StoreType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StoreType in org.openstack4j.model.image.builder
Methods in org.openstack4j.model.image.builder with parameters of type StoreType Modifier and Type Method Description ImageBuilderImageBuilder. storeType(StoreType storeType)Store type to be used during create or reserving of new images -
Uses of StoreType in org.openstack4j.openstack.image.domain
Methods in org.openstack4j.openstack.image.domain that return StoreType Modifier and Type Method Description StoreTypeGlanceImage. getStoreType()This will always be null on any list or get request.Methods in org.openstack4j.openstack.image.domain with parameters of type StoreType Modifier and Type Method Description ImageBuilderGlanceImage.ImageConcreteBuilder. storeType(StoreType storeType)
-