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,361 @@
|
|
|
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__ = ['AgentArgs', 'Agent']
|
|
14
|
+
|
|
15
|
+
@pulumi.input_type
|
|
16
|
+
class AgentArgs:
|
|
17
|
+
def __init__(__self__, *,
|
|
18
|
+
arc_resource_id: pulumi.Input[str],
|
|
19
|
+
arc_vm_uuid: pulumi.Input[str],
|
|
20
|
+
resource_group_name: pulumi.Input[str],
|
|
21
|
+
storage_mover_name: pulumi.Input[str],
|
|
22
|
+
agent_name: Optional[pulumi.Input[str]] = None,
|
|
23
|
+
description: Optional[pulumi.Input[str]] = None):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a Agent resource.
|
|
26
|
+
:param pulumi.Input[str] arc_resource_id: The fully qualified resource ID of the Hybrid Compute resource for the Agent.
|
|
27
|
+
:param pulumi.Input[str] arc_vm_uuid: The VM UUID of the Hybrid Compute resource for the Agent.
|
|
28
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
29
|
+
:param pulumi.Input[str] storage_mover_name: The name of the Storage Mover resource.
|
|
30
|
+
:param pulumi.Input[str] agent_name: The name of the Agent resource.
|
|
31
|
+
:param pulumi.Input[str] description: A description for the Agent.
|
|
32
|
+
"""
|
|
33
|
+
pulumi.set(__self__, "arc_resource_id", arc_resource_id)
|
|
34
|
+
pulumi.set(__self__, "arc_vm_uuid", arc_vm_uuid)
|
|
35
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
36
|
+
pulumi.set(__self__, "storage_mover_name", storage_mover_name)
|
|
37
|
+
if agent_name is not None:
|
|
38
|
+
pulumi.set(__self__, "agent_name", agent_name)
|
|
39
|
+
if description is not None:
|
|
40
|
+
pulumi.set(__self__, "description", description)
|
|
41
|
+
|
|
42
|
+
@property
|
|
43
|
+
@pulumi.getter(name="arcResourceId")
|
|
44
|
+
def arc_resource_id(self) -> pulumi.Input[str]:
|
|
45
|
+
"""
|
|
46
|
+
The fully qualified resource ID of the Hybrid Compute resource for the Agent.
|
|
47
|
+
"""
|
|
48
|
+
return pulumi.get(self, "arc_resource_id")
|
|
49
|
+
|
|
50
|
+
@arc_resource_id.setter
|
|
51
|
+
def arc_resource_id(self, value: pulumi.Input[str]):
|
|
52
|
+
pulumi.set(self, "arc_resource_id", value)
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter(name="arcVmUuid")
|
|
56
|
+
def arc_vm_uuid(self) -> pulumi.Input[str]:
|
|
57
|
+
"""
|
|
58
|
+
The VM UUID of the Hybrid Compute resource for the Agent.
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "arc_vm_uuid")
|
|
61
|
+
|
|
62
|
+
@arc_vm_uuid.setter
|
|
63
|
+
def arc_vm_uuid(self, value: pulumi.Input[str]):
|
|
64
|
+
pulumi.set(self, "arc_vm_uuid", value)
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="resourceGroupName")
|
|
68
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
69
|
+
"""
|
|
70
|
+
The name of the resource group. The name is case insensitive.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "resource_group_name")
|
|
73
|
+
|
|
74
|
+
@resource_group_name.setter
|
|
75
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
76
|
+
pulumi.set(self, "resource_group_name", value)
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="storageMoverName")
|
|
80
|
+
def storage_mover_name(self) -> pulumi.Input[str]:
|
|
81
|
+
"""
|
|
82
|
+
The name of the Storage Mover resource.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "storage_mover_name")
|
|
85
|
+
|
|
86
|
+
@storage_mover_name.setter
|
|
87
|
+
def storage_mover_name(self, value: pulumi.Input[str]):
|
|
88
|
+
pulumi.set(self, "storage_mover_name", value)
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="agentName")
|
|
92
|
+
def agent_name(self) -> Optional[pulumi.Input[str]]:
|
|
93
|
+
"""
|
|
94
|
+
The name of the Agent resource.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "agent_name")
|
|
97
|
+
|
|
98
|
+
@agent_name.setter
|
|
99
|
+
def agent_name(self, value: Optional[pulumi.Input[str]]):
|
|
100
|
+
pulumi.set(self, "agent_name", value)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter
|
|
104
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
105
|
+
"""
|
|
106
|
+
A description for the Agent.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "description")
|
|
109
|
+
|
|
110
|
+
@description.setter
|
|
111
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
112
|
+
pulumi.set(self, "description", value)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
class Agent(pulumi.CustomResource):
|
|
116
|
+
@overload
|
|
117
|
+
def __init__(__self__,
|
|
118
|
+
resource_name: str,
|
|
119
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
120
|
+
agent_name: Optional[pulumi.Input[str]] = None,
|
|
121
|
+
arc_resource_id: Optional[pulumi.Input[str]] = None,
|
|
122
|
+
arc_vm_uuid: Optional[pulumi.Input[str]] = None,
|
|
123
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
124
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
125
|
+
storage_mover_name: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
__props__=None):
|
|
127
|
+
"""
|
|
128
|
+
The Agent resource.
|
|
129
|
+
|
|
130
|
+
:param str resource_name: The name of the resource.
|
|
131
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
132
|
+
:param pulumi.Input[str] agent_name: The name of the Agent resource.
|
|
133
|
+
:param pulumi.Input[str] arc_resource_id: The fully qualified resource ID of the Hybrid Compute resource for the Agent.
|
|
134
|
+
:param pulumi.Input[str] arc_vm_uuid: The VM UUID of the Hybrid Compute resource for the Agent.
|
|
135
|
+
:param pulumi.Input[str] description: A description for the Agent.
|
|
136
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
137
|
+
:param pulumi.Input[str] storage_mover_name: The name of the Storage Mover resource.
|
|
138
|
+
"""
|
|
139
|
+
...
|
|
140
|
+
@overload
|
|
141
|
+
def __init__(__self__,
|
|
142
|
+
resource_name: str,
|
|
143
|
+
args: AgentArgs,
|
|
144
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
145
|
+
"""
|
|
146
|
+
The Agent resource.
|
|
147
|
+
|
|
148
|
+
:param str resource_name: The name of the resource.
|
|
149
|
+
:param AgentArgs args: The arguments to use to populate this resource's properties.
|
|
150
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
151
|
+
"""
|
|
152
|
+
...
|
|
153
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
154
|
+
resource_args, opts = _utilities.get_resource_args_opts(AgentArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
155
|
+
if resource_args is not None:
|
|
156
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
157
|
+
else:
|
|
158
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
159
|
+
|
|
160
|
+
def _internal_init(__self__,
|
|
161
|
+
resource_name: str,
|
|
162
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
163
|
+
agent_name: Optional[pulumi.Input[str]] = None,
|
|
164
|
+
arc_resource_id: Optional[pulumi.Input[str]] = None,
|
|
165
|
+
arc_vm_uuid: Optional[pulumi.Input[str]] = None,
|
|
166
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
167
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
168
|
+
storage_mover_name: Optional[pulumi.Input[str]] = None,
|
|
169
|
+
__props__=None):
|
|
170
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
171
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
172
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
173
|
+
if opts.id is None:
|
|
174
|
+
if __props__ is not None:
|
|
175
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
176
|
+
__props__ = AgentArgs.__new__(AgentArgs)
|
|
177
|
+
|
|
178
|
+
__props__.__dict__["agent_name"] = agent_name
|
|
179
|
+
if arc_resource_id is None and not opts.urn:
|
|
180
|
+
raise TypeError("Missing required property 'arc_resource_id'")
|
|
181
|
+
__props__.__dict__["arc_resource_id"] = arc_resource_id
|
|
182
|
+
if arc_vm_uuid is None and not opts.urn:
|
|
183
|
+
raise TypeError("Missing required property 'arc_vm_uuid'")
|
|
184
|
+
__props__.__dict__["arc_vm_uuid"] = arc_vm_uuid
|
|
185
|
+
__props__.__dict__["description"] = description
|
|
186
|
+
if resource_group_name is None and not opts.urn:
|
|
187
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
188
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
189
|
+
if storage_mover_name is None and not opts.urn:
|
|
190
|
+
raise TypeError("Missing required property 'storage_mover_name'")
|
|
191
|
+
__props__.__dict__["storage_mover_name"] = storage_mover_name
|
|
192
|
+
__props__.__dict__["agent_status"] = None
|
|
193
|
+
__props__.__dict__["agent_version"] = None
|
|
194
|
+
__props__.__dict__["error_details"] = None
|
|
195
|
+
__props__.__dict__["last_status_update"] = None
|
|
196
|
+
__props__.__dict__["local_ip_address"] = None
|
|
197
|
+
__props__.__dict__["memory_in_mb"] = None
|
|
198
|
+
__props__.__dict__["name"] = None
|
|
199
|
+
__props__.__dict__["number_of_cores"] = None
|
|
200
|
+
__props__.__dict__["provisioning_state"] = None
|
|
201
|
+
__props__.__dict__["system_data"] = None
|
|
202
|
+
__props__.__dict__["type"] = None
|
|
203
|
+
__props__.__dict__["uptime_in_seconds"] = None
|
|
204
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:storagemover:Agent"), pulumi.Alias(type_="azure-native:storagemover/v20220701preview:Agent"), pulumi.Alias(type_="azure-native:storagemover/v20230301:Agent"), pulumi.Alias(type_="azure-native:storagemover/v20230701preview:Agent")])
|
|
205
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
206
|
+
super(Agent, __self__).__init__(
|
|
207
|
+
'azure-native:storagemover/v20231001:Agent',
|
|
208
|
+
resource_name,
|
|
209
|
+
__props__,
|
|
210
|
+
opts)
|
|
211
|
+
|
|
212
|
+
@staticmethod
|
|
213
|
+
def get(resource_name: str,
|
|
214
|
+
id: pulumi.Input[str],
|
|
215
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Agent':
|
|
216
|
+
"""
|
|
217
|
+
Get an existing Agent resource's state with the given name, id, and optional extra
|
|
218
|
+
properties used to qualify the lookup.
|
|
219
|
+
|
|
220
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
221
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
222
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
223
|
+
"""
|
|
224
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
225
|
+
|
|
226
|
+
__props__ = AgentArgs.__new__(AgentArgs)
|
|
227
|
+
|
|
228
|
+
__props__.__dict__["agent_status"] = None
|
|
229
|
+
__props__.__dict__["agent_version"] = None
|
|
230
|
+
__props__.__dict__["arc_resource_id"] = None
|
|
231
|
+
__props__.__dict__["arc_vm_uuid"] = None
|
|
232
|
+
__props__.__dict__["description"] = None
|
|
233
|
+
__props__.__dict__["error_details"] = None
|
|
234
|
+
__props__.__dict__["last_status_update"] = None
|
|
235
|
+
__props__.__dict__["local_ip_address"] = None
|
|
236
|
+
__props__.__dict__["memory_in_mb"] = None
|
|
237
|
+
__props__.__dict__["name"] = None
|
|
238
|
+
__props__.__dict__["number_of_cores"] = None
|
|
239
|
+
__props__.__dict__["provisioning_state"] = None
|
|
240
|
+
__props__.__dict__["system_data"] = None
|
|
241
|
+
__props__.__dict__["type"] = None
|
|
242
|
+
__props__.__dict__["uptime_in_seconds"] = None
|
|
243
|
+
return Agent(resource_name, opts=opts, __props__=__props__)
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter(name="agentStatus")
|
|
247
|
+
def agent_status(self) -> pulumi.Output[str]:
|
|
248
|
+
"""
|
|
249
|
+
The Agent status.
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "agent_status")
|
|
252
|
+
|
|
253
|
+
@property
|
|
254
|
+
@pulumi.getter(name="agentVersion")
|
|
255
|
+
def agent_version(self) -> pulumi.Output[str]:
|
|
256
|
+
"""
|
|
257
|
+
The Agent version.
|
|
258
|
+
"""
|
|
259
|
+
return pulumi.get(self, "agent_version")
|
|
260
|
+
|
|
261
|
+
@property
|
|
262
|
+
@pulumi.getter(name="arcResourceId")
|
|
263
|
+
def arc_resource_id(self) -> pulumi.Output[str]:
|
|
264
|
+
"""
|
|
265
|
+
The fully qualified resource ID of the Hybrid Compute resource for the Agent.
|
|
266
|
+
"""
|
|
267
|
+
return pulumi.get(self, "arc_resource_id")
|
|
268
|
+
|
|
269
|
+
@property
|
|
270
|
+
@pulumi.getter(name="arcVmUuid")
|
|
271
|
+
def arc_vm_uuid(self) -> pulumi.Output[str]:
|
|
272
|
+
"""
|
|
273
|
+
The VM UUID of the Hybrid Compute resource for the Agent.
|
|
274
|
+
"""
|
|
275
|
+
return pulumi.get(self, "arc_vm_uuid")
|
|
276
|
+
|
|
277
|
+
@property
|
|
278
|
+
@pulumi.getter
|
|
279
|
+
def description(self) -> pulumi.Output[Optional[str]]:
|
|
280
|
+
"""
|
|
281
|
+
A description for the Agent.
|
|
282
|
+
"""
|
|
283
|
+
return pulumi.get(self, "description")
|
|
284
|
+
|
|
285
|
+
@property
|
|
286
|
+
@pulumi.getter(name="errorDetails")
|
|
287
|
+
def error_details(self) -> pulumi.Output['outputs.AgentPropertiesResponseErrorDetails']:
|
|
288
|
+
return pulumi.get(self, "error_details")
|
|
289
|
+
|
|
290
|
+
@property
|
|
291
|
+
@pulumi.getter(name="lastStatusUpdate")
|
|
292
|
+
def last_status_update(self) -> pulumi.Output[str]:
|
|
293
|
+
"""
|
|
294
|
+
The last updated time of the Agent status.
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "last_status_update")
|
|
297
|
+
|
|
298
|
+
@property
|
|
299
|
+
@pulumi.getter(name="localIPAddress")
|
|
300
|
+
def local_ip_address(self) -> pulumi.Output[str]:
|
|
301
|
+
"""
|
|
302
|
+
Local IP address reported by the Agent.
|
|
303
|
+
"""
|
|
304
|
+
return pulumi.get(self, "local_ip_address")
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
@pulumi.getter(name="memoryInMB")
|
|
308
|
+
def memory_in_mb(self) -> pulumi.Output[float]:
|
|
309
|
+
"""
|
|
310
|
+
Available memory reported by the Agent, in MB.
|
|
311
|
+
"""
|
|
312
|
+
return pulumi.get(self, "memory_in_mb")
|
|
313
|
+
|
|
314
|
+
@property
|
|
315
|
+
@pulumi.getter
|
|
316
|
+
def name(self) -> pulumi.Output[str]:
|
|
317
|
+
"""
|
|
318
|
+
The name of the resource
|
|
319
|
+
"""
|
|
320
|
+
return pulumi.get(self, "name")
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter(name="numberOfCores")
|
|
324
|
+
def number_of_cores(self) -> pulumi.Output[float]:
|
|
325
|
+
"""
|
|
326
|
+
Available compute cores reported by the Agent.
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "number_of_cores")
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
@pulumi.getter(name="provisioningState")
|
|
332
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
333
|
+
"""
|
|
334
|
+
The provisioning state of this resource.
|
|
335
|
+
"""
|
|
336
|
+
return pulumi.get(self, "provisioning_state")
|
|
337
|
+
|
|
338
|
+
@property
|
|
339
|
+
@pulumi.getter(name="systemData")
|
|
340
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
341
|
+
"""
|
|
342
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
343
|
+
"""
|
|
344
|
+
return pulumi.get(self, "system_data")
|
|
345
|
+
|
|
346
|
+
@property
|
|
347
|
+
@pulumi.getter
|
|
348
|
+
def type(self) -> pulumi.Output[str]:
|
|
349
|
+
"""
|
|
350
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
351
|
+
"""
|
|
352
|
+
return pulumi.get(self, "type")
|
|
353
|
+
|
|
354
|
+
@property
|
|
355
|
+
@pulumi.getter(name="uptimeInSeconds")
|
|
356
|
+
def uptime_in_seconds(self) -> pulumi.Output[float]:
|
|
357
|
+
"""
|
|
358
|
+
Uptime of the Agent in seconds.
|
|
359
|
+
"""
|
|
360
|
+
return pulumi.get(self, "uptime_in_seconds")
|
|
361
|
+
|
|
@@ -0,0 +1,217 @@
|
|
|
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__ = ['EndpointArgs', 'Endpoint']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class EndpointArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
properties: pulumi.Input[Union['AzureStorageBlobContainerEndpointPropertiesArgs', 'AzureStorageSmbFileShareEndpointPropertiesArgs', 'NfsMountEndpointPropertiesArgs', 'SmbMountEndpointPropertiesArgs']],
|
|
21
|
+
resource_group_name: pulumi.Input[str],
|
|
22
|
+
storage_mover_name: pulumi.Input[str],
|
|
23
|
+
endpoint_name: Optional[pulumi.Input[str]] = None):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a Endpoint resource.
|
|
26
|
+
:param pulumi.Input[Union['AzureStorageBlobContainerEndpointPropertiesArgs', 'AzureStorageSmbFileShareEndpointPropertiesArgs', 'NfsMountEndpointPropertiesArgs', 'SmbMountEndpointPropertiesArgs']] properties: The resource specific properties for the Storage Mover 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] storage_mover_name: The name of the Storage Mover resource.
|
|
29
|
+
:param pulumi.Input[str] endpoint_name: The name of the Endpoint resource.
|
|
30
|
+
"""
|
|
31
|
+
pulumi.set(__self__, "properties", properties)
|
|
32
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
33
|
+
pulumi.set(__self__, "storage_mover_name", storage_mover_name)
|
|
34
|
+
if endpoint_name is not None:
|
|
35
|
+
pulumi.set(__self__, "endpoint_name", endpoint_name)
|
|
36
|
+
|
|
37
|
+
@property
|
|
38
|
+
@pulumi.getter
|
|
39
|
+
def properties(self) -> pulumi.Input[Union['AzureStorageBlobContainerEndpointPropertiesArgs', 'AzureStorageSmbFileShareEndpointPropertiesArgs', 'NfsMountEndpointPropertiesArgs', 'SmbMountEndpointPropertiesArgs']]:
|
|
40
|
+
"""
|
|
41
|
+
The resource specific properties for the Storage Mover resource.
|
|
42
|
+
"""
|
|
43
|
+
return pulumi.get(self, "properties")
|
|
44
|
+
|
|
45
|
+
@properties.setter
|
|
46
|
+
def properties(self, value: pulumi.Input[Union['AzureStorageBlobContainerEndpointPropertiesArgs', 'AzureStorageSmbFileShareEndpointPropertiesArgs', 'NfsMountEndpointPropertiesArgs', 'SmbMountEndpointPropertiesArgs']]):
|
|
47
|
+
pulumi.set(self, "properties", value)
|
|
48
|
+
|
|
49
|
+
@property
|
|
50
|
+
@pulumi.getter(name="resourceGroupName")
|
|
51
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
52
|
+
"""
|
|
53
|
+
The name of the resource group. The name is case insensitive.
|
|
54
|
+
"""
|
|
55
|
+
return pulumi.get(self, "resource_group_name")
|
|
56
|
+
|
|
57
|
+
@resource_group_name.setter
|
|
58
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
59
|
+
pulumi.set(self, "resource_group_name", value)
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="storageMoverName")
|
|
63
|
+
def storage_mover_name(self) -> pulumi.Input[str]:
|
|
64
|
+
"""
|
|
65
|
+
The name of the Storage Mover resource.
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "storage_mover_name")
|
|
68
|
+
|
|
69
|
+
@storage_mover_name.setter
|
|
70
|
+
def storage_mover_name(self, value: pulumi.Input[str]):
|
|
71
|
+
pulumi.set(self, "storage_mover_name", value)
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter(name="endpointName")
|
|
75
|
+
def endpoint_name(self) -> Optional[pulumi.Input[str]]:
|
|
76
|
+
"""
|
|
77
|
+
The name of the Endpoint resource.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "endpoint_name")
|
|
80
|
+
|
|
81
|
+
@endpoint_name.setter
|
|
82
|
+
def endpoint_name(self, value: Optional[pulumi.Input[str]]):
|
|
83
|
+
pulumi.set(self, "endpoint_name", value)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
class Endpoint(pulumi.CustomResource):
|
|
87
|
+
@overload
|
|
88
|
+
def __init__(__self__,
|
|
89
|
+
resource_name: str,
|
|
90
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
91
|
+
endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
92
|
+
properties: Optional[pulumi.Input[Union[pulumi.InputType['AzureStorageBlobContainerEndpointPropertiesArgs'], pulumi.InputType['AzureStorageSmbFileShareEndpointPropertiesArgs'], pulumi.InputType['NfsMountEndpointPropertiesArgs'], pulumi.InputType['SmbMountEndpointPropertiesArgs']]]] = None,
|
|
93
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
94
|
+
storage_mover_name: Optional[pulumi.Input[str]] = None,
|
|
95
|
+
__props__=None):
|
|
96
|
+
"""
|
|
97
|
+
The Endpoint resource, which contains information about file sources and targets.
|
|
98
|
+
|
|
99
|
+
:param str resource_name: The name of the resource.
|
|
100
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
101
|
+
:param pulumi.Input[str] endpoint_name: The name of the Endpoint resource.
|
|
102
|
+
:param pulumi.Input[Union[pulumi.InputType['AzureStorageBlobContainerEndpointPropertiesArgs'], pulumi.InputType['AzureStorageSmbFileShareEndpointPropertiesArgs'], pulumi.InputType['NfsMountEndpointPropertiesArgs'], pulumi.InputType['SmbMountEndpointPropertiesArgs']]] properties: The resource specific properties for the Storage Mover resource.
|
|
103
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
104
|
+
:param pulumi.Input[str] storage_mover_name: The name of the Storage Mover resource.
|
|
105
|
+
"""
|
|
106
|
+
...
|
|
107
|
+
@overload
|
|
108
|
+
def __init__(__self__,
|
|
109
|
+
resource_name: str,
|
|
110
|
+
args: EndpointArgs,
|
|
111
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
112
|
+
"""
|
|
113
|
+
The Endpoint resource, which contains information about file sources and targets.
|
|
114
|
+
|
|
115
|
+
:param str resource_name: The name of the resource.
|
|
116
|
+
:param EndpointArgs args: The arguments to use to populate this resource's properties.
|
|
117
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
118
|
+
"""
|
|
119
|
+
...
|
|
120
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
121
|
+
resource_args, opts = _utilities.get_resource_args_opts(EndpointArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
122
|
+
if resource_args is not None:
|
|
123
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
124
|
+
else:
|
|
125
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
126
|
+
|
|
127
|
+
def _internal_init(__self__,
|
|
128
|
+
resource_name: str,
|
|
129
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
130
|
+
endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
131
|
+
properties: Optional[pulumi.Input[Union[pulumi.InputType['AzureStorageBlobContainerEndpointPropertiesArgs'], pulumi.InputType['AzureStorageSmbFileShareEndpointPropertiesArgs'], pulumi.InputType['NfsMountEndpointPropertiesArgs'], pulumi.InputType['SmbMountEndpointPropertiesArgs']]]] = None,
|
|
132
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
133
|
+
storage_mover_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
+
__props__=None):
|
|
135
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
136
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
137
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
138
|
+
if opts.id is None:
|
|
139
|
+
if __props__ is not None:
|
|
140
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
141
|
+
__props__ = EndpointArgs.__new__(EndpointArgs)
|
|
142
|
+
|
|
143
|
+
__props__.__dict__["endpoint_name"] = endpoint_name
|
|
144
|
+
if properties is None and not opts.urn:
|
|
145
|
+
raise TypeError("Missing required property 'properties'")
|
|
146
|
+
__props__.__dict__["properties"] = properties
|
|
147
|
+
if resource_group_name is None and not opts.urn:
|
|
148
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
149
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
150
|
+
if storage_mover_name is None and not opts.urn:
|
|
151
|
+
raise TypeError("Missing required property 'storage_mover_name'")
|
|
152
|
+
__props__.__dict__["storage_mover_name"] = storage_mover_name
|
|
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:storagemover:Endpoint"), pulumi.Alias(type_="azure-native:storagemover/v20220701preview:Endpoint"), pulumi.Alias(type_="azure-native:storagemover/v20230301:Endpoint"), pulumi.Alias(type_="azure-native:storagemover/v20230701preview:Endpoint")])
|
|
157
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
158
|
+
super(Endpoint, __self__).__init__(
|
|
159
|
+
'azure-native:storagemover/v20231001:Endpoint',
|
|
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) -> 'Endpoint':
|
|
168
|
+
"""
|
|
169
|
+
Get an existing Endpoint 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__ = EndpointArgs.__new__(EndpointArgs)
|
|
179
|
+
|
|
180
|
+
__props__.__dict__["name"] = None
|
|
181
|
+
__props__.__dict__["properties"] = None
|
|
182
|
+
__props__.__dict__["system_data"] = None
|
|
183
|
+
__props__.__dict__["type"] = None
|
|
184
|
+
return Endpoint(resource_name, opts=opts, __props__=__props__)
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter
|
|
188
|
+
def name(self) -> pulumi.Output[str]:
|
|
189
|
+
"""
|
|
190
|
+
The name of the resource
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "name")
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
@pulumi.getter
|
|
196
|
+
def properties(self) -> pulumi.Output[Any]:
|
|
197
|
+
"""
|
|
198
|
+
The resource specific properties for the Storage Mover resource.
|
|
199
|
+
"""
|
|
200
|
+
return pulumi.get(self, "properties")
|
|
201
|
+
|
|
202
|
+
@property
|
|
203
|
+
@pulumi.getter(name="systemData")
|
|
204
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
205
|
+
"""
|
|
206
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
207
|
+
"""
|
|
208
|
+
return pulumi.get(self, "system_data")
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
@pulumi.getter
|
|
212
|
+
def type(self) -> pulumi.Output[str]:
|
|
213
|
+
"""
|
|
214
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "type")
|
|
217
|
+
|