The cinder.api.v3.resource_filters Module¶
The resource filters api.
-
class
ResourceFiltersController(ext_mgr=None)¶ Bases:
cinder.api.openstack.wsgi.ControllerThe resource filter API controller for the OpenStack API.
-
index(req)¶ Return a list of resource filters.
-
versioned_methods= {‘index’: [<cinder.api.openstack.versioned_method.VersionedMethod object>]}¶
-
wsgi_actions= {}¶
-
wsgi_extensions= []¶
-
-
create_resource(ext_mgr)¶ Create the wsgi resource for this controller.