Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Image

Packages that use Image
org.jclouds.openstack.nova.v2_0.compute.functions   
org.jclouds.openstack.nova.v2_0.domain   
org.jclouds.openstack.nova.v2_0.domain.zonescoped   
org.jclouds.openstack.nova.v2_0.features   
org.jclouds.openstack.nova.v2_0.functions.internal   
org.jclouds.openstack.nova.v2_0.predicates   
 

Uses of Image in org.jclouds.openstack.nova.v2_0.compute.functions
 

Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type Image
 org.jclouds.compute.domain.OperatingSystem ImageToOperatingSystem.apply(Image from)
           
 

Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type Image
ImageInZoneToImage(Map<Image.Status,org.jclouds.compute.domain.Image.Status> toPortableImageStatus, com.google.common.base.Function<Image,org.jclouds.compute.domain.OperatingSystem> imageToOs, com.google.common.base.Supplier<Map<String,org.jclouds.domain.Location>> locationIndex)
           
 

Uses of Image in org.jclouds.openstack.nova.v2_0.domain
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return Image
 Image Image.Builder.build()
           
 

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

Uses of Image in org.jclouds.openstack.nova.v2_0.domain.zonescoped
 

Fields in org.jclouds.openstack.nova.v2_0.domain.zonescoped declared as Image
protected  Image ImageInZone.image
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain.zonescoped that return Image
 Image ImageInZone.getImage()
           
 

Constructors in org.jclouds.openstack.nova.v2_0.domain.zonescoped with parameters of type Image
ImageInZone(Image image, String zoneId)
           
 

Uses of Image in org.jclouds.openstack.nova.v2_0.features
 

Methods in org.jclouds.openstack.nova.v2_0.features that return Image
 Image ImageApi.get(String id)
          List details of the specified image
 

Methods in org.jclouds.openstack.nova.v2_0.features that return types with arguments of type Image
 org.jclouds.collect.PagedIterable<Image> ImageApi.listInDetail()
          List all images (all details)
 org.jclouds.openstack.v2_0.domain.PaginatedCollection<Image> ImageApi.listInDetail(org.jclouds.openstack.v2_0.options.PaginationOptions options)
           
 

Uses of Image in org.jclouds.openstack.nova.v2_0.functions.internal
 

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

Uses of Image in org.jclouds.openstack.nova.v2_0.predicates
 

Methods in org.jclouds.openstack.nova.v2_0.predicates that return types with arguments of type Image
static com.google.common.base.Predicate<Image> ImagePredicates.statusEquals(Image.Status status)
          matches status of the given image
 



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