ManageResource
¶Bases: object
Mixin class for v3 of ManageVolume and ManageSnapshot.
It requires that any class inheriting from this one has volume_api and _list_manageable_view attributes.
VALID_SORT_DIRS
= set(['asc', 'desc'])¶VALID_SORT_KEYS
= set(['reference', 'size'])¶detail
(req)¶Returns a detailed list of volumes available to manage.
index
(req)¶Returns a summary list of volumes available to manage.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.