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 Image
ImagesResource.Create. image
Methods in com.woorea.openstack.nova.api with parameters of type Image Modifier and Type Method Description ImagesResource.Create
ImagesResource. 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 Image
Server. image
Fields in com.woorea.openstack.nova.model with type parameters of type Image Modifier and Type Field Description private java.util.List<Image>
Images. list
Methods in com.woorea.openstack.nova.model that return Image Modifier and Type Method Description Image
Server. 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 void
Server. setImage(Image image)
-