Uses of Class
org.jclouds.cloudstack.domain.Snapshot
-
Packages that use Snapshot Package Description 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 Modifier and Type Method Description SnapshotSnapshot.Builder. build()Methods in org.jclouds.cloudstack.domain with parameters of type Snapshot Modifier and Type Method Description TSnapshot.Builder. fromSnapshot(Snapshot in) -
Uses of Snapshot in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return Snapshot Modifier and Type Method Description SnapshotSnapshotApi. getSnapshot(String id)Gets a snapshot by its ID.Methods in org.jclouds.cloudstack.features that return types with arguments of type Snapshot Modifier and Type Method Description Set<Snapshot>SnapshotApi. listSnapshots(ListSnapshotsOptions... options)Lists all available snapshots for the account, matching the query described by the options.
-