|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageApi
Provides access to Images via their REST API.
| Method Summary | |
|---|---|
Operation |
delete(String imageName)
Deletes the specified image resource. |
Image |
get(String imageName)
Returns the specified image resource. |
org.jclouds.collect.PagedIterable<Image> |
list()
A paged version of ImageApi#list() |
org.jclouds.collect.PagedIterable<Image> |
list(ListOptions options)
A paged version of ImageApi#list() |
ListPage<Image> |
listAtMarker(String marker)
|
ListPage<Image> |
listAtMarker(String marker,
ListOptions listOptions)
Retrieves the list of image resources available to the specified project. |
ListPage<Image> |
listFirstPage()
|
| Method Detail |
|---|
@Named(value="Images:get") @Nullable Image get(String imageName)
imageName - name of the image resource to return.
@Named(value="Images:delete") @Nullable Operation delete(String imageName)
imageName - name of the image resource to delete.
@Named(value="Images:list") ListPage<Image> listFirstPage()
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions)
@Named(value="Images:list")
ListPage<Image> listAtMarker(@Nullable
String marker)
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions)
@Named(value="Images:list")
ListPage<Image> listAtMarker(@Nullable
String marker,
ListOptions listOptions)
marker - marks the beginning of the next list pagelistOptions - listing options
ListOptions,
ListPage@Named(value="Images:list") org.jclouds.collect.PagedIterable<Image> list()
PagedIterable,
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions)@Named(value="Images:list") org.jclouds.collect.PagedIterable<Image> list(ListOptions options)
PagedIterable,
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||