The cinder.api.contrib.qos_specs_manage Module¶
The QoS specs extension
- 
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= []¶
 
-