pulumi-azure-native 2.56.0a1723657983__py3-none-any.whl → 2.57.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.

Files changed (476) hide show
  1. pulumi_azure_native/__init__.py +104 -0
  2. pulumi_azure_native/billing/_enums.py +0 -12
  3. pulumi_azure_native/billing/_inputs.py +5 -5
  4. pulumi_azure_native/billing/v20240401/_enums.py +0 -12
  5. pulumi_azure_native/billing/v20240401/_inputs.py +5 -5
  6. pulumi_azure_native/compute/v20240701/_enums.py +1 -1
  7. pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
  8. pulumi_azure_native/compute/v20240701/outputs.py +2 -2
  9. pulumi_azure_native/datafactory/_inputs.py +140 -19
  10. pulumi_azure_native/datafactory/outputs.py +98 -13
  11. pulumi_azure_native/datafactory/v20180601/_inputs.py +140 -19
  12. pulumi_azure_native/datafactory/v20180601/outputs.py +98 -13
  13. pulumi_azure_native/documentdb/__init__.py +3 -0
  14. pulumi_azure_native/documentdb/_inputs.py +56 -0
  15. pulumi_azure_native/documentdb/firewall_rule.py +30 -70
  16. pulumi_azure_native/documentdb/get_firewall_rule.py +12 -38
  17. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  18. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  19. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  20. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  21. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  22. pulumi_azure_native/documentdb/outputs.py +66 -0
  23. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  24. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  25. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  26. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  27. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  28. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  29. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  30. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  31. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  32. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +251 -0
  33. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +28 -68
  34. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +10 -36
  35. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +10 -114
  36. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +10 -49
  37. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +21 -218
  38. pulumi_azure_native/documentdb/v20240301preview/outputs.py +294 -0
  39. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +27 -58
  40. pulumi_azure_native/documentdb/v20240601preview/_inputs.py +291 -0
  41. pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +28 -68
  42. pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +10 -36
  43. pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +9 -152
  44. pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +10 -49
  45. pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +20 -286
  46. pulumi_azure_native/documentdb/v20240601preview/outputs.py +332 -0
  47. pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +27 -58
  48. pulumi_azure_native/documentdb/v20240701/__init__.py +17 -0
  49. pulumi_azure_native/documentdb/v20240701/_enums.py +86 -0
  50. pulumi_azure_native/documentdb/v20240701/_inputs.py +755 -0
  51. pulumi_azure_native/documentdb/v20240701/firewall_rule.py +220 -0
  52. pulumi_azure_native/documentdb/v20240701/get_firewall_rule.py +141 -0
  53. pulumi_azure_native/documentdb/v20240701/get_mongo_cluster.py +162 -0
  54. pulumi_azure_native/documentdb/v20240701/get_private_endpoint_connection.py +141 -0
  55. pulumi_azure_native/documentdb/v20240701/list_mongo_cluster_connection_strings.py +84 -0
  56. pulumi_azure_native/documentdb/v20240701/mongo_cluster.py +258 -0
  57. pulumi_azure_native/documentdb/v20240701/outputs.py +1048 -0
  58. pulumi_azure_native/documentdb/v20240701/private_endpoint_connection.py +221 -0
  59. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  60. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  61. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  62. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  63. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  64. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  65. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  66. pulumi_azure_native/hybridcompute/license.py +3 -3
  67. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  68. pulumi_azure_native/hybridcompute/machine.py +3 -3
  69. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  70. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  71. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  72. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  73. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  74. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  75. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  77. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  78. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  79. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  80. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  81. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  83. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  84. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  85. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  86. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  87. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  88. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  89. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  90. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  91. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  92. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  93. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  94. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  95. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  96. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  97. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  98. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  99. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  100. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  101. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  102. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  103. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  104. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  105. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  106. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  107. pulumi_azure_native/hybridcompute/v20240710/__init__.py +22 -0
  108. pulumi_azure_native/hybridcompute/v20240710/_enums.py +164 -0
  109. pulumi_azure_native/hybridcompute/v20240710/_inputs.py +1712 -0
  110. pulumi_azure_native/hybridcompute/v20240710/get_license.py +201 -0
  111. pulumi_azure_native/hybridcompute/v20240710/get_license_profile.py +362 -0
  112. pulumi_azure_native/hybridcompute/v20240710/get_machine.py +596 -0
  113. pulumi_azure_native/hybridcompute/v20240710/get_machine_extension.py +167 -0
  114. pulumi_azure_native/hybridcompute/v20240710/get_private_endpoint_connection.py +141 -0
  115. pulumi_azure_native/hybridcompute/v20240710/get_private_link_scope.py +162 -0
  116. pulumi_azure_native/hybridcompute/v20240710/license.py +326 -0
  117. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +505 -0
  118. pulumi_azure_native/hybridcompute/v20240710/machine.py +855 -0
  119. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +279 -0
  120. pulumi_azure_native/hybridcompute/v20240710/outputs.py +2817 -0
  121. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +220 -0
  122. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +258 -0
  123. pulumi_azure_native/iotoperations/__init__.py +3 -0
  124. pulumi_azure_native/iotoperations/broker.py +5 -1
  125. pulumi_azure_native/iotoperations/broker_authentication.py +5 -1
  126. pulumi_azure_native/iotoperations/broker_authorization.py +5 -1
  127. pulumi_azure_native/iotoperations/broker_listener.py +5 -1
  128. pulumi_azure_native/iotoperations/data_flow.py +1 -1
  129. pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
  130. pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
  131. pulumi_azure_native/iotoperations/get_broker.py +4 -0
  132. pulumi_azure_native/iotoperations/get_broker_authentication.py +4 -0
  133. pulumi_azure_native/iotoperations/get_broker_authorization.py +4 -0
  134. pulumi_azure_native/iotoperations/get_broker_listener.py +4 -0
  135. pulumi_azure_native/iotoperations/get_instance.py +4 -0
  136. pulumi_azure_native/iotoperations/instance.py +5 -1
  137. pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
  138. pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
  139. pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
  140. pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
  141. pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
  142. pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
  143. pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
  144. pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
  145. pulumi_azure_native/iotoperations/v20240815preview/__init__.py +26 -0
  146. pulumi_azure_native/iotoperations/v20240815preview/_enums.py +616 -0
  147. pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +6895 -0
  148. pulumi_azure_native/iotoperations/v20240815preview/broker.py +251 -0
  149. pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +272 -0
  150. pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +272 -0
  151. pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +272 -0
  152. pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +272 -0
  153. pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +251 -0
  154. pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +251 -0
  155. pulumi_azure_native/iotoperations/v20240815preview/get_broker.py +154 -0
  156. pulumi_azure_native/iotoperations/v20240815preview/get_broker_authentication.py +159 -0
  157. pulumi_azure_native/iotoperations/v20240815preview/get_broker_authorization.py +159 -0
  158. pulumi_azure_native/iotoperations/v20240815preview/get_broker_listener.py +159 -0
  159. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow.py +159 -0
  160. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_endpoint.py +154 -0
  161. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_profile.py +154 -0
  162. pulumi_azure_native/iotoperations/v20240815preview/get_instance.py +188 -0
  163. pulumi_azure_native/iotoperations/v20240815preview/instance.py +317 -0
  164. pulumi_azure_native/iotoperations/v20240815preview/outputs.py +5753 -0
  165. pulumi_azure_native/netapp/__init__.py +3 -0
  166. pulumi_azure_native/netapp/account.py +3 -3
  167. pulumi_azure_native/netapp/backup.py +2 -2
  168. pulumi_azure_native/netapp/backup_policy.py +3 -3
  169. pulumi_azure_native/netapp/backup_vault.py +3 -3
  170. pulumi_azure_native/netapp/get_account.py +2 -2
  171. pulumi_azure_native/netapp/get_backup.py +2 -2
  172. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  173. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  174. pulumi_azure_native/netapp/get_pool.py +2 -2
  175. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  176. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  177. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  178. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  179. pulumi_azure_native/netapp/get_volume.py +2 -2
  180. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  181. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  182. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  183. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  184. pulumi_azure_native/netapp/pool.py +3 -3
  185. pulumi_azure_native/netapp/snapshot.py +3 -3
  186. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  187. pulumi_azure_native/netapp/subvolume.py +3 -3
  188. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  189. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  190. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  191. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  192. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  193. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  194. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  195. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  196. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  197. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  198. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  199. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  200. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  201. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  202. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  203. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  204. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  205. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  206. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  207. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  208. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  209. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  210. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  211. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  212. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  213. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  214. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  215. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  216. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  217. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  218. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  219. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  220. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  221. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  222. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  223. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  224. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  225. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  226. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  227. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  228. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  229. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  230. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  231. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  232. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  233. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  234. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  235. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  236. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  237. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  238. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  239. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  240. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  241. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  242. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  243. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  244. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  245. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  246. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  247. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  248. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  249. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  250. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  251. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  252. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  253. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  254. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  255. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  256. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  257. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  258. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  259. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  260. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  261. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  262. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  263. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  264. pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
  265. pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
  266. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
  267. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
  268. pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
  269. pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
  270. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
  271. pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
  272. pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
  273. pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
  274. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
  275. pulumi_azure_native/netapp/v20240101/__init__.py +35 -0
  276. pulumi_azure_native/netapp/v20240101/_enums.py +267 -0
  277. pulumi_azure_native/netapp/v20240101/_inputs.py +2945 -0
  278. pulumi_azure_native/netapp/v20240101/account.py +346 -0
  279. pulumi_azure_native/netapp/v20240101/backup.py +402 -0
  280. pulumi_azure_native/netapp/v20240101/backup_policy.py +414 -0
  281. pulumi_azure_native/netapp/v20240101/backup_vault.py +258 -0
  282. pulumi_azure_native/netapp/v20240101/get_account.py +227 -0
  283. pulumi_azure_native/netapp/v20240101/get_backup.py +276 -0
  284. pulumi_azure_native/netapp/v20240101/get_backup_policy.py +271 -0
  285. pulumi_azure_native/netapp/v20240101/get_backup_vault.py +167 -0
  286. pulumi_azure_native/netapp/v20240101/get_pool.py +284 -0
  287. pulumi_azure_native/netapp/v20240101/get_snapshot.py +190 -0
  288. pulumi_azure_native/netapp/v20240101/get_snapshot_policy.py +245 -0
  289. pulumi_azure_native/netapp/v20240101/get_subvolume.py +190 -0
  290. pulumi_azure_native/netapp/v20240101/get_subvolume_metadata.py +254 -0
  291. pulumi_azure_native/netapp/v20240101/get_volume.py +887 -0
  292. pulumi_azure_native/netapp/v20240101/get_volume_group.py +167 -0
  293. pulumi_azure_native/netapp/v20240101/get_volume_group_id_for_ldap_user.py +98 -0
  294. pulumi_azure_native/netapp/v20240101/get_volume_quota_rule.py +216 -0
  295. pulumi_azure_native/netapp/v20240101/list_volume_replications.py +94 -0
  296. pulumi_azure_native/netapp/v20240101/outputs.py +3035 -0
  297. pulumi_azure_native/netapp/v20240101/pool.py +462 -0
  298. pulumi_azure_native/netapp/v20240101/snapshot.py +291 -0
  299. pulumi_azure_native/netapp/v20240101/snapshot_policy.py +414 -0
  300. pulumi_azure_native/netapp/v20240101/subvolume.py +329 -0
  301. pulumi_azure_native/netapp/v20240101/volume.py +1639 -0
  302. pulumi_azure_native/netapp/v20240101/volume_group.py +279 -0
  303. pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +388 -0
  304. pulumi_azure_native/netapp/v20240301/account.py +1 -1
  305. pulumi_azure_native/netapp/v20240301/backup.py +1 -1
  306. pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
  307. pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
  308. pulumi_azure_native/netapp/v20240301/pool.py +1 -1
  309. pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
  310. pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
  311. pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
  312. pulumi_azure_native/netapp/v20240301/volume.py +1 -1
  313. pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
  314. pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
  315. pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
  316. pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
  317. pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
  318. pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
  319. pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
  320. pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
  321. pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
  322. pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
  323. pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
  324. pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
  325. pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
  326. pulumi_azure_native/netapp/volume.py +3 -3
  327. pulumi_azure_native/netapp/volume_group.py +3 -3
  328. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  329. pulumi_azure_native/network/__init__.py +15 -0
  330. pulumi_azure_native/network/_enums.py +11 -0
  331. pulumi_azure_native/network/_inputs.py +436 -0
  332. pulumi_azure_native/network/admin_rule.py +3 -3
  333. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  334. pulumi_azure_native/network/default_admin_rule.py +1 -1
  335. pulumi_azure_native/network/get_admin_rule.py +2 -2
  336. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  337. pulumi_azure_native/network/get_ipam_pool.py +169 -0
  338. pulumi_azure_native/network/get_ipam_pool_usage.py +195 -0
  339. pulumi_azure_native/network/get_network_manager.py +2 -2
  340. pulumi_azure_native/network/get_reachability_analysis_intent.py +148 -0
  341. pulumi_azure_native/network/get_reachability_analysis_run.py +148 -0
  342. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  343. pulumi_azure_native/network/get_static_cidr.py +148 -0
  344. pulumi_azure_native/network/get_verifier_workspace.py +169 -0
  345. pulumi_azure_native/network/ipam_pool.py +280 -0
  346. pulumi_azure_native/network/list_ipam_pool_associated_resources.py +101 -0
  347. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  348. pulumi_azure_native/network/network_manager.py +3 -3
  349. pulumi_azure_native/network/outputs.py +723 -0
  350. pulumi_azure_native/network/reachability_analysis_intent.py +245 -0
  351. pulumi_azure_native/network/reachability_analysis_run.py +244 -0
  352. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  353. pulumi_azure_native/network/static_cidr.py +243 -0
  354. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  355. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  356. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  357. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  358. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  359. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  360. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  361. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  362. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  363. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  364. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  365. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  366. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  367. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  368. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  369. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  370. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  371. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  372. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  373. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  374. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  375. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  376. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  377. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  378. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  379. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  380. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  381. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  382. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  383. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  384. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  385. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  386. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  387. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  388. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  389. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  390. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  391. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  392. pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
  393. pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
  394. pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
  395. pulumi_azure_native/network/v20240101/network_manager.py +1 -1
  396. pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
  397. pulumi_azure_native/network/v20240101preview/__init__.py +33 -0
  398. pulumi_azure_native/network/v20240101preview/_enums.py +98 -0
  399. pulumi_azure_native/network/v20240101preview/_inputs.py +611 -0
  400. pulumi_azure_native/network/v20240101preview/admin_rule.py +553 -0
  401. pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +291 -0
  402. pulumi_azure_native/network/v20240101preview/default_admin_rule.py +405 -0
  403. pulumi_azure_native/network/v20240101preview/get_admin_rule.py +295 -0
  404. pulumi_azure_native/network/v20240101preview/get_admin_rule_collection.py +185 -0
  405. pulumi_azure_native/network/v20240101preview/get_default_admin_rule.py +308 -0
  406. pulumi_azure_native/network/v20240101preview/get_ipam_pool.py +167 -0
  407. pulumi_azure_native/network/v20240101preview/get_ipam_pool_usage.py +193 -0
  408. pulumi_azure_native/network/v20240101preview/get_network_manager.py +227 -0
  409. pulumi_azure_native/network/v20240101preview/get_reachability_analysis_intent.py +146 -0
  410. pulumi_azure_native/network/v20240101preview/get_reachability_analysis_run.py +146 -0
  411. pulumi_azure_native/network/v20240101preview/get_security_admin_configuration.py +193 -0
  412. pulumi_azure_native/network/v20240101preview/get_static_cidr.py +146 -0
  413. pulumi_azure_native/network/v20240101preview/get_verifier_workspace.py +167 -0
  414. pulumi_azure_native/network/v20240101preview/ipam_pool.py +278 -0
  415. pulumi_azure_native/network/v20240101preview/list_ipam_pool_associated_resources.py +99 -0
  416. pulumi_azure_native/network/v20240101preview/list_network_manager_deployment_status.py +118 -0
  417. pulumi_azure_native/network/v20240101preview/network_manager.py +368 -0
  418. pulumi_azure_native/network/v20240101preview/outputs.py +1164 -0
  419. pulumi_azure_native/network/v20240101preview/reachability_analysis_intent.py +243 -0
  420. pulumi_azure_native/network/v20240101preview/reachability_analysis_run.py +242 -0
  421. pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +298 -0
  422. pulumi_azure_native/network/v20240101preview/static_cidr.py +241 -0
  423. pulumi_azure_native/network/v20240101preview/verifier_workspace.py +278 -0
  424. pulumi_azure_native/network/verifier_workspace.py +280 -0
  425. pulumi_azure_native/portal/__init__.py +3 -0
  426. pulumi_azure_native/portal/dashboard.py +3 -3
  427. pulumi_azure_native/portal/get_dashboard.py +2 -2
  428. pulumi_azure_native/portal/get_tenant_configuration.py +4 -0
  429. pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +4 -0
  430. pulumi_azure_native/portal/tenant_configuration.py +5 -1
  431. pulumi_azure_native/portal/v20190101preview/dashboard.py +1 -1
  432. pulumi_azure_native/portal/v20200901preview/dashboard.py +1 -1
  433. pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +1 -1
  434. pulumi_azure_native/portal/v20221201preview/__init__.py +15 -0
  435. pulumi_azure_native/portal/v20221201preview/_enums.py +19 -0
  436. pulumi_azure_native/portal/v20221201preview/_inputs.py +639 -0
  437. pulumi_azure_native/portal/v20221201preview/dashboard.py +257 -0
  438. pulumi_azure_native/portal/v20221201preview/get_dashboard.py +162 -0
  439. pulumi_azure_native/portal/v20221201preview/get_tenant_configuration.py +131 -0
  440. pulumi_azure_native/portal/v20221201preview/list_list_tenant_configuration_violation.py +83 -0
  441. pulumi_azure_native/portal/v20221201preview/outputs.py +651 -0
  442. pulumi_azure_native/portal/v20221201preview/tenant_configuration.py +178 -0
  443. pulumi_azure_native/provider.py +0 -8
  444. pulumi_azure_native/pulumi-plugin.json +1 -1
  445. pulumi_azure_native/standbypool/__init__.py +3 -0
  446. pulumi_azure_native/standbypool/get_standby_container_group_pool.py +2 -2
  447. pulumi_azure_native/standbypool/get_standby_virtual_machine_pool.py +2 -2
  448. pulumi_azure_native/standbypool/standby_container_group_pool.py +3 -3
  449. pulumi_azure_native/standbypool/standby_virtual_machine_pool.py +3 -3
  450. pulumi_azure_native/standbypool/v20231201preview/standby_container_group_pool.py +1 -1
  451. pulumi_azure_native/standbypool/v20231201preview/standby_virtual_machine_pool.py +1 -1
  452. pulumi_azure_native/standbypool/v20240301/__init__.py +14 -0
  453. pulumi_azure_native/standbypool/v20240301/_enums.py +34 -0
  454. pulumi_azure_native/standbypool/v20240301/_inputs.py +287 -0
  455. pulumi_azure_native/standbypool/v20240301/get_standby_container_group_pool.py +188 -0
  456. pulumi_azure_native/standbypool/v20240301/get_standby_virtual_machine_pool.py +201 -0
  457. pulumi_azure_native/standbypool/v20240301/outputs.py +352 -0
  458. pulumi_azure_native/standbypool/v20240301/standby_container_group_pool.py +299 -0
  459. pulumi_azure_native/standbypool/v20240301/standby_virtual_machine_pool.py +327 -0
  460. pulumi_azure_native/standbypool/v20240301preview/standby_container_group_pool.py +1 -1
  461. pulumi_azure_native/standbypool/v20240301preview/standby_virtual_machine_pool.py +1 -1
  462. pulumi_azure_native/subscription/__init__.py +3 -0
  463. pulumi_azure_native/subscription/alias.py +3 -3
  464. pulumi_azure_native/subscription/get_alias.py +2 -2
  465. pulumi_azure_native/subscription/v20200901/alias.py +1 -1
  466. pulumi_azure_native/subscription/v20211001/alias.py +1 -1
  467. pulumi_azure_native/subscription/v20240801preview/__init__.py +12 -0
  468. pulumi_azure_native/subscription/v20240801preview/_enums.py +17 -0
  469. pulumi_azure_native/subscription/v20240801preview/_inputs.py +267 -0
  470. pulumi_azure_native/subscription/v20240801preview/alias.py +179 -0
  471. pulumi_azure_native/subscription/v20240801preview/get_alias.py +131 -0
  472. pulumi_azure_native/subscription/v20240801preview/outputs.py +324 -0
  473. {pulumi_azure_native-2.56.0a1723657983.dist-info → pulumi_azure_native-2.57.0.dist-info}/METADATA +1 -1
  474. {pulumi_azure_native-2.56.0a1723657983.dist-info → pulumi_azure_native-2.57.0.dist-info}/RECORD +476 -338
  475. {pulumi_azure_native-2.56.0a1723657983.dist-info → pulumi_azure_native-2.57.0.dist-info}/WHEEL +1 -1
  476. {pulumi_azure_native-2.56.0a1723657983.dist-info → pulumi_azure_native-2.57.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1048 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AdministratorPropertiesResponse',
21
+ 'BackupPropertiesResponse',
22
+ 'ComputePropertiesResponse',
23
+ 'ConnectionStringResponse',
24
+ 'FirewallRulePropertiesResponse',
25
+ 'HighAvailabilityPropertiesResponse',
26
+ 'MongoClusterPropertiesResponse',
27
+ 'PrivateEndpointConnectionPropertiesResponse',
28
+ 'PrivateEndpointConnectionResponse',
29
+ 'PrivateEndpointResponse',
30
+ 'PrivateLinkServiceConnectionStateResponse',
31
+ 'ReplicationPropertiesResponse',
32
+ 'ShardingPropertiesResponse',
33
+ 'StoragePropertiesResponse',
34
+ 'SystemDataResponse',
35
+ ]
36
+
37
+ @pulumi.output_type
38
+ class AdministratorPropertiesResponse(dict):
39
+ """
40
+ The local administrator login properties.
41
+ """
42
+ @staticmethod
43
+ def __key_warning(key: str):
44
+ suggest = None
45
+ if key == "userName":
46
+ suggest = "user_name"
47
+
48
+ if suggest:
49
+ pulumi.log.warn(f"Key '{key}' not found in AdministratorPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
50
+
51
+ def __getitem__(self, key: str) -> Any:
52
+ AdministratorPropertiesResponse.__key_warning(key)
53
+ return super().__getitem__(key)
54
+
55
+ def get(self, key: str, default = None) -> Any:
56
+ AdministratorPropertiesResponse.__key_warning(key)
57
+ return super().get(key, default)
58
+
59
+ def __init__(__self__, *,
60
+ user_name: Optional[str] = None):
61
+ """
62
+ The local administrator login properties.
63
+ :param str user_name: The administrator user name.
64
+ """
65
+ if user_name is not None:
66
+ pulumi.set(__self__, "user_name", user_name)
67
+
68
+ @property
69
+ @pulumi.getter(name="userName")
70
+ def user_name(self) -> Optional[str]:
71
+ """
72
+ The administrator user name.
73
+ """
74
+ return pulumi.get(self, "user_name")
75
+
76
+
77
+ @pulumi.output_type
78
+ class BackupPropertiesResponse(dict):
79
+ """
80
+ The backup properties of the cluster. This includes the earliest restore time and retention settings.
81
+ """
82
+ @staticmethod
83
+ def __key_warning(key: str):
84
+ suggest = None
85
+ if key == "earliestRestoreTime":
86
+ suggest = "earliest_restore_time"
87
+
88
+ if suggest:
89
+ pulumi.log.warn(f"Key '{key}' not found in BackupPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
90
+
91
+ def __getitem__(self, key: str) -> Any:
92
+ BackupPropertiesResponse.__key_warning(key)
93
+ return super().__getitem__(key)
94
+
95
+ def get(self, key: str, default = None) -> Any:
96
+ BackupPropertiesResponse.__key_warning(key)
97
+ return super().get(key, default)
98
+
99
+ def __init__(__self__, *,
100
+ earliest_restore_time: str):
101
+ """
102
+ The backup properties of the cluster. This includes the earliest restore time and retention settings.
103
+ :param str earliest_restore_time: Earliest restore timestamp in UTC ISO8601 format.
104
+ """
105
+ pulumi.set(__self__, "earliest_restore_time", earliest_restore_time)
106
+
107
+ @property
108
+ @pulumi.getter(name="earliestRestoreTime")
109
+ def earliest_restore_time(self) -> str:
110
+ """
111
+ Earliest restore timestamp in UTC ISO8601 format.
112
+ """
113
+ return pulumi.get(self, "earliest_restore_time")
114
+
115
+
116
+ @pulumi.output_type
117
+ class ComputePropertiesResponse(dict):
118
+ """
119
+ The compute properties of the cluster. This includes the virtual-cores/memory and scaling options applied to servers in the cluster.
120
+ """
121
+ def __init__(__self__, *,
122
+ tier: Optional[str] = None):
123
+ """
124
+ The compute properties of the cluster. This includes the virtual-cores/memory and scaling options applied to servers in the cluster.
125
+ :param str tier: The compute tier to assign to the cluster, where each tier maps to a virtual-core and memory size. Example values: 'M30', 'M40'.
126
+ """
127
+ if tier is not None:
128
+ pulumi.set(__self__, "tier", tier)
129
+
130
+ @property
131
+ @pulumi.getter
132
+ def tier(self) -> Optional[str]:
133
+ """
134
+ The compute tier to assign to the cluster, where each tier maps to a virtual-core and memory size. Example values: 'M30', 'M40'.
135
+ """
136
+ return pulumi.get(self, "tier")
137
+
138
+
139
+ @pulumi.output_type
140
+ class ConnectionStringResponse(dict):
141
+ """
142
+ Connection string for the mongo cluster
143
+ """
144
+ def __init__(__self__, *,
145
+ connection_string: str,
146
+ description: str,
147
+ name: str):
148
+ """
149
+ Connection string for the mongo cluster
150
+ :param str connection_string: Value of the connection string
151
+ :param str description: Description of the connection string
152
+ :param str name: Name of the connection string.
153
+ """
154
+ pulumi.set(__self__, "connection_string", connection_string)
155
+ pulumi.set(__self__, "description", description)
156
+ pulumi.set(__self__, "name", name)
157
+
158
+ @property
159
+ @pulumi.getter(name="connectionString")
160
+ def connection_string(self) -> str:
161
+ """
162
+ Value of the connection string
163
+ """
164
+ return pulumi.get(self, "connection_string")
165
+
166
+ @property
167
+ @pulumi.getter
168
+ def description(self) -> str:
169
+ """
170
+ Description of the connection string
171
+ """
172
+ return pulumi.get(self, "description")
173
+
174
+ @property
175
+ @pulumi.getter
176
+ def name(self) -> str:
177
+ """
178
+ Name of the connection string.
179
+ """
180
+ return pulumi.get(self, "name")
181
+
182
+
183
+ @pulumi.output_type
184
+ class FirewallRulePropertiesResponse(dict):
185
+ """
186
+ The properties of a mongo cluster firewall rule.
187
+ """
188
+ @staticmethod
189
+ def __key_warning(key: str):
190
+ suggest = None
191
+ if key == "endIpAddress":
192
+ suggest = "end_ip_address"
193
+ elif key == "provisioningState":
194
+ suggest = "provisioning_state"
195
+ elif key == "startIpAddress":
196
+ suggest = "start_ip_address"
197
+
198
+ if suggest:
199
+ pulumi.log.warn(f"Key '{key}' not found in FirewallRulePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
200
+
201
+ def __getitem__(self, key: str) -> Any:
202
+ FirewallRulePropertiesResponse.__key_warning(key)
203
+ return super().__getitem__(key)
204
+
205
+ def get(self, key: str, default = None) -> Any:
206
+ FirewallRulePropertiesResponse.__key_warning(key)
207
+ return super().get(key, default)
208
+
209
+ def __init__(__self__, *,
210
+ end_ip_address: str,
211
+ provisioning_state: str,
212
+ start_ip_address: str):
213
+ """
214
+ The properties of a mongo cluster firewall rule.
215
+ :param str end_ip_address: The end IP address of the mongo cluster firewall rule. Must be IPv4 format.
216
+ :param str provisioning_state: The provisioning state of the firewall rule.
217
+ :param str start_ip_address: The start IP address of the mongo cluster firewall rule. Must be IPv4 format.
218
+ """
219
+ pulumi.set(__self__, "end_ip_address", end_ip_address)
220
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
221
+ pulumi.set(__self__, "start_ip_address", start_ip_address)
222
+
223
+ @property
224
+ @pulumi.getter(name="endIpAddress")
225
+ def end_ip_address(self) -> str:
226
+ """
227
+ The end IP address of the mongo cluster firewall rule. Must be IPv4 format.
228
+ """
229
+ return pulumi.get(self, "end_ip_address")
230
+
231
+ @property
232
+ @pulumi.getter(name="provisioningState")
233
+ def provisioning_state(self) -> str:
234
+ """
235
+ The provisioning state of the firewall rule.
236
+ """
237
+ return pulumi.get(self, "provisioning_state")
238
+
239
+ @property
240
+ @pulumi.getter(name="startIpAddress")
241
+ def start_ip_address(self) -> str:
242
+ """
243
+ The start IP address of the mongo cluster firewall rule. Must be IPv4 format.
244
+ """
245
+ return pulumi.get(self, "start_ip_address")
246
+
247
+
248
+ @pulumi.output_type
249
+ class HighAvailabilityPropertiesResponse(dict):
250
+ """
251
+ The high availability properties of the cluster.
252
+ """
253
+ @staticmethod
254
+ def __key_warning(key: str):
255
+ suggest = None
256
+ if key == "targetMode":
257
+ suggest = "target_mode"
258
+
259
+ if suggest:
260
+ pulumi.log.warn(f"Key '{key}' not found in HighAvailabilityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
261
+
262
+ def __getitem__(self, key: str) -> Any:
263
+ HighAvailabilityPropertiesResponse.__key_warning(key)
264
+ return super().__getitem__(key)
265
+
266
+ def get(self, key: str, default = None) -> Any:
267
+ HighAvailabilityPropertiesResponse.__key_warning(key)
268
+ return super().get(key, default)
269
+
270
+ def __init__(__self__, *,
271
+ target_mode: Optional[str] = None):
272
+ """
273
+ The high availability properties of the cluster.
274
+ :param str target_mode: The target high availability mode requested for the cluster.
275
+ """
276
+ if target_mode is not None:
277
+ pulumi.set(__self__, "target_mode", target_mode)
278
+
279
+ @property
280
+ @pulumi.getter(name="targetMode")
281
+ def target_mode(self) -> Optional[str]:
282
+ """
283
+ The target high availability mode requested for the cluster.
284
+ """
285
+ return pulumi.get(self, "target_mode")
286
+
287
+
288
+ @pulumi.output_type
289
+ class MongoClusterPropertiesResponse(dict):
290
+ """
291
+ The properties of a mongo cluster.
292
+ """
293
+ @staticmethod
294
+ def __key_warning(key: str):
295
+ suggest = None
296
+ if key == "clusterStatus":
297
+ suggest = "cluster_status"
298
+ elif key == "connectionString":
299
+ suggest = "connection_string"
300
+ elif key == "infrastructureVersion":
301
+ suggest = "infrastructure_version"
302
+ elif key == "privateEndpointConnections":
303
+ suggest = "private_endpoint_connections"
304
+ elif key == "provisioningState":
305
+ suggest = "provisioning_state"
306
+ elif key == "highAvailability":
307
+ suggest = "high_availability"
308
+ elif key == "previewFeatures":
309
+ suggest = "preview_features"
310
+ elif key == "publicNetworkAccess":
311
+ suggest = "public_network_access"
312
+ elif key == "serverVersion":
313
+ suggest = "server_version"
314
+
315
+ if suggest:
316
+ pulumi.log.warn(f"Key '{key}' not found in MongoClusterPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
317
+
318
+ def __getitem__(self, key: str) -> Any:
319
+ MongoClusterPropertiesResponse.__key_warning(key)
320
+ return super().__getitem__(key)
321
+
322
+ def get(self, key: str, default = None) -> Any:
323
+ MongoClusterPropertiesResponse.__key_warning(key)
324
+ return super().get(key, default)
325
+
326
+ def __init__(__self__, *,
327
+ cluster_status: str,
328
+ connection_string: str,
329
+ infrastructure_version: str,
330
+ private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionResponse'],
331
+ provisioning_state: str,
332
+ replica: 'outputs.ReplicationPropertiesResponse',
333
+ administrator: Optional['outputs.AdministratorPropertiesResponse'] = None,
334
+ backup: Optional['outputs.BackupPropertiesResponse'] = None,
335
+ compute: Optional['outputs.ComputePropertiesResponse'] = None,
336
+ high_availability: Optional['outputs.HighAvailabilityPropertiesResponse'] = None,
337
+ preview_features: Optional[Sequence[str]] = None,
338
+ public_network_access: Optional[str] = None,
339
+ server_version: Optional[str] = None,
340
+ sharding: Optional['outputs.ShardingPropertiesResponse'] = None,
341
+ storage: Optional['outputs.StoragePropertiesResponse'] = None):
342
+ """
343
+ The properties of a mongo cluster.
344
+ :param str cluster_status: The status of the mongo cluster.
345
+ :param str connection_string: The default mongo connection string for the cluster.
346
+ :param str infrastructure_version: The infrastructure version the cluster is provisioned on.
347
+ :param Sequence['PrivateEndpointConnectionResponse'] private_endpoint_connections: List of private endpoint connections.
348
+ :param str provisioning_state: The provisioning state of the mongo cluster.
349
+ :param 'ReplicationPropertiesResponse' replica: The replication properties for the mongo cluster
350
+ :param 'AdministratorPropertiesResponse' administrator: The local administrator properties for the mongo cluster.
351
+ :param 'BackupPropertiesResponse' backup: The backup properties of the mongo cluster.
352
+ :param 'ComputePropertiesResponse' compute: The compute properties of the mongo cluster.
353
+ :param 'HighAvailabilityPropertiesResponse' high_availability: The high availability properties of the mongo cluster.
354
+ :param Sequence[str] preview_features: List of private endpoint connections.
355
+ :param str public_network_access: Whether or not public endpoint access is allowed for this mongo cluster.
356
+ :param str server_version: The Mongo DB server version. Defaults to the latest available version if not specified.
357
+ :param 'ShardingPropertiesResponse' sharding: The sharding properties of the mongo cluster.
358
+ :param 'StoragePropertiesResponse' storage: The storage properties of the mongo cluster.
359
+ """
360
+ pulumi.set(__self__, "cluster_status", cluster_status)
361
+ pulumi.set(__self__, "connection_string", connection_string)
362
+ pulumi.set(__self__, "infrastructure_version", infrastructure_version)
363
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
364
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
365
+ pulumi.set(__self__, "replica", replica)
366
+ if administrator is not None:
367
+ pulumi.set(__self__, "administrator", administrator)
368
+ if backup is not None:
369
+ pulumi.set(__self__, "backup", backup)
370
+ if compute is not None:
371
+ pulumi.set(__self__, "compute", compute)
372
+ if high_availability is not None:
373
+ pulumi.set(__self__, "high_availability", high_availability)
374
+ if preview_features is not None:
375
+ pulumi.set(__self__, "preview_features", preview_features)
376
+ if public_network_access is not None:
377
+ pulumi.set(__self__, "public_network_access", public_network_access)
378
+ if server_version is not None:
379
+ pulumi.set(__self__, "server_version", server_version)
380
+ if sharding is not None:
381
+ pulumi.set(__self__, "sharding", sharding)
382
+ if storage is not None:
383
+ pulumi.set(__self__, "storage", storage)
384
+
385
+ @property
386
+ @pulumi.getter(name="clusterStatus")
387
+ def cluster_status(self) -> str:
388
+ """
389
+ The status of the mongo cluster.
390
+ """
391
+ return pulumi.get(self, "cluster_status")
392
+
393
+ @property
394
+ @pulumi.getter(name="connectionString")
395
+ def connection_string(self) -> str:
396
+ """
397
+ The default mongo connection string for the cluster.
398
+ """
399
+ return pulumi.get(self, "connection_string")
400
+
401
+ @property
402
+ @pulumi.getter(name="infrastructureVersion")
403
+ def infrastructure_version(self) -> str:
404
+ """
405
+ The infrastructure version the cluster is provisioned on.
406
+ """
407
+ return pulumi.get(self, "infrastructure_version")
408
+
409
+ @property
410
+ @pulumi.getter(name="privateEndpointConnections")
411
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
412
+ """
413
+ List of private endpoint connections.
414
+ """
415
+ return pulumi.get(self, "private_endpoint_connections")
416
+
417
+ @property
418
+ @pulumi.getter(name="provisioningState")
419
+ def provisioning_state(self) -> str:
420
+ """
421
+ The provisioning state of the mongo cluster.
422
+ """
423
+ return pulumi.get(self, "provisioning_state")
424
+
425
+ @property
426
+ @pulumi.getter
427
+ def replica(self) -> 'outputs.ReplicationPropertiesResponse':
428
+ """
429
+ The replication properties for the mongo cluster
430
+ """
431
+ return pulumi.get(self, "replica")
432
+
433
+ @property
434
+ @pulumi.getter
435
+ def administrator(self) -> Optional['outputs.AdministratorPropertiesResponse']:
436
+ """
437
+ The local administrator properties for the mongo cluster.
438
+ """
439
+ return pulumi.get(self, "administrator")
440
+
441
+ @property
442
+ @pulumi.getter
443
+ def backup(self) -> Optional['outputs.BackupPropertiesResponse']:
444
+ """
445
+ The backup properties of the mongo cluster.
446
+ """
447
+ return pulumi.get(self, "backup")
448
+
449
+ @property
450
+ @pulumi.getter
451
+ def compute(self) -> Optional['outputs.ComputePropertiesResponse']:
452
+ """
453
+ The compute properties of the mongo cluster.
454
+ """
455
+ return pulumi.get(self, "compute")
456
+
457
+ @property
458
+ @pulumi.getter(name="highAvailability")
459
+ def high_availability(self) -> Optional['outputs.HighAvailabilityPropertiesResponse']:
460
+ """
461
+ The high availability properties of the mongo cluster.
462
+ """
463
+ return pulumi.get(self, "high_availability")
464
+
465
+ @property
466
+ @pulumi.getter(name="previewFeatures")
467
+ def preview_features(self) -> Optional[Sequence[str]]:
468
+ """
469
+ List of private endpoint connections.
470
+ """
471
+ return pulumi.get(self, "preview_features")
472
+
473
+ @property
474
+ @pulumi.getter(name="publicNetworkAccess")
475
+ def public_network_access(self) -> Optional[str]:
476
+ """
477
+ Whether or not public endpoint access is allowed for this mongo cluster.
478
+ """
479
+ return pulumi.get(self, "public_network_access")
480
+
481
+ @property
482
+ @pulumi.getter(name="serverVersion")
483
+ def server_version(self) -> Optional[str]:
484
+ """
485
+ The Mongo DB server version. Defaults to the latest available version if not specified.
486
+ """
487
+ return pulumi.get(self, "server_version")
488
+
489
+ @property
490
+ @pulumi.getter
491
+ def sharding(self) -> Optional['outputs.ShardingPropertiesResponse']:
492
+ """
493
+ The sharding properties of the mongo cluster.
494
+ """
495
+ return pulumi.get(self, "sharding")
496
+
497
+ @property
498
+ @pulumi.getter
499
+ def storage(self) -> Optional['outputs.StoragePropertiesResponse']:
500
+ """
501
+ The storage properties of the mongo cluster.
502
+ """
503
+ return pulumi.get(self, "storage")
504
+
505
+
506
+ @pulumi.output_type
507
+ class PrivateEndpointConnectionPropertiesResponse(dict):
508
+ """
509
+ Properties of the private endpoint connection.
510
+ """
511
+ @staticmethod
512
+ def __key_warning(key: str):
513
+ suggest = None
514
+ if key == "groupIds":
515
+ suggest = "group_ids"
516
+ elif key == "privateLinkServiceConnectionState":
517
+ suggest = "private_link_service_connection_state"
518
+ elif key == "provisioningState":
519
+ suggest = "provisioning_state"
520
+ elif key == "privateEndpoint":
521
+ suggest = "private_endpoint"
522
+
523
+ if suggest:
524
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
525
+
526
+ def __getitem__(self, key: str) -> Any:
527
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
528
+ return super().__getitem__(key)
529
+
530
+ def get(self, key: str, default = None) -> Any:
531
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
532
+ return super().get(key, default)
533
+
534
+ def __init__(__self__, *,
535
+ group_ids: Sequence[str],
536
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
537
+ provisioning_state: str,
538
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
539
+ """
540
+ Properties of the private endpoint connection.
541
+ :param Sequence[str] group_ids: The group ids for the private endpoint resource.
542
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
543
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
544
+ :param 'PrivateEndpointResponse' private_endpoint: The private endpoint resource.
545
+ """
546
+ pulumi.set(__self__, "group_ids", group_ids)
547
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
548
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
549
+ if private_endpoint is not None:
550
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
551
+
552
+ @property
553
+ @pulumi.getter(name="groupIds")
554
+ def group_ids(self) -> Sequence[str]:
555
+ """
556
+ The group ids for the private endpoint resource.
557
+ """
558
+ return pulumi.get(self, "group_ids")
559
+
560
+ @property
561
+ @pulumi.getter(name="privateLinkServiceConnectionState")
562
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
563
+ """
564
+ A collection of information about the state of the connection between service consumer and provider.
565
+ """
566
+ return pulumi.get(self, "private_link_service_connection_state")
567
+
568
+ @property
569
+ @pulumi.getter(name="provisioningState")
570
+ def provisioning_state(self) -> str:
571
+ """
572
+ The provisioning state of the private endpoint connection resource.
573
+ """
574
+ return pulumi.get(self, "provisioning_state")
575
+
576
+ @property
577
+ @pulumi.getter(name="privateEndpoint")
578
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
579
+ """
580
+ The private endpoint resource.
581
+ """
582
+ return pulumi.get(self, "private_endpoint")
583
+
584
+
585
+ @pulumi.output_type
586
+ class PrivateEndpointConnectionResponse(dict):
587
+ """
588
+ The private endpoint connection resource.
589
+ """
590
+ @staticmethod
591
+ def __key_warning(key: str):
592
+ suggest = None
593
+ if key == "groupIds":
594
+ suggest = "group_ids"
595
+ elif key == "privateLinkServiceConnectionState":
596
+ suggest = "private_link_service_connection_state"
597
+ elif key == "provisioningState":
598
+ suggest = "provisioning_state"
599
+ elif key == "systemData":
600
+ suggest = "system_data"
601
+ elif key == "privateEndpoint":
602
+ suggest = "private_endpoint"
603
+
604
+ if suggest:
605
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
606
+
607
+ def __getitem__(self, key: str) -> Any:
608
+ PrivateEndpointConnectionResponse.__key_warning(key)
609
+ return super().__getitem__(key)
610
+
611
+ def get(self, key: str, default = None) -> Any:
612
+ PrivateEndpointConnectionResponse.__key_warning(key)
613
+ return super().get(key, default)
614
+
615
+ def __init__(__self__, *,
616
+ group_ids: Sequence[str],
617
+ id: str,
618
+ name: str,
619
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
620
+ provisioning_state: str,
621
+ system_data: 'outputs.SystemDataResponse',
622
+ type: str,
623
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
624
+ """
625
+ The private endpoint connection resource.
626
+ :param Sequence[str] group_ids: The group ids for the private endpoint resource.
627
+ :param str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
628
+ :param str name: The name of the resource
629
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
630
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
631
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
632
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
633
+ :param 'PrivateEndpointResponse' private_endpoint: The private endpoint resource.
634
+ """
635
+ pulumi.set(__self__, "group_ids", group_ids)
636
+ pulumi.set(__self__, "id", id)
637
+ pulumi.set(__self__, "name", name)
638
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
639
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
640
+ pulumi.set(__self__, "system_data", system_data)
641
+ pulumi.set(__self__, "type", type)
642
+ if private_endpoint is not None:
643
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
644
+
645
+ @property
646
+ @pulumi.getter(name="groupIds")
647
+ def group_ids(self) -> Sequence[str]:
648
+ """
649
+ The group ids for the private endpoint resource.
650
+ """
651
+ return pulumi.get(self, "group_ids")
652
+
653
+ @property
654
+ @pulumi.getter
655
+ def id(self) -> str:
656
+ """
657
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
658
+ """
659
+ return pulumi.get(self, "id")
660
+
661
+ @property
662
+ @pulumi.getter
663
+ def name(self) -> str:
664
+ """
665
+ The name of the resource
666
+ """
667
+ return pulumi.get(self, "name")
668
+
669
+ @property
670
+ @pulumi.getter(name="privateLinkServiceConnectionState")
671
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
672
+ """
673
+ A collection of information about the state of the connection between service consumer and provider.
674
+ """
675
+ return pulumi.get(self, "private_link_service_connection_state")
676
+
677
+ @property
678
+ @pulumi.getter(name="provisioningState")
679
+ def provisioning_state(self) -> str:
680
+ """
681
+ The provisioning state of the private endpoint connection resource.
682
+ """
683
+ return pulumi.get(self, "provisioning_state")
684
+
685
+ @property
686
+ @pulumi.getter(name="systemData")
687
+ def system_data(self) -> 'outputs.SystemDataResponse':
688
+ """
689
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
690
+ """
691
+ return pulumi.get(self, "system_data")
692
+
693
+ @property
694
+ @pulumi.getter
695
+ def type(self) -> str:
696
+ """
697
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
698
+ """
699
+ return pulumi.get(self, "type")
700
+
701
+ @property
702
+ @pulumi.getter(name="privateEndpoint")
703
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
704
+ """
705
+ The private endpoint resource.
706
+ """
707
+ return pulumi.get(self, "private_endpoint")
708
+
709
+
710
+ @pulumi.output_type
711
+ class PrivateEndpointResponse(dict):
712
+ """
713
+ The private endpoint resource.
714
+ """
715
+ def __init__(__self__, *,
716
+ id: str):
717
+ """
718
+ The private endpoint resource.
719
+ :param str id: The ARM identifier for private endpoint.
720
+ """
721
+ pulumi.set(__self__, "id", id)
722
+
723
+ @property
724
+ @pulumi.getter
725
+ def id(self) -> str:
726
+ """
727
+ The ARM identifier for private endpoint.
728
+ """
729
+ return pulumi.get(self, "id")
730
+
731
+
732
+ @pulumi.output_type
733
+ class PrivateLinkServiceConnectionStateResponse(dict):
734
+ """
735
+ A collection of information about the state of the connection between service consumer and provider.
736
+ """
737
+ @staticmethod
738
+ def __key_warning(key: str):
739
+ suggest = None
740
+ if key == "actionsRequired":
741
+ suggest = "actions_required"
742
+
743
+ if suggest:
744
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
745
+
746
+ def __getitem__(self, key: str) -> Any:
747
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
748
+ return super().__getitem__(key)
749
+
750
+ def get(self, key: str, default = None) -> Any:
751
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
752
+ return super().get(key, default)
753
+
754
+ def __init__(__self__, *,
755
+ actions_required: Optional[str] = None,
756
+ description: Optional[str] = None,
757
+ status: Optional[str] = None):
758
+ """
759
+ A collection of information about the state of the connection between service consumer and provider.
760
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
761
+ :param str description: The reason for approval/rejection of the connection.
762
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
763
+ """
764
+ if actions_required is not None:
765
+ pulumi.set(__self__, "actions_required", actions_required)
766
+ if description is not None:
767
+ pulumi.set(__self__, "description", description)
768
+ if status is not None:
769
+ pulumi.set(__self__, "status", status)
770
+
771
+ @property
772
+ @pulumi.getter(name="actionsRequired")
773
+ def actions_required(self) -> Optional[str]:
774
+ """
775
+ A message indicating if changes on the service provider require any updates on the consumer.
776
+ """
777
+ return pulumi.get(self, "actions_required")
778
+
779
+ @property
780
+ @pulumi.getter
781
+ def description(self) -> Optional[str]:
782
+ """
783
+ The reason for approval/rejection of the connection.
784
+ """
785
+ return pulumi.get(self, "description")
786
+
787
+ @property
788
+ @pulumi.getter
789
+ def status(self) -> Optional[str]:
790
+ """
791
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
792
+ """
793
+ return pulumi.get(self, "status")
794
+
795
+
796
+ @pulumi.output_type
797
+ class ReplicationPropertiesResponse(dict):
798
+ """
799
+ Replica properties of the mongo cluster.
800
+ """
801
+ @staticmethod
802
+ def __key_warning(key: str):
803
+ suggest = None
804
+ if key == "replicationState":
805
+ suggest = "replication_state"
806
+ elif key == "sourceResourceId":
807
+ suggest = "source_resource_id"
808
+
809
+ if suggest:
810
+ pulumi.log.warn(f"Key '{key}' not found in ReplicationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
811
+
812
+ def __getitem__(self, key: str) -> Any:
813
+ ReplicationPropertiesResponse.__key_warning(key)
814
+ return super().__getitem__(key)
815
+
816
+ def get(self, key: str, default = None) -> Any:
817
+ ReplicationPropertiesResponse.__key_warning(key)
818
+ return super().get(key, default)
819
+
820
+ def __init__(__self__, *,
821
+ replication_state: str,
822
+ role: str,
823
+ source_resource_id: str):
824
+ """
825
+ Replica properties of the mongo cluster.
826
+ :param str replication_state: The replication link state of the replica cluster.
827
+ :param str role: The replication role of the cluster
828
+ :param str source_resource_id: The resource id the source cluster for the replica cluster.
829
+ """
830
+ pulumi.set(__self__, "replication_state", replication_state)
831
+ pulumi.set(__self__, "role", role)
832
+ pulumi.set(__self__, "source_resource_id", source_resource_id)
833
+
834
+ @property
835
+ @pulumi.getter(name="replicationState")
836
+ def replication_state(self) -> str:
837
+ """
838
+ The replication link state of the replica cluster.
839
+ """
840
+ return pulumi.get(self, "replication_state")
841
+
842
+ @property
843
+ @pulumi.getter
844
+ def role(self) -> str:
845
+ """
846
+ The replication role of the cluster
847
+ """
848
+ return pulumi.get(self, "role")
849
+
850
+ @property
851
+ @pulumi.getter(name="sourceResourceId")
852
+ def source_resource_id(self) -> str:
853
+ """
854
+ The resource id the source cluster for the replica cluster.
855
+ """
856
+ return pulumi.get(self, "source_resource_id")
857
+
858
+
859
+ @pulumi.output_type
860
+ class ShardingPropertiesResponse(dict):
861
+ """
862
+ The sharding properties of the cluster. This includes the shard count and scaling options for the cluster.
863
+ """
864
+ @staticmethod
865
+ def __key_warning(key: str):
866
+ suggest = None
867
+ if key == "shardCount":
868
+ suggest = "shard_count"
869
+
870
+ if suggest:
871
+ pulumi.log.warn(f"Key '{key}' not found in ShardingPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
872
+
873
+ def __getitem__(self, key: str) -> Any:
874
+ ShardingPropertiesResponse.__key_warning(key)
875
+ return super().__getitem__(key)
876
+
877
+ def get(self, key: str, default = None) -> Any:
878
+ ShardingPropertiesResponse.__key_warning(key)
879
+ return super().get(key, default)
880
+
881
+ def __init__(__self__, *,
882
+ shard_count: Optional[int] = None):
883
+ """
884
+ The sharding properties of the cluster. This includes the shard count and scaling options for the cluster.
885
+ :param int shard_count: Number of shards to provision on the cluster.
886
+ """
887
+ if shard_count is not None:
888
+ pulumi.set(__self__, "shard_count", shard_count)
889
+
890
+ @property
891
+ @pulumi.getter(name="shardCount")
892
+ def shard_count(self) -> Optional[int]:
893
+ """
894
+ Number of shards to provision on the cluster.
895
+ """
896
+ return pulumi.get(self, "shard_count")
897
+
898
+
899
+ @pulumi.output_type
900
+ class StoragePropertiesResponse(dict):
901
+ """
902
+ The storage properties of the cluster. This includes the data storage size and scaling applied to servers in the cluster.
903
+ """
904
+ @staticmethod
905
+ def __key_warning(key: str):
906
+ suggest = None
907
+ if key == "sizeGb":
908
+ suggest = "size_gb"
909
+
910
+ if suggest:
911
+ pulumi.log.warn(f"Key '{key}' not found in StoragePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
912
+
913
+ def __getitem__(self, key: str) -> Any:
914
+ StoragePropertiesResponse.__key_warning(key)
915
+ return super().__getitem__(key)
916
+
917
+ def get(self, key: str, default = None) -> Any:
918
+ StoragePropertiesResponse.__key_warning(key)
919
+ return super().get(key, default)
920
+
921
+ def __init__(__self__, *,
922
+ size_gb: Optional[float] = None):
923
+ """
924
+ The storage properties of the cluster. This includes the data storage size and scaling applied to servers in the cluster.
925
+ :param float size_gb: The size of the data disk assigned to each server.
926
+ """
927
+ if size_gb is not None:
928
+ pulumi.set(__self__, "size_gb", size_gb)
929
+
930
+ @property
931
+ @pulumi.getter(name="sizeGb")
932
+ def size_gb(self) -> Optional[float]:
933
+ """
934
+ The size of the data disk assigned to each server.
935
+ """
936
+ return pulumi.get(self, "size_gb")
937
+
938
+
939
+ @pulumi.output_type
940
+ class SystemDataResponse(dict):
941
+ """
942
+ Metadata pertaining to creation and last modification of the resource.
943
+ """
944
+ @staticmethod
945
+ def __key_warning(key: str):
946
+ suggest = None
947
+ if key == "createdAt":
948
+ suggest = "created_at"
949
+ elif key == "createdBy":
950
+ suggest = "created_by"
951
+ elif key == "createdByType":
952
+ suggest = "created_by_type"
953
+ elif key == "lastModifiedAt":
954
+ suggest = "last_modified_at"
955
+ elif key == "lastModifiedBy":
956
+ suggest = "last_modified_by"
957
+ elif key == "lastModifiedByType":
958
+ suggest = "last_modified_by_type"
959
+
960
+ if suggest:
961
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
962
+
963
+ def __getitem__(self, key: str) -> Any:
964
+ SystemDataResponse.__key_warning(key)
965
+ return super().__getitem__(key)
966
+
967
+ def get(self, key: str, default = None) -> Any:
968
+ SystemDataResponse.__key_warning(key)
969
+ return super().get(key, default)
970
+
971
+ def __init__(__self__, *,
972
+ created_at: Optional[str] = None,
973
+ created_by: Optional[str] = None,
974
+ created_by_type: Optional[str] = None,
975
+ last_modified_at: Optional[str] = None,
976
+ last_modified_by: Optional[str] = None,
977
+ last_modified_by_type: Optional[str] = None):
978
+ """
979
+ Metadata pertaining to creation and last modification of the resource.
980
+ :param str created_at: The timestamp of resource creation (UTC).
981
+ :param str created_by: The identity that created the resource.
982
+ :param str created_by_type: The type of identity that created the resource.
983
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
984
+ :param str last_modified_by: The identity that last modified the resource.
985
+ :param str last_modified_by_type: The type of identity that last modified the resource.
986
+ """
987
+ if created_at is not None:
988
+ pulumi.set(__self__, "created_at", created_at)
989
+ if created_by is not None:
990
+ pulumi.set(__self__, "created_by", created_by)
991
+ if created_by_type is not None:
992
+ pulumi.set(__self__, "created_by_type", created_by_type)
993
+ if last_modified_at is not None:
994
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
995
+ if last_modified_by is not None:
996
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
997
+ if last_modified_by_type is not None:
998
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
999
+
1000
+ @property
1001
+ @pulumi.getter(name="createdAt")
1002
+ def created_at(self) -> Optional[str]:
1003
+ """
1004
+ The timestamp of resource creation (UTC).
1005
+ """
1006
+ return pulumi.get(self, "created_at")
1007
+
1008
+ @property
1009
+ @pulumi.getter(name="createdBy")
1010
+ def created_by(self) -> Optional[str]:
1011
+ """
1012
+ The identity that created the resource.
1013
+ """
1014
+ return pulumi.get(self, "created_by")
1015
+
1016
+ @property
1017
+ @pulumi.getter(name="createdByType")
1018
+ def created_by_type(self) -> Optional[str]:
1019
+ """
1020
+ The type of identity that created the resource.
1021
+ """
1022
+ return pulumi.get(self, "created_by_type")
1023
+
1024
+ @property
1025
+ @pulumi.getter(name="lastModifiedAt")
1026
+ def last_modified_at(self) -> Optional[str]:
1027
+ """
1028
+ The timestamp of resource last modification (UTC)
1029
+ """
1030
+ return pulumi.get(self, "last_modified_at")
1031
+
1032
+ @property
1033
+ @pulumi.getter(name="lastModifiedBy")
1034
+ def last_modified_by(self) -> Optional[str]:
1035
+ """
1036
+ The identity that last modified the resource.
1037
+ """
1038
+ return pulumi.get(self, "last_modified_by")
1039
+
1040
+ @property
1041
+ @pulumi.getter(name="lastModifiedByType")
1042
+ def last_modified_by_type(self) -> Optional[str]:
1043
+ """
1044
+ The type of identity that last modified the resource.
1045
+ """
1046
+ return pulumi.get(self, "last_modified_by_type")
1047
+
1048
+