The resource filters api.
DefaultTypesController
(view_builder=None)¶Bases: cinder.api.openstack.wsgi.Controller
The Default types API controller for the OpenStack API.
create_update
(req, id, body)¶Set a default volume type for the specified project.
delete
(req, id)¶Unset a default volume type for a project.
detail
(req, id)¶Return detail of a default type.
index
(req)¶Return a list of default types.
versioned_methods
= {'create_update': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'delete': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'detail': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'index': [<cinder.api.openstack.versioned_method.VersionedMethod object>]}¶wsgi_actions
= {}¶wsgi_extensions
= []¶create_resource
()¶Create the wsgi resource for this controller.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.