The cinder.api.contrib.extended_snapshot_attributes Module

The Extended Snapshot Attributes API extension.

class ExtendedSnapshotAttributeTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class ExtendedSnapshotAttributesController(view_builder=None)

Bases: cinder.api.openstack.wsgi.Controller

detail(req, resp_obj)
show(req, resp_obj, id)
wsgi_actions = {}
wsgi_extensions = [('detail', None), ('show', None)]
class ExtendedSnapshotAttributesTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class Extended_snapshot_attributes(ext_mgr)

Bases: cinder.api.extensions.ExtensionDescriptor

Extended SnapshotAttributes support.

alias = 'os-extended-snapshot-attributes'
get_controller_extensions()
name = 'ExtendedSnapshotAttributes'
namespace = 'http://docs.openstack.org/volume/ext/extended_snapshot_attributes/api/v1'
updated = '2012-06-19T00:00:00+00:00'
make_snapshot(elem)

Previous topic

The cinder.api.contrib.extended_services Module

Next topic

The cinder.api.contrib.hosts Module

Project Source

This Page