File: accelerator.rst

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
file content (56 lines) | stat: -rw-r--r-- 1,479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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.

Deployable Operations
^^^^^^^^^^^^^^^^^^^^^

.. autoclass:: openstack.accelerator.v2._proxy.Proxy
  :noindex:
  :members: deployables, get_deployable, update_deployable

Device Operations
^^^^^^^^^^^^^^^^^

.. autoclass:: openstack.accelerator.v2._proxy.Proxy
  :noindex:
  :members: devices, get_device

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

Attribute Operations
^^^^^^^^^^^^^^^^^^^^

.. autoclass:: openstack.accelerator.v2._proxy.Proxy
  :noindex:
  :members: attributes, create_attribute, delete_attribute, get_attribute

Helpers
^^^^^^^

.. autoclass:: openstack.accelerator.v2._proxy.Proxy
   :noindex:
   :members: wait_for_status, wait_for_delete