Skip to content

Commit

Permalink
Add product string to Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mpontillo committed Jun 24, 2024
1 parent bcfd581 commit cb4d43e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maas/client/viscera/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class Interface(Object, metaclass=InterfaceTypeMeta):
parents = ObjectFieldRelatedSet(
"parents", "Interfaces", reverse=None, map_func=map_nic_name_to_dict
)
product = ObjectField.Checked("product", check(str), readonly=True)
children = ObjectFieldRelatedSet(
"children", "Interfaces", reverse=None, map_func=map_nic_name_to_dict
)
Expand Down

0 comments on commit cb4d43e

Please sign in to comment.