28 lines
498 B
Python
28 lines
498 B
Python
# terrascript/data/jeremmfr/junos.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:19:45 UTC)
|
|
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
|
|
|
|
|
|
__all__ = [
|
|
"junos_interface",
|
|
"junos_interface_logical",
|
|
"junos_interface_physical",
|
|
"junos_system_information",
|
|
]
|