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.
1 parent bcfd581 commit cb4d43eCopy full SHA for cb4d43e
maas/client/viscera/interfaces.py
@@ -94,6 +94,7 @@ class Interface(Object, metaclass=InterfaceTypeMeta):
94
parents = ObjectFieldRelatedSet(
95
"parents", "Interfaces", reverse=None, map_func=map_nic_name_to_dict
96
)
97
+ product = ObjectField.Checked("product", check(str), readonly=True)
98
children = ObjectFieldRelatedSet(
99
"children", "Interfaces", reverse=None, map_func=map_nic_name_to_dict
100
0 commit comments