Skip to content

Commit 0b71e14

Browse files
Added maintenance to LinodeClient
1 parent a549b4f commit 0b71e14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

linode_api4/linode_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,10 @@ def __init__(
400400
#: :any:`NetworkingGroup` for more information
401401
self.networking = NetworkingGroup(self)
402402

403+
#: Access methods related to maintenance on your account - see
404+
#: :any:`MaintenanceGroup` for more information
405+
self.maintenance = MaintenanceGroup(self)
406+
403407
#: Access methods related to support - see :any:`SupportGroup` for more
404408
#: information
405409
self.support = SupportGroup(self)

0 commit comments

Comments
 (0)