File: node.rst

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (35 lines) | stat: -rw-r--r-- 822 bytes parent folder | download | duplicates (2)
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
openstack.baremetal.v1.Node
===========================

.. automodule:: openstack.baremetal.v1.node

The Node Class
--------------

The ``Node`` class inherits from :class:`~openstack.resource.Resource`.

.. autoclass:: openstack.baremetal.v1.node.Node
   :members:

The PowerAction Class
^^^^^^^^^^^^^^^^^^^^^

The ``PowerAction`` enumeration represents known power actions.

.. autoclass:: openstack.baremetal.v1.node.PowerAction
   :members:

The ValidationResult Class
^^^^^^^^^^^^^^^^^^^^^^^^^^

The ``ValidationResult`` class represents the result of a validation.

.. autoclass:: openstack.baremetal.v1.node.ValidationResult
   :members:

The WaitResult Class
^^^^^^^^^^^^^^^^^^^^

The ``WaitResult`` class represents the result of waiting for several nodes.

.. autoclass:: openstack.baremetal.v1.node.WaitResult