Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Modifier and Type | Method and Description |
---|---|
Snapshot |
Snapshot.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Snapshot.compareTo(Snapshot other) |
Modifier and Type | Method and Description |
---|---|
Snapshot |
SnapshotClient.getSnapshot(long id)
Gets a snapshot by its ID.
|
Modifier and Type | Method and Description |
---|---|
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.