DEPRECATED: Volume snapshot interface (1.1 extension).
Bases: novaclient.base.Resource
DEPRECATED: A Snapshot is a point-in-time snapshot of an openstack volume.
Populate and bind to a manager.
| Parameters: | 
 | 
|---|
DEPRECATED: Delete this snapshot.
| Returns: | An instance of novaclient.base.TupleWithMeta | 
|---|
Bases: novaclient.base.ManagerWithFind
DEPRECATED: Manage Snapshot resources.
DEPRECATED: Create a snapshot of the given volume.
| Parameters: | 
 | 
|---|---|
| Return type: | Snapshot | 
DEPRECATED: Delete a snapshot.
| Parameters: | snapshot – The Snapshot to delete. | 
|---|---|
| Returns: | An instance of novaclient.base.TupleWithMeta | 
DEPRECATED: Get a snapshot.
| Parameters: | snapshot_id – The ID of the snapshot to get. | 
|---|---|
| Return type: | Snapshot | 
DEPRECATED: Get a list of all snapshots.
| Return type: | list of Snapshot | 
|---|
alias of Snapshot