The Capabilities
class inherits from Resource
.
The base resource
_synchronized (bool) – This is not intended to be used directly. See
new()
and
existing()
.
connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow
Resource objects to be used without an active Connection, such as
in unit tests. Use of self._connection
in Resource code should
protect itself with a check for None.
The base part of the URI for this resource.
Allow get operation for this resource.
Properties The capabilities description
The name of volume backend capabilities.
The driver version.
The storage namespace, such as OS::Storage::Capabilities::foo.
The name of the storage pool.
The backend volume capabilites list, which consists of cinder standard capabilities and vendor unique properties.
A list of volume backends used to replicate volumes on this backend.
The storage backend for the backend volume.
The name of the vendor.
The volume type access.
The name of the back-end volume.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.