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 0xffff88b3b750>], 'delete': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xffff8978ddd0>], 'index': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xffff89985190>], 'show': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xffff899857d0>], 'update': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xffff89f0ec90>]}¶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.