cinder.api.contrib.cgsnapshots Module¶The cgsnapshots api.
Cgsnapshots(ext_mgr)¶Bases: cinder.api.extensions.ExtensionDescriptor
cgsnapshots support.
alias = 'cgsnapshots'¶get_resources()¶name = 'Cgsnapshots'¶updated = '2014-08-18T00:00:00+00:00'¶CgsnapshotsController¶Bases: cinder.api.openstack.wsgi.Controller
The cgsnapshots API controller for the OpenStack API.
create(req, body)¶Create a new cgsnapshot.
delete(req, id)¶Delete a cgsnapshot.
detail(req)¶Returns a detailed list of cgsnapshots.
index(req)¶Returns a summary list of cgsnapshots.
show(req, id)¶Return data about the given cgsnapshot.
wsgi_actions = {}¶wsgi_extensions = []¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.