openstacksdk/doc/source/user/proxies/accelerator.rst
Artem Goncharov f132edff2a Update docs to work with newer Sphinx
Change-Id: Ic15793329aa1f6027465eb362fcd0a0471d7b396
2020-04-21 17:06:12 +02:00

44 lines
1.1 KiB
ReStructuredText

Accelerator API
===============
.. automodule:: openstack.accelerator.v2._proxy
The Accelerator Class
---------------------
The accelerator high-level interface is available through the ``accelerator``
member of a :class:`~openstack.connection.Connection` object.
The ``accelerator`` member will only be added if the service is detected.
Device Operations
^^^^^^^^^^^^^^^^^
.. autoclass:: openstack.accelerator.v2._proxy.Proxy
:noindex:
:members: devices, get_device
Deployable Operations
^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: openstack.accelerator.v2._proxy.Proxy
:noindex:
:members: deployables, get_deployable, update_deployable
Device Profile Operations
^^^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: openstack.accelerator.v2._proxy.Proxy
:noindex:
:members: device_profiles, get_device_profile,
create_device_profile, delete_device_profile
Accelerator Request Operations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: openstack.accelerator.v2._proxy.Proxy
:noindex:
:members: accelerator_requests, get_accelerator_request,
create_accelerator_request, delete_accelerator_request,
update_accelerator_request