The QoS specs extension
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(**kwargs)¶delete(req, id)¶Deletes an existing qos specs.
delete_keys(**kwargs)¶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(**kwargs)¶wsgi_actions = {}¶wsgi_extensions = []¶Qos_specs_manage(ext_mgr)¶Bases: cinder.api.extensions.ExtensionDescriptor
QoS specs support.
alias = 'qos-specs'¶get_resources()¶List of extensions.ResourceExtension extension objects.
Resources define new nouns, and are accessible through URLs.
name = 'Qos_specs_manage'¶updated = '2013-08-02T00:00:00+00:00'¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.