An object for managing nodes on the server. See the :doc:`nodes documentation ` for full details.
(self)
| 134 | |
| 135 | @property |
| 136 | def nodes(self): |
| 137 | """ |
| 138 | An object for managing nodes on the server. See the |
| 139 | :doc:`nodes documentation <nodes>` for full details. |
| 140 | """ |
| 141 | return NodeCollection(client=self) |
| 142 | |
| 143 | @property |
| 144 | def plugins(self): |