pulumi-azure-native 2.11.1a1697208201__py3-none-any.whl → 2.12.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 (342) hide show
  1. pulumi_azure_native/__init__.py +112 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +5 -0
  3. pulumi_azure_native/azurestackhci/_inputs.py +284 -0
  4. pulumi_azure_native/azurestackhci/gallery_image.py +1 -1
  5. pulumi_azure_native/azurestackhci/get_logical_network.py +224 -0
  6. pulumi_azure_native/azurestackhci/logical_network.py +362 -0
  7. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +1 -1
  8. pulumi_azure_native/azurestackhci/network_interface.py +1 -1
  9. pulumi_azure_native/azurestackhci/outputs.py +446 -0
  10. pulumi_azure_native/azurestackhci/storage_container.py +1 -1
  11. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  12. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  13. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  14. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  15. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  16. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  17. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  18. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  19. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  20. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  21. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +2 -0
  23. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20230901preview/__init__.py +26 -0
  29. pulumi_azure_native/azurestackhci/v20230901preview/_enums.py +124 -0
  30. pulumi_azure_native/azurestackhci/v20230901preview/_inputs.py +1474 -0
  31. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +477 -0
  32. pulumi_azure_native/azurestackhci/v20230901preview/get_gallery_image.py +274 -0
  33. pulumi_azure_native/azurestackhci/v20230901preview/get_guest_agent.py +165 -0
  34. pulumi_azure_native/azurestackhci/v20230901preview/get_logical_network.py +222 -0
  35. pulumi_azure_native/azurestackhci/v20230901preview/get_marketplace_gallery_image.py +261 -0
  36. pulumi_azure_native/azurestackhci/v20230901preview/get_network_interface.py +222 -0
  37. pulumi_azure_native/azurestackhci/v20230901preview/get_storage_container.py +196 -0
  38. pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_hard_disk.py +278 -0
  39. pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_machine_instance.py +295 -0
  40. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +224 -0
  41. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +360 -0
  42. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +448 -0
  43. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +360 -0
  44. pulumi_azure_native/azurestackhci/v20230901preview/outputs.py +3323 -0
  45. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +303 -0
  46. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +481 -0
  47. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +457 -0
  48. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +1 -1
  49. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +1 -1
  50. pulumi_azure_native/cognitiveservices/__init__.py +11 -0
  51. pulumi_azure_native/cognitiveservices/_enums.py +38 -0
  52. pulumi_azure_native/cognitiveservices/_inputs.py +344 -0
  53. pulumi_azure_native/cognitiveservices/account.py +1 -1
  54. pulumi_azure_native/cognitiveservices/commitment_plan.py +1 -1
  55. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +1 -1
  56. pulumi_azure_native/cognitiveservices/deployment.py +1 -1
  57. pulumi_azure_native/cognitiveservices/encryption_scope.py +257 -0
  58. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +164 -0
  59. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +164 -0
  60. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +169 -0
  61. pulumi_azure_native/cognitiveservices/get_rai_policy.py +164 -0
  62. pulumi_azure_native/cognitiveservices/outputs.py +411 -0
  63. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/cognitiveservices/rai_blocklist.py +256 -0
  65. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +277 -0
  66. pulumi_azure_native/cognitiveservices/rai_policy.py +257 -0
  67. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20231001preview/__init__.py +31 -0
  76. pulumi_azure_native/cognitiveservices/v20231001preview/_enums.py +155 -0
  77. pulumi_azure_native/cognitiveservices/v20231001preview/_inputs.py +1814 -0
  78. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +350 -0
  79. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +342 -0
  80. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +253 -0
  81. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +284 -0
  82. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +255 -0
  83. pulumi_azure_native/cognitiveservices/v20231001preview/get_account.py +209 -0
  84. pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan.py +201 -0
  85. pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan_association.py +162 -0
  86. pulumi_azure_native/cognitiveservices/v20231001preview/get_deployment.py +175 -0
  87. pulumi_azure_native/cognitiveservices/v20231001preview/get_encryption_scope.py +162 -0
  88. pulumi_azure_native/cognitiveservices/v20231001preview/get_private_endpoint_connection.py +162 -0
  89. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist.py +162 -0
  90. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist_item.py +167 -0
  91. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_policy.py +162 -0
  92. pulumi_azure_native/cognitiveservices/v20231001preview/get_shared_commitment_plan.py +196 -0
  93. pulumi_azure_native/cognitiveservices/v20231001preview/list_account_keys.py +91 -0
  94. pulumi_azure_native/cognitiveservices/v20231001preview/outputs.py +3141 -0
  95. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +255 -0
  96. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +254 -0
  97. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +275 -0
  98. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +255 -0
  99. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +321 -0
  100. pulumi_azure_native/devcenter/__init__.py +3 -0
  101. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +1 -1
  102. pulumi_azure_native/devcenter/catalog.py +1 -1
  103. pulumi_azure_native/devcenter/dev_box_definition.py +1 -1
  104. pulumi_azure_native/devcenter/dev_center.py +1 -1
  105. pulumi_azure_native/devcenter/environment_type.py +1 -1
  106. pulumi_azure_native/devcenter/gallery.py +1 -1
  107. pulumi_azure_native/devcenter/network_connection.py +1 -1
  108. pulumi_azure_native/devcenter/pool.py +1 -1
  109. pulumi_azure_native/devcenter/project.py +1 -1
  110. pulumi_azure_native/devcenter/project_environment_type.py +1 -1
  111. pulumi_azure_native/devcenter/schedule.py +1 -1
  112. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  113. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  114. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  115. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  116. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  117. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  118. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  119. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  120. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  121. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  122. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  123. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  124. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  125. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  126. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  127. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  128. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  129. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  130. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  131. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  132. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  133. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  134. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  135. pulumi_azure_native/devcenter/v20231001preview/__init__.py +36 -0
  136. pulumi_azure_native/devcenter/v20231001preview/_enums.py +145 -0
  137. pulumi_azure_native/devcenter/v20231001preview/_inputs.py +454 -0
  138. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +255 -0
  139. pulumi_azure_native/devcenter/v20231001preview/catalog.py +334 -0
  140. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +413 -0
  141. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +331 -0
  142. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +253 -0
  143. pulumi_azure_native/devcenter/v20231001preview/gallery.py +225 -0
  144. pulumi_azure_native/devcenter/v20231001preview/get_attached_network_by_dev_center.py +188 -0
  145. pulumi_azure_native/devcenter/v20231001preview/get_catalog.py +240 -0
  146. pulumi_azure_native/devcenter/v20231001preview/get_catalog_dev_box_definition_error_details.py +89 -0
  147. pulumi_azure_native/devcenter/v20231001preview/get_catalog_sync_error_details.py +110 -0
  148. pulumi_azure_native/devcenter/v20231001preview/get_customization_task_error_details.py +89 -0
  149. pulumi_azure_native/devcenter/v20231001preview/get_dev_box_definition.py +266 -0
  150. pulumi_azure_native/devcenter/v20231001preview/get_dev_center.py +209 -0
  151. pulumi_azure_native/devcenter/v20231001preview/get_environment_definition_error_details.py +89 -0
  152. pulumi_azure_native/devcenter/v20231001preview/get_environment_type.py +162 -0
  153. pulumi_azure_native/devcenter/v20231001preview/get_gallery.py +149 -0
  154. pulumi_azure_native/devcenter/v20231001preview/get_network_connection.py +261 -0
  155. pulumi_azure_native/devcenter/v20231001preview/get_pool.py +318 -0
  156. pulumi_azure_native/devcenter/v20231001preview/get_project.py +222 -0
  157. pulumi_azure_native/devcenter/v20231001preview/get_project_environment_type.py +253 -0
  158. pulumi_azure_native/devcenter/v20231001preview/get_schedule.py +198 -0
  159. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +448 -0
  160. pulumi_azure_native/devcenter/v20231001preview/outputs.py +1042 -0
  161. pulumi_azure_native/devcenter/v20231001preview/pool.py +550 -0
  162. pulumi_azure_native/devcenter/v20231001preview/project.py +358 -0
  163. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +439 -0
  164. pulumi_azure_native/devcenter/v20231001preview/schedule.py +376 -0
  165. pulumi_azure_native/keyvault/__init__.py +3 -0
  166. pulumi_azure_native/keyvault/key.py +1 -1
  167. pulumi_azure_native/keyvault/managed_hsm.py +1 -1
  168. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/keyvault/private_endpoint_connection.py +1 -1
  170. pulumi_azure_native/keyvault/secret.py +1 -1
  171. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  172. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  173. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  174. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  175. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  176. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  177. pulumi_azure_native/keyvault/v20230701/__init__.py +22 -0
  178. pulumi_azure_native/keyvault/v20230701/_enums.py +242 -0
  179. pulumi_azure_native/keyvault/v20230701/_inputs.py +1621 -0
  180. pulumi_azure_native/keyvault/v20230701/get_key.py +250 -0
  181. pulumi_azure_native/keyvault/v20230701/get_managed_hsm.py +183 -0
  182. pulumi_azure_native/keyvault/v20230701/get_mhsm_private_endpoint_connection.py +227 -0
  183. pulumi_azure_native/keyvault/v20230701/get_private_endpoint_connection.py +188 -0
  184. pulumi_azure_native/keyvault/v20230701/get_secret.py +149 -0
  185. pulumi_azure_native/keyvault/v20230701/get_vault.py +157 -0
  186. pulumi_azure_native/keyvault/v20230701/key.py +324 -0
  187. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +310 -0
  188. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +361 -0
  189. pulumi_azure_native/keyvault/v20230701/outputs.py +2256 -0
  190. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +256 -0
  191. pulumi_azure_native/keyvault/v20230701/secret.py +245 -0
  192. pulumi_azure_native/keyvault/v20230701/vault.py +254 -0
  193. pulumi_azure_native/keyvault/vault.py +1 -1
  194. pulumi_azure_native/managednetworkfabric/v20230615/get_network_fabric.py +1 -1
  195. pulumi_azure_native/managednetworkfabric/v20230615/network_fabric.py +21 -2
  196. pulumi_azure_native/mobilenetwork/__init__.py +3 -0
  197. pulumi_azure_native/mobilenetwork/attached_data_network.py +1 -1
  198. pulumi_azure_native/mobilenetwork/data_network.py +1 -1
  199. pulumi_azure_native/mobilenetwork/diagnostics_package.py +1 -1
  200. pulumi_azure_native/mobilenetwork/mobile_network.py +1 -1
  201. pulumi_azure_native/mobilenetwork/packet_capture.py +1 -1
  202. pulumi_azure_native/mobilenetwork/packet_core_control_plane.py +1 -1
  203. pulumi_azure_native/mobilenetwork/packet_core_data_plane.py +1 -1
  204. pulumi_azure_native/mobilenetwork/service.py +1 -1
  205. pulumi_azure_native/mobilenetwork/sim.py +1 -1
  206. pulumi_azure_native/mobilenetwork/sim_group.py +1 -1
  207. pulumi_azure_native/mobilenetwork/sim_policy.py +1 -1
  208. pulumi_azure_native/mobilenetwork/site.py +1 -1
  209. pulumi_azure_native/mobilenetwork/slice.py +1 -1
  210. pulumi_azure_native/mobilenetwork/v20220301preview/packet_core_control_plane.py +1 -1
  211. pulumi_azure_native/mobilenetwork/v20220401preview/attached_data_network.py +1 -1
  212. pulumi_azure_native/mobilenetwork/v20220401preview/data_network.py +1 -1
  213. pulumi_azure_native/mobilenetwork/v20220401preview/mobile_network.py +1 -1
  214. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_control_plane.py +1 -1
  215. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_data_plane.py +1 -1
  216. pulumi_azure_native/mobilenetwork/v20220401preview/service.py +1 -1
  217. pulumi_azure_native/mobilenetwork/v20220401preview/sim.py +1 -1
  218. pulumi_azure_native/mobilenetwork/v20220401preview/sim_group.py +1 -1
  219. pulumi_azure_native/mobilenetwork/v20220401preview/sim_policy.py +1 -1
  220. pulumi_azure_native/mobilenetwork/v20220401preview/site.py +1 -1
  221. pulumi_azure_native/mobilenetwork/v20220401preview/slice.py +1 -1
  222. pulumi_azure_native/mobilenetwork/v20221101/attached_data_network.py +1 -1
  223. pulumi_azure_native/mobilenetwork/v20221101/data_network.py +1 -1
  224. pulumi_azure_native/mobilenetwork/v20221101/mobile_network.py +1 -1
  225. pulumi_azure_native/mobilenetwork/v20221101/packet_core_control_plane.py +1 -1
  226. pulumi_azure_native/mobilenetwork/v20221101/packet_core_data_plane.py +1 -1
  227. pulumi_azure_native/mobilenetwork/v20221101/service.py +1 -1
  228. pulumi_azure_native/mobilenetwork/v20221101/sim.py +1 -1
  229. pulumi_azure_native/mobilenetwork/v20221101/sim_group.py +1 -1
  230. pulumi_azure_native/mobilenetwork/v20221101/sim_policy.py +1 -1
  231. pulumi_azure_native/mobilenetwork/v20221101/site.py +1 -1
  232. pulumi_azure_native/mobilenetwork/v20221101/slice.py +1 -1
  233. pulumi_azure_native/mobilenetwork/v20230601/attached_data_network.py +1 -1
  234. pulumi_azure_native/mobilenetwork/v20230601/data_network.py +1 -1
  235. pulumi_azure_native/mobilenetwork/v20230601/diagnostics_package.py +1 -1
  236. pulumi_azure_native/mobilenetwork/v20230601/mobile_network.py +1 -1
  237. pulumi_azure_native/mobilenetwork/v20230601/packet_capture.py +1 -1
  238. pulumi_azure_native/mobilenetwork/v20230601/packet_core_control_plane.py +1 -1
  239. pulumi_azure_native/mobilenetwork/v20230601/packet_core_data_plane.py +1 -1
  240. pulumi_azure_native/mobilenetwork/v20230601/service.py +1 -1
  241. pulumi_azure_native/mobilenetwork/v20230601/sim.py +1 -1
  242. pulumi_azure_native/mobilenetwork/v20230601/sim_group.py +1 -1
  243. pulumi_azure_native/mobilenetwork/v20230601/sim_policy.py +1 -1
  244. pulumi_azure_native/mobilenetwork/v20230601/site.py +1 -1
  245. pulumi_azure_native/mobilenetwork/v20230601/slice.py +1 -1
  246. pulumi_azure_native/mobilenetwork/v20230901/__init__.py +36 -0
  247. pulumi_azure_native/mobilenetwork/v20230901/_enums.py +196 -0
  248. pulumi_azure_native/mobilenetwork/v20230901/_inputs.py +1774 -0
  249. pulumi_azure_native/mobilenetwork/v20230901/attached_data_network.py +443 -0
  250. pulumi_azure_native/mobilenetwork/v20230901/data_network.py +282 -0
  251. pulumi_azure_native/mobilenetwork/v20230901/diagnostics_package.py +215 -0
  252. pulumi_azure_native/mobilenetwork/v20230901/get_attached_data_network.py +237 -0
  253. pulumi_azure_native/mobilenetwork/v20230901/get_data_network.py +175 -0
  254. pulumi_azure_native/mobilenetwork/v20230901/get_diagnostics_package.py +162 -0
  255. pulumi_azure_native/mobilenetwork/v20230901/get_mobile_network.py +183 -0
  256. pulumi_azure_native/mobilenetwork/v20230901/get_packet_capture.py +240 -0
  257. pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_control_plane.py +378 -0
  258. pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_data_plane.py +188 -0
  259. pulumi_azure_native/mobilenetwork/v20230901/get_service.py +201 -0
  260. pulumi_azure_native/mobilenetwork/v20230901/get_sim.py +253 -0
  261. pulumi_azure_native/mobilenetwork/v20230901/get_sim_group.py +196 -0
  262. pulumi_azure_native/mobilenetwork/v20230901/get_sim_policy.py +240 -0
  263. pulumi_azure_native/mobilenetwork/v20230901/get_site.py +175 -0
  264. pulumi_azure_native/mobilenetwork/v20230901/get_slice.py +188 -0
  265. pulumi_azure_native/mobilenetwork/v20230901/mobile_network.py +273 -0
  266. pulumi_azure_native/mobilenetwork/v20230901/outputs.py +2277 -0
  267. pulumi_azure_native/mobilenetwork/v20230901/packet_capture.py +363 -0
  268. pulumi_azure_native/mobilenetwork/v20230901/packet_core_control_plane.py +698 -0
  269. pulumi_azure_native/mobilenetwork/v20230901/packet_core_data_plane.py +313 -0
  270. pulumi_azure_native/mobilenetwork/v20230901/service.py +344 -0
  271. pulumi_azure_native/mobilenetwork/v20230901/sim.py +422 -0
  272. pulumi_azure_native/mobilenetwork/v20230901/sim_group.py +321 -0
  273. pulumi_azure_native/mobilenetwork/v20230901/sim_policy.py +417 -0
  274. pulumi_azure_native/mobilenetwork/v20230901/site.py +263 -0
  275. pulumi_azure_native/mobilenetwork/v20230901/slice.py +313 -0
  276. pulumi_azure_native/storagesync/__init__.py +3 -0
  277. pulumi_azure_native/storagesync/cloud_endpoint.py +1 -1
  278. pulumi_azure_native/storagesync/private_endpoint_connection.py +1 -1
  279. pulumi_azure_native/storagesync/registered_server.py +1 -1
  280. pulumi_azure_native/storagesync/server_endpoint.py +1 -1
  281. pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
  282. pulumi_azure_native/storagesync/sync_group.py +1 -1
  283. pulumi_azure_native/storagesync/v20220601/cloud_endpoint.py +1 -1
  284. pulumi_azure_native/storagesync/v20220601/private_endpoint_connection.py +1 -1
  285. pulumi_azure_native/storagesync/v20220601/registered_server.py +1 -1
  286. pulumi_azure_native/storagesync/v20220601/server_endpoint.py +1 -1
  287. pulumi_azure_native/storagesync/v20220601/storage_sync_service.py +1 -1
  288. pulumi_azure_native/storagesync/v20220601/sync_group.py +1 -1
  289. pulumi_azure_native/storagesync/v20220901/__init__.py +22 -0
  290. pulumi_azure_native/storagesync/v20220901/_enums.py +75 -0
  291. pulumi_azure_native/storagesync/v20220901/_inputs.py +112 -0
  292. pulumi_azure_native/storagesync/v20220901/cloud_endpoint.py +382 -0
  293. pulumi_azure_native/storagesync/v20220901/get_cloud_endpoint.py +258 -0
  294. pulumi_azure_native/storagesync/v20220901/get_private_endpoint_connection.py +175 -0
  295. pulumi_azure_native/storagesync/v20220901/get_registered_server.py +474 -0
  296. pulumi_azure_native/storagesync/v20220901/get_server_endpoint.py +401 -0
  297. pulumi_azure_native/storagesync/v20220901/get_storage_sync_service.py +261 -0
  298. pulumi_azure_native/storagesync/v20220901/get_sync_group.py +149 -0
  299. pulumi_azure_native/storagesync/v20220901/outputs.py +2372 -0
  300. pulumi_azure_native/storagesync/v20220901/private_endpoint_connection.py +247 -0
  301. pulumi_azure_native/storagesync/v20220901/registered_server.py +644 -0
  302. pulumi_azure_native/storagesync/v20220901/server_endpoint.py +634 -0
  303. pulumi_azure_native/storagesync/v20220901/storage_sync_service.py +371 -0
  304. pulumi_azure_native/storagesync/v20220901/sync_group.py +205 -0
  305. pulumi_azure_native/synapse/_inputs.py +2 -2
  306. pulumi_azure_native/synapse/outputs.py +2 -2
  307. pulumi_azure_native/synapse/v20210501/_inputs.py +2 -2
  308. pulumi_azure_native/synapse/v20210501/outputs.py +2 -2
  309. pulumi_azure_native/synapse/v20210601/_inputs.py +2 -2
  310. pulumi_azure_native/synapse/v20210601/outputs.py +2 -2
  311. pulumi_azure_native/synapse/v20210601preview/_inputs.py +2 -2
  312. pulumi_azure_native/synapse/v20210601preview/outputs.py +2 -2
  313. pulumi_azure_native/workloads/__init__.py +3 -0
  314. pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
  315. pulumi_azure_native/workloads/sap_central_instance.py +1 -1
  316. pulumi_azure_native/workloads/sap_database_instance.py +1 -1
  317. pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
  318. pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
  319. pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
  320. pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
  321. pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
  322. pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
  323. pulumi_azure_native/workloads/v20231001preview/__init__.py +22 -0
  324. pulumi_azure_native/workloads/v20231001preview/_enums.py +141 -0
  325. pulumi_azure_native/workloads/v20231001preview/_inputs.py +2377 -0
  326. pulumi_azure_native/workloads/v20231001preview/get_sap_application_server_instance.py +357 -0
  327. pulumi_azure_native/workloads/v20231001preview/get_sap_availability_zone_details.py +90 -0
  328. pulumi_azure_native/workloads/v20231001preview/get_sap_central_instance.py +331 -0
  329. pulumi_azure_native/workloads/v20231001preview/get_sap_database_instance.py +266 -0
  330. pulumi_azure_native/workloads/v20231001preview/get_sap_disk_configurations.py +105 -0
  331. pulumi_azure_native/workloads/v20231001preview/get_sap_sizing_recommendations.py +119 -0
  332. pulumi_azure_native/workloads/v20231001preview/get_sap_supported_sku.py +105 -0
  333. pulumi_azure_native/workloads/v20231001preview/get_sap_virtual_instance.py +287 -0
  334. pulumi_azure_native/workloads/v20231001preview/outputs.py +3828 -0
  335. pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +403 -0
  336. pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +383 -0
  337. pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +333 -0
  338. pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +455 -0
  339. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/METADATA +1 -1
  340. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/RECORD +342 -179
  341. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/WHEEL +0 -0
  342. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,698 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+ from ._inputs import *
14
+
15
+ __all__ = ['PacketCoreControlPlaneArgs', 'PacketCoreControlPlane']
16
+
17
+ @pulumi.input_type
18
+ class PacketCoreControlPlaneArgs:
19
+ def __init__(__self__, *,
20
+ control_plane_access_interface: pulumi.Input['InterfacePropertiesArgs'],
21
+ local_diagnostics_access: pulumi.Input['LocalDiagnosticsAccessConfigurationArgs'],
22
+ platform: pulumi.Input['PlatformConfigurationArgs'],
23
+ resource_group_name: pulumi.Input[str],
24
+ sites: pulumi.Input[Sequence[pulumi.Input['SiteResourceIdArgs']]],
25
+ sku: pulumi.Input[Union[str, 'BillingSku']],
26
+ control_plane_access_virtual_ipv4_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
27
+ core_network_technology: Optional[pulumi.Input[Union[str, 'CoreNetworkType']]] = None,
28
+ diagnostics_upload: Optional[pulumi.Input['DiagnosticsUploadConfigurationArgs']] = None,
29
+ event_hub: Optional[pulumi.Input['EventHubConfigurationArgs']] = None,
30
+ identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
31
+ installation: Optional[pulumi.Input['InstallationArgs']] = None,
32
+ interop_settings: Optional[Any] = None,
33
+ location: Optional[pulumi.Input[str]] = None,
34
+ packet_core_control_plane_name: Optional[pulumi.Input[str]] = None,
35
+ signaling: Optional[pulumi.Input['SignalingConfigurationArgs']] = None,
36
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
37
+ ue_mtu: Optional[pulumi.Input[int]] = None,
38
+ version: Optional[pulumi.Input[str]] = None):
39
+ """
40
+ The set of arguments for constructing a PacketCoreControlPlane resource.
41
+ :param pulumi.Input['InterfacePropertiesArgs'] control_plane_access_interface: The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
42
+ :param pulumi.Input['LocalDiagnosticsAccessConfigurationArgs'] local_diagnostics_access: The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
43
+ :param pulumi.Input['PlatformConfigurationArgs'] platform: The platform where the packet core is deployed.
44
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
45
+ :param pulumi.Input[Sequence[pulumi.Input['SiteResourceIdArgs']]] sites: Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane.
46
+ :param pulumi.Input[Union[str, 'BillingSku']] sku: The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
47
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] control_plane_access_virtual_ipv4_addresses: The virtual IP address(es) for the control plane on the access network in a High Availability (HA) system. In an HA deployment the access network router should be configured to anycast traffic for this address to the control plane access interfaces on the active and standby nodes. In non-HA system this list should be omitted or empty.
48
+ :param pulumi.Input[Union[str, 'CoreNetworkType']] core_network_technology: The core network technology generation (5G core or EPC / 4G core).
49
+ :param pulumi.Input['DiagnosticsUploadConfigurationArgs'] diagnostics_upload: Configuration for uploading packet core diagnostics
50
+ :param pulumi.Input['EventHubConfigurationArgs'] event_hub: Configuration for sending packet core events to an Azure Event Hub.
51
+ :param pulumi.Input['ManagedServiceIdentityArgs'] identity: The identity used to retrieve the ingress certificate from Azure key vault.
52
+ :param pulumi.Input['InstallationArgs'] installation: The installation state of the packet core control plane resource.
53
+ :param Any interop_settings: Settings to allow interoperability with third party components e.g. RANs and UEs.
54
+ :param pulumi.Input[str] location: The geo-location where the resource lives
55
+ :param pulumi.Input[str] packet_core_control_plane_name: The name of the packet core control plane.
56
+ :param pulumi.Input['SignalingConfigurationArgs'] signaling: Signaling configuration for the packet core.
57
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
58
+ :param pulumi.Input[int] ue_mtu: The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation.
59
+ :param pulumi.Input[str] version: The desired version of the packet core software.
60
+ """
61
+ pulumi.set(__self__, "control_plane_access_interface", control_plane_access_interface)
62
+ pulumi.set(__self__, "local_diagnostics_access", local_diagnostics_access)
63
+ pulumi.set(__self__, "platform", platform)
64
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
65
+ pulumi.set(__self__, "sites", sites)
66
+ pulumi.set(__self__, "sku", sku)
67
+ if control_plane_access_virtual_ipv4_addresses is not None:
68
+ pulumi.set(__self__, "control_plane_access_virtual_ipv4_addresses", control_plane_access_virtual_ipv4_addresses)
69
+ if core_network_technology is not None:
70
+ pulumi.set(__self__, "core_network_technology", core_network_technology)
71
+ if diagnostics_upload is not None:
72
+ pulumi.set(__self__, "diagnostics_upload", diagnostics_upload)
73
+ if event_hub is not None:
74
+ pulumi.set(__self__, "event_hub", event_hub)
75
+ if identity is not None:
76
+ pulumi.set(__self__, "identity", identity)
77
+ if installation is not None:
78
+ pulumi.set(__self__, "installation", installation)
79
+ if interop_settings is not None:
80
+ pulumi.set(__self__, "interop_settings", interop_settings)
81
+ if location is not None:
82
+ pulumi.set(__self__, "location", location)
83
+ if packet_core_control_plane_name is not None:
84
+ pulumi.set(__self__, "packet_core_control_plane_name", packet_core_control_plane_name)
85
+ if signaling is not None:
86
+ pulumi.set(__self__, "signaling", signaling)
87
+ if tags is not None:
88
+ pulumi.set(__self__, "tags", tags)
89
+ if ue_mtu is None:
90
+ ue_mtu = 1440
91
+ if ue_mtu is not None:
92
+ pulumi.set(__self__, "ue_mtu", ue_mtu)
93
+ if version is not None:
94
+ pulumi.set(__self__, "version", version)
95
+
96
+ @property
97
+ @pulumi.getter(name="controlPlaneAccessInterface")
98
+ def control_plane_access_interface(self) -> pulumi.Input['InterfacePropertiesArgs']:
99
+ """
100
+ The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
101
+ """
102
+ return pulumi.get(self, "control_plane_access_interface")
103
+
104
+ @control_plane_access_interface.setter
105
+ def control_plane_access_interface(self, value: pulumi.Input['InterfacePropertiesArgs']):
106
+ pulumi.set(self, "control_plane_access_interface", value)
107
+
108
+ @property
109
+ @pulumi.getter(name="localDiagnosticsAccess")
110
+ def local_diagnostics_access(self) -> pulumi.Input['LocalDiagnosticsAccessConfigurationArgs']:
111
+ """
112
+ The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
113
+ """
114
+ return pulumi.get(self, "local_diagnostics_access")
115
+
116
+ @local_diagnostics_access.setter
117
+ def local_diagnostics_access(self, value: pulumi.Input['LocalDiagnosticsAccessConfigurationArgs']):
118
+ pulumi.set(self, "local_diagnostics_access", value)
119
+
120
+ @property
121
+ @pulumi.getter
122
+ def platform(self) -> pulumi.Input['PlatformConfigurationArgs']:
123
+ """
124
+ The platform where the packet core is deployed.
125
+ """
126
+ return pulumi.get(self, "platform")
127
+
128
+ @platform.setter
129
+ def platform(self, value: pulumi.Input['PlatformConfigurationArgs']):
130
+ pulumi.set(self, "platform", value)
131
+
132
+ @property
133
+ @pulumi.getter(name="resourceGroupName")
134
+ def resource_group_name(self) -> pulumi.Input[str]:
135
+ """
136
+ The name of the resource group. The name is case insensitive.
137
+ """
138
+ return pulumi.get(self, "resource_group_name")
139
+
140
+ @resource_group_name.setter
141
+ def resource_group_name(self, value: pulumi.Input[str]):
142
+ pulumi.set(self, "resource_group_name", value)
143
+
144
+ @property
145
+ @pulumi.getter
146
+ def sites(self) -> pulumi.Input[Sequence[pulumi.Input['SiteResourceIdArgs']]]:
147
+ """
148
+ Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane.
149
+ """
150
+ return pulumi.get(self, "sites")
151
+
152
+ @sites.setter
153
+ def sites(self, value: pulumi.Input[Sequence[pulumi.Input['SiteResourceIdArgs']]]):
154
+ pulumi.set(self, "sites", value)
155
+
156
+ @property
157
+ @pulumi.getter
158
+ def sku(self) -> pulumi.Input[Union[str, 'BillingSku']]:
159
+ """
160
+ The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
161
+ """
162
+ return pulumi.get(self, "sku")
163
+
164
+ @sku.setter
165
+ def sku(self, value: pulumi.Input[Union[str, 'BillingSku']]):
166
+ pulumi.set(self, "sku", value)
167
+
168
+ @property
169
+ @pulumi.getter(name="controlPlaneAccessVirtualIpv4Addresses")
170
+ def control_plane_access_virtual_ipv4_addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
171
+ """
172
+ The virtual IP address(es) for the control plane on the access network in a High Availability (HA) system. In an HA deployment the access network router should be configured to anycast traffic for this address to the control plane access interfaces on the active and standby nodes. In non-HA system this list should be omitted or empty.
173
+ """
174
+ return pulumi.get(self, "control_plane_access_virtual_ipv4_addresses")
175
+
176
+ @control_plane_access_virtual_ipv4_addresses.setter
177
+ def control_plane_access_virtual_ipv4_addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
178
+ pulumi.set(self, "control_plane_access_virtual_ipv4_addresses", value)
179
+
180
+ @property
181
+ @pulumi.getter(name="coreNetworkTechnology")
182
+ def core_network_technology(self) -> Optional[pulumi.Input[Union[str, 'CoreNetworkType']]]:
183
+ """
184
+ The core network technology generation (5G core or EPC / 4G core).
185
+ """
186
+ return pulumi.get(self, "core_network_technology")
187
+
188
+ @core_network_technology.setter
189
+ def core_network_technology(self, value: Optional[pulumi.Input[Union[str, 'CoreNetworkType']]]):
190
+ pulumi.set(self, "core_network_technology", value)
191
+
192
+ @property
193
+ @pulumi.getter(name="diagnosticsUpload")
194
+ def diagnostics_upload(self) -> Optional[pulumi.Input['DiagnosticsUploadConfigurationArgs']]:
195
+ """
196
+ Configuration for uploading packet core diagnostics
197
+ """
198
+ return pulumi.get(self, "diagnostics_upload")
199
+
200
+ @diagnostics_upload.setter
201
+ def diagnostics_upload(self, value: Optional[pulumi.Input['DiagnosticsUploadConfigurationArgs']]):
202
+ pulumi.set(self, "diagnostics_upload", value)
203
+
204
+ @property
205
+ @pulumi.getter(name="eventHub")
206
+ def event_hub(self) -> Optional[pulumi.Input['EventHubConfigurationArgs']]:
207
+ """
208
+ Configuration for sending packet core events to an Azure Event Hub.
209
+ """
210
+ return pulumi.get(self, "event_hub")
211
+
212
+ @event_hub.setter
213
+ def event_hub(self, value: Optional[pulumi.Input['EventHubConfigurationArgs']]):
214
+ pulumi.set(self, "event_hub", value)
215
+
216
+ @property
217
+ @pulumi.getter
218
+ def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
219
+ """
220
+ The identity used to retrieve the ingress certificate from Azure key vault.
221
+ """
222
+ return pulumi.get(self, "identity")
223
+
224
+ @identity.setter
225
+ def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
226
+ pulumi.set(self, "identity", value)
227
+
228
+ @property
229
+ @pulumi.getter
230
+ def installation(self) -> Optional[pulumi.Input['InstallationArgs']]:
231
+ """
232
+ The installation state of the packet core control plane resource.
233
+ """
234
+ return pulumi.get(self, "installation")
235
+
236
+ @installation.setter
237
+ def installation(self, value: Optional[pulumi.Input['InstallationArgs']]):
238
+ pulumi.set(self, "installation", value)
239
+
240
+ @property
241
+ @pulumi.getter(name="interopSettings")
242
+ def interop_settings(self) -> Optional[Any]:
243
+ """
244
+ Settings to allow interoperability with third party components e.g. RANs and UEs.
245
+ """
246
+ return pulumi.get(self, "interop_settings")
247
+
248
+ @interop_settings.setter
249
+ def interop_settings(self, value: Optional[Any]):
250
+ pulumi.set(self, "interop_settings", value)
251
+
252
+ @property
253
+ @pulumi.getter
254
+ def location(self) -> Optional[pulumi.Input[str]]:
255
+ """
256
+ The geo-location where the resource lives
257
+ """
258
+ return pulumi.get(self, "location")
259
+
260
+ @location.setter
261
+ def location(self, value: Optional[pulumi.Input[str]]):
262
+ pulumi.set(self, "location", value)
263
+
264
+ @property
265
+ @pulumi.getter(name="packetCoreControlPlaneName")
266
+ def packet_core_control_plane_name(self) -> Optional[pulumi.Input[str]]:
267
+ """
268
+ The name of the packet core control plane.
269
+ """
270
+ return pulumi.get(self, "packet_core_control_plane_name")
271
+
272
+ @packet_core_control_plane_name.setter
273
+ def packet_core_control_plane_name(self, value: Optional[pulumi.Input[str]]):
274
+ pulumi.set(self, "packet_core_control_plane_name", value)
275
+
276
+ @property
277
+ @pulumi.getter
278
+ def signaling(self) -> Optional[pulumi.Input['SignalingConfigurationArgs']]:
279
+ """
280
+ Signaling configuration for the packet core.
281
+ """
282
+ return pulumi.get(self, "signaling")
283
+
284
+ @signaling.setter
285
+ def signaling(self, value: Optional[pulumi.Input['SignalingConfigurationArgs']]):
286
+ pulumi.set(self, "signaling", value)
287
+
288
+ @property
289
+ @pulumi.getter
290
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
291
+ """
292
+ Resource tags.
293
+ """
294
+ return pulumi.get(self, "tags")
295
+
296
+ @tags.setter
297
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
298
+ pulumi.set(self, "tags", value)
299
+
300
+ @property
301
+ @pulumi.getter(name="ueMtu")
302
+ def ue_mtu(self) -> Optional[pulumi.Input[int]]:
303
+ """
304
+ The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation.
305
+ """
306
+ return pulumi.get(self, "ue_mtu")
307
+
308
+ @ue_mtu.setter
309
+ def ue_mtu(self, value: Optional[pulumi.Input[int]]):
310
+ pulumi.set(self, "ue_mtu", value)
311
+
312
+ @property
313
+ @pulumi.getter
314
+ def version(self) -> Optional[pulumi.Input[str]]:
315
+ """
316
+ The desired version of the packet core software.
317
+ """
318
+ return pulumi.get(self, "version")
319
+
320
+ @version.setter
321
+ def version(self, value: Optional[pulumi.Input[str]]):
322
+ pulumi.set(self, "version", value)
323
+
324
+
325
+ class PacketCoreControlPlane(pulumi.CustomResource):
326
+ @overload
327
+ def __init__(__self__,
328
+ resource_name: str,
329
+ opts: Optional[pulumi.ResourceOptions] = None,
330
+ control_plane_access_interface: Optional[pulumi.Input[pulumi.InputType['InterfacePropertiesArgs']]] = None,
331
+ control_plane_access_virtual_ipv4_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
332
+ core_network_technology: Optional[pulumi.Input[Union[str, 'CoreNetworkType']]] = None,
333
+ diagnostics_upload: Optional[pulumi.Input[pulumi.InputType['DiagnosticsUploadConfigurationArgs']]] = None,
334
+ event_hub: Optional[pulumi.Input[pulumi.InputType['EventHubConfigurationArgs']]] = None,
335
+ identity: Optional[pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']]] = None,
336
+ installation: Optional[pulumi.Input[pulumi.InputType['InstallationArgs']]] = None,
337
+ interop_settings: Optional[Any] = None,
338
+ local_diagnostics_access: Optional[pulumi.Input[pulumi.InputType['LocalDiagnosticsAccessConfigurationArgs']]] = None,
339
+ location: Optional[pulumi.Input[str]] = None,
340
+ packet_core_control_plane_name: Optional[pulumi.Input[str]] = None,
341
+ platform: Optional[pulumi.Input[pulumi.InputType['PlatformConfigurationArgs']]] = None,
342
+ resource_group_name: Optional[pulumi.Input[str]] = None,
343
+ signaling: Optional[pulumi.Input[pulumi.InputType['SignalingConfigurationArgs']]] = None,
344
+ sites: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SiteResourceIdArgs']]]]] = None,
345
+ sku: Optional[pulumi.Input[Union[str, 'BillingSku']]] = None,
346
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
347
+ ue_mtu: Optional[pulumi.Input[int]] = None,
348
+ version: Optional[pulumi.Input[str]] = None,
349
+ __props__=None):
350
+ """
351
+ Packet core control plane resource.
352
+
353
+ :param str resource_name: The name of the resource.
354
+ :param pulumi.ResourceOptions opts: Options for the resource.
355
+ :param pulumi.Input[pulumi.InputType['InterfacePropertiesArgs']] control_plane_access_interface: The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
356
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] control_plane_access_virtual_ipv4_addresses: The virtual IP address(es) for the control plane on the access network in a High Availability (HA) system. In an HA deployment the access network router should be configured to anycast traffic for this address to the control plane access interfaces on the active and standby nodes. In non-HA system this list should be omitted or empty.
357
+ :param pulumi.Input[Union[str, 'CoreNetworkType']] core_network_technology: The core network technology generation (5G core or EPC / 4G core).
358
+ :param pulumi.Input[pulumi.InputType['DiagnosticsUploadConfigurationArgs']] diagnostics_upload: Configuration for uploading packet core diagnostics
359
+ :param pulumi.Input[pulumi.InputType['EventHubConfigurationArgs']] event_hub: Configuration for sending packet core events to an Azure Event Hub.
360
+ :param pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']] identity: The identity used to retrieve the ingress certificate from Azure key vault.
361
+ :param pulumi.Input[pulumi.InputType['InstallationArgs']] installation: The installation state of the packet core control plane resource.
362
+ :param Any interop_settings: Settings to allow interoperability with third party components e.g. RANs and UEs.
363
+ :param pulumi.Input[pulumi.InputType['LocalDiagnosticsAccessConfigurationArgs']] local_diagnostics_access: The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
364
+ :param pulumi.Input[str] location: The geo-location where the resource lives
365
+ :param pulumi.Input[str] packet_core_control_plane_name: The name of the packet core control plane.
366
+ :param pulumi.Input[pulumi.InputType['PlatformConfigurationArgs']] platform: The platform where the packet core is deployed.
367
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
368
+ :param pulumi.Input[pulumi.InputType['SignalingConfigurationArgs']] signaling: Signaling configuration for the packet core.
369
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SiteResourceIdArgs']]]] sites: Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane.
370
+ :param pulumi.Input[Union[str, 'BillingSku']] sku: The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
371
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
372
+ :param pulumi.Input[int] ue_mtu: The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation.
373
+ :param pulumi.Input[str] version: The desired version of the packet core software.
374
+ """
375
+ ...
376
+ @overload
377
+ def __init__(__self__,
378
+ resource_name: str,
379
+ args: PacketCoreControlPlaneArgs,
380
+ opts: Optional[pulumi.ResourceOptions] = None):
381
+ """
382
+ Packet core control plane resource.
383
+
384
+ :param str resource_name: The name of the resource.
385
+ :param PacketCoreControlPlaneArgs args: The arguments to use to populate this resource's properties.
386
+ :param pulumi.ResourceOptions opts: Options for the resource.
387
+ """
388
+ ...
389
+ def __init__(__self__, resource_name: str, *args, **kwargs):
390
+ resource_args, opts = _utilities.get_resource_args_opts(PacketCoreControlPlaneArgs, pulumi.ResourceOptions, *args, **kwargs)
391
+ if resource_args is not None:
392
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
393
+ else:
394
+ __self__._internal_init(resource_name, *args, **kwargs)
395
+
396
+ def _internal_init(__self__,
397
+ resource_name: str,
398
+ opts: Optional[pulumi.ResourceOptions] = None,
399
+ control_plane_access_interface: Optional[pulumi.Input[pulumi.InputType['InterfacePropertiesArgs']]] = None,
400
+ control_plane_access_virtual_ipv4_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
401
+ core_network_technology: Optional[pulumi.Input[Union[str, 'CoreNetworkType']]] = None,
402
+ diagnostics_upload: Optional[pulumi.Input[pulumi.InputType['DiagnosticsUploadConfigurationArgs']]] = None,
403
+ event_hub: Optional[pulumi.Input[pulumi.InputType['EventHubConfigurationArgs']]] = None,
404
+ identity: Optional[pulumi.Input[pulumi.InputType['ManagedServiceIdentityArgs']]] = None,
405
+ installation: Optional[pulumi.Input[pulumi.InputType['InstallationArgs']]] = None,
406
+ interop_settings: Optional[Any] = None,
407
+ local_diagnostics_access: Optional[pulumi.Input[pulumi.InputType['LocalDiagnosticsAccessConfigurationArgs']]] = None,
408
+ location: Optional[pulumi.Input[str]] = None,
409
+ packet_core_control_plane_name: Optional[pulumi.Input[str]] = None,
410
+ platform: Optional[pulumi.Input[pulumi.InputType['PlatformConfigurationArgs']]] = None,
411
+ resource_group_name: Optional[pulumi.Input[str]] = None,
412
+ signaling: Optional[pulumi.Input[pulumi.InputType['SignalingConfigurationArgs']]] = None,
413
+ sites: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SiteResourceIdArgs']]]]] = None,
414
+ sku: Optional[pulumi.Input[Union[str, 'BillingSku']]] = None,
415
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
416
+ ue_mtu: Optional[pulumi.Input[int]] = None,
417
+ version: Optional[pulumi.Input[str]] = None,
418
+ __props__=None):
419
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
420
+ if not isinstance(opts, pulumi.ResourceOptions):
421
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
422
+ if opts.id is None:
423
+ if __props__ is not None:
424
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
425
+ __props__ = PacketCoreControlPlaneArgs.__new__(PacketCoreControlPlaneArgs)
426
+
427
+ if control_plane_access_interface is None and not opts.urn:
428
+ raise TypeError("Missing required property 'control_plane_access_interface'")
429
+ __props__.__dict__["control_plane_access_interface"] = control_plane_access_interface
430
+ __props__.__dict__["control_plane_access_virtual_ipv4_addresses"] = control_plane_access_virtual_ipv4_addresses
431
+ __props__.__dict__["core_network_technology"] = core_network_technology
432
+ __props__.__dict__["diagnostics_upload"] = diagnostics_upload
433
+ __props__.__dict__["event_hub"] = event_hub
434
+ __props__.__dict__["identity"] = identity
435
+ __props__.__dict__["installation"] = installation
436
+ __props__.__dict__["interop_settings"] = interop_settings
437
+ if local_diagnostics_access is None and not opts.urn:
438
+ raise TypeError("Missing required property 'local_diagnostics_access'")
439
+ __props__.__dict__["local_diagnostics_access"] = local_diagnostics_access
440
+ __props__.__dict__["location"] = location
441
+ __props__.__dict__["packet_core_control_plane_name"] = packet_core_control_plane_name
442
+ if platform is None and not opts.urn:
443
+ raise TypeError("Missing required property 'platform'")
444
+ __props__.__dict__["platform"] = platform
445
+ if resource_group_name is None and not opts.urn:
446
+ raise TypeError("Missing required property 'resource_group_name'")
447
+ __props__.__dict__["resource_group_name"] = resource_group_name
448
+ __props__.__dict__["signaling"] = signaling
449
+ if sites is None and not opts.urn:
450
+ raise TypeError("Missing required property 'sites'")
451
+ __props__.__dict__["sites"] = sites
452
+ if sku is None and not opts.urn:
453
+ raise TypeError("Missing required property 'sku'")
454
+ __props__.__dict__["sku"] = sku
455
+ __props__.__dict__["tags"] = tags
456
+ if ue_mtu is None:
457
+ ue_mtu = 1440
458
+ __props__.__dict__["ue_mtu"] = ue_mtu
459
+ __props__.__dict__["version"] = version
460
+ __props__.__dict__["installed_version"] = None
461
+ __props__.__dict__["name"] = None
462
+ __props__.__dict__["provisioning_state"] = None
463
+ __props__.__dict__["rollback_version"] = None
464
+ __props__.__dict__["system_data"] = None
465
+ __props__.__dict__["type"] = None
466
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:mobilenetwork:PacketCoreControlPlane"), pulumi.Alias(type_="azure-native:mobilenetwork/v20220301preview:PacketCoreControlPlane"), pulumi.Alias(type_="azure-native:mobilenetwork/v20220401preview:PacketCoreControlPlane"), pulumi.Alias(type_="azure-native:mobilenetwork/v20221101:PacketCoreControlPlane"), pulumi.Alias(type_="azure-native:mobilenetwork/v20230601:PacketCoreControlPlane")])
467
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
468
+ super(PacketCoreControlPlane, __self__).__init__(
469
+ 'azure-native:mobilenetwork/v20230901:PacketCoreControlPlane',
470
+ resource_name,
471
+ __props__,
472
+ opts)
473
+
474
+ @staticmethod
475
+ def get(resource_name: str,
476
+ id: pulumi.Input[str],
477
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'PacketCoreControlPlane':
478
+ """
479
+ Get an existing PacketCoreControlPlane resource's state with the given name, id, and optional extra
480
+ properties used to qualify the lookup.
481
+
482
+ :param str resource_name: The unique name of the resulting resource.
483
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
484
+ :param pulumi.ResourceOptions opts: Options for the resource.
485
+ """
486
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
487
+
488
+ __props__ = PacketCoreControlPlaneArgs.__new__(PacketCoreControlPlaneArgs)
489
+
490
+ __props__.__dict__["control_plane_access_interface"] = None
491
+ __props__.__dict__["control_plane_access_virtual_ipv4_addresses"] = None
492
+ __props__.__dict__["core_network_technology"] = None
493
+ __props__.__dict__["diagnostics_upload"] = None
494
+ __props__.__dict__["event_hub"] = None
495
+ __props__.__dict__["identity"] = None
496
+ __props__.__dict__["installation"] = None
497
+ __props__.__dict__["installed_version"] = None
498
+ __props__.__dict__["interop_settings"] = None
499
+ __props__.__dict__["local_diagnostics_access"] = None
500
+ __props__.__dict__["location"] = None
501
+ __props__.__dict__["name"] = None
502
+ __props__.__dict__["platform"] = None
503
+ __props__.__dict__["provisioning_state"] = None
504
+ __props__.__dict__["rollback_version"] = None
505
+ __props__.__dict__["signaling"] = None
506
+ __props__.__dict__["sites"] = None
507
+ __props__.__dict__["sku"] = None
508
+ __props__.__dict__["system_data"] = None
509
+ __props__.__dict__["tags"] = None
510
+ __props__.__dict__["type"] = None
511
+ __props__.__dict__["ue_mtu"] = None
512
+ __props__.__dict__["version"] = None
513
+ return PacketCoreControlPlane(resource_name, opts=opts, __props__=__props__)
514
+
515
+ @property
516
+ @pulumi.getter(name="controlPlaneAccessInterface")
517
+ def control_plane_access_interface(self) -> pulumi.Output['outputs.InterfacePropertiesResponse']:
518
+ """
519
+ The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
520
+ """
521
+ return pulumi.get(self, "control_plane_access_interface")
522
+
523
+ @property
524
+ @pulumi.getter(name="controlPlaneAccessVirtualIpv4Addresses")
525
+ def control_plane_access_virtual_ipv4_addresses(self) -> pulumi.Output[Optional[Sequence[str]]]:
526
+ """
527
+ The virtual IP address(es) for the control plane on the access network in a High Availability (HA) system. In an HA deployment the access network router should be configured to anycast traffic for this address to the control plane access interfaces on the active and standby nodes. In non-HA system this list should be omitted or empty.
528
+ """
529
+ return pulumi.get(self, "control_plane_access_virtual_ipv4_addresses")
530
+
531
+ @property
532
+ @pulumi.getter(name="coreNetworkTechnology")
533
+ def core_network_technology(self) -> pulumi.Output[Optional[str]]:
534
+ """
535
+ The core network technology generation (5G core or EPC / 4G core).
536
+ """
537
+ return pulumi.get(self, "core_network_technology")
538
+
539
+ @property
540
+ @pulumi.getter(name="diagnosticsUpload")
541
+ def diagnostics_upload(self) -> pulumi.Output[Optional['outputs.DiagnosticsUploadConfigurationResponse']]:
542
+ """
543
+ Configuration for uploading packet core diagnostics
544
+ """
545
+ return pulumi.get(self, "diagnostics_upload")
546
+
547
+ @property
548
+ @pulumi.getter(name="eventHub")
549
+ def event_hub(self) -> pulumi.Output[Optional['outputs.EventHubConfigurationResponse']]:
550
+ """
551
+ Configuration for sending packet core events to an Azure Event Hub.
552
+ """
553
+ return pulumi.get(self, "event_hub")
554
+
555
+ @property
556
+ @pulumi.getter
557
+ def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
558
+ """
559
+ The identity used to retrieve the ingress certificate from Azure key vault.
560
+ """
561
+ return pulumi.get(self, "identity")
562
+
563
+ @property
564
+ @pulumi.getter
565
+ def installation(self) -> pulumi.Output[Optional['outputs.InstallationResponse']]:
566
+ """
567
+ The installation state of the packet core control plane resource.
568
+ """
569
+ return pulumi.get(self, "installation")
570
+
571
+ @property
572
+ @pulumi.getter(name="installedVersion")
573
+ def installed_version(self) -> pulumi.Output[str]:
574
+ """
575
+ The currently installed version of the packet core software.
576
+ """
577
+ return pulumi.get(self, "installed_version")
578
+
579
+ @property
580
+ @pulumi.getter(name="interopSettings")
581
+ def interop_settings(self) -> pulumi.Output[Optional[Any]]:
582
+ """
583
+ Settings to allow interoperability with third party components e.g. RANs and UEs.
584
+ """
585
+ return pulumi.get(self, "interop_settings")
586
+
587
+ @property
588
+ @pulumi.getter(name="localDiagnosticsAccess")
589
+ def local_diagnostics_access(self) -> pulumi.Output['outputs.LocalDiagnosticsAccessConfigurationResponse']:
590
+ """
591
+ The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
592
+ """
593
+ return pulumi.get(self, "local_diagnostics_access")
594
+
595
+ @property
596
+ @pulumi.getter
597
+ def location(self) -> pulumi.Output[str]:
598
+ """
599
+ The geo-location where the resource lives
600
+ """
601
+ return pulumi.get(self, "location")
602
+
603
+ @property
604
+ @pulumi.getter
605
+ def name(self) -> pulumi.Output[str]:
606
+ """
607
+ The name of the resource
608
+ """
609
+ return pulumi.get(self, "name")
610
+
611
+ @property
612
+ @pulumi.getter
613
+ def platform(self) -> pulumi.Output['outputs.PlatformConfigurationResponse']:
614
+ """
615
+ The platform where the packet core is deployed.
616
+ """
617
+ return pulumi.get(self, "platform")
618
+
619
+ @property
620
+ @pulumi.getter(name="provisioningState")
621
+ def provisioning_state(self) -> pulumi.Output[str]:
622
+ """
623
+ The provisioning state of the packet core control plane resource.
624
+ """
625
+ return pulumi.get(self, "provisioning_state")
626
+
627
+ @property
628
+ @pulumi.getter(name="rollbackVersion")
629
+ def rollback_version(self) -> pulumi.Output[str]:
630
+ """
631
+ The previous version of the packet core software that was deployed. Used when performing the rollback action.
632
+ """
633
+ return pulumi.get(self, "rollback_version")
634
+
635
+ @property
636
+ @pulumi.getter
637
+ def signaling(self) -> pulumi.Output[Optional['outputs.SignalingConfigurationResponse']]:
638
+ """
639
+ Signaling configuration for the packet core.
640
+ """
641
+ return pulumi.get(self, "signaling")
642
+
643
+ @property
644
+ @pulumi.getter
645
+ def sites(self) -> pulumi.Output[Sequence['outputs.SiteResourceIdResponse']]:
646
+ """
647
+ Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane.
648
+ """
649
+ return pulumi.get(self, "sites")
650
+
651
+ @property
652
+ @pulumi.getter
653
+ def sku(self) -> pulumi.Output[str]:
654
+ """
655
+ The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
656
+ """
657
+ return pulumi.get(self, "sku")
658
+
659
+ @property
660
+ @pulumi.getter(name="systemData")
661
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
662
+ """
663
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
664
+ """
665
+ return pulumi.get(self, "system_data")
666
+
667
+ @property
668
+ @pulumi.getter
669
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
670
+ """
671
+ Resource tags.
672
+ """
673
+ return pulumi.get(self, "tags")
674
+
675
+ @property
676
+ @pulumi.getter
677
+ def type(self) -> pulumi.Output[str]:
678
+ """
679
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
680
+ """
681
+ return pulumi.get(self, "type")
682
+
683
+ @property
684
+ @pulumi.getter(name="ueMtu")
685
+ def ue_mtu(self) -> pulumi.Output[Optional[int]]:
686
+ """
687
+ The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation.
688
+ """
689
+ return pulumi.get(self, "ue_mtu")
690
+
691
+ @property
692
+ @pulumi.getter
693
+ def version(self) -> pulumi.Output[Optional[str]]:
694
+ """
695
+ The desired version of the packet core software.
696
+ """
697
+ return pulumi.get(self, "version")
698
+