46 lines
719 B
Python
46 lines
719 B
Python
# terrascript/triton/r.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class triton_fabric(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class triton_firewall_rule(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class triton_instance_template(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class triton_key(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class triton_machine(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class triton_service_group(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class triton_snapshot(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class triton_vlan(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class triton_volume(terrascript.Resource):
|
|
pass
|