22 lines
422 B
Python
22 lines
422 B
Python
# terrascript/netapp_cloudmanager/d.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class netapp_cloudmanager_cifs_server(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class netapp_cloudmanager_nss_account(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class netapp_cloudmanager_volume(terrascript.Data):
|
|
pass
|