cinder.api.contrib.cgsnapshots module¶
The cgsnapshots api.
- class Cgsnapshots(ext_mgr)¶
 Bases:
ExtensionDescriptorcgsnapshots support.
- alias = 'cgsnapshots'¶
 
- get_resources()¶
 List of extensions.ResourceExtension extension objects.
Resources define new nouns, and are accessible through URLs.
- name = 'Cgsnapshots'¶
 
- updated = '2014-08-18T00:00:00+00:00'¶
 
- class CgsnapshotsController¶
 Bases:
ControllerThe 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 = []¶