cinder.api.contrib.volume_type_access Modulecinder.api.contrib.volume_type_access Module¶The volume type access extension.
VolumeTypeAccessController¶Bases: object
The volume type access API controller for the OpenStack API.
index(req, type_id)¶VolumeTypeActionController(view_builder=None)¶Bases: cinder.api.openstack.wsgi.Controller
The volume type access API controller for the OpenStack API.
create(req, body, resp_obj)¶detail(req, resp_obj)¶index(req, resp_obj)¶show(req, resp_obj, id)¶wsgi_actions = {‘removeProjectAccess’: ‘_removeProjectAccess’, ‘addProjectAccess’: ‘_addProjectAccess’}¶wsgi_extensions = [(‘index’, None), (‘show’, None), (‘create’, ‘create’), (‘detail’, None)]¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.