An object for managing networks on the server. See the :doc:`networks documentation ` for full details.
(self)
| 126 | |
| 127 | @property |
| 128 | def networks(self): |
| 129 | """ |
| 130 | An object for managing networks on the server. See the |
| 131 | :doc:`networks documentation <networks>` for full details. |
| 132 | """ |
| 133 | return NetworkCollection(client=self) |
| 134 | |
| 135 | @property |
| 136 | def nodes(self): |