Uses of Class
org.jclouds.googlecomputeengine.domain.Snapshot

Packages that use Snapshot
org.jclouds.googlecomputeengine.domain   
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.functions.internal   
 

Uses of Snapshot in org.jclouds.googlecomputeengine.domain
 

Methods in org.jclouds.googlecomputeengine.domain that return Snapshot
 Snapshot Snapshot.Builder.build()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Snapshot
 Snapshot.Builder Snapshot.Builder.fromSnapshot(Snapshot in)
           
 

Uses of Snapshot in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features that return Snapshot
 Snapshot SnapshotApi.get(String snapshotName)
          Returns the specified snapshot resource.
 

Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Snapshot
 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()
           
 

Uses of Snapshot in org.jclouds.googlecomputeengine.functions.internal
 

Methods in org.jclouds.googlecomputeengine.functions.internal that return types with arguments of type Snapshot
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Snapshot>> ParseSnapshots.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.