DEPRECATED: Volume snapshot interface (1.1 extension).
Bases: novaclient.openstack.common.apiclient.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.
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. |
|---|
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