The cinder.api.contrib.qos_specs_manage Module

The QoS specs extension

class AssociationsTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class QoSSpecsController(view_builder=None)

Bases: cinder.api.openstack.wsgi.Controller

The volume type extra specs API controller for the OpenStack API.

associate(req, id)

Associate a qos specs with a volume type.

associations(req, id)

List all associations of given qos specs.

create(req, body=None)
delete(req, id)

Deletes an existing qos specs.

delete_keys(req, id, body)

Deletes specified keys in qos specs.

disassociate(req, id)

Disassociate a qos specs from a volume type.

disassociate_all(req, id)

Disassociate a qos specs from all volume types.

index(req)

Returns the list of qos_specs.

show(req, id)

Return a single qos spec item.

update(req, id, body=None)
wsgi_actions = {}
wsgi_extensions = []
class QoSSpecsKeyDeserializer(metadata=None)

Bases: cinder.api.openstack.wsgi.XMLDeserializer

default(string)
class QoSSpecsTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class Qos_specs_manage(ext_mgr)

Bases: cinder.api.extensions.ExtensionDescriptor

QoS specs support.

alias = 'qos-specs'
get_resources()
name = 'Qos_specs_manage'
namespace = 'http://docs.openstack.org/volume/ext/qos-specs/api/v1'
updated = '2013-08-02T00:00:00+00:00'
class SpecsTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
make_associations(elem)
make_qos_specs(elem)

Previous topic

The cinder.api.contrib.image_create Module

Next topic

The cinder.api.contrib.quota_classes Module

Project Source

This Page