The cinder.api.contrib.volume_transfer Module

class VolumeTransferController

Bases: cinder.api.openstack.wsgi.Controller

The Volume Transfer API controller for the OpenStack API.

accept(req, id, body)

Accept a new volume transfer.

create(req, body)

Create a new volume transfer.

delete(req, id)

Delete a transfer.

detail(req)

Returns a detailed list of transfers.

index(req)

Returns a summary list of transfers.

show(req, id)

Return data about active transfers.

wsgi_actions = {}
wsgi_extensions = []
class Volume_transfer(ext_mgr)

Bases: cinder.api.extensions.ExtensionDescriptor

Volume transfer management support.

alias = 'os-volume-transfer'
get_resources()
name = 'VolumeTransfer'
updated = '2013-05-29T00:00:00+00:00'

Previous topic

The cinder.api.contrib.volume_tenant_attribute Module

Next topic

The cinder.api.contrib.volume_type_access Module

Project Source

This Page