python-terrascript/terrascript/netapp-gcp/r.py

30 lines
535 B
Python

# terrascript/netapp_gcp/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class netapp_gcp_active_directory(terrascript.Resource):
pass
class netapp_gcp_snapshot(terrascript.Resource):
pass
class netapp_gcp_volume(terrascript.Resource):
pass
class netapp_gcp_volume_backup(terrascript.Resource):
pass
class netapp_gcp_volume_replication(terrascript.Resource):
pass