@@ -211,7 +211,7 @@ def connected_endpoint(self):
211211# Console ports
212212#
213213
214- @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'webhooks' )
214+ @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'tags' , ' webhooks' )
215215class ConsolePort (ComponentModel , CableTermination , PathEndpoint ):
216216 """
217217 A physical console port within a Device. ConsolePorts connect to ConsoleServerPorts.
@@ -254,7 +254,7 @@ def to_csv(self):
254254# Console server ports
255255#
256256
257- @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'webhooks' )
257+ @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'tags' , ' webhooks' )
258258class ConsoleServerPort (ComponentModel , CableTermination , PathEndpoint ):
259259 """
260260 A physical port within a Device (typically a designated console server) which provides access to ConsolePorts.
@@ -297,7 +297,7 @@ def to_csv(self):
297297# Power ports
298298#
299299
300- @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'webhooks' )
300+ @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'tags' , ' webhooks' )
301301class PowerPort (ComponentModel , CableTermination , PathEndpoint ):
302302 """
303303 A physical power supply (intake) port within a Device. PowerPorts connect to PowerOutlets.
@@ -408,7 +408,7 @@ def get_power_draw(self):
408408# Power outlets
409409#
410410
411- @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'webhooks' )
411+ @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'tags' , ' webhooks' )
412412class PowerOutlet (ComponentModel , CableTermination , PathEndpoint ):
413413 """
414414 A physical power outlet (output) within a Device which provides power to a PowerPort.
@@ -512,7 +512,7 @@ def count_ipaddresses(self):
512512 return self .ip_addresses .count ()
513513
514514
515- @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'webhooks' )
515+ @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'tags' , ' webhooks' )
516516class Interface (ComponentModel , BaseInterface , CableTermination , PathEndpoint ):
517517 """
518518 A network interface within a Device. A physical Interface can connect to exactly one other Interface.
@@ -683,7 +683,7 @@ def is_lag(self):
683683# Pass-through ports
684684#
685685
686- @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'webhooks' )
686+ @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'tags' , ' webhooks' )
687687class FrontPort (ComponentModel , CableTermination ):
688688 """
689689 A pass-through port on the front of a Device.
@@ -748,7 +748,7 @@ def clean(self):
748748 })
749749
750750
751- @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'webhooks' )
751+ @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'tags' , ' webhooks' )
752752class RearPort (ComponentModel , CableTermination ):
753753 """
754754 A pass-through port on the rear of a Device.
@@ -801,7 +801,7 @@ def to_csv(self):
801801# Device bays
802802#
803803
804- @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'webhooks' )
804+ @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'tags' , ' webhooks' )
805805class DeviceBay (ComponentModel ):
806806 """
807807 An empty space within a Device which can house a child device
@@ -860,7 +860,7 @@ def clean(self):
860860# Inventory items
861861#
862862
863- @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'webhooks' )
863+ @extras_features ('custom_fields' , 'custom_links' , 'export_templates' , 'tags' , ' webhooks' )
864864class InventoryItem (MPTTModel , ComponentModel ):
865865 """
866866 An InventoryItem represents a serialized piece of hardware within a Device, such as a line card or power supply.
0 commit comments