118 lines
2.0 KiB
Python
118 lines
2.0 KiB
Python
# terrascript/data/techBeck03/vsphere.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:31:01 UTC)
|
|
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
|
|
|
|
|
|
__all__ = [
|
|
"vsphere_compute_cluster",
|
|
"vsphere_content_library",
|
|
"vsphere_content_library_item",
|
|
"vsphere_custom_attribute",
|
|
"vsphere_datacenter",
|
|
"vsphere_datastore",
|
|
"vsphere_datastore_cluster",
|
|
"vsphere_distributed_virtual_switch",
|
|
"vsphere_dynamic",
|
|
"vsphere_folder",
|
|
"vsphere_host",
|
|
"vsphere_host_pci_device",
|
|
"vsphere_host_thumbprint",
|
|
"vsphere_network",
|
|
"vsphere_resource_pool",
|
|
"vsphere_role",
|
|
"vsphere_storage_policy",
|
|
"vsphere_tag",
|
|
"vsphere_tag_category",
|
|
"vsphere_vapp_container",
|
|
"vsphere_virtual_machine",
|
|
"vsphere_vmfs_disks",
|
|
]
|