pulumi-azure-native 2.41.0__py3-none-any.whl → 2.41.0a1715601087__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 (288) hide show
  1. pulumi_azure_native/__init__.py +0 -57
  2. pulumi_azure_native/chaos/__init__.py +0 -3
  3. pulumi_azure_native/chaos/capability.py +3 -3
  4. pulumi_azure_native/chaos/experiment.py +3 -3
  5. pulumi_azure_native/chaos/get_capability.py +2 -2
  6. pulumi_azure_native/chaos/get_experiment.py +2 -2
  7. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  8. pulumi_azure_native/chaos/get_private_access.py +0 -4
  9. pulumi_azure_native/chaos/get_target.py +2 -2
  10. pulumi_azure_native/chaos/private_access.py +1 -5
  11. pulumi_azure_native/chaos/target.py +3 -3
  12. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  13. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  14. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  19. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  20. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  21. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  22. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  23. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  24. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  25. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  26. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  27. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  28. pulumi_azure_native/cognitiveservices/__init__.py +0 -3
  29. pulumi_azure_native/cognitiveservices/account.py +3 -3
  30. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  31. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  32. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  33. pulumi_azure_native/cognitiveservices/encryption_scope.py +1 -5
  34. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  35. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  36. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  37. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  38. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +0 -4
  39. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  40. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +0 -4
  41. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +0 -4
  42. pulumi_azure_native/cognitiveservices/get_rai_policy.py +0 -4
  43. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  44. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  45. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  46. pulumi_azure_native/cognitiveservices/rai_blocklist.py +1 -5
  47. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +1 -5
  48. pulumi_azure_native/cognitiveservices/rai_policy.py +1 -5
  49. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  50. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  51. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  52. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  53. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  54. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  55. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  57. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  58. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  59. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  60. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  61. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  62. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  63. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  67. pulumi_azure_native/datafactory/_enums.py +0 -1
  68. pulumi_azure_native/datafactory/_inputs.py +14 -46
  69. pulumi_azure_native/datafactory/outputs.py +11 -35
  70. pulumi_azure_native/datafactory/v20180601/_enums.py +0 -1
  71. pulumi_azure_native/datafactory/v20180601/_inputs.py +14 -46
  72. pulumi_azure_native/datafactory/v20180601/outputs.py +11 -35
  73. pulumi_azure_native/dbforpostgresql/v20230302preview/_enums.py +0 -12
  74. pulumi_azure_native/dbforpostgresql/v20230302preview/_inputs.py +0 -90
  75. pulumi_azure_native/dbforpostgresql/v20230302preview/cluster.py +0 -78
  76. pulumi_azure_native/dbforpostgresql/v20230302preview/get_cluster.py +1 -53
  77. pulumi_azure_native/dbforpostgresql/v20230302preview/outputs.py +0 -165
  78. pulumi_azure_native/desktopvirtualization/__init__.py +0 -3
  79. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  80. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  81. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  82. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  83. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  84. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  85. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  86. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  87. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  88. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  89. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  90. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  91. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  92. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  93. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  94. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  95. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  96. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  97. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  98. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  99. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  100. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  101. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  102. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  103. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  104. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  105. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  106. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  107. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  108. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  109. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  110. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  111. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  112. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  113. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  114. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  115. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  116. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  117. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  118. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  119. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  120. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  121. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  122. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  123. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  124. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  125. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  126. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  127. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  128. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  129. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  130. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  131. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  132. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  133. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  134. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  135. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  136. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  137. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  138. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  139. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  140. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  141. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  142. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  143. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  144. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  145. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  146. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  147. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  148. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  149. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  150. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  151. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  152. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  153. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  154. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  155. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  156. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  157. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  158. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  159. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  160. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  161. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  162. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  163. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  164. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  165. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  166. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  167. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  168. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  169. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  170. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  171. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  172. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  173. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  174. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  175. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  176. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  177. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  178. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  179. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  180. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  181. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  182. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  183. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  184. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  185. pulumi_azure_native/documentdb/__init__.py +0 -5
  186. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  187. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  188. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  189. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  190. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  191. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  192. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  193. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  194. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  195. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  196. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  197. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  198. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  199. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  200. pulumi_azure_native/monitor/_enums.py +0 -9
  201. pulumi_azure_native/monitor/azure_monitor_workspace.py +2 -22
  202. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +1 -1
  203. pulumi_azure_native/monitor/v20230403/__init__.py +0 -1
  204. pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +2 -22
  205. pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py +1 -1
  206. pulumi_azure_native/monitor/v20230403/outputs.py +0 -1
  207. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715601087.dist-info}/METADATA +1 -1
  208. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715601087.dist-info}/RECORD +210 -288
  209. pulumi_azure_native/chaos/v20240322preview/__init__.py +0 -19
  210. pulumi_azure_native/chaos/v20240322preview/_enums.py +0 -53
  211. pulumi_azure_native/chaos/v20240322preview/_inputs.py +0 -746
  212. pulumi_azure_native/chaos/v20240322preview/capability.py +0 -258
  213. pulumi_azure_native/chaos/v20240322preview/experiment.py +0 -283
  214. pulumi_azure_native/chaos/v20240322preview/get_capability.py +0 -151
  215. pulumi_azure_native/chaos/v20240322preview/get_experiment.py +0 -170
  216. pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py +0 -188
  217. pulumi_azure_native/chaos/v20240322preview/get_private_access.py +0 -183
  218. pulumi_azure_native/chaos/v20240322preview/get_target.py +0 -159
  219. pulumi_azure_native/chaos/v20240322preview/outputs.py +0 -1556
  220. pulumi_azure_native/chaos/v20240322preview/private_access.py +0 -272
  221. pulumi_azure_native/chaos/v20240322preview/target.py +0 -286
  222. pulumi_azure_native/cognitiveservices/v20240401preview/__init__.py +0 -31
  223. pulumi_azure_native/cognitiveservices/v20240401preview/_enums.py +0 -155
  224. pulumi_azure_native/cognitiveservices/v20240401preview/_inputs.py +0 -1871
  225. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +0 -350
  226. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +0 -342
  227. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +0 -253
  228. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +0 -284
  229. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +0 -255
  230. pulumi_azure_native/cognitiveservices/v20240401preview/get_account.py +0 -209
  231. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan.py +0 -201
  232. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan_association.py +0 -162
  233. pulumi_azure_native/cognitiveservices/v20240401preview/get_deployment.py +0 -175
  234. pulumi_azure_native/cognitiveservices/v20240401preview/get_encryption_scope.py +0 -162
  235. pulumi_azure_native/cognitiveservices/v20240401preview/get_private_endpoint_connection.py +0 -162
  236. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist.py +0 -162
  237. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist_item.py +0 -167
  238. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_policy.py +0 -162
  239. pulumi_azure_native/cognitiveservices/v20240401preview/get_shared_commitment_plan.py +0 -196
  240. pulumi_azure_native/cognitiveservices/v20240401preview/list_account_keys.py +0 -91
  241. pulumi_azure_native/cognitiveservices/v20240401preview/outputs.py +0 -3208
  242. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +0 -255
  243. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +0 -254
  244. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +0 -275
  245. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +0 -255
  246. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +0 -321
  247. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +0 -32
  248. pulumi_azure_native/desktopvirtualization/v20240403/_enums.py +0 -265
  249. pulumi_azure_native/desktopvirtualization/v20240403/_inputs.py +0 -1332
  250. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +0 -254
  251. pulumi_azure_native/desktopvirtualization/v20240403/application.py +0 -536
  252. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +0 -532
  253. pulumi_azure_native/desktopvirtualization/v20240403/get_app_attach_package.py +0 -157
  254. pulumi_azure_native/desktopvirtualization/v20240403/get_application.py +0 -305
  255. pulumi_azure_native/desktopvirtualization/v20240403/get_application_group.py +0 -317
  256. pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool.py +0 -525
  257. pulumi_azure_native/desktopvirtualization/v20240403/get_msix_package.py +0 -266
  258. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py +0 -175
  259. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py +0 -175
  260. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan.py +0 -317
  261. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_personal_schedule.py +0 -461
  262. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_pooled_schedule.py +0 -344
  263. pulumi_azure_native/desktopvirtualization/v20240403/get_workspace.py +0 -304
  264. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +0 -959
  265. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +0 -505
  266. pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +0 -1651
  267. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +0 -247
  268. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +0 -247
  269. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +0 -573
  270. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +0 -957
  271. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +0 -680
  272. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +0 -501
  273. pulumi_azure_native/documentdb/firewall_rule.py +0 -257
  274. pulumi_azure_native/documentdb/get_firewall_rule.py +0 -164
  275. pulumi_azure_native/documentdb/v20240301preview/__init__.py +0 -17
  276. pulumi_azure_native/documentdb/v20240301preview/_enums.py +0 -59
  277. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +0 -202
  278. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +0 -255
  279. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +0 -162
  280. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +0 -261
  281. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +0 -175
  282. pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py +0 -79
  283. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +0 -450
  284. pulumi_azure_native/documentdb/v20240301preview/outputs.py +0 -507
  285. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +0 -245
  286. pulumi_azure_native/monitor/v20230403/_enums.py +0 -17
  287. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715601087.dist-info}/WHEEL +0 -0
  288. {pulumi_azure_native-2.41.0.dist-info → pulumi_azure_native-2.41.0a1715601087.dist-info}/top_level.txt +0 -0
