Skip to content

Commit cb4d43e

Browse files
committed
Add product string to Interface
1 parent bcfd581 commit cb4d43e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maas/client/viscera/interfaces.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class Interface(Object, metaclass=InterfaceTypeMeta):
9494
parents = ObjectFieldRelatedSet(
9595
"parents", "Interfaces", reverse=None, map_func=map_nic_name_to_dict
9696
)
97+
product = ObjectField.Checked("product", check(str), readonly=True)
9798
children = ObjectFieldRelatedSet(
9899
"children", "Interfaces", reverse=None, map_func=map_nic_name_to_dict
99100
)

0 commit comments

Comments
 (0)