The volume types extra specs extension
Types_extra_specs
(ext_mgr)¶Bases: cinder.api.extensions.ExtensionDescriptor
Type extra specs support.
alias
= 'os-types-extra-specs'¶get_resources
()¶List of extensions.ResourceExtension extension objects.
Resources define new nouns, and are accessible through URLs.
name
= 'TypesExtraSpecs'¶updated
= '2011-08-24T00:00:00+00:00'¶VolumeTypeExtraSpecsController
(view_builder=None)¶Bases: cinder.api.openstack.wsgi.Controller
The volume type extra specs API controller for the OpenStack API.
create
(**kwargs)¶delete
(req, type_id, id)¶Deletes an existing extra spec.
index
(req, type_id)¶Returns the list of extra specs for a given volume type.
show
(req, type_id, id)¶Return a single extra spec item.
update
(**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.