cinder.api.contrib.qos_specs_manage module
updated: 2024-06-21 07:19
cinder.api.contrib.qos_specs_manage module
The QoS specs extension
-
class QoSSpecsController(view_builder=None)
Bases: 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 Qos_specs_manage(ext_mgr)
Bases: 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'
updated: 2024-06-21 07:19