The group type & group type specs controller.
GroupTypesController
(view_builder=None)¶Bases: cinder.api.openstack.wsgi.Controller
The group types API controller for the OpenStack API.
create
(**kwargs)¶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
(**kwargs)¶versioned_methods
= {'create': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f687f854090>], 'delete': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f687f77aa90>], 'index': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f687eba1450>], 'show': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f687fad53d0>], 'update': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f687f854150>]}¶wsgi_actions
= {}¶wsgi_extensions
= []¶create_resource
()¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.