| Modifier and Type | Method and Description |
|---|---|
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() |
@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> listAtMarker(@Nullable String marker, ListOptions listOptions)
marker - marks the beginning of the next list pagelistOptions - listing optionsListOptions,
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)Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.