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,137 @@
|
|
|
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__ = [
|
|
14
|
+
'GetPrivateEndpointConnectionProxyControllerResult',
|
|
15
|
+
'AwaitableGetPrivateEndpointConnectionProxyControllerResult',
|
|
16
|
+
'get_private_endpoint_connection_proxy_controller',
|
|
17
|
+
'get_private_endpoint_connection_proxy_controller_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetPrivateEndpointConnectionProxyControllerResult:
|
|
22
|
+
"""
|
|
23
|
+
Defines Private endpoint proxy resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, e_tag=None, id=None, name=None, properties=None, system_data=None, type=None):
|
|
26
|
+
if e_tag and not isinstance(e_tag, str):
|
|
27
|
+
raise TypeError("Expected argument 'e_tag' to be a str")
|
|
28
|
+
pulumi.set(__self__, "e_tag", e_tag)
|
|
29
|
+
if id and not isinstance(id, str):
|
|
30
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "id", id)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if properties and not isinstance(properties, dict):
|
|
36
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "properties", properties)
|
|
38
|
+
if system_data and not isinstance(system_data, dict):
|
|
39
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
41
|
+
if type and not isinstance(type, str):
|
|
42
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
43
|
+
pulumi.set(__self__, "type", type)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter(name="eTag")
|
|
47
|
+
def e_tag(self) -> Optional[str]:
|
|
48
|
+
return pulumi.get(self, "e_tag")
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def id(self) -> str:
|
|
53
|
+
return pulumi.get(self, "id")
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def name(self) -> str:
|
|
58
|
+
return pulumi.get(self, "name")
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
@pulumi.getter
|
|
62
|
+
def properties(self) -> 'outputs.PrivateEndpointConnectionProxyPropertiesResponse':
|
|
63
|
+
"""
|
|
64
|
+
Properties of a private endpoint connection proxy.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "properties")
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="systemData")
|
|
70
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
71
|
+
"""
|
|
72
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "system_data")
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
@pulumi.getter
|
|
78
|
+
def type(self) -> str:
|
|
79
|
+
return pulumi.get(self, "type")
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
class AwaitableGetPrivateEndpointConnectionProxyControllerResult(GetPrivateEndpointConnectionProxyControllerResult):
|
|
83
|
+
# pylint: disable=using-constant-test
|
|
84
|
+
def __await__(self):
|
|
85
|
+
if False:
|
|
86
|
+
yield self
|
|
87
|
+
return GetPrivateEndpointConnectionProxyControllerResult(
|
|
88
|
+
e_tag=self.e_tag,
|
|
89
|
+
id=self.id,
|
|
90
|
+
name=self.name,
|
|
91
|
+
properties=self.properties,
|
|
92
|
+
system_data=self.system_data,
|
|
93
|
+
type=self.type)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
def get_private_endpoint_connection_proxy_controller(migrate_project_name: Optional[str] = None,
|
|
97
|
+
pec_proxy_name: Optional[str] = None,
|
|
98
|
+
resource_group_name: Optional[str] = None,
|
|
99
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateEndpointConnectionProxyControllerResult:
|
|
100
|
+
"""
|
|
101
|
+
Get the of private link proxy resources from a migrate project and private link proxy resource.
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
:param str migrate_project_name: Name of the Azure Migrate project.
|
|
105
|
+
:param str pec_proxy_name: Private link proxy name.
|
|
106
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
107
|
+
"""
|
|
108
|
+
__args__ = dict()
|
|
109
|
+
__args__['migrateProjectName'] = migrate_project_name
|
|
110
|
+
__args__['pecProxyName'] = pec_proxy_name
|
|
111
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
112
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
113
|
+
__ret__ = pulumi.runtime.invoke('azure-native:migrate/v20230101:getPrivateEndpointConnectionProxyController', __args__, opts=opts, typ=GetPrivateEndpointConnectionProxyControllerResult).value
|
|
114
|
+
|
|
115
|
+
return AwaitableGetPrivateEndpointConnectionProxyControllerResult(
|
|
116
|
+
e_tag=pulumi.get(__ret__, 'e_tag'),
|
|
117
|
+
id=pulumi.get(__ret__, 'id'),
|
|
118
|
+
name=pulumi.get(__ret__, 'name'),
|
|
119
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
120
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
121
|
+
type=pulumi.get(__ret__, 'type'))
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
@_utilities.lift_output_func(get_private_endpoint_connection_proxy_controller)
|
|
125
|
+
def get_private_endpoint_connection_proxy_controller_output(migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
pec_proxy_name: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
128
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPrivateEndpointConnectionProxyControllerResult]:
|
|
129
|
+
"""
|
|
130
|
+
Get the of private link proxy resources from a migrate project and private link proxy resource.
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
:param str migrate_project_name: Name of the Azure Migrate project.
|
|
134
|
+
:param str pec_proxy_name: Private link proxy name.
|
|
135
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
136
|
+
"""
|
|
137
|
+
...
|
|
@@ -0,0 +1,83 @@
|
|
|
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
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetSolutionsControllerConfigResult',
|
|
14
|
+
'AwaitableGetSolutionsControllerConfigResult',
|
|
15
|
+
'get_solutions_controller_config',
|
|
16
|
+
'get_solutions_controller_config_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetSolutionsControllerConfigResult:
|
|
21
|
+
"""
|
|
22
|
+
Class representing the config for the solution in the migrate project.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, publisher_sas_uri=None):
|
|
25
|
+
if publisher_sas_uri and not isinstance(publisher_sas_uri, str):
|
|
26
|
+
raise TypeError("Expected argument 'publisher_sas_uri' to be a str")
|
|
27
|
+
pulumi.set(__self__, "publisher_sas_uri", publisher_sas_uri)
|
|
28
|
+
|
|
29
|
+
@property
|
|
30
|
+
@pulumi.getter(name="publisherSasUri")
|
|
31
|
+
def publisher_sas_uri(self) -> Optional[str]:
|
|
32
|
+
"""
|
|
33
|
+
Gets or sets the publisher sas uri for the solution.
|
|
34
|
+
"""
|
|
35
|
+
return pulumi.get(self, "publisher_sas_uri")
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
class AwaitableGetSolutionsControllerConfigResult(GetSolutionsControllerConfigResult):
|
|
39
|
+
# pylint: disable=using-constant-test
|
|
40
|
+
def __await__(self):
|
|
41
|
+
if False:
|
|
42
|
+
yield self
|
|
43
|
+
return GetSolutionsControllerConfigResult(
|
|
44
|
+
publisher_sas_uri=self.publisher_sas_uri)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
def get_solutions_controller_config(migrate_project_name: Optional[str] = None,
|
|
48
|
+
resource_group_name: Optional[str] = None,
|
|
49
|
+
solution_name: Optional[str] = None,
|
|
50
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSolutionsControllerConfigResult:
|
|
51
|
+
"""
|
|
52
|
+
Class representing the config for the solution in the migrate project.
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
:param str migrate_project_name: Name of the Azure Migrate project.
|
|
56
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
57
|
+
:param str solution_name: Unique name of a migration solution within a migrate project.
|
|
58
|
+
"""
|
|
59
|
+
__args__ = dict()
|
|
60
|
+
__args__['migrateProjectName'] = migrate_project_name
|
|
61
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
62
|
+
__args__['solutionName'] = solution_name
|
|
63
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
64
|
+
__ret__ = pulumi.runtime.invoke('azure-native:migrate/v20230101:getSolutionsControllerConfig', __args__, opts=opts, typ=GetSolutionsControllerConfigResult).value
|
|
65
|
+
|
|
66
|
+
return AwaitableGetSolutionsControllerConfigResult(
|
|
67
|
+
publisher_sas_uri=pulumi.get(__ret__, 'publisher_sas_uri'))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
@_utilities.lift_output_func(get_solutions_controller_config)
|
|
71
|
+
def get_solutions_controller_config_output(migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
72
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
73
|
+
solution_name: Optional[pulumi.Input[str]] = None,
|
|
74
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSolutionsControllerConfigResult]:
|
|
75
|
+
"""
|
|
76
|
+
Class representing the config for the solution in the migrate project.
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
:param str migrate_project_name: Name of the Azure Migrate project.
|
|
80
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
81
|
+
:param str solution_name: Unique name of a migration solution within a migrate project.
|
|
82
|
+
"""
|
|
83
|
+
...
|
|
@@ -0,0 +1,136 @@
|
|
|
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__ = [
|
|
14
|
+
'GetSolutionsControllerSolutionResult',
|
|
15
|
+
'AwaitableGetSolutionsControllerSolutionResult',
|
|
16
|
+
'get_solutions_controller_solution',
|
|
17
|
+
'get_solutions_controller_solution_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetSolutionsControllerSolutionResult:
|
|
22
|
+
"""
|
|
23
|
+
Solution REST Resource.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, etag=None, id=None, name=None, properties=None, type=None):
|
|
26
|
+
if etag and not isinstance(etag, str):
|
|
27
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
|
28
|
+
pulumi.set(__self__, "etag", etag)
|
|
29
|
+
if id and not isinstance(id, str):
|
|
30
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
31
|
+
pulumi.set(__self__, "id", id)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if properties and not isinstance(properties, dict):
|
|
36
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "properties", properties)
|
|
38
|
+
if type and not isinstance(type, str):
|
|
39
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
40
|
+
pulumi.set(__self__, "type", type)
|
|
41
|
+
|
|
42
|
+
@property
|
|
43
|
+
@pulumi.getter
|
|
44
|
+
def etag(self) -> Optional[str]:
|
|
45
|
+
"""
|
|
46
|
+
Gets or sets the ETAG for optimistic concurrency control.
|
|
47
|
+
"""
|
|
48
|
+
return pulumi.get(self, "etag")
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter
|
|
52
|
+
def id(self) -> str:
|
|
53
|
+
"""
|
|
54
|
+
Gets the relative URL to get to this REST resource.
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "id")
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
@pulumi.getter
|
|
60
|
+
def name(self) -> str:
|
|
61
|
+
"""
|
|
62
|
+
Gets the name of this REST resource.
|
|
63
|
+
"""
|
|
64
|
+
return pulumi.get(self, "name")
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter
|
|
68
|
+
def properties(self) -> 'outputs.SolutionPropertiesResponse':
|
|
69
|
+
"""
|
|
70
|
+
Gets or sets the properties of the solution.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "properties")
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def type(self) -> str:
|
|
77
|
+
"""
|
|
78
|
+
Gets the type of this REST resource.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "type")
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
class AwaitableGetSolutionsControllerSolutionResult(GetSolutionsControllerSolutionResult):
|
|
84
|
+
# pylint: disable=using-constant-test
|
|
85
|
+
def __await__(self):
|
|
86
|
+
if False:
|
|
87
|
+
yield self
|
|
88
|
+
return GetSolutionsControllerSolutionResult(
|
|
89
|
+
etag=self.etag,
|
|
90
|
+
id=self.id,
|
|
91
|
+
name=self.name,
|
|
92
|
+
properties=self.properties,
|
|
93
|
+
type=self.type)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
def get_solutions_controller_solution(migrate_project_name: Optional[str] = None,
|
|
97
|
+
resource_group_name: Optional[str] = None,
|
|
98
|
+
solution_name: Optional[str] = None,
|
|
99
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSolutionsControllerSolutionResult:
|
|
100
|
+
"""
|
|
101
|
+
Solution REST Resource.
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
:param str migrate_project_name: Name of the Azure Migrate project.
|
|
105
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
106
|
+
:param str solution_name: Unique name of a migration solution within a migrate project.
|
|
107
|
+
"""
|
|
108
|
+
__args__ = dict()
|
|
109
|
+
__args__['migrateProjectName'] = migrate_project_name
|
|
110
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
111
|
+
__args__['solutionName'] = solution_name
|
|
112
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
113
|
+
__ret__ = pulumi.runtime.invoke('azure-native:migrate/v20230101:getSolutionsControllerSolution', __args__, opts=opts, typ=GetSolutionsControllerSolutionResult).value
|
|
114
|
+
|
|
115
|
+
return AwaitableGetSolutionsControllerSolutionResult(
|
|
116
|
+
etag=pulumi.get(__ret__, 'etag'),
|
|
117
|
+
id=pulumi.get(__ret__, 'id'),
|
|
118
|
+
name=pulumi.get(__ret__, 'name'),
|
|
119
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
120
|
+
type=pulumi.get(__ret__, 'type'))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
@_utilities.lift_output_func(get_solutions_controller_solution)
|
|
124
|
+
def get_solutions_controller_solution_output(migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
125
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
solution_name: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSolutionsControllerSolutionResult]:
|
|
128
|
+
"""
|
|
129
|
+
Solution REST Resource.
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
:param str migrate_project_name: Name of the Azure Migrate project.
|
|
133
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
134
|
+
:param str solution_name: Unique name of a migration solution within a migrate project.
|
|
135
|
+
"""
|
|
136
|
+
...
|
|
@@ -0,0 +1,253 @@
|
|
|
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__ = ['MigrateProjectsControllerMigrateProjectArgs', 'MigrateProjectsControllerMigrateProject']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class MigrateProjectsControllerMigrateProjectArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
resource_group_name: pulumi.Input[str],
|
|
21
|
+
e_tag: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
23
|
+
migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
24
|
+
properties: Optional[pulumi.Input['MigrateProjectPropertiesArgs']] = None):
|
|
25
|
+
"""
|
|
26
|
+
The set of arguments for constructing a MigrateProjectsControllerMigrateProject resource.
|
|
27
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
28
|
+
:param pulumi.Input[str] e_tag: For optimistic concurrency control.
|
|
29
|
+
:param pulumi.Input[str] location: Azure location in which project is created.
|
|
30
|
+
:param pulumi.Input[str] migrate_project_name: Name of the Azure Migrate project.
|
|
31
|
+
:param pulumi.Input['MigrateProjectPropertiesArgs'] properties: Properties of a migrate project.
|
|
32
|
+
"""
|
|
33
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
34
|
+
if e_tag is not None:
|
|
35
|
+
pulumi.set(__self__, "e_tag", e_tag)
|
|
36
|
+
if location is not None:
|
|
37
|
+
pulumi.set(__self__, "location", location)
|
|
38
|
+
if migrate_project_name is not None:
|
|
39
|
+
pulumi.set(__self__, "migrate_project_name", migrate_project_name)
|
|
40
|
+
if properties is not None:
|
|
41
|
+
pulumi.set(__self__, "properties", properties)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="resourceGroupName")
|
|
45
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
46
|
+
"""
|
|
47
|
+
The name of the resource group. The name is case insensitive.
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "resource_group_name")
|
|
50
|
+
|
|
51
|
+
@resource_group_name.setter
|
|
52
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
53
|
+
pulumi.set(self, "resource_group_name", value)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter(name="eTag")
|
|
57
|
+
def e_tag(self) -> Optional[pulumi.Input[str]]:
|
|
58
|
+
"""
|
|
59
|
+
For optimistic concurrency control.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "e_tag")
|
|
62
|
+
|
|
63
|
+
@e_tag.setter
|
|
64
|
+
def e_tag(self, value: Optional[pulumi.Input[str]]):
|
|
65
|
+
pulumi.set(self, "e_tag", value)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter
|
|
69
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
70
|
+
"""
|
|
71
|
+
Azure location in which project is created.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "location")
|
|
74
|
+
|
|
75
|
+
@location.setter
|
|
76
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
77
|
+
pulumi.set(self, "location", value)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter(name="migrateProjectName")
|
|
81
|
+
def migrate_project_name(self) -> Optional[pulumi.Input[str]]:
|
|
82
|
+
"""
|
|
83
|
+
Name of the Azure Migrate project.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "migrate_project_name")
|
|
86
|
+
|
|
87
|
+
@migrate_project_name.setter
|
|
88
|
+
def migrate_project_name(self, value: Optional[pulumi.Input[str]]):
|
|
89
|
+
pulumi.set(self, "migrate_project_name", value)
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter
|
|
93
|
+
def properties(self) -> Optional[pulumi.Input['MigrateProjectPropertiesArgs']]:
|
|
94
|
+
"""
|
|
95
|
+
Properties of a migrate project.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "properties")
|
|
98
|
+
|
|
99
|
+
@properties.setter
|
|
100
|
+
def properties(self, value: Optional[pulumi.Input['MigrateProjectPropertiesArgs']]):
|
|
101
|
+
pulumi.set(self, "properties", value)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
class MigrateProjectsControllerMigrateProject(pulumi.CustomResource):
|
|
105
|
+
@overload
|
|
106
|
+
def __init__(__self__,
|
|
107
|
+
resource_name: str,
|
|
108
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
109
|
+
e_tag: Optional[pulumi.Input[str]] = None,
|
|
110
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
111
|
+
migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
properties: Optional[pulumi.Input[pulumi.InputType['MigrateProjectPropertiesArgs']]] = None,
|
|
113
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
114
|
+
__props__=None):
|
|
115
|
+
"""
|
|
116
|
+
Migrate project.
|
|
117
|
+
|
|
118
|
+
:param str resource_name: The name of the resource.
|
|
119
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
120
|
+
:param pulumi.Input[str] e_tag: For optimistic concurrency control.
|
|
121
|
+
:param pulumi.Input[str] location: Azure location in which project is created.
|
|
122
|
+
:param pulumi.Input[str] migrate_project_name: Name of the Azure Migrate project.
|
|
123
|
+
:param pulumi.Input[pulumi.InputType['MigrateProjectPropertiesArgs']] properties: Properties of a migrate project.
|
|
124
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
125
|
+
"""
|
|
126
|
+
...
|
|
127
|
+
@overload
|
|
128
|
+
def __init__(__self__,
|
|
129
|
+
resource_name: str,
|
|
130
|
+
args: MigrateProjectsControllerMigrateProjectArgs,
|
|
131
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
132
|
+
"""
|
|
133
|
+
Migrate project.
|
|
134
|
+
|
|
135
|
+
:param str resource_name: The name of the resource.
|
|
136
|
+
:param MigrateProjectsControllerMigrateProjectArgs args: The arguments to use to populate this resource's properties.
|
|
137
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
138
|
+
"""
|
|
139
|
+
...
|
|
140
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
141
|
+
resource_args, opts = _utilities.get_resource_args_opts(MigrateProjectsControllerMigrateProjectArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
142
|
+
if resource_args is not None:
|
|
143
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
144
|
+
else:
|
|
145
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
146
|
+
|
|
147
|
+
def _internal_init(__self__,
|
|
148
|
+
resource_name: str,
|
|
149
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
150
|
+
e_tag: Optional[pulumi.Input[str]] = None,
|
|
151
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
152
|
+
migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
153
|
+
properties: Optional[pulumi.Input[pulumi.InputType['MigrateProjectPropertiesArgs']]] = None,
|
|
154
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
155
|
+
__props__=None):
|
|
156
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
157
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
158
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
159
|
+
if opts.id is None:
|
|
160
|
+
if __props__ is not None:
|
|
161
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
162
|
+
__props__ = MigrateProjectsControllerMigrateProjectArgs.__new__(MigrateProjectsControllerMigrateProjectArgs)
|
|
163
|
+
|
|
164
|
+
__props__.__dict__["e_tag"] = e_tag
|
|
165
|
+
__props__.__dict__["location"] = location
|
|
166
|
+
__props__.__dict__["migrate_project_name"] = migrate_project_name
|
|
167
|
+
__props__.__dict__["properties"] = properties
|
|
168
|
+
if resource_group_name is None and not opts.urn:
|
|
169
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
170
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
171
|
+
__props__.__dict__["name"] = None
|
|
172
|
+
__props__.__dict__["system_data"] = None
|
|
173
|
+
__props__.__dict__["type"] = None
|
|
174
|
+
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/v20200501:MigrateProjectsControllerMigrateProject")])
|
|
175
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
176
|
+
super(MigrateProjectsControllerMigrateProject, __self__).__init__(
|
|
177
|
+
'azure-native:migrate/v20230101:MigrateProjectsControllerMigrateProject',
|
|
178
|
+
resource_name,
|
|
179
|
+
__props__,
|
|
180
|
+
opts)
|
|
181
|
+
|
|
182
|
+
@staticmethod
|
|
183
|
+
def get(resource_name: str,
|
|
184
|
+
id: pulumi.Input[str],
|
|
185
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'MigrateProjectsControllerMigrateProject':
|
|
186
|
+
"""
|
|
187
|
+
Get an existing MigrateProjectsControllerMigrateProject resource's state with the given name, id, and optional extra
|
|
188
|
+
properties used to qualify the lookup.
|
|
189
|
+
|
|
190
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
191
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
192
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
193
|
+
"""
|
|
194
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
195
|
+
|
|
196
|
+
__props__ = MigrateProjectsControllerMigrateProjectArgs.__new__(MigrateProjectsControllerMigrateProjectArgs)
|
|
197
|
+
|
|
198
|
+
__props__.__dict__["e_tag"] = None
|
|
199
|
+
__props__.__dict__["location"] = None
|
|
200
|
+
__props__.__dict__["name"] = None
|
|
201
|
+
__props__.__dict__["properties"] = None
|
|
202
|
+
__props__.__dict__["system_data"] = None
|
|
203
|
+
__props__.__dict__["type"] = None
|
|
204
|
+
return MigrateProjectsControllerMigrateProject(resource_name, opts=opts, __props__=__props__)
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter(name="eTag")
|
|
208
|
+
def e_tag(self) -> pulumi.Output[Optional[str]]:
|
|
209
|
+
"""
|
|
210
|
+
For optimistic concurrency control.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "e_tag")
|
|
213
|
+
|
|
214
|
+
@property
|
|
215
|
+
@pulumi.getter
|
|
216
|
+
def location(self) -> pulumi.Output[Optional[str]]:
|
|
217
|
+
"""
|
|
218
|
+
Azure location in which project is created.
|
|
219
|
+
"""
|
|
220
|
+
return pulumi.get(self, "location")
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter
|
|
224
|
+
def name(self) -> pulumi.Output[str]:
|
|
225
|
+
"""
|
|
226
|
+
Name of the project.
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "name")
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter
|
|
232
|
+
def properties(self) -> pulumi.Output['outputs.MigrateProjectPropertiesResponse']:
|
|
233
|
+
"""
|
|
234
|
+
Properties of a migrate project.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "properties")
|
|
237
|
+
|
|
238
|
+
@property
|
|
239
|
+
@pulumi.getter(name="systemData")
|
|
240
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
241
|
+
"""
|
|
242
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
243
|
+
"""
|
|
244
|
+
return pulumi.get(self, "system_data")
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter
|
|
248
|
+
def type(self) -> pulumi.Output[str]:
|
|
249
|
+
"""
|
|
250
|
+
Type of the object = [Microsoft.Migrate/migrateProjects].
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "type")
|
|
253
|
+
|