We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 698ebf4 + a8e5086 commit b7c75c6Copy full SHA for b7c75c6
linode_api4/linode_client.py
@@ -203,6 +203,12 @@ def __init__(
203
#: Access methods related to VM placement - See :any:`PlacementAPIGroup` for more information.
204
self.placement = PlacementAPIGroup(self)
205
206
+ #: Access methods related to Maintenance - See :any:`MaintenanceGroup` for more information.
207
+ self.maintenance = MaintenanceGroup(self)
208
+
209
+ #: Access methods related to Monitor - See :any:`MonitorGroup` for more information.
210
+ self.monitor = MonitorGroup(self)
211
212
@property
213
def _user_agent(self):
214
return "{}python-linode_api4/{} {}".format(
0 commit comments