Previous topic

The nova.api.openstack.urlmap Module

Next topic

The nova.api.openstack.volume.contrib.types_manage Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.api.openstack.volume.contrib.types_extra_specs Module

The volume types extra specs extension

class Types_extra_specs(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Types extra specs support

alias = 'os-types-extra-specs'
get_resources()
name = 'TypesExtraSpecs'
namespace = 'http://docs.openstack.org/volume/ext/types-extra-specs/api/v1'
updated = '2011-08-24T00:00:00+00:00'
class VolumeTypeExtraSpecTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class VolumeTypeExtraSpecsController

Bases: object

The volume type extra specs API controller for the OpenStack API

create(req, type_id, body=None)
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=None)
class VolumeTypeExtraSpecsTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()