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

Packages that use Snapshot
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of Snapshot in org.jclouds.cloudstack.domain
 

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

Methods in org.jclouds.cloudstack.domain with parameters of type Snapshot
 int Snapshot.compareTo(Snapshot other)
           
 

Uses of Snapshot in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return Snapshot
 Snapshot SnapshotClient.getSnapshot(long id)
          Gets a snapshot by its ID.
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Snapshot
 com.google.common.util.concurrent.ListenableFuture<Snapshot> SnapshotAsyncClient.getSnapshot(long id)
          Gets a snapshot by its ID.
 Set<Snapshot> SnapshotClient.listSnapshots(ListSnapshotsOptions... options)
          Lists all available snapshots for the account, matching the query described by the options.
 com.google.common.util.concurrent.ListenableFuture<Set<Snapshot>> SnapshotAsyncClient.listSnapshots(ListSnapshotsOptions... options)
          Lists all available snapshots for the account, matching the query described by the options.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.