python-terrascript/terrascript/resource/techBeck03/vsphere.py

203 lines
3.9 KiB
Python

# terrascript/resource/techBeck03/vsphere.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:31:01 UTC)
import terrascript
class vsphere_compute_cluster(terrascript.Resource):
pass
class vsphere_compute_cluster_host_group(terrascript.Resource):
pass
class vsphere_compute_cluster_vm_affinity_rule(terrascript.Resource):
pass
class vsphere_compute_cluster_vm_anti_affinity_rule(terrascript.Resource):
pass
class vsphere_compute_cluster_vm_dependency_rule(terrascript.Resource):
pass
class vsphere_compute_cluster_vm_group(terrascript.Resource):
pass
class vsphere_compute_cluster_vm_host_rule(terrascript.Resource):
pass
class vsphere_content_library(terrascript.Resource):
pass
class vsphere_content_library_item(terrascript.Resource):
pass
class vsphere_custom_attribute(terrascript.Resource):
pass
class vsphere_datacenter(terrascript.Resource):
pass
class vsphere_datastore_cluster(terrascript.Resource):
pass
class vsphere_datastore_cluster_vm_anti_affinity_rule(terrascript.Resource):
pass
class vsphere_distributed_port_group(terrascript.Resource):
pass
class vsphere_distributed_virtual_switch(terrascript.Resource):
pass
class vsphere_dpm_host_override(terrascript.Resource):
pass
class vsphere_drs_vm_override(terrascript.Resource):
pass
class vsphere_entity_permissions(terrascript.Resource):
pass
class vsphere_file(terrascript.Resource):
pass
class vsphere_folder(terrascript.Resource):
pass
class vsphere_ha_vm_override(terrascript.Resource):
pass
class vsphere_host(terrascript.Resource):
pass
class vsphere_host_port_group(terrascript.Resource):
pass
class vsphere_host_virtual_switch(terrascript.Resource):
pass
class vsphere_license(terrascript.Resource):
pass
class vsphere_nas_datastore(terrascript.Resource):
pass
class vsphere_resource_pool(terrascript.Resource):
pass
class vsphere_role(terrascript.Resource):
pass
class vsphere_storage_drs_vm_override(terrascript.Resource):
pass
class vsphere_tag(terrascript.Resource):
pass
class vsphere_tag_category(terrascript.Resource):
pass
class vsphere_vapp_container(terrascript.Resource):
pass
class vsphere_vapp_entity(terrascript.Resource):
pass
class vsphere_virtual_disk(terrascript.Resource):
pass
class vsphere_virtual_machine(terrascript.Resource):
pass
class vsphere_virtual_machine_snapshot(terrascript.Resource):
pass
class vsphere_vm_storage_policy(terrascript.Resource):
pass
class vsphere_vmfs_datastore(terrascript.Resource):
pass
class vsphere_vnic(terrascript.Resource):
pass
__all__ = [
"vsphere_compute_cluster",
"vsphere_compute_cluster_host_group",
"vsphere_compute_cluster_vm_affinity_rule",
"vsphere_compute_cluster_vm_anti_affinity_rule",
"vsphere_compute_cluster_vm_dependency_rule",
"vsphere_compute_cluster_vm_group",
"vsphere_compute_cluster_vm_host_rule",
"vsphere_content_library",
"vsphere_content_library_item",
"vsphere_custom_attribute",
"vsphere_datacenter",
"vsphere_datastore_cluster",
"vsphere_datastore_cluster_vm_anti_affinity_rule",
"vsphere_distributed_port_group",
"vsphere_distributed_virtual_switch",
"vsphere_dpm_host_override",
"vsphere_drs_vm_override",
"vsphere_entity_permissions",
"vsphere_file",
"vsphere_folder",
"vsphere_ha_vm_override",
"vsphere_host",
"vsphere_host_port_group",
"vsphere_host_virtual_switch",
"vsphere_license",
"vsphere_nas_datastore",
"vsphere_resource_pool",
"vsphere_role",
"vsphere_storage_drs_vm_override",
"vsphere_tag",
"vsphere_tag_category",
"vsphere_vapp_container",
"vsphere_vapp_entity",
"vsphere_virtual_disk",
"vsphere_virtual_machine",
"vsphere_virtual_machine_snapshot",
"vsphere_vm_storage_policy",
"vsphere_vmfs_datastore",
"vsphere_vnic",
]