The nova.api.openstack.compute.legacy_v2.contrib.assisted_volume_snapshots Module

class AssistedVolumeSnapshotsController

Bases: nova.api.openstack.wsgi.Controller

create(req, body)

Creates a new snapshot.

delete(req, id)

Delete a snapshot.

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

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Assisted volume snapshots.

alias = 'os-assisted-volume-snapshots'
get_resources()
name = 'AssistedVolumeSnapshots'
namespace = 'http://docs.openstack.org/compute/ext/assisted-volume-snapshots/api/v2'
updated = '2013-08-29T00:00:00Z'

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.aggregates Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.attach_interfaces Module

Project Source

This Page