Max Devyatov
Max Devyatov
Thank you for your reply. > The Bgpipv4peer class instance should be retrieved via dot notation from parent objects using the .find() method. > Is the nested dot notation sufficient...
>>how you use the class for type hinting? Just to show an idea. Something like ``` from ixnetwork_restpy.testplatform.sessions.ixnetwork.ixnetwork import Ixnetwork from ixnetwork_restpy.testplatform.sessions.ixnetwork.topology.topology import Topology from ixnetwork_restpy.testplatform.sessions.ixnetwork.vport.vport import Vport def add_topology(vport:...