|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Image | |
---|---|
org.jclouds.deltacloud | |
org.jclouds.deltacloud.compute.functions | |
org.jclouds.deltacloud.compute.strategy | |
org.jclouds.deltacloud.xml |
Uses of Image in org.jclouds.deltacloud |
---|
Methods in org.jclouds.deltacloud that return Image | |
---|---|
Image |
DeltacloudClient.getImage(URI imageHref)
|
Methods in org.jclouds.deltacloud that return types with arguments of type Image | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Image> |
DeltacloudAsyncClient.getImage(URI imageHref)
|
com.google.common.util.concurrent.ListenableFuture<Set<Image>> |
DeltacloudAsyncClient.listImages()
|
Set<Image> |
DeltacloudClient.listImages()
The images collection will return a set of all images available to the current user. |
Uses of Image in org.jclouds.deltacloud.compute.functions |
---|
Methods in org.jclouds.deltacloud.compute.functions with parameters of type Image | |
---|---|
OperatingSystem |
DeltacloudImageToOperatingSystem.apply(Image from)
|
Image |
DeltacloudImageToImage.apply(Image from)
|
Uses of Image in org.jclouds.deltacloud.compute.strategy |
---|
Methods in org.jclouds.deltacloud.compute.strategy that return types with arguments of type Image | |
---|---|
Iterable<Image> |
DeltacloudComputeServiceAdapter.listImages()
|
Uses of Image in org.jclouds.deltacloud.xml |
---|
Methods in org.jclouds.deltacloud.xml that return Image | |
---|---|
Image |
ImageHandler.getResult()
|
Methods in org.jclouds.deltacloud.xml that return types with arguments of type Image | |
---|---|
Set<? extends Image> |
ImagesHandler.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |