cinder.api.v3.group_specs module

cinder.api.v3.group_specs module

The group types specs controller

class GroupTypeSpecsController(view_builder=None)

Bases: cinder.api.openstack.wsgi.Controller

The group type specs API controller for the OpenStack API.

create(**kwargs)
delete(req, group_type_id, id)

Deletes an existing group spec.

index(req, group_type_id)

Returns the list of group specs for a given group type.

show(req, group_type_id, id)

Return a single extra spec item.

update(**kwargs)
versioned_methods = {'create': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xffff89ced110>], 'delete': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xffff893633d0>], 'index': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xffff89ced7d0>], 'show': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xffff893630d0>], 'update': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0xffff89363d10>]}
wsgi_actions = {}
wsgi_extensions = []
create_resource()
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.