The cinder.api.v3.group_types Module¶
The group type & group type specs controller.
- 
class GroupTypesController(view_builder=None)¶
- Bases: - cinder.api.openstack.wsgi.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= {'index': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7fa35d63ddd0>], 'create': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7fa35d63dbd0>], 'show': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7fa35d63d550>], 'update': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7fa35d63db90>], 'delete': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7fa35d63d8d0>]}¶
 - 
wsgi_actions= {}¶
 - 
wsgi_extensions= []¶
 
- 
- 
create_resource()¶