python-terrascript/terrascript/ns1/r.py

54 lines
787 B
Python

# terrascript/ns1/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class ns1_apikey(terrascript.Resource):
pass
class ns1_application(terrascript.Resource):
pass
class ns1_datafeed(terrascript.Resource):
pass
class ns1_datasource(terrascript.Resource):
pass
class ns1_monitoringjob(terrascript.Resource):
pass
class ns1_notifylist(terrascript.Resource):
pass
class ns1_pulsarjob(terrascript.Resource):
pass
class ns1_record(terrascript.Resource):
pass
class ns1_team(terrascript.Resource):
pass
class ns1_user(terrascript.Resource):
pass
class ns1_zone(terrascript.Resource):
pass