File: baremetal_introspection.rst

package info (click to toggle)
python-openstacksdk 0.50.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,632 kB
  • sloc: python: 83,132; sh: 194; makefile: 21
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