Uses of Class
org.jclouds.openstack.nova.v2_0.domain.zonescoped.ImageInZone

Packages that use ImageInZone
org.jclouds.openstack.nova.v2_0.compute   
org.jclouds.openstack.nova.v2_0.compute.functions   
 

Uses of ImageInZone in org.jclouds.openstack.nova.v2_0.compute
 

Methods in org.jclouds.openstack.nova.v2_0.compute that return ImageInZone
 ImageInZone NovaComputeServiceAdapter.getImage(String id)
           
 

Methods in org.jclouds.openstack.nova.v2_0.compute that return types with arguments of type ImageInZone
 Iterable<ImageInZone> NovaComputeServiceAdapter.listImages()
           
 

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

Methods in org.jclouds.openstack.nova.v2_0.compute.functions with parameters of type ImageInZone
 org.jclouds.compute.domain.Image ImageInZoneToImage.apply(ImageInZone imageInZone)
           
 



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