Uses of Class
org.jclouds.openstack.glance.v1_0.domain.Image

Packages that use Image
org.jclouds.openstack.glance.v1_0.domain   
org.jclouds.openstack.glance.v1_0.features   
org.jclouds.openstack.glance.v1_0.functions.internal   
 

Uses of Image in org.jclouds.openstack.glance.v1_0.domain
 

Subclasses of Image in org.jclouds.openstack.glance.v1_0.domain
 class ImageDetails
          Detailed listing of an Image
 

Methods in org.jclouds.openstack.glance.v1_0.domain that return Image
 Image Image.Builder.build()
           
 

Methods in org.jclouds.openstack.glance.v1_0.domain with parameters of type Image
 T Image.Builder.fromImage(Image in)
           
 

Uses of Image in org.jclouds.openstack.glance.v1_0.features
 

Methods in org.jclouds.openstack.glance.v1_0.features that return types with arguments of type Image
 org.jclouds.collect.PagedIterable<? extends Image> ImageApi.list()
          List all images (IDs, names, links)
 org.jclouds.openstack.v2_0.domain.PaginatedCollection<? extends Image> ImageApi.list(ListImageOptions options)
           
 

Uses of Image in org.jclouds.openstack.glance.v1_0.functions.internal
 

Methods in org.jclouds.openstack.glance.v1_0.functions.internal that return types with arguments of type Image
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Image>> ParseImages.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.