Rear Port Templates¶
A template for a rear-facing pass-through port that will be created on all instantiations of the parent device type or module type. Each rear port may have a physical type and one or more front port templates assigned to it. The number of positions associated with a rear port determines how many front ports can be assigned to it (the maximum is 1024).
Added in version 1.4.5
The fields created
and last_updated
were added to all device component template models. If you upgraded from Nautobot 1.4.4 or earlier, the values for these fields will default to None
(null).
Changed in version 2.3.0
This model has been updated to support being installed in Modules through the ModuleType model. As a result, there are now two fields for assignment to a DeviceType or ModuleType. One of the device_type
or module_type
fields must be populated but not both. If a module_type
is supplied, the device_type
field must be null, and similarly the module_type
field must be null if a device_type
is supplied.