cinder.api.v3.default_types module¶
The resource filters api.
- class DefaultTypesController(view_builder=None)¶
 Bases:
ControllerThe 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.