Package | Description |
---|---|
org.jclouds.deltacloud | |
org.jclouds.deltacloud.compute.functions | |
org.jclouds.deltacloud.compute.strategy | |
org.jclouds.deltacloud.xml |
Modifier and Type | Method and Description |
---|---|
Image |
DeltacloudClient.getImage(URI imageHref) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Image> |
DeltacloudAsyncClient.getImage(URI imageHref) |
Set<Image> |
DeltacloudClient.listImages()
The images collection will return a set of all images available to the current user.
|
com.google.common.util.concurrent.ListenableFuture<Set<Image>> |
DeltacloudAsyncClient.listImages() |
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
DeltacloudImageToOperatingSystem.apply(Image from) |
Image |
DeltacloudImageToImage.apply(Image from) |
Modifier and Type | Method and Description |
---|---|
Image |
DeltacloudComputeServiceAdapter.getImage(String id) |
Modifier and Type | Method and Description |
---|---|
Iterable<Image> |
DeltacloudComputeServiceAdapter.listImages() |
Modifier and Type | Method and Description |
---|---|
Image |
ImageHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
Set<? extends Image> |
ImagesHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.