The cinder.api.contrib.cgsnapshots Module¶
The cgsnapshots api.
- 
class Cgsnapshots(ext_mgr)¶
- Bases: - cinder.api.extensions.ExtensionDescriptor- cgsnapshots support. - 
alias= 'cgsnapshots'¶
 - 
get_resources()¶
 - 
name= 'Cgsnapshots'¶
 - 
updated= '2014-08-18T00:00:00+00:00'¶
 
- 
- 
class 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= []¶
 
-