The cinder.api.contrib.types_extra_specs Module¶
The volume types extra specs extension
- 
class Types_extra_specs(ext_mgr)¶
- Bases: - cinder.api.extensions.ExtensionDescriptor- Type extra specs support. - 
alias= 'os-types-extra-specs'¶
 - 
get_resources()¶
 - 
name= 'TypesExtraSpecs'¶
 - 
updated= '2011-08-24T00:00:00+00:00'¶
 
- 
- 
class VolumeTypeExtraSpecsController(view_builder=None)¶
- Bases: - cinder.api.openstack.wsgi.Controller- The volume type extra specs API controller for the OpenStack API. - 
create(req, type_id, body=None)¶
 - 
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(req, type_id, id, body=None)¶
 - 
wsgi_actions= {}¶
 - 
wsgi_extensions= []¶
 
-