python-terrascript/terrascript/netbox/r.py

30 lines
508 B
Python

# terrascript/netbox/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class netbox_ipam_aggregates(terrascript.Resource):
pass
class netbox_ipam_available_prefix(terrascript.Resource):
pass
class netbox_ipam_prefix(terrascript.Resource):
pass
class netbox_ipam_rir(terrascript.Resource):
pass
class netbox_tag(terrascript.Resource):
pass