python-terrascript/terrascript/esxi/r.py

30 lines
484 B
Python

# terrascript/esxi/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class esxi_guest(terrascript.Resource):
pass
class esxi_portgroup(terrascript.Resource):
pass
class esxi_resource_pool(terrascript.Resource):
pass
class esxi_virtual_disk(terrascript.Resource):
pass
class esxi_vswitch(terrascript.Resource):
pass