cinder.api.contrib.types_extra_specs module

The volume types extra specs extension

class Types_extra_specs(ext_mgr)

Bases: ExtensionDescriptor

Type extra specs support.

alias = 'os-types-extra-specs'
get_resources()

List of extensions.ResourceExtension extension objects.

Resources define new nouns, and are accessible through URLs.

name = 'TypesExtraSpecs'
updated = '2011-08-24T00:00:00+00:00'
class VolumeTypeExtraSpecsController(view_builder=None)

Bases: Controller

The volume type extra specs API controller for the OpenStack API.

create(req, type_id, body)
delete(req, type_id, id)

Deletes an existing extra spec.

index(req, type_id)

Returns the list of extra specs for a given volume type.

show(req, type_id, id)

Return a single extra spec item.

update(req, type_id, id, body)
wsgi_actions = {}
wsgi_extensions = []