File: baremetal_introspection.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 (21 lines) | stat: -rw-r--r-- 730 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Baremetal Introspection API
===========================

.. automodule:: openstack.baremetal_introspection.v1._proxy

The Baremetal Introspection Proxy
---------------------------------

The baremetal introspection high-level interface is available through
the ``baremetal_introspection`` member of a
:class:`~openstack.connection.Connection` object.
The ``baremetal_introspection`` member will only be added if the service is
detected.

Introspection Process Operations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autoclass:: openstack.baremetal_introspection.v1._proxy.Proxy
  :noindex:
  :members: introspections, get_introspection, get_introspection_data,
            start_introspection, wait_for_introspection, abort_introspection