| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.features | |
| org.jclouds.googlecomputeengine.functions.internal |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Snapshot.Builder |
Snapshot.Builder.fromSnapshot(Snapshot in) |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
SnapshotApi.get(String snapshotName)
Returns the specified snapshot resource.
|
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.collect.PagedIterable<Snapshot> |
SnapshotApi.list()
A paged version of SnapshotApi#listPage(String)
|
org.jclouds.collect.PagedIterable<Snapshot> |
SnapshotApi.list(ListOptions options) |
ListPage<Snapshot> |
SnapshotApi.listAtMarker(String marker) |
ListPage<Snapshot> |
SnapshotApi.listAtMarker(String marker,
ListOptions listOptions)
Retrieves the listPage of persistent disk resources contained within the specified project and zone.
|
ListPage<Snapshot> |
SnapshotApi.listFirstPage() |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Snapshot>> |
ParseSnapshots.ToPagedIterable.fetchNextPage(String projectName,
ListOptions options) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.