MANIFEST.in
README.md
dev_requirements.txt
requirements.txt
setup.py
test_requirements.txt
version.txt
cloudshell/__init__.py
cloudshell/cp/__init__.py
cloudshell/cp/vcenter/__init__.py
cloudshell/cp/vcenter/constants.py
cloudshell/cp/vcenter/exceptions.py
cloudshell/cp/vcenter/resource_config.py
cloudshell/cp/vcenter/actions/__init__.py
cloudshell/cp/vcenter/actions/validation.py
cloudshell/cp/vcenter/actions/vm_details.py
cloudshell/cp/vcenter/actions/vm_network.py
cloudshell/cp/vcenter/common/__init__.py
cloudshell/cp/vcenter/common/vcenter/__init__.py
cloudshell/cp/vcenter/common/vcenter/data_retrieve_service.py
cloudshell/cp/vcenter/common/vcenter/event_manager.py
cloudshell/cp/vcenter/flows/__init__.py
cloudshell/cp/vcenter/flows/affinity_rules_flow.py
cloudshell/cp/vcenter/flows/autoload.py
cloudshell/cp/vcenter/flows/cluster_usage.py
cloudshell/cp/vcenter/flows/connectivity_flow.py
cloudshell/cp/vcenter/flows/customize_guest_os.py
cloudshell/cp/vcenter/flows/delete_instance.py
cloudshell/cp/vcenter/flows/get_vm_web_console.py
cloudshell/cp/vcenter/flows/power_flow.py
cloudshell/cp/vcenter/flows/reconfigure_vm.py
cloudshell/cp/vcenter/flows/refresh_ip.py
cloudshell/cp/vcenter/flows/save_restore_app.py
cloudshell/cp/vcenter/flows/snapshots.py
cloudshell/cp/vcenter/flows/validate_attributes.py
cloudshell/cp/vcenter/flows/vm_details.py
cloudshell/cp/vcenter/flows/vm_uuid_by_name.py
cloudshell/cp/vcenter/flows/deploy_vm/__init__.py
cloudshell/cp/vcenter/flows/deploy_vm/base_flow.py
cloudshell/cp/vcenter/flows/deploy_vm/from_image.py
cloudshell/cp/vcenter/flows/deploy_vm/from_linked_clone.py
cloudshell/cp/vcenter/flows/deploy_vm/from_template.py
cloudshell/cp/vcenter/flows/deploy_vm/from_vm.py
cloudshell/cp/vcenter/flows/deploy_vm/commands/__init__.py
cloudshell/cp/vcenter/flows/deploy_vm/commands/clone_vm.py
cloudshell/cp/vcenter/flows/deploy_vm/commands/create_custom_spec.py
cloudshell/cp/vcenter/flows/deploy_vm/commands/create_vm_folder.py
cloudshell/cp/vcenter/flows/deploy_vm/commands/deploy_vm_from_image.py
cloudshell/cp/vcenter/flows/get_attribute_hints/__init__.py
cloudshell/cp/vcenter/flows/get_attribute_hints/attribute_hints.py
cloudshell/cp/vcenter/flows/get_attribute_hints/command.py
cloudshell/cp/vcenter/flows/get_attribute_hints/deployment_type_handlers.py
cloudshell/cp/vcenter/handlers/__init__.py
cloudshell/cp/vcenter/handlers/cluster_handler.py
cloudshell/cp/vcenter/handlers/cluster_specs.py
cloudshell/cp/vcenter/handlers/config_spec_handler.py
cloudshell/cp/vcenter/handlers/custom_spec_handler.py
cloudshell/cp/vcenter/handlers/datastore_handler.py
cloudshell/cp/vcenter/handlers/dc_handler.py
cloudshell/cp/vcenter/handlers/folder_handler.py
cloudshell/cp/vcenter/handlers/managed_entity_handler.py
cloudshell/cp/vcenter/handlers/network_handler.py
cloudshell/cp/vcenter/handlers/resource_pool.py
cloudshell/cp/vcenter/handlers/si_handler.py
cloudshell/cp/vcenter/handlers/snapshot_handler.py
cloudshell/cp/vcenter/handlers/storage_pod_handler.py
cloudshell/cp/vcenter/handlers/switch_handler.py
cloudshell/cp/vcenter/handlers/task.py
cloudshell/cp/vcenter/handlers/vcenter_path.py
cloudshell/cp/vcenter/handlers/vcenter_tag_handler.py
cloudshell/cp/vcenter/handlers/virtual_device_handler.py
cloudshell/cp/vcenter/handlers/virtual_disk_handler.py
cloudshell/cp/vcenter/handlers/vm_handler.py
cloudshell/cp/vcenter/handlers/vnic_handler.py
cloudshell/cp/vcenter/handlers/vsphere_api_handler.py
cloudshell/cp/vcenter/handlers/vsphere_sdk_handler.py
cloudshell/cp/vcenter/json_schemas/__init__.py
cloudshell/cp/vcenter/json_schemas/linux_custom_spec.json
cloudshell/cp/vcenter/json_schemas/windows_custom_spec.json
cloudshell/cp/vcenter/models/DeployDataHolder.py
cloudshell/cp/vcenter/models/__init__.py
cloudshell/cp/vcenter/models/base_deployment_app.py
cloudshell/cp/vcenter/models/connectivity_action_model.py
cloudshell/cp/vcenter/models/custom_spec.py
cloudshell/cp/vcenter/models/deploy_app.py
cloudshell/cp/vcenter/models/deployed_app.py
cloudshell/cp/vcenter/models/vsphere_tagging.py
cloudshell/cp/vcenter/utils/__init__.py
cloudshell/cp/vcenter/utils/bytes_converter.py
cloudshell/cp/vcenter/utils/client_helpers.py
cloudshell/cp/vcenter/utils/connectivity_helpers.py
cloudshell/cp/vcenter/utils/cs_helpers.py
cloudshell/cp/vcenter/utils/customization_params.py
cloudshell/cp/vcenter/utils/get_vm_web_console.py
cloudshell/cp/vcenter/utils/ovf_tool.py
cloudshell/cp/vcenter/utils/units_converter.py
cloudshell/cp/vcenter/utils/vm_console_link_attr.py
cloudshell/cp/vcenter/utils/vm_helpers.py
cloudshell_cp_vcenter.egg-info/PKG-INFO
cloudshell_cp_vcenter.egg-info/SOURCES.txt
cloudshell_cp_vcenter.egg-info/dependency_links.txt
cloudshell_cp_vcenter.egg-info/requires.txt
cloudshell_cp_vcenter.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/cp/__init__.py
tests/cp/vcenter/__init__.py
tests/cp/vcenter/test_resource_config.py
tests/cp/vcenter/actions/__init__.py
tests/cp/vcenter/actions/test_validation.py
tests/cp/vcenter/flows/__init__.py
tests/cp/vcenter/flows/test_save_restore.py
tests/cp/vcenter/flows/deploy_vm/__init__.py
tests/cp/vcenter/flows/deploy_vm/commands/__init__.py
tests/cp/vcenter/flows/deploy_vm/commands/test_clone_vm.py
tests/cp/vcenter/handlers/__init__.py
tests/cp/vcenter/handlers/test_cluster_hanlder.py
tests/cp/vcenter/handlers/test_config_spec_handler.py
tests/cp/vcenter/handlers/test_dc_handler.py
tests/cp/vcenter/handlers/test_si_handler.py
tests/cp/vcenter/handlers/test_virtual_disk_handler.py
tests/cp/vcenter/handlers/test_vm_handler.py
tests/cp/vcenter/handlers/test_vnic_handler.py
tests/cp/vcenter/handlers/test_vsphere_sdk_handler.py
tests/cp/vcenter/models/__init__.py
tests/cp/vcenter/models/test_custom_spec.py
tests/cp/vcenter/models/test_deployed_app.py
tests/cp/vcenter/utils/__init__.py
tests/cp/vcenter/utils/test_connectivity_helpers.py