38 lines
632 B
Python
38 lines
632 B
Python
# terrascript/transip/r.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class transip_dns_record(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_domain(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_private_network(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_private_network_attachment(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_sshkey(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_vps(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class transip_vps_firewall(terrascript.Resource):
|
|
pass
|