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
pulumi_azure_native/__init__.py
CHANGED
|
@@ -291,6 +291,8 @@ if typing.TYPE_CHECKING:
|
|
|
291
291
|
netapp = __netapp
|
|
292
292
|
import pulumi_azure_native.network as __network
|
|
293
293
|
network = __network
|
|
294
|
+
import pulumi_azure_native.networkanalytics as __networkanalytics
|
|
295
|
+
networkanalytics = __networkanalytics
|
|
294
296
|
import pulumi_azure_native.networkcloud as __networkcloud
|
|
295
297
|
networkcloud = __networkcloud
|
|
296
298
|
import pulumi_azure_native.networkfunction as __networkfunction
|
|
@@ -575,6 +577,7 @@ else:
|
|
|
575
577
|
monitor = _utilities.lazy_import('pulumi_azure_native.monitor')
|
|
576
578
|
netapp = _utilities.lazy_import('pulumi_azure_native.netapp')
|
|
577
579
|
network = _utilities.lazy_import('pulumi_azure_native.network')
|
|
580
|
+
networkanalytics = _utilities.lazy_import('pulumi_azure_native.networkanalytics')
|
|
578
581
|
networkcloud = _utilities.lazy_import('pulumi_azure_native.networkcloud')
|
|
579
582
|
networkfunction = _utilities.lazy_import('pulumi_azure_native.networkfunction')
|
|
580
583
|
notificationhubs = _utilities.lazy_import('pulumi_azure_native.notificationhubs')
|
|
@@ -2361,6 +2364,14 @@ _utilities.register(
|
|
|
2361
2364
|
"azure-native:baremetalinfrastructure/v20230406:AzureBareMetalStorageInstance": "AzureBareMetalStorageInstance"
|
|
2362
2365
|
}
|
|
2363
2366
|
},
|
|
2367
|
+
{
|
|
2368
|
+
"pkg": "azure-native",
|
|
2369
|
+
"mod": "baremetalinfrastructure/v20230804preview",
|
|
2370
|
+
"fqn": "pulumi_azure_native.baremetalinfrastructure.v20230804preview",
|
|
2371
|
+
"classes": {
|
|
2372
|
+
"azure-native:baremetalinfrastructure/v20230804preview:AzureBareMetalStorageInstance": "AzureBareMetalStorageInstance"
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2364
2375
|
{
|
|
2365
2376
|
"pkg": "azure-native",
|
|
2366
2377
|
"mod": "batch",
|
|
@@ -2738,6 +2749,16 @@ _utilities.register(
|
|
|
2738
2749
|
"azure-native:chaos/v20230415preview:Target": "Target"
|
|
2739
2750
|
}
|
|
2740
2751
|
},
|
|
2752
|
+
{
|
|
2753
|
+
"pkg": "azure-native",
|
|
2754
|
+
"mod": "chaos/v20230901preview",
|
|
2755
|
+
"fqn": "pulumi_azure_native.chaos.v20230901preview",
|
|
2756
|
+
"classes": {
|
|
2757
|
+
"azure-native:chaos/v20230901preview:Capability": "Capability",
|
|
2758
|
+
"azure-native:chaos/v20230901preview:Experiment": "Experiment",
|
|
2759
|
+
"azure-native:chaos/v20230901preview:Target": "Target"
|
|
2760
|
+
}
|
|
2761
|
+
},
|
|
2741
2762
|
{
|
|
2742
2763
|
"pkg": "azure-native",
|
|
2743
2764
|
"mod": "cognitiveservices",
|
|
@@ -3532,6 +3553,20 @@ _utilities.register(
|
|
|
3532
3553
|
"azure-native:containerservice/v20230801:Snapshot": "Snapshot"
|
|
3533
3554
|
}
|
|
3534
3555
|
},
|
|
3556
|
+
{
|
|
3557
|
+
"pkg": "azure-native",
|
|
3558
|
+
"mod": "containerservice/v20230802preview",
|
|
3559
|
+
"fqn": "pulumi_azure_native.containerservice.v20230802preview",
|
|
3560
|
+
"classes": {
|
|
3561
|
+
"azure-native:containerservice/v20230802preview:AgentPool": "AgentPool",
|
|
3562
|
+
"azure-native:containerservice/v20230802preview:MaintenanceConfiguration": "MaintenanceConfiguration",
|
|
3563
|
+
"azure-native:containerservice/v20230802preview:ManagedCluster": "ManagedCluster",
|
|
3564
|
+
"azure-native:containerservice/v20230802preview:ManagedClusterSnapshot": "ManagedClusterSnapshot",
|
|
3565
|
+
"azure-native:containerservice/v20230802preview:PrivateEndpointConnection": "PrivateEndpointConnection",
|
|
3566
|
+
"azure-native:containerservice/v20230802preview:Snapshot": "Snapshot",
|
|
3567
|
+
"azure-native:containerservice/v20230802preview:TrustedAccessRoleBinding": "TrustedAccessRoleBinding"
|
|
3568
|
+
}
|
|
3569
|
+
},
|
|
3535
3570
|
{
|
|
3536
3571
|
"pkg": "azure-native",
|
|
3537
3572
|
"mod": "containerservice/v20230815preview",
|
|
@@ -3769,6 +3804,7 @@ _utilities.register(
|
|
|
3769
3804
|
"fqn": "pulumi_azure_native.dashboard",
|
|
3770
3805
|
"classes": {
|
|
3771
3806
|
"azure-native:dashboard:Grafana": "Grafana",
|
|
3807
|
+
"azure-native:dashboard:ManagedPrivateEndpoint": "ManagedPrivateEndpoint",
|
|
3772
3808
|
"azure-native:dashboard:PrivateEndpointConnection": "PrivateEndpointConnection"
|
|
3773
3809
|
}
|
|
3774
3810
|
},
|
|
@@ -3789,6 +3825,16 @@ _utilities.register(
|
|
|
3789
3825
|
"azure-native:dashboard/v20220801:PrivateEndpointConnection": "PrivateEndpointConnection"
|
|
3790
3826
|
}
|
|
3791
3827
|
},
|
|
3828
|
+
{
|
|
3829
|
+
"pkg": "azure-native",
|
|
3830
|
+
"mod": "dashboard/v20221001preview",
|
|
3831
|
+
"fqn": "pulumi_azure_native.dashboard.v20221001preview",
|
|
3832
|
+
"classes": {
|
|
3833
|
+
"azure-native:dashboard/v20221001preview:Grafana": "Grafana",
|
|
3834
|
+
"azure-native:dashboard/v20221001preview:ManagedPrivateEndpoint": "ManagedPrivateEndpoint",
|
|
3835
|
+
"azure-native:dashboard/v20221001preview:PrivateEndpointConnection": "PrivateEndpointConnection"
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3792
3838
|
{
|
|
3793
3839
|
"pkg": "azure-native",
|
|
3794
3840
|
"mod": "databox",
|
|
@@ -3985,7 +4031,8 @@ _utilities.register(
|
|
|
3985
4031
|
"mod": "datadog",
|
|
3986
4032
|
"fqn": "pulumi_azure_native.datadog",
|
|
3987
4033
|
"classes": {
|
|
3988
|
-
"azure-native:datadog:Monitor": "Monitor"
|
|
4034
|
+
"azure-native:datadog:Monitor": "Monitor",
|
|
4035
|
+
"azure-native:datadog:MonitoredSubscription": "MonitoredSubscription"
|
|
3989
4036
|
}
|
|
3990
4037
|
},
|
|
3991
4038
|
{
|
|
@@ -3996,6 +4043,23 @@ _utilities.register(
|
|
|
3996
4043
|
"azure-native:datadog/v20220601:Monitor": "Monitor"
|
|
3997
4044
|
}
|
|
3998
4045
|
},
|
|
4046
|
+
{
|
|
4047
|
+
"pkg": "azure-native",
|
|
4048
|
+
"mod": "datadog/v20220801",
|
|
4049
|
+
"fqn": "pulumi_azure_native.datadog.v20220801",
|
|
4050
|
+
"classes": {
|
|
4051
|
+
"azure-native:datadog/v20220801:Monitor": "Monitor"
|
|
4052
|
+
}
|
|
4053
|
+
},
|
|
4054
|
+
{
|
|
4055
|
+
"pkg": "azure-native",
|
|
4056
|
+
"mod": "datadog/v20230101",
|
|
4057
|
+
"fqn": "pulumi_azure_native.datadog.v20230101",
|
|
4058
|
+
"classes": {
|
|
4059
|
+
"azure-native:datadog/v20230101:Monitor": "Monitor",
|
|
4060
|
+
"azure-native:datadog/v20230101:MonitoredSubscription": "MonitoredSubscription"
|
|
4061
|
+
}
|
|
4062
|
+
},
|
|
3999
4063
|
{
|
|
4000
4064
|
"pkg": "azure-native",
|
|
4001
4065
|
"mod": "datafactory",
|
|
@@ -7721,9 +7785,11 @@ _utilities.register(
|
|
|
7721
7785
|
"azure-native:migrate:MoveResource": "MoveResource",
|
|
7722
7786
|
"azure-native:migrate:PrivateEndpointConnection": "PrivateEndpointConnection",
|
|
7723
7787
|
"azure-native:migrate:PrivateEndpointConnectionControllerPrivateEndpointConnection": "PrivateEndpointConnectionControllerPrivateEndpointConnection",
|
|
7788
|
+
"azure-native:migrate:PrivateEndpointConnectionProxyController": "PrivateEndpointConnectionProxyController",
|
|
7724
7789
|
"azure-native:migrate:Project": "Project",
|
|
7725
7790
|
"azure-native:migrate:ServerCollector": "ServerCollector",
|
|
7726
7791
|
"azure-native:migrate:Solution": "Solution",
|
|
7792
|
+
"azure-native:migrate:SolutionsControllerSolution": "SolutionsControllerSolution",
|
|
7727
7793
|
"azure-native:migrate:VMwareCollector": "VMwareCollector",
|
|
7728
7794
|
"azure-native:migrate:WorkloadDeployment": "WorkloadDeployment",
|
|
7729
7795
|
"azure-native:migrate:WorkloadInstance": "WorkloadInstance"
|
|
@@ -7792,6 +7858,17 @@ _utilities.register(
|
|
|
7792
7858
|
"azure-native:migrate/v20220801:MoveResource": "MoveResource"
|
|
7793
7859
|
}
|
|
7794
7860
|
},
|
|
7861
|
+
{
|
|
7862
|
+
"pkg": "azure-native",
|
|
7863
|
+
"mod": "migrate/v20230101",
|
|
7864
|
+
"fqn": "pulumi_azure_native.migrate.v20230101",
|
|
7865
|
+
"classes": {
|
|
7866
|
+
"azure-native:migrate/v20230101:MigrateProjectsControllerMigrateProject": "MigrateProjectsControllerMigrateProject",
|
|
7867
|
+
"azure-native:migrate/v20230101:PrivateEndpointConnectionControllerPrivateEndpointConnection": "PrivateEndpointConnectionControllerPrivateEndpointConnection",
|
|
7868
|
+
"azure-native:migrate/v20230101:PrivateEndpointConnectionProxyController": "PrivateEndpointConnectionProxyController",
|
|
7869
|
+
"azure-native:migrate/v20230101:SolutionsControllerSolution": "SolutionsControllerSolution"
|
|
7870
|
+
}
|
|
7871
|
+
},
|
|
7795
7872
|
{
|
|
7796
7873
|
"pkg": "azure-native",
|
|
7797
7874
|
"mod": "migrate/v20230801",
|
|
@@ -8777,6 +8854,24 @@ _utilities.register(
|
|
|
8777
8854
|
"azure-native:network/v20230701preview:Zone": "Zone"
|
|
8778
8855
|
}
|
|
8779
8856
|
},
|
|
8857
|
+
{
|
|
8858
|
+
"pkg": "azure-native",
|
|
8859
|
+
"mod": "networkanalytics",
|
|
8860
|
+
"fqn": "pulumi_azure_native.networkanalytics",
|
|
8861
|
+
"classes": {
|
|
8862
|
+
"azure-native:networkanalytics:DataProduct": "DataProduct",
|
|
8863
|
+
"azure-native:networkanalytics:DataType": "DataType"
|
|
8864
|
+
}
|
|
8865
|
+
},
|
|
8866
|
+
{
|
|
8867
|
+
"pkg": "azure-native",
|
|
8868
|
+
"mod": "networkanalytics/v20231115",
|
|
8869
|
+
"fqn": "pulumi_azure_native.networkanalytics.v20231115",
|
|
8870
|
+
"classes": {
|
|
8871
|
+
"azure-native:networkanalytics/v20231115:DataProduct": "DataProduct",
|
|
8872
|
+
"azure-native:networkanalytics/v20231115:DataType": "DataType"
|
|
8873
|
+
}
|
|
8874
|
+
},
|
|
8780
8875
|
{
|
|
8781
8876
|
"pkg": "azure-native",
|
|
8782
8877
|
"mod": "networkcloud",
|
|
@@ -9623,6 +9718,18 @@ _utilities.register(
|
|
|
9623
9718
|
"azure-native:redhatopenshift/v20230701preview:SyncSet": "SyncSet"
|
|
9624
9719
|
}
|
|
9625
9720
|
},
|
|
9721
|
+
{
|
|
9722
|
+
"pkg": "azure-native",
|
|
9723
|
+
"mod": "redhatopenshift/v20230904",
|
|
9724
|
+
"fqn": "pulumi_azure_native.redhatopenshift.v20230904",
|
|
9725
|
+
"classes": {
|
|
9726
|
+
"azure-native:redhatopenshift/v20230904:MachinePool": "MachinePool",
|
|
9727
|
+
"azure-native:redhatopenshift/v20230904:OpenShiftCluster": "OpenShiftCluster",
|
|
9728
|
+
"azure-native:redhatopenshift/v20230904:Secret": "Secret",
|
|
9729
|
+
"azure-native:redhatopenshift/v20230904:SyncIdentityProvider": "SyncIdentityProvider",
|
|
9730
|
+
"azure-native:redhatopenshift/v20230904:SyncSet": "SyncSet"
|
|
9731
|
+
}
|
|
9732
|
+
},
|
|
9626
9733
|
{
|
|
9627
9734
|
"pkg": "azure-native",
|
|
9628
9735
|
"mod": "relay",
|
|
@@ -10824,6 +10931,19 @@ _utilities.register(
|
|
|
10824
10931
|
"azure-native:servicefabric/v20230701preview:NodeType": "NodeType"
|
|
10825
10932
|
}
|
|
10826
10933
|
},
|
|
10934
|
+
{
|
|
10935
|
+
"pkg": "azure-native",
|
|
10936
|
+
"mod": "servicefabric/v20230901preview",
|
|
10937
|
+
"fqn": "pulumi_azure_native.servicefabric.v20230901preview",
|
|
10938
|
+
"classes": {
|
|
10939
|
+
"azure-native:servicefabric/v20230901preview:ManagedCluster": "ManagedCluster",
|
|
10940
|
+
"azure-native:servicefabric/v20230901preview:ManagedClusterApplication": "ManagedClusterApplication",
|
|
10941
|
+
"azure-native:servicefabric/v20230901preview:ManagedClusterApplicationType": "ManagedClusterApplicationType",
|
|
10942
|
+
"azure-native:servicefabric/v20230901preview:ManagedClusterApplicationTypeVersion": "ManagedClusterApplicationTypeVersion",
|
|
10943
|
+
"azure-native:servicefabric/v20230901preview:ManagedClusterService": "ManagedClusterService",
|
|
10944
|
+
"azure-native:servicefabric/v20230901preview:NodeType": "NodeType"
|
|
10945
|
+
}
|
|
10946
|
+
},
|
|
10827
10947
|
{
|
|
10828
10948
|
"pkg": "azure-native",
|
|
10829
10949
|
"mod": "servicefabricmesh",
|
|
@@ -11551,6 +11671,18 @@ _utilities.register(
|
|
|
11551
11671
|
"azure-native:storagemover/v20230701preview:StorageMover": "StorageMover"
|
|
11552
11672
|
}
|
|
11553
11673
|
},
|
|
11674
|
+
{
|
|
11675
|
+
"pkg": "azure-native",
|
|
11676
|
+
"mod": "storagemover/v20231001",
|
|
11677
|
+
"fqn": "pulumi_azure_native.storagemover.v20231001",
|
|
11678
|
+
"classes": {
|
|
11679
|
+
"azure-native:storagemover/v20231001:Agent": "Agent",
|
|
11680
|
+
"azure-native:storagemover/v20231001:Endpoint": "Endpoint",
|
|
11681
|
+
"azure-native:storagemover/v20231001:JobDefinition": "JobDefinition",
|
|
11682
|
+
"azure-native:storagemover/v20231001:Project": "Project",
|
|
11683
|
+
"azure-native:storagemover/v20231001:StorageMover": "StorageMover"
|
|
11684
|
+
}
|
|
11685
|
+
},
|
|
11554
11686
|
{
|
|
11555
11687
|
"pkg": "azure-native",
|
|
11556
11688
|
"mod": "storagepool",
|
|
@@ -15,6 +15,9 @@ from . import outputs
|
|
|
15
15
|
if typing.TYPE_CHECKING:
|
|
16
16
|
import pulumi_azure_native.baremetalinfrastructure.v20230406 as __v20230406
|
|
17
17
|
v20230406 = __v20230406
|
|
18
|
+
import pulumi_azure_native.baremetalinfrastructure.v20230804preview as __v20230804preview
|
|
19
|
+
v20230804preview = __v20230804preview
|
|
18
20
|
else:
|
|
19
21
|
v20230406 = _utilities.lazy_import('pulumi_azure_native.baremetalinfrastructure.v20230406')
|
|
22
|
+
v20230804preview = _utilities.lazy_import('pulumi_azure_native.baremetalinfrastructure.v20230804preview')
|
|
20
23
|
|
|
@@ -193,7 +193,7 @@ class AzureBareMetalStorageInstance(pulumi.CustomResource):
|
|
|
193
193
|
__props__.__dict__["name"] = None
|
|
194
194
|
__props__.__dict__["system_data"] = None
|
|
195
195
|
__props__.__dict__["type"] = None
|
|
196
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:baremetalinfrastructure/v20230406:AzureBareMetalStorageInstance")])
|
|
196
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:baremetalinfrastructure/v20230406:AzureBareMetalStorageInstance"), pulumi.Alias(type_="azure-native:baremetalinfrastructure/v20230804preview:AzureBareMetalStorageInstance")])
|
|
197
197
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
198
198
|
super(AzureBareMetalStorageInstance, __self__).__init__(
|
|
199
199
|
'azure-native:baremetalinfrastructure:AzureBareMetalStorageInstance',
|
|
@@ -191,7 +191,7 @@ class AzureBareMetalStorageInstance(pulumi.CustomResource):
|
|
|
191
191
|
__props__.__dict__["name"] = None
|
|
192
192
|
__props__.__dict__["system_data"] = None
|
|
193
193
|
__props__.__dict__["type"] = None
|
|
194
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:baremetalinfrastructure:AzureBareMetalStorageInstance")])
|
|
194
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:baremetalinfrastructure:AzureBareMetalStorageInstance"), pulumi.Alias(type_="azure-native:baremetalinfrastructure/v20230804preview:AzureBareMetalStorageInstance")])
|
|
195
195
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
196
196
|
super(AzureBareMetalStorageInstance, __self__).__init__(
|
|
197
197
|
'azure-native:baremetalinfrastructure/v20230406:AzureBareMetalStorageInstance',
|
|
@@ -0,0 +1,12 @@
|
|
|
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 .azure_bare_metal_storage_instance import *
|
|
10
|
+
from .get_azure_bare_metal_storage_instance import *
|
|
11
|
+
from ._inputs import *
|
|
12
|
+
from . import outputs
|
|
@@ -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 enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'ProvisioningState',
|
|
9
|
+
]
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class ProvisioningState(str, Enum):
|
|
13
|
+
"""
|
|
14
|
+
State of provisioning of the AzureBareMetalStorageInstance
|
|
15
|
+
"""
|
|
16
|
+
ACCEPTED = "Accepted"
|
|
17
|
+
CREATING = "Creating"
|
|
18
|
+
UPDATING = "Updating"
|
|
19
|
+
FAILED = "Failed"
|
|
20
|
+
SUCCEEDED = "Succeeded"
|
|
21
|
+
DELETING = "Deleting"
|
|
22
|
+
CANCELED = "Canceled"
|
|
23
|
+
MIGRATING = "Migrating"
|
|
@@ -0,0 +1,177 @@
|
|
|
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 ._enums import *
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'StorageBillingPropertiesArgs',
|
|
15
|
+
'StoragePropertiesArgs',
|
|
16
|
+
]
|
|
17
|
+
|
|
18
|
+
@pulumi.input_type
|
|
19
|
+
class StorageBillingPropertiesArgs:
|
|
20
|
+
def __init__(__self__, *,
|
|
21
|
+
azure_bare_metal_storage_instance_size: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
billing_mode: Optional[pulumi.Input[str]] = None):
|
|
23
|
+
"""
|
|
24
|
+
Describes the billing related details of the AzureBareMetalStorageInstance.
|
|
25
|
+
:param pulumi.Input[str] azure_bare_metal_storage_instance_size: the SKU type that is provisioned
|
|
26
|
+
:param pulumi.Input[str] billing_mode: the billing mode for the storage instance
|
|
27
|
+
"""
|
|
28
|
+
if azure_bare_metal_storage_instance_size is not None:
|
|
29
|
+
pulumi.set(__self__, "azure_bare_metal_storage_instance_size", azure_bare_metal_storage_instance_size)
|
|
30
|
+
if billing_mode is not None:
|
|
31
|
+
pulumi.set(__self__, "billing_mode", billing_mode)
|
|
32
|
+
|
|
33
|
+
@property
|
|
34
|
+
@pulumi.getter(name="azureBareMetalStorageInstanceSize")
|
|
35
|
+
def azure_bare_metal_storage_instance_size(self) -> Optional[pulumi.Input[str]]:
|
|
36
|
+
"""
|
|
37
|
+
the SKU type that is provisioned
|
|
38
|
+
"""
|
|
39
|
+
return pulumi.get(self, "azure_bare_metal_storage_instance_size")
|
|
40
|
+
|
|
41
|
+
@azure_bare_metal_storage_instance_size.setter
|
|
42
|
+
def azure_bare_metal_storage_instance_size(self, value: Optional[pulumi.Input[str]]):
|
|
43
|
+
pulumi.set(self, "azure_bare_metal_storage_instance_size", value)
|
|
44
|
+
|
|
45
|
+
@property
|
|
46
|
+
@pulumi.getter(name="billingMode")
|
|
47
|
+
def billing_mode(self) -> Optional[pulumi.Input[str]]:
|
|
48
|
+
"""
|
|
49
|
+
the billing mode for the storage instance
|
|
50
|
+
"""
|
|
51
|
+
return pulumi.get(self, "billing_mode")
|
|
52
|
+
|
|
53
|
+
@billing_mode.setter
|
|
54
|
+
def billing_mode(self, value: Optional[pulumi.Input[str]]):
|
|
55
|
+
pulumi.set(self, "billing_mode", value)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
@pulumi.input_type
|
|
59
|
+
class StoragePropertiesArgs:
|
|
60
|
+
def __init__(__self__, *,
|
|
61
|
+
generation: Optional[pulumi.Input[str]] = None,
|
|
62
|
+
hardware_type: Optional[pulumi.Input[str]] = None,
|
|
63
|
+
offering_type: Optional[pulumi.Input[str]] = None,
|
|
64
|
+
provisioning_state: Optional[pulumi.Input[Union[str, 'ProvisioningState']]] = None,
|
|
65
|
+
storage_billing_properties: Optional[pulumi.Input['StorageBillingPropertiesArgs']] = None,
|
|
66
|
+
storage_type: Optional[pulumi.Input[str]] = None,
|
|
67
|
+
workload_type: Optional[pulumi.Input[str]] = None):
|
|
68
|
+
"""
|
|
69
|
+
described the storage properties of the azure bare metal storage instance
|
|
70
|
+
:param pulumi.Input[str] generation: the kind of storage instance
|
|
71
|
+
:param pulumi.Input[str] hardware_type: the hardware type of the storage instance
|
|
72
|
+
:param pulumi.Input[str] offering_type: the offering type for which the resource is getting provisioned
|
|
73
|
+
:param pulumi.Input[Union[str, 'ProvisioningState']] provisioning_state: State of provisioning of the AzureBareMetalStorageInstance
|
|
74
|
+
:param pulumi.Input['StorageBillingPropertiesArgs'] storage_billing_properties: the billing related information for the resource
|
|
75
|
+
:param pulumi.Input[str] storage_type: the storage protocol for which the resource is getting provisioned
|
|
76
|
+
:param pulumi.Input[str] workload_type: the workload for which the resource is getting provisioned
|
|
77
|
+
"""
|
|
78
|
+
if generation is not None:
|
|
79
|
+
pulumi.set(__self__, "generation", generation)
|
|
80
|
+
if hardware_type is not None:
|
|
81
|
+
pulumi.set(__self__, "hardware_type", hardware_type)
|
|
82
|
+
if offering_type is not None:
|
|
83
|
+
pulumi.set(__self__, "offering_type", offering_type)
|
|
84
|
+
if provisioning_state is not None:
|
|
85
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
86
|
+
if storage_billing_properties is not None:
|
|
87
|
+
pulumi.set(__self__, "storage_billing_properties", storage_billing_properties)
|
|
88
|
+
if storage_type is not None:
|
|
89
|
+
pulumi.set(__self__, "storage_type", storage_type)
|
|
90
|
+
if workload_type is not None:
|
|
91
|
+
pulumi.set(__self__, "workload_type", workload_type)
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def generation(self) -> Optional[pulumi.Input[str]]:
|
|
96
|
+
"""
|
|
97
|
+
the kind of storage instance
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "generation")
|
|
100
|
+
|
|
101
|
+
@generation.setter
|
|
102
|
+
def generation(self, value: Optional[pulumi.Input[str]]):
|
|
103
|
+
pulumi.set(self, "generation", value)
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="hardwareType")
|
|
107
|
+
def hardware_type(self) -> Optional[pulumi.Input[str]]:
|
|
108
|
+
"""
|
|
109
|
+
the hardware type of the storage instance
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "hardware_type")
|
|
112
|
+
|
|
113
|
+
@hardware_type.setter
|
|
114
|
+
def hardware_type(self, value: Optional[pulumi.Input[str]]):
|
|
115
|
+
pulumi.set(self, "hardware_type", value)
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="offeringType")
|
|
119
|
+
def offering_type(self) -> Optional[pulumi.Input[str]]:
|
|
120
|
+
"""
|
|
121
|
+
the offering type for which the resource is getting provisioned
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "offering_type")
|
|
124
|
+
|
|
125
|
+
@offering_type.setter
|
|
126
|
+
def offering_type(self, value: Optional[pulumi.Input[str]]):
|
|
127
|
+
pulumi.set(self, "offering_type", value)
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter(name="provisioningState")
|
|
131
|
+
def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'ProvisioningState']]]:
|
|
132
|
+
"""
|
|
133
|
+
State of provisioning of the AzureBareMetalStorageInstance
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "provisioning_state")
|
|
136
|
+
|
|
137
|
+
@provisioning_state.setter
|
|
138
|
+
def provisioning_state(self, value: Optional[pulumi.Input[Union[str, 'ProvisioningState']]]):
|
|
139
|
+
pulumi.set(self, "provisioning_state", value)
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter(name="storageBillingProperties")
|
|
143
|
+
def storage_billing_properties(self) -> Optional[pulumi.Input['StorageBillingPropertiesArgs']]:
|
|
144
|
+
"""
|
|
145
|
+
the billing related information for the resource
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "storage_billing_properties")
|
|
148
|
+
|
|
149
|
+
@storage_billing_properties.setter
|
|
150
|
+
def storage_billing_properties(self, value: Optional[pulumi.Input['StorageBillingPropertiesArgs']]):
|
|
151
|
+
pulumi.set(self, "storage_billing_properties", value)
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
@pulumi.getter(name="storageType")
|
|
155
|
+
def storage_type(self) -> Optional[pulumi.Input[str]]:
|
|
156
|
+
"""
|
|
157
|
+
the storage protocol for which the resource is getting provisioned
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "storage_type")
|
|
160
|
+
|
|
161
|
+
@storage_type.setter
|
|
162
|
+
def storage_type(self, value: Optional[pulumi.Input[str]]):
|
|
163
|
+
pulumi.set(self, "storage_type", value)
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter(name="workloadType")
|
|
167
|
+
def workload_type(self) -> Optional[pulumi.Input[str]]:
|
|
168
|
+
"""
|
|
169
|
+
the workload for which the resource is getting provisioned
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "workload_type")
|
|
172
|
+
|
|
173
|
+
@workload_type.setter
|
|
174
|
+
def workload_type(self, value: Optional[pulumi.Input[str]]):
|
|
175
|
+
pulumi.set(self, "workload_type", value)
|
|
176
|
+
|
|
177
|
+
|