The cinder.api.contrib.cgsnapshots Module

The cgsnapshots api.

class CgsnapshotTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class Cgsnapshots(ext_mgr)

Bases: cinder.api.extensions.ExtensionDescriptor

cgsnapshots support.

alias = 'cgsnapshots'
get_resources()
name = 'Cgsnapshots'
namespace = 'http://docs.openstack.org/volume/ext/cgsnapshots/api/v1'
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 = []
class CgsnapshotsTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class CreateDeserializer(metadata=None)

Bases: cinder.api.openstack.wsgi.MetadataXMLDeserializer

default(string)
make_cgsnapshot(elem)

Previous topic

The cinder.api.contrib.capabilities Module

Next topic

The cinder.api.contrib.consistencygroups Module

Project Source

This Page