Skip to content

Commit b7c75c6

Browse files
Merge branch 'proj/maintenance-policy' into maintenance_test
2 parents 698ebf4 + a8e5086 commit b7c75c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

linode_api4/linode_client.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@ def __init__(
203203
#: Access methods related to VM placement - See :any:`PlacementAPIGroup` for more information.
204204
self.placement = PlacementAPIGroup(self)
205205

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+
206212
@property
207213
def _user_agent(self):
208214
return "{}python-linode_api4/{} {}".format(

0 commit comments

Comments
 (0)