| Modifier and Type | Method and Description |
|---|---|
Operation |
delete(String snapshotName)
Deletes the specified snapshot resource.
|
Snapshot |
get(String snapshotName)
Returns the specified snapshot resource.
|
org.jclouds.collect.PagedIterable<Snapshot> |
list()
A paged version of SnapshotApi#listPage(String)
|
org.jclouds.collect.PagedIterable<Snapshot> |
list(ListOptions options) |
ListPage<Snapshot> |
listAtMarker(String marker) |
ListPage<Snapshot> |
listAtMarker(String marker,
ListOptions listOptions)
Retrieves the listPage of persistent disk resources contained within the specified project and zone.
|
ListPage<Snapshot> |
listFirstPage() |
@Named(value="Snapshots:get") @Nullable Snapshot get(String snapshotName)
snapshotName - name of the snapshot resource to return.@Named(value="Snapshots:delete") @Nullable Operation delete(String snapshotName)
snapshotName - name of the snapshot resource to delete.@Named(value="Snapshots:list") ListPage<Snapshot> listAtMarker(@Nullable String marker)
@Named(value="Snapshots:list") ListPage<Snapshot> listAtMarker(@Nullable String marker, ListOptions listOptions)
marker - marks the beginning of the next list pagelistOptions - listing optionsListOptions,
ListPage@Named(value="Snapshots:list") org.jclouds.collect.PagedIterable<Snapshot> list()
PagedIterable,
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions)@Named(value="Snapshots:list") org.jclouds.collect.PagedIterable<Snapshot> list(ListOptions options)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.