python-terrascript/terrascript/vsphere/d.py

98 lines
1.4 KiB
Python

# terrascript/vsphere/d.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class vsphere_compute_cluster(terrascript.Data):
pass
class vsphere_content_library(terrascript.Data):
pass
class vsphere_content_library_item(terrascript.Data):
pass
class vsphere_custom_attribute(terrascript.Data):
pass
class vsphere_datacenter(terrascript.Data):
pass
class vsphere_datastore(terrascript.Data):
pass
class vsphere_datastore_cluster(terrascript.Data):
pass
class vsphere_distributed_virtual_switch(terrascript.Data):
pass
class vsphere_dynamic(terrascript.Data):
pass
class vsphere_folder(terrascript.Data):
pass
class vsphere_host(terrascript.Data):
pass
class vsphere_host_pci_device(terrascript.Data):
pass
class vsphere_host_thumbprint(terrascript.Data):
pass
class vsphere_network(terrascript.Data):
pass
class vsphere_resource_pool(terrascript.Data):
pass
class vsphere_role(terrascript.Data):
pass
class vsphere_storage_policy(terrascript.Data):
pass
class vsphere_tag(terrascript.Data):
pass
class vsphere_tag_category(terrascript.Data):
pass
class vsphere_vapp_container(terrascript.Data):
pass
class vsphere_virtual_machine(terrascript.Data):
pass
class vsphere_vmfs_disks(terrascript.Data):
pass