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,2277 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'AmbrResponse',
16
+ 'AsyncOperationIdResponse',
17
+ 'AttachedDataNetworkResourceIdResponse',
18
+ 'AzureStackEdgeDeviceResourceIdResponse',
19
+ 'AzureStackHCIClusterResourceIdResponse',
20
+ 'CertificateProvisioningResponse',
21
+ 'ConnectedClusterResourceIdResponse',
22
+ 'CustomLocationResourceIdResponse',
23
+ 'DataNetworkConfigurationResponse',
24
+ 'DataNetworkResourceIdResponse',
25
+ 'DiagnosticsUploadConfigurationResponse',
26
+ 'EventHubConfigurationResponse',
27
+ 'HttpsServerCertificateResponse',
28
+ 'InstallationResponse',
29
+ 'InterfacePropertiesResponse',
30
+ 'KeyVaultKeyResponse',
31
+ 'LocalDiagnosticsAccessConfigurationResponse',
32
+ 'ManagedServiceIdentityResponse',
33
+ 'MobileNetworkResourceIdResponse',
34
+ 'NASRerouteConfigurationResponse',
35
+ 'NaptConfigurationResponse',
36
+ 'PccRuleConfigurationResponse',
37
+ 'PccRuleQosPolicyResponse',
38
+ 'PinholeTimeoutsResponse',
39
+ 'PlatformConfigurationResponse',
40
+ 'PlmnIdResponse',
41
+ 'PortRangeResponse',
42
+ 'PortReuseHoldTimesResponse',
43
+ 'QosPolicyResponse',
44
+ 'ServiceDataFlowTemplateResponse',
45
+ 'ServiceResourceIdResponse',
46
+ 'SignalingConfigurationResponse',
47
+ 'SimPolicyResourceIdResponse',
48
+ 'SimStaticIpPropertiesResponse',
49
+ 'SimStaticIpPropertiesResponseStaticIp',
50
+ 'SiteResourceIdResponse',
51
+ 'SliceConfigurationResponse',
52
+ 'SliceResourceIdResponse',
53
+ 'SnssaiResponse',
54
+ 'SubResourceResponse',
55
+ 'SystemDataResponse',
56
+ 'UserAssignedIdentityResponse',
57
+ ]
58
+
59
+ @pulumi.output_type
60
+ class AmbrResponse(dict):
61
+ """
62
+ Aggregate maximum bit rate.
63
+ """
64
+ def __init__(__self__, *,
65
+ downlink: str,
66
+ uplink: str):
67
+ """
68
+ Aggregate maximum bit rate.
69
+ :param str downlink: Downlink bit rate.
70
+ :param str uplink: Uplink bit rate.
71
+ """
72
+ pulumi.set(__self__, "downlink", downlink)
73
+ pulumi.set(__self__, "uplink", uplink)
74
+
75
+ @property
76
+ @pulumi.getter
77
+ def downlink(self) -> str:
78
+ """
79
+ Downlink bit rate.
80
+ """
81
+ return pulumi.get(self, "downlink")
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def uplink(self) -> str:
86
+ """
87
+ Uplink bit rate.
88
+ """
89
+ return pulumi.get(self, "uplink")
90
+
91
+
92
+ @pulumi.output_type
93
+ class AsyncOperationIdResponse(dict):
94
+ """
95
+ Reference to an Azure Async Operation ID.
96
+ """
97
+ def __init__(__self__, *,
98
+ id: str):
99
+ """
100
+ Reference to an Azure Async Operation ID.
101
+ :param str id: Azure Async Operation ID.
102
+ """
103
+ pulumi.set(__self__, "id", id)
104
+
105
+ @property
106
+ @pulumi.getter
107
+ def id(self) -> str:
108
+ """
109
+ Azure Async Operation ID.
110
+ """
111
+ return pulumi.get(self, "id")
112
+
113
+
114
+ @pulumi.output_type
115
+ class AttachedDataNetworkResourceIdResponse(dict):
116
+ """
117
+ Reference to an attached data network resource.
118
+ """
119
+ def __init__(__self__, *,
120
+ id: str):
121
+ """
122
+ Reference to an attached data network resource.
123
+ :param str id: Attached data network resource ID.
124
+ """
125
+ pulumi.set(__self__, "id", id)
126
+
127
+ @property
128
+ @pulumi.getter
129
+ def id(self) -> str:
130
+ """
131
+ Attached data network resource ID.
132
+ """
133
+ return pulumi.get(self, "id")
134
+
135
+
136
+ @pulumi.output_type
137
+ class AzureStackEdgeDeviceResourceIdResponse(dict):
138
+ """
139
+ Reference to an Azure Stack Edge device resource.
140
+ """
141
+ def __init__(__self__, *,
142
+ id: str):
143
+ """
144
+ Reference to an Azure Stack Edge device resource.
145
+ :param str id: Azure Stack Edge device resource ID.
146
+ """
147
+ pulumi.set(__self__, "id", id)
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def id(self) -> str:
152
+ """
153
+ Azure Stack Edge device resource ID.
154
+ """
155
+ return pulumi.get(self, "id")
156
+
157
+
158
+ @pulumi.output_type
159
+ class AzureStackHCIClusterResourceIdResponse(dict):
160
+ """
161
+ Reference to an Azure Stack HCI cluster resource.
162
+ """
163
+ def __init__(__self__, *,
164
+ id: str):
165
+ """
166
+ Reference to an Azure Stack HCI cluster resource.
167
+ :param str id: Azure Stack HCI cluster resource ID.
168
+ """
169
+ pulumi.set(__self__, "id", id)
170
+
171
+ @property
172
+ @pulumi.getter
173
+ def id(self) -> str:
174
+ """
175
+ Azure Stack HCI cluster resource ID.
176
+ """
177
+ return pulumi.get(self, "id")
178
+
179
+
180
+ @pulumi.output_type
181
+ class CertificateProvisioningResponse(dict):
182
+ """
183
+ Certificate provisioning state
184
+ """
185
+ def __init__(__self__, *,
186
+ reason: str,
187
+ state: str):
188
+ """
189
+ Certificate provisioning state
190
+ :param str reason: Reason for certificate provisioning failure.
191
+ :param str state: The certificate's provisioning state
192
+ """
193
+ pulumi.set(__self__, "reason", reason)
194
+ pulumi.set(__self__, "state", state)
195
+
196
+ @property
197
+ @pulumi.getter
198
+ def reason(self) -> str:
199
+ """
200
+ Reason for certificate provisioning failure.
201
+ """
202
+ return pulumi.get(self, "reason")
203
+
204
+ @property
205
+ @pulumi.getter
206
+ def state(self) -> str:
207
+ """
208
+ The certificate's provisioning state
209
+ """
210
+ return pulumi.get(self, "state")
211
+
212
+
213
+ @pulumi.output_type
214
+ class ConnectedClusterResourceIdResponse(dict):
215
+ """
216
+ Reference to an Azure Arc custom location resource.
217
+ """
218
+ def __init__(__self__, *,
219
+ id: str):
220
+ """
221
+ Reference to an Azure Arc custom location resource.
222
+ :param str id: Azure Arc connected cluster resource ID.
223
+ """
224
+ pulumi.set(__self__, "id", id)
225
+
226
+ @property
227
+ @pulumi.getter
228
+ def id(self) -> str:
229
+ """
230
+ Azure Arc connected cluster resource ID.
231
+ """
232
+ return pulumi.get(self, "id")
233
+
234
+
235
+ @pulumi.output_type
236
+ class CustomLocationResourceIdResponse(dict):
237
+ """
238
+ Reference to an Azure Arc custom location resource.
239
+ """
240
+ def __init__(__self__, *,
241
+ id: str):
242
+ """
243
+ Reference to an Azure Arc custom location resource.
244
+ :param str id: Azure Arc custom location resource ID.
245
+ """
246
+ pulumi.set(__self__, "id", id)
247
+
248
+ @property
249
+ @pulumi.getter
250
+ def id(self) -> str:
251
+ """
252
+ Azure Arc custom location resource ID.
253
+ """
254
+ return pulumi.get(self, "id")
255
+
256
+
257
+ @pulumi.output_type
258
+ class DataNetworkConfigurationResponse(dict):
259
+ """
260
+ Settings controlling data network use
261
+ """
262
+ @staticmethod
263
+ def __key_warning(key: str):
264
+ suggest = None
265
+ if key == "allowedServices":
266
+ suggest = "allowed_services"
267
+ elif key == "dataNetwork":
268
+ suggest = "data_network"
269
+ elif key == "sessionAmbr":
270
+ suggest = "session_ambr"
271
+ elif key == "additionalAllowedSessionTypes":
272
+ suggest = "additional_allowed_session_types"
273
+ elif key == "allocationAndRetentionPriorityLevel":
274
+ suggest = "allocation_and_retention_priority_level"
275
+ elif key == "defaultSessionType":
276
+ suggest = "default_session_type"
277
+ elif key == "fiveQi":
278
+ suggest = "five_qi"
279
+ elif key == "maximumNumberOfBufferedPackets":
280
+ suggest = "maximum_number_of_buffered_packets"
281
+ elif key == "preemptionCapability":
282
+ suggest = "preemption_capability"
283
+ elif key == "preemptionVulnerability":
284
+ suggest = "preemption_vulnerability"
285
+
286
+ if suggest:
287
+ pulumi.log.warn(f"Key '{key}' not found in DataNetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
288
+
289
+ def __getitem__(self, key: str) -> Any:
290
+ DataNetworkConfigurationResponse.__key_warning(key)
291
+ return super().__getitem__(key)
292
+
293
+ def get(self, key: str, default = None) -> Any:
294
+ DataNetworkConfigurationResponse.__key_warning(key)
295
+ return super().get(key, default)
296
+
297
+ def __init__(__self__, *,
298
+ allowed_services: Sequence['outputs.ServiceResourceIdResponse'],
299
+ data_network: 'outputs.DataNetworkResourceIdResponse',
300
+ session_ambr: 'outputs.AmbrResponse',
301
+ additional_allowed_session_types: Optional[Sequence[str]] = None,
302
+ allocation_and_retention_priority_level: Optional[int] = None,
303
+ default_session_type: Optional[str] = None,
304
+ five_qi: Optional[int] = None,
305
+ maximum_number_of_buffered_packets: Optional[int] = None,
306
+ preemption_capability: Optional[str] = None,
307
+ preemption_vulnerability: Optional[str] = None):
308
+ """
309
+ Settings controlling data network use
310
+ :param Sequence['ServiceResourceIdResponse'] allowed_services: List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy.
311
+ :param 'DataNetworkResourceIdResponse' data_network: A reference to the data network that these settings apply to. The data network must be in the same location as the SIM policy.
312
+ :param 'AmbrResponse' session_ambr: Aggregate maximum bit rate across all non-GBR QoS flows of a given PDU session. See 3GPP TS23.501 section 5.7.2.6 for a full description of the Session-AMBR.
313
+ :param Sequence[str] additional_allowed_session_types: Allowed session types in addition to the default session type. Must not duplicate the default session type.
314
+ :param int allocation_and_retention_priority_level: Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
315
+ :param str default_session_type: The default PDU session type, which is used if the UE does not request a specific session type.
316
+ :param int five_qi: Default 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
317
+ :param int maximum_number_of_buffered_packets: The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions.
318
+ :param str preemption_capability: Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
319
+ :param str preemption_vulnerability: Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
320
+ """
321
+ pulumi.set(__self__, "allowed_services", allowed_services)
322
+ pulumi.set(__self__, "data_network", data_network)
323
+ pulumi.set(__self__, "session_ambr", session_ambr)
324
+ if additional_allowed_session_types is not None:
325
+ pulumi.set(__self__, "additional_allowed_session_types", additional_allowed_session_types)
326
+ if allocation_and_retention_priority_level is None:
327
+ allocation_and_retention_priority_level = 9
328
+ if allocation_and_retention_priority_level is not None:
329
+ pulumi.set(__self__, "allocation_and_retention_priority_level", allocation_and_retention_priority_level)
330
+ if default_session_type is None:
331
+ default_session_type = 'IPv4'
332
+ if default_session_type is not None:
333
+ pulumi.set(__self__, "default_session_type", default_session_type)
334
+ if five_qi is None:
335
+ five_qi = 9
336
+ if five_qi is not None:
337
+ pulumi.set(__self__, "five_qi", five_qi)
338
+ if maximum_number_of_buffered_packets is None:
339
+ maximum_number_of_buffered_packets = 10
340
+ if maximum_number_of_buffered_packets is not None:
341
+ pulumi.set(__self__, "maximum_number_of_buffered_packets", maximum_number_of_buffered_packets)
342
+ if preemption_capability is None:
343
+ preemption_capability = 'NotPreempt'
344
+ if preemption_capability is not None:
345
+ pulumi.set(__self__, "preemption_capability", preemption_capability)
346
+ if preemption_vulnerability is None:
347
+ preemption_vulnerability = 'Preemptable'
348
+ if preemption_vulnerability is not None:
349
+ pulumi.set(__self__, "preemption_vulnerability", preemption_vulnerability)
350
+
351
+ @property
352
+ @pulumi.getter(name="allowedServices")
353
+ def allowed_services(self) -> Sequence['outputs.ServiceResourceIdResponse']:
354
+ """
355
+ List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy.
356
+ """
357
+ return pulumi.get(self, "allowed_services")
358
+
359
+ @property
360
+ @pulumi.getter(name="dataNetwork")
361
+ def data_network(self) -> 'outputs.DataNetworkResourceIdResponse':
362
+ """
363
+ A reference to the data network that these settings apply to. The data network must be in the same location as the SIM policy.
364
+ """
365
+ return pulumi.get(self, "data_network")
366
+
367
+ @property
368
+ @pulumi.getter(name="sessionAmbr")
369
+ def session_ambr(self) -> 'outputs.AmbrResponse':
370
+ """
371
+ Aggregate maximum bit rate across all non-GBR QoS flows of a given PDU session. See 3GPP TS23.501 section 5.7.2.6 for a full description of the Session-AMBR.
372
+ """
373
+ return pulumi.get(self, "session_ambr")
374
+
375
+ @property
376
+ @pulumi.getter(name="additionalAllowedSessionTypes")
377
+ def additional_allowed_session_types(self) -> Optional[Sequence[str]]:
378
+ """
379
+ Allowed session types in addition to the default session type. Must not duplicate the default session type.
380
+ """
381
+ return pulumi.get(self, "additional_allowed_session_types")
382
+
383
+ @property
384
+ @pulumi.getter(name="allocationAndRetentionPriorityLevel")
385
+ def allocation_and_retention_priority_level(self) -> Optional[int]:
386
+ """
387
+ Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
388
+ """
389
+ return pulumi.get(self, "allocation_and_retention_priority_level")
390
+
391
+ @property
392
+ @pulumi.getter(name="defaultSessionType")
393
+ def default_session_type(self) -> Optional[str]:
394
+ """
395
+ The default PDU session type, which is used if the UE does not request a specific session type.
396
+ """
397
+ return pulumi.get(self, "default_session_type")
398
+
399
+ @property
400
+ @pulumi.getter(name="fiveQi")
401
+ def five_qi(self) -> Optional[int]:
402
+ """
403
+ Default 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
404
+ """
405
+ return pulumi.get(self, "five_qi")
406
+
407
+ @property
408
+ @pulumi.getter(name="maximumNumberOfBufferedPackets")
409
+ def maximum_number_of_buffered_packets(self) -> Optional[int]:
410
+ """
411
+ The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions.
412
+ """
413
+ return pulumi.get(self, "maximum_number_of_buffered_packets")
414
+
415
+ @property
416
+ @pulumi.getter(name="preemptionCapability")
417
+ def preemption_capability(self) -> Optional[str]:
418
+ """
419
+ Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
420
+ """
421
+ return pulumi.get(self, "preemption_capability")
422
+
423
+ @property
424
+ @pulumi.getter(name="preemptionVulnerability")
425
+ def preemption_vulnerability(self) -> Optional[str]:
426
+ """
427
+ Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
428
+ """
429
+ return pulumi.get(self, "preemption_vulnerability")
430
+
431
+
432
+ @pulumi.output_type
433
+ class DataNetworkResourceIdResponse(dict):
434
+ """
435
+ Reference to a data network resource.
436
+ """
437
+ def __init__(__self__, *,
438
+ id: str):
439
+ """
440
+ Reference to a data network resource.
441
+ :param str id: Data network resource ID.
442
+ """
443
+ pulumi.set(__self__, "id", id)
444
+
445
+ @property
446
+ @pulumi.getter
447
+ def id(self) -> str:
448
+ """
449
+ Data network resource ID.
450
+ """
451
+ return pulumi.get(self, "id")
452
+
453
+
454
+ @pulumi.output_type
455
+ class DiagnosticsUploadConfigurationResponse(dict):
456
+ """
457
+ Configuration for uploading packet core diagnostics.
458
+ """
459
+ @staticmethod
460
+ def __key_warning(key: str):
461
+ suggest = None
462
+ if key == "storageAccountContainerUrl":
463
+ suggest = "storage_account_container_url"
464
+
465
+ if suggest:
466
+ pulumi.log.warn(f"Key '{key}' not found in DiagnosticsUploadConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
467
+
468
+ def __getitem__(self, key: str) -> Any:
469
+ DiagnosticsUploadConfigurationResponse.__key_warning(key)
470
+ return super().__getitem__(key)
471
+
472
+ def get(self, key: str, default = None) -> Any:
473
+ DiagnosticsUploadConfigurationResponse.__key_warning(key)
474
+ return super().get(key, default)
475
+
476
+ def __init__(__self__, *,
477
+ storage_account_container_url: str):
478
+ """
479
+ Configuration for uploading packet core diagnostics.
480
+ :param str storage_account_container_url: The Storage Account Container URL to upload diagnostics to.
481
+ """
482
+ pulumi.set(__self__, "storage_account_container_url", storage_account_container_url)
483
+
484
+ @property
485
+ @pulumi.getter(name="storageAccountContainerUrl")
486
+ def storage_account_container_url(self) -> str:
487
+ """
488
+ The Storage Account Container URL to upload diagnostics to.
489
+ """
490
+ return pulumi.get(self, "storage_account_container_url")
491
+
492
+
493
+ @pulumi.output_type
494
+ class EventHubConfigurationResponse(dict):
495
+ """
496
+ Configuration for sending packet core events to Azure Event Hub.
497
+ """
498
+ @staticmethod
499
+ def __key_warning(key: str):
500
+ suggest = None
501
+ if key == "reportingInterval":
502
+ suggest = "reporting_interval"
503
+
504
+ if suggest:
505
+ pulumi.log.warn(f"Key '{key}' not found in EventHubConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
506
+
507
+ def __getitem__(self, key: str) -> Any:
508
+ EventHubConfigurationResponse.__key_warning(key)
509
+ return super().__getitem__(key)
510
+
511
+ def get(self, key: str, default = None) -> Any:
512
+ EventHubConfigurationResponse.__key_warning(key)
513
+ return super().get(key, default)
514
+
515
+ def __init__(__self__, *,
516
+ id: str,
517
+ reporting_interval: Optional[int] = None):
518
+ """
519
+ Configuration for sending packet core events to Azure Event Hub.
520
+ :param str id: Resource ID of Azure Event Hub to send packet core events to.
521
+ :param int reporting_interval: The duration (in seconds) between UE usage reports.
522
+ """
523
+ pulumi.set(__self__, "id", id)
524
+ if reporting_interval is None:
525
+ reporting_interval = 1800
526
+ if reporting_interval is not None:
527
+ pulumi.set(__self__, "reporting_interval", reporting_interval)
528
+
529
+ @property
530
+ @pulumi.getter
531
+ def id(self) -> str:
532
+ """
533
+ Resource ID of Azure Event Hub to send packet core events to.
534
+ """
535
+ return pulumi.get(self, "id")
536
+
537
+ @property
538
+ @pulumi.getter(name="reportingInterval")
539
+ def reporting_interval(self) -> Optional[int]:
540
+ """
541
+ The duration (in seconds) between UE usage reports.
542
+ """
543
+ return pulumi.get(self, "reporting_interval")
544
+
545
+
546
+ @pulumi.output_type
547
+ class HttpsServerCertificateResponse(dict):
548
+ """
549
+ HTTPS server certificate configuration.
550
+ """
551
+ @staticmethod
552
+ def __key_warning(key: str):
553
+ suggest = None
554
+ if key == "certificateUrl":
555
+ suggest = "certificate_url"
556
+
557
+ if suggest:
558
+ pulumi.log.warn(f"Key '{key}' not found in HttpsServerCertificateResponse. Access the value via the '{suggest}' property getter instead.")
559
+
560
+ def __getitem__(self, key: str) -> Any:
561
+ HttpsServerCertificateResponse.__key_warning(key)
562
+ return super().__getitem__(key)
563
+
564
+ def get(self, key: str, default = None) -> Any:
565
+ HttpsServerCertificateResponse.__key_warning(key)
566
+ return super().get(key, default)
567
+
568
+ def __init__(__self__, *,
569
+ certificate_url: str,
570
+ provisioning: 'outputs.CertificateProvisioningResponse'):
571
+ """
572
+ HTTPS server certificate configuration.
573
+ :param str certificate_url: The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
574
+ :param 'CertificateProvisioningResponse' provisioning: The provisioning state of the certificate.
575
+ """
576
+ pulumi.set(__self__, "certificate_url", certificate_url)
577
+ pulumi.set(__self__, "provisioning", provisioning)
578
+
579
+ @property
580
+ @pulumi.getter(name="certificateUrl")
581
+ def certificate_url(self) -> str:
582
+ """
583
+ The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
584
+ """
585
+ return pulumi.get(self, "certificate_url")
586
+
587
+ @property
588
+ @pulumi.getter
589
+ def provisioning(self) -> 'outputs.CertificateProvisioningResponse':
590
+ """
591
+ The provisioning state of the certificate.
592
+ """
593
+ return pulumi.get(self, "provisioning")
594
+
595
+
596
+ @pulumi.output_type
597
+ class InstallationResponse(dict):
598
+ """
599
+ The installation state of the packet core.
600
+ """
601
+ @staticmethod
602
+ def __key_warning(key: str):
603
+ suggest = None
604
+ if key == "reinstallRequired":
605
+ suggest = "reinstall_required"
606
+ elif key == "desiredState":
607
+ suggest = "desired_state"
608
+
609
+ if suggest:
610
+ pulumi.log.warn(f"Key '{key}' not found in InstallationResponse. Access the value via the '{suggest}' property getter instead.")
611
+
612
+ def __getitem__(self, key: str) -> Any:
613
+ InstallationResponse.__key_warning(key)
614
+ return super().__getitem__(key)
615
+
616
+ def get(self, key: str, default = None) -> Any:
617
+ InstallationResponse.__key_warning(key)
618
+ return super().get(key, default)
619
+
620
+ def __init__(__self__, *,
621
+ operation: 'outputs.AsyncOperationIdResponse',
622
+ reasons: Sequence[str],
623
+ reinstall_required: str,
624
+ state: str,
625
+ desired_state: Optional[str] = None):
626
+ """
627
+ The installation state of the packet core.
628
+ :param 'AsyncOperationIdResponse' operation: A reference to an in-progress installation operation
629
+ :param Sequence[str] reasons: Reason(s) for the current installation state of the packet core.
630
+ :param str reinstall_required: Whether a reinstall of the packet core is required to pick up the latest configuration changes.
631
+ :param str state: Installation state
632
+ :param str desired_state: The desired installation state
633
+ """
634
+ pulumi.set(__self__, "operation", operation)
635
+ pulumi.set(__self__, "reasons", reasons)
636
+ pulumi.set(__self__, "reinstall_required", reinstall_required)
637
+ pulumi.set(__self__, "state", state)
638
+ if desired_state is None:
639
+ desired_state = 'Installed'
640
+ if desired_state is not None:
641
+ pulumi.set(__self__, "desired_state", desired_state)
642
+
643
+ @property
644
+ @pulumi.getter
645
+ def operation(self) -> 'outputs.AsyncOperationIdResponse':
646
+ """
647
+ A reference to an in-progress installation operation
648
+ """
649
+ return pulumi.get(self, "operation")
650
+
651
+ @property
652
+ @pulumi.getter
653
+ def reasons(self) -> Sequence[str]:
654
+ """
655
+ Reason(s) for the current installation state of the packet core.
656
+ """
657
+ return pulumi.get(self, "reasons")
658
+
659
+ @property
660
+ @pulumi.getter(name="reinstallRequired")
661
+ def reinstall_required(self) -> str:
662
+ """
663
+ Whether a reinstall of the packet core is required to pick up the latest configuration changes.
664
+ """
665
+ return pulumi.get(self, "reinstall_required")
666
+
667
+ @property
668
+ @pulumi.getter
669
+ def state(self) -> str:
670
+ """
671
+ Installation state
672
+ """
673
+ return pulumi.get(self, "state")
674
+
675
+ @property
676
+ @pulumi.getter(name="desiredState")
677
+ def desired_state(self) -> Optional[str]:
678
+ """
679
+ The desired installation state
680
+ """
681
+ return pulumi.get(self, "desired_state")
682
+
683
+
684
+ @pulumi.output_type
685
+ class InterfacePropertiesResponse(dict):
686
+ """
687
+ Interface properties
688
+ """
689
+ @staticmethod
690
+ def __key_warning(key: str):
691
+ suggest = None
692
+ if key == "ipv4Address":
693
+ suggest = "ipv4_address"
694
+ elif key == "ipv4Gateway":
695
+ suggest = "ipv4_gateway"
696
+ elif key == "ipv4Subnet":
697
+ suggest = "ipv4_subnet"
698
+
699
+ if suggest:
700
+ pulumi.log.warn(f"Key '{key}' not found in InterfacePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
701
+
702
+ def __getitem__(self, key: str) -> Any:
703
+ InterfacePropertiesResponse.__key_warning(key)
704
+ return super().__getitem__(key)
705
+
706
+ def get(self, key: str, default = None) -> Any:
707
+ InterfacePropertiesResponse.__key_warning(key)
708
+ return super().get(key, default)
709
+
710
+ def __init__(__self__, *,
711
+ ipv4_address: Optional[str] = None,
712
+ ipv4_gateway: Optional[str] = None,
713
+ ipv4_subnet: Optional[str] = None,
714
+ name: Optional[str] = None):
715
+ """
716
+ Interface properties
717
+ :param str ipv4_address: The IPv4 address.
718
+ :param str ipv4_gateway: The default IPv4 gateway (router).
719
+ :param str ipv4_subnet: The IPv4 subnet.
720
+ :param str name: The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
721
+ """
722
+ if ipv4_address is not None:
723
+ pulumi.set(__self__, "ipv4_address", ipv4_address)
724
+ if ipv4_gateway is not None:
725
+ pulumi.set(__self__, "ipv4_gateway", ipv4_gateway)
726
+ if ipv4_subnet is not None:
727
+ pulumi.set(__self__, "ipv4_subnet", ipv4_subnet)
728
+ if name is not None:
729
+ pulumi.set(__self__, "name", name)
730
+
731
+ @property
732
+ @pulumi.getter(name="ipv4Address")
733
+ def ipv4_address(self) -> Optional[str]:
734
+ """
735
+ The IPv4 address.
736
+ """
737
+ return pulumi.get(self, "ipv4_address")
738
+
739
+ @property
740
+ @pulumi.getter(name="ipv4Gateway")
741
+ def ipv4_gateway(self) -> Optional[str]:
742
+ """
743
+ The default IPv4 gateway (router).
744
+ """
745
+ return pulumi.get(self, "ipv4_gateway")
746
+
747
+ @property
748
+ @pulumi.getter(name="ipv4Subnet")
749
+ def ipv4_subnet(self) -> Optional[str]:
750
+ """
751
+ The IPv4 subnet.
752
+ """
753
+ return pulumi.get(self, "ipv4_subnet")
754
+
755
+ @property
756
+ @pulumi.getter
757
+ def name(self) -> Optional[str]:
758
+ """
759
+ The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
760
+ """
761
+ return pulumi.get(self, "name")
762
+
763
+
764
+ @pulumi.output_type
765
+ class KeyVaultKeyResponse(dict):
766
+ """
767
+ An Azure key vault key.
768
+ """
769
+ @staticmethod
770
+ def __key_warning(key: str):
771
+ suggest = None
772
+ if key == "keyUrl":
773
+ suggest = "key_url"
774
+
775
+ if suggest:
776
+ pulumi.log.warn(f"Key '{key}' not found in KeyVaultKeyResponse. Access the value via the '{suggest}' property getter instead.")
777
+
778
+ def __getitem__(self, key: str) -> Any:
779
+ KeyVaultKeyResponse.__key_warning(key)
780
+ return super().__getitem__(key)
781
+
782
+ def get(self, key: str, default = None) -> Any:
783
+ KeyVaultKeyResponse.__key_warning(key)
784
+ return super().get(key, default)
785
+
786
+ def __init__(__self__, *,
787
+ key_url: Optional[str] = None):
788
+ """
789
+ An Azure key vault key.
790
+ :param str key_url: The key URL, unversioned. For example: https://contosovault.vault.azure.net/keys/azureKey.
791
+ """
792
+ if key_url is not None:
793
+ pulumi.set(__self__, "key_url", key_url)
794
+
795
+ @property
796
+ @pulumi.getter(name="keyUrl")
797
+ def key_url(self) -> Optional[str]:
798
+ """
799
+ The key URL, unversioned. For example: https://contosovault.vault.azure.net/keys/azureKey.
800
+ """
801
+ return pulumi.get(self, "key_url")
802
+
803
+
804
+ @pulumi.output_type
805
+ class LocalDiagnosticsAccessConfigurationResponse(dict):
806
+ """
807
+ The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
808
+ """
809
+ @staticmethod
810
+ def __key_warning(key: str):
811
+ suggest = None
812
+ if key == "authenticationType":
813
+ suggest = "authentication_type"
814
+ elif key == "httpsServerCertificate":
815
+ suggest = "https_server_certificate"
816
+
817
+ if suggest:
818
+ pulumi.log.warn(f"Key '{key}' not found in LocalDiagnosticsAccessConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
819
+
820
+ def __getitem__(self, key: str) -> Any:
821
+ LocalDiagnosticsAccessConfigurationResponse.__key_warning(key)
822
+ return super().__getitem__(key)
823
+
824
+ def get(self, key: str, default = None) -> Any:
825
+ LocalDiagnosticsAccessConfigurationResponse.__key_warning(key)
826
+ return super().get(key, default)
827
+
828
+ def __init__(__self__, *,
829
+ authentication_type: str,
830
+ https_server_certificate: Optional['outputs.HttpsServerCertificateResponse'] = None):
831
+ """
832
+ The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
833
+ :param str authentication_type: How to authenticate users who access local diagnostics APIs.
834
+ :param 'HttpsServerCertificateResponse' https_server_certificate: The HTTPS server TLS certificate used to secure local access to diagnostics.
835
+ """
836
+ pulumi.set(__self__, "authentication_type", authentication_type)
837
+ if https_server_certificate is not None:
838
+ pulumi.set(__self__, "https_server_certificate", https_server_certificate)
839
+
840
+ @property
841
+ @pulumi.getter(name="authenticationType")
842
+ def authentication_type(self) -> str:
843
+ """
844
+ How to authenticate users who access local diagnostics APIs.
845
+ """
846
+ return pulumi.get(self, "authentication_type")
847
+
848
+ @property
849
+ @pulumi.getter(name="httpsServerCertificate")
850
+ def https_server_certificate(self) -> Optional['outputs.HttpsServerCertificateResponse']:
851
+ """
852
+ The HTTPS server TLS certificate used to secure local access to diagnostics.
853
+ """
854
+ return pulumi.get(self, "https_server_certificate")
855
+
856
+
857
+ @pulumi.output_type
858
+ class ManagedServiceIdentityResponse(dict):
859
+ """
860
+ Managed service identity (User assigned identity)
861
+ """
862
+ @staticmethod
863
+ def __key_warning(key: str):
864
+ suggest = None
865
+ if key == "userAssignedIdentities":
866
+ suggest = "user_assigned_identities"
867
+
868
+ if suggest:
869
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
870
+
871
+ def __getitem__(self, key: str) -> Any:
872
+ ManagedServiceIdentityResponse.__key_warning(key)
873
+ return super().__getitem__(key)
874
+
875
+ def get(self, key: str, default = None) -> Any:
876
+ ManagedServiceIdentityResponse.__key_warning(key)
877
+ return super().get(key, default)
878
+
879
+ def __init__(__self__, *,
880
+ type: str,
881
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
882
+ """
883
+ Managed service identity (User assigned identity)
884
+ :param str type: Type of managed service identity (currently only UserAssigned allowed).
885
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
886
+ """
887
+ pulumi.set(__self__, "type", type)
888
+ if user_assigned_identities is not None:
889
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
890
+
891
+ @property
892
+ @pulumi.getter
893
+ def type(self) -> str:
894
+ """
895
+ Type of managed service identity (currently only UserAssigned allowed).
896
+ """
897
+ return pulumi.get(self, "type")
898
+
899
+ @property
900
+ @pulumi.getter(name="userAssignedIdentities")
901
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
902
+ """
903
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
904
+ """
905
+ return pulumi.get(self, "user_assigned_identities")
906
+
907
+
908
+ @pulumi.output_type
909
+ class MobileNetworkResourceIdResponse(dict):
910
+ """
911
+ Reference to a mobile network resource.
912
+ """
913
+ def __init__(__self__, *,
914
+ id: str):
915
+ """
916
+ Reference to a mobile network resource.
917
+ :param str id: Mobile network resource ID.
918
+ """
919
+ pulumi.set(__self__, "id", id)
920
+
921
+ @property
922
+ @pulumi.getter
923
+ def id(self) -> str:
924
+ """
925
+ Mobile network resource ID.
926
+ """
927
+ return pulumi.get(self, "id")
928
+
929
+
930
+ @pulumi.output_type
931
+ class NASRerouteConfigurationResponse(dict):
932
+ """
933
+ Configuration enabling NAS reroute.
934
+ """
935
+ @staticmethod
936
+ def __key_warning(key: str):
937
+ suggest = None
938
+ if key == "macroMmeGroupId":
939
+ suggest = "macro_mme_group_id"
940
+
941
+ if suggest:
942
+ pulumi.log.warn(f"Key '{key}' not found in NASRerouteConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
943
+
944
+ def __getitem__(self, key: str) -> Any:
945
+ NASRerouteConfigurationResponse.__key_warning(key)
946
+ return super().__getitem__(key)
947
+
948
+ def get(self, key: str, default = None) -> Any:
949
+ NASRerouteConfigurationResponse.__key_warning(key)
950
+ return super().get(key, default)
951
+
952
+ def __init__(__self__, *,
953
+ macro_mme_group_id: int):
954
+ """
955
+ Configuration enabling NAS reroute.
956
+ :param int macro_mme_group_id: The macro network's MME group ID. This is where unknown UEs are sent to via NAS reroute.
957
+ """
958
+ pulumi.set(__self__, "macro_mme_group_id", macro_mme_group_id)
959
+
960
+ @property
961
+ @pulumi.getter(name="macroMmeGroupId")
962
+ def macro_mme_group_id(self) -> int:
963
+ """
964
+ The macro network's MME group ID. This is where unknown UEs are sent to via NAS reroute.
965
+ """
966
+ return pulumi.get(self, "macro_mme_group_id")
967
+
968
+
969
+ @pulumi.output_type
970
+ class NaptConfigurationResponse(dict):
971
+ """
972
+ The network address and port translation settings to use for the attached data network.
973
+ """
974
+ @staticmethod
975
+ def __key_warning(key: str):
976
+ suggest = None
977
+ if key == "pinholeLimits":
978
+ suggest = "pinhole_limits"
979
+ elif key == "pinholeTimeouts":
980
+ suggest = "pinhole_timeouts"
981
+ elif key == "portRange":
982
+ suggest = "port_range"
983
+ elif key == "portReuseHoldTime":
984
+ suggest = "port_reuse_hold_time"
985
+
986
+ if suggest:
987
+ pulumi.log.warn(f"Key '{key}' not found in NaptConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
988
+
989
+ def __getitem__(self, key: str) -> Any:
990
+ NaptConfigurationResponse.__key_warning(key)
991
+ return super().__getitem__(key)
992
+
993
+ def get(self, key: str, default = None) -> Any:
994
+ NaptConfigurationResponse.__key_warning(key)
995
+ return super().get(key, default)
996
+
997
+ def __init__(__self__, *,
998
+ enabled: Optional[str] = None,
999
+ pinhole_limits: Optional[int] = None,
1000
+ pinhole_timeouts: Optional['outputs.PinholeTimeoutsResponse'] = None,
1001
+ port_range: Optional['outputs.PortRangeResponse'] = None,
1002
+ port_reuse_hold_time: Optional['outputs.PortReuseHoldTimesResponse'] = None):
1003
+ """
1004
+ The network address and port translation settings to use for the attached data network.
1005
+ :param str enabled: Whether NAPT is enabled for connections to this attached data network.
1006
+ :param int pinhole_limits: Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface.
1007
+ :param 'PinholeTimeoutsResponse' pinhole_timeouts: Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.
1008
+ :param 'PortRangeResponse' port_range: Range of port numbers to use as translated ports on each translated address.
1009
+ If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.
1010
+ (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)
1011
+ :param 'PortReuseHoldTimesResponse' port_reuse_hold_time: The minimum time (in seconds) that will pass before a port that was used by a closed pinhole can be recycled for use by another pinhole. All hold times must be at least 1 second.
1012
+ """
1013
+ if enabled is not None:
1014
+ pulumi.set(__self__, "enabled", enabled)
1015
+ if pinhole_limits is None:
1016
+ pinhole_limits = 65536
1017
+ if pinhole_limits is not None:
1018
+ pulumi.set(__self__, "pinhole_limits", pinhole_limits)
1019
+ if pinhole_timeouts is not None:
1020
+ pulumi.set(__self__, "pinhole_timeouts", pinhole_timeouts)
1021
+ if port_range is not None:
1022
+ pulumi.set(__self__, "port_range", port_range)
1023
+ if port_reuse_hold_time is not None:
1024
+ pulumi.set(__self__, "port_reuse_hold_time", port_reuse_hold_time)
1025
+
1026
+ @property
1027
+ @pulumi.getter
1028
+ def enabled(self) -> Optional[str]:
1029
+ """
1030
+ Whether NAPT is enabled for connections to this attached data network.
1031
+ """
1032
+ return pulumi.get(self, "enabled")
1033
+
1034
+ @property
1035
+ @pulumi.getter(name="pinholeLimits")
1036
+ def pinhole_limits(self) -> Optional[int]:
1037
+ """
1038
+ Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface.
1039
+ """
1040
+ return pulumi.get(self, "pinhole_limits")
1041
+
1042
+ @property
1043
+ @pulumi.getter(name="pinholeTimeouts")
1044
+ def pinhole_timeouts(self) -> Optional['outputs.PinholeTimeoutsResponse']:
1045
+ """
1046
+ Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.
1047
+ """
1048
+ return pulumi.get(self, "pinhole_timeouts")
1049
+
1050
+ @property
1051
+ @pulumi.getter(name="portRange")
1052
+ def port_range(self) -> Optional['outputs.PortRangeResponse']:
1053
+ """
1054
+ Range of port numbers to use as translated ports on each translated address.
1055
+ If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.
1056
+ (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)
1057
+ """
1058
+ return pulumi.get(self, "port_range")
1059
+
1060
+ @property
1061
+ @pulumi.getter(name="portReuseHoldTime")
1062
+ def port_reuse_hold_time(self) -> Optional['outputs.PortReuseHoldTimesResponse']:
1063
+ """
1064
+ The minimum time (in seconds) that will pass before a port that was used by a closed pinhole can be recycled for use by another pinhole. All hold times must be at least 1 second.
1065
+ """
1066
+ return pulumi.get(self, "port_reuse_hold_time")
1067
+
1068
+
1069
+ @pulumi.output_type
1070
+ class PccRuleConfigurationResponse(dict):
1071
+ """
1072
+ Data flow policy rule configuration
1073
+ """
1074
+ @staticmethod
1075
+ def __key_warning(key: str):
1076
+ suggest = None
1077
+ if key == "ruleName":
1078
+ suggest = "rule_name"
1079
+ elif key == "rulePrecedence":
1080
+ suggest = "rule_precedence"
1081
+ elif key == "serviceDataFlowTemplates":
1082
+ suggest = "service_data_flow_templates"
1083
+ elif key == "ruleQosPolicy":
1084
+ suggest = "rule_qos_policy"
1085
+ elif key == "trafficControl":
1086
+ suggest = "traffic_control"
1087
+
1088
+ if suggest:
1089
+ pulumi.log.warn(f"Key '{key}' not found in PccRuleConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1090
+
1091
+ def __getitem__(self, key: str) -> Any:
1092
+ PccRuleConfigurationResponse.__key_warning(key)
1093
+ return super().__getitem__(key)
1094
+
1095
+ def get(self, key: str, default = None) -> Any:
1096
+ PccRuleConfigurationResponse.__key_warning(key)
1097
+ return super().get(key, default)
1098
+
1099
+ def __init__(__self__, *,
1100
+ rule_name: str,
1101
+ rule_precedence: int,
1102
+ service_data_flow_templates: Sequence['outputs.ServiceDataFlowTemplateResponse'],
1103
+ rule_qos_policy: Optional['outputs.PccRuleQosPolicyResponse'] = None,
1104
+ traffic_control: Optional[str] = None):
1105
+ """
1106
+ Data flow policy rule configuration
1107
+ :param str rule_name: The name of the rule. This must be unique within the parent service. You must not use any of the following reserved strings - `default`, `requested` or `service`.
1108
+ :param int rule_precedence: A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority. This value should be unique among all data flow policy rules configured in the mobile network.
1109
+ :param Sequence['ServiceDataFlowTemplateResponse'] service_data_flow_templates: The set of data flow templates to use for this data flow policy rule.
1110
+ :param 'PccRuleQosPolicyResponse' rule_qos_policy: The QoS policy to use for packets matching this rule. If this field is null then the parent service will define the QoS settings.
1111
+ :param str traffic_control: Determines whether flows that match this data flow policy rule are permitted.
1112
+ """
1113
+ pulumi.set(__self__, "rule_name", rule_name)
1114
+ pulumi.set(__self__, "rule_precedence", rule_precedence)
1115
+ pulumi.set(__self__, "service_data_flow_templates", service_data_flow_templates)
1116
+ if rule_qos_policy is not None:
1117
+ pulumi.set(__self__, "rule_qos_policy", rule_qos_policy)
1118
+ if traffic_control is None:
1119
+ traffic_control = 'Enabled'
1120
+ if traffic_control is not None:
1121
+ pulumi.set(__self__, "traffic_control", traffic_control)
1122
+
1123
+ @property
1124
+ @pulumi.getter(name="ruleName")
1125
+ def rule_name(self) -> str:
1126
+ """
1127
+ The name of the rule. This must be unique within the parent service. You must not use any of the following reserved strings - `default`, `requested` or `service`.
1128
+ """
1129
+ return pulumi.get(self, "rule_name")
1130
+
1131
+ @property
1132
+ @pulumi.getter(name="rulePrecedence")
1133
+ def rule_precedence(self) -> int:
1134
+ """
1135
+ A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority. This value should be unique among all data flow policy rules configured in the mobile network.
1136
+ """
1137
+ return pulumi.get(self, "rule_precedence")
1138
+
1139
+ @property
1140
+ @pulumi.getter(name="serviceDataFlowTemplates")
1141
+ def service_data_flow_templates(self) -> Sequence['outputs.ServiceDataFlowTemplateResponse']:
1142
+ """
1143
+ The set of data flow templates to use for this data flow policy rule.
1144
+ """
1145
+ return pulumi.get(self, "service_data_flow_templates")
1146
+
1147
+ @property
1148
+ @pulumi.getter(name="ruleQosPolicy")
1149
+ def rule_qos_policy(self) -> Optional['outputs.PccRuleQosPolicyResponse']:
1150
+ """
1151
+ The QoS policy to use for packets matching this rule. If this field is null then the parent service will define the QoS settings.
1152
+ """
1153
+ return pulumi.get(self, "rule_qos_policy")
1154
+
1155
+ @property
1156
+ @pulumi.getter(name="trafficControl")
1157
+ def traffic_control(self) -> Optional[str]:
1158
+ """
1159
+ Determines whether flows that match this data flow policy rule are permitted.
1160
+ """
1161
+ return pulumi.get(self, "traffic_control")
1162
+
1163
+
1164
+ @pulumi.output_type
1165
+ class PccRuleQosPolicyResponse(dict):
1166
+ """
1167
+ Data flow policy rule QoS policy
1168
+ """
1169
+ @staticmethod
1170
+ def __key_warning(key: str):
1171
+ suggest = None
1172
+ if key == "maximumBitRate":
1173
+ suggest = "maximum_bit_rate"
1174
+ elif key == "allocationAndRetentionPriorityLevel":
1175
+ suggest = "allocation_and_retention_priority_level"
1176
+ elif key == "fiveQi":
1177
+ suggest = "five_qi"
1178
+ elif key == "guaranteedBitRate":
1179
+ suggest = "guaranteed_bit_rate"
1180
+ elif key == "preemptionCapability":
1181
+ suggest = "preemption_capability"
1182
+ elif key == "preemptionVulnerability":
1183
+ suggest = "preemption_vulnerability"
1184
+
1185
+ if suggest:
1186
+ pulumi.log.warn(f"Key '{key}' not found in PccRuleQosPolicyResponse. Access the value via the '{suggest}' property getter instead.")
1187
+
1188
+ def __getitem__(self, key: str) -> Any:
1189
+ PccRuleQosPolicyResponse.__key_warning(key)
1190
+ return super().__getitem__(key)
1191
+
1192
+ def get(self, key: str, default = None) -> Any:
1193
+ PccRuleQosPolicyResponse.__key_warning(key)
1194
+ return super().get(key, default)
1195
+
1196
+ def __init__(__self__, *,
1197
+ maximum_bit_rate: 'outputs.AmbrResponse',
1198
+ allocation_and_retention_priority_level: Optional[int] = None,
1199
+ five_qi: Optional[int] = None,
1200
+ guaranteed_bit_rate: Optional['outputs.AmbrResponse'] = None,
1201
+ preemption_capability: Optional[str] = None,
1202
+ preemption_vulnerability: Optional[str] = None):
1203
+ """
1204
+ Data flow policy rule QoS policy
1205
+ :param 'AmbrResponse' maximum_bit_rate: The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
1206
+ :param int allocation_and_retention_priority_level: QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1207
+ :param int five_qi: 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
1208
+ :param 'AmbrResponse' guaranteed_bit_rate: The guaranteed bit rate (GBR) for all service data flows that use this data flow policy rule. This is an optional setting. If you do not provide a value, there will be no GBR set for the data flow policy rule that uses this QoS definition.
1209
+ :param str preemption_capability: QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1210
+ :param str preemption_vulnerability: QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1211
+ """
1212
+ pulumi.set(__self__, "maximum_bit_rate", maximum_bit_rate)
1213
+ if allocation_and_retention_priority_level is None:
1214
+ allocation_and_retention_priority_level = 9
1215
+ if allocation_and_retention_priority_level is not None:
1216
+ pulumi.set(__self__, "allocation_and_retention_priority_level", allocation_and_retention_priority_level)
1217
+ if five_qi is None:
1218
+ five_qi = 9
1219
+ if five_qi is not None:
1220
+ pulumi.set(__self__, "five_qi", five_qi)
1221
+ if guaranteed_bit_rate is not None:
1222
+ pulumi.set(__self__, "guaranteed_bit_rate", guaranteed_bit_rate)
1223
+ if preemption_capability is None:
1224
+ preemption_capability = 'NotPreempt'
1225
+ if preemption_capability is not None:
1226
+ pulumi.set(__self__, "preemption_capability", preemption_capability)
1227
+ if preemption_vulnerability is None:
1228
+ preemption_vulnerability = 'Preemptable'
1229
+ if preemption_vulnerability is not None:
1230
+ pulumi.set(__self__, "preemption_vulnerability", preemption_vulnerability)
1231
+
1232
+ @property
1233
+ @pulumi.getter(name="maximumBitRate")
1234
+ def maximum_bit_rate(self) -> 'outputs.AmbrResponse':
1235
+ """
1236
+ The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
1237
+ """
1238
+ return pulumi.get(self, "maximum_bit_rate")
1239
+
1240
+ @property
1241
+ @pulumi.getter(name="allocationAndRetentionPriorityLevel")
1242
+ def allocation_and_retention_priority_level(self) -> Optional[int]:
1243
+ """
1244
+ QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1245
+ """
1246
+ return pulumi.get(self, "allocation_and_retention_priority_level")
1247
+
1248
+ @property
1249
+ @pulumi.getter(name="fiveQi")
1250
+ def five_qi(self) -> Optional[int]:
1251
+ """
1252
+ 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
1253
+ """
1254
+ return pulumi.get(self, "five_qi")
1255
+
1256
+ @property
1257
+ @pulumi.getter(name="guaranteedBitRate")
1258
+ def guaranteed_bit_rate(self) -> Optional['outputs.AmbrResponse']:
1259
+ """
1260
+ The guaranteed bit rate (GBR) for all service data flows that use this data flow policy rule. This is an optional setting. If you do not provide a value, there will be no GBR set for the data flow policy rule that uses this QoS definition.
1261
+ """
1262
+ return pulumi.get(self, "guaranteed_bit_rate")
1263
+
1264
+ @property
1265
+ @pulumi.getter(name="preemptionCapability")
1266
+ def preemption_capability(self) -> Optional[str]:
1267
+ """
1268
+ QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1269
+ """
1270
+ return pulumi.get(self, "preemption_capability")
1271
+
1272
+ @property
1273
+ @pulumi.getter(name="preemptionVulnerability")
1274
+ def preemption_vulnerability(self) -> Optional[str]:
1275
+ """
1276
+ QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1277
+ """
1278
+ return pulumi.get(self, "preemption_vulnerability")
1279
+
1280
+
1281
+ @pulumi.output_type
1282
+ class PinholeTimeoutsResponse(dict):
1283
+ """
1284
+ Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.
1285
+ """
1286
+ def __init__(__self__, *,
1287
+ icmp: Optional[int] = None,
1288
+ tcp: Optional[int] = None,
1289
+ udp: Optional[int] = None):
1290
+ """
1291
+ Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.
1292
+ :param int icmp: Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 30 seconds.
1293
+ :param int tcp: Pinhole timeout for TCP pinholes in seconds. Default for TCP is 3 minutes.
1294
+ :param int udp: Pinhole timeout for UDP pinholes in seconds. Default for UDP is 30 seconds.
1295
+ """
1296
+ if icmp is None:
1297
+ icmp = 30
1298
+ if icmp is not None:
1299
+ pulumi.set(__self__, "icmp", icmp)
1300
+ if tcp is None:
1301
+ tcp = 180
1302
+ if tcp is not None:
1303
+ pulumi.set(__self__, "tcp", tcp)
1304
+ if udp is None:
1305
+ udp = 30
1306
+ if udp is not None:
1307
+ pulumi.set(__self__, "udp", udp)
1308
+
1309
+ @property
1310
+ @pulumi.getter
1311
+ def icmp(self) -> Optional[int]:
1312
+ """
1313
+ Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 30 seconds.
1314
+ """
1315
+ return pulumi.get(self, "icmp")
1316
+
1317
+ @property
1318
+ @pulumi.getter
1319
+ def tcp(self) -> Optional[int]:
1320
+ """
1321
+ Pinhole timeout for TCP pinholes in seconds. Default for TCP is 3 minutes.
1322
+ """
1323
+ return pulumi.get(self, "tcp")
1324
+
1325
+ @property
1326
+ @pulumi.getter
1327
+ def udp(self) -> Optional[int]:
1328
+ """
1329
+ Pinhole timeout for UDP pinholes in seconds. Default for UDP is 30 seconds.
1330
+ """
1331
+ return pulumi.get(self, "udp")
1332
+
1333
+
1334
+ @pulumi.output_type
1335
+ class PlatformConfigurationResponse(dict):
1336
+ """
1337
+ The platform where the packet core is deployed.
1338
+ """
1339
+ @staticmethod
1340
+ def __key_warning(key: str):
1341
+ suggest = None
1342
+ if key == "azureStackEdgeDevices":
1343
+ suggest = "azure_stack_edge_devices"
1344
+ elif key == "azureStackEdgeDevice":
1345
+ suggest = "azure_stack_edge_device"
1346
+ elif key == "azureStackHciCluster":
1347
+ suggest = "azure_stack_hci_cluster"
1348
+ elif key == "connectedCluster":
1349
+ suggest = "connected_cluster"
1350
+ elif key == "customLocation":
1351
+ suggest = "custom_location"
1352
+
1353
+ if suggest:
1354
+ pulumi.log.warn(f"Key '{key}' not found in PlatformConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1355
+
1356
+ def __getitem__(self, key: str) -> Any:
1357
+ PlatformConfigurationResponse.__key_warning(key)
1358
+ return super().__getitem__(key)
1359
+
1360
+ def get(self, key: str, default = None) -> Any:
1361
+ PlatformConfigurationResponse.__key_warning(key)
1362
+ return super().get(key, default)
1363
+
1364
+ def __init__(__self__, *,
1365
+ azure_stack_edge_devices: Sequence['outputs.AzureStackEdgeDeviceResourceIdResponse'],
1366
+ type: str,
1367
+ azure_stack_edge_device: Optional['outputs.AzureStackEdgeDeviceResourceIdResponse'] = None,
1368
+ azure_stack_hci_cluster: Optional['outputs.AzureStackHCIClusterResourceIdResponse'] = None,
1369
+ connected_cluster: Optional['outputs.ConnectedClusterResourceIdResponse'] = None,
1370
+ custom_location: Optional['outputs.CustomLocationResourceIdResponse'] = None):
1371
+ """
1372
+ The platform where the packet core is deployed.
1373
+ :param Sequence['AzureStackEdgeDeviceResourceIdResponse'] azure_stack_edge_devices: The Azure Stack Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list.
1374
+ :param str type: The platform type where packet core is deployed.
1375
+ :param 'AzureStackEdgeDeviceResourceIdResponse' azure_stack_edge_device: The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
1376
+ :param 'AzureStackHCIClusterResourceIdResponse' azure_stack_hci_cluster: The Azure Stack HCI cluster where the packet core is deployed.
1377
+ :param 'ConnectedClusterResourceIdResponse' connected_cluster: Azure Arc connected cluster where the packet core is deployed.
1378
+ :param 'CustomLocationResourceIdResponse' custom_location: Azure Arc custom location where the packet core is deployed.
1379
+ """
1380
+ pulumi.set(__self__, "azure_stack_edge_devices", azure_stack_edge_devices)
1381
+ pulumi.set(__self__, "type", type)
1382
+ if azure_stack_edge_device is not None:
1383
+ pulumi.set(__self__, "azure_stack_edge_device", azure_stack_edge_device)
1384
+ if azure_stack_hci_cluster is not None:
1385
+ pulumi.set(__self__, "azure_stack_hci_cluster", azure_stack_hci_cluster)
1386
+ if connected_cluster is not None:
1387
+ pulumi.set(__self__, "connected_cluster", connected_cluster)
1388
+ if custom_location is not None:
1389
+ pulumi.set(__self__, "custom_location", custom_location)
1390
+
1391
+ @property
1392
+ @pulumi.getter(name="azureStackEdgeDevices")
1393
+ def azure_stack_edge_devices(self) -> Sequence['outputs.AzureStackEdgeDeviceResourceIdResponse']:
1394
+ """
1395
+ The Azure Stack Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list.
1396
+ """
1397
+ return pulumi.get(self, "azure_stack_edge_devices")
1398
+
1399
+ @property
1400
+ @pulumi.getter
1401
+ def type(self) -> str:
1402
+ """
1403
+ The platform type where packet core is deployed.
1404
+ """
1405
+ return pulumi.get(self, "type")
1406
+
1407
+ @property
1408
+ @pulumi.getter(name="azureStackEdgeDevice")
1409
+ def azure_stack_edge_device(self) -> Optional['outputs.AzureStackEdgeDeviceResourceIdResponse']:
1410
+ """
1411
+ The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
1412
+ """
1413
+ return pulumi.get(self, "azure_stack_edge_device")
1414
+
1415
+ @property
1416
+ @pulumi.getter(name="azureStackHciCluster")
1417
+ def azure_stack_hci_cluster(self) -> Optional['outputs.AzureStackHCIClusterResourceIdResponse']:
1418
+ """
1419
+ The Azure Stack HCI cluster where the packet core is deployed.
1420
+ """
1421
+ return pulumi.get(self, "azure_stack_hci_cluster")
1422
+
1423
+ @property
1424
+ @pulumi.getter(name="connectedCluster")
1425
+ def connected_cluster(self) -> Optional['outputs.ConnectedClusterResourceIdResponse']:
1426
+ """
1427
+ Azure Arc connected cluster where the packet core is deployed.
1428
+ """
1429
+ return pulumi.get(self, "connected_cluster")
1430
+
1431
+ @property
1432
+ @pulumi.getter(name="customLocation")
1433
+ def custom_location(self) -> Optional['outputs.CustomLocationResourceIdResponse']:
1434
+ """
1435
+ Azure Arc custom location where the packet core is deployed.
1436
+ """
1437
+ return pulumi.get(self, "custom_location")
1438
+
1439
+
1440
+ @pulumi.output_type
1441
+ class PlmnIdResponse(dict):
1442
+ """
1443
+ Public land mobile network (PLMN) ID.
1444
+ """
1445
+ def __init__(__self__, *,
1446
+ mcc: str,
1447
+ mnc: str):
1448
+ """
1449
+ Public land mobile network (PLMN) ID.
1450
+ :param str mcc: Mobile country code (MCC).
1451
+ :param str mnc: Mobile network code (MNC).
1452
+ """
1453
+ pulumi.set(__self__, "mcc", mcc)
1454
+ pulumi.set(__self__, "mnc", mnc)
1455
+
1456
+ @property
1457
+ @pulumi.getter
1458
+ def mcc(self) -> str:
1459
+ """
1460
+ Mobile country code (MCC).
1461
+ """
1462
+ return pulumi.get(self, "mcc")
1463
+
1464
+ @property
1465
+ @pulumi.getter
1466
+ def mnc(self) -> str:
1467
+ """
1468
+ Mobile network code (MNC).
1469
+ """
1470
+ return pulumi.get(self, "mnc")
1471
+
1472
+
1473
+ @pulumi.output_type
1474
+ class PortRangeResponse(dict):
1475
+ """
1476
+ Range of port numbers to use as translated ports on each translated address.
1477
+ If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.
1478
+ (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)
1479
+ """
1480
+ @staticmethod
1481
+ def __key_warning(key: str):
1482
+ suggest = None
1483
+ if key == "maxPort":
1484
+ suggest = "max_port"
1485
+ elif key == "minPort":
1486
+ suggest = "min_port"
1487
+
1488
+ if suggest:
1489
+ pulumi.log.warn(f"Key '{key}' not found in PortRangeResponse. Access the value via the '{suggest}' property getter instead.")
1490
+
1491
+ def __getitem__(self, key: str) -> Any:
1492
+ PortRangeResponse.__key_warning(key)
1493
+ return super().__getitem__(key)
1494
+
1495
+ def get(self, key: str, default = None) -> Any:
1496
+ PortRangeResponse.__key_warning(key)
1497
+ return super().get(key, default)
1498
+
1499
+ def __init__(__self__, *,
1500
+ max_port: Optional[int] = None,
1501
+ min_port: Optional[int] = None):
1502
+ """
1503
+ Range of port numbers to use as translated ports on each translated address.
1504
+ If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.
1505
+ (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)
1506
+ :param int max_port: The maximum port number
1507
+ :param int min_port: The minimum port number
1508
+ """
1509
+ if max_port is None:
1510
+ max_port = 49999
1511
+ if max_port is not None:
1512
+ pulumi.set(__self__, "max_port", max_port)
1513
+ if min_port is None:
1514
+ min_port = 1024
1515
+ if min_port is not None:
1516
+ pulumi.set(__self__, "min_port", min_port)
1517
+
1518
+ @property
1519
+ @pulumi.getter(name="maxPort")
1520
+ def max_port(self) -> Optional[int]:
1521
+ """
1522
+ The maximum port number
1523
+ """
1524
+ return pulumi.get(self, "max_port")
1525
+
1526
+ @property
1527
+ @pulumi.getter(name="minPort")
1528
+ def min_port(self) -> Optional[int]:
1529
+ """
1530
+ The minimum port number
1531
+ """
1532
+ return pulumi.get(self, "min_port")
1533
+
1534
+
1535
+ @pulumi.output_type
1536
+ class PortReuseHoldTimesResponse(dict):
1537
+ """
1538
+ The minimum time (in seconds) that will pass before a port that was used by a closed pinhole can be recycled for use by another pinhole. All hold times must be minimum 1 second.
1539
+ """
1540
+ def __init__(__self__, *,
1541
+ tcp: Optional[int] = None,
1542
+ udp: Optional[int] = None):
1543
+ """
1544
+ The minimum time (in seconds) that will pass before a port that was used by a closed pinhole can be recycled for use by another pinhole. All hold times must be minimum 1 second.
1545
+ :param int tcp: Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. Default for TCP is 2 minutes.
1546
+ :param int udp: Minimum time in seconds that will pass before a UDP port that was used by a closed pinhole can be reused. Default for UDP is 1 minute.
1547
+ """
1548
+ if tcp is None:
1549
+ tcp = 120
1550
+ if tcp is not None:
1551
+ pulumi.set(__self__, "tcp", tcp)
1552
+ if udp is None:
1553
+ udp = 60
1554
+ if udp is not None:
1555
+ pulumi.set(__self__, "udp", udp)
1556
+
1557
+ @property
1558
+ @pulumi.getter
1559
+ def tcp(self) -> Optional[int]:
1560
+ """
1561
+ Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. Default for TCP is 2 minutes.
1562
+ """
1563
+ return pulumi.get(self, "tcp")
1564
+
1565
+ @property
1566
+ @pulumi.getter
1567
+ def udp(self) -> Optional[int]:
1568
+ """
1569
+ Minimum time in seconds that will pass before a UDP port that was used by a closed pinhole can be reused. Default for UDP is 1 minute.
1570
+ """
1571
+ return pulumi.get(self, "udp")
1572
+
1573
+
1574
+ @pulumi.output_type
1575
+ class QosPolicyResponse(dict):
1576
+ """
1577
+ QoS policy
1578
+ """
1579
+ @staticmethod
1580
+ def __key_warning(key: str):
1581
+ suggest = None
1582
+ if key == "maximumBitRate":
1583
+ suggest = "maximum_bit_rate"
1584
+ elif key == "allocationAndRetentionPriorityLevel":
1585
+ suggest = "allocation_and_retention_priority_level"
1586
+ elif key == "fiveQi":
1587
+ suggest = "five_qi"
1588
+ elif key == "preemptionCapability":
1589
+ suggest = "preemption_capability"
1590
+ elif key == "preemptionVulnerability":
1591
+ suggest = "preemption_vulnerability"
1592
+
1593
+ if suggest:
1594
+ pulumi.log.warn(f"Key '{key}' not found in QosPolicyResponse. Access the value via the '{suggest}' property getter instead.")
1595
+
1596
+ def __getitem__(self, key: str) -> Any:
1597
+ QosPolicyResponse.__key_warning(key)
1598
+ return super().__getitem__(key)
1599
+
1600
+ def get(self, key: str, default = None) -> Any:
1601
+ QosPolicyResponse.__key_warning(key)
1602
+ return super().get(key, default)
1603
+
1604
+ def __init__(__self__, *,
1605
+ maximum_bit_rate: 'outputs.AmbrResponse',
1606
+ allocation_and_retention_priority_level: Optional[int] = None,
1607
+ five_qi: Optional[int] = None,
1608
+ preemption_capability: Optional[str] = None,
1609
+ preemption_vulnerability: Optional[str] = None):
1610
+ """
1611
+ QoS policy
1612
+ :param 'AmbrResponse' maximum_bit_rate: The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
1613
+ :param int allocation_and_retention_priority_level: QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1614
+ :param int five_qi: 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
1615
+ :param str preemption_capability: QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1616
+ :param str preemption_vulnerability: QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1617
+ """
1618
+ pulumi.set(__self__, "maximum_bit_rate", maximum_bit_rate)
1619
+ if allocation_and_retention_priority_level is None:
1620
+ allocation_and_retention_priority_level = 9
1621
+ if allocation_and_retention_priority_level is not None:
1622
+ pulumi.set(__self__, "allocation_and_retention_priority_level", allocation_and_retention_priority_level)
1623
+ if five_qi is None:
1624
+ five_qi = 9
1625
+ if five_qi is not None:
1626
+ pulumi.set(__self__, "five_qi", five_qi)
1627
+ if preemption_capability is None:
1628
+ preemption_capability = 'NotPreempt'
1629
+ if preemption_capability is not None:
1630
+ pulumi.set(__self__, "preemption_capability", preemption_capability)
1631
+ if preemption_vulnerability is None:
1632
+ preemption_vulnerability = 'Preemptable'
1633
+ if preemption_vulnerability is not None:
1634
+ pulumi.set(__self__, "preemption_vulnerability", preemption_vulnerability)
1635
+
1636
+ @property
1637
+ @pulumi.getter(name="maximumBitRate")
1638
+ def maximum_bit_rate(self) -> 'outputs.AmbrResponse':
1639
+ """
1640
+ The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
1641
+ """
1642
+ return pulumi.get(self, "maximum_bit_rate")
1643
+
1644
+ @property
1645
+ @pulumi.getter(name="allocationAndRetentionPriorityLevel")
1646
+ def allocation_and_retention_priority_level(self) -> Optional[int]:
1647
+ """
1648
+ QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of `preemptionCapability` and `preemptionVulnerability` allow it. 1 is the highest level of priority. If this field is not specified then `5qi` is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1649
+ """
1650
+ return pulumi.get(self, "allocation_and_retention_priority_level")
1651
+
1652
+ @property
1653
+ @pulumi.getter(name="fiveQi")
1654
+ def five_qi(self) -> Optional[int]:
1655
+ """
1656
+ 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
1657
+ """
1658
+ return pulumi.get(self, "five_qi")
1659
+
1660
+ @property
1661
+ @pulumi.getter(name="preemptionCapability")
1662
+ def preemption_capability(self) -> Optional[str]:
1663
+ """
1664
+ QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1665
+ """
1666
+ return pulumi.get(self, "preemption_capability")
1667
+
1668
+ @property
1669
+ @pulumi.getter(name="preemptionVulnerability")
1670
+ def preemption_vulnerability(self) -> Optional[str]:
1671
+ """
1672
+ QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
1673
+ """
1674
+ return pulumi.get(self, "preemption_vulnerability")
1675
+
1676
+
1677
+ @pulumi.output_type
1678
+ class ServiceDataFlowTemplateResponse(dict):
1679
+ """
1680
+ Data flow template
1681
+ """
1682
+ @staticmethod
1683
+ def __key_warning(key: str):
1684
+ suggest = None
1685
+ if key == "remoteIpList":
1686
+ suggest = "remote_ip_list"
1687
+ elif key == "templateName":
1688
+ suggest = "template_name"
1689
+
1690
+ if suggest:
1691
+ pulumi.log.warn(f"Key '{key}' not found in ServiceDataFlowTemplateResponse. Access the value via the '{suggest}' property getter instead.")
1692
+
1693
+ def __getitem__(self, key: str) -> Any:
1694
+ ServiceDataFlowTemplateResponse.__key_warning(key)
1695
+ return super().__getitem__(key)
1696
+
1697
+ def get(self, key: str, default = None) -> Any:
1698
+ ServiceDataFlowTemplateResponse.__key_warning(key)
1699
+ return super().get(key, default)
1700
+
1701
+ def __init__(__self__, *,
1702
+ direction: str,
1703
+ protocol: Sequence[str],
1704
+ remote_ip_list: Sequence[str],
1705
+ template_name: str,
1706
+ ports: Optional[Sequence[str]] = None):
1707
+ """
1708
+ Data flow template
1709
+ :param str direction: The direction of this flow.
1710
+ :param Sequence[str] protocol: A list of the allowed protocol(s) for this flow. If you want this flow to be able to use any protocol within the internet protocol suite, use the value `ip`. If you only want to allow a selection of protocols, you must use the corresponding IANA Assigned Internet Protocol Number for each protocol, as described in https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml. For example, for UDP, you must use 17. If you use the value `ip` then you must leave the field `port` unspecified.
1711
+ :param Sequence[str] remote_ip_list: The remote IP address(es) to which UEs will connect for this flow. If you want to allow connections on any IP address, use the value `any`. Otherwise, you must provide each of the remote IP addresses to which the packet core instance will connect for this flow. You must provide each IP address in CIDR notation, including the netmask (for example, 192.0.2.54/24).
1712
+ :param str template_name: The name of the data flow template. This must be unique within the parent data flow policy rule. You must not use any of the following reserved strings - `default`, `requested` or `service`.
1713
+ :param Sequence[str] ports: The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges. If you specify one or more ports or port ranges then you must specify a value other than `ip` in the `protocol` field. This is an optional setting. If you do not specify it then connections will be allowed on all ports. Port ranges must be specified as <FirstPort>-<LastPort>. For example: [`8080`, `8082-8085`].
1714
+ """
1715
+ pulumi.set(__self__, "direction", direction)
1716
+ pulumi.set(__self__, "protocol", protocol)
1717
+ pulumi.set(__self__, "remote_ip_list", remote_ip_list)
1718
+ pulumi.set(__self__, "template_name", template_name)
1719
+ if ports is not None:
1720
+ pulumi.set(__self__, "ports", ports)
1721
+
1722
+ @property
1723
+ @pulumi.getter
1724
+ def direction(self) -> str:
1725
+ """
1726
+ The direction of this flow.
1727
+ """
1728
+ return pulumi.get(self, "direction")
1729
+
1730
+ @property
1731
+ @pulumi.getter
1732
+ def protocol(self) -> Sequence[str]:
1733
+ """
1734
+ A list of the allowed protocol(s) for this flow. If you want this flow to be able to use any protocol within the internet protocol suite, use the value `ip`. If you only want to allow a selection of protocols, you must use the corresponding IANA Assigned Internet Protocol Number for each protocol, as described in https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml. For example, for UDP, you must use 17. If you use the value `ip` then you must leave the field `port` unspecified.
1735
+ """
1736
+ return pulumi.get(self, "protocol")
1737
+
1738
+ @property
1739
+ @pulumi.getter(name="remoteIpList")
1740
+ def remote_ip_list(self) -> Sequence[str]:
1741
+ """
1742
+ The remote IP address(es) to which UEs will connect for this flow. If you want to allow connections on any IP address, use the value `any`. Otherwise, you must provide each of the remote IP addresses to which the packet core instance will connect for this flow. You must provide each IP address in CIDR notation, including the netmask (for example, 192.0.2.54/24).
1743
+ """
1744
+ return pulumi.get(self, "remote_ip_list")
1745
+
1746
+ @property
1747
+ @pulumi.getter(name="templateName")
1748
+ def template_name(self) -> str:
1749
+ """
1750
+ The name of the data flow template. This must be unique within the parent data flow policy rule. You must not use any of the following reserved strings - `default`, `requested` or `service`.
1751
+ """
1752
+ return pulumi.get(self, "template_name")
1753
+
1754
+ @property
1755
+ @pulumi.getter
1756
+ def ports(self) -> Optional[Sequence[str]]:
1757
+ """
1758
+ The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges. If you specify one or more ports or port ranges then you must specify a value other than `ip` in the `protocol` field. This is an optional setting. If you do not specify it then connections will be allowed on all ports. Port ranges must be specified as <FirstPort>-<LastPort>. For example: [`8080`, `8082-8085`].
1759
+ """
1760
+ return pulumi.get(self, "ports")
1761
+
1762
+
1763
+ @pulumi.output_type
1764
+ class ServiceResourceIdResponse(dict):
1765
+ """
1766
+ Reference to a service resource.
1767
+ """
1768
+ def __init__(__self__, *,
1769
+ id: str):
1770
+ """
1771
+ Reference to a service resource.
1772
+ :param str id: Service resource ID.
1773
+ """
1774
+ pulumi.set(__self__, "id", id)
1775
+
1776
+ @property
1777
+ @pulumi.getter
1778
+ def id(self) -> str:
1779
+ """
1780
+ Service resource ID.
1781
+ """
1782
+ return pulumi.get(self, "id")
1783
+
1784
+
1785
+ @pulumi.output_type
1786
+ class SignalingConfigurationResponse(dict):
1787
+ """
1788
+ Signaling configuration for the packet core.
1789
+ """
1790
+ @staticmethod
1791
+ def __key_warning(key: str):
1792
+ suggest = None
1793
+ if key == "nasReroute":
1794
+ suggest = "nas_reroute"
1795
+
1796
+ if suggest:
1797
+ pulumi.log.warn(f"Key '{key}' not found in SignalingConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1798
+
1799
+ def __getitem__(self, key: str) -> Any:
1800
+ SignalingConfigurationResponse.__key_warning(key)
1801
+ return super().__getitem__(key)
1802
+
1803
+ def get(self, key: str, default = None) -> Any:
1804
+ SignalingConfigurationResponse.__key_warning(key)
1805
+ return super().get(key, default)
1806
+
1807
+ def __init__(__self__, *,
1808
+ nas_reroute: Optional['outputs.NASRerouteConfigurationResponse'] = None):
1809
+ """
1810
+ Signaling configuration for the packet core.
1811
+ :param 'NASRerouteConfigurationResponse' nas_reroute: Configuration enabling 4G NAS reroute.
1812
+ """
1813
+ if nas_reroute is not None:
1814
+ pulumi.set(__self__, "nas_reroute", nas_reroute)
1815
+
1816
+ @property
1817
+ @pulumi.getter(name="nasReroute")
1818
+ def nas_reroute(self) -> Optional['outputs.NASRerouteConfigurationResponse']:
1819
+ """
1820
+ Configuration enabling 4G NAS reroute.
1821
+ """
1822
+ return pulumi.get(self, "nas_reroute")
1823
+
1824
+
1825
+ @pulumi.output_type
1826
+ class SimPolicyResourceIdResponse(dict):
1827
+ """
1828
+ Reference to a SIM policy resource.
1829
+ """
1830
+ def __init__(__self__, *,
1831
+ id: str):
1832
+ """
1833
+ Reference to a SIM policy resource.
1834
+ :param str id: SIM policy resource ID.
1835
+ """
1836
+ pulumi.set(__self__, "id", id)
1837
+
1838
+ @property
1839
+ @pulumi.getter
1840
+ def id(self) -> str:
1841
+ """
1842
+ SIM policy resource ID.
1843
+ """
1844
+ return pulumi.get(self, "id")
1845
+
1846
+
1847
+ @pulumi.output_type
1848
+ class SimStaticIpPropertiesResponse(dict):
1849
+ """
1850
+ Static IP configuration for a SIM, scoped to a particular attached data network and slice.
1851
+ """
1852
+ @staticmethod
1853
+ def __key_warning(key: str):
1854
+ suggest = None
1855
+ if key == "attachedDataNetwork":
1856
+ suggest = "attached_data_network"
1857
+ elif key == "staticIp":
1858
+ suggest = "static_ip"
1859
+
1860
+ if suggest:
1861
+ pulumi.log.warn(f"Key '{key}' not found in SimStaticIpPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1862
+
1863
+ def __getitem__(self, key: str) -> Any:
1864
+ SimStaticIpPropertiesResponse.__key_warning(key)
1865
+ return super().__getitem__(key)
1866
+
1867
+ def get(self, key: str, default = None) -> Any:
1868
+ SimStaticIpPropertiesResponse.__key_warning(key)
1869
+ return super().get(key, default)
1870
+
1871
+ def __init__(__self__, *,
1872
+ attached_data_network: Optional['outputs.AttachedDataNetworkResourceIdResponse'] = None,
1873
+ slice: Optional['outputs.SliceResourceIdResponse'] = None,
1874
+ static_ip: Optional['outputs.SimStaticIpPropertiesResponseStaticIp'] = None):
1875
+ """
1876
+ Static IP configuration for a SIM, scoped to a particular attached data network and slice.
1877
+ :param 'AttachedDataNetworkResourceIdResponse' attached_data_network: The attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The attached data network must be in the same location as the SIM.
1878
+ :param 'SliceResourceIdResponse' slice: The network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The slice must be in the same location as the SIM.
1879
+ :param 'SimStaticIpPropertiesResponseStaticIp' static_ip: The static IP configuration for the SIM to use at the defined network scope.
1880
+ """
1881
+ if attached_data_network is not None:
1882
+ pulumi.set(__self__, "attached_data_network", attached_data_network)
1883
+ if slice is not None:
1884
+ pulumi.set(__self__, "slice", slice)
1885
+ if static_ip is not None:
1886
+ pulumi.set(__self__, "static_ip", static_ip)
1887
+
1888
+ @property
1889
+ @pulumi.getter(name="attachedDataNetwork")
1890
+ def attached_data_network(self) -> Optional['outputs.AttachedDataNetworkResourceIdResponse']:
1891
+ """
1892
+ The attached data network on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The attached data network must be in the same location as the SIM.
1893
+ """
1894
+ return pulumi.get(self, "attached_data_network")
1895
+
1896
+ @property
1897
+ @pulumi.getter
1898
+ def slice(self) -> Optional['outputs.SliceResourceIdResponse']:
1899
+ """
1900
+ The network slice on which the static IP address will be used. The combination of attached data network and slice defines the network scope of the IP address. The slice must be in the same location as the SIM.
1901
+ """
1902
+ return pulumi.get(self, "slice")
1903
+
1904
+ @property
1905
+ @pulumi.getter(name="staticIp")
1906
+ def static_ip(self) -> Optional['outputs.SimStaticIpPropertiesResponseStaticIp']:
1907
+ """
1908
+ The static IP configuration for the SIM to use at the defined network scope.
1909
+ """
1910
+ return pulumi.get(self, "static_ip")
1911
+
1912
+
1913
+ @pulumi.output_type
1914
+ class SimStaticIpPropertiesResponseStaticIp(dict):
1915
+ """
1916
+ The static IP configuration for the SIM to use at the defined network scope.
1917
+ """
1918
+ @staticmethod
1919
+ def __key_warning(key: str):
1920
+ suggest = None
1921
+ if key == "ipv4Address":
1922
+ suggest = "ipv4_address"
1923
+
1924
+ if suggest:
1925
+ pulumi.log.warn(f"Key '{key}' not found in SimStaticIpPropertiesResponseStaticIp. Access the value via the '{suggest}' property getter instead.")
1926
+
1927
+ def __getitem__(self, key: str) -> Any:
1928
+ SimStaticIpPropertiesResponseStaticIp.__key_warning(key)
1929
+ return super().__getitem__(key)
1930
+
1931
+ def get(self, key: str, default = None) -> Any:
1932
+ SimStaticIpPropertiesResponseStaticIp.__key_warning(key)
1933
+ return super().get(key, default)
1934
+
1935
+ def __init__(__self__, *,
1936
+ ipv4_address: Optional[str] = None):
1937
+ """
1938
+ The static IP configuration for the SIM to use at the defined network scope.
1939
+ :param str ipv4_address: The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.
1940
+ """
1941
+ if ipv4_address is not None:
1942
+ pulumi.set(__self__, "ipv4_address", ipv4_address)
1943
+
1944
+ @property
1945
+ @pulumi.getter(name="ipv4Address")
1946
+ def ipv4_address(self) -> Optional[str]:
1947
+ """
1948
+ The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.
1949
+ """
1950
+ return pulumi.get(self, "ipv4_address")
1951
+
1952
+
1953
+ @pulumi.output_type
1954
+ class SiteResourceIdResponse(dict):
1955
+ """
1956
+ Reference to a site resource.
1957
+ """
1958
+ def __init__(__self__, *,
1959
+ id: str):
1960
+ """
1961
+ Reference to a site resource.
1962
+ :param str id: Site resource ID.
1963
+ """
1964
+ pulumi.set(__self__, "id", id)
1965
+
1966
+ @property
1967
+ @pulumi.getter
1968
+ def id(self) -> str:
1969
+ """
1970
+ Site resource ID.
1971
+ """
1972
+ return pulumi.get(self, "id")
1973
+
1974
+
1975
+ @pulumi.output_type
1976
+ class SliceConfigurationResponse(dict):
1977
+ """
1978
+ Per-slice settings
1979
+ """
1980
+ @staticmethod
1981
+ def __key_warning(key: str):
1982
+ suggest = None
1983
+ if key == "dataNetworkConfigurations":
1984
+ suggest = "data_network_configurations"
1985
+ elif key == "defaultDataNetwork":
1986
+ suggest = "default_data_network"
1987
+
1988
+ if suggest:
1989
+ pulumi.log.warn(f"Key '{key}' not found in SliceConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1990
+
1991
+ def __getitem__(self, key: str) -> Any:
1992
+ SliceConfigurationResponse.__key_warning(key)
1993
+ return super().__getitem__(key)
1994
+
1995
+ def get(self, key: str, default = None) -> Any:
1996
+ SliceConfigurationResponse.__key_warning(key)
1997
+ return super().get(key, default)
1998
+
1999
+ def __init__(__self__, *,
2000
+ data_network_configurations: Sequence['outputs.DataNetworkConfigurationResponse'],
2001
+ default_data_network: 'outputs.DataNetworkResourceIdResponse',
2002
+ slice: 'outputs.SliceResourceIdResponse'):
2003
+ """
2004
+ Per-slice settings
2005
+ :param Sequence['DataNetworkConfigurationResponse'] data_network_configurations: The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
2006
+ :param 'DataNetworkResourceIdResponse' default_data_network: The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the `dataNetworkConfigurations` map. The data network must be in the same location as the SIM policy.
2007
+ :param 'SliceResourceIdResponse' slice: A reference to the slice that these settings apply to. The slice must be in the same location as the SIM policy.
2008
+ """
2009
+ pulumi.set(__self__, "data_network_configurations", data_network_configurations)
2010
+ pulumi.set(__self__, "default_data_network", default_data_network)
2011
+ pulumi.set(__self__, "slice", slice)
2012
+
2013
+ @property
2014
+ @pulumi.getter(name="dataNetworkConfigurations")
2015
+ def data_network_configurations(self) -> Sequence['outputs.DataNetworkConfigurationResponse']:
2016
+ """
2017
+ The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
2018
+ """
2019
+ return pulumi.get(self, "data_network_configurations")
2020
+
2021
+ @property
2022
+ @pulumi.getter(name="defaultDataNetwork")
2023
+ def default_data_network(self) -> 'outputs.DataNetworkResourceIdResponse':
2024
+ """
2025
+ The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the `dataNetworkConfigurations` map. The data network must be in the same location as the SIM policy.
2026
+ """
2027
+ return pulumi.get(self, "default_data_network")
2028
+
2029
+ @property
2030
+ @pulumi.getter
2031
+ def slice(self) -> 'outputs.SliceResourceIdResponse':
2032
+ """
2033
+ A reference to the slice that these settings apply to. The slice must be in the same location as the SIM policy.
2034
+ """
2035
+ return pulumi.get(self, "slice")
2036
+
2037
+
2038
+ @pulumi.output_type
2039
+ class SliceResourceIdResponse(dict):
2040
+ """
2041
+ Reference to a slice resource.
2042
+ """
2043
+ def __init__(__self__, *,
2044
+ id: str):
2045
+ """
2046
+ Reference to a slice resource.
2047
+ :param str id: Slice resource ID.
2048
+ """
2049
+ pulumi.set(__self__, "id", id)
2050
+
2051
+ @property
2052
+ @pulumi.getter
2053
+ def id(self) -> str:
2054
+ """
2055
+ Slice resource ID.
2056
+ """
2057
+ return pulumi.get(self, "id")
2058
+
2059
+
2060
+ @pulumi.output_type
2061
+ class SnssaiResponse(dict):
2062
+ """
2063
+ Single-network slice selection assistance information (S-NSSAI).
2064
+ """
2065
+ def __init__(__self__, *,
2066
+ sst: int,
2067
+ sd: Optional[str] = None):
2068
+ """
2069
+ Single-network slice selection assistance information (S-NSSAI).
2070
+ :param int sst: Slice/service type (SST).
2071
+ :param str sd: Slice differentiator (SD).
2072
+ """
2073
+ pulumi.set(__self__, "sst", sst)
2074
+ if sd is not None:
2075
+ pulumi.set(__self__, "sd", sd)
2076
+
2077
+ @property
2078
+ @pulumi.getter
2079
+ def sst(self) -> int:
2080
+ """
2081
+ Slice/service type (SST).
2082
+ """
2083
+ return pulumi.get(self, "sst")
2084
+
2085
+ @property
2086
+ @pulumi.getter
2087
+ def sd(self) -> Optional[str]:
2088
+ """
2089
+ Slice differentiator (SD).
2090
+ """
2091
+ return pulumi.get(self, "sd")
2092
+
2093
+
2094
+ @pulumi.output_type
2095
+ class SubResourceResponse(dict):
2096
+ """
2097
+ Reference to another sub resource.
2098
+ """
2099
+ def __init__(__self__, *,
2100
+ id: str):
2101
+ """
2102
+ Reference to another sub resource.
2103
+ :param str id: Resource ID.
2104
+ """
2105
+ pulumi.set(__self__, "id", id)
2106
+
2107
+ @property
2108
+ @pulumi.getter
2109
+ def id(self) -> str:
2110
+ """
2111
+ Resource ID.
2112
+ """
2113
+ return pulumi.get(self, "id")
2114
+
2115
+
2116
+ @pulumi.output_type
2117
+ class SystemDataResponse(dict):
2118
+ """
2119
+ Metadata pertaining to creation and last modification of the resource.
2120
+ """
2121
+ @staticmethod
2122
+ def __key_warning(key: str):
2123
+ suggest = None
2124
+ if key == "createdAt":
2125
+ suggest = "created_at"
2126
+ elif key == "createdBy":
2127
+ suggest = "created_by"
2128
+ elif key == "createdByType":
2129
+ suggest = "created_by_type"
2130
+ elif key == "lastModifiedAt":
2131
+ suggest = "last_modified_at"
2132
+ elif key == "lastModifiedBy":
2133
+ suggest = "last_modified_by"
2134
+ elif key == "lastModifiedByType":
2135
+ suggest = "last_modified_by_type"
2136
+
2137
+ if suggest:
2138
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
2139
+
2140
+ def __getitem__(self, key: str) -> Any:
2141
+ SystemDataResponse.__key_warning(key)
2142
+ return super().__getitem__(key)
2143
+
2144
+ def get(self, key: str, default = None) -> Any:
2145
+ SystemDataResponse.__key_warning(key)
2146
+ return super().get(key, default)
2147
+
2148
+ def __init__(__self__, *,
2149
+ created_at: Optional[str] = None,
2150
+ created_by: Optional[str] = None,
2151
+ created_by_type: Optional[str] = None,
2152
+ last_modified_at: Optional[str] = None,
2153
+ last_modified_by: Optional[str] = None,
2154
+ last_modified_by_type: Optional[str] = None):
2155
+ """
2156
+ Metadata pertaining to creation and last modification of the resource.
2157
+ :param str created_at: The timestamp of resource creation (UTC).
2158
+ :param str created_by: The identity that created the resource.
2159
+ :param str created_by_type: The type of identity that created the resource.
2160
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
2161
+ :param str last_modified_by: The identity that last modified the resource.
2162
+ :param str last_modified_by_type: The type of identity that last modified the resource.
2163
+ """
2164
+ if created_at is not None:
2165
+ pulumi.set(__self__, "created_at", created_at)
2166
+ if created_by is not None:
2167
+ pulumi.set(__self__, "created_by", created_by)
2168
+ if created_by_type is not None:
2169
+ pulumi.set(__self__, "created_by_type", created_by_type)
2170
+ if last_modified_at is not None:
2171
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
2172
+ if last_modified_by is not None:
2173
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
2174
+ if last_modified_by_type is not None:
2175
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
2176
+
2177
+ @property
2178
+ @pulumi.getter(name="createdAt")
2179
+ def created_at(self) -> Optional[str]:
2180
+ """
2181
+ The timestamp of resource creation (UTC).
2182
+ """
2183
+ return pulumi.get(self, "created_at")
2184
+
2185
+ @property
2186
+ @pulumi.getter(name="createdBy")
2187
+ def created_by(self) -> Optional[str]:
2188
+ """
2189
+ The identity that created the resource.
2190
+ """
2191
+ return pulumi.get(self, "created_by")
2192
+
2193
+ @property
2194
+ @pulumi.getter(name="createdByType")
2195
+ def created_by_type(self) -> Optional[str]:
2196
+ """
2197
+ The type of identity that created the resource.
2198
+ """
2199
+ return pulumi.get(self, "created_by_type")
2200
+
2201
+ @property
2202
+ @pulumi.getter(name="lastModifiedAt")
2203
+ def last_modified_at(self) -> Optional[str]:
2204
+ """
2205
+ The timestamp of resource last modification (UTC)
2206
+ """
2207
+ return pulumi.get(self, "last_modified_at")
2208
+
2209
+ @property
2210
+ @pulumi.getter(name="lastModifiedBy")
2211
+ def last_modified_by(self) -> Optional[str]:
2212
+ """
2213
+ The identity that last modified the resource.
2214
+ """
2215
+ return pulumi.get(self, "last_modified_by")
2216
+
2217
+ @property
2218
+ @pulumi.getter(name="lastModifiedByType")
2219
+ def last_modified_by_type(self) -> Optional[str]:
2220
+ """
2221
+ The type of identity that last modified the resource.
2222
+ """
2223
+ return pulumi.get(self, "last_modified_by_type")
2224
+
2225
+
2226
+ @pulumi.output_type
2227
+ class UserAssignedIdentityResponse(dict):
2228
+ """
2229
+ User assigned identity properties
2230
+ """
2231
+ @staticmethod
2232
+ def __key_warning(key: str):
2233
+ suggest = None
2234
+ if key == "clientId":
2235
+ suggest = "client_id"
2236
+ elif key == "principalId":
2237
+ suggest = "principal_id"
2238
+
2239
+ if suggest:
2240
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
2241
+
2242
+ def __getitem__(self, key: str) -> Any:
2243
+ UserAssignedIdentityResponse.__key_warning(key)
2244
+ return super().__getitem__(key)
2245
+
2246
+ def get(self, key: str, default = None) -> Any:
2247
+ UserAssignedIdentityResponse.__key_warning(key)
2248
+ return super().get(key, default)
2249
+
2250
+ def __init__(__self__, *,
2251
+ client_id: str,
2252
+ principal_id: str):
2253
+ """
2254
+ User assigned identity properties
2255
+ :param str client_id: The client ID of the assigned identity.
2256
+ :param str principal_id: The principal ID of the assigned identity.
2257
+ """
2258
+ pulumi.set(__self__, "client_id", client_id)
2259
+ pulumi.set(__self__, "principal_id", principal_id)
2260
+
2261
+ @property
2262
+ @pulumi.getter(name="clientId")
2263
+ def client_id(self) -> str:
2264
+ """
2265
+ The client ID of the assigned identity.
2266
+ """
2267
+ return pulumi.get(self, "client_id")
2268
+
2269
+ @property
2270
+ @pulumi.getter(name="principalId")
2271
+ def principal_id(self) -> str:
2272
+ """
2273
+ The principal ID of the assigned identity.
2274
+ """
2275
+ return pulumi.get(self, "principal_id")
2276
+
2277
+