We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff28d5 commit 7c1374bCopy full SHA for 7c1374b
1 file changed
maas/client/viscera/machines.py
@@ -373,6 +373,7 @@ class Machine(Node, metaclass=MachineType):
373
status_name = ObjectField.Checked("status_name", check(str), readonly=True)
374
raids = ObjectFieldRelatedSet("raids", "Raids", reverse=None)
375
volume_groups = ObjectFieldRelatedSet("volume_groups", "VolumeGroups", reverse=None)
376
+ pod = ObjectFieldRelated("pod", "Pod", readonly=True)
377
378
async def save(self):
379
"""Save the machine in MAAS."""
0 commit comments