Package | Description |
---|---|
org.jclouds.ec2.domain | |
org.jclouds.ec2.features |
Modifier and Type | Method and Description |
---|---|
Map<String,Image.EbsBlockDevice> |
Image.getEbsBlockDevices() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
Map<String,Image.EbsBlockDevice> |
AMIApi.getBlockDeviceMappingsForImageInRegion(String region,
String imageId)
Returns a map of device name to block device for the image.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.