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(*args, **kwargs)¶delete(req, id)¶Deletes an existing qos specs.
delete_keys(*args, **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(*args, **kwargs)¶wsgi_actions = {}¶wsgi_extensions = []¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.