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 Snapshot
Snapshot.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type Snapshot Modifier and Type Method Description T
Snapshot.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 Snapshot
SnapshotApi. 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.
-