Previous topic

The cinder.api.openstack.volume.contrib.admin_actions Module

Next topic

The cinder.api.openstack.volume.contrib.image_create Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.api.openstack.volume.contrib.extended_snapshot_attributes Module

The Extended Snapshot Attributes API extension.

class ExtendedSnapshotAttributeTemplate

Bases: cinder.api.openstack.xmlutil.TemplateBuilder

construct()
class ExtendedSnapshotAttributesController(*args, **kwargs)

Bases: cinder.api.openstack.wsgi.Controller

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

Bases: cinder.api.openstack.xmlutil.TemplateBuilder

construct()
class Extended_snapshot_attributes(ext_mgr)

Bases: cinder.api.openstack.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)