Uses of Class
com.woorea.openstack.nova.model.Image
-
Packages that use Image Package Description com.woorea.openstack.nova.api com.woorea.openstack.nova.model -
-
Uses of Image in com.woorea.openstack.nova.api
Fields in com.woorea.openstack.nova.api declared as Image Modifier and Type Field Description private ImageImagesResource.Create. imageMethods in com.woorea.openstack.nova.api with parameters of type Image Modifier and Type Method Description ImagesResource.CreateImagesResource. create(Image image)Constructors in com.woorea.openstack.nova.api with parameters of type Image Constructor Description Create(Image image) -
Uses of Image in com.woorea.openstack.nova.model
Fields in com.woorea.openstack.nova.model declared as Image Modifier and Type Field Description private ImageServer. imageFields in com.woorea.openstack.nova.model with type parameters of type Image Modifier and Type Field Description private java.util.List<Image>Images. listMethods in com.woorea.openstack.nova.model that return Image Modifier and Type Method Description ImageServer. getImage()Methods in com.woorea.openstack.nova.model that return types with arguments of type Image Modifier and Type Method Description java.util.List<Image>Images. getList()java.util.Iterator<Image>Images. iterator()Methods in com.woorea.openstack.nova.model with parameters of type Image Modifier and Type Method Description voidServer. setImage(Image image)
-