The cinder.api.v3.group_specs Module¶
The group types specs controller
- 
class 
GroupTypeSpecsController(view_builder=None)¶ Bases:
cinder.api.openstack.wsgi.ControllerThe group type specs API controller for the OpenStack API.
- 
create(req, group_type_id, body=None)¶ 
- 
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(req, group_type_id, id, body=None)¶ 
- 
versioned_methods= {'index': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f87400aeb50>], 'create': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f873ffa3bd0>], 'delete': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f873ffa3d50>], 'update': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f873ffa3c10>], 'show': [<cinder.api.openstack.versioned_method.VersionedMethod object at 0x7f873ffa3090>]}¶ 
- 
wsgi_actions= {}¶ 
- 
wsgi_extensions= []¶ 
- 
 
- 
create_resource()¶