The volume types encryption extension.
VolumeTypeEncryptionController(view_builder=None)¶Bases: cinder.api.openstack.wsgi.Controller
The volume type encryption API controller for the OpenStack API.
create(**kwargs)¶Create encryption specs for an existing volume type.
delete(req, type_id, id)¶Delete encryption specs for a given volume type.
index(req, type_id)¶Returns the encryption specs for a given volume type.
show(req, type_id, id)¶Return a single encryption item.
update(**kwargs)¶Update encryption specs for a given volume type.
wsgi_actions = {}¶wsgi_extensions = []¶Volume_type_encryption(ext_mgr)¶Bases: cinder.api.extensions.ExtensionDescriptor
Encryption support for volume types.
alias = 'encryption'¶get_controller_extensions()¶List of extensions.ControllerExtension extension objects.
Controller extensions are used to extend existing controllers.
get_resources()¶List of extensions.ResourceExtension extension objects.
Resources define new nouns, and are accessible through URLs.
name = 'VolumeTypeEncryption'¶updated = '2013-07-01T00:00:00+00:00'¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.