Volume snapshot interface (1.1 extension).
Bases: novaclient.openstack.common.apiclient.base.Resource
A Snapshot is a point-in-time snapshot of an openstack volume.
Delete this snapshot.
Bases: novaclient.base.ManagerWithFind
Manage Snapshot resources.
Create a snapshot of the given volume.
Parameters: |
|
---|
attached to an instance. Default is False. :param display_name: Name of the snapshot :param display_description: Description of the snapshot :rtype: Snapshot
Delete a snapshot.
Parameters: | snapshot – The Snapshot to delete. |
---|
Get a snapshot.
Parameters: | snapshot_id – The ID of the snapshot to get. |
---|---|
Return type: | Snapshot |
Get a list of all snapshots.
Return type: | list of Snapshot |
---|
alias of Snapshot