pulumi-azure-native 3.1.0a1744113715__py3-none-any.whl → 3.2.0a1744649622__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.

Files changed (417) hide show
  1. pulumi_azure_native/__init__.py +20 -0
  2. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  3. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  4. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  5. pulumi_azure_native/azurestackhci/extension.py +3 -3
  6. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  7. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  8. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  14. pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
  15. pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
  16. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  17. pulumi_azure_native/azurestackhci/update.py +3 -3
  18. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  19. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  20. pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
  21. pulumi_azure_native/cdn/afd_endpoint.py +3 -3
  22. pulumi_azure_native/cdn/afd_origin.py +3 -3
  23. pulumi_azure_native/cdn/afd_origin_group.py +3 -3
  24. pulumi_azure_native/cdn/custom_domain.py +3 -3
  25. pulumi_azure_native/cdn/endpoint.py +3 -3
  26. pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
  27. pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
  28. pulumi_azure_native/cdn/get_afd_origin.py +2 -2
  29. pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
  30. pulumi_azure_native/cdn/get_custom_domain.py +2 -2
  31. pulumi_azure_native/cdn/get_endpoint.py +2 -2
  32. pulumi_azure_native/cdn/get_origin.py +2 -2
  33. pulumi_azure_native/cdn/get_origin_group.py +2 -2
  34. pulumi_azure_native/cdn/get_policy.py +2 -2
  35. pulumi_azure_native/cdn/get_profile.py +2 -2
  36. pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
  37. pulumi_azure_native/cdn/get_route.py +2 -2
  38. pulumi_azure_native/cdn/get_rule.py +2 -2
  39. pulumi_azure_native/cdn/get_rule_set.py +2 -2
  40. pulumi_azure_native/cdn/get_secret.py +2 -2
  41. pulumi_azure_native/cdn/get_security_policy.py +2 -2
  42. pulumi_azure_native/cdn/origin.py +3 -3
  43. pulumi_azure_native/cdn/origin_group.py +3 -3
  44. pulumi_azure_native/cdn/policy.py +3 -3
  45. pulumi_azure_native/cdn/profile.py +3 -3
  46. pulumi_azure_native/cdn/route.py +3 -3
  47. pulumi_azure_native/cdn/rule.py +3 -3
  48. pulumi_azure_native/cdn/rule_set.py +3 -3
  49. pulumi_azure_native/cdn/secret.py +3 -3
  50. pulumi_azure_native/cdn/security_policy.py +3 -3
  51. pulumi_azure_native/cognitiveservices/__init__.py +10 -0
  52. pulumi_azure_native/cognitiveservices/_enums.py +153 -0
  53. pulumi_azure_native/cognitiveservices/_inputs.py +3334 -215
  54. pulumi_azure_native/cognitiveservices/account_capability_host.py +226 -0
  55. pulumi_azure_native/cognitiveservices/account_connection.py +226 -0
  56. pulumi_azure_native/cognitiveservices/get_account_capability_host.py +153 -0
  57. pulumi_azure_native/cognitiveservices/get_account_connection.py +153 -0
  58. pulumi_azure_native/cognitiveservices/get_project.py +223 -0
  59. pulumi_azure_native/cognitiveservices/get_project_capability_host.py +159 -0
  60. pulumi_azure_native/cognitiveservices/get_project_connection.py +159 -0
  61. pulumi_azure_native/cognitiveservices/outputs.py +2772 -73
  62. pulumi_azure_native/cognitiveservices/project.py +332 -0
  63. pulumi_azure_native/cognitiveservices/project_capability_host.py +247 -0
  64. pulumi_azure_native/cognitiveservices/project_connection.py +247 -0
  65. pulumi_azure_native/communication/__init__.py +2 -0
  66. pulumi_azure_native/communication/get_smtp_username.py +195 -0
  67. pulumi_azure_native/communication/smtp_username.py +294 -0
  68. pulumi_azure_native/compute/_enums.py +1 -0
  69. pulumi_azure_native/containerinstance/__init__.py +2 -0
  70. pulumi_azure_native/containerinstance/_enums.py +9 -0
  71. pulumi_azure_native/containerinstance/_inputs.py +82 -2
  72. pulumi_azure_native/containerinstance/cg_profile.py +835 -0
  73. pulumi_azure_native/containerinstance/get_cg_profile.py +458 -0
  74. pulumi_azure_native/containerinstance/outputs.py +169 -2
  75. pulumi_azure_native/containerregistry/agent_pool.py +5 -1
  76. pulumi_azure_native/containerregistry/archife.py +3 -3
  77. pulumi_azure_native/containerregistry/archive_version.py +3 -3
  78. pulumi_azure_native/containerregistry/cache_rule.py +3 -3
  79. pulumi_azure_native/containerregistry/connected_registry.py +3 -3
  80. pulumi_azure_native/containerregistry/credential_set.py +3 -3
  81. pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
  82. pulumi_azure_native/containerregistry/get_agent_pool.py +4 -0
  83. pulumi_azure_native/containerregistry/get_archife.py +2 -2
  84. pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
  85. pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
  86. pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
  87. pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
  88. pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
  89. pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
  90. pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
  91. pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
  92. pulumi_azure_native/containerregistry/get_registry.py +2 -2
  93. pulumi_azure_native/containerregistry/get_replication.py +2 -2
  94. pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
  95. pulumi_azure_native/containerregistry/get_task.py +4 -0
  96. pulumi_azure_native/containerregistry/get_task_run.py +4 -0
  97. pulumi_azure_native/containerregistry/get_token.py +2 -2
  98. pulumi_azure_native/containerregistry/get_webhook.py +2 -2
  99. pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
  100. pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
  101. pulumi_azure_native/containerregistry/list_agent_pool_queue_status.py +4 -0
  102. pulumi_azure_native/containerregistry/list_registry_build_source_upload_url.py +4 -0
  103. pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
  104. pulumi_azure_native/containerregistry/list_run_log_sas_url.py +4 -0
  105. pulumi_azure_native/containerregistry/list_task_details.py +4 -0
  106. pulumi_azure_native/containerregistry/list_task_run_details.py +4 -0
  107. pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
  108. pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
  109. pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
  110. pulumi_azure_native/containerregistry/registry.py +3 -3
  111. pulumi_azure_native/containerregistry/replication.py +3 -3
  112. pulumi_azure_native/containerregistry/scope_map.py +3 -3
  113. pulumi_azure_native/containerregistry/task.py +5 -1
  114. pulumi_azure_native/containerregistry/task_run.py +5 -1
  115. pulumi_azure_native/containerregistry/token.py +3 -3
  116. pulumi_azure_native/containerregistry/webhook.py +3 -3
  117. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  118. pulumi_azure_native/containerservice/auto_upgrade_profile.py +5 -1
  119. pulumi_azure_native/containerservice/fleet.py +3 -3
  120. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  121. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  122. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  123. pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +4 -0
  124. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  125. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  126. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  127. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  128. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  129. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  130. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  131. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  132. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  133. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  134. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  135. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  136. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  137. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  138. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  139. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  140. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  141. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  142. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  143. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  144. pulumi_azure_native/containerservice/snapshot.py +3 -3
  145. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  146. pulumi_azure_native/containerservice/update_run.py +3 -3
  147. pulumi_azure_native/costmanagement/budget.py +3 -3
  148. pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
  149. pulumi_azure_native/costmanagement/export.py +3 -3
  150. pulumi_azure_native/costmanagement/get_budget.py +2 -2
  151. pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
  152. pulumi_azure_native/costmanagement/get_export.py +2 -2
  153. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  154. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  155. pulumi_azure_native/costmanagement/get_view.py +2 -2
  156. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  157. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  158. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  159. pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
  160. pulumi_azure_native/costmanagement/view.py +3 -3
  161. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  162. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +5 -1
  163. pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +5 -1
  164. pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
  165. pulumi_azure_native/datamigration/file.py +3 -3
  166. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +4 -0
  167. pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +4 -0
  168. pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
  169. pulumi_azure_native/datamigration/get_file.py +2 -2
  170. pulumi_azure_native/datamigration/get_migration_service.py +4 -0
  171. pulumi_azure_native/datamigration/get_project.py +2 -2
  172. pulumi_azure_native/datamigration/get_service.py +2 -2
  173. pulumi_azure_native/datamigration/get_service_task.py +2 -2
  174. pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
  175. pulumi_azure_native/datamigration/get_task.py +2 -2
  176. pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
  177. pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
  178. pulumi_azure_native/datamigration/migration_service.py +5 -1
  179. pulumi_azure_native/datamigration/project.py +3 -3
  180. pulumi_azure_native/datamigration/service.py +3 -3
  181. pulumi_azure_native/datamigration/service_task.py +3 -3
  182. pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
  183. pulumi_azure_native/datamigration/task.py +3 -3
  184. pulumi_azure_native/datareplication/__init__.py +6 -0
  185. pulumi_azure_native/datareplication/_enums.py +23 -0
  186. pulumi_azure_native/datareplication/_inputs.py +1005 -18
  187. pulumi_azure_native/datareplication/fabric_agent.py +234 -0
  188. pulumi_azure_native/datareplication/get_fabric_agent.py +167 -0
  189. pulumi_azure_native/datareplication/get_private_endpoint_connection.py +167 -0
  190. pulumi_azure_native/datareplication/get_private_endpoint_connection_proxy.py +181 -0
  191. pulumi_azure_native/datareplication/outputs.py +1063 -33
  192. pulumi_azure_native/datareplication/private_endpoint_connection.py +235 -0
  193. pulumi_azure_native/datareplication/private_endpoint_connection_proxy.py +245 -0
  194. pulumi_azure_native/devcenter/__init__.py +1 -0
  195. pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +103 -0
  196. pulumi_azure_native/devhub/__init__.py +1 -0
  197. pulumi_azure_native/devhub/get_adoo_auth_info.py +108 -0
  198. pulumi_azure_native/durabletask/__init__.py +3 -0
  199. pulumi_azure_native/durabletask/_enums.py +31 -0
  200. pulumi_azure_native/durabletask/_inputs.py +96 -0
  201. pulumi_azure_native/durabletask/get_retention_policy.py +161 -0
  202. pulumi_azure_native/durabletask/get_scheduler.py +4 -0
  203. pulumi_azure_native/durabletask/get_task_hub.py +4 -0
  204. pulumi_azure_native/durabletask/outputs.py +109 -0
  205. pulumi_azure_native/durabletask/retention_policy.py +215 -0
  206. pulumi_azure_native/durabletask/scheduler.py +5 -1
  207. pulumi_azure_native/durabletask/task_hub.py +5 -1
  208. pulumi_azure_native/elasticsan/elastic_san.py +3 -3
  209. pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
  210. pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
  211. pulumi_azure_native/elasticsan/get_volume.py +2 -2
  212. pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
  213. pulumi_azure_native/elasticsan/get_volume_snapshot.py +2 -2
  214. pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
  215. pulumi_azure_native/elasticsan/volume.py +3 -3
  216. pulumi_azure_native/elasticsan/volume_group.py +3 -3
  217. pulumi_azure_native/elasticsan/volume_snapshot.py +3 -3
  218. pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
  219. pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
  220. pulumi_azure_native/marketplace/get_private_store_collection.py +4 -0
  221. pulumi_azure_native/marketplace/get_private_store_collection_offer.py +4 -0
  222. pulumi_azure_native/marketplace/list_private_store_new_plans_notifications.py +4 -0
  223. pulumi_azure_native/marketplace/list_private_store_stop_sell_offers_plans_notifications.py +4 -0
  224. pulumi_azure_native/marketplace/list_private_store_subscriptions_context.py +4 -0
  225. pulumi_azure_native/marketplace/private_store_collection.py +5 -1
  226. pulumi_azure_native/marketplace/private_store_collection_offer.py +5 -1
  227. pulumi_azure_native/migrate/__init__.py +14 -0
  228. pulumi_azure_native/migrate/_enums.py +802 -16
  229. pulumi_azure_native/migrate/_inputs.py +2569 -116
  230. pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
  231. pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
  232. pulumi_azure_native/migrate/avs_assessments_v2_operation.py +235 -0
  233. pulumi_azure_native/migrate/business_case_operation.py +3 -3
  234. pulumi_azure_native/migrate/compound_assessment_operation.py +234 -0
  235. pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
  236. pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
  237. pulumi_azure_native/migrate/get_avs_assessments_v2_operation.py +167 -0
  238. pulumi_azure_native/migrate/get_business_case_operation.py +2 -2
  239. pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +2 -2
  240. pulumi_azure_native/migrate/get_compound_assessment_operation.py +167 -0
  241. pulumi_azure_native/migrate/get_heterogeneous_assessment_operation.py +167 -0
  242. pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
  243. pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
  244. pulumi_azure_native/migrate/get_import_sql_collector_operation.py +167 -0
  245. pulumi_azure_native/migrate/get_machine_assessments_v2_operation.py +167 -0
  246. pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
  247. pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
  248. pulumi_azure_native/migrate/get_sql_assessment_v3_operation.py +167 -0
  249. pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
  250. pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
  251. pulumi_azure_native/migrate/get_web_app_assessment_v3_operation.py +167 -0
  252. pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
  253. pulumi_azure_native/migrate/heterogeneous_assessment_operation.py +234 -0
  254. pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
  255. pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
  256. pulumi_azure_native/migrate/import_collector.py +1 -1
  257. pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
  258. pulumi_azure_native/migrate/import_sql_collector_operation.py +234 -0
  259. pulumi_azure_native/migrate/machine_assessments_v2_operation.py +235 -0
  260. pulumi_azure_native/migrate/outputs.py +2518 -164
  261. pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
  262. pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
  263. pulumi_azure_native/migrate/project.py +1 -1
  264. pulumi_azure_native/migrate/server_collector.py +1 -1
  265. pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
  266. pulumi_azure_native/migrate/sql_assessment_v3_operation.py +235 -0
  267. pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
  268. pulumi_azure_native/migrate/v_mware_collector.py +1 -1
  269. pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
  270. pulumi_azure_native/migrate/web_app_assessment_v3_operation.py +235 -0
  271. pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
  272. pulumi_azure_native/netapp/__init__.py +2 -0
  273. pulumi_azure_native/netapp/_inputs.py +212 -0
  274. pulumi_azure_native/netapp/account.py +3 -3
  275. pulumi_azure_native/netapp/backup.py +3 -3
  276. pulumi_azure_native/netapp/backup_policy.py +3 -3
  277. pulumi_azure_native/netapp/backup_vault.py +3 -3
  278. pulumi_azure_native/netapp/capacity_pool.py +3 -3
  279. pulumi_azure_native/netapp/capacity_pool_bucket.py +362 -0
  280. pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
  281. pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
  282. pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
  283. pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
  284. pulumi_azure_native/netapp/get_account.py +2 -2
  285. pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
  286. pulumi_azure_native/netapp/get_backup.py +2 -2
  287. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  288. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  289. pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
  290. pulumi_azure_native/netapp/get_capacity_pool_bucket.py +239 -0
  291. pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
  292. pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
  293. pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
  294. pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
  295. pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
  296. pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
  297. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  298. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  299. pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
  300. pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
  301. pulumi_azure_native/netapp/outputs.py +212 -0
  302. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  303. pulumi_azure_native/netapp/volume_group.py +3 -3
  304. pulumi_azure_native/powerplatform/_inputs.py +5 -63
  305. pulumi_azure_native/powerplatform/outputs.py +3 -56
  306. pulumi_azure_native/pulumi-plugin.json +1 -1
  307. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  308. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  309. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  310. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  311. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  312. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  313. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  314. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  315. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  316. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  317. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
  318. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  319. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  320. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  321. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  322. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  323. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  324. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  325. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  326. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  327. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  328. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  329. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  330. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  331. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  332. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  333. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  334. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  335. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
  336. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  337. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  338. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  339. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  340. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  341. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  342. pulumi_azure_native/recoveryservices/vault.py +3 -3
  343. pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
  344. pulumi_azure_native/redisenterprise/database.py +3 -3
  345. pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
  346. pulumi_azure_native/redisenterprise/get_database.py +2 -2
  347. pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
  348. pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
  349. pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
  350. pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
  351. pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
  352. pulumi_azure_native/resources/deployment.py +3 -3
  353. pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
  354. pulumi_azure_native/resources/deployment_at_scope.py +3 -3
  355. pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
  356. pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
  357. pulumi_azure_native/resources/get_deployment.py +2 -2
  358. pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
  359. pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
  360. pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
  361. pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
  362. pulumi_azure_native/resources/get_resource.py +2 -2
  363. pulumi_azure_native/resources/get_resource_group.py +2 -2
  364. pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
  365. pulumi_azure_native/resources/resource.py +3 -3
  366. pulumi_azure_native/resources/resource_group.py +3 -3
  367. pulumi_azure_native/resources/tag_at_scope.py +3 -3
  368. pulumi_azure_native/scvmm/availability_set.py +3 -3
  369. pulumi_azure_native/scvmm/cloud.py +3 -3
  370. pulumi_azure_native/scvmm/get_availability_set.py +2 -2
  371. pulumi_azure_native/scvmm/get_cloud.py +2 -2
  372. pulumi_azure_native/scvmm/get_guest_agent.py +2 -2
  373. pulumi_azure_native/scvmm/get_inventory_item.py +2 -2
  374. pulumi_azure_native/scvmm/get_virtual_machine_instance.py +2 -2
  375. pulumi_azure_native/scvmm/get_virtual_machine_template.py +2 -2
  376. pulumi_azure_native/scvmm/get_virtual_network.py +2 -2
  377. pulumi_azure_native/scvmm/get_vmm_server.py +2 -2
  378. pulumi_azure_native/scvmm/guest_agent.py +2 -2
  379. pulumi_azure_native/scvmm/inventory_item.py +3 -3
  380. pulumi_azure_native/scvmm/virtual_machine_instance.py +3 -3
  381. pulumi_azure_native/scvmm/virtual_machine_template.py +3 -3
  382. pulumi_azure_native/scvmm/virtual_network.py +3 -3
  383. pulumi_azure_native/scvmm/vm_instance_guest_agent.py +1 -1
  384. pulumi_azure_native/scvmm/vmm_server.py +3 -3
  385. pulumi_azure_native/security/defender_for_storage.py +3 -3
  386. pulumi_azure_native/security/get_defender_for_storage.py +2 -2
  387. pulumi_azure_native/servicefabric/application.py +5 -1
  388. pulumi_azure_native/servicefabric/application_type.py +5 -1
  389. pulumi_azure_native/servicefabric/application_type_version.py +5 -1
  390. pulumi_azure_native/servicefabric/get_application.py +4 -0
  391. pulumi_azure_native/servicefabric/get_application_type.py +4 -0
  392. pulumi_azure_native/servicefabric/get_application_type_version.py +4 -0
  393. pulumi_azure_native/servicefabric/get_managed_az_resiliency_status.py +2 -2
  394. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  395. pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +4 -0
  396. pulumi_azure_native/servicefabric/get_managed_maintenance_window_status.py +2 -2
  397. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  398. pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +4 -0
  399. pulumi_azure_native/servicefabric/get_service.py +4 -0
  400. pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +4 -0
  401. pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +4 -0
  402. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  403. pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
  404. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
  405. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
  406. pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
  407. pulumi_azure_native/servicefabric/node_type.py +3 -3
  408. pulumi_azure_native/servicefabric/service.py +5 -1
  409. pulumi_azure_native/storageactions/_inputs.py +10 -10
  410. pulumi_azure_native/storagecache/__init__.py +2 -0
  411. pulumi_azure_native/storagecache/_enums.py +21 -0
  412. pulumi_azure_native/storagecache/auto_export_job.py +504 -0
  413. pulumi_azure_native/storagecache/get_auto_export_job.py +433 -0
  414. {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/METADATA +1 -1
  415. {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/RECORD +417 -374
  416. {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/WHEEL +0 -0
  417. {pulumi_azure_native-3.1.0a1744113715.dist-info → pulumi_azure_native-3.2.0a1744649622.dist-info}/top_level.txt +0 -0
@@ -19,10 +19,13 @@ from ._enums import *
19
19
  __all__ = [
20
20
  'AzStackHCIClusterPropertiesResponse',
21
21
  'AzStackHCIFabricModelCustomPropertiesResponse',
22
+ 'ConnectionDetailsResponse',
22
23
  'DraModelPropertiesResponse',
23
24
  'DraModelResponseSystemData',
25
+ 'FabricAgentModelPropertiesResponse',
24
26
  'FabricModelPropertiesResponse',
25
27
  'FabricModelResponseSystemData',
28
+ 'GroupConnectivityInformationResponse',
26
29
  'HealthErrorModelResponse',
27
30
  'HyperVMigrateFabricModelCustomPropertiesResponse',
28
31
  'HyperVToAzStackHCIDiskInputResponse',
@@ -36,6 +39,12 @@ __all__ = [
36
39
  'InnerHealthErrorModelResponse',
37
40
  'PolicyModelPropertiesResponse',
38
41
  'PolicyModelResponseSystemData',
42
+ 'PrivateEndpointConnectionProxyPropertiesResponse',
43
+ 'PrivateEndpointConnectionResponsePropertiesResponse',
44
+ 'PrivateEndpointResponse',
45
+ 'PrivateLinkServiceConnectionResponse',
46
+ 'PrivateLinkServiceConnectionStateResponse',
47
+ 'PrivateLinkServiceProxyResponse',
39
48
  'ProtectedItemDynamicMemoryConfigResponse',
40
49
  'ProtectedItemModelPropertiesResponse',
41
50
  'ProtectedItemModelPropertiesResponseCurrentJob',
@@ -43,10 +52,14 @@ __all__ = [
43
52
  'ProtectedItemModelPropertiesResponseLastFailedPlannedFailoverJob',
44
53
  'ProtectedItemModelPropertiesResponseLastTestFailoverJob',
45
54
  'ProtectedItemModelResponseSystemData',
55
+ 'RemotePrivateEndpointConnectionResponse',
56
+ 'RemotePrivateEndpointResponse',
46
57
  'ReplicationExtensionModelPropertiesResponse',
47
58
  'ReplicationExtensionModelResponseSystemData',
48
59
  'StorageContainerPropertiesResponse',
60
+ 'SystemDataResponse',
49
61
  'VMwareDraModelCustomPropertiesResponse',
62
+ 'VMwareFabricAgentModelCustomPropertiesResponse',
50
63
  'VMwareMigrateFabricModelCustomPropertiesResponse',
51
64
  'VMwareToAzStackHCIDiskInputResponse',
52
65
  'VMwareToAzStackHCINicInputResponse',
@@ -267,6 +280,100 @@ class AzStackHCIFabricModelCustomPropertiesResponse(dict):
267
280
  return pulumi.get(self, "migration_solution_id")
268
281
 
269
282
 
283
+ @pulumi.output_type
284
+ class ConnectionDetailsResponse(dict):
285
+ """
286
+ Private endpoint connection details at member level.
287
+ """
288
+ @staticmethod
289
+ def __key_warning(key: str):
290
+ suggest = None
291
+ if key == "groupId":
292
+ suggest = "group_id"
293
+ elif key == "linkIdentifier":
294
+ suggest = "link_identifier"
295
+ elif key == "memberName":
296
+ suggest = "member_name"
297
+ elif key == "privateIpAddress":
298
+ suggest = "private_ip_address"
299
+
300
+ if suggest:
301
+ pulumi.log.warn(f"Key '{key}' not found in ConnectionDetailsResponse. Access the value via the '{suggest}' property getter instead.")
302
+
303
+ def __getitem__(self, key: str) -> Any:
304
+ ConnectionDetailsResponse.__key_warning(key)
305
+ return super().__getitem__(key)
306
+
307
+ def get(self, key: str, default = None) -> Any:
308
+ ConnectionDetailsResponse.__key_warning(key)
309
+ return super().get(key, default)
310
+
311
+ def __init__(__self__, *,
312
+ group_id: Optional[str] = None,
313
+ id: Optional[str] = None,
314
+ link_identifier: Optional[str] = None,
315
+ member_name: Optional[str] = None,
316
+ private_ip_address: Optional[str] = None):
317
+ """
318
+ Private endpoint connection details at member level.
319
+ :param str group_id: Gets or sets group id.
320
+ :param str id: Gets or sets id.
321
+ :param str link_identifier: Gets or sets link identifier.
322
+ :param str member_name: Gets or sets member name.
323
+ :param str private_ip_address: Gets or sets private IP address.
324
+ """
325
+ if group_id is not None:
326
+ pulumi.set(__self__, "group_id", group_id)
327
+ if id is not None:
328
+ pulumi.set(__self__, "id", id)
329
+ if link_identifier is not None:
330
+ pulumi.set(__self__, "link_identifier", link_identifier)
331
+ if member_name is not None:
332
+ pulumi.set(__self__, "member_name", member_name)
333
+ if private_ip_address is not None:
334
+ pulumi.set(__self__, "private_ip_address", private_ip_address)
335
+
336
+ @property
337
+ @pulumi.getter(name="groupId")
338
+ def group_id(self) -> Optional[str]:
339
+ """
340
+ Gets or sets group id.
341
+ """
342
+ return pulumi.get(self, "group_id")
343
+
344
+ @property
345
+ @pulumi.getter
346
+ def id(self) -> Optional[str]:
347
+ """
348
+ Gets or sets id.
349
+ """
350
+ return pulumi.get(self, "id")
351
+
352
+ @property
353
+ @pulumi.getter(name="linkIdentifier")
354
+ def link_identifier(self) -> Optional[str]:
355
+ """
356
+ Gets or sets link identifier.
357
+ """
358
+ return pulumi.get(self, "link_identifier")
359
+
360
+ @property
361
+ @pulumi.getter(name="memberName")
362
+ def member_name(self) -> Optional[str]:
363
+ """
364
+ Gets or sets member name.
365
+ """
366
+ return pulumi.get(self, "member_name")
367
+
368
+ @property
369
+ @pulumi.getter(name="privateIpAddress")
370
+ def private_ip_address(self) -> Optional[str]:
371
+ """
372
+ Gets or sets private IP address.
373
+ """
374
+ return pulumi.get(self, "private_ip_address")
375
+
376
+
270
377
  @pulumi.output_type
271
378
  class DraModelPropertiesResponse(dict):
272
379
  """
@@ -546,6 +653,175 @@ class DraModelResponseSystemData(dict):
546
653
  return pulumi.get(self, "last_modified_by_type")
547
654
 
548
655
 
656
+ @pulumi.output_type
657
+ class FabricAgentModelPropertiesResponse(dict):
658
+ """
659
+ Fabric agent model properties.
660
+ """
661
+ @staticmethod
662
+ def __key_warning(key: str):
663
+ suggest = None
664
+ if key == "authenticationIdentity":
665
+ suggest = "authentication_identity"
666
+ elif key == "correlationId":
667
+ suggest = "correlation_id"
668
+ elif key == "customProperties":
669
+ suggest = "custom_properties"
670
+ elif key == "healthErrors":
671
+ suggest = "health_errors"
672
+ elif key == "isResponsive":
673
+ suggest = "is_responsive"
674
+ elif key == "lastHeartbeat":
675
+ suggest = "last_heartbeat"
676
+ elif key == "machineId":
677
+ suggest = "machine_id"
678
+ elif key == "machineName":
679
+ suggest = "machine_name"
680
+ elif key == "provisioningState":
681
+ suggest = "provisioning_state"
682
+ elif key == "resourceAccessIdentity":
683
+ suggest = "resource_access_identity"
684
+ elif key == "versionNumber":
685
+ suggest = "version_number"
686
+
687
+ if suggest:
688
+ pulumi.log.warn(f"Key '{key}' not found in FabricAgentModelPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
689
+
690
+ def __getitem__(self, key: str) -> Any:
691
+ FabricAgentModelPropertiesResponse.__key_warning(key)
692
+ return super().__getitem__(key)
693
+
694
+ def get(self, key: str, default = None) -> Any:
695
+ FabricAgentModelPropertiesResponse.__key_warning(key)
696
+ return super().get(key, default)
697
+
698
+ def __init__(__self__, *,
699
+ authentication_identity: 'outputs.IdentityModelResponse',
700
+ correlation_id: str,
701
+ custom_properties: 'outputs.VMwareFabricAgentModelCustomPropertiesResponse',
702
+ health_errors: Sequence['outputs.HealthErrorModelResponse'],
703
+ is_responsive: bool,
704
+ last_heartbeat: str,
705
+ machine_id: str,
706
+ machine_name: str,
707
+ provisioning_state: str,
708
+ resource_access_identity: 'outputs.IdentityModelResponse',
709
+ version_number: str):
710
+ """
711
+ Fabric agent model properties.
712
+ :param 'IdentityModelResponse' authentication_identity: Identity model.
713
+ :param str correlation_id: Gets or sets the fabric agent correlation Id.
714
+ :param 'VMwareFabricAgentModelCustomPropertiesResponse' custom_properties: Fabric agent model custom properties.
715
+ :param Sequence['HealthErrorModelResponse'] health_errors: Gets or sets the list of health errors.
716
+ :param bool is_responsive: Gets or sets a value indicating whether the fabric agent is responsive.
717
+ :param str last_heartbeat: Gets or sets the time when last heartbeat was sent by the fabric agent.
718
+ :param str machine_id: Gets or sets the machine Id where fabric agent is running.
719
+ :param str machine_name: Gets or sets the machine name where fabric agent is running.
720
+ :param str provisioning_state: Gets or sets the provisioning state of the fabric agent.
721
+ :param 'IdentityModelResponse' resource_access_identity: Identity model.
722
+ :param str version_number: Gets or sets the fabric agent version.
723
+ """
724
+ pulumi.set(__self__, "authentication_identity", authentication_identity)
725
+ pulumi.set(__self__, "correlation_id", correlation_id)
726
+ pulumi.set(__self__, "custom_properties", custom_properties)
727
+ pulumi.set(__self__, "health_errors", health_errors)
728
+ pulumi.set(__self__, "is_responsive", is_responsive)
729
+ pulumi.set(__self__, "last_heartbeat", last_heartbeat)
730
+ pulumi.set(__self__, "machine_id", machine_id)
731
+ pulumi.set(__self__, "machine_name", machine_name)
732
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
733
+ pulumi.set(__self__, "resource_access_identity", resource_access_identity)
734
+ pulumi.set(__self__, "version_number", version_number)
735
+
736
+ @property
737
+ @pulumi.getter(name="authenticationIdentity")
738
+ def authentication_identity(self) -> 'outputs.IdentityModelResponse':
739
+ """
740
+ Identity model.
741
+ """
742
+ return pulumi.get(self, "authentication_identity")
743
+
744
+ @property
745
+ @pulumi.getter(name="correlationId")
746
+ def correlation_id(self) -> str:
747
+ """
748
+ Gets or sets the fabric agent correlation Id.
749
+ """
750
+ return pulumi.get(self, "correlation_id")
751
+
752
+ @property
753
+ @pulumi.getter(name="customProperties")
754
+ def custom_properties(self) -> 'outputs.VMwareFabricAgentModelCustomPropertiesResponse':
755
+ """
756
+ Fabric agent model custom properties.
757
+ """
758
+ return pulumi.get(self, "custom_properties")
759
+
760
+ @property
761
+ @pulumi.getter(name="healthErrors")
762
+ def health_errors(self) -> Sequence['outputs.HealthErrorModelResponse']:
763
+ """
764
+ Gets or sets the list of health errors.
765
+ """
766
+ return pulumi.get(self, "health_errors")
767
+
768
+ @property
769
+ @pulumi.getter(name="isResponsive")
770
+ def is_responsive(self) -> bool:
771
+ """
772
+ Gets or sets a value indicating whether the fabric agent is responsive.
773
+ """
774
+ return pulumi.get(self, "is_responsive")
775
+
776
+ @property
777
+ @pulumi.getter(name="lastHeartbeat")
778
+ def last_heartbeat(self) -> str:
779
+ """
780
+ Gets or sets the time when last heartbeat was sent by the fabric agent.
781
+ """
782
+ return pulumi.get(self, "last_heartbeat")
783
+
784
+ @property
785
+ @pulumi.getter(name="machineId")
786
+ def machine_id(self) -> str:
787
+ """
788
+ Gets or sets the machine Id where fabric agent is running.
789
+ """
790
+ return pulumi.get(self, "machine_id")
791
+
792
+ @property
793
+ @pulumi.getter(name="machineName")
794
+ def machine_name(self) -> str:
795
+ """
796
+ Gets or sets the machine name where fabric agent is running.
797
+ """
798
+ return pulumi.get(self, "machine_name")
799
+
800
+ @property
801
+ @pulumi.getter(name="provisioningState")
802
+ def provisioning_state(self) -> str:
803
+ """
804
+ Gets or sets the provisioning state of the fabric agent.
805
+ """
806
+ return pulumi.get(self, "provisioning_state")
807
+
808
+ @property
809
+ @pulumi.getter(name="resourceAccessIdentity")
810
+ def resource_access_identity(self) -> 'outputs.IdentityModelResponse':
811
+ """
812
+ Identity model.
813
+ """
814
+ return pulumi.get(self, "resource_access_identity")
815
+
816
+ @property
817
+ @pulumi.getter(name="versionNumber")
818
+ def version_number(self) -> str:
819
+ """
820
+ Gets or sets the fabric agent version.
821
+ """
822
+ return pulumi.get(self, "version_number")
823
+
824
+
549
825
  @pulumi.output_type
550
826
  class FabricModelPropertiesResponse(dict):
551
827
  """
@@ -758,6 +1034,116 @@ class FabricModelResponseSystemData(dict):
758
1034
  return pulumi.get(self, "last_modified_by_type")
759
1035
 
760
1036
 
1037
+ @pulumi.output_type
1038
+ class GroupConnectivityInformationResponse(dict):
1039
+ """
1040
+ Represents of a connection's group information.
1041
+ """
1042
+ @staticmethod
1043
+ def __key_warning(key: str):
1044
+ suggest = None
1045
+ if key == "customerVisibleFqdns":
1046
+ suggest = "customer_visible_fqdns"
1047
+ elif key == "groupId":
1048
+ suggest = "group_id"
1049
+ elif key == "internalFqdn":
1050
+ suggest = "internal_fqdn"
1051
+ elif key == "memberName":
1052
+ suggest = "member_name"
1053
+ elif key == "privateLinkServiceArmRegion":
1054
+ suggest = "private_link_service_arm_region"
1055
+ elif key == "redirectMapId":
1056
+ suggest = "redirect_map_id"
1057
+
1058
+ if suggest:
1059
+ pulumi.log.warn(f"Key '{key}' not found in GroupConnectivityInformationResponse. Access the value via the '{suggest}' property getter instead.")
1060
+
1061
+ def __getitem__(self, key: str) -> Any:
1062
+ GroupConnectivityInformationResponse.__key_warning(key)
1063
+ return super().__getitem__(key)
1064
+
1065
+ def get(self, key: str, default = None) -> Any:
1066
+ GroupConnectivityInformationResponse.__key_warning(key)
1067
+ return super().get(key, default)
1068
+
1069
+ def __init__(__self__, *,
1070
+ customer_visible_fqdns: Optional[Sequence[str]] = None,
1071
+ group_id: Optional[str] = None,
1072
+ internal_fqdn: Optional[str] = None,
1073
+ member_name: Optional[str] = None,
1074
+ private_link_service_arm_region: Optional[str] = None,
1075
+ redirect_map_id: Optional[str] = None):
1076
+ """
1077
+ Represents of a connection's group information.
1078
+ :param Sequence[str] customer_visible_fqdns: Gets or sets customer visible FQDNs.
1079
+ :param str group_id: Gets or sets group id.
1080
+ :param str internal_fqdn: Gets or sets Internal Fqdn.
1081
+ :param str member_name: Gets or sets member name.
1082
+ :param str private_link_service_arm_region: Gets or sets the private link service arm region.
1083
+ :param str redirect_map_id: Gets or sets the redirect map id.
1084
+ """
1085
+ if customer_visible_fqdns is not None:
1086
+ pulumi.set(__self__, "customer_visible_fqdns", customer_visible_fqdns)
1087
+ if group_id is not None:
1088
+ pulumi.set(__self__, "group_id", group_id)
1089
+ if internal_fqdn is not None:
1090
+ pulumi.set(__self__, "internal_fqdn", internal_fqdn)
1091
+ if member_name is not None:
1092
+ pulumi.set(__self__, "member_name", member_name)
1093
+ if private_link_service_arm_region is not None:
1094
+ pulumi.set(__self__, "private_link_service_arm_region", private_link_service_arm_region)
1095
+ if redirect_map_id is not None:
1096
+ pulumi.set(__self__, "redirect_map_id", redirect_map_id)
1097
+
1098
+ @property
1099
+ @pulumi.getter(name="customerVisibleFqdns")
1100
+ def customer_visible_fqdns(self) -> Optional[Sequence[str]]:
1101
+ """
1102
+ Gets or sets customer visible FQDNs.
1103
+ """
1104
+ return pulumi.get(self, "customer_visible_fqdns")
1105
+
1106
+ @property
1107
+ @pulumi.getter(name="groupId")
1108
+ def group_id(self) -> Optional[str]:
1109
+ """
1110
+ Gets or sets group id.
1111
+ """
1112
+ return pulumi.get(self, "group_id")
1113
+
1114
+ @property
1115
+ @pulumi.getter(name="internalFqdn")
1116
+ def internal_fqdn(self) -> Optional[str]:
1117
+ """
1118
+ Gets or sets Internal Fqdn.
1119
+ """
1120
+ return pulumi.get(self, "internal_fqdn")
1121
+
1122
+ @property
1123
+ @pulumi.getter(name="memberName")
1124
+ def member_name(self) -> Optional[str]:
1125
+ """
1126
+ Gets or sets member name.
1127
+ """
1128
+ return pulumi.get(self, "member_name")
1129
+
1130
+ @property
1131
+ @pulumi.getter(name="privateLinkServiceArmRegion")
1132
+ def private_link_service_arm_region(self) -> Optional[str]:
1133
+ """
1134
+ Gets or sets the private link service arm region.
1135
+ """
1136
+ return pulumi.get(self, "private_link_service_arm_region")
1137
+
1138
+ @property
1139
+ @pulumi.getter(name="redirectMapId")
1140
+ def redirect_map_id(self) -> Optional[str]:
1141
+ """
1142
+ Gets or sets the redirect map id.
1143
+ """
1144
+ return pulumi.get(self, "redirect_map_id")
1145
+
1146
+
761
1147
  @pulumi.output_type
762
1148
  class HealthErrorModelResponse(dict):
763
1149
  """
@@ -2465,12 +2851,11 @@ class IdentityModelResponse(dict):
2465
2851
  tenant_id: str):
2466
2852
  """
2467
2853
  Identity model.
2468
- :param str aad_authority: Gets or sets the authority of the SPN with which Dra communicates to service.
2469
- :param str application_id: Gets or sets the client/application Id of the SPN with which Dra communicates to
2470
- service.
2471
- :param str audience: Gets or sets the audience of the SPN with which Dra communicates to service.
2472
- :param str object_id: Gets or sets the object Id of the SPN with which Dra communicates to service.
2473
- :param str tenant_id: Gets or sets the tenant Id of the SPN with which Dra communicates to service.
2854
+ :param str aad_authority: Gets or sets the authority of the SPN with which fabric agent communicates to service.
2855
+ :param str application_id: Gets or sets the client/application Id of the SPN with which fabric agent communicates to service.
2856
+ :param str audience: Gets or sets the audience of the SPN with which fabric agent communicates to service.
2857
+ :param str object_id: Gets or sets the object Id of the SPN with which fabric agent communicates to service.
2858
+ :param str tenant_id: Gets or sets the tenant Id of the SPN with which fabric agent communicates to service.
2474
2859
  """
2475
2860
  pulumi.set(__self__, "aad_authority", aad_authority)
2476
2861
  pulumi.set(__self__, "application_id", application_id)
@@ -2482,7 +2867,7 @@ class IdentityModelResponse(dict):
2482
2867
  @pulumi.getter(name="aadAuthority")
2483
2868
  def aad_authority(self) -> str:
2484
2869
  """
2485
- Gets or sets the authority of the SPN with which Dra communicates to service.
2870
+ Gets or sets the authority of the SPN with which fabric agent communicates to service.
2486
2871
  """
2487
2872
  return pulumi.get(self, "aad_authority")
2488
2873
 
@@ -2490,8 +2875,7 @@ class IdentityModelResponse(dict):
2490
2875
  @pulumi.getter(name="applicationId")
2491
2876
  def application_id(self) -> str:
2492
2877
  """
2493
- Gets or sets the client/application Id of the SPN with which Dra communicates to
2494
- service.
2878
+ Gets or sets the client/application Id of the SPN with which fabric agent communicates to service.
2495
2879
  """
2496
2880
  return pulumi.get(self, "application_id")
2497
2881
 
@@ -2499,7 +2883,7 @@ class IdentityModelResponse(dict):
2499
2883
  @pulumi.getter
2500
2884
  def audience(self) -> str:
2501
2885
  """
2502
- Gets or sets the audience of the SPN with which Dra communicates to service.
2886
+ Gets or sets the audience of the SPN with which fabric agent communicates to service.
2503
2887
  """
2504
2888
  return pulumi.get(self, "audience")
2505
2889
 
@@ -2507,7 +2891,7 @@ class IdentityModelResponse(dict):
2507
2891
  @pulumi.getter(name="objectId")
2508
2892
  def object_id(self) -> str:
2509
2893
  """
2510
- Gets or sets the object Id of the SPN with which Dra communicates to service.
2894
+ Gets or sets the object Id of the SPN with which fabric agent communicates to service.
2511
2895
  """
2512
2896
  return pulumi.get(self, "object_id")
2513
2897
 
@@ -2515,7 +2899,7 @@ class IdentityModelResponse(dict):
2515
2899
  @pulumi.getter(name="tenantId")
2516
2900
  def tenant_id(self) -> str:
2517
2901
  """
2518
- Gets or sets the tenant Id of the SPN with which Dra communicates to service.
2902
+ Gets or sets the tenant Id of the SPN with which fabric agent communicates to service.
2519
2903
  """
2520
2904
  return pulumi.get(self, "tenant_id")
2521
2905
 
@@ -2836,44 +3220,397 @@ class PolicyModelResponseSystemData(dict):
2836
3220
 
2837
3221
 
2838
3222
  @pulumi.output_type
2839
- class ProtectedItemDynamicMemoryConfigResponse(dict):
3223
+ class PrivateEndpointConnectionProxyPropertiesResponse(dict):
2840
3224
  """
2841
- Protected item dynamic memory config.
3225
+ Represents private endpoint connection proxy request.
2842
3226
  """
2843
3227
  @staticmethod
2844
3228
  def __key_warning(key: str):
2845
3229
  suggest = None
2846
- if key == "maximumMemoryInMegaBytes":
2847
- suggest = "maximum_memory_in_mega_bytes"
2848
- elif key == "minimumMemoryInMegaBytes":
2849
- suggest = "minimum_memory_in_mega_bytes"
2850
- elif key == "targetMemoryBufferPercentage":
2851
- suggest = "target_memory_buffer_percentage"
3230
+ if key == "provisioningState":
3231
+ suggest = "provisioning_state"
3232
+ elif key == "remotePrivateEndpoint":
3233
+ suggest = "remote_private_endpoint"
2852
3234
 
2853
3235
  if suggest:
2854
- pulumi.log.warn(f"Key '{key}' not found in ProtectedItemDynamicMemoryConfigResponse. Access the value via the '{suggest}' property getter instead.")
3236
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionProxyPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
2855
3237
 
2856
3238
  def __getitem__(self, key: str) -> Any:
2857
- ProtectedItemDynamicMemoryConfigResponse.__key_warning(key)
3239
+ PrivateEndpointConnectionProxyPropertiesResponse.__key_warning(key)
2858
3240
  return super().__getitem__(key)
2859
3241
 
2860
3242
  def get(self, key: str, default = None) -> Any:
2861
- ProtectedItemDynamicMemoryConfigResponse.__key_warning(key)
3243
+ PrivateEndpointConnectionProxyPropertiesResponse.__key_warning(key)
2862
3244
  return super().get(key, default)
2863
3245
 
2864
3246
  def __init__(__self__, *,
2865
- maximum_memory_in_mega_bytes: float,
2866
- minimum_memory_in_mega_bytes: float,
2867
- target_memory_buffer_percentage: int):
3247
+ provisioning_state: str,
3248
+ remote_private_endpoint: Optional['outputs.RemotePrivateEndpointResponse'] = None):
2868
3249
  """
2869
- Protected item dynamic memory config.
2870
- :param float maximum_memory_in_mega_bytes: Gets or sets maximum memory in MB.
2871
- :param float minimum_memory_in_mega_bytes: Gets or sets minimum memory in MB.
2872
- :param int target_memory_buffer_percentage: Gets or sets target memory buffer in %.
3250
+ Represents private endpoint connection proxy request.
3251
+ :param str provisioning_state: Gets or sets the provisioning state of the private endpoint connection proxy.
3252
+ :param 'RemotePrivateEndpointResponse' remote_private_endpoint: Represent remote private endpoint information for the private endpoint connection proxy.
2873
3253
  """
2874
- pulumi.set(__self__, "maximum_memory_in_mega_bytes", maximum_memory_in_mega_bytes)
2875
- pulumi.set(__self__, "minimum_memory_in_mega_bytes", minimum_memory_in_mega_bytes)
2876
- pulumi.set(__self__, "target_memory_buffer_percentage", target_memory_buffer_percentage)
3254
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
3255
+ if remote_private_endpoint is not None:
3256
+ pulumi.set(__self__, "remote_private_endpoint", remote_private_endpoint)
3257
+
3258
+ @property
3259
+ @pulumi.getter(name="provisioningState")
3260
+ def provisioning_state(self) -> str:
3261
+ """
3262
+ Gets or sets the provisioning state of the private endpoint connection proxy.
3263
+ """
3264
+ return pulumi.get(self, "provisioning_state")
3265
+
3266
+ @property
3267
+ @pulumi.getter(name="remotePrivateEndpoint")
3268
+ def remote_private_endpoint(self) -> Optional['outputs.RemotePrivateEndpointResponse']:
3269
+ """
3270
+ Represent remote private endpoint information for the private endpoint connection proxy.
3271
+ """
3272
+ return pulumi.get(self, "remote_private_endpoint")
3273
+
3274
+
3275
+ @pulumi.output_type
3276
+ class PrivateEndpointConnectionResponsePropertiesResponse(dict):
3277
+ """
3278
+ Represents Private endpoint connection response properties.
3279
+ """
3280
+ @staticmethod
3281
+ def __key_warning(key: str):
3282
+ suggest = None
3283
+ if key == "provisioningState":
3284
+ suggest = "provisioning_state"
3285
+ elif key == "privateEndpoint":
3286
+ suggest = "private_endpoint"
3287
+ elif key == "privateLinkServiceConnectionState":
3288
+ suggest = "private_link_service_connection_state"
3289
+
3290
+ if suggest:
3291
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponsePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
3292
+
3293
+ def __getitem__(self, key: str) -> Any:
3294
+ PrivateEndpointConnectionResponsePropertiesResponse.__key_warning(key)
3295
+ return super().__getitem__(key)
3296
+
3297
+ def get(self, key: str, default = None) -> Any:
3298
+ PrivateEndpointConnectionResponsePropertiesResponse.__key_warning(key)
3299
+ return super().get(key, default)
3300
+
3301
+ def __init__(__self__, *,
3302
+ provisioning_state: str,
3303
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None,
3304
+ private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStateResponse'] = None):
3305
+ """
3306
+ Represents Private endpoint connection response properties.
3307
+ :param str provisioning_state: Gets or sets provisioning state of the private endpoint connection.
3308
+ :param 'PrivateEndpointResponse' private_endpoint: Represent private Endpoint network resource that is linked to the Private Endpoint connection.
3309
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: Represents Private link service connection state.
3310
+ """
3311
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
3312
+ if private_endpoint is not None:
3313
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
3314
+ if private_link_service_connection_state is not None:
3315
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
3316
+
3317
+ @property
3318
+ @pulumi.getter(name="provisioningState")
3319
+ def provisioning_state(self) -> str:
3320
+ """
3321
+ Gets or sets provisioning state of the private endpoint connection.
3322
+ """
3323
+ return pulumi.get(self, "provisioning_state")
3324
+
3325
+ @property
3326
+ @pulumi.getter(name="privateEndpoint")
3327
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
3328
+ """
3329
+ Represent private Endpoint network resource that is linked to the Private Endpoint connection.
3330
+ """
3331
+ return pulumi.get(self, "private_endpoint")
3332
+
3333
+ @property
3334
+ @pulumi.getter(name="privateLinkServiceConnectionState")
3335
+ def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
3336
+ """
3337
+ Represents Private link service connection state.
3338
+ """
3339
+ return pulumi.get(self, "private_link_service_connection_state")
3340
+
3341
+
3342
+ @pulumi.output_type
3343
+ class PrivateEndpointResponse(dict):
3344
+ """
3345
+ Represent private Endpoint network resource that is linked to the Private Endpoint connection.
3346
+ """
3347
+ def __init__(__self__, *,
3348
+ id: Optional[str] = None):
3349
+ """
3350
+ Represent private Endpoint network resource that is linked to the Private Endpoint connection.
3351
+ :param str id: Gets or sets the id.
3352
+ """
3353
+ if id is not None:
3354
+ pulumi.set(__self__, "id", id)
3355
+
3356
+ @property
3357
+ @pulumi.getter
3358
+ def id(self) -> Optional[str]:
3359
+ """
3360
+ Gets or sets the id.
3361
+ """
3362
+ return pulumi.get(self, "id")
3363
+
3364
+
3365
+ @pulumi.output_type
3366
+ class PrivateLinkServiceConnectionResponse(dict):
3367
+ """
3368
+ Represents of an NRP private link service connection.
3369
+ """
3370
+ @staticmethod
3371
+ def __key_warning(key: str):
3372
+ suggest = None
3373
+ if key == "groupIds":
3374
+ suggest = "group_ids"
3375
+ elif key == "requestMessage":
3376
+ suggest = "request_message"
3377
+
3378
+ if suggest:
3379
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionResponse. Access the value via the '{suggest}' property getter instead.")
3380
+
3381
+ def __getitem__(self, key: str) -> Any:
3382
+ PrivateLinkServiceConnectionResponse.__key_warning(key)
3383
+ return super().__getitem__(key)
3384
+
3385
+ def get(self, key: str, default = None) -> Any:
3386
+ PrivateLinkServiceConnectionResponse.__key_warning(key)
3387
+ return super().get(key, default)
3388
+
3389
+ def __init__(__self__, *,
3390
+ group_ids: Optional[Sequence[str]] = None,
3391
+ name: Optional[str] = None,
3392
+ request_message: Optional[str] = None):
3393
+ """
3394
+ Represents of an NRP private link service connection.
3395
+ :param Sequence[str] group_ids: Gets or sets group ids.
3396
+ :param str name: Gets or sets private link service connection name.
3397
+ :param str request_message: Gets or sets the request message for the private link service connection.
3398
+ """
3399
+ if group_ids is not None:
3400
+ pulumi.set(__self__, "group_ids", group_ids)
3401
+ if name is not None:
3402
+ pulumi.set(__self__, "name", name)
3403
+ if request_message is not None:
3404
+ pulumi.set(__self__, "request_message", request_message)
3405
+
3406
+ @property
3407
+ @pulumi.getter(name="groupIds")
3408
+ def group_ids(self) -> Optional[Sequence[str]]:
3409
+ """
3410
+ Gets or sets group ids.
3411
+ """
3412
+ return pulumi.get(self, "group_ids")
3413
+
3414
+ @property
3415
+ @pulumi.getter
3416
+ def name(self) -> Optional[str]:
3417
+ """
3418
+ Gets or sets private link service connection name.
3419
+ """
3420
+ return pulumi.get(self, "name")
3421
+
3422
+ @property
3423
+ @pulumi.getter(name="requestMessage")
3424
+ def request_message(self) -> Optional[str]:
3425
+ """
3426
+ Gets or sets the request message for the private link service connection.
3427
+ """
3428
+ return pulumi.get(self, "request_message")
3429
+
3430
+
3431
+ @pulumi.output_type
3432
+ class PrivateLinkServiceConnectionStateResponse(dict):
3433
+ """
3434
+ Represents Private link service connection state.
3435
+ """
3436
+ @staticmethod
3437
+ def __key_warning(key: str):
3438
+ suggest = None
3439
+ if key == "actionsRequired":
3440
+ suggest = "actions_required"
3441
+
3442
+ if suggest:
3443
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
3444
+
3445
+ def __getitem__(self, key: str) -> Any:
3446
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
3447
+ return super().__getitem__(key)
3448
+
3449
+ def get(self, key: str, default = None) -> Any:
3450
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
3451
+ return super().get(key, default)
3452
+
3453
+ def __init__(__self__, *,
3454
+ actions_required: Optional[str] = None,
3455
+ description: Optional[str] = None,
3456
+ status: Optional[str] = None):
3457
+ """
3458
+ Represents Private link service connection state.
3459
+ :param str actions_required: Gets or sets actions required.
3460
+ :param str description: Gets or sets description.
3461
+ :param str status: Gets or sets the status.
3462
+ """
3463
+ if actions_required is not None:
3464
+ pulumi.set(__self__, "actions_required", actions_required)
3465
+ if description is not None:
3466
+ pulumi.set(__self__, "description", description)
3467
+ if status is not None:
3468
+ pulumi.set(__self__, "status", status)
3469
+
3470
+ @property
3471
+ @pulumi.getter(name="actionsRequired")
3472
+ def actions_required(self) -> Optional[str]:
3473
+ """
3474
+ Gets or sets actions required.
3475
+ """
3476
+ return pulumi.get(self, "actions_required")
3477
+
3478
+ @property
3479
+ @pulumi.getter
3480
+ def description(self) -> Optional[str]:
3481
+ """
3482
+ Gets or sets description.
3483
+ """
3484
+ return pulumi.get(self, "description")
3485
+
3486
+ @property
3487
+ @pulumi.getter
3488
+ def status(self) -> Optional[str]:
3489
+ """
3490
+ Gets or sets the status.
3491
+ """
3492
+ return pulumi.get(self, "status")
3493
+
3494
+
3495
+ @pulumi.output_type
3496
+ class PrivateLinkServiceProxyResponse(dict):
3497
+ """
3498
+ Represents NRP private link service proxy.
3499
+ """
3500
+ @staticmethod
3501
+ def __key_warning(key: str):
3502
+ suggest = None
3503
+ if key == "groupConnectivityInformation":
3504
+ suggest = "group_connectivity_information"
3505
+ elif key == "remotePrivateEndpointConnection":
3506
+ suggest = "remote_private_endpoint_connection"
3507
+ elif key == "remotePrivateLinkServiceConnectionState":
3508
+ suggest = "remote_private_link_service_connection_state"
3509
+
3510
+ if suggest:
3511
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceProxyResponse. Access the value via the '{suggest}' property getter instead.")
3512
+
3513
+ def __getitem__(self, key: str) -> Any:
3514
+ PrivateLinkServiceProxyResponse.__key_warning(key)
3515
+ return super().__getitem__(key)
3516
+
3517
+ def get(self, key: str, default = None) -> Any:
3518
+ PrivateLinkServiceProxyResponse.__key_warning(key)
3519
+ return super().get(key, default)
3520
+
3521
+ def __init__(__self__, *,
3522
+ group_connectivity_information: Optional[Sequence['outputs.GroupConnectivityInformationResponse']] = None,
3523
+ id: Optional[str] = None,
3524
+ remote_private_endpoint_connection: Optional['outputs.RemotePrivateEndpointConnectionResponse'] = None,
3525
+ remote_private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStateResponse'] = None):
3526
+ """
3527
+ Represents NRP private link service proxy.
3528
+ :param Sequence['GroupConnectivityInformationResponse'] group_connectivity_information: Gets or sets group connectivity information.
3529
+ :param str id: Gets or sets private link service proxy id.
3530
+ :param 'RemotePrivateEndpointConnectionResponse' remote_private_endpoint_connection: Represent remote private endpoint connection.
3531
+ :param 'PrivateLinkServiceConnectionStateResponse' remote_private_link_service_connection_state: Represents Private link service connection state.
3532
+ """
3533
+ if group_connectivity_information is not None:
3534
+ pulumi.set(__self__, "group_connectivity_information", group_connectivity_information)
3535
+ if id is not None:
3536
+ pulumi.set(__self__, "id", id)
3537
+ if remote_private_endpoint_connection is not None:
3538
+ pulumi.set(__self__, "remote_private_endpoint_connection", remote_private_endpoint_connection)
3539
+ if remote_private_link_service_connection_state is not None:
3540
+ pulumi.set(__self__, "remote_private_link_service_connection_state", remote_private_link_service_connection_state)
3541
+
3542
+ @property
3543
+ @pulumi.getter(name="groupConnectivityInformation")
3544
+ def group_connectivity_information(self) -> Optional[Sequence['outputs.GroupConnectivityInformationResponse']]:
3545
+ """
3546
+ Gets or sets group connectivity information.
3547
+ """
3548
+ return pulumi.get(self, "group_connectivity_information")
3549
+
3550
+ @property
3551
+ @pulumi.getter
3552
+ def id(self) -> Optional[str]:
3553
+ """
3554
+ Gets or sets private link service proxy id.
3555
+ """
3556
+ return pulumi.get(self, "id")
3557
+
3558
+ @property
3559
+ @pulumi.getter(name="remotePrivateEndpointConnection")
3560
+ def remote_private_endpoint_connection(self) -> Optional['outputs.RemotePrivateEndpointConnectionResponse']:
3561
+ """
3562
+ Represent remote private endpoint connection.
3563
+ """
3564
+ return pulumi.get(self, "remote_private_endpoint_connection")
3565
+
3566
+ @property
3567
+ @pulumi.getter(name="remotePrivateLinkServiceConnectionState")
3568
+ def remote_private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
3569
+ """
3570
+ Represents Private link service connection state.
3571
+ """
3572
+ return pulumi.get(self, "remote_private_link_service_connection_state")
3573
+
3574
+
3575
+ @pulumi.output_type
3576
+ class ProtectedItemDynamicMemoryConfigResponse(dict):
3577
+ """
3578
+ Protected item dynamic memory config.
3579
+ """
3580
+ @staticmethod
3581
+ def __key_warning(key: str):
3582
+ suggest = None
3583
+ if key == "maximumMemoryInMegaBytes":
3584
+ suggest = "maximum_memory_in_mega_bytes"
3585
+ elif key == "minimumMemoryInMegaBytes":
3586
+ suggest = "minimum_memory_in_mega_bytes"
3587
+ elif key == "targetMemoryBufferPercentage":
3588
+ suggest = "target_memory_buffer_percentage"
3589
+
3590
+ if suggest:
3591
+ pulumi.log.warn(f"Key '{key}' not found in ProtectedItemDynamicMemoryConfigResponse. Access the value via the '{suggest}' property getter instead.")
3592
+
3593
+ def __getitem__(self, key: str) -> Any:
3594
+ ProtectedItemDynamicMemoryConfigResponse.__key_warning(key)
3595
+ return super().__getitem__(key)
3596
+
3597
+ def get(self, key: str, default = None) -> Any:
3598
+ ProtectedItemDynamicMemoryConfigResponse.__key_warning(key)
3599
+ return super().get(key, default)
3600
+
3601
+ def __init__(__self__, *,
3602
+ maximum_memory_in_mega_bytes: float,
3603
+ minimum_memory_in_mega_bytes: float,
3604
+ target_memory_buffer_percentage: int):
3605
+ """
3606
+ Protected item dynamic memory config.
3607
+ :param float maximum_memory_in_mega_bytes: Gets or sets maximum memory in MB.
3608
+ :param float minimum_memory_in_mega_bytes: Gets or sets minimum memory in MB.
3609
+ :param int target_memory_buffer_percentage: Gets or sets target memory buffer in %.
3610
+ """
3611
+ pulumi.set(__self__, "maximum_memory_in_mega_bytes", maximum_memory_in_mega_bytes)
3612
+ pulumi.set(__self__, "minimum_memory_in_mega_bytes", minimum_memory_in_mega_bytes)
3613
+ pulumi.set(__self__, "target_memory_buffer_percentage", target_memory_buffer_percentage)
2877
3614
 
2878
3615
  @property
2879
3616
  @pulumi.getter(name="maximumMemoryInMegaBytes")
@@ -3825,6 +4562,122 @@ class ProtectedItemModelResponseSystemData(dict):
3825
4562
  return pulumi.get(self, "last_modified_by_type")
3826
4563
 
3827
4564
 
4565
+ @pulumi.output_type
4566
+ class RemotePrivateEndpointConnectionResponse(dict):
4567
+ """
4568
+ Represent remote private endpoint connection.
4569
+ """
4570
+ def __init__(__self__, *,
4571
+ id: Optional[str] = None):
4572
+ """
4573
+ Represent remote private endpoint connection.
4574
+ :param str id: Gets or sets the remote private endpoint connection id.
4575
+ """
4576
+ if id is not None:
4577
+ pulumi.set(__self__, "id", id)
4578
+
4579
+ @property
4580
+ @pulumi.getter
4581
+ def id(self) -> Optional[str]:
4582
+ """
4583
+ Gets or sets the remote private endpoint connection id.
4584
+ """
4585
+ return pulumi.get(self, "id")
4586
+
4587
+
4588
+ @pulumi.output_type
4589
+ class RemotePrivateEndpointResponse(dict):
4590
+ """
4591
+ Represent remote private endpoint information for the private endpoint connection proxy.
4592
+ """
4593
+ @staticmethod
4594
+ def __key_warning(key: str):
4595
+ suggest = None
4596
+ if key == "connectionDetails":
4597
+ suggest = "connection_details"
4598
+ elif key == "manualPrivateLinkServiceConnections":
4599
+ suggest = "manual_private_link_service_connections"
4600
+ elif key == "privateLinkServiceConnections":
4601
+ suggest = "private_link_service_connections"
4602
+ elif key == "privateLinkServiceProxies":
4603
+ suggest = "private_link_service_proxies"
4604
+
4605
+ if suggest:
4606
+ pulumi.log.warn(f"Key '{key}' not found in RemotePrivateEndpointResponse. Access the value via the '{suggest}' property getter instead.")
4607
+
4608
+ def __getitem__(self, key: str) -> Any:
4609
+ RemotePrivateEndpointResponse.__key_warning(key)
4610
+ return super().__getitem__(key)
4611
+
4612
+ def get(self, key: str, default = None) -> Any:
4613
+ RemotePrivateEndpointResponse.__key_warning(key)
4614
+ return super().get(key, default)
4615
+
4616
+ def __init__(__self__, *,
4617
+ id: str,
4618
+ connection_details: Optional[Sequence['outputs.ConnectionDetailsResponse']] = None,
4619
+ manual_private_link_service_connections: Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']] = None,
4620
+ private_link_service_connections: Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']] = None,
4621
+ private_link_service_proxies: Optional[Sequence['outputs.PrivateLinkServiceProxyResponse']] = None):
4622
+ """
4623
+ Represent remote private endpoint information for the private endpoint connection proxy.
4624
+ :param str id: Gets or sets private link service proxy id.
4625
+ :param Sequence['ConnectionDetailsResponse'] connection_details: Gets or sets the list of Connection Details. This is the connection details for private endpoint.
4626
+ :param Sequence['PrivateLinkServiceConnectionResponse'] manual_private_link_service_connections: Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.
4627
+ :param Sequence['PrivateLinkServiceConnectionResponse'] private_link_service_connections: Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.
4628
+ :param Sequence['PrivateLinkServiceProxyResponse'] private_link_service_proxies: Gets or sets the list of private link service proxies.
4629
+ """
4630
+ pulumi.set(__self__, "id", id)
4631
+ if connection_details is not None:
4632
+ pulumi.set(__self__, "connection_details", connection_details)
4633
+ if manual_private_link_service_connections is not None:
4634
+ pulumi.set(__self__, "manual_private_link_service_connections", manual_private_link_service_connections)
4635
+ if private_link_service_connections is not None:
4636
+ pulumi.set(__self__, "private_link_service_connections", private_link_service_connections)
4637
+ if private_link_service_proxies is not None:
4638
+ pulumi.set(__self__, "private_link_service_proxies", private_link_service_proxies)
4639
+
4640
+ @property
4641
+ @pulumi.getter
4642
+ def id(self) -> str:
4643
+ """
4644
+ Gets or sets private link service proxy id.
4645
+ """
4646
+ return pulumi.get(self, "id")
4647
+
4648
+ @property
4649
+ @pulumi.getter(name="connectionDetails")
4650
+ def connection_details(self) -> Optional[Sequence['outputs.ConnectionDetailsResponse']]:
4651
+ """
4652
+ Gets or sets the list of Connection Details. This is the connection details for private endpoint.
4653
+ """
4654
+ return pulumi.get(self, "connection_details")
4655
+
4656
+ @property
4657
+ @pulumi.getter(name="manualPrivateLinkServiceConnections")
4658
+ def manual_private_link_service_connections(self) -> Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]:
4659
+ """
4660
+ Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.
4661
+ """
4662
+ return pulumi.get(self, "manual_private_link_service_connections")
4663
+
4664
+ @property
4665
+ @pulumi.getter(name="privateLinkServiceConnections")
4666
+ def private_link_service_connections(self) -> Optional[Sequence['outputs.PrivateLinkServiceConnectionResponse']]:
4667
+ """
4668
+ Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.
4669
+ """
4670
+ return pulumi.get(self, "private_link_service_connections")
4671
+
4672
+ @property
4673
+ @pulumi.getter(name="privateLinkServiceProxies")
4674
+ def private_link_service_proxies(self) -> Optional[Sequence['outputs.PrivateLinkServiceProxyResponse']]:
4675
+ """
4676
+ Gets or sets the list of private link service proxies.
4677
+ """
4678
+ return pulumi.get(self, "private_link_service_proxies")
4679
+
4680
+
3828
4681
  @pulumi.output_type
3829
4682
  class ReplicationExtensionModelPropertiesResponse(dict):
3830
4683
  """
@@ -4037,6 +4890,116 @@ class StorageContainerPropertiesResponse(dict):
4037
4890
  return pulumi.get(self, "name")
4038
4891
 
4039
4892
 
4893
+ @pulumi.output_type
4894
+ class SystemDataResponse(dict):
4895
+ """
4896
+ Metadata pertaining to creation and last modification of the resource.
4897
+ """
4898
+ @staticmethod
4899
+ def __key_warning(key: str):
4900
+ suggest = None
4901
+ if key == "createdAt":
4902
+ suggest = "created_at"
4903
+ elif key == "createdBy":
4904
+ suggest = "created_by"
4905
+ elif key == "createdByType":
4906
+ suggest = "created_by_type"
4907
+ elif key == "lastModifiedAt":
4908
+ suggest = "last_modified_at"
4909
+ elif key == "lastModifiedBy":
4910
+ suggest = "last_modified_by"
4911
+ elif key == "lastModifiedByType":
4912
+ suggest = "last_modified_by_type"
4913
+
4914
+ if suggest:
4915
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
4916
+
4917
+ def __getitem__(self, key: str) -> Any:
4918
+ SystemDataResponse.__key_warning(key)
4919
+ return super().__getitem__(key)
4920
+
4921
+ def get(self, key: str, default = None) -> Any:
4922
+ SystemDataResponse.__key_warning(key)
4923
+ return super().get(key, default)
4924
+
4925
+ def __init__(__self__, *,
4926
+ created_at: Optional[str] = None,
4927
+ created_by: Optional[str] = None,
4928
+ created_by_type: Optional[str] = None,
4929
+ last_modified_at: Optional[str] = None,
4930
+ last_modified_by: Optional[str] = None,
4931
+ last_modified_by_type: Optional[str] = None):
4932
+ """
4933
+ Metadata pertaining to creation and last modification of the resource.
4934
+ :param str created_at: The timestamp of resource creation (UTC).
4935
+ :param str created_by: The identity that created the resource.
4936
+ :param str created_by_type: The type of identity that created the resource.
4937
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
4938
+ :param str last_modified_by: The identity that last modified the resource.
4939
+ :param str last_modified_by_type: The type of identity that last modified the resource.
4940
+ """
4941
+ if created_at is not None:
4942
+ pulumi.set(__self__, "created_at", created_at)
4943
+ if created_by is not None:
4944
+ pulumi.set(__self__, "created_by", created_by)
4945
+ if created_by_type is not None:
4946
+ pulumi.set(__self__, "created_by_type", created_by_type)
4947
+ if last_modified_at is not None:
4948
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
4949
+ if last_modified_by is not None:
4950
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
4951
+ if last_modified_by_type is not None:
4952
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
4953
+
4954
+ @property
4955
+ @pulumi.getter(name="createdAt")
4956
+ def created_at(self) -> Optional[str]:
4957
+ """
4958
+ The timestamp of resource creation (UTC).
4959
+ """
4960
+ return pulumi.get(self, "created_at")
4961
+
4962
+ @property
4963
+ @pulumi.getter(name="createdBy")
4964
+ def created_by(self) -> Optional[str]:
4965
+ """
4966
+ The identity that created the resource.
4967
+ """
4968
+ return pulumi.get(self, "created_by")
4969
+
4970
+ @property
4971
+ @pulumi.getter(name="createdByType")
4972
+ def created_by_type(self) -> Optional[str]:
4973
+ """
4974
+ The type of identity that created the resource.
4975
+ """
4976
+ return pulumi.get(self, "created_by_type")
4977
+
4978
+ @property
4979
+ @pulumi.getter(name="lastModifiedAt")
4980
+ def last_modified_at(self) -> Optional[str]:
4981
+ """
4982
+ The timestamp of resource last modification (UTC)
4983
+ """
4984
+ return pulumi.get(self, "last_modified_at")
4985
+
4986
+ @property
4987
+ @pulumi.getter(name="lastModifiedBy")
4988
+ def last_modified_by(self) -> Optional[str]:
4989
+ """
4990
+ The identity that last modified the resource.
4991
+ """
4992
+ return pulumi.get(self, "last_modified_by")
4993
+
4994
+ @property
4995
+ @pulumi.getter(name="lastModifiedByType")
4996
+ def last_modified_by_type(self) -> Optional[str]:
4997
+ """
4998
+ The type of identity that last modified the resource.
4999
+ """
5000
+ return pulumi.get(self, "last_modified_by_type")
5001
+
5002
+
4040
5003
  @pulumi.output_type
4041
5004
  class VMwareDraModelCustomPropertiesResponse(dict):
4042
5005
  """
@@ -4104,6 +5067,73 @@ class VMwareDraModelCustomPropertiesResponse(dict):
4104
5067
  return pulumi.get(self, "mars_authentication_identity")
4105
5068
 
4106
5069
 
5070
+ @pulumi.output_type
5071
+ class VMwareFabricAgentModelCustomPropertiesResponse(dict):
5072
+ """
5073
+ VMware fabric agent model custom properties.
5074
+ """
5075
+ @staticmethod
5076
+ def __key_warning(key: str):
5077
+ suggest = None
5078
+ if key == "biosId":
5079
+ suggest = "bios_id"
5080
+ elif key == "instanceType":
5081
+ suggest = "instance_type"
5082
+ elif key == "marsAuthenticationIdentity":
5083
+ suggest = "mars_authentication_identity"
5084
+
5085
+ if suggest:
5086
+ pulumi.log.warn(f"Key '{key}' not found in VMwareFabricAgentModelCustomPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
5087
+
5088
+ def __getitem__(self, key: str) -> Any:
5089
+ VMwareFabricAgentModelCustomPropertiesResponse.__key_warning(key)
5090
+ return super().__getitem__(key)
5091
+
5092
+ def get(self, key: str, default = None) -> Any:
5093
+ VMwareFabricAgentModelCustomPropertiesResponse.__key_warning(key)
5094
+ return super().get(key, default)
5095
+
5096
+ def __init__(__self__, *,
5097
+ bios_id: str,
5098
+ instance_type: str,
5099
+ mars_authentication_identity: 'outputs.IdentityModelResponse'):
5100
+ """
5101
+ VMware fabric agent model custom properties.
5102
+ :param str bios_id: Gets or sets the BIOS Id of the fabric agent machine.
5103
+ :param str instance_type: Discriminator property for FabricAgentModelCustomProperties.
5104
+ Expected value is 'VMware'.
5105
+ :param 'IdentityModelResponse' mars_authentication_identity: Identity model.
5106
+ """
5107
+ pulumi.set(__self__, "bios_id", bios_id)
5108
+ pulumi.set(__self__, "instance_type", 'VMware')
5109
+ pulumi.set(__self__, "mars_authentication_identity", mars_authentication_identity)
5110
+
5111
+ @property
5112
+ @pulumi.getter(name="biosId")
5113
+ def bios_id(self) -> str:
5114
+ """
5115
+ Gets or sets the BIOS Id of the fabric agent machine.
5116
+ """
5117
+ return pulumi.get(self, "bios_id")
5118
+
5119
+ @property
5120
+ @pulumi.getter(name="instanceType")
5121
+ def instance_type(self) -> str:
5122
+ """
5123
+ Discriminator property for FabricAgentModelCustomProperties.
5124
+ Expected value is 'VMware'.
5125
+ """
5126
+ return pulumi.get(self, "instance_type")
5127
+
5128
+ @property
5129
+ @pulumi.getter(name="marsAuthenticationIdentity")
5130
+ def mars_authentication_identity(self) -> 'outputs.IdentityModelResponse':
5131
+ """
5132
+ Identity model.
5133
+ """
5134
+ return pulumi.get(self, "mars_authentication_identity")
5135
+
5136
+
4107
5137
  @pulumi.output_type
4108
5138
  class VMwareMigrateFabricModelCustomPropertiesResponse(dict):
4109
5139
  """