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,226 @@
|
|
|
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__ = ['PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs', 'PrivateEndpointConnectionControllerPrivateEndpointConnection']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
migrate_project_name: pulumi.Input[str],
|
|
21
|
+
resource_group_name: pulumi.Input[str],
|
|
22
|
+
pe_connection_name: Optional[pulumi.Input[str]] = None,
|
|
23
|
+
properties: Optional[pulumi.Input['PrivateEndpointConnectionPropertiesArgs']] = None):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a PrivateEndpointConnectionControllerPrivateEndpointConnection 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[str] pe_connection_name: Private endpoint connection name.
|
|
29
|
+
:param pulumi.Input['PrivateEndpointConnectionPropertiesArgs'] properties: Gets the properties of the object.
|
|
30
|
+
"""
|
|
31
|
+
pulumi.set(__self__, "migrate_project_name", migrate_project_name)
|
|
32
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
33
|
+
if pe_connection_name is not None:
|
|
34
|
+
pulumi.set(__self__, "pe_connection_name", pe_connection_name)
|
|
35
|
+
if properties is not None:
|
|
36
|
+
pulumi.set(__self__, "properties", properties)
|
|
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(name="peConnectionName")
|
|
64
|
+
def pe_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
65
|
+
"""
|
|
66
|
+
Private endpoint connection name.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "pe_connection_name")
|
|
69
|
+
|
|
70
|
+
@pe_connection_name.setter
|
|
71
|
+
def pe_connection_name(self, value: Optional[pulumi.Input[str]]):
|
|
72
|
+
pulumi.set(self, "pe_connection_name", value)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def properties(self) -> Optional[pulumi.Input['PrivateEndpointConnectionPropertiesArgs']]:
|
|
77
|
+
"""
|
|
78
|
+
Gets the properties of the object.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "properties")
|
|
81
|
+
|
|
82
|
+
@properties.setter
|
|
83
|
+
def properties(self, value: Optional[pulumi.Input['PrivateEndpointConnectionPropertiesArgs']]):
|
|
84
|
+
pulumi.set(self, "properties", value)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
class PrivateEndpointConnectionControllerPrivateEndpointConnection(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
|
+
pe_connection_name: Optional[pulumi.Input[str]] = None,
|
|
94
|
+
properties: Optional[pulumi.Input[pulumi.InputType['PrivateEndpointConnectionPropertiesArgs']]] = None,
|
|
95
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
96
|
+
__props__=None):
|
|
97
|
+
"""
|
|
98
|
+
REST model used to encapsulate the user visible state of a PrivateEndpoint.
|
|
99
|
+
|
|
100
|
+
:param str resource_name: The name of the resource.
|
|
101
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
102
|
+
:param pulumi.Input[str] migrate_project_name: Name of the Azure Migrate project.
|
|
103
|
+
:param pulumi.Input[str] pe_connection_name: Private endpoint connection name.
|
|
104
|
+
:param pulumi.Input[pulumi.InputType['PrivateEndpointConnectionPropertiesArgs']] properties: Gets the properties of the object.
|
|
105
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
106
|
+
"""
|
|
107
|
+
...
|
|
108
|
+
@overload
|
|
109
|
+
def __init__(__self__,
|
|
110
|
+
resource_name: str,
|
|
111
|
+
args: PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs,
|
|
112
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
113
|
+
"""
|
|
114
|
+
REST model used to encapsulate the user visible state of a PrivateEndpoint.
|
|
115
|
+
|
|
116
|
+
:param str resource_name: The name of the resource.
|
|
117
|
+
:param PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
118
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
119
|
+
"""
|
|
120
|
+
...
|
|
121
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
122
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
123
|
+
if resource_args is not None:
|
|
124
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
125
|
+
else:
|
|
126
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
127
|
+
|
|
128
|
+
def _internal_init(__self__,
|
|
129
|
+
resource_name: str,
|
|
130
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
131
|
+
migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
+
pe_connection_name: Optional[pulumi.Input[str]] = None,
|
|
133
|
+
properties: Optional[pulumi.Input[pulumi.InputType['PrivateEndpointConnectionPropertiesArgs']]] = None,
|
|
134
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
+
__props__=None):
|
|
136
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
137
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
138
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
139
|
+
if opts.id is None:
|
|
140
|
+
if __props__ is not None:
|
|
141
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
142
|
+
__props__ = PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs)
|
|
143
|
+
|
|
144
|
+
if migrate_project_name is None and not opts.urn:
|
|
145
|
+
raise TypeError("Missing required property 'migrate_project_name'")
|
|
146
|
+
__props__.__dict__["migrate_project_name"] = migrate_project_name
|
|
147
|
+
__props__.__dict__["pe_connection_name"] = pe_connection_name
|
|
148
|
+
__props__.__dict__["properties"] = properties
|
|
149
|
+
if resource_group_name is None and not opts.urn:
|
|
150
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
151
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
152
|
+
__props__.__dict__["e_tag"] = None
|
|
153
|
+
__props__.__dict__["name"] = None
|
|
154
|
+
__props__.__dict__["system_data"] = None
|
|
155
|
+
__props__.__dict__["type"] = None
|
|
156
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate:PrivateEndpointConnectionControllerPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:migrate/v20200501:PrivateEndpointConnectionControllerPrivateEndpointConnection")])
|
|
157
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
158
|
+
super(PrivateEndpointConnectionControllerPrivateEndpointConnection, __self__).__init__(
|
|
159
|
+
'azure-native:migrate/v20230101:PrivateEndpointConnectionControllerPrivateEndpointConnection',
|
|
160
|
+
resource_name,
|
|
161
|
+
__props__,
|
|
162
|
+
opts)
|
|
163
|
+
|
|
164
|
+
@staticmethod
|
|
165
|
+
def get(resource_name: str,
|
|
166
|
+
id: pulumi.Input[str],
|
|
167
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnectionControllerPrivateEndpointConnection':
|
|
168
|
+
"""
|
|
169
|
+
Get an existing PrivateEndpointConnectionControllerPrivateEndpointConnection resource's state with the given name, id, and optional extra
|
|
170
|
+
properties used to qualify the lookup.
|
|
171
|
+
|
|
172
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
173
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
174
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
175
|
+
"""
|
|
176
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
177
|
+
|
|
178
|
+
__props__ = PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionControllerPrivateEndpointConnectionArgs)
|
|
179
|
+
|
|
180
|
+
__props__.__dict__["e_tag"] = None
|
|
181
|
+
__props__.__dict__["name"] = None
|
|
182
|
+
__props__.__dict__["properties"] = None
|
|
183
|
+
__props__.__dict__["system_data"] = None
|
|
184
|
+
__props__.__dict__["type"] = None
|
|
185
|
+
return PrivateEndpointConnectionControllerPrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter(name="eTag")
|
|
189
|
+
def e_tag(self) -> pulumi.Output[str]:
|
|
190
|
+
"""
|
|
191
|
+
Gets the tag for optimistic concurrency control.
|
|
192
|
+
"""
|
|
193
|
+
return pulumi.get(self, "e_tag")
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter
|
|
197
|
+
def name(self) -> pulumi.Output[str]:
|
|
198
|
+
"""
|
|
199
|
+
Gets the name of the resource.
|
|
200
|
+
"""
|
|
201
|
+
return pulumi.get(self, "name")
|
|
202
|
+
|
|
203
|
+
@property
|
|
204
|
+
@pulumi.getter
|
|
205
|
+
def properties(self) -> pulumi.Output['outputs.PrivateEndpointConnectionPropertiesResponse']:
|
|
206
|
+
"""
|
|
207
|
+
Gets the properties of the object.
|
|
208
|
+
"""
|
|
209
|
+
return pulumi.get(self, "properties")
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
@pulumi.getter(name="systemData")
|
|
213
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
214
|
+
"""
|
|
215
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "system_data")
|
|
218
|
+
|
|
219
|
+
@property
|
|
220
|
+
@pulumi.getter
|
|
221
|
+
def type(self) -> pulumi.Output[str]:
|
|
222
|
+
"""
|
|
223
|
+
Gets the resource type.
|
|
224
|
+
"""
|
|
225
|
+
return pulumi.get(self, "type")
|
|
226
|
+
|
|
@@ -0,0 +1,210 @@
|
|
|
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
|
+
|
|
94
|
+
:param str resource_name: The name of the resource.
|
|
95
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
96
|
+
:param pulumi.Input[str] migrate_project_name: Name of the Azure Migrate project.
|
|
97
|
+
:param pulumi.Input[str] pec_proxy_name: Private endpoint proxy name.
|
|
98
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
99
|
+
"""
|
|
100
|
+
...
|
|
101
|
+
@overload
|
|
102
|
+
def __init__(__self__,
|
|
103
|
+
resource_name: str,
|
|
104
|
+
args: PrivateEndpointConnectionProxyControllerArgs,
|
|
105
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
106
|
+
"""
|
|
107
|
+
Defines Private endpoint proxy resource.
|
|
108
|
+
|
|
109
|
+
:param str resource_name: The name of the resource.
|
|
110
|
+
:param PrivateEndpointConnectionProxyControllerArgs args: The arguments to use to populate this resource's properties.
|
|
111
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
112
|
+
"""
|
|
113
|
+
...
|
|
114
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
115
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionProxyControllerArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
116
|
+
if resource_args is not None:
|
|
117
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
118
|
+
else:
|
|
119
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
120
|
+
|
|
121
|
+
def _internal_init(__self__,
|
|
122
|
+
resource_name: str,
|
|
123
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
124
|
+
e_tag: Optional[pulumi.Input[str]] = None,
|
|
125
|
+
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
|
+
__props__=None):
|
|
129
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
130
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
131
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
132
|
+
if opts.id is None:
|
|
133
|
+
if __props__ is not None:
|
|
134
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
135
|
+
__props__ = PrivateEndpointConnectionProxyControllerArgs.__new__(PrivateEndpointConnectionProxyControllerArgs)
|
|
136
|
+
|
|
137
|
+
__props__.__dict__["e_tag"] = e_tag
|
|
138
|
+
if migrate_project_name is None and not opts.urn:
|
|
139
|
+
raise TypeError("Missing required property 'migrate_project_name'")
|
|
140
|
+
__props__.__dict__["migrate_project_name"] = migrate_project_name
|
|
141
|
+
__props__.__dict__["pec_proxy_name"] = pec_proxy_name
|
|
142
|
+
if resource_group_name is None and not opts.urn:
|
|
143
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
144
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
145
|
+
__props__.__dict__["name"] = None
|
|
146
|
+
__props__.__dict__["properties"] = None
|
|
147
|
+
__props__.__dict__["system_data"] = None
|
|
148
|
+
__props__.__dict__["type"] = None
|
|
149
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate:PrivateEndpointConnectionProxyController")])
|
|
150
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
151
|
+
super(PrivateEndpointConnectionProxyController, __self__).__init__(
|
|
152
|
+
'azure-native:migrate/v20230101:PrivateEndpointConnectionProxyController',
|
|
153
|
+
resource_name,
|
|
154
|
+
__props__,
|
|
155
|
+
opts)
|
|
156
|
+
|
|
157
|
+
@staticmethod
|
|
158
|
+
def get(resource_name: str,
|
|
159
|
+
id: pulumi.Input[str],
|
|
160
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnectionProxyController':
|
|
161
|
+
"""
|
|
162
|
+
Get an existing PrivateEndpointConnectionProxyController resource's state with the given name, id, and optional extra
|
|
163
|
+
properties used to qualify the lookup.
|
|
164
|
+
|
|
165
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
166
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
167
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
168
|
+
"""
|
|
169
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
170
|
+
|
|
171
|
+
__props__ = PrivateEndpointConnectionProxyControllerArgs.__new__(PrivateEndpointConnectionProxyControllerArgs)
|
|
172
|
+
|
|
173
|
+
__props__.__dict__["e_tag"] = None
|
|
174
|
+
__props__.__dict__["name"] = None
|
|
175
|
+
__props__.__dict__["properties"] = None
|
|
176
|
+
__props__.__dict__["system_data"] = None
|
|
177
|
+
__props__.__dict__["type"] = None
|
|
178
|
+
return PrivateEndpointConnectionProxyController(resource_name, opts=opts, __props__=__props__)
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
@pulumi.getter(name="eTag")
|
|
182
|
+
def e_tag(self) -> pulumi.Output[Optional[str]]:
|
|
183
|
+
return pulumi.get(self, "e_tag")
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter
|
|
187
|
+
def name(self) -> pulumi.Output[str]:
|
|
188
|
+
return pulumi.get(self, "name")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter
|
|
192
|
+
def properties(self) -> pulumi.Output['outputs.PrivateEndpointConnectionProxyPropertiesResponse']:
|
|
193
|
+
"""
|
|
194
|
+
Properties of a private endpoint connection proxy.
|
|
195
|
+
"""
|
|
196
|
+
return pulumi.get(self, "properties")
|
|
197
|
+
|
|
198
|
+
@property
|
|
199
|
+
@pulumi.getter(name="systemData")
|
|
200
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
201
|
+
"""
|
|
202
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
203
|
+
"""
|
|
204
|
+
return pulumi.get(self, "system_data")
|
|
205
|
+
|
|
206
|
+
@property
|
|
207
|
+
@pulumi.getter
|
|
208
|
+
def type(self) -> pulumi.Output[str]:
|
|
209
|
+
return pulumi.get(self, "type")
|
|
210
|
+
|
|
@@ -0,0 +1,216 @@
|
|
|
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
|
+
|
|
100
|
+
:param str resource_name: The name of the resource.
|
|
101
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
102
|
+
:param pulumi.Input[str] migrate_project_name: Name of the Azure Migrate project.
|
|
103
|
+
:param pulumi.Input[pulumi.InputType['SolutionPropertiesArgs']] properties: Gets or sets the properties of the solution.
|
|
104
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
105
|
+
:param pulumi.Input[str] solution_name: Unique name of a migration solution within a migrate project.
|
|
106
|
+
"""
|
|
107
|
+
...
|
|
108
|
+
@overload
|
|
109
|
+
def __init__(__self__,
|
|
110
|
+
resource_name: str,
|
|
111
|
+
args: SolutionsControllerSolutionArgs,
|
|
112
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
113
|
+
"""
|
|
114
|
+
Solution REST Resource.
|
|
115
|
+
|
|
116
|
+
:param str resource_name: The name of the resource.
|
|
117
|
+
:param SolutionsControllerSolutionArgs args: The arguments to use to populate this resource's properties.
|
|
118
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
119
|
+
"""
|
|
120
|
+
...
|
|
121
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
122
|
+
resource_args, opts = _utilities.get_resource_args_opts(SolutionsControllerSolutionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
123
|
+
if resource_args is not None:
|
|
124
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
125
|
+
else:
|
|
126
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
127
|
+
|
|
128
|
+
def _internal_init(__self__,
|
|
129
|
+
resource_name: str,
|
|
130
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
131
|
+
migrate_project_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
+
properties: Optional[pulumi.Input[pulumi.InputType['SolutionPropertiesArgs']]] = None,
|
|
133
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
+
solution_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
+
__props__=None):
|
|
136
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
137
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
138
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
139
|
+
if opts.id is None:
|
|
140
|
+
if __props__ is not None:
|
|
141
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
142
|
+
__props__ = SolutionsControllerSolutionArgs.__new__(SolutionsControllerSolutionArgs)
|
|
143
|
+
|
|
144
|
+
if migrate_project_name is None and not opts.urn:
|
|
145
|
+
raise TypeError("Missing required property 'migrate_project_name'")
|
|
146
|
+
__props__.__dict__["migrate_project_name"] = migrate_project_name
|
|
147
|
+
__props__.__dict__["properties"] = properties
|
|
148
|
+
if resource_group_name is None and not opts.urn:
|
|
149
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
150
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
151
|
+
__props__.__dict__["solution_name"] = solution_name
|
|
152
|
+
__props__.__dict__["etag"] = None
|
|
153
|
+
__props__.__dict__["name"] = None
|
|
154
|
+
__props__.__dict__["type"] = None
|
|
155
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:migrate:SolutionsControllerSolution"), pulumi.Alias(type_="azure-native:migrate/v20180901preview:SolutionsControllerSolution")])
|
|
156
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
157
|
+
super(SolutionsControllerSolution, __self__).__init__(
|
|
158
|
+
'azure-native:migrate/v20230101:SolutionsControllerSolution',
|
|
159
|
+
resource_name,
|
|
160
|
+
__props__,
|
|
161
|
+
opts)
|
|
162
|
+
|
|
163
|
+
@staticmethod
|
|
164
|
+
def get(resource_name: str,
|
|
165
|
+
id: pulumi.Input[str],
|
|
166
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'SolutionsControllerSolution':
|
|
167
|
+
"""
|
|
168
|
+
Get an existing SolutionsControllerSolution resource's state with the given name, id, and optional extra
|
|
169
|
+
properties used to qualify the lookup.
|
|
170
|
+
|
|
171
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
172
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
173
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
174
|
+
"""
|
|
175
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
176
|
+
|
|
177
|
+
__props__ = SolutionsControllerSolutionArgs.__new__(SolutionsControllerSolutionArgs)
|
|
178
|
+
|
|
179
|
+
__props__.__dict__["etag"] = None
|
|
180
|
+
__props__.__dict__["name"] = None
|
|
181
|
+
__props__.__dict__["properties"] = None
|
|
182
|
+
__props__.__dict__["type"] = None
|
|
183
|
+
return SolutionsControllerSolution(resource_name, opts=opts, __props__=__props__)
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter
|
|
187
|
+
def etag(self) -> pulumi.Output[Optional[str]]:
|
|
188
|
+
"""
|
|
189
|
+
Gets or sets the ETAG for optimistic concurrency control.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "etag")
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter
|
|
195
|
+
def name(self) -> pulumi.Output[str]:
|
|
196
|
+
"""
|
|
197
|
+
Gets the name of this REST resource.
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "name")
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter
|
|
203
|
+
def properties(self) -> pulumi.Output['outputs.SolutionPropertiesResponse']:
|
|
204
|
+
"""
|
|
205
|
+
Gets or sets the properties of the solution.
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "properties")
|
|
208
|
+
|
|
209
|
+
@property
|
|
210
|
+
@pulumi.getter
|
|
211
|
+
def type(self) -> pulumi.Output[str]:
|
|
212
|
+
"""
|
|
213
|
+
Gets the type of this REST resource.
|
|
214
|
+
"""
|
|
215
|
+
return pulumi.get(self, "type")
|
|
216
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
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 .data_product import *
|
|
10
|
+
from .data_type import *
|
|
11
|
+
from .get_data_product import *
|
|
12
|
+
from .get_data_type import *
|
|
13
|
+
from .list_data_product_roles_assignments import *
|
|
14
|
+
from ._inputs import *
|
|
15
|
+
from . import outputs
|
|
16
|
+
|
|
17
|
+
# Make subpackages available:
|
|
18
|
+
if typing.TYPE_CHECKING:
|
|
19
|
+
import pulumi_azure_native.networkanalytics.v20231115 as __v20231115
|
|
20
|
+
v20231115 = __v20231115
|
|
21
|
+
else:
|
|
22
|
+
v20231115 = _utilities.lazy_import('pulumi_azure_native.networkanalytics.v20231115')
|
|
23
|
+
|