The cinder.api.v2.volume_metadata Module¶
- 
class 
Controller¶ Bases:
cinder.api.openstack.wsgi.ControllerThe volume metadata API controller for the OpenStack API.
- 
create(req, volume_id, body)¶ 
- 
delete(req, volume_id, id)¶ Deletes an existing metadata.
- 
index(req, volume_id)¶ Returns the list of metadata for a given volume.
- 
show(req, volume_id, id)¶ Return a single metadata item.
- 
update(req, volume_id, id, body)¶ 
- 
update_all(req, volume_id, body)¶ 
- 
wsgi_actions= {}¶ 
- 
wsgi_extensions= []¶ 
- 
 
- 
create_resource()¶