|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Image.EbsBlockDevice | |
---|---|
org.jclouds.ec2.domain | |
org.jclouds.ec2.services |
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,
Image.ImageType imageType,
boolean isPublic,
Iterable<String> productCodes,
String kernelId,
String platform,
String ramdiskId,
RootDeviceType rootDeviceType,
String rootDeviceName,
Map<String,Image.EbsBlockDevice> ebsBlockDevices,
VirtualizationType virtualizationType,
Hypervisor hypervisor)
|
Uses of Image.EbsBlockDevice in org.jclouds.ec2.services |
---|
Methods in org.jclouds.ec2.services that return types with arguments of type Image.EbsBlockDevice | |
---|---|
Map<String,Image.EbsBlockDevice> |
AMIClient.getBlockDeviceMappingsForImageInRegion(String region,
String imageId)
Returns a map of device name to block device for the image. |
com.google.common.util.concurrent.ListenableFuture<Map<String,Image.EbsBlockDevice>> |
AMIAsyncClient.getBlockDeviceMappingsForImageInRegion(String region,
String imageId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |