Uses of Class
org.jclouds.ec2.domain.Image.EbsBlockDevice
Packages that use Image.EbsBlockDevice
-
Uses of Image.EbsBlockDevice in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return types with arguments of type Image.EbsBlockDeviceConstructor parameters in org.jclouds.ec2.domain with type arguments of type Image.EbsBlockDeviceModifierConstructorDescriptionImage
(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.EbsBlockDeviceModifier and TypeMethodDescriptionAMIApi.getBlockDeviceMappingsForImageInRegion
(String region, String imageId) Returns a map of device name to block device for the image.