public interface ImageApi
ImageAsyncApi
,
Modifier and Type | Method and Description |
---|---|
void |
deleteImage(String id)
Delete the specified image
|
Image |
getImage(String id)
List details of the specified image
|
Set<? extends Resource> |
listImages()
List all images (IDs, names, links)
|
Set<? extends Image> |
listImagesInDetail()
List all images (all details)
|
Set<? extends Resource> listImages()
Set<? extends Image> listImagesInDetail()
Image getImage(String id)
id
- id of the servervoid deleteImage(String id)
id
- id of the imageCopyright © 2009-2012 jclouds. All Rights Reserved.