26 lines
443 B
Python
26 lines
443 B
Python
# terrascript/junos/d.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class junos_interface(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class junos_interface_logical(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class junos_interface_physical(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class junos_system_information(terrascript.Data):
|
|
pass
|