@@ -1,257 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
-
13
- __all__ = ['FirewallRuleArgs', 'FirewallRule']
14
-
15
- @pulumi.input_type
16
- class FirewallRuleArgs:
17
- def __init__(__self__, *,
18
- end_ip_address: pulumi.Input[str],
19
- mongo_cluster_name: pulumi.Input[str],
20
- resource_group_name: pulumi.Input[str],
21
- start_ip_address: pulumi.Input[str],
22
- firewall_rule_name: Optional[pulumi.Input[str]] = None):
23
- """
24
- The set of arguments for constructing a FirewallRule resource.
25
- :param pulumi.Input[str] end_ip_address: The end IP address of the mongo cluster firewall rule. Must be IPv4 format.
26
- :param pulumi.Input[str] mongo_cluster_name: The name of the mongo cluster.
27
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
28
- :param pulumi.Input[str] start_ip_address: The start IP address of the mongo cluster firewall rule. Must be IPv4 format.
29
- :param pulumi.Input[str] firewall_rule_name: The name of the mongo cluster firewall rule.
30
- """
31
- pulumi.set(__self__, "end_ip_address", end_ip_address)
32
- pulumi.set(__self__, "mongo_cluster_name", mongo_cluster_name)
33
- pulumi.set(__self__, "resource_group_name", resource_group_name)
34
- pulumi.set(__self__, "start_ip_address", start_ip_address)
35
- if firewall_rule_name is not None:
36
- pulumi.set(__self__, "firewall_rule_name", firewall_rule_name)
37
-
38
- @property
39
- @pulumi.getter(name="endIpAddress")
40
- def end_ip_address(self) -> pulumi.Input[str]:
41
- """
42
- The end IP address of the mongo cluster firewall rule. Must be IPv4 format.
43
- """
44
- return pulumi.get(self, "end_ip_address")
45
-
46
- @end_ip_address.setter
47
- def end_ip_address(self, value: pulumi.Input[str]):
48
- pulumi.set(self, "end_ip_address", value)
49
-
50
- @property
51
- @pulumi.getter(name="mongoClusterName")
52
- def mongo_cluster_name(self) -> pulumi.Input[str]:
53
- """
54
- The name of the mongo cluster.
55
- """
56
- return pulumi.get(self, "mongo_cluster_name")
57
-
58
- @mongo_cluster_name.setter
59
- def mongo_cluster_name(self, value: pulumi.Input[str]):
60
- pulumi.set(self, "mongo_cluster_name", value)
61
-
62
- @property
63
- @pulumi.getter(name="resourceGroupName")
64
- def resource_group_name(self) -> pulumi.Input[str]:
65
- """
66
- The name of the resource group. The name is case insensitive.
67
- """
68
- return pulumi.get(self, "resource_group_name")
69
-
70
- @resource_group_name.setter
71
- def resource_group_name(self, value: pulumi.Input[str]):
72
- pulumi.set(self, "resource_group_name", value)
73
-
74
- @property
75
- @pulumi.getter(name="startIpAddress")
76
- def start_ip_address(self) -> pulumi.Input[str]:
77
- """
78
- The start IP address of the mongo cluster firewall rule. Must be IPv4 format.
79
- """
80
- return pulumi.get(self, "start_ip_address")
81
-
82
- @start_ip_address.setter
83
- def start_ip_address(self, value: pulumi.Input[str]):
84
- pulumi.set(self, "start_ip_address", value)
85
-
86
- @property
87
- @pulumi.getter(name="firewallRuleName")
88
- def firewall_rule_name(self) -> Optional[pulumi.Input[str]]:
89
- """
90
- The name of the mongo cluster firewall rule.
91
- """
92
- return pulumi.get(self, "firewall_rule_name")
93
-
94
- @firewall_rule_name.setter
95
- def firewall_rule_name(self, value: Optional[pulumi.Input[str]]):
96
- pulumi.set(self, "firewall_rule_name", value)
97
-
98
-
99
- class FirewallRule(pulumi.CustomResource):
100
- @overload
101
- def __init__(__self__,
102
- resource_name: str,
103
- opts: Optional[pulumi.ResourceOptions] = None,
104
- end_ip_address: Optional[pulumi.Input[str]] = None,
105
- firewall_rule_name: Optional[pulumi.Input[str]] = None,
106
- mongo_cluster_name: Optional[pulumi.Input[str]] = None,
107
- resource_group_name: Optional[pulumi.Input[str]] = None,
108
- start_ip_address: Optional[pulumi.Input[str]] = None,
109
- __props__=None):
110
- """
111
- Represents a mongo cluster firewall rule.
112
- Azure REST API version: 2024-03-01-preview.
113
-
114
- :param str resource_name: The name of the resource.
115
- :param pulumi.ResourceOptions opts: Options for the resource.
116
- :param pulumi.Input[str] end_ip_address: The end IP address of the mongo cluster firewall rule. Must be IPv4 format.
117
- :param pulumi.Input[str] firewall_rule_name: The name of the mongo cluster firewall rule.
118
- :param pulumi.Input[str] mongo_cluster_name: The name of the mongo cluster.
119
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
120
- :param pulumi.Input[str] start_ip_address: The start IP address of the mongo cluster firewall rule. Must be IPv4 format.
121
- """
122
- ...
123
- @overload
124
- def __init__(__self__,
125
- resource_name: str,
126
- args: FirewallRuleArgs,
127
- opts: Optional[pulumi.ResourceOptions] = None):
128
- """
129
- Represents a mongo cluster firewall rule.
130
- Azure REST API version: 2024-03-01-preview.
131
-
132
- :param str resource_name: The name of the resource.
133
- :param FirewallRuleArgs args: The arguments to use to populate this resource's properties.
134
- :param pulumi.ResourceOptions opts: Options for the resource.
135
- """
136
- ...
137
- def __init__(__self__, resource_name: str, *args, **kwargs):
138
- resource_args, opts = _utilities.get_resource_args_opts(FirewallRuleArgs, pulumi.ResourceOptions, *args, **kwargs)
139
- if resource_args is not None:
140
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
141
- else:
142
- __self__._internal_init(resource_name, *args, **kwargs)
143
-
144
- def _internal_init(__self__,
145
- resource_name: str,
146
- opts: Optional[pulumi.ResourceOptions] = None,
147
- end_ip_address: Optional[pulumi.Input[str]] = None,
148
- firewall_rule_name: Optional[pulumi.Input[str]] = None,
149
- mongo_cluster_name: Optional[pulumi.Input[str]] = None,
150
- resource_group_name: Optional[pulumi.Input[str]] = None,
151
- start_ip_address: Optional[pulumi.Input[str]] = None,
152
- __props__=None):
153
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
154
- if not isinstance(opts, pulumi.ResourceOptions):
155
- raise TypeError('Expected resource options to be a ResourceOptions instance')
156
- if opts.id is None:
157
- if __props__ is not None:
158
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
159
- __props__ = FirewallRuleArgs.__new__(FirewallRuleArgs)
160
-
161
- if end_ip_address is None and not opts.urn:
162
- raise TypeError("Missing required property 'end_ip_address'")
163
- __props__.__dict__["end_ip_address"] = end_ip_address
164
- __props__.__dict__["firewall_rule_name"] = firewall_rule_name
165
- if mongo_cluster_name is None and not opts.urn:
166
- raise TypeError("Missing required property 'mongo_cluster_name'")
167
- __props__.__dict__["mongo_cluster_name"] = mongo_cluster_name
168
- if resource_group_name is None and not opts.urn:
169
- raise TypeError("Missing required property 'resource_group_name'")
170
- __props__.__dict__["resource_group_name"] = resource_group_name
171
- if start_ip_address is None and not opts.urn:
172
- raise TypeError("Missing required property 'start_ip_address'")
173
- __props__.__dict__["start_ip_address"] = start_ip_address
174
- __props__.__dict__["name"] = None
175
- __props__.__dict__["provisioning_state"] = None
176
- __props__.__dict__["system_data"] = None
177
- __props__.__dict__["type"] = None
178
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:documentdb/v20230301preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230315preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20230915preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20231115preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240215preview:FirewallRule"), pulumi.Alias(type_="azure-native:documentdb/v20240301preview:FirewallRule")])
179
- opts = pulumi.ResourceOptions.merge(opts, alias_opts)
180
- super(FirewallRule, __self__).__init__(
181
- 'azure-native:documentdb:FirewallRule',
182
- resource_name,
183
- __props__,
184
- opts)
185
-
186
- @staticmethod
187
- def get(resource_name: str,
188
- id: pulumi.Input[str],
189
- opts: Optional[pulumi.ResourceOptions] = None) -> 'FirewallRule':
190
- """
191
- Get an existing FirewallRule resource's state with the given name, id, and optional extra
192
- properties used to qualify the lookup.
193
-
194
- :param str resource_name: The unique name of the resulting resource.
195
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
196
- :param pulumi.ResourceOptions opts: Options for the resource.
197
- """
198
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
199
-
200
- __props__ = FirewallRuleArgs.__new__(FirewallRuleArgs)
201
-
202
- __props__.__dict__["end_ip_address"] = None
203
- __props__.__dict__["name"] = None
204
- __props__.__dict__["provisioning_state"] = None
205
- __props__.__dict__["start_ip_address"] = None
206
- __props__.__dict__["system_data"] = None
207
- __props__.__dict__["type"] = None
208
- return FirewallRule(resource_name, opts=opts, __props__=__props__)
209
-
210
- @property
211
- @pulumi.getter(name="endIpAddress")
212
- def end_ip_address(self) -> pulumi.Output[str]:
213
- """
214
- The end IP address of the mongo cluster firewall rule. Must be IPv4 format.
215
- """
216
- return pulumi.get(self, "end_ip_address")
217
-
218
- @property
219
- @pulumi.getter
220
- def name(self) -> pulumi.Output[str]:
221
- """
222
- The name of the resource
223
- """
224
- return pulumi.get(self, "name")
225
-
226
- @property
227
- @pulumi.getter(name="provisioningState")
228
- def provisioning_state(self) -> pulumi.Output[str]:
229
- """
230
- The provisioning state of the firewall rule.
231
- """
232
- return pulumi.get(self, "provisioning_state")
233
-
234
- @property
235
- @pulumi.getter(name="startIpAddress")
236
- def start_ip_address(self) -> pulumi.Output[str]:
237
- """
238
- The start IP address of the mongo cluster firewall rule. Must be IPv4 format.
239
- """
240
- return pulumi.get(self, "start_ip_address")
241
-
242
- @property
243
- @pulumi.getter(name="systemData")
244
- def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
245
- """
246
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
247
- """
248
- return pulumi.get(self, "system_data")
249
-
250
- @property
251
- @pulumi.getter
252
- def type(self) -> pulumi.Output[str]:
253
- """
254
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
255
- """
256
- return pulumi.get(self, "type")
257
-
@@ -1,164 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from .. import _utilities
11
- from . import outputs
12
-
13
- __all__ = [
14
- 'GetFirewallRuleResult',
15
- 'AwaitableGetFirewallRuleResult',
16
- 'get_firewall_rule',
17
- 'get_firewall_rule_output',
18
- ]
19
-
20
- @pulumi.output_type
21
- class GetFirewallRuleResult:
22
- """
23
- Represents a mongo cluster firewall rule.
24
- """
25
- def __init__(__self__, end_ip_address=None, id=None, name=None, provisioning_state=None, start_ip_address=None, system_data=None, type=None):
26
- if end_ip_address and not isinstance(end_ip_address, str):
27
- raise TypeError("Expected argument 'end_ip_address' to be a str")
28
- pulumi.set(__self__, "end_ip_address", end_ip_address)
29
- if id and not isinstance(id, str):
30
- raise TypeError("Expected argument 'id' to be a str")
31
- pulumi.set(__self__, "id", id)
32
- if name and not isinstance(name, str):
33
- raise TypeError("Expected argument 'name' to be a str")
34
- pulumi.set(__self__, "name", name)
35
- if provisioning_state and not isinstance(provisioning_state, str):
36
- raise TypeError("Expected argument 'provisioning_state' to be a str")
37
- pulumi.set(__self__, "provisioning_state", provisioning_state)
38
- if start_ip_address and not isinstance(start_ip_address, str):
39
- raise TypeError("Expected argument 'start_ip_address' to be a str")
40
- pulumi.set(__self__, "start_ip_address", start_ip_address)
41
- if system_data and not isinstance(system_data, dict):
42
- raise TypeError("Expected argument 'system_data' to be a dict")
43
- pulumi.set(__self__, "system_data", system_data)
44
- if type and not isinstance(type, str):
45
- raise TypeError("Expected argument 'type' to be a str")
46
- pulumi.set(__self__, "type", type)
47
-
48
- @property
49
- @pulumi.getter(name="endIpAddress")
50
- def end_ip_address(self) -> str:
51
- """
52
- The end IP address of the mongo cluster firewall rule. Must be IPv4 format.
53
- """
54
- return pulumi.get(self, "end_ip_address")
55
-
56
- @property
57
- @pulumi.getter
58
- def id(self) -> str:
59
- """
60
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
61
- """
62
- return pulumi.get(self, "id")
63
-
64
- @property
65
- @pulumi.getter
66
- def name(self) -> str:
67
- """
68
- The name of the resource
69
- """
70
- return pulumi.get(self, "name")
71
-
72
- @property
73
- @pulumi.getter(name="provisioningState")
74
- def provisioning_state(self) -> str:
75
- """
76
- The provisioning state of the firewall rule.
77
- """
78
- return pulumi.get(self, "provisioning_state")
79
-
80
- @property
81
- @pulumi.getter(name="startIpAddress")
82
- def start_ip_address(self) -> str:
83
- """
84
- The start IP address of the mongo cluster firewall rule. Must be IPv4 format.
85
- """
86
- return pulumi.get(self, "start_ip_address")
87
-
88
- @property
89
- @pulumi.getter(name="systemData")
90
- def system_data(self) -> 'outputs.SystemDataResponse':
91
- """
92
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
93
- """
94
- return pulumi.get(self, "system_data")
95
-
96
- @property
97
- @pulumi.getter
98
- def type(self) -> str:
99
- """
100
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
101
- """
102
- return pulumi.get(self, "type")
103
-
104
-
105
- class AwaitableGetFirewallRuleResult(GetFirewallRuleResult):
106
- # pylint: disable=using-constant-test
107
- def __await__(self):
108
- if False:
109
- yield self
110
- return GetFirewallRuleResult(
111
- end_ip_address=self.end_ip_address,
112
- id=self.id,
113
- name=self.name,
114
- provisioning_state=self.provisioning_state,
115
- start_ip_address=self.start_ip_address,
116
- system_data=self.system_data,
117
- type=self.type)
118
-
119
-
120
- def get_firewall_rule(firewall_rule_name: Optional[str] = None,
121
- mongo_cluster_name: Optional[str] = None,
122
- resource_group_name: Optional[str] = None,
123
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFirewallRuleResult:
124
- """
125
- Gets information about a mongo cluster firewall rule.
126
- Azure REST API version: 2024-03-01-preview.
127
-
128
-
129
- :param str firewall_rule_name: The name of the mongo cluster firewall rule.
130
- :param str mongo_cluster_name: The name of the mongo cluster.
131
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
132
- """
133
- __args__ = dict()
134
- __args__['firewallRuleName'] = firewall_rule_name
135
- __args__['mongoClusterName'] = mongo_cluster_name
136
- __args__['resourceGroupName'] = resource_group_name
137
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
138
- __ret__ = pulumi.runtime.invoke('azure-native:documentdb:getFirewallRule', __args__, opts=opts, typ=GetFirewallRuleResult).value
139
-
140
- return AwaitableGetFirewallRuleResult(
141
- end_ip_address=pulumi.get(__ret__, 'end_ip_address'),
142
- id=pulumi.get(__ret__, 'id'),
143
- name=pulumi.get(__ret__, 'name'),
144
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
145
- start_ip_address=pulumi.get(__ret__, 'start_ip_address'),
146
- system_data=pulumi.get(__ret__, 'system_data'),
147
- type=pulumi.get(__ret__, 'type'))
148
-
149
-
150
- @_utilities.lift_output_func(get_firewall_rule)
151
- def get_firewall_rule_output(firewall_rule_name: Optional[pulumi.Input[str]] = None,
152
- mongo_cluster_name: Optional[pulumi.Input[str]] = None,
153
- resource_group_name: Optional[pulumi.Input[str]] = None,
154
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetFirewallRuleResult]:
155
- """
156
- Gets information about a mongo cluster firewall rule.
157
- Azure REST API version: 2024-03-01-preview.
158
-
159
-
160
- :param str firewall_rule_name: The name of the mongo cluster firewall rule.
161
- :param str mongo_cluster_name: The name of the mongo cluster.
162
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
163
- """
164
- ...
@@ -1,17 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from ... import _utilities
6
- import typing
7
- # Export this package's modules as members:
8
- from ._enums import *
9
- from .firewall_rule import *
10
- from .get_firewall_rule import *
11
- from .get_mongo_cluster import *
12
- from .get_private_endpoint_connection import *
13
- from .list_mongo_cluster_connection_strings import *
14
- from .mongo_cluster import *
15
- from .private_endpoint_connection import *
16
- from ._inputs import *
17
- from . import outputs
@@ -1,59 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- from enum import Enum
6
-
7
- __all__ = [
8
- 'CreateMode',
9
- 'NodeKind',
10
- 'PrivateEndpointServiceConnectionStatus',
11
- 'PublicNetworkAccess',
12
- ]
13
-
14
-
15
- class CreateMode(str, Enum):
16
- """
17
- The mode to create a mongo cluster.
18
- """
19
- DEFAULT = "Default"
20
- """
21
- Create a new mongo cluster.
22
- """
23
- POINT_IN_TIME_RESTORE = "PointInTimeRestore"
24
- """
25
- Create a mongo cluster from a restore point-in-time.
26
- """
27
-
28
-
29
- class NodeKind(str, Enum):
30
- """
31
- The node type deployed in the node group.
32
- """
33
- SHARD = "Shard"
34
- """
35
- The node is a shard kind.
36
- """
37
-
38
-
39
- class PrivateEndpointServiceConnectionStatus(str, Enum):
40
- """
41
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
42
- """
43
- PENDING = "Pending"
44
- APPROVED = "Approved"
45
- REJECTED = "Rejected"
46
-
47
-
48
- class PublicNetworkAccess(str, Enum):
49
- """
50
- Whether or not public endpoint access is allowed for this mongo cluster.
51
- """
52
- ENABLED = "Enabled"
53
- """
54
- If set, mongo cluster can be accessed through private and public methods.
55
- """
56
- DISABLED = "Disabled"
57
- """
58
- If set, the private endpoints are the exclusive access method.
59
- """