Uses of Class
org.jclouds.googlecomputeengine.domain.Snapshot
-
Packages that use Snapshot Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of Snapshot in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Snapshot Modifier and Type Method Description static Snapshot
Snapshot. create(String id, URI selfLink, Date creationTimestamp, String name, String description, int diskSizeGb, String status, URI sourceDisk, String sourceDiskId, Long storageBytes, String storageByteStatus, List<String> licenses)
-
Uses of Snapshot in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Snapshot Modifier and Type Method Description Snapshot
SnapshotApi. get(String snapshot)
Returns a snapshot by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Snapshot Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Snapshot>>
SnapshotApi.SnapshotPages. fetchNextPage(ListOptions options)
Iterator<ListPage<Snapshot>>
SnapshotApi. list()
Iterator<ListPage<Snapshot>>
SnapshotApi. list(ListOptions options)
ListPage<Snapshot>
SnapshotApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of snapshot resources available to the specified project.
-