pulumi-azure-native 2.9.1a1696411987__py3-none-any.whl → 2.10.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +133 -1
- pulumi_azure_native/baremetalinfrastructure/__init__.py +3 -0
- pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/__init__.py +12 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/_enums.py +23 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/_inputs.py +177 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +282 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/get_azure_bare_metal_storage_instance.py +170 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/outputs.py +305 -0
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +1 -1
- pulumi_azure_native/chaos/experiment.py +1 -1
- pulumi_azure_native/chaos/target.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/__init__.py +16 -0
- pulumi_azure_native/chaos/v20230901preview/_enums.py +43 -0
- pulumi_azure_native/chaos/v20230901preview/_inputs.py +689 -0
- pulumi_azure_native/chaos/v20230901preview/capability.py +258 -0
- pulumi_azure_native/chaos/v20230901preview/experiment.py +293 -0
- pulumi_azure_native/chaos/v20230901preview/get_capability.py +151 -0
- pulumi_azure_native/chaos/v20230901preview/get_experiment.py +183 -0
- pulumi_azure_native/chaos/v20230901preview/get_target.py +159 -0
- pulumi_azure_native/chaos/v20230901preview/outputs.py +931 -0
- pulumi_azure_native/chaos/v20230901preview/target.py +286 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/snapshot.py +1 -1
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/__init__.py +27 -0
- pulumi_azure_native/containerservice/v20230802preview/_enums.py +741 -0
- pulumi_azure_native/containerservice/v20230802preview/_inputs.py +6236 -0
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1473 -0
- pulumi_azure_native/containerservice/v20230802preview/get_agent_pool.py +708 -0
- pulumi_azure_native/containerservice/v20230802preview/get_maintenance_configuration.py +162 -0
- pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster.py +768 -0
- pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster_snapshot.py +183 -0
- pulumi_azure_native/containerservice/v20230802preview/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/containerservice/v20230802preview/get_snapshot.py +248 -0
- pulumi_azure_native/containerservice/v20230802preview/get_trusted_access_role_binding.py +162 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_admin_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +274 -0
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1464 -0
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +292 -0
- pulumi_azure_native/containerservice/v20230802preview/outputs.py +7383 -0
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +246 -0
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +342 -0
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +255 -0
- pulumi_azure_native/dashboard/__init__.py +5 -0
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +255 -0
- pulumi_azure_native/dashboard/grafana.py +1 -1
- pulumi_azure_native/dashboard/managed_private_endpoint.py +420 -0
- pulumi_azure_native/dashboard/outputs.py +34 -0
- pulumi_azure_native/dashboard/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/__init__.py +16 -0
- pulumi_azure_native/dashboard/v20221001preview/_enums.py +93 -0
- pulumi_azure_native/dashboard/v20221001preview/_inputs.py +560 -0
- pulumi_azure_native/dashboard/v20221001preview/get_grafana.py +183 -0
- pulumi_azure_native/dashboard/v20221001preview/get_managed_private_endpoint.py +253 -0
- pulumi_azure_native/dashboard/v20221001preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/dashboard/v20221001preview/grafana.py +311 -0
- pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +418 -0
- pulumi_azure_native/dashboard/v20221001preview/outputs.py +1092 -0
- pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +266 -0
- pulumi_azure_native/datadog/__init__.py +8 -0
- pulumi_azure_native/datadog/_enums.py +32 -0
- pulumi_azure_native/datadog/_inputs.py +326 -0
- pulumi_azure_native/datadog/get_monitored_subscription.py +125 -0
- pulumi_azure_native/datadog/monitor.py +1 -1
- pulumi_azure_native/datadog/monitored_subscription.py +208 -0
- pulumi_azure_native/datadog/outputs.py +368 -0
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/__init__.py +17 -0
- pulumi_azure_native/datadog/v20220801/_enums.py +26 -0
- pulumi_azure_native/datadog/v20220801/_inputs.py +329 -0
- pulumi_azure_native/datadog/v20220801/get_monitor.py +166 -0
- pulumi_azure_native/datadog/v20220801/get_monitor_default_key.py +112 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_api_keys.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_hosts.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_linked_resources.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_monitored_resources.py +92 -0
- pulumi_azure_native/datadog/v20220801/monitor.py +277 -0
- pulumi_azure_native/datadog/v20220801/outputs.py +738 -0
- pulumi_azure_native/datadog/v20230101/__init__.py +19 -0
- pulumi_azure_native/datadog/v20230101/_enums.py +58 -0
- pulumi_azure_native/datadog/v20230101/_inputs.py +655 -0
- pulumi_azure_native/datadog/v20230101/get_monitor.py +166 -0
- pulumi_azure_native/datadog/v20230101/get_monitor_default_key.py +112 -0
- pulumi_azure_native/datadog/v20230101/get_monitored_subscription.py +123 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_api_keys.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_hosts.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_linked_resources.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_monitored_resources.py +92 -0
- pulumi_azure_native/datadog/v20230101/monitor.py +277 -0
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +206 -0
- pulumi_azure_native/datadog/v20230101/outputs.py +1106 -0
- pulumi_azure_native/datafactory/_inputs.py +16 -0
- pulumi_azure_native/datafactory/outputs.py +12 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
- pulumi_azure_native/migrate/__init__.py +8 -0
- pulumi_azure_native/migrate/_enums.py +69 -5
- pulumi_azure_native/migrate/_inputs.py +20 -20
- pulumi_azure_native/migrate/get_private_endpoint_connection_proxy_controller.py +139 -0
- pulumi_azure_native/migrate/get_solutions_controller_config.py +85 -0
- pulumi_azure_native/migrate/get_solutions_controller_solution.py +138 -0
- pulumi_azure_native/migrate/migrate_project.py +1 -1
- pulumi_azure_native/migrate/migrate_projects_controller_migrate_project.py +1 -1
- pulumi_azure_native/migrate/outputs.py +471 -3
- pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_proxy_controller.py +212 -0
- pulumi_azure_native/migrate/solution.py +2 -1
- pulumi_azure_native/migrate/solutions_controller_solution.py +218 -0
- pulumi_azure_native/migrate/v20180901preview/migrate_project.py +1 -1
- pulumi_azure_native/migrate/v20180901preview/solution.py +1 -1
- pulumi_azure_native/migrate/v20200501/migrate_projects_controller_migrate_project.py +1 -1
- pulumi_azure_native/migrate/v20200501/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/v20230101/__init__.py +19 -0
- pulumi_azure_native/migrate/v20230101/_enums.py +104 -0
- pulumi_azure_native/migrate/v20230101/_inputs.py +316 -0
- pulumi_azure_native/migrate/v20230101/get_migrate_projects_controller_migrate_project.py +157 -0
- pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_controller_private_endpoint_connection.py +149 -0
- pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_proxy_controller.py +137 -0
- pulumi_azure_native/migrate/v20230101/get_solutions_controller_config.py +83 -0
- pulumi_azure_native/migrate/v20230101/get_solutions_controller_solution.py +136 -0
- pulumi_azure_native/migrate/v20230101/migrate_projects_controller_migrate_project.py +253 -0
- pulumi_azure_native/migrate/v20230101/outputs.py +1240 -0
- pulumi_azure_native/migrate/v20230101/private_endpoint_connection_controller_private_endpoint_connection.py +226 -0
- pulumi_azure_native/migrate/v20230101/private_endpoint_connection_proxy_controller.py +210 -0
- pulumi_azure_native/migrate/v20230101/solutions_controller_solution.py +216 -0
- pulumi_azure_native/networkanalytics/__init__.py +23 -0
- pulumi_azure_native/networkanalytics/_enums.py +64 -0
- pulumi_azure_native/networkanalytics/_inputs.py +313 -0
- pulumi_azure_native/networkanalytics/data_product.py +715 -0
- pulumi_azure_native/networkanalytics/data_type.py +334 -0
- pulumi_azure_native/networkanalytics/get_data_product.py +406 -0
- pulumi_azure_native/networkanalytics/get_data_type.py +216 -0
- pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +94 -0
- pulumi_azure_native/networkanalytics/outputs.py +679 -0
- pulumi_azure_native/networkanalytics/v20231115/__init__.py +15 -0
- pulumi_azure_native/networkanalytics/v20231115/_enums.py +64 -0
- pulumi_azure_native/networkanalytics/v20231115/_inputs.py +313 -0
- pulumi_azure_native/networkanalytics/v20231115/data_product.py +713 -0
- pulumi_azure_native/networkanalytics/v20231115/data_type.py +332 -0
- pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +404 -0
- pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +214 -0
- pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +92 -0
- pulumi_azure_native/networkanalytics/v20231115/outputs.py +679 -0
- pulumi_azure_native/redhatopenshift/__init__.py +3 -0
- pulumi_azure_native/redhatopenshift/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230904/__init__.py +22 -0
- pulumi_azure_native/redhatopenshift/v20230904/_enums.py +66 -0
- pulumi_azure_native/redhatopenshift/v20230904/_inputs.py +551 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_machine_pool.py +133 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_open_shift_cluster.py +274 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_secret.py +136 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_sync_identity_provider.py +133 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_sync_set.py +136 -0
- pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_admin_credentials.py +78 -0
- pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_credentials.py +91 -0
- pulumi_azure_native/redhatopenshift/v20230904/machine_pool.py +206 -0
- pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +495 -0
- pulumi_azure_native/redhatopenshift/v20230904/outputs.py +681 -0
- pulumi_azure_native/redhatopenshift/v20230904/secret.py +214 -0
- pulumi_azure_native/redhatopenshift/v20230904/sync_identity_provider.py +206 -0
- pulumi_azure_native/redhatopenshift/v20230904/sync_set.py +214 -0
- pulumi_azure_native/servicefabric/__init__.py +3 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/__init__.py +24 -0
- pulumi_azure_native/servicefabric/v20230901preview/_enums.py +484 -0
- pulumi_azure_native/servicefabric/v20230901preview/_inputs.py +3501 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster.py +625 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application.py +228 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type.py +162 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type_version.py +180 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_service.py +167 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_node_type.py +760 -0
- pulumi_azure_native/servicefabric/v20230901preview/getmanaged_az_resiliency_status.py +92 -0
- pulumi_azure_native/servicefabric/v20230901preview/getmanaged_maintenance_window_status.py +156 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1160 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +404 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +253 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +304 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +295 -0
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1603 -0
- pulumi_azure_native/servicefabric/v20230901preview/outputs.py +4039 -0
- pulumi_azure_native/storagemover/__init__.py +3 -0
- pulumi_azure_native/storagemover/agent.py +1 -1
- pulumi_azure_native/storagemover/endpoint.py +1 -1
- pulumi_azure_native/storagemover/job_definition.py +1 -1
- pulumi_azure_native/storagemover/project.py +1 -1
- pulumi_azure_native/storagemover/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230301/project.py +1 -1
- pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20231001/__init__.py +20 -0
- pulumi_azure_native/storagemover/v20231001/_enums.py +46 -0
- pulumi_azure_native/storagemover/v20231001/_inputs.py +393 -0
- pulumi_azure_native/storagemover/v20231001/agent.py +361 -0
- pulumi_azure_native/storagemover/v20231001/endpoint.py +217 -0
- pulumi_azure_native/storagemover/v20231001/get_agent.py +276 -0
- pulumi_azure_native/storagemover/v20231001/get_endpoint.py +136 -0
- pulumi_azure_native/storagemover/v20231001/get_job_definition.py +310 -0
- pulumi_azure_native/storagemover/v20231001/get_project.py +149 -0
- pulumi_azure_native/storagemover/v20231001/get_storage_mover.py +170 -0
- pulumi_azure_native/storagemover/v20231001/job_definition.py +483 -0
- pulumi_azure_native/storagemover/v20231001/outputs.py +619 -0
- pulumi_azure_native/storagemover/v20231001/project.py +224 -0
- pulumi_azure_native/storagemover/v20231001/storage_mover.py +261 -0
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/RECORD +317 -158
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = ['PrivateEndpointConnectionProxyControllerArgs', 'PrivateEndpointConnectionProxyController']
|
|
14
|
+
|
|
15
|
+
@pulumi.input_type
|
|
16
|
+
class PrivateEndpointConnectionProxyControllerArgs:
|
|
17
|
+
def __init__(__self__, *,
|
|
18
|
+
migrate_project_name: pulumi.Input[str],
|
|
19
|
+
resource_group_name: pulumi.Input[str],
|
|
20
|
+
e_tag: Optional[pulumi.Input[str]] = None,
|
|
21
|
+
pec_proxy_name: Optional[pulumi.Input[str]] = None):
|
|
22
|
+
"""
|
|
23
|
+
The set of arguments for constructing a PrivateEndpointConnectionProxyController resource.
|
|
24
|
+
:param pulumi.Input[str] migrate_project_name: Name of the Azure Migrate project.
|
|
25
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
26
|
+
:param pulumi.Input[str] pec_proxy_name: Private endpoint proxy name.
|
|
27
|
+
"""
|
|
28
|
+
pulumi.set(__self__, "migrate_project_name", migrate_project_name)
|
|
29
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
30
|
+
if e_tag is not None:
|
|
31
|
+
pulumi.set(__self__, "e_tag", e_tag)
|
|
32
|
+
if pec_proxy_name is not None:
|
|
33
|
+
pulumi.set(__self__, "pec_proxy_name", pec_proxy_name)
|
|
34
|
+
|
|
35
|
+
@property
|
|
36
|
+
@pulumi.getter(name="migrateProjectName")
|
|
37
|
+
def migrate_project_name(self) -> pulumi.Input[str]:
|
|
38
|
+
"""
|
|
39
|
+
Name of the Azure Migrate project.
|
|
40
|
+
"""
|
|
41
|
+
return pulumi.get(self, "migrate_project_name")
|
|
42
|
+
|
|
43
|
+
@migrate_project_name.setter
|
|
44
|
+
def migrate_project_name(self, value: pulumi.Input[str]):
|
|
45
|
+
pulumi.set(self, "migrate_project_name", value)
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
@pulumi.getter(name="resourceGroupName")
|
|
49
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
50
|
+
"""
|
|
51
|
+
The name of the resource group. The name is case insensitive.
|
|
52
|
+
"""
|
|
53
|
+
return pulumi.get(self, "resource_group_name")
|
|
54
|
+
|
|
55
|
+
@resource_group_name.setter
|
|
56
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
57
|
+
pulumi.set(self, "resource_group_name", value)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="eTag")
|
|
61
|
+
def e_tag(self) -> Optional[pulumi.Input[str]]:
|
|
62
|
+
return pulumi.get(self, "e_tag")
|
|
63
|
+
|
|
64
|
+
@e_tag.setter
|
|
65
|
+
def e_tag(self, value: Optional[pulumi.Input[str]]):
|
|
66
|
+
pulumi.set(self, "e_tag", value)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="pecProxyName")
|
|
70
|
+
def pec_proxy_name(self) -> Optional[pulumi.Input[str]]:
|
|
71
|
+
"""
|
|
72
|
+
Private endpoint proxy name.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "pec_proxy_name")
|
|
75
|
+
|
|
76
|
+
@pec_proxy_name.setter
|
|
77
|
+
def pec_proxy_name(self, value: Optional[pulumi.Input[str]]):
|
|
78
|
+
pulumi.set(self, "pec_proxy_name", value)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
class PrivateEndpointConnectionProxyController(pulumi.CustomResource):
|
|
82
|
+
@overload
|
|
83
|
+
def __init__(__self__,
|
|
84
|
+
resource_name: str,
|
|
85
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
86
|
+
e_tag: Optional[pulumi.Input[str]] = None,
|
|
87
|
+
migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
88
|
+
pec_proxy_name: Optional[pulumi.Input[str]] = None,
|
|
89
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
90
|
+
__props__=None):
|
|
91
|
+
"""
|
|
92
|
+
Defines Private endpoint proxy resource.
|
|
93
|
+
Azure REST API version: 2023-01-01.
|
|
94
|
+
|
|
95
|
+
:param str resource_name: The name of the resource.
|
|
96
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
97
|
+
:param pulumi.Input[str] migrate_project_name: Name of the Azure Migrate project.
|
|
98
|
+
:param pulumi.Input[str] pec_proxy_name: Private endpoint proxy name.
|
|
99
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
100
|
+
"""
|
|
101
|
+
...
|
|
102
|
+
@overload
|
|
103
|
+
def __init__(__self__,
|
|
104
|
+
resource_name: str,
|
|
105
|
+
args: PrivateEndpointConnectionProxyControllerArgs,
|
|
106
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
107
|
+
"""
|
|
108
|
+
Defines Private endpoint proxy resource.
|
|
109
|
+
Azure REST API version: 2023-01-01.
|
|
110
|
+
|
|
111
|
+
:param str resource_name: The name of the resource.
|
|
112
|
+
:param PrivateEndpointConnectionProxyControllerArgs args: The arguments to use to populate this resource's properties.
|
|
113
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
114
|
+
"""
|
|
115
|
+
...
|
|
116
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
117
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionProxyControllerArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
118
|
+
if resource_args is not None:
|
|
119
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
120
|
+
else:
|
|
121
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
122
|
+
|
|
123
|
+
def _internal_init(__self__,
|
|
124
|
+
resource_name: str,
|
|
125
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
126
|
+
e_tag: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
128
|
+
pec_proxy_name: Optional[pulumi.Input[str]] = None,
|
|
129
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
130
|
+
__props__=None):
|
|
131
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
132
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
133
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
134
|
+
if opts.id is None:
|
|
135
|
+
if __props__ is not None:
|
|
136
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
137
|
+
__props__ = PrivateEndpointConnectionProxyControllerArgs.__new__(PrivateEndpointConnectionProxyControllerArgs)
|
|
138
|
+
|
|
139
|
+
__props__.__dict__["e_tag"] = e_tag
|
|
140
|
+
if migrate_project_name is None and not opts.urn:
|
|
141
|
+
raise TypeError("Missing required property 'migrate_project_name'")
|
|
142
|
+
__props__.__dict__["migrate_project_name"] = migrate_project_name
|
|
143
|
+
__props__.__dict__["pec_proxy_name"] = pec_proxy_name
|
|
144
|
+
if resource_group_name is None and not opts.urn:
|
|
145
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
146
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
147
|
+
__props__.__dict__["name"] = None
|
|
148
|
+
__props__.__dict__["properties"] = None
|
|
149
|
+
__props__.__dict__["system_data"] = None
|
|
150
|
+
__props__.__dict__["type"] = None
|
|
151
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate/v20230101:PrivateEndpointConnectionProxyController")])
|
|
152
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
153
|
+
super(PrivateEndpointConnectionProxyController, __self__).__init__(
|
|
154
|
+
'azure-native:migrate:PrivateEndpointConnectionProxyController',
|
|
155
|
+
resource_name,
|
|
156
|
+
__props__,
|
|
157
|
+
opts)
|
|
158
|
+
|
|
159
|
+
@staticmethod
|
|
160
|
+
def get(resource_name: str,
|
|
161
|
+
id: pulumi.Input[str],
|
|
162
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnectionProxyController':
|
|
163
|
+
"""
|
|
164
|
+
Get an existing PrivateEndpointConnectionProxyController resource's state with the given name, id, and optional extra
|
|
165
|
+
properties used to qualify the lookup.
|
|
166
|
+
|
|
167
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
168
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
169
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
170
|
+
"""
|
|
171
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
172
|
+
|
|
173
|
+
__props__ = PrivateEndpointConnectionProxyControllerArgs.__new__(PrivateEndpointConnectionProxyControllerArgs)
|
|
174
|
+
|
|
175
|
+
__props__.__dict__["e_tag"] = None
|
|
176
|
+
__props__.__dict__["name"] = None
|
|
177
|
+
__props__.__dict__["properties"] = None
|
|
178
|
+
__props__.__dict__["system_data"] = None
|
|
179
|
+
__props__.__dict__["type"] = None
|
|
180
|
+
return PrivateEndpointConnectionProxyController(resource_name, opts=opts, __props__=__props__)
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="eTag")
|
|
184
|
+
def e_tag(self) -> pulumi.Output[Optional[str]]:
|
|
185
|
+
return pulumi.get(self, "e_tag")
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter
|
|
189
|
+
def name(self) -> pulumi.Output[str]:
|
|
190
|
+
return pulumi.get(self, "name")
|
|
191
|
+
|
|
192
|
+
@property
|
|
193
|
+
@pulumi.getter
|
|
194
|
+
def properties(self) -> pulumi.Output['outputs.PrivateEndpointConnectionProxyPropertiesResponse']:
|
|
195
|
+
"""
|
|
196
|
+
Properties of a private endpoint connection proxy.
|
|
197
|
+
"""
|
|
198
|
+
return pulumi.get(self, "properties")
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
@pulumi.getter(name="systemData")
|
|
202
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
203
|
+
"""
|
|
204
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
205
|
+
"""
|
|
206
|
+
return pulumi.get(self, "system_data")
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter
|
|
210
|
+
def type(self) -> pulumi.Output[str]:
|
|
211
|
+
return pulumi.get(self, "type")
|
|
212
|
+
|
|
@@ -9,6 +9,7 @@ import pulumi.runtime
|
|
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from .. import _utilities
|
|
11
11
|
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
12
13
|
from ._inputs import *
|
|
13
14
|
|
|
14
15
|
__all__ = ['SolutionArgs', 'Solution']
|
|
@@ -153,7 +154,7 @@ class Solution(pulumi.CustomResource):
|
|
|
153
154
|
__props__.__dict__["etag"] = None
|
|
154
155
|
__props__.__dict__["name"] = None
|
|
155
156
|
__props__.__dict__["type"] = None
|
|
156
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate/v20180901preview:Solution")])
|
|
157
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate/v20180901preview:Solution"), pulumi.Alias(type_="azure-native:migrate/v20230101:Solution")])
|
|
157
158
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
158
159
|
super(Solution, __self__).__init__(
|
|
159
160
|
'azure-native:migrate:Solution',
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['SolutionsControllerSolutionArgs', 'SolutionsControllerSolution']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class SolutionsControllerSolutionArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
migrate_project_name: pulumi.Input[str],
|
|
21
|
+
resource_group_name: pulumi.Input[str],
|
|
22
|
+
properties: Optional[pulumi.Input['SolutionPropertiesArgs']] = None,
|
|
23
|
+
solution_name: Optional[pulumi.Input[str]] = None):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a SolutionsControllerSolution resource.
|
|
26
|
+
:param pulumi.Input[str] migrate_project_name: Name of the Azure Migrate project.
|
|
27
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
28
|
+
:param pulumi.Input['SolutionPropertiesArgs'] properties: Gets or sets the properties of the solution.
|
|
29
|
+
:param pulumi.Input[str] solution_name: Unique name of a migration solution within a migrate project.
|
|
30
|
+
"""
|
|
31
|
+
pulumi.set(__self__, "migrate_project_name", migrate_project_name)
|
|
32
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
33
|
+
if properties is not None:
|
|
34
|
+
pulumi.set(__self__, "properties", properties)
|
|
35
|
+
if solution_name is not None:
|
|
36
|
+
pulumi.set(__self__, "solution_name", solution_name)
|
|
37
|
+
|
|
38
|
+
@property
|
|
39
|
+
@pulumi.getter(name="migrateProjectName")
|
|
40
|
+
def migrate_project_name(self) -> pulumi.Input[str]:
|
|
41
|
+
"""
|
|
42
|
+
Name of the Azure Migrate project.
|
|
43
|
+
"""
|
|
44
|
+
return pulumi.get(self, "migrate_project_name")
|
|
45
|
+
|
|
46
|
+
@migrate_project_name.setter
|
|
47
|
+
def migrate_project_name(self, value: pulumi.Input[str]):
|
|
48
|
+
pulumi.set(self, "migrate_project_name", value)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter(name="resourceGroupName")
|
|
52
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
53
|
+
"""
|
|
54
|
+
The name of the resource group. The name is case insensitive.
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "resource_group_name")
|
|
57
|
+
|
|
58
|
+
@resource_group_name.setter
|
|
59
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
60
|
+
pulumi.set(self, "resource_group_name", value)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter
|
|
64
|
+
def properties(self) -> Optional[pulumi.Input['SolutionPropertiesArgs']]:
|
|
65
|
+
"""
|
|
66
|
+
Gets or sets the properties of the solution.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "properties")
|
|
69
|
+
|
|
70
|
+
@properties.setter
|
|
71
|
+
def properties(self, value: Optional[pulumi.Input['SolutionPropertiesArgs']]):
|
|
72
|
+
pulumi.set(self, "properties", value)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="solutionName")
|
|
76
|
+
def solution_name(self) -> Optional[pulumi.Input[str]]:
|
|
77
|
+
"""
|
|
78
|
+
Unique name of a migration solution within a migrate project.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "solution_name")
|
|
81
|
+
|
|
82
|
+
@solution_name.setter
|
|
83
|
+
def solution_name(self, value: Optional[pulumi.Input[str]]):
|
|
84
|
+
pulumi.set(self, "solution_name", value)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
class SolutionsControllerSolution(pulumi.CustomResource):
|
|
88
|
+
@overload
|
|
89
|
+
def __init__(__self__,
|
|
90
|
+
resource_name: str,
|
|
91
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
92
|
+
migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
93
|
+
properties: Optional[pulumi.Input[pulumi.InputType['SolutionPropertiesArgs']]] = None,
|
|
94
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
95
|
+
solution_name: Optional[pulumi.Input[str]] = None,
|
|
96
|
+
__props__=None):
|
|
97
|
+
"""
|
|
98
|
+
Solution REST Resource.
|
|
99
|
+
Azure REST API version: 2023-01-01.
|
|
100
|
+
|
|
101
|
+
:param str resource_name: The name of the resource.
|
|
102
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
103
|
+
:param pulumi.Input[str] migrate_project_name: Name of the Azure Migrate project.
|
|
104
|
+
:param pulumi.Input[pulumi.InputType['SolutionPropertiesArgs']] properties: Gets or sets the properties of the solution.
|
|
105
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
106
|
+
:param pulumi.Input[str] solution_name: Unique name of a migration solution within a migrate project.
|
|
107
|
+
"""
|
|
108
|
+
...
|
|
109
|
+
@overload
|
|
110
|
+
def __init__(__self__,
|
|
111
|
+
resource_name: str,
|
|
112
|
+
args: SolutionsControllerSolutionArgs,
|
|
113
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
114
|
+
"""
|
|
115
|
+
Solution REST Resource.
|
|
116
|
+
Azure REST API version: 2023-01-01.
|
|
117
|
+
|
|
118
|
+
:param str resource_name: The name of the resource.
|
|
119
|
+
:param SolutionsControllerSolutionArgs args: The arguments to use to populate this resource's properties.
|
|
120
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
121
|
+
"""
|
|
122
|
+
...
|
|
123
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
124
|
+
resource_args, opts = _utilities.get_resource_args_opts(SolutionsControllerSolutionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
125
|
+
if resource_args is not None:
|
|
126
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
127
|
+
else:
|
|
128
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
129
|
+
|
|
130
|
+
def _internal_init(__self__,
|
|
131
|
+
resource_name: str,
|
|
132
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
133
|
+
migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
+
properties: Optional[pulumi.Input[pulumi.InputType['SolutionPropertiesArgs']]] = None,
|
|
135
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
136
|
+
solution_name: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
__props__=None):
|
|
138
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
139
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
140
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
141
|
+
if opts.id is None:
|
|
142
|
+
if __props__ is not None:
|
|
143
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
144
|
+
__props__ = SolutionsControllerSolutionArgs.__new__(SolutionsControllerSolutionArgs)
|
|
145
|
+
|
|
146
|
+
if migrate_project_name is None and not opts.urn:
|
|
147
|
+
raise TypeError("Missing required property 'migrate_project_name'")
|
|
148
|
+
__props__.__dict__["migrate_project_name"] = migrate_project_name
|
|
149
|
+
__props__.__dict__["properties"] = properties
|
|
150
|
+
if resource_group_name is None and not opts.urn:
|
|
151
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
152
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
153
|
+
__props__.__dict__["solution_name"] = solution_name
|
|
154
|
+
__props__.__dict__["etag"] = None
|
|
155
|
+
__props__.__dict__["name"] = None
|
|
156
|
+
__props__.__dict__["type"] = None
|
|
157
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate/v20180901preview:SolutionsControllerSolution"), pulumi.Alias(type_="azure-native:migrate/v20230101:SolutionsControllerSolution")])
|
|
158
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
159
|
+
super(SolutionsControllerSolution, __self__).__init__(
|
|
160
|
+
'azure-native:migrate:SolutionsControllerSolution',
|
|
161
|
+
resource_name,
|
|
162
|
+
__props__,
|
|
163
|
+
opts)
|
|
164
|
+
|
|
165
|
+
@staticmethod
|
|
166
|
+
def get(resource_name: str,
|
|
167
|
+
id: pulumi.Input[str],
|
|
168
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'SolutionsControllerSolution':
|
|
169
|
+
"""
|
|
170
|
+
Get an existing SolutionsControllerSolution resource's state with the given name, id, and optional extra
|
|
171
|
+
properties used to qualify the lookup.
|
|
172
|
+
|
|
173
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
174
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
175
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
176
|
+
"""
|
|
177
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
178
|
+
|
|
179
|
+
__props__ = SolutionsControllerSolutionArgs.__new__(SolutionsControllerSolutionArgs)
|
|
180
|
+
|
|
181
|
+
__props__.__dict__["etag"] = None
|
|
182
|
+
__props__.__dict__["name"] = None
|
|
183
|
+
__props__.__dict__["properties"] = None
|
|
184
|
+
__props__.__dict__["type"] = None
|
|
185
|
+
return SolutionsControllerSolution(resource_name, opts=opts, __props__=__props__)
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter
|
|
189
|
+
def etag(self) -> pulumi.Output[Optional[str]]:
|
|
190
|
+
"""
|
|
191
|
+
Gets or sets the ETAG for optimistic concurrency control.
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "etag")
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter
|
|
197
|
+
def name(self) -> pulumi.Output[str]:
|
|
198
|
+
"""
|
|
199
|
+
Gets the name of this REST resource.
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "name")
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
@pulumi.getter
|
|
205
|
+
def properties(self) -> pulumi.Output['outputs.SolutionPropertiesResponse']:
|
|
206
|
+
"""
|
|
207
|
+
Gets or sets the properties of the solution.
|
|
208
|
+
"""
|
|
209
|
+
return pulumi.get(self, "properties")
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter
|
|
213
|
+
def type(self) -> pulumi.Output[str]:
|
|
214
|
+
"""
|
|
215
|
+
Gets the type of this REST resource.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "type")
|
|
218
|
+
|
|
@@ -190,7 +190,7 @@ class MigrateProject(pulumi.CustomResource):
|
|
|
190
190
|
__props__.__dict__["tags"] = tags
|
|
191
191
|
__props__.__dict__["name"] = None
|
|
192
192
|
__props__.__dict__["type"] = None
|
|
193
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate:MigrateProject"), pulumi.Alias(type_="azure-native:migrate/v20200501:MigrateProject")])
|
|
193
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate:MigrateProject"), pulumi.Alias(type_="azure-native:migrate/v20200501:MigrateProject"), pulumi.Alias(type_="azure-native:migrate/v20230101:MigrateProject")])
|
|
194
194
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
195
195
|
super(MigrateProject, __self__).__init__(
|
|
196
196
|
'azure-native:migrate/v20180901preview:MigrateProject',
|
|
@@ -151,7 +151,7 @@ class Solution(pulumi.CustomResource):
|
|
|
151
151
|
__props__.__dict__["etag"] = None
|
|
152
152
|
__props__.__dict__["name"] = None
|
|
153
153
|
__props__.__dict__["type"] = None
|
|
154
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate:Solution")])
|
|
154
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate:Solution"), pulumi.Alias(type_="azure-native:migrate/v20230101:Solution")])
|
|
155
155
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
156
156
|
super(Solution, __self__).__init__(
|
|
157
157
|
'azure-native:migrate/v20180901preview:Solution',
|
|
@@ -170,7 +170,7 @@ class MigrateProjectsControllerMigrateProject(pulumi.CustomResource):
|
|
|
170
170
|
__props__.__dict__["name"] = None
|
|
171
171
|
__props__.__dict__["system_data"] = None
|
|
172
172
|
__props__.__dict__["type"] = None
|
|
173
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate:MigrateProjectsControllerMigrateProject"), pulumi.Alias(type_="azure-native:migrate/v20180901preview:MigrateProjectsControllerMigrateProject")])
|
|
173
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate:MigrateProjectsControllerMigrateProject"), pulumi.Alias(type_="azure-native:migrate/v20180901preview:MigrateProjectsControllerMigrateProject"), pulumi.Alias(type_="azure-native:migrate/v20230101:MigrateProjectsControllerMigrateProject")])
|
|
174
174
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
175
175
|
super(MigrateProjectsControllerMigrateProject, __self__).__init__(
|
|
176
176
|
'azure-native:migrate/v20200501:MigrateProjectsControllerMigrateProject',
|
|
@@ -172,7 +172,7 @@ class PrivateEndpointConnectionControllerPrivateEndpointConnection(pulumi.Custom
|
|
|
172
172
|
__props__.__dict__["name"] = None
|
|
173
173
|
__props__.__dict__["system_data"] = None
|
|
174
174
|
__props__.__dict__["type"] = None
|
|
175
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate:PrivateEndpointConnectionControllerPrivateEndpointConnection")])
|
|
175
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate:PrivateEndpointConnectionControllerPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:migrate/v20230101:PrivateEndpointConnectionControllerPrivateEndpointConnection")])
|
|
176
176
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
177
177
|
super(PrivateEndpointConnectionControllerPrivateEndpointConnection, __self__).__init__(
|
|
178
178
|
'azure-native:migrate/v20200501:PrivateEndpointConnectionControllerPrivateEndpointConnection',
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
from ... import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .get_migrate_projects_controller_migrate_project import *
|
|
10
|
+
from .get_private_endpoint_connection_controller_private_endpoint_connection import *
|
|
11
|
+
from .get_private_endpoint_connection_proxy_controller import *
|
|
12
|
+
from .get_solutions_controller_config import *
|
|
13
|
+
from .get_solutions_controller_solution import *
|
|
14
|
+
from .migrate_projects_controller_migrate_project import *
|
|
15
|
+
from .private_endpoint_connection_controller_private_endpoint_connection import *
|
|
16
|
+
from .private_endpoint_connection_proxy_controller import *
|
|
17
|
+
from .solutions_controller_solution import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
from . import outputs
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'CleanupState',
|
|
9
|
+
'Goal',
|
|
10
|
+
'PrivateLinkServiceConnectionStateStatus',
|
|
11
|
+
'PublicNetworkAccess',
|
|
12
|
+
'Purpose',
|
|
13
|
+
'Status',
|
|
14
|
+
'Tool',
|
|
15
|
+
]
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class CleanupState(str, Enum):
|
|
19
|
+
"""
|
|
20
|
+
Gets or sets the cleanup state of the solution.
|
|
21
|
+
"""
|
|
22
|
+
NONE = "None"
|
|
23
|
+
STARTED = "Started"
|
|
24
|
+
IN_PROGRESS = "InProgress"
|
|
25
|
+
COMPLETED = "Completed"
|
|
26
|
+
FAILED = "Failed"
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class Goal(str, Enum):
|
|
30
|
+
"""
|
|
31
|
+
Gets or sets the goal of the solution.
|
|
32
|
+
"""
|
|
33
|
+
SERVERS = "Servers"
|
|
34
|
+
DATABASES = "Databases"
|
|
35
|
+
DESKTOP_VIRTUALIZATION = "DesktopVirtualization"
|
|
36
|
+
WEB_APPLICATIONS = "WebApplications"
|
|
37
|
+
DATA_CENTER = "DataCenter"
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
class PrivateLinkServiceConnectionStateStatus(str, Enum):
|
|
41
|
+
"""
|
|
42
|
+
Private link connection state.
|
|
43
|
+
"""
|
|
44
|
+
APPROVED = "Approved"
|
|
45
|
+
PENDING = "Pending"
|
|
46
|
+
REJECTED = "Rejected"
|
|
47
|
+
DISCONNECTED = "Disconnected"
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
class PublicNetworkAccess(str, Enum):
|
|
51
|
+
"""
|
|
52
|
+
Gets or sets the state of public network access.
|
|
53
|
+
"""
|
|
54
|
+
NOT_SPECIFIED = "NotSpecified"
|
|
55
|
+
ENABLED = "Enabled"
|
|
56
|
+
DISABLED = "Disabled"
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
class Purpose(str, Enum):
|
|
60
|
+
"""
|
|
61
|
+
Gets or sets the purpose of the solution.
|
|
62
|
+
"""
|
|
63
|
+
DISCOVERY = "Discovery"
|
|
64
|
+
ASSESSMENT = "Assessment"
|
|
65
|
+
MIGRATION = "Migration"
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
class Status(str, Enum):
|
|
69
|
+
"""
|
|
70
|
+
Gets or sets the current status of the solution.
|
|
71
|
+
"""
|
|
72
|
+
INACTIVE = "Inactive"
|
|
73
|
+
ACTIVE = "Active"
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
class Tool(str, Enum):
|
|
77
|
+
"""
|
|
78
|
+
Gets or sets the tool being used in the solution.
|
|
79
|
+
"""
|
|
80
|
+
SERVER_DISCOVERY = "ServerDiscovery"
|
|
81
|
+
SERVER_ASSESSMENT = "ServerAssessment"
|
|
82
|
+
SERVER_MIGRATION = "ServerMigration"
|
|
83
|
+
CLOUDAMIZE = "Cloudamize"
|
|
84
|
+
TURBONOMIC = "Turbonomic"
|
|
85
|
+
ZERTO = "Zerto"
|
|
86
|
+
CORENT_TECH = "CorentTech"
|
|
87
|
+
SERVER_ASSESSMENT_V1 = "ServerAssessmentV1"
|
|
88
|
+
SERVER_MIGRATION_REPLICATION = "ServerMigration_Replication"
|
|
89
|
+
CARBONITE = "Carbonite"
|
|
90
|
+
DATA_MIGRATION_ASSISTANT = "DataMigrationAssistant"
|
|
91
|
+
DATABASE_MIGRATION_SERVICE = "DatabaseMigrationService"
|
|
92
|
+
DEVICE42 = "Device42"
|
|
93
|
+
JET_STREAM = "JetStream"
|
|
94
|
+
RACK_WARE = "RackWare"
|
|
95
|
+
UNIFY_CLOUD = "UnifyCloud"
|
|
96
|
+
FLEXERA = "Flexera"
|
|
97
|
+
SERVER_DISCOVERY_IMPORT = "ServerDiscovery_Import"
|
|
98
|
+
LAKESIDE = "Lakeside"
|
|
99
|
+
APP_SERVICE_MIGRATION_ASSISTANT = "AppServiceMigrationAssistant"
|
|
100
|
+
MOVERE = "Movere"
|
|
101
|
+
CLOUD_SPHERE = "CloudSphere"
|
|
102
|
+
MODERNIZATION = "Modernization"
|
|
103
|
+
SERVER_MIGRATION_DATA_REPLICATION = "ServerMigration_DataReplication"
|
|
104
|
+
UNKNOWN = "Unknown"
|