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 0x7fabeef5bc50>], 'delete': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7fabeef5b1d0>], 'index': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7fabeef5ba10>], 'show': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7fabeef5bbd0>], 'update': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7fabeef5ba50>]}¶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.