cinder.api.v3.group_types module
The group type & group type specs controller.
-
class GroupTypesController(view_builder=None)
Bases: Controller
The group types API controller for the OpenStack API.
-
create(req, body)
Creates a new group type.
-
delete(req, id)
Deletes an existing group type.
-
index(req)
Returns the list of group types.
-
show(req, id)
Return a single group type item.
-
update(req, id, body)
-
versioned_methods = {'create': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'delete': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'index': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'show': [<cinder.api.openstack.versioned_method.VersionedMethod object>], 'update': [<cinder.api.openstack.versioned_method.VersionedMethod object>]}
-
wsgi_actions = {}
-
wsgi_extensions = []
-
create_resource()