Uses of Class
org.jclouds.ec2.domain.Image.EbsBlockDevice

Packages that use Image.EbsBlockDevice
org.jclouds.ec2.domain   
org.jclouds.ec2.features   
 

Uses of Image.EbsBlockDevice in org.jclouds.ec2.domain
 

Methods in org.jclouds.ec2.domain that return types with arguments of type Image.EbsBlockDevice
 Map<String,Image.EbsBlockDevice> Image.getEbsBlockDevices()
           
 

Constructor parameters in org.jclouds.ec2.domain with type arguments of type Image.EbsBlockDevice
Image(String region, Image.Architecture architecture, String name, String description, String imageId, String imageLocation, String imageOwnerId, Image.ImageState imageState, String rawState, Image.ImageType imageType, boolean isPublic, Iterable<String> productCodes, String kernelId, String platform, String ramdiskId, RootDeviceType rootDeviceType, String rootDeviceName, Map<String,Image.EbsBlockDevice> ebsBlockDevices, Map<String,String> tags, VirtualizationType virtualizationType, Hypervisor hypervisor)
           
 

Uses of Image.EbsBlockDevice in org.jclouds.ec2.features
 

Methods in org.jclouds.ec2.features that return types with arguments of type Image.EbsBlockDevice
 Map<String,Image.EbsBlockDevice> AMIApi.getBlockDeviceMappingsForImageInRegion(String region, String imageId)
          Returns a map of device name to block device for the image.
 



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