nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
38 stars 32 forks source link

Properly Create nat_inside/outside Record objects #41

Closed FragmentedPacket closed 2 years ago

FragmentedPacket commented 2 years ago

The actual issue was the str for the base Record object looks for name or label which doesn't exist on an IPAddress.

This change returns the proper Record object now that has the appropriate str method.