novaclient.v2.assisted_volume_snapshots Module¶Assisted volume snapshots - to be used by Cinder and not end users.
novaclient.v2.assisted_volume_snapshots.AssistedSnapshotManager(api)¶Bases: novaclient.base.Manager
create(volume_id, create_info)¶delete(snapshot, delete_info)¶Delete a specified assisted volume snapshot.
| Parameters: |
|
|---|---|
| Returns: | An instance of novaclient.base.TupleWithMeta |
novaclient.v2.assisted_volume_snapshots.Snapshot(manager, info, loaded=False, resp=None)¶Bases: novaclient.base.Resource
Populate and bind to a manager.
| Parameters: |
|
|---|
delete()¶Delete this snapshot.
| Returns: | An instance of novaclient.base.TupleWithMeta |
|---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.