MANIFEST.in
README.md
dev_requirements.txt
pyproject.toml
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/commands/DeleteInstance.py
cloudshell/cp/vcenter/commands/__init__.py
cloudshell/cp/vcenter/commands/cluster_usage.py
cloudshell/cp/vcenter/commands/command_orchestrator.py
cloudshell/cp/vcenter/commands/connect_dvswitch.py
cloudshell/cp/vcenter/commands/connect_orchestrator.py
cloudshell/cp/vcenter/commands/customize_guest_os.py
cloudshell/cp/vcenter/commands/delete_saved_sandbox.py
cloudshell/cp/vcenter/commands/deploy_vm.py
cloudshell/cp/vcenter/commands/disconnect_dvswitch.py
cloudshell/cp/vcenter/commands/ip_result.py
cloudshell/cp/vcenter/commands/load_vm.py
cloudshell/cp/vcenter/commands/power_manager_vm.py
cloudshell/cp/vcenter/commands/reconfigure_vm.py
cloudshell/cp/vcenter/commands/refresh_ip.py
cloudshell/cp/vcenter/commands/restore_snapshot.py
cloudshell/cp/vcenter/commands/retrieve_snapshots.py
cloudshell/cp/vcenter/commands/save_sandbox.py
cloudshell/cp/vcenter/commands/save_snapshot.py
cloudshell/cp/vcenter/commands/vm_console.py
cloudshell/cp/vcenter/commands/vm_details.py
cloudshell/cp/vcenter/common/__init__.py
cloudshell/cp/vcenter/common/model_factory.py
cloudshell/cp/vcenter/common/cloud_shell/__init__.py
cloudshell/cp/vcenter/common/cloud_shell/conn_details_retriever.py
cloudshell/cp/vcenter/common/cloud_shell/resource_creator.py
cloudshell/cp/vcenter/common/cloud_shell/resource_helper.py
cloudshell/cp/vcenter/common/cloud_shell/resource_remover.py
cloudshell/cp/vcenter/common/utilites/__init__.py
cloudshell/cp/vcenter/common/utilites/command_result.py
cloudshell/cp/vcenter/common/utilites/common_name.py
cloudshell/cp/vcenter/common/utilites/common_utils.py
cloudshell/cp/vcenter/common/utilites/context_based_logger_factory.py
cloudshell/cp/vcenter/common/utilites/debug.py
cloudshell/cp/vcenter/common/utilites/io.py
cloudshell/cp/vcenter/common/utilites/lazy_property.py
cloudshell/cp/vcenter/common/utilites/units_converter.py
cloudshell/cp/vcenter/common/utilites/savers/__init__.py
cloudshell/cp/vcenter/common/utilites/savers/artifact_saver.py
cloudshell/cp/vcenter/common/utilites/savers/linked_clone_artifact_saver.py
cloudshell/cp/vcenter/common/vcenter/__init__.py
cloudshell/cp/vcenter/common/vcenter/cancellation_service.py
cloudshell/cp/vcenter/common/vcenter/data_model_retriever.py
cloudshell/cp/vcenter/common/vcenter/deployment_details.py
cloudshell/cp/vcenter/common/vcenter/deployment_details_factory.py
cloudshell/cp/vcenter/common/vcenter/event_manager.py
cloudshell/cp/vcenter/common/vcenter/folder_manager.py
cloudshell/cp/vcenter/common/vcenter/model_auto_discovery.py
cloudshell/cp/vcenter/common/vcenter/ovf_service.py
cloudshell/cp/vcenter/common/vcenter/task_waiter.py
cloudshell/cp/vcenter/common/vcenter/test_vm.py
cloudshell/cp/vcenter/common/vcenter/vm_details.py
cloudshell/cp/vcenter/common/vcenter/vm_location.py
cloudshell/cp/vcenter/common/vcenter/vm_snapshots.py
cloudshell/cp/vcenter/common/vcenter/vmomi_service.py
cloudshell/cp/vcenter/common/wrappers/__init__.py
cloudshell/cp/vcenter/common/wrappers/command_wrapper.py
cloudshell/cp/vcenter/exceptions/__init__.py
cloudshell/cp/vcenter/exceptions/reconfigure_vm.py
cloudshell/cp/vcenter/exceptions/snapshot_exists.py
cloudshell/cp/vcenter/exceptions/snapshot_not_found.py
cloudshell/cp/vcenter/exceptions/task_waiter.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/ActionResult.py
cloudshell/cp/vcenter/models/ConnectionResult.py
cloudshell/cp/vcenter/models/DeployDataHolder.py
cloudshell/cp/vcenter/models/DeployFromImageDetails.py
cloudshell/cp/vcenter/models/DeployFromTemplateDetails.py
cloudshell/cp/vcenter/models/DriverResponse.py
cloudshell/cp/vcenter/models/GenericAppModelResourceModel.py
cloudshell/cp/vcenter/models/GenericDeployedAppResourceModel.py
cloudshell/cp/vcenter/models/GenericInstallationOptionResourceModel.py
cloudshell/cp/vcenter/models/ImageDeployedAppModel.py
cloudshell/cp/vcenter/models/OrchestrationSaveResult.py
cloudshell/cp/vcenter/models/OrchestrationSavedArtifact.py
cloudshell/cp/vcenter/models/OrchestrationSavedArtifactsInfo.py
cloudshell/cp/vcenter/models/QualiDriverModels.py
cloudshell/cp/vcenter/models/VCenterConnectionDetails.py
cloudshell/cp/vcenter/models/VCenterDeployVMFromLinkedCloneResourceModel.py
cloudshell/cp/vcenter/models/VCenterDetails.py
cloudshell/cp/vcenter/models/VCenterInventoryPathAttribute.py
cloudshell/cp/vcenter/models/VCenterTemplateModel.py
cloudshell/cp/vcenter/models/VLANAutoResourceModel.py
cloudshell/cp/vcenter/models/VLANDefaultResourceModel.py
cloudshell/cp/vcenter/models/VLANManualResourceModel.py
cloudshell/cp/vcenter/models/VMClusterModel.py
cloudshell/cp/vcenter/models/VMwarevCenterResourceModel.py
cloudshell/cp/vcenter/models/VirtualNicModel.py
cloudshell/cp/vcenter/models/__init__.py
cloudshell/cp/vcenter/models/app_resource_model.py
cloudshell/cp/vcenter/models/custom_spec.py
cloudshell/cp/vcenter/models/vCenterCloneVMFromVMResourceModel.py
cloudshell/cp/vcenter/models/vCenterVMFromImageResourceModel.py
cloudshell/cp/vcenter/models/vCenterVMFromTemplateResourceModel.py
cloudshell/cp/vcenter/network/__init__.py
cloudshell/cp/vcenter/network/network_specifications.py
cloudshell/cp/vcenter/network/dvswitch/__init__.py
cloudshell/cp/vcenter/network/dvswitch/creator.py
cloudshell/cp/vcenter/network/dvswitch/name_generator.py
cloudshell/cp/vcenter/network/vlan/__init__.py
cloudshell/cp/vcenter/network/vlan/factory.py
cloudshell/cp/vcenter/network/vlan/range_parser.py
cloudshell/cp/vcenter/network/vnic/__init__.py
cloudshell/cp/vcenter/network/vnic/vnic_service.py
cloudshell/cp/vcenter/vm/__init__.py
cloudshell/cp/vcenter/vm/deploy.py
cloudshell/cp/vcenter/vm/dvswitch_connector.py
cloudshell/cp/vcenter/vm/ip_manager.py
cloudshell/cp/vcenter/vm/ovf_image_params.py
cloudshell/cp/vcenter/vm/portgroup_configurer.py
cloudshell/cp/vcenter/vm/vcenter_details_factory.py
cloudshell/cp/vcenter/vm/vm_details_provider.py
cloudshell/cp/vcenter/vm/vnic_to_network_mapper.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/tests.py
tests/test_commands/__init__.py
tests/test_commands/test_DeleteInstance.py
tests/test_commands/test_command_orchestrator.py
tests/test_commands/test_connect_orchestrator.py
tests/test_commands/test_connect_vm.py
tests/test_commands/test_delete_saved_app.py
tests/test_commands/test_deploy_vm.py
tests/test_commands/test_disconnect_vm.py
tests/test_commands/test_power_management_vm.py
tests/test_commands/test_refresh_ip.py
tests/test_commands/test_restore_snapshot.py
tests/test_commands/test_retrieve_snapshot.py
tests/test_commands/test_save_app.py
tests/test_commands/test_save_snapshot.py
tests/test_commands/test_vm_details.py
tests/test_commands/test_vm_loader.py
tests/test_common/__init__.py
tests/test_common/test_model_factory.py
tests/test_common/test_cloudshell/__init__.py
tests/test_common/test_cloudshell/test_connection_detail_retriever.py
tests/test_common/test_cloudshell/test_resource_remover.py
tests/test_common/test_utilities/__init__.py
tests/test_common/test_utilities/test_command_result.py
tests/test_common/test_utilities/test_command_wrapper.py
tests/test_common/test_utilities/test_common_name_utils.py
tests/test_common/test_utilities/test_common_utils.py
tests/test_common/test_vcenter/__init__.py
tests/test_common/test_vcenter/test_ovf_image_tool.py
tests/test_common/test_vcenter/test_task_waiter.py
tests/test_common/test_vcenter/test_vcenter_data_model_retriever.py
tests/test_common/test_vcenter/test_vm_location.py
tests/test_common/test_vcenter/test_vm_snapshots.py
tests/test_common/test_vcenter/test_vmomi_service.py
tests/test_models/__init__.py
tests/test_models/test_deploy_data_holder.py
tests/test_network/__init__.py
tests/test_network/test_dvswitch/__init__.py
tests/test_network/test_dvswitch/test_connector.py
tests/test_network/test_dvswitch/test_creator.py
tests/test_network/test_dvswitch/test_name_generator.py
tests/test_network/test_dvswitch/test_port_group_configurer.py
tests/test_network/vlan/__init__.py
tests/test_network/vlan/test_factory.py
tests/test_network/vlan/test_range_parser.py
tests/test_network/vnic/__init__.py
tests/test_network/vnic/test_network_vnic.py
tests/test_vm/__init__.py
tests/test_vm/test_deployer.py
tests/test_vm/test_dvswitch_connector.py
tests/test_vm/test_vm_ip_manager.py
tests/test_vm/test_vnic_to_network_mapper.py
tests/tests_pycommon/__init__.py
tests/tests_pycommon/test_resourceModelParser.py
tests/utils/__init__.py
tests/utils/command_context_mocker.py
tests/utils/helpers.py
tests/utils/testing_credentials.py
tests/utils/vm_context.py