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,1240 @@
|
|
|
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
|
+
|
|
14
|
+
__all__ = [
|
|
15
|
+
'GroupConnectivityInformationResponse',
|
|
16
|
+
'IpConfigurationResponse',
|
|
17
|
+
'MigrateProjectPropertiesResponse',
|
|
18
|
+
'PrivateEndpointConnectionPropertiesResponse',
|
|
19
|
+
'PrivateEndpointConnectionProxyPropertiesResponse',
|
|
20
|
+
'PrivateEndpointConnectionResponse',
|
|
21
|
+
'PrivateEndpointDetailsResponse',
|
|
22
|
+
'PrivateLinkServiceConnectionResponse',
|
|
23
|
+
'PrivateLinkServiceConnectionStateResponse',
|
|
24
|
+
'PrivateLinkServiceProxyResponse',
|
|
25
|
+
'ProjectSummaryResponse',
|
|
26
|
+
'ResourceIdResponse',
|
|
27
|
+
'SolutionDetailsResponse',
|
|
28
|
+
'SolutionPropertiesResponse',
|
|
29
|
+
'SolutionSummaryResponse',
|
|
30
|
+
'SystemDataResponse',
|
|
31
|
+
]
|
|
32
|
+
|
|
33
|
+
@pulumi.output_type
|
|
34
|
+
class GroupConnectivityInformationResponse(dict):
|
|
35
|
+
"""
|
|
36
|
+
Defines Private link service group connectivity.
|
|
37
|
+
"""
|
|
38
|
+
@staticmethod
|
|
39
|
+
def __key_warning(key: str):
|
|
40
|
+
suggest = None
|
|
41
|
+
if key == "customerVisibleFqdns":
|
|
42
|
+
suggest = "customer_visible_fqdns"
|
|
43
|
+
elif key == "groupId":
|
|
44
|
+
suggest = "group_id"
|
|
45
|
+
elif key == "internalFqdn":
|
|
46
|
+
suggest = "internal_fqdn"
|
|
47
|
+
elif key == "memberName":
|
|
48
|
+
suggest = "member_name"
|
|
49
|
+
elif key == "privateLinkServiceArmRegion":
|
|
50
|
+
suggest = "private_link_service_arm_region"
|
|
51
|
+
elif key == "redirectMapId":
|
|
52
|
+
suggest = "redirect_map_id"
|
|
53
|
+
|
|
54
|
+
if suggest:
|
|
55
|
+
pulumi.log.warn(f"Key '{key}' not found in GroupConnectivityInformationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
56
|
+
|
|
57
|
+
def __getitem__(self, key: str) -> Any:
|
|
58
|
+
GroupConnectivityInformationResponse.__key_warning(key)
|
|
59
|
+
return super().__getitem__(key)
|
|
60
|
+
|
|
61
|
+
def get(self, key: str, default = None) -> Any:
|
|
62
|
+
GroupConnectivityInformationResponse.__key_warning(key)
|
|
63
|
+
return super().get(key, default)
|
|
64
|
+
|
|
65
|
+
def __init__(__self__, *,
|
|
66
|
+
customer_visible_fqdns: Optional[Sequence[str]] = None,
|
|
67
|
+
group_id: Optional[str] = None,
|
|
68
|
+
id: Optional[str] = None,
|
|
69
|
+
internal_fqdn: Optional[str] = None,
|
|
70
|
+
member_name: Optional[str] = None,
|
|
71
|
+
private_link_service_arm_region: Optional[str] = None,
|
|
72
|
+
redirect_map_id: Optional[str] = None):
|
|
73
|
+
"""
|
|
74
|
+
Defines Private link service group connectivity.
|
|
75
|
+
"""
|
|
76
|
+
if customer_visible_fqdns is not None:
|
|
77
|
+
pulumi.set(__self__, "customer_visible_fqdns", customer_visible_fqdns)
|
|
78
|
+
if group_id is not None:
|
|
79
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
80
|
+
if id is not None:
|
|
81
|
+
pulumi.set(__self__, "id", id)
|
|
82
|
+
if internal_fqdn is not None:
|
|
83
|
+
pulumi.set(__self__, "internal_fqdn", internal_fqdn)
|
|
84
|
+
if member_name is not None:
|
|
85
|
+
pulumi.set(__self__, "member_name", member_name)
|
|
86
|
+
if private_link_service_arm_region is not None:
|
|
87
|
+
pulumi.set(__self__, "private_link_service_arm_region", private_link_service_arm_region)
|
|
88
|
+
if redirect_map_id is not None:
|
|
89
|
+
pulumi.set(__self__, "redirect_map_id", redirect_map_id)
|
|
90
|
+
|
|
91
|
+
@property
|
|
92
|
+
@pulumi.getter(name="customerVisibleFqdns")
|
|
93
|
+
def customer_visible_fqdns(self) -> Optional[Sequence[str]]:
|
|
94
|
+
return pulumi.get(self, "customer_visible_fqdns")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter(name="groupId")
|
|
98
|
+
def group_id(self) -> Optional[str]:
|
|
99
|
+
return pulumi.get(self, "group_id")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def id(self) -> Optional[str]:
|
|
104
|
+
return pulumi.get(self, "id")
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="internalFqdn")
|
|
108
|
+
def internal_fqdn(self) -> Optional[str]:
|
|
109
|
+
return pulumi.get(self, "internal_fqdn")
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter(name="memberName")
|
|
113
|
+
def member_name(self) -> Optional[str]:
|
|
114
|
+
return pulumi.get(self, "member_name")
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter(name="privateLinkServiceArmRegion")
|
|
118
|
+
def private_link_service_arm_region(self) -> Optional[str]:
|
|
119
|
+
return pulumi.get(self, "private_link_service_arm_region")
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="redirectMapId")
|
|
123
|
+
def redirect_map_id(self) -> Optional[str]:
|
|
124
|
+
return pulumi.get(self, "redirect_map_id")
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
@pulumi.output_type
|
|
128
|
+
class IpConfigurationResponse(dict):
|
|
129
|
+
"""
|
|
130
|
+
Defines Private link IP configuration.
|
|
131
|
+
"""
|
|
132
|
+
@staticmethod
|
|
133
|
+
def __key_warning(key: str):
|
|
134
|
+
suggest = None
|
|
135
|
+
if key == "groupId":
|
|
136
|
+
suggest = "group_id"
|
|
137
|
+
elif key == "linkIdentifier":
|
|
138
|
+
suggest = "link_identifier"
|
|
139
|
+
elif key == "memberName":
|
|
140
|
+
suggest = "member_name"
|
|
141
|
+
elif key == "privateIpAddress":
|
|
142
|
+
suggest = "private_ip_address"
|
|
143
|
+
|
|
144
|
+
if suggest:
|
|
145
|
+
pulumi.log.warn(f"Key '{key}' not found in IpConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
146
|
+
|
|
147
|
+
def __getitem__(self, key: str) -> Any:
|
|
148
|
+
IpConfigurationResponse.__key_warning(key)
|
|
149
|
+
return super().__getitem__(key)
|
|
150
|
+
|
|
151
|
+
def get(self, key: str, default = None) -> Any:
|
|
152
|
+
IpConfigurationResponse.__key_warning(key)
|
|
153
|
+
return super().get(key, default)
|
|
154
|
+
|
|
155
|
+
def __init__(__self__, *,
|
|
156
|
+
group_id: Optional[str] = None,
|
|
157
|
+
id: Optional[str] = None,
|
|
158
|
+
link_identifier: Optional[str] = None,
|
|
159
|
+
member_name: Optional[str] = None,
|
|
160
|
+
private_ip_address: Optional[str] = None):
|
|
161
|
+
"""
|
|
162
|
+
Defines Private link IP configuration.
|
|
163
|
+
"""
|
|
164
|
+
if group_id is not None:
|
|
165
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
166
|
+
if id is not None:
|
|
167
|
+
pulumi.set(__self__, "id", id)
|
|
168
|
+
if link_identifier is not None:
|
|
169
|
+
pulumi.set(__self__, "link_identifier", link_identifier)
|
|
170
|
+
if member_name is not None:
|
|
171
|
+
pulumi.set(__self__, "member_name", member_name)
|
|
172
|
+
if private_ip_address is not None:
|
|
173
|
+
pulumi.set(__self__, "private_ip_address", private_ip_address)
|
|
174
|
+
|
|
175
|
+
@property
|
|
176
|
+
@pulumi.getter(name="groupId")
|
|
177
|
+
def group_id(self) -> Optional[str]:
|
|
178
|
+
return pulumi.get(self, "group_id")
|
|
179
|
+
|
|
180
|
+
@property
|
|
181
|
+
@pulumi.getter
|
|
182
|
+
def id(self) -> Optional[str]:
|
|
183
|
+
return pulumi.get(self, "id")
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter(name="linkIdentifier")
|
|
187
|
+
def link_identifier(self) -> Optional[str]:
|
|
188
|
+
return pulumi.get(self, "link_identifier")
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
@pulumi.getter(name="memberName")
|
|
192
|
+
def member_name(self) -> Optional[str]:
|
|
193
|
+
return pulumi.get(self, "member_name")
|
|
194
|
+
|
|
195
|
+
@property
|
|
196
|
+
@pulumi.getter(name="privateIpAddress")
|
|
197
|
+
def private_ip_address(self) -> Optional[str]:
|
|
198
|
+
return pulumi.get(self, "private_ip_address")
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
@pulumi.output_type
|
|
202
|
+
class MigrateProjectPropertiesResponse(dict):
|
|
203
|
+
"""
|
|
204
|
+
Properties of a migrate project.
|
|
205
|
+
"""
|
|
206
|
+
@staticmethod
|
|
207
|
+
def __key_warning(key: str):
|
|
208
|
+
suggest = None
|
|
209
|
+
if key == "lastSummaryRefreshedTime":
|
|
210
|
+
suggest = "last_summary_refreshed_time"
|
|
211
|
+
elif key == "privateEndpointConnections":
|
|
212
|
+
suggest = "private_endpoint_connections"
|
|
213
|
+
elif key == "refreshSummaryState":
|
|
214
|
+
suggest = "refresh_summary_state"
|
|
215
|
+
elif key == "registeredTools":
|
|
216
|
+
suggest = "registered_tools"
|
|
217
|
+
elif key == "publicNetworkAccess":
|
|
218
|
+
suggest = "public_network_access"
|
|
219
|
+
elif key == "serviceEndpoint":
|
|
220
|
+
suggest = "service_endpoint"
|
|
221
|
+
elif key == "utilityStorageAccountId":
|
|
222
|
+
suggest = "utility_storage_account_id"
|
|
223
|
+
|
|
224
|
+
if suggest:
|
|
225
|
+
pulumi.log.warn(f"Key '{key}' not found in MigrateProjectPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
226
|
+
|
|
227
|
+
def __getitem__(self, key: str) -> Any:
|
|
228
|
+
MigrateProjectPropertiesResponse.__key_warning(key)
|
|
229
|
+
return super().__getitem__(key)
|
|
230
|
+
|
|
231
|
+
def get(self, key: str, default = None) -> Any:
|
|
232
|
+
MigrateProjectPropertiesResponse.__key_warning(key)
|
|
233
|
+
return super().get(key, default)
|
|
234
|
+
|
|
235
|
+
def __init__(__self__, *,
|
|
236
|
+
last_summary_refreshed_time: str,
|
|
237
|
+
private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionResponse'],
|
|
238
|
+
refresh_summary_state: str,
|
|
239
|
+
registered_tools: Sequence[str],
|
|
240
|
+
summary: Mapping[str, 'outputs.ProjectSummaryResponse'],
|
|
241
|
+
public_network_access: Optional[str] = None,
|
|
242
|
+
service_endpoint: Optional[str] = None,
|
|
243
|
+
utility_storage_account_id: Optional[str] = None):
|
|
244
|
+
"""
|
|
245
|
+
Properties of a migrate project.
|
|
246
|
+
:param str last_summary_refreshed_time: Last summary refresh time.
|
|
247
|
+
:param Sequence['PrivateEndpointConnectionResponse'] private_endpoint_connections: Gets the private endpoint connections.
|
|
248
|
+
:param str refresh_summary_state: Refresh summary state.
|
|
249
|
+
:param Sequence[str] registered_tools: Register tools inside project.
|
|
250
|
+
:param Mapping[str, 'ProjectSummaryResponse'] summary: Project summary.
|
|
251
|
+
:param str public_network_access: Gets or sets the state of public network access.
|
|
252
|
+
:param str service_endpoint: Service endpoint.
|
|
253
|
+
:param str utility_storage_account_id: Utility storage account id.
|
|
254
|
+
"""
|
|
255
|
+
pulumi.set(__self__, "last_summary_refreshed_time", last_summary_refreshed_time)
|
|
256
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
257
|
+
pulumi.set(__self__, "refresh_summary_state", refresh_summary_state)
|
|
258
|
+
pulumi.set(__self__, "registered_tools", registered_tools)
|
|
259
|
+
pulumi.set(__self__, "summary", summary)
|
|
260
|
+
if public_network_access is not None:
|
|
261
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
262
|
+
if service_endpoint is not None:
|
|
263
|
+
pulumi.set(__self__, "service_endpoint", service_endpoint)
|
|
264
|
+
if utility_storage_account_id is not None:
|
|
265
|
+
pulumi.set(__self__, "utility_storage_account_id", utility_storage_account_id)
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter(name="lastSummaryRefreshedTime")
|
|
269
|
+
def last_summary_refreshed_time(self) -> str:
|
|
270
|
+
"""
|
|
271
|
+
Last summary refresh time.
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "last_summary_refreshed_time")
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
277
|
+
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
278
|
+
"""
|
|
279
|
+
Gets the private endpoint connections.
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="refreshSummaryState")
|
|
285
|
+
def refresh_summary_state(self) -> str:
|
|
286
|
+
"""
|
|
287
|
+
Refresh summary state.
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "refresh_summary_state")
|
|
290
|
+
|
|
291
|
+
@property
|
|
292
|
+
@pulumi.getter(name="registeredTools")
|
|
293
|
+
def registered_tools(self) -> Sequence[str]:
|
|
294
|
+
"""
|
|
295
|
+
Register tools inside project.
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "registered_tools")
|
|
298
|
+
|
|
299
|
+
@property
|
|
300
|
+
@pulumi.getter
|
|
301
|
+
def summary(self) -> Mapping[str, 'outputs.ProjectSummaryResponse']:
|
|
302
|
+
"""
|
|
303
|
+
Project summary.
|
|
304
|
+
"""
|
|
305
|
+
return pulumi.get(self, "summary")
|
|
306
|
+
|
|
307
|
+
@property
|
|
308
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
309
|
+
def public_network_access(self) -> Optional[str]:
|
|
310
|
+
"""
|
|
311
|
+
Gets or sets the state of public network access.
|
|
312
|
+
"""
|
|
313
|
+
return pulumi.get(self, "public_network_access")
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
@pulumi.getter(name="serviceEndpoint")
|
|
317
|
+
def service_endpoint(self) -> Optional[str]:
|
|
318
|
+
"""
|
|
319
|
+
Service endpoint.
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "service_endpoint")
|
|
322
|
+
|
|
323
|
+
@property
|
|
324
|
+
@pulumi.getter(name="utilityStorageAccountId")
|
|
325
|
+
def utility_storage_account_id(self) -> Optional[str]:
|
|
326
|
+
"""
|
|
327
|
+
Utility storage account id.
|
|
328
|
+
"""
|
|
329
|
+
return pulumi.get(self, "utility_storage_account_id")
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
@pulumi.output_type
|
|
333
|
+
class PrivateEndpointConnectionPropertiesResponse(dict):
|
|
334
|
+
"""
|
|
335
|
+
Properties of a private endpoint connection.
|
|
336
|
+
"""
|
|
337
|
+
@staticmethod
|
|
338
|
+
def __key_warning(key: str):
|
|
339
|
+
suggest = None
|
|
340
|
+
if key == "privateEndpoint":
|
|
341
|
+
suggest = "private_endpoint"
|
|
342
|
+
elif key == "provisioningState":
|
|
343
|
+
suggest = "provisioning_state"
|
|
344
|
+
elif key == "privateLinkServiceConnectionState":
|
|
345
|
+
suggest = "private_link_service_connection_state"
|
|
346
|
+
|
|
347
|
+
if suggest:
|
|
348
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
349
|
+
|
|
350
|
+
def __getitem__(self, key: str) -> Any:
|
|
351
|
+
PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
|
|
352
|
+
return super().__getitem__(key)
|
|
353
|
+
|
|
354
|
+
def get(self, key: str, default = None) -> Any:
|
|
355
|
+
PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
|
|
356
|
+
return super().get(key, default)
|
|
357
|
+
|
|
358
|
+
def __init__(__self__, *,
|
|
359
|
+
private_endpoint: 'outputs.ResourceIdResponse',
|
|
360
|
+
provisioning_state: str,
|
|
361
|
+
private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStateResponse'] = None):
|
|
362
|
+
"""
|
|
363
|
+
Properties of a private endpoint connection.
|
|
364
|
+
:param 'ResourceIdResponse' private_endpoint: Defines resource ID of a private endpoint connection.
|
|
365
|
+
:param str provisioning_state: Provisioning state.
|
|
366
|
+
:param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: Gets the properties of the object.
|
|
367
|
+
"""
|
|
368
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
369
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
370
|
+
if private_link_service_connection_state is not None:
|
|
371
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
@pulumi.getter(name="privateEndpoint")
|
|
375
|
+
def private_endpoint(self) -> 'outputs.ResourceIdResponse':
|
|
376
|
+
"""
|
|
377
|
+
Defines resource ID of a private endpoint connection.
|
|
378
|
+
"""
|
|
379
|
+
return pulumi.get(self, "private_endpoint")
|
|
380
|
+
|
|
381
|
+
@property
|
|
382
|
+
@pulumi.getter(name="provisioningState")
|
|
383
|
+
def provisioning_state(self) -> str:
|
|
384
|
+
"""
|
|
385
|
+
Provisioning state.
|
|
386
|
+
"""
|
|
387
|
+
return pulumi.get(self, "provisioning_state")
|
|
388
|
+
|
|
389
|
+
@property
|
|
390
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
391
|
+
def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
|
|
392
|
+
"""
|
|
393
|
+
Gets the properties of the object.
|
|
394
|
+
"""
|
|
395
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
@pulumi.output_type
|
|
399
|
+
class PrivateEndpointConnectionProxyPropertiesResponse(dict):
|
|
400
|
+
"""
|
|
401
|
+
Properties of a private endpoint connection proxy.
|
|
402
|
+
"""
|
|
403
|
+
@staticmethod
|
|
404
|
+
def __key_warning(key: str):
|
|
405
|
+
suggest = None
|
|
406
|
+
if key == "remotePrivateEndpoint":
|
|
407
|
+
suggest = "remote_private_endpoint"
|
|
408
|
+
|
|
409
|
+
if suggest:
|
|
410
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionProxyPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
411
|
+
|
|
412
|
+
def __getitem__(self, key: str) -> Any:
|
|
413
|
+
PrivateEndpointConnectionProxyPropertiesResponse.__key_warning(key)
|
|
414
|
+
return super().__getitem__(key)
|
|
415
|
+
|
|
416
|
+
def get(self, key: str, default = None) -> Any:
|
|
417
|
+
PrivateEndpointConnectionProxyPropertiesResponse.__key_warning(key)
|
|
418
|
+
return super().get(key, default)
|
|
419
|
+
|
|
420
|
+
def __init__(__self__, *,
|
|
421
|
+
remote_private_endpoint: 'outputs.PrivateEndpointDetailsResponse',
|
|
422
|
+
status: str):
|
|
423
|
+
"""
|
|
424
|
+
Properties of a private endpoint connection proxy.
|
|
425
|
+
:param 'PrivateEndpointDetailsResponse' remote_private_endpoint: Defines Private endpoint additional details.
|
|
426
|
+
"""
|
|
427
|
+
pulumi.set(__self__, "remote_private_endpoint", remote_private_endpoint)
|
|
428
|
+
pulumi.set(__self__, "status", status)
|
|
429
|
+
|
|
430
|
+
@property
|
|
431
|
+
@pulumi.getter(name="remotePrivateEndpoint")
|
|
432
|
+
def remote_private_endpoint(self) -> 'outputs.PrivateEndpointDetailsResponse':
|
|
433
|
+
"""
|
|
434
|
+
Defines Private endpoint additional details.
|
|
435
|
+
"""
|
|
436
|
+
return pulumi.get(self, "remote_private_endpoint")
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter
|
|
440
|
+
def status(self) -> str:
|
|
441
|
+
return pulumi.get(self, "status")
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
@pulumi.output_type
|
|
445
|
+
class PrivateEndpointConnectionResponse(dict):
|
|
446
|
+
"""
|
|
447
|
+
REST model used to encapsulate the user visible state of a PrivateEndpoint.
|
|
448
|
+
"""
|
|
449
|
+
@staticmethod
|
|
450
|
+
def __key_warning(key: str):
|
|
451
|
+
suggest = None
|
|
452
|
+
if key == "eTag":
|
|
453
|
+
suggest = "e_tag"
|
|
454
|
+
elif key == "systemData":
|
|
455
|
+
suggest = "system_data"
|
|
456
|
+
|
|
457
|
+
if suggest:
|
|
458
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
459
|
+
|
|
460
|
+
def __getitem__(self, key: str) -> Any:
|
|
461
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
462
|
+
return super().__getitem__(key)
|
|
463
|
+
|
|
464
|
+
def get(self, key: str, default = None) -> Any:
|
|
465
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
466
|
+
return super().get(key, default)
|
|
467
|
+
|
|
468
|
+
def __init__(__self__, *,
|
|
469
|
+
e_tag: str,
|
|
470
|
+
id: str,
|
|
471
|
+
name: str,
|
|
472
|
+
system_data: 'outputs.SystemDataResponse',
|
|
473
|
+
type: str,
|
|
474
|
+
properties: Optional['outputs.PrivateEndpointConnectionPropertiesResponse'] = None):
|
|
475
|
+
"""
|
|
476
|
+
REST model used to encapsulate the user visible state of a PrivateEndpoint.
|
|
477
|
+
:param str e_tag: Gets the tag for optimistic concurrency control.
|
|
478
|
+
:param str id: Relative URL to get this Sites.
|
|
479
|
+
:param str name: Gets the name of the resource.
|
|
480
|
+
:param 'SystemDataResponse' system_data: Metadata pertaining to creation and last modification of the resource.
|
|
481
|
+
:param str type: Gets the resource type.
|
|
482
|
+
:param 'PrivateEndpointConnectionPropertiesResponse' properties: Gets the properties of the object.
|
|
483
|
+
"""
|
|
484
|
+
pulumi.set(__self__, "e_tag", e_tag)
|
|
485
|
+
pulumi.set(__self__, "id", id)
|
|
486
|
+
pulumi.set(__self__, "name", name)
|
|
487
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
488
|
+
pulumi.set(__self__, "type", type)
|
|
489
|
+
if properties is not None:
|
|
490
|
+
pulumi.set(__self__, "properties", properties)
|
|
491
|
+
|
|
492
|
+
@property
|
|
493
|
+
@pulumi.getter(name="eTag")
|
|
494
|
+
def e_tag(self) -> str:
|
|
495
|
+
"""
|
|
496
|
+
Gets the tag for optimistic concurrency control.
|
|
497
|
+
"""
|
|
498
|
+
return pulumi.get(self, "e_tag")
|
|
499
|
+
|
|
500
|
+
@property
|
|
501
|
+
@pulumi.getter
|
|
502
|
+
def id(self) -> str:
|
|
503
|
+
"""
|
|
504
|
+
Relative URL to get this Sites.
|
|
505
|
+
"""
|
|
506
|
+
return pulumi.get(self, "id")
|
|
507
|
+
|
|
508
|
+
@property
|
|
509
|
+
@pulumi.getter
|
|
510
|
+
def name(self) -> str:
|
|
511
|
+
"""
|
|
512
|
+
Gets the name of the resource.
|
|
513
|
+
"""
|
|
514
|
+
return pulumi.get(self, "name")
|
|
515
|
+
|
|
516
|
+
@property
|
|
517
|
+
@pulumi.getter(name="systemData")
|
|
518
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
519
|
+
"""
|
|
520
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
521
|
+
"""
|
|
522
|
+
return pulumi.get(self, "system_data")
|
|
523
|
+
|
|
524
|
+
@property
|
|
525
|
+
@pulumi.getter
|
|
526
|
+
def type(self) -> str:
|
|
527
|
+
"""
|
|
528
|
+
Gets the resource type.
|
|
529
|
+
"""
|
|
530
|
+
return pulumi.get(self, "type")
|
|
531
|
+
|
|
532
|
+
@property
|
|
533
|
+
@pulumi.getter
|
|
534
|
+
def properties(self) -> Optional['outputs.PrivateEndpointConnectionPropertiesResponse']:
|
|
535
|
+
"""
|
|
536
|
+
Gets the properties of the object.
|
|
537
|
+
"""
|
|
538
|
+
return pulumi.get(self, "properties")
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
@pulumi.output_type
|
|
542
|
+
class PrivateEndpointDetailsResponse(dict):
|
|
543
|
+
"""
|
|
544
|
+
Defines Private endpoint additional details.
|
|
545
|
+
"""
|
|
546
|
+
@staticmethod
|
|
547
|
+
def __key_warning(key: str):
|
|
548
|
+
suggest = None
|
|
549
|
+
if key == "connectionDetails":
|
|
550
|
+
suggest = "connection_details"
|
|
551
|
+
elif key == "manualPrivateLinkServiceConnections":
|
|
552
|
+
suggest = "manual_private_link_service_connections"
|
|
553
|
+
elif key == "privateLinkServiceConnections":
|
|
554
|
+
suggest = "private_link_service_connections"
|
|
555
|
+
elif key == "privateLinkServiceProxies":
|
|
556
|
+
suggest = "private_link_service_proxies"
|
|
557
|
+
|
|
558
|
+
if suggest:
|
|
559
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
560
|
+
|
|
561
|
+
def __getitem__(self, key: str) -> Any:
|
|
562
|
+
PrivateEndpointDetailsResponse.__key_warning(key)
|
|
563
|
+
return super().__getitem__(key)
|
|
564
|
+
|
|
565
|
+
def get(self, key: str, default = None) -> Any:
|
|
566
|
+
PrivateEndpointDetailsResponse.__key_warning(key)
|
|
567
|
+
return super().get(key, default)
|
|
568
|
+
|
|
569
|
+
def __init__(__self__, *,
|
|
570
|
+
connection_details: Optional[Sequence['outputs.IpConfigurationResponse']] = None,
|
|
571
|
+
id: Optional[str] = None,
|
|
572
|
+
manual_private_link_service_connections: Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']] = None,
|
|
573
|
+
private_link_service_connections: Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']] = None,
|
|
574
|
+
private_link_service_proxies: Optional[Sequence['outputs.PrivateLinkServiceProxyResponse']] = None):
|
|
575
|
+
"""
|
|
576
|
+
Defines Private endpoint additional details.
|
|
577
|
+
"""
|
|
578
|
+
if connection_details is not None:
|
|
579
|
+
pulumi.set(__self__, "connection_details", connection_details)
|
|
580
|
+
if id is not None:
|
|
581
|
+
pulumi.set(__self__, "id", id)
|
|
582
|
+
if manual_private_link_service_connections is not None:
|
|
583
|
+
pulumi.set(__self__, "manual_private_link_service_connections", manual_private_link_service_connections)
|
|
584
|
+
if private_link_service_connections is not None:
|
|
585
|
+
pulumi.set(__self__, "private_link_service_connections", private_link_service_connections)
|
|
586
|
+
if private_link_service_proxies is not None:
|
|
587
|
+
pulumi.set(__self__, "private_link_service_proxies", private_link_service_proxies)
|
|
588
|
+
|
|
589
|
+
@property
|
|
590
|
+
@pulumi.getter(name="connectionDetails")
|
|
591
|
+
def connection_details(self) -> Optional[Sequence['outputs.IpConfigurationResponse']]:
|
|
592
|
+
return pulumi.get(self, "connection_details")
|
|
593
|
+
|
|
594
|
+
@property
|
|
595
|
+
@pulumi.getter
|
|
596
|
+
def id(self) -> Optional[str]:
|
|
597
|
+
return pulumi.get(self, "id")
|
|
598
|
+
|
|
599
|
+
@property
|
|
600
|
+
@pulumi.getter(name="manualPrivateLinkServiceConnections")
|
|
601
|
+
def manual_private_link_service_connections(self) -> Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]:
|
|
602
|
+
return pulumi.get(self, "manual_private_link_service_connections")
|
|
603
|
+
|
|
604
|
+
@property
|
|
605
|
+
@pulumi.getter(name="privateLinkServiceConnections")
|
|
606
|
+
def private_link_service_connections(self) -> Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]:
|
|
607
|
+
return pulumi.get(self, "private_link_service_connections")
|
|
608
|
+
|
|
609
|
+
@property
|
|
610
|
+
@pulumi.getter(name="privateLinkServiceProxies")
|
|
611
|
+
def private_link_service_proxies(self) -> Optional[Sequence['outputs.PrivateLinkServiceProxyResponse']]:
|
|
612
|
+
return pulumi.get(self, "private_link_service_proxies")
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
@pulumi.output_type
|
|
616
|
+
class PrivateLinkServiceConnectionResponse(dict):
|
|
617
|
+
"""
|
|
618
|
+
Defines Private link service connection.
|
|
619
|
+
"""
|
|
620
|
+
@staticmethod
|
|
621
|
+
def __key_warning(key: str):
|
|
622
|
+
suggest = None
|
|
623
|
+
if key == "groupIds":
|
|
624
|
+
suggest = "group_ids"
|
|
625
|
+
elif key == "requestMessage":
|
|
626
|
+
suggest = "request_message"
|
|
627
|
+
|
|
628
|
+
if suggest:
|
|
629
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
630
|
+
|
|
631
|
+
def __getitem__(self, key: str) -> Any:
|
|
632
|
+
PrivateLinkServiceConnectionResponse.__key_warning(key)
|
|
633
|
+
return super().__getitem__(key)
|
|
634
|
+
|
|
635
|
+
def get(self, key: str, default = None) -> Any:
|
|
636
|
+
PrivateLinkServiceConnectionResponse.__key_warning(key)
|
|
637
|
+
return super().get(key, default)
|
|
638
|
+
|
|
639
|
+
def __init__(__self__, *,
|
|
640
|
+
group_ids: Optional[Sequence[str]] = None,
|
|
641
|
+
id: Optional[str] = None,
|
|
642
|
+
name: Optional[str] = None,
|
|
643
|
+
request_message: Optional[str] = None):
|
|
644
|
+
"""
|
|
645
|
+
Defines Private link service connection.
|
|
646
|
+
"""
|
|
647
|
+
if group_ids is not None:
|
|
648
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
649
|
+
if id is not None:
|
|
650
|
+
pulumi.set(__self__, "id", id)
|
|
651
|
+
if name is not None:
|
|
652
|
+
pulumi.set(__self__, "name", name)
|
|
653
|
+
if request_message is not None:
|
|
654
|
+
pulumi.set(__self__, "request_message", request_message)
|
|
655
|
+
|
|
656
|
+
@property
|
|
657
|
+
@pulumi.getter(name="groupIds")
|
|
658
|
+
def group_ids(self) -> Optional[Sequence[str]]:
|
|
659
|
+
return pulumi.get(self, "group_ids")
|
|
660
|
+
|
|
661
|
+
@property
|
|
662
|
+
@pulumi.getter
|
|
663
|
+
def id(self) -> Optional[str]:
|
|
664
|
+
return pulumi.get(self, "id")
|
|
665
|
+
|
|
666
|
+
@property
|
|
667
|
+
@pulumi.getter
|
|
668
|
+
def name(self) -> Optional[str]:
|
|
669
|
+
return pulumi.get(self, "name")
|
|
670
|
+
|
|
671
|
+
@property
|
|
672
|
+
@pulumi.getter(name="requestMessage")
|
|
673
|
+
def request_message(self) -> Optional[str]:
|
|
674
|
+
return pulumi.get(self, "request_message")
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
@pulumi.output_type
|
|
678
|
+
class PrivateLinkServiceConnectionStateResponse(dict):
|
|
679
|
+
"""
|
|
680
|
+
Private endpoint connection state.
|
|
681
|
+
"""
|
|
682
|
+
@staticmethod
|
|
683
|
+
def __key_warning(key: str):
|
|
684
|
+
suggest = None
|
|
685
|
+
if key == "actionsRequired":
|
|
686
|
+
suggest = "actions_required"
|
|
687
|
+
|
|
688
|
+
if suggest:
|
|
689
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
|
|
690
|
+
|
|
691
|
+
def __getitem__(self, key: str) -> Any:
|
|
692
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
693
|
+
return super().__getitem__(key)
|
|
694
|
+
|
|
695
|
+
def get(self, key: str, default = None) -> Any:
|
|
696
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
697
|
+
return super().get(key, default)
|
|
698
|
+
|
|
699
|
+
def __init__(__self__, *,
|
|
700
|
+
actions_required: Optional[str] = None,
|
|
701
|
+
description: Optional[str] = None,
|
|
702
|
+
status: Optional[str] = None):
|
|
703
|
+
"""
|
|
704
|
+
Private endpoint connection state.
|
|
705
|
+
:param str actions_required: Action required.
|
|
706
|
+
:param str description: Description of the object.
|
|
707
|
+
:param str status: Private link connection state.
|
|
708
|
+
"""
|
|
709
|
+
if actions_required is not None:
|
|
710
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
711
|
+
if description is not None:
|
|
712
|
+
pulumi.set(__self__, "description", description)
|
|
713
|
+
if status is not None:
|
|
714
|
+
pulumi.set(__self__, "status", status)
|
|
715
|
+
|
|
716
|
+
@property
|
|
717
|
+
@pulumi.getter(name="actionsRequired")
|
|
718
|
+
def actions_required(self) -> Optional[str]:
|
|
719
|
+
"""
|
|
720
|
+
Action required.
|
|
721
|
+
"""
|
|
722
|
+
return pulumi.get(self, "actions_required")
|
|
723
|
+
|
|
724
|
+
@property
|
|
725
|
+
@pulumi.getter
|
|
726
|
+
def description(self) -> Optional[str]:
|
|
727
|
+
"""
|
|
728
|
+
Description of the object.
|
|
729
|
+
"""
|
|
730
|
+
return pulumi.get(self, "description")
|
|
731
|
+
|
|
732
|
+
@property
|
|
733
|
+
@pulumi.getter
|
|
734
|
+
def status(self) -> Optional[str]:
|
|
735
|
+
"""
|
|
736
|
+
Private link connection state.
|
|
737
|
+
"""
|
|
738
|
+
return pulumi.get(self, "status")
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
@pulumi.output_type
|
|
742
|
+
class PrivateLinkServiceProxyResponse(dict):
|
|
743
|
+
"""
|
|
744
|
+
Defines Private link service proxy.
|
|
745
|
+
"""
|
|
746
|
+
@staticmethod
|
|
747
|
+
def __key_warning(key: str):
|
|
748
|
+
suggest = None
|
|
749
|
+
if key == "groupConnectivityInformation":
|
|
750
|
+
suggest = "group_connectivity_information"
|
|
751
|
+
elif key == "remotePrivateEndpointConnection":
|
|
752
|
+
suggest = "remote_private_endpoint_connection"
|
|
753
|
+
elif key == "remotePrivateLinkServiceConnectionState":
|
|
754
|
+
suggest = "remote_private_link_service_connection_state"
|
|
755
|
+
|
|
756
|
+
if suggest:
|
|
757
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceProxyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
758
|
+
|
|
759
|
+
def __getitem__(self, key: str) -> Any:
|
|
760
|
+
PrivateLinkServiceProxyResponse.__key_warning(key)
|
|
761
|
+
return super().__getitem__(key)
|
|
762
|
+
|
|
763
|
+
def get(self, key: str, default = None) -> Any:
|
|
764
|
+
PrivateLinkServiceProxyResponse.__key_warning(key)
|
|
765
|
+
return super().get(key, default)
|
|
766
|
+
|
|
767
|
+
def __init__(__self__, *,
|
|
768
|
+
group_connectivity_information: Optional[Sequence['outputs.GroupConnectivityInformationResponse']] = None,
|
|
769
|
+
id: Optional[str] = None,
|
|
770
|
+
remote_private_endpoint_connection: Optional['outputs.ResourceIdResponse'] = None,
|
|
771
|
+
remote_private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStateResponse'] = None):
|
|
772
|
+
"""
|
|
773
|
+
Defines Private link service proxy.
|
|
774
|
+
:param 'ResourceIdResponse' remote_private_endpoint_connection: Defines resource ID of a private endpoint connection.
|
|
775
|
+
:param 'PrivateLinkServiceConnectionStateResponse' remote_private_link_service_connection_state: Private endpoint connection state.
|
|
776
|
+
"""
|
|
777
|
+
if group_connectivity_information is not None:
|
|
778
|
+
pulumi.set(__self__, "group_connectivity_information", group_connectivity_information)
|
|
779
|
+
if id is not None:
|
|
780
|
+
pulumi.set(__self__, "id", id)
|
|
781
|
+
if remote_private_endpoint_connection is not None:
|
|
782
|
+
pulumi.set(__self__, "remote_private_endpoint_connection", remote_private_endpoint_connection)
|
|
783
|
+
if remote_private_link_service_connection_state is not None:
|
|
784
|
+
pulumi.set(__self__, "remote_private_link_service_connection_state", remote_private_link_service_connection_state)
|
|
785
|
+
|
|
786
|
+
@property
|
|
787
|
+
@pulumi.getter(name="groupConnectivityInformation")
|
|
788
|
+
def group_connectivity_information(self) -> Optional[Sequence['outputs.GroupConnectivityInformationResponse']]:
|
|
789
|
+
return pulumi.get(self, "group_connectivity_information")
|
|
790
|
+
|
|
791
|
+
@property
|
|
792
|
+
@pulumi.getter
|
|
793
|
+
def id(self) -> Optional[str]:
|
|
794
|
+
return pulumi.get(self, "id")
|
|
795
|
+
|
|
796
|
+
@property
|
|
797
|
+
@pulumi.getter(name="remotePrivateEndpointConnection")
|
|
798
|
+
def remote_private_endpoint_connection(self) -> Optional['outputs.ResourceIdResponse']:
|
|
799
|
+
"""
|
|
800
|
+
Defines resource ID of a private endpoint connection.
|
|
801
|
+
"""
|
|
802
|
+
return pulumi.get(self, "remote_private_endpoint_connection")
|
|
803
|
+
|
|
804
|
+
@property
|
|
805
|
+
@pulumi.getter(name="remotePrivateLinkServiceConnectionState")
|
|
806
|
+
def remote_private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
|
|
807
|
+
"""
|
|
808
|
+
Private endpoint connection state.
|
|
809
|
+
"""
|
|
810
|
+
return pulumi.get(self, "remote_private_link_service_connection_state")
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
@pulumi.output_type
|
|
814
|
+
class ProjectSummaryResponse(dict):
|
|
815
|
+
"""
|
|
816
|
+
Project summary.
|
|
817
|
+
"""
|
|
818
|
+
@staticmethod
|
|
819
|
+
def __key_warning(key: str):
|
|
820
|
+
suggest = None
|
|
821
|
+
if key == "instanceType":
|
|
822
|
+
suggest = "instance_type"
|
|
823
|
+
elif key == "extendedSummary":
|
|
824
|
+
suggest = "extended_summary"
|
|
825
|
+
elif key == "lastSummaryRefreshedTime":
|
|
826
|
+
suggest = "last_summary_refreshed_time"
|
|
827
|
+
elif key == "refreshSummaryState":
|
|
828
|
+
suggest = "refresh_summary_state"
|
|
829
|
+
|
|
830
|
+
if suggest:
|
|
831
|
+
pulumi.log.warn(f"Key '{key}' not found in ProjectSummaryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
832
|
+
|
|
833
|
+
def __getitem__(self, key: str) -> Any:
|
|
834
|
+
ProjectSummaryResponse.__key_warning(key)
|
|
835
|
+
return super().__getitem__(key)
|
|
836
|
+
|
|
837
|
+
def get(self, key: str, default = None) -> Any:
|
|
838
|
+
ProjectSummaryResponse.__key_warning(key)
|
|
839
|
+
return super().get(key, default)
|
|
840
|
+
|
|
841
|
+
def __init__(__self__, *,
|
|
842
|
+
instance_type: str,
|
|
843
|
+
extended_summary: Optional[Mapping[str, str]] = None,
|
|
844
|
+
last_summary_refreshed_time: Optional[str] = None,
|
|
845
|
+
refresh_summary_state: Optional[str] = None):
|
|
846
|
+
"""
|
|
847
|
+
Project summary.
|
|
848
|
+
:param str instance_type: Instance type.
|
|
849
|
+
:param Mapping[str, str] extended_summary: Extended summary.
|
|
850
|
+
:param str last_summary_refreshed_time: Last summary refresh time.
|
|
851
|
+
:param str refresh_summary_state: Refresh summary state.
|
|
852
|
+
"""
|
|
853
|
+
pulumi.set(__self__, "instance_type", instance_type)
|
|
854
|
+
if extended_summary is not None:
|
|
855
|
+
pulumi.set(__self__, "extended_summary", extended_summary)
|
|
856
|
+
if last_summary_refreshed_time is not None:
|
|
857
|
+
pulumi.set(__self__, "last_summary_refreshed_time", last_summary_refreshed_time)
|
|
858
|
+
if refresh_summary_state is not None:
|
|
859
|
+
pulumi.set(__self__, "refresh_summary_state", refresh_summary_state)
|
|
860
|
+
|
|
861
|
+
@property
|
|
862
|
+
@pulumi.getter(name="instanceType")
|
|
863
|
+
def instance_type(self) -> str:
|
|
864
|
+
"""
|
|
865
|
+
Instance type.
|
|
866
|
+
"""
|
|
867
|
+
return pulumi.get(self, "instance_type")
|
|
868
|
+
|
|
869
|
+
@property
|
|
870
|
+
@pulumi.getter(name="extendedSummary")
|
|
871
|
+
def extended_summary(self) -> Optional[Mapping[str, str]]:
|
|
872
|
+
"""
|
|
873
|
+
Extended summary.
|
|
874
|
+
"""
|
|
875
|
+
return pulumi.get(self, "extended_summary")
|
|
876
|
+
|
|
877
|
+
@property
|
|
878
|
+
@pulumi.getter(name="lastSummaryRefreshedTime")
|
|
879
|
+
def last_summary_refreshed_time(self) -> Optional[str]:
|
|
880
|
+
"""
|
|
881
|
+
Last summary refresh time.
|
|
882
|
+
"""
|
|
883
|
+
return pulumi.get(self, "last_summary_refreshed_time")
|
|
884
|
+
|
|
885
|
+
@property
|
|
886
|
+
@pulumi.getter(name="refreshSummaryState")
|
|
887
|
+
def refresh_summary_state(self) -> Optional[str]:
|
|
888
|
+
"""
|
|
889
|
+
Refresh summary state.
|
|
890
|
+
"""
|
|
891
|
+
return pulumi.get(self, "refresh_summary_state")
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
@pulumi.output_type
|
|
895
|
+
class ResourceIdResponse(dict):
|
|
896
|
+
"""
|
|
897
|
+
Defines resource ID of a private endpoint connection.
|
|
898
|
+
"""
|
|
899
|
+
def __init__(__self__, *,
|
|
900
|
+
id: str):
|
|
901
|
+
"""
|
|
902
|
+
Defines resource ID of a private endpoint connection.
|
|
903
|
+
"""
|
|
904
|
+
pulumi.set(__self__, "id", id)
|
|
905
|
+
|
|
906
|
+
@property
|
|
907
|
+
@pulumi.getter
|
|
908
|
+
def id(self) -> str:
|
|
909
|
+
return pulumi.get(self, "id")
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
@pulumi.output_type
|
|
913
|
+
class SolutionDetailsResponse(dict):
|
|
914
|
+
"""
|
|
915
|
+
Class representing the details of the solution.
|
|
916
|
+
"""
|
|
917
|
+
@staticmethod
|
|
918
|
+
def __key_warning(key: str):
|
|
919
|
+
suggest = None
|
|
920
|
+
if key == "assessmentCount":
|
|
921
|
+
suggest = "assessment_count"
|
|
922
|
+
elif key == "extendedDetails":
|
|
923
|
+
suggest = "extended_details"
|
|
924
|
+
elif key == "groupCount":
|
|
925
|
+
suggest = "group_count"
|
|
926
|
+
|
|
927
|
+
if suggest:
|
|
928
|
+
pulumi.log.warn(f"Key '{key}' not found in SolutionDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
929
|
+
|
|
930
|
+
def __getitem__(self, key: str) -> Any:
|
|
931
|
+
SolutionDetailsResponse.__key_warning(key)
|
|
932
|
+
return super().__getitem__(key)
|
|
933
|
+
|
|
934
|
+
def get(self, key: str, default = None) -> Any:
|
|
935
|
+
SolutionDetailsResponse.__key_warning(key)
|
|
936
|
+
return super().get(key, default)
|
|
937
|
+
|
|
938
|
+
def __init__(__self__, *,
|
|
939
|
+
assessment_count: Optional[int] = None,
|
|
940
|
+
extended_details: Optional[Mapping[str, str]] = None,
|
|
941
|
+
group_count: Optional[int] = None):
|
|
942
|
+
"""
|
|
943
|
+
Class representing the details of the solution.
|
|
944
|
+
:param int assessment_count: Gets or sets the count of assessments reported by the solution.
|
|
945
|
+
:param Mapping[str, str] extended_details: Gets or sets the extended details reported by the solution.
|
|
946
|
+
:param int group_count: Gets or sets the count of groups reported by the solution.
|
|
947
|
+
"""
|
|
948
|
+
if assessment_count is not None:
|
|
949
|
+
pulumi.set(__self__, "assessment_count", assessment_count)
|
|
950
|
+
if extended_details is not None:
|
|
951
|
+
pulumi.set(__self__, "extended_details", extended_details)
|
|
952
|
+
if group_count is not None:
|
|
953
|
+
pulumi.set(__self__, "group_count", group_count)
|
|
954
|
+
|
|
955
|
+
@property
|
|
956
|
+
@pulumi.getter(name="assessmentCount")
|
|
957
|
+
def assessment_count(self) -> Optional[int]:
|
|
958
|
+
"""
|
|
959
|
+
Gets or sets the count of assessments reported by the solution.
|
|
960
|
+
"""
|
|
961
|
+
return pulumi.get(self, "assessment_count")
|
|
962
|
+
|
|
963
|
+
@property
|
|
964
|
+
@pulumi.getter(name="extendedDetails")
|
|
965
|
+
def extended_details(self) -> Optional[Mapping[str, str]]:
|
|
966
|
+
"""
|
|
967
|
+
Gets or sets the extended details reported by the solution.
|
|
968
|
+
"""
|
|
969
|
+
return pulumi.get(self, "extended_details")
|
|
970
|
+
|
|
971
|
+
@property
|
|
972
|
+
@pulumi.getter(name="groupCount")
|
|
973
|
+
def group_count(self) -> Optional[int]:
|
|
974
|
+
"""
|
|
975
|
+
Gets or sets the count of groups reported by the solution.
|
|
976
|
+
"""
|
|
977
|
+
return pulumi.get(self, "group_count")
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
@pulumi.output_type
|
|
981
|
+
class SolutionPropertiesResponse(dict):
|
|
982
|
+
"""
|
|
983
|
+
Class for solution properties.
|
|
984
|
+
"""
|
|
985
|
+
@staticmethod
|
|
986
|
+
def __key_warning(key: str):
|
|
987
|
+
suggest = None
|
|
988
|
+
if key == "cleanupState":
|
|
989
|
+
suggest = "cleanup_state"
|
|
990
|
+
|
|
991
|
+
if suggest:
|
|
992
|
+
pulumi.log.warn(f"Key '{key}' not found in SolutionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
993
|
+
|
|
994
|
+
def __getitem__(self, key: str) -> Any:
|
|
995
|
+
SolutionPropertiesResponse.__key_warning(key)
|
|
996
|
+
return super().__getitem__(key)
|
|
997
|
+
|
|
998
|
+
def get(self, key: str, default = None) -> Any:
|
|
999
|
+
SolutionPropertiesResponse.__key_warning(key)
|
|
1000
|
+
return super().get(key, default)
|
|
1001
|
+
|
|
1002
|
+
def __init__(__self__, *,
|
|
1003
|
+
cleanup_state: Optional[str] = None,
|
|
1004
|
+
details: Optional['outputs.SolutionDetailsResponse'] = None,
|
|
1005
|
+
goal: Optional[str] = None,
|
|
1006
|
+
purpose: Optional[str] = None,
|
|
1007
|
+
status: Optional[str] = None,
|
|
1008
|
+
summary: Optional['outputs.SolutionSummaryResponse'] = None,
|
|
1009
|
+
tool: Optional[str] = None):
|
|
1010
|
+
"""
|
|
1011
|
+
Class for solution properties.
|
|
1012
|
+
:param str cleanup_state: Gets or sets the cleanup state of the solution.
|
|
1013
|
+
:param 'SolutionDetailsResponse' details: Gets or sets the details of the solution.
|
|
1014
|
+
:param str goal: Gets or sets the goal of the solution.
|
|
1015
|
+
:param str purpose: Gets or sets the purpose of the solution.
|
|
1016
|
+
:param str status: Gets or sets the current status of the solution.
|
|
1017
|
+
:param 'SolutionSummaryResponse' summary: Gets or sets the summary of the solution.
|
|
1018
|
+
:param str tool: Gets or sets the tool being used in the solution.
|
|
1019
|
+
"""
|
|
1020
|
+
if cleanup_state is not None:
|
|
1021
|
+
pulumi.set(__self__, "cleanup_state", cleanup_state)
|
|
1022
|
+
if details is not None:
|
|
1023
|
+
pulumi.set(__self__, "details", details)
|
|
1024
|
+
if goal is not None:
|
|
1025
|
+
pulumi.set(__self__, "goal", goal)
|
|
1026
|
+
if purpose is not None:
|
|
1027
|
+
pulumi.set(__self__, "purpose", purpose)
|
|
1028
|
+
if status is not None:
|
|
1029
|
+
pulumi.set(__self__, "status", status)
|
|
1030
|
+
if summary is not None:
|
|
1031
|
+
pulumi.set(__self__, "summary", summary)
|
|
1032
|
+
if tool is not None:
|
|
1033
|
+
pulumi.set(__self__, "tool", tool)
|
|
1034
|
+
|
|
1035
|
+
@property
|
|
1036
|
+
@pulumi.getter(name="cleanupState")
|
|
1037
|
+
def cleanup_state(self) -> Optional[str]:
|
|
1038
|
+
"""
|
|
1039
|
+
Gets or sets the cleanup state of the solution.
|
|
1040
|
+
"""
|
|
1041
|
+
return pulumi.get(self, "cleanup_state")
|
|
1042
|
+
|
|
1043
|
+
@property
|
|
1044
|
+
@pulumi.getter
|
|
1045
|
+
def details(self) -> Optional['outputs.SolutionDetailsResponse']:
|
|
1046
|
+
"""
|
|
1047
|
+
Gets or sets the details of the solution.
|
|
1048
|
+
"""
|
|
1049
|
+
return pulumi.get(self, "details")
|
|
1050
|
+
|
|
1051
|
+
@property
|
|
1052
|
+
@pulumi.getter
|
|
1053
|
+
def goal(self) -> Optional[str]:
|
|
1054
|
+
"""
|
|
1055
|
+
Gets or sets the goal of the solution.
|
|
1056
|
+
"""
|
|
1057
|
+
return pulumi.get(self, "goal")
|
|
1058
|
+
|
|
1059
|
+
@property
|
|
1060
|
+
@pulumi.getter
|
|
1061
|
+
def purpose(self) -> Optional[str]:
|
|
1062
|
+
"""
|
|
1063
|
+
Gets or sets the purpose of the solution.
|
|
1064
|
+
"""
|
|
1065
|
+
return pulumi.get(self, "purpose")
|
|
1066
|
+
|
|
1067
|
+
@property
|
|
1068
|
+
@pulumi.getter
|
|
1069
|
+
def status(self) -> Optional[str]:
|
|
1070
|
+
"""
|
|
1071
|
+
Gets or sets the current status of the solution.
|
|
1072
|
+
"""
|
|
1073
|
+
return pulumi.get(self, "status")
|
|
1074
|
+
|
|
1075
|
+
@property
|
|
1076
|
+
@pulumi.getter
|
|
1077
|
+
def summary(self) -> Optional['outputs.SolutionSummaryResponse']:
|
|
1078
|
+
"""
|
|
1079
|
+
Gets or sets the summary of the solution.
|
|
1080
|
+
"""
|
|
1081
|
+
return pulumi.get(self, "summary")
|
|
1082
|
+
|
|
1083
|
+
@property
|
|
1084
|
+
@pulumi.getter
|
|
1085
|
+
def tool(self) -> Optional[str]:
|
|
1086
|
+
"""
|
|
1087
|
+
Gets or sets the tool being used in the solution.
|
|
1088
|
+
"""
|
|
1089
|
+
return pulumi.get(self, "tool")
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
@pulumi.output_type
|
|
1093
|
+
class SolutionSummaryResponse(dict):
|
|
1094
|
+
"""
|
|
1095
|
+
The solution summary class.
|
|
1096
|
+
"""
|
|
1097
|
+
@staticmethod
|
|
1098
|
+
def __key_warning(key: str):
|
|
1099
|
+
suggest = None
|
|
1100
|
+
if key == "instanceType":
|
|
1101
|
+
suggest = "instance_type"
|
|
1102
|
+
|
|
1103
|
+
if suggest:
|
|
1104
|
+
pulumi.log.warn(f"Key '{key}' not found in SolutionSummaryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1105
|
+
|
|
1106
|
+
def __getitem__(self, key: str) -> Any:
|
|
1107
|
+
SolutionSummaryResponse.__key_warning(key)
|
|
1108
|
+
return super().__getitem__(key)
|
|
1109
|
+
|
|
1110
|
+
def get(self, key: str, default = None) -> Any:
|
|
1111
|
+
SolutionSummaryResponse.__key_warning(key)
|
|
1112
|
+
return super().get(key, default)
|
|
1113
|
+
|
|
1114
|
+
def __init__(__self__, *,
|
|
1115
|
+
instance_type: str):
|
|
1116
|
+
"""
|
|
1117
|
+
The solution summary class.
|
|
1118
|
+
:param str instance_type: Gets the Instance type.
|
|
1119
|
+
"""
|
|
1120
|
+
pulumi.set(__self__, "instance_type", instance_type)
|
|
1121
|
+
|
|
1122
|
+
@property
|
|
1123
|
+
@pulumi.getter(name="instanceType")
|
|
1124
|
+
def instance_type(self) -> str:
|
|
1125
|
+
"""
|
|
1126
|
+
Gets the Instance type.
|
|
1127
|
+
"""
|
|
1128
|
+
return pulumi.get(self, "instance_type")
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
@pulumi.output_type
|
|
1132
|
+
class SystemDataResponse(dict):
|
|
1133
|
+
"""
|
|
1134
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1135
|
+
"""
|
|
1136
|
+
@staticmethod
|
|
1137
|
+
def __key_warning(key: str):
|
|
1138
|
+
suggest = None
|
|
1139
|
+
if key == "createdAt":
|
|
1140
|
+
suggest = "created_at"
|
|
1141
|
+
elif key == "createdBy":
|
|
1142
|
+
suggest = "created_by"
|
|
1143
|
+
elif key == "createdByType":
|
|
1144
|
+
suggest = "created_by_type"
|
|
1145
|
+
elif key == "lastModifiedAt":
|
|
1146
|
+
suggest = "last_modified_at"
|
|
1147
|
+
elif key == "lastModifiedBy":
|
|
1148
|
+
suggest = "last_modified_by"
|
|
1149
|
+
elif key == "lastModifiedByType":
|
|
1150
|
+
suggest = "last_modified_by_type"
|
|
1151
|
+
|
|
1152
|
+
if suggest:
|
|
1153
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1154
|
+
|
|
1155
|
+
def __getitem__(self, key: str) -> Any:
|
|
1156
|
+
SystemDataResponse.__key_warning(key)
|
|
1157
|
+
return super().__getitem__(key)
|
|
1158
|
+
|
|
1159
|
+
def get(self, key: str, default = None) -> Any:
|
|
1160
|
+
SystemDataResponse.__key_warning(key)
|
|
1161
|
+
return super().get(key, default)
|
|
1162
|
+
|
|
1163
|
+
def __init__(__self__, *,
|
|
1164
|
+
created_at: Optional[str] = None,
|
|
1165
|
+
created_by: Optional[str] = None,
|
|
1166
|
+
created_by_type: Optional[str] = None,
|
|
1167
|
+
last_modified_at: Optional[str] = None,
|
|
1168
|
+
last_modified_by: Optional[str] = None,
|
|
1169
|
+
last_modified_by_type: Optional[str] = None):
|
|
1170
|
+
"""
|
|
1171
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1172
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
1173
|
+
:param str created_by: The identity that created the resource.
|
|
1174
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
1175
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
1176
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
1177
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
1178
|
+
"""
|
|
1179
|
+
if created_at is not None:
|
|
1180
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
1181
|
+
if created_by is not None:
|
|
1182
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
1183
|
+
if created_by_type is not None:
|
|
1184
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
1185
|
+
if last_modified_at is not None:
|
|
1186
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
1187
|
+
if last_modified_by is not None:
|
|
1188
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
1189
|
+
if last_modified_by_type is not None:
|
|
1190
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
1191
|
+
|
|
1192
|
+
@property
|
|
1193
|
+
@pulumi.getter(name="createdAt")
|
|
1194
|
+
def created_at(self) -> Optional[str]:
|
|
1195
|
+
"""
|
|
1196
|
+
The timestamp of resource creation (UTC).
|
|
1197
|
+
"""
|
|
1198
|
+
return pulumi.get(self, "created_at")
|
|
1199
|
+
|
|
1200
|
+
@property
|
|
1201
|
+
@pulumi.getter(name="createdBy")
|
|
1202
|
+
def created_by(self) -> Optional[str]:
|
|
1203
|
+
"""
|
|
1204
|
+
The identity that created the resource.
|
|
1205
|
+
"""
|
|
1206
|
+
return pulumi.get(self, "created_by")
|
|
1207
|
+
|
|
1208
|
+
@property
|
|
1209
|
+
@pulumi.getter(name="createdByType")
|
|
1210
|
+
def created_by_type(self) -> Optional[str]:
|
|
1211
|
+
"""
|
|
1212
|
+
The type of identity that created the resource.
|
|
1213
|
+
"""
|
|
1214
|
+
return pulumi.get(self, "created_by_type")
|
|
1215
|
+
|
|
1216
|
+
@property
|
|
1217
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
1218
|
+
def last_modified_at(self) -> Optional[str]:
|
|
1219
|
+
"""
|
|
1220
|
+
The timestamp of resource last modification (UTC)
|
|
1221
|
+
"""
|
|
1222
|
+
return pulumi.get(self, "last_modified_at")
|
|
1223
|
+
|
|
1224
|
+
@property
|
|
1225
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
1226
|
+
def last_modified_by(self) -> Optional[str]:
|
|
1227
|
+
"""
|
|
1228
|
+
The identity that last modified the resource.
|
|
1229
|
+
"""
|
|
1230
|
+
return pulumi.get(self, "last_modified_by")
|
|
1231
|
+
|
|
1232
|
+
@property
|
|
1233
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
1234
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
1235
|
+
"""
|
|
1236
|
+
The type of identity that last modified the resource.
|
|
1237
|
+
"""
|
|
1238
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
1239
|
+
|
|
1240
|
+
|