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 0x7f5055259a90>], 'delete': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f5055259d10>], 'index': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f5055259250>], 'show': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f5054d08ed0>], 'update': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f5055259ed0>]}¶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.