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,1774 @@
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 ._enums import *
12
+
13
+ __all__ = [
14
+ 'AmbrArgs',
15
+ 'AttachedDataNetworkResourceIdArgs',
16
+ 'AzureStackEdgeDeviceResourceIdArgs',
17
+ 'AzureStackHCIClusterResourceIdArgs',
18
+ 'ConnectedClusterResourceIdArgs',
19
+ 'CustomLocationResourceIdArgs',
20
+ 'DataNetworkConfigurationArgs',
21
+ 'DataNetworkResourceIdArgs',
22
+ 'DiagnosticsUploadConfigurationArgs',
23
+ 'EventHubConfigurationArgs',
24
+ 'HttpsServerCertificateArgs',
25
+ 'InstallationArgs',
26
+ 'InterfacePropertiesArgs',
27
+ 'KeyVaultKeyArgs',
28
+ 'LocalDiagnosticsAccessConfigurationArgs',
29
+ 'ManagedServiceIdentityArgs',
30
+ 'MobileNetworkResourceIdArgs',
31
+ 'NASRerouteConfigurationArgs',
32
+ 'NaptConfigurationArgs',
33
+ 'PccRuleConfigurationArgs',
34
+ 'PccRuleQosPolicyArgs',
35
+ 'PinholeTimeoutsArgs',
36
+ 'PlatformConfigurationArgs',
37
+ 'PlmnIdArgs',
38
+ 'PortRangeArgs',
39
+ 'PortReuseHoldTimesArgs',
40
+ 'QosPolicyArgs',
41
+ 'ServiceDataFlowTemplateArgs',
42
+ 'ServiceResourceIdArgs',
43
+ 'SignalingConfigurationArgs',
44
+ 'SimPolicyResourceIdArgs',
45
+ 'SimStaticIpPropertiesStaticIpArgs',
46
+ 'SimStaticIpPropertiesArgs',
47
+ 'SiteResourceIdArgs',
48
+ 'SliceConfigurationArgs',
49
+ 'SliceResourceIdArgs',
50
+ 'SnssaiArgs',
51
+ ]
52
+
53
+ @pulumi.input_type
54
+ class AmbrArgs:
55
+ def __init__(__self__, *,
56
+ downlink: pulumi.Input[str],
57
+ uplink: pulumi.Input[str]):
58
+ """
59
+ Aggregate maximum bit rate.
60
+ :param pulumi.Input[str] downlink: Downlink bit rate.
61
+ :param pulumi.Input[str] uplink: Uplink bit rate.
62
+ """
63
+ pulumi.set(__self__, "downlink", downlink)
64
+ pulumi.set(__self__, "uplink", uplink)
65
+
66
+ @property
67
+ @pulumi.getter
68
+ def downlink(self) -> pulumi.Input[str]:
69
+ """
70
+ Downlink bit rate.
71
+ """
72
+ return pulumi.get(self, "downlink")
73
+
74
+ @downlink.setter
75
+ def downlink(self, value: pulumi.Input[str]):
76
+ pulumi.set(self, "downlink", value)
77
+
78
+ @property
79
+ @pulumi.getter
80
+ def uplink(self) -> pulumi.Input[str]:
81
+ """
82
+ Uplink bit rate.
83
+ """
84
+ return pulumi.get(self, "uplink")
85
+
86
+ @uplink.setter
87
+ def uplink(self, value: pulumi.Input[str]):
88
+ pulumi.set(self, "uplink", value)
89
+
90
+
91
+ @pulumi.input_type
92
+ class AttachedDataNetworkResourceIdArgs:
93
+ def __init__(__self__, *,
94
+ id: pulumi.Input[str]):
95
+ """
96
+ Reference to an attached data network resource.
97
+ :param pulumi.Input[str] id: Attached data network resource ID.
98
+ """
99
+ pulumi.set(__self__, "id", id)
100
+
101
+ @property
102
+ @pulumi.getter
103
+ def id(self) -> pulumi.Input[str]:
104
+ """
105
+ Attached data network resource ID.
106
+ """
107
+ return pulumi.get(self, "id")
108
+
109
+ @id.setter
110
+ def id(self, value: pulumi.Input[str]):
111
+ pulumi.set(self, "id", value)
112
+
113
+
114
+ @pulumi.input_type
115
+ class AzureStackEdgeDeviceResourceIdArgs:
116
+ def __init__(__self__, *,
117
+ id: pulumi.Input[str]):
118
+ """
119
+ Reference to an Azure Stack Edge device resource.
120
+ :param pulumi.Input[str] id: Azure Stack Edge device resource ID.
121
+ """
122
+ pulumi.set(__self__, "id", id)
123
+
124
+ @property
125
+ @pulumi.getter
126
+ def id(self) -> pulumi.Input[str]:
127
+ """
128
+ Azure Stack Edge device resource ID.
129
+ """
130
+ return pulumi.get(self, "id")
131
+
132
+ @id.setter
133
+ def id(self, value: pulumi.Input[str]):
134
+ pulumi.set(self, "id", value)
135
+
136
+
137
+ @pulumi.input_type
138
+ class AzureStackHCIClusterResourceIdArgs:
139
+ def __init__(__self__, *,
140
+ id: pulumi.Input[str]):
141
+ """
142
+ Reference to an Azure Stack HCI cluster resource.
143
+ :param pulumi.Input[str] id: Azure Stack HCI cluster resource ID.
144
+ """
145
+ pulumi.set(__self__, "id", id)
146
+
147
+ @property
148
+ @pulumi.getter
149
+ def id(self) -> pulumi.Input[str]:
150
+ """
151
+ Azure Stack HCI cluster resource ID.
152
+ """
153
+ return pulumi.get(self, "id")
154
+
155
+ @id.setter
156
+ def id(self, value: pulumi.Input[str]):
157
+ pulumi.set(self, "id", value)
158
+
159
+
160
+ @pulumi.input_type
161
+ class ConnectedClusterResourceIdArgs:
162
+ def __init__(__self__, *,
163
+ id: pulumi.Input[str]):
164
+ """
165
+ Reference to an Azure Arc custom location resource.
166
+ :param pulumi.Input[str] id: Azure Arc connected cluster resource ID.
167
+ """
168
+ pulumi.set(__self__, "id", id)
169
+
170
+ @property
171
+ @pulumi.getter
172
+ def id(self) -> pulumi.Input[str]:
173
+ """
174
+ Azure Arc connected cluster resource ID.
175
+ """
176
+ return pulumi.get(self, "id")
177
+
178
+ @id.setter
179
+ def id(self, value: pulumi.Input[str]):
180
+ pulumi.set(self, "id", value)
181
+
182
+
183
+ @pulumi.input_type
184
+ class CustomLocationResourceIdArgs:
185
+ def __init__(__self__, *,
186
+ id: pulumi.Input[str]):
187
+ """
188
+ Reference to an Azure Arc custom location resource.
189
+ :param pulumi.Input[str] id: Azure Arc custom location resource ID.
190
+ """
191
+ pulumi.set(__self__, "id", id)
192
+
193
+ @property
194
+ @pulumi.getter
195
+ def id(self) -> pulumi.Input[str]:
196
+ """
197
+ Azure Arc custom location resource ID.
198
+ """
199
+ return pulumi.get(self, "id")
200
+
201
+ @id.setter
202
+ def id(self, value: pulumi.Input[str]):
203
+ pulumi.set(self, "id", value)
204
+
205
+
206
+ @pulumi.input_type
207
+ class DataNetworkConfigurationArgs:
208
+ def __init__(__self__, *,
209
+ allowed_services: pulumi.Input[Sequence[pulumi.Input['ServiceResourceIdArgs']]],
210
+ data_network: pulumi.Input['DataNetworkResourceIdArgs'],
211
+ session_ambr: pulumi.Input['AmbrArgs'],
212
+ additional_allowed_session_types: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'PduSessionType']]]]] = None,
213
+ allocation_and_retention_priority_level: Optional[pulumi.Input[int]] = None,
214
+ default_session_type: Optional[pulumi.Input[Union[str, 'PduSessionType']]] = None,
215
+ five_qi: Optional[pulumi.Input[int]] = None,
216
+ maximum_number_of_buffered_packets: Optional[pulumi.Input[int]] = None,
217
+ preemption_capability: Optional[pulumi.Input[Union[str, 'PreemptionCapability']]] = None,
218
+ preemption_vulnerability: Optional[pulumi.Input[Union[str, 'PreemptionVulnerability']]] = None):
219
+ """
220
+ Settings controlling data network use
221
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceResourceIdArgs']]] 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.
222
+ :param pulumi.Input['DataNetworkResourceIdArgs'] 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.
223
+ :param pulumi.Input['AmbrArgs'] 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.
224
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'PduSessionType']]]] additional_allowed_session_types: Allowed session types in addition to the default session type. Must not duplicate the default session type.
225
+ :param pulumi.Input[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.
226
+ :param pulumi.Input[Union[str, 'PduSessionType']] default_session_type: The default PDU session type, which is used if the UE does not request a specific session type.
227
+ :param pulumi.Input[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.
228
+ :param pulumi.Input[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.
229
+ :param pulumi.Input[Union[str, 'PreemptionCapability']] 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.
230
+ :param pulumi.Input[Union[str, 'PreemptionVulnerability']] 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.
231
+ """
232
+ pulumi.set(__self__, "allowed_services", allowed_services)
233
+ pulumi.set(__self__, "data_network", data_network)
234
+ pulumi.set(__self__, "session_ambr", session_ambr)
235
+ if additional_allowed_session_types is not None:
236
+ pulumi.set(__self__, "additional_allowed_session_types", additional_allowed_session_types)
237
+ if allocation_and_retention_priority_level is None:
238
+ allocation_and_retention_priority_level = 9
239
+ if allocation_and_retention_priority_level is not None:
240
+ pulumi.set(__self__, "allocation_and_retention_priority_level", allocation_and_retention_priority_level)
241
+ if default_session_type is None:
242
+ default_session_type = 'IPv4'
243
+ if default_session_type is not None:
244
+ pulumi.set(__self__, "default_session_type", default_session_type)
245
+ if five_qi is None:
246
+ five_qi = 9
247
+ if five_qi is not None:
248
+ pulumi.set(__self__, "five_qi", five_qi)
249
+ if maximum_number_of_buffered_packets is None:
250
+ maximum_number_of_buffered_packets = 10
251
+ if maximum_number_of_buffered_packets is not None:
252
+ pulumi.set(__self__, "maximum_number_of_buffered_packets", maximum_number_of_buffered_packets)
253
+ if preemption_capability is None:
254
+ preemption_capability = 'NotPreempt'
255
+ if preemption_capability is not None:
256
+ pulumi.set(__self__, "preemption_capability", preemption_capability)
257
+ if preemption_vulnerability is None:
258
+ preemption_vulnerability = 'Preemptable'
259
+ if preemption_vulnerability is not None:
260
+ pulumi.set(__self__, "preemption_vulnerability", preemption_vulnerability)
261
+
262
+ @property
263
+ @pulumi.getter(name="allowedServices")
264
+ def allowed_services(self) -> pulumi.Input[Sequence[pulumi.Input['ServiceResourceIdArgs']]]:
265
+ """
266
+ 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.
267
+ """
268
+ return pulumi.get(self, "allowed_services")
269
+
270
+ @allowed_services.setter
271
+ def allowed_services(self, value: pulumi.Input[Sequence[pulumi.Input['ServiceResourceIdArgs']]]):
272
+ pulumi.set(self, "allowed_services", value)
273
+
274
+ @property
275
+ @pulumi.getter(name="dataNetwork")
276
+ def data_network(self) -> pulumi.Input['DataNetworkResourceIdArgs']:
277
+ """
278
+ A reference to the data network that these settings apply to. The data network must be in the same location as the SIM policy.
279
+ """
280
+ return pulumi.get(self, "data_network")
281
+
282
+ @data_network.setter
283
+ def data_network(self, value: pulumi.Input['DataNetworkResourceIdArgs']):
284
+ pulumi.set(self, "data_network", value)
285
+
286
+ @property
287
+ @pulumi.getter(name="sessionAmbr")
288
+ def session_ambr(self) -> pulumi.Input['AmbrArgs']:
289
+ """
290
+ 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.
291
+ """
292
+ return pulumi.get(self, "session_ambr")
293
+
294
+ @session_ambr.setter
295
+ def session_ambr(self, value: pulumi.Input['AmbrArgs']):
296
+ pulumi.set(self, "session_ambr", value)
297
+
298
+ @property
299
+ @pulumi.getter(name="additionalAllowedSessionTypes")
300
+ def additional_allowed_session_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'PduSessionType']]]]]:
301
+ """
302
+ Allowed session types in addition to the default session type. Must not duplicate the default session type.
303
+ """
304
+ return pulumi.get(self, "additional_allowed_session_types")
305
+
306
+ @additional_allowed_session_types.setter
307
+ def additional_allowed_session_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'PduSessionType']]]]]):
308
+ pulumi.set(self, "additional_allowed_session_types", value)
309
+
310
+ @property
311
+ @pulumi.getter(name="allocationAndRetentionPriorityLevel")
312
+ def allocation_and_retention_priority_level(self) -> Optional[pulumi.Input[int]]:
313
+ """
314
+ 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
+ """
316
+ return pulumi.get(self, "allocation_and_retention_priority_level")
317
+
318
+ @allocation_and_retention_priority_level.setter
319
+ def allocation_and_retention_priority_level(self, value: Optional[pulumi.Input[int]]):
320
+ pulumi.set(self, "allocation_and_retention_priority_level", value)
321
+
322
+ @property
323
+ @pulumi.getter(name="defaultSessionType")
324
+ def default_session_type(self) -> Optional[pulumi.Input[Union[str, 'PduSessionType']]]:
325
+ """
326
+ The default PDU session type, which is used if the UE does not request a specific session type.
327
+ """
328
+ return pulumi.get(self, "default_session_type")
329
+
330
+ @default_session_type.setter
331
+ def default_session_type(self, value: Optional[pulumi.Input[Union[str, 'PduSessionType']]]):
332
+ pulumi.set(self, "default_session_type", value)
333
+
334
+ @property
335
+ @pulumi.getter(name="fiveQi")
336
+ def five_qi(self) -> Optional[pulumi.Input[int]]:
337
+ """
338
+ 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.
339
+ """
340
+ return pulumi.get(self, "five_qi")
341
+
342
+ @five_qi.setter
343
+ def five_qi(self, value: Optional[pulumi.Input[int]]):
344
+ pulumi.set(self, "five_qi", value)
345
+
346
+ @property
347
+ @pulumi.getter(name="maximumNumberOfBufferedPackets")
348
+ def maximum_number_of_buffered_packets(self) -> Optional[pulumi.Input[int]]:
349
+ """
350
+ 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.
351
+ """
352
+ return pulumi.get(self, "maximum_number_of_buffered_packets")
353
+
354
+ @maximum_number_of_buffered_packets.setter
355
+ def maximum_number_of_buffered_packets(self, value: Optional[pulumi.Input[int]]):
356
+ pulumi.set(self, "maximum_number_of_buffered_packets", value)
357
+
358
+ @property
359
+ @pulumi.getter(name="preemptionCapability")
360
+ def preemption_capability(self) -> Optional[pulumi.Input[Union[str, 'PreemptionCapability']]]:
361
+ """
362
+ 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.
363
+ """
364
+ return pulumi.get(self, "preemption_capability")
365
+
366
+ @preemption_capability.setter
367
+ def preemption_capability(self, value: Optional[pulumi.Input[Union[str, 'PreemptionCapability']]]):
368
+ pulumi.set(self, "preemption_capability", value)
369
+
370
+ @property
371
+ @pulumi.getter(name="preemptionVulnerability")
372
+ def preemption_vulnerability(self) -> Optional[pulumi.Input[Union[str, 'PreemptionVulnerability']]]:
373
+ """
374
+ 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.
375
+ """
376
+ return pulumi.get(self, "preemption_vulnerability")
377
+
378
+ @preemption_vulnerability.setter
379
+ def preemption_vulnerability(self, value: Optional[pulumi.Input[Union[str, 'PreemptionVulnerability']]]):
380
+ pulumi.set(self, "preemption_vulnerability", value)
381
+
382
+
383
+ @pulumi.input_type
384
+ class DataNetworkResourceIdArgs:
385
+ def __init__(__self__, *,
386
+ id: pulumi.Input[str]):
387
+ """
388
+ Reference to a data network resource.
389
+ :param pulumi.Input[str] id: Data network resource ID.
390
+ """
391
+ pulumi.set(__self__, "id", id)
392
+
393
+ @property
394
+ @pulumi.getter
395
+ def id(self) -> pulumi.Input[str]:
396
+ """
397
+ Data network resource ID.
398
+ """
399
+ return pulumi.get(self, "id")
400
+
401
+ @id.setter
402
+ def id(self, value: pulumi.Input[str]):
403
+ pulumi.set(self, "id", value)
404
+
405
+
406
+ @pulumi.input_type
407
+ class DiagnosticsUploadConfigurationArgs:
408
+ def __init__(__self__, *,
409
+ storage_account_container_url: pulumi.Input[str]):
410
+ """
411
+ Configuration for uploading packet core diagnostics.
412
+ :param pulumi.Input[str] storage_account_container_url: The Storage Account Container URL to upload diagnostics to.
413
+ """
414
+ pulumi.set(__self__, "storage_account_container_url", storage_account_container_url)
415
+
416
+ @property
417
+ @pulumi.getter(name="storageAccountContainerUrl")
418
+ def storage_account_container_url(self) -> pulumi.Input[str]:
419
+ """
420
+ The Storage Account Container URL to upload diagnostics to.
421
+ """
422
+ return pulumi.get(self, "storage_account_container_url")
423
+
424
+ @storage_account_container_url.setter
425
+ def storage_account_container_url(self, value: pulumi.Input[str]):
426
+ pulumi.set(self, "storage_account_container_url", value)
427
+
428
+
429
+ @pulumi.input_type
430
+ class EventHubConfigurationArgs:
431
+ def __init__(__self__, *,
432
+ id: pulumi.Input[str],
433
+ reporting_interval: Optional[pulumi.Input[int]] = None):
434
+ """
435
+ Configuration for sending packet core events to Azure Event Hub.
436
+ :param pulumi.Input[str] id: Resource ID of Azure Event Hub to send packet core events to.
437
+ :param pulumi.Input[int] reporting_interval: The duration (in seconds) between UE usage reports.
438
+ """
439
+ pulumi.set(__self__, "id", id)
440
+ if reporting_interval is None:
441
+ reporting_interval = 1800
442
+ if reporting_interval is not None:
443
+ pulumi.set(__self__, "reporting_interval", reporting_interval)
444
+
445
+ @property
446
+ @pulumi.getter
447
+ def id(self) -> pulumi.Input[str]:
448
+ """
449
+ Resource ID of Azure Event Hub to send packet core events to.
450
+ """
451
+ return pulumi.get(self, "id")
452
+
453
+ @id.setter
454
+ def id(self, value: pulumi.Input[str]):
455
+ pulumi.set(self, "id", value)
456
+
457
+ @property
458
+ @pulumi.getter(name="reportingInterval")
459
+ def reporting_interval(self) -> Optional[pulumi.Input[int]]:
460
+ """
461
+ The duration (in seconds) between UE usage reports.
462
+ """
463
+ return pulumi.get(self, "reporting_interval")
464
+
465
+ @reporting_interval.setter
466
+ def reporting_interval(self, value: Optional[pulumi.Input[int]]):
467
+ pulumi.set(self, "reporting_interval", value)
468
+
469
+
470
+ @pulumi.input_type
471
+ class HttpsServerCertificateArgs:
472
+ def __init__(__self__, *,
473
+ certificate_url: pulumi.Input[str]):
474
+ """
475
+ HTTPS server certificate configuration.
476
+ :param pulumi.Input[str] certificate_url: The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
477
+ """
478
+ pulumi.set(__self__, "certificate_url", certificate_url)
479
+
480
+ @property
481
+ @pulumi.getter(name="certificateUrl")
482
+ def certificate_url(self) -> pulumi.Input[str]:
483
+ """
484
+ The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
485
+ """
486
+ return pulumi.get(self, "certificate_url")
487
+
488
+ @certificate_url.setter
489
+ def certificate_url(self, value: pulumi.Input[str]):
490
+ pulumi.set(self, "certificate_url", value)
491
+
492
+
493
+ @pulumi.input_type
494
+ class InstallationArgs:
495
+ def __init__(__self__, *,
496
+ desired_state: Optional[pulumi.Input[Union[str, 'DesiredInstallationState']]] = None):
497
+ """
498
+ The installation state of the packet core.
499
+ :param pulumi.Input[Union[str, 'DesiredInstallationState']] desired_state: The desired installation state
500
+ """
501
+ if desired_state is None:
502
+ desired_state = 'Installed'
503
+ if desired_state is not None:
504
+ pulumi.set(__self__, "desired_state", desired_state)
505
+
506
+ @property
507
+ @pulumi.getter(name="desiredState")
508
+ def desired_state(self) -> Optional[pulumi.Input[Union[str, 'DesiredInstallationState']]]:
509
+ """
510
+ The desired installation state
511
+ """
512
+ return pulumi.get(self, "desired_state")
513
+
514
+ @desired_state.setter
515
+ def desired_state(self, value: Optional[pulumi.Input[Union[str, 'DesiredInstallationState']]]):
516
+ pulumi.set(self, "desired_state", value)
517
+
518
+
519
+ @pulumi.input_type
520
+ class InterfacePropertiesArgs:
521
+ def __init__(__self__, *,
522
+ ipv4_address: Optional[pulumi.Input[str]] = None,
523
+ ipv4_gateway: Optional[pulumi.Input[str]] = None,
524
+ ipv4_subnet: Optional[pulumi.Input[str]] = None,
525
+ name: Optional[pulumi.Input[str]] = None):
526
+ """
527
+ Interface properties
528
+ :param pulumi.Input[str] ipv4_address: The IPv4 address.
529
+ :param pulumi.Input[str] ipv4_gateway: The default IPv4 gateway (router).
530
+ :param pulumi.Input[str] ipv4_subnet: The IPv4 subnet.
531
+ :param pulumi.Input[str] name: The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
532
+ """
533
+ if ipv4_address is not None:
534
+ pulumi.set(__self__, "ipv4_address", ipv4_address)
535
+ if ipv4_gateway is not None:
536
+ pulumi.set(__self__, "ipv4_gateway", ipv4_gateway)
537
+ if ipv4_subnet is not None:
538
+ pulumi.set(__self__, "ipv4_subnet", ipv4_subnet)
539
+ if name is not None:
540
+ pulumi.set(__self__, "name", name)
541
+
542
+ @property
543
+ @pulumi.getter(name="ipv4Address")
544
+ def ipv4_address(self) -> Optional[pulumi.Input[str]]:
545
+ """
546
+ The IPv4 address.
547
+ """
548
+ return pulumi.get(self, "ipv4_address")
549
+
550
+ @ipv4_address.setter
551
+ def ipv4_address(self, value: Optional[pulumi.Input[str]]):
552
+ pulumi.set(self, "ipv4_address", value)
553
+
554
+ @property
555
+ @pulumi.getter(name="ipv4Gateway")
556
+ def ipv4_gateway(self) -> Optional[pulumi.Input[str]]:
557
+ """
558
+ The default IPv4 gateway (router).
559
+ """
560
+ return pulumi.get(self, "ipv4_gateway")
561
+
562
+ @ipv4_gateway.setter
563
+ def ipv4_gateway(self, value: Optional[pulumi.Input[str]]):
564
+ pulumi.set(self, "ipv4_gateway", value)
565
+
566
+ @property
567
+ @pulumi.getter(name="ipv4Subnet")
568
+ def ipv4_subnet(self) -> Optional[pulumi.Input[str]]:
569
+ """
570
+ The IPv4 subnet.
571
+ """
572
+ return pulumi.get(self, "ipv4_subnet")
573
+
574
+ @ipv4_subnet.setter
575
+ def ipv4_subnet(self, value: Optional[pulumi.Input[str]]):
576
+ pulumi.set(self, "ipv4_subnet", value)
577
+
578
+ @property
579
+ @pulumi.getter
580
+ def name(self) -> Optional[pulumi.Input[str]]:
581
+ """
582
+ The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
583
+ """
584
+ return pulumi.get(self, "name")
585
+
586
+ @name.setter
587
+ def name(self, value: Optional[pulumi.Input[str]]):
588
+ pulumi.set(self, "name", value)
589
+
590
+
591
+ @pulumi.input_type
592
+ class KeyVaultKeyArgs:
593
+ def __init__(__self__, *,
594
+ key_url: Optional[pulumi.Input[str]] = None):
595
+ """
596
+ An Azure key vault key.
597
+ :param pulumi.Input[str] key_url: The key URL, unversioned. For example: https://contosovault.vault.azure.net/keys/azureKey.
598
+ """
599
+ if key_url is not None:
600
+ pulumi.set(__self__, "key_url", key_url)
601
+
602
+ @property
603
+ @pulumi.getter(name="keyUrl")
604
+ def key_url(self) -> Optional[pulumi.Input[str]]:
605
+ """
606
+ The key URL, unversioned. For example: https://contosovault.vault.azure.net/keys/azureKey.
607
+ """
608
+ return pulumi.get(self, "key_url")
609
+
610
+ @key_url.setter
611
+ def key_url(self, value: Optional[pulumi.Input[str]]):
612
+ pulumi.set(self, "key_url", value)
613
+
614
+
615
+ @pulumi.input_type
616
+ class LocalDiagnosticsAccessConfigurationArgs:
617
+ def __init__(__self__, *,
618
+ authentication_type: pulumi.Input[Union[str, 'AuthenticationType']],
619
+ https_server_certificate: Optional[pulumi.Input['HttpsServerCertificateArgs']] = None):
620
+ """
621
+ The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
622
+ :param pulumi.Input[Union[str, 'AuthenticationType']] authentication_type: How to authenticate users who access local diagnostics APIs.
623
+ :param pulumi.Input['HttpsServerCertificateArgs'] https_server_certificate: The HTTPS server TLS certificate used to secure local access to diagnostics.
624
+ """
625
+ pulumi.set(__self__, "authentication_type", authentication_type)
626
+ if https_server_certificate is not None:
627
+ pulumi.set(__self__, "https_server_certificate", https_server_certificate)
628
+
629
+ @property
630
+ @pulumi.getter(name="authenticationType")
631
+ def authentication_type(self) -> pulumi.Input[Union[str, 'AuthenticationType']]:
632
+ """
633
+ How to authenticate users who access local diagnostics APIs.
634
+ """
635
+ return pulumi.get(self, "authentication_type")
636
+
637
+ @authentication_type.setter
638
+ def authentication_type(self, value: pulumi.Input[Union[str, 'AuthenticationType']]):
639
+ pulumi.set(self, "authentication_type", value)
640
+
641
+ @property
642
+ @pulumi.getter(name="httpsServerCertificate")
643
+ def https_server_certificate(self) -> Optional[pulumi.Input['HttpsServerCertificateArgs']]:
644
+ """
645
+ The HTTPS server TLS certificate used to secure local access to diagnostics.
646
+ """
647
+ return pulumi.get(self, "https_server_certificate")
648
+
649
+ @https_server_certificate.setter
650
+ def https_server_certificate(self, value: Optional[pulumi.Input['HttpsServerCertificateArgs']]):
651
+ pulumi.set(self, "https_server_certificate", value)
652
+
653
+
654
+ @pulumi.input_type
655
+ class ManagedServiceIdentityArgs:
656
+ def __init__(__self__, *,
657
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
658
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
659
+ """
660
+ Managed service identity (User assigned identity)
661
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (currently only UserAssigned allowed).
662
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] 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.
663
+ """
664
+ pulumi.set(__self__, "type", type)
665
+ if user_assigned_identities is not None:
666
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
667
+
668
+ @property
669
+ @pulumi.getter
670
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
671
+ """
672
+ Type of managed service identity (currently only UserAssigned allowed).
673
+ """
674
+ return pulumi.get(self, "type")
675
+
676
+ @type.setter
677
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
678
+ pulumi.set(self, "type", value)
679
+
680
+ @property
681
+ @pulumi.getter(name="userAssignedIdentities")
682
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
683
+ """
684
+ 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.
685
+ """
686
+ return pulumi.get(self, "user_assigned_identities")
687
+
688
+ @user_assigned_identities.setter
689
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
690
+ pulumi.set(self, "user_assigned_identities", value)
691
+
692
+
693
+ @pulumi.input_type
694
+ class MobileNetworkResourceIdArgs:
695
+ def __init__(__self__, *,
696
+ id: pulumi.Input[str]):
697
+ """
698
+ Reference to a mobile network resource.
699
+ :param pulumi.Input[str] id: Mobile network resource ID.
700
+ """
701
+ pulumi.set(__self__, "id", id)
702
+
703
+ @property
704
+ @pulumi.getter
705
+ def id(self) -> pulumi.Input[str]:
706
+ """
707
+ Mobile network resource ID.
708
+ """
709
+ return pulumi.get(self, "id")
710
+
711
+ @id.setter
712
+ def id(self, value: pulumi.Input[str]):
713
+ pulumi.set(self, "id", value)
714
+
715
+
716
+ @pulumi.input_type
717
+ class NASRerouteConfigurationArgs:
718
+ def __init__(__self__, *,
719
+ macro_mme_group_id: pulumi.Input[int]):
720
+ """
721
+ Configuration enabling NAS reroute.
722
+ :param pulumi.Input[int] macro_mme_group_id: The macro network's MME group ID. This is where unknown UEs are sent to via NAS reroute.
723
+ """
724
+ pulumi.set(__self__, "macro_mme_group_id", macro_mme_group_id)
725
+
726
+ @property
727
+ @pulumi.getter(name="macroMmeGroupId")
728
+ def macro_mme_group_id(self) -> pulumi.Input[int]:
729
+ """
730
+ The macro network's MME group ID. This is where unknown UEs are sent to via NAS reroute.
731
+ """
732
+ return pulumi.get(self, "macro_mme_group_id")
733
+
734
+ @macro_mme_group_id.setter
735
+ def macro_mme_group_id(self, value: pulumi.Input[int]):
736
+ pulumi.set(self, "macro_mme_group_id", value)
737
+
738
+
739
+ @pulumi.input_type
740
+ class NaptConfigurationArgs:
741
+ def __init__(__self__, *,
742
+ enabled: Optional[pulumi.Input[Union[str, 'NaptEnabled']]] = None,
743
+ pinhole_limits: Optional[pulumi.Input[int]] = None,
744
+ pinhole_timeouts: Optional[pulumi.Input['PinholeTimeoutsArgs']] = None,
745
+ port_range: Optional[pulumi.Input['PortRangeArgs']] = None,
746
+ port_reuse_hold_time: Optional[pulumi.Input['PortReuseHoldTimesArgs']] = None):
747
+ """
748
+ The network address and port translation settings to use for the attached data network.
749
+ :param pulumi.Input[Union[str, 'NaptEnabled']] enabled: Whether NAPT is enabled for connections to this attached data network.
750
+ :param pulumi.Input[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.
751
+ :param pulumi.Input['PinholeTimeoutsArgs'] pinhole_timeouts: Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.
752
+ :param pulumi.Input['PortRangeArgs'] port_range: Range of port numbers to use as translated ports on each translated address.
753
+ If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.
754
+ (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.)
755
+ :param pulumi.Input['PortReuseHoldTimesArgs'] 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.
756
+ """
757
+ if enabled is not None:
758
+ pulumi.set(__self__, "enabled", enabled)
759
+ if pinhole_limits is None:
760
+ pinhole_limits = 65536
761
+ if pinhole_limits is not None:
762
+ pulumi.set(__self__, "pinhole_limits", pinhole_limits)
763
+ if pinhole_timeouts is not None:
764
+ pulumi.set(__self__, "pinhole_timeouts", pinhole_timeouts)
765
+ if port_range is not None:
766
+ pulumi.set(__self__, "port_range", port_range)
767
+ if port_reuse_hold_time is not None:
768
+ pulumi.set(__self__, "port_reuse_hold_time", port_reuse_hold_time)
769
+
770
+ @property
771
+ @pulumi.getter
772
+ def enabled(self) -> Optional[pulumi.Input[Union[str, 'NaptEnabled']]]:
773
+ """
774
+ Whether NAPT is enabled for connections to this attached data network.
775
+ """
776
+ return pulumi.get(self, "enabled")
777
+
778
+ @enabled.setter
779
+ def enabled(self, value: Optional[pulumi.Input[Union[str, 'NaptEnabled']]]):
780
+ pulumi.set(self, "enabled", value)
781
+
782
+ @property
783
+ @pulumi.getter(name="pinholeLimits")
784
+ def pinhole_limits(self) -> Optional[pulumi.Input[int]]:
785
+ """
786
+ 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.
787
+ """
788
+ return pulumi.get(self, "pinhole_limits")
789
+
790
+ @pinhole_limits.setter
791
+ def pinhole_limits(self, value: Optional[pulumi.Input[int]]):
792
+ pulumi.set(self, "pinhole_limits", value)
793
+
794
+ @property
795
+ @pulumi.getter(name="pinholeTimeouts")
796
+ def pinhole_timeouts(self) -> Optional[pulumi.Input['PinholeTimeoutsArgs']]:
797
+ """
798
+ Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.
799
+ """
800
+ return pulumi.get(self, "pinhole_timeouts")
801
+
802
+ @pinhole_timeouts.setter
803
+ def pinhole_timeouts(self, value: Optional[pulumi.Input['PinholeTimeoutsArgs']]):
804
+ pulumi.set(self, "pinhole_timeouts", value)
805
+
806
+ @property
807
+ @pulumi.getter(name="portRange")
808
+ def port_range(self) -> Optional[pulumi.Input['PortRangeArgs']]:
809
+ """
810
+ Range of port numbers to use as translated ports on each translated address.
811
+ If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.
812
+ (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.)
813
+ """
814
+ return pulumi.get(self, "port_range")
815
+
816
+ @port_range.setter
817
+ def port_range(self, value: Optional[pulumi.Input['PortRangeArgs']]):
818
+ pulumi.set(self, "port_range", value)
819
+
820
+ @property
821
+ @pulumi.getter(name="portReuseHoldTime")
822
+ def port_reuse_hold_time(self) -> Optional[pulumi.Input['PortReuseHoldTimesArgs']]:
823
+ """
824
+ 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.
825
+ """
826
+ return pulumi.get(self, "port_reuse_hold_time")
827
+
828
+ @port_reuse_hold_time.setter
829
+ def port_reuse_hold_time(self, value: Optional[pulumi.Input['PortReuseHoldTimesArgs']]):
830
+ pulumi.set(self, "port_reuse_hold_time", value)
831
+
832
+
833
+ @pulumi.input_type
834
+ class PccRuleConfigurationArgs:
835
+ def __init__(__self__, *,
836
+ rule_name: pulumi.Input[str],
837
+ rule_precedence: pulumi.Input[int],
838
+ service_data_flow_templates: pulumi.Input[Sequence[pulumi.Input['ServiceDataFlowTemplateArgs']]],
839
+ rule_qos_policy: Optional[pulumi.Input['PccRuleQosPolicyArgs']] = None,
840
+ traffic_control: Optional[pulumi.Input[Union[str, 'TrafficControlPermission']]] = None):
841
+ """
842
+ Data flow policy rule configuration
843
+ :param pulumi.Input[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`.
844
+ :param pulumi.Input[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.
845
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceDataFlowTemplateArgs']]] service_data_flow_templates: The set of data flow templates to use for this data flow policy rule.
846
+ :param pulumi.Input['PccRuleQosPolicyArgs'] 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.
847
+ :param pulumi.Input[Union[str, 'TrafficControlPermission']] traffic_control: Determines whether flows that match this data flow policy rule are permitted.
848
+ """
849
+ pulumi.set(__self__, "rule_name", rule_name)
850
+ pulumi.set(__self__, "rule_precedence", rule_precedence)
851
+ pulumi.set(__self__, "service_data_flow_templates", service_data_flow_templates)
852
+ if rule_qos_policy is not None:
853
+ pulumi.set(__self__, "rule_qos_policy", rule_qos_policy)
854
+ if traffic_control is None:
855
+ traffic_control = 'Enabled'
856
+ if traffic_control is not None:
857
+ pulumi.set(__self__, "traffic_control", traffic_control)
858
+
859
+ @property
860
+ @pulumi.getter(name="ruleName")
861
+ def rule_name(self) -> pulumi.Input[str]:
862
+ """
863
+ 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`.
864
+ """
865
+ return pulumi.get(self, "rule_name")
866
+
867
+ @rule_name.setter
868
+ def rule_name(self, value: pulumi.Input[str]):
869
+ pulumi.set(self, "rule_name", value)
870
+
871
+ @property
872
+ @pulumi.getter(name="rulePrecedence")
873
+ def rule_precedence(self) -> pulumi.Input[int]:
874
+ """
875
+ 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.
876
+ """
877
+ return pulumi.get(self, "rule_precedence")
878
+
879
+ @rule_precedence.setter
880
+ def rule_precedence(self, value: pulumi.Input[int]):
881
+ pulumi.set(self, "rule_precedence", value)
882
+
883
+ @property
884
+ @pulumi.getter(name="serviceDataFlowTemplates")
885
+ def service_data_flow_templates(self) -> pulumi.Input[Sequence[pulumi.Input['ServiceDataFlowTemplateArgs']]]:
886
+ """
887
+ The set of data flow templates to use for this data flow policy rule.
888
+ """
889
+ return pulumi.get(self, "service_data_flow_templates")
890
+
891
+ @service_data_flow_templates.setter
892
+ def service_data_flow_templates(self, value: pulumi.Input[Sequence[pulumi.Input['ServiceDataFlowTemplateArgs']]]):
893
+ pulumi.set(self, "service_data_flow_templates", value)
894
+
895
+ @property
896
+ @pulumi.getter(name="ruleQosPolicy")
897
+ def rule_qos_policy(self) -> Optional[pulumi.Input['PccRuleQosPolicyArgs']]:
898
+ """
899
+ The QoS policy to use for packets matching this rule. If this field is null then the parent service will define the QoS settings.
900
+ """
901
+ return pulumi.get(self, "rule_qos_policy")
902
+
903
+ @rule_qos_policy.setter
904
+ def rule_qos_policy(self, value: Optional[pulumi.Input['PccRuleQosPolicyArgs']]):
905
+ pulumi.set(self, "rule_qos_policy", value)
906
+
907
+ @property
908
+ @pulumi.getter(name="trafficControl")
909
+ def traffic_control(self) -> Optional[pulumi.Input[Union[str, 'TrafficControlPermission']]]:
910
+ """
911
+ Determines whether flows that match this data flow policy rule are permitted.
912
+ """
913
+ return pulumi.get(self, "traffic_control")
914
+
915
+ @traffic_control.setter
916
+ def traffic_control(self, value: Optional[pulumi.Input[Union[str, 'TrafficControlPermission']]]):
917
+ pulumi.set(self, "traffic_control", value)
918
+
919
+
920
+ @pulumi.input_type
921
+ class PccRuleQosPolicyArgs:
922
+ def __init__(__self__, *,
923
+ maximum_bit_rate: pulumi.Input['AmbrArgs'],
924
+ allocation_and_retention_priority_level: Optional[pulumi.Input[int]] = None,
925
+ five_qi: Optional[pulumi.Input[int]] = None,
926
+ guaranteed_bit_rate: Optional[pulumi.Input['AmbrArgs']] = None,
927
+ preemption_capability: Optional[pulumi.Input[Union[str, 'PreemptionCapability']]] = None,
928
+ preemption_vulnerability: Optional[pulumi.Input[Union[str, 'PreemptionVulnerability']]] = None):
929
+ """
930
+ Data flow policy rule QoS policy
931
+ :param pulumi.Input['AmbrArgs'] maximum_bit_rate: The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
932
+ :param pulumi.Input[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.
933
+ :param pulumi.Input[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.
934
+ :param pulumi.Input['AmbrArgs'] 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.
935
+ :param pulumi.Input[Union[str, 'PreemptionCapability']] 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.
936
+ :param pulumi.Input[Union[str, 'PreemptionVulnerability']] 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.
937
+ """
938
+ pulumi.set(__self__, "maximum_bit_rate", maximum_bit_rate)
939
+ if allocation_and_retention_priority_level is None:
940
+ allocation_and_retention_priority_level = 9
941
+ if allocation_and_retention_priority_level is not None:
942
+ pulumi.set(__self__, "allocation_and_retention_priority_level", allocation_and_retention_priority_level)
943
+ if five_qi is None:
944
+ five_qi = 9
945
+ if five_qi is not None:
946
+ pulumi.set(__self__, "five_qi", five_qi)
947
+ if guaranteed_bit_rate is not None:
948
+ pulumi.set(__self__, "guaranteed_bit_rate", guaranteed_bit_rate)
949
+ if preemption_capability is None:
950
+ preemption_capability = 'NotPreempt'
951
+ if preemption_capability is not None:
952
+ pulumi.set(__self__, "preemption_capability", preemption_capability)
953
+ if preemption_vulnerability is None:
954
+ preemption_vulnerability = 'Preemptable'
955
+ if preemption_vulnerability is not None:
956
+ pulumi.set(__self__, "preemption_vulnerability", preemption_vulnerability)
957
+
958
+ @property
959
+ @pulumi.getter(name="maximumBitRate")
960
+ def maximum_bit_rate(self) -> pulumi.Input['AmbrArgs']:
961
+ """
962
+ The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
963
+ """
964
+ return pulumi.get(self, "maximum_bit_rate")
965
+
966
+ @maximum_bit_rate.setter
967
+ def maximum_bit_rate(self, value: pulumi.Input['AmbrArgs']):
968
+ pulumi.set(self, "maximum_bit_rate", value)
969
+
970
+ @property
971
+ @pulumi.getter(name="allocationAndRetentionPriorityLevel")
972
+ def allocation_and_retention_priority_level(self) -> Optional[pulumi.Input[int]]:
973
+ """
974
+ 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.
975
+ """
976
+ return pulumi.get(self, "allocation_and_retention_priority_level")
977
+
978
+ @allocation_and_retention_priority_level.setter
979
+ def allocation_and_retention_priority_level(self, value: Optional[pulumi.Input[int]]):
980
+ pulumi.set(self, "allocation_and_retention_priority_level", value)
981
+
982
+ @property
983
+ @pulumi.getter(name="fiveQi")
984
+ def five_qi(self) -> Optional[pulumi.Input[int]]:
985
+ """
986
+ 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.
987
+ """
988
+ return pulumi.get(self, "five_qi")
989
+
990
+ @five_qi.setter
991
+ def five_qi(self, value: Optional[pulumi.Input[int]]):
992
+ pulumi.set(self, "five_qi", value)
993
+
994
+ @property
995
+ @pulumi.getter(name="guaranteedBitRate")
996
+ def guaranteed_bit_rate(self) -> Optional[pulumi.Input['AmbrArgs']]:
997
+ """
998
+ 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.
999
+ """
1000
+ return pulumi.get(self, "guaranteed_bit_rate")
1001
+
1002
+ @guaranteed_bit_rate.setter
1003
+ def guaranteed_bit_rate(self, value: Optional[pulumi.Input['AmbrArgs']]):
1004
+ pulumi.set(self, "guaranteed_bit_rate", value)
1005
+
1006
+ @property
1007
+ @pulumi.getter(name="preemptionCapability")
1008
+ def preemption_capability(self) -> Optional[pulumi.Input[Union[str, 'PreemptionCapability']]]:
1009
+ """
1010
+ 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.
1011
+ """
1012
+ return pulumi.get(self, "preemption_capability")
1013
+
1014
+ @preemption_capability.setter
1015
+ def preemption_capability(self, value: Optional[pulumi.Input[Union[str, 'PreemptionCapability']]]):
1016
+ pulumi.set(self, "preemption_capability", value)
1017
+
1018
+ @property
1019
+ @pulumi.getter(name="preemptionVulnerability")
1020
+ def preemption_vulnerability(self) -> Optional[pulumi.Input[Union[str, 'PreemptionVulnerability']]]:
1021
+ """
1022
+ 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.
1023
+ """
1024
+ return pulumi.get(self, "preemption_vulnerability")
1025
+
1026
+ @preemption_vulnerability.setter
1027
+ def preemption_vulnerability(self, value: Optional[pulumi.Input[Union[str, 'PreemptionVulnerability']]]):
1028
+ pulumi.set(self, "preemption_vulnerability", value)
1029
+
1030
+
1031
+ @pulumi.input_type
1032
+ class PinholeTimeoutsArgs:
1033
+ def __init__(__self__, *,
1034
+ icmp: Optional[pulumi.Input[int]] = None,
1035
+ tcp: Optional[pulumi.Input[int]] = None,
1036
+ udp: Optional[pulumi.Input[int]] = None):
1037
+ """
1038
+ Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.
1039
+ :param pulumi.Input[int] icmp: Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 30 seconds.
1040
+ :param pulumi.Input[int] tcp: Pinhole timeout for TCP pinholes in seconds. Default for TCP is 3 minutes.
1041
+ :param pulumi.Input[int] udp: Pinhole timeout for UDP pinholes in seconds. Default for UDP is 30 seconds.
1042
+ """
1043
+ if icmp is None:
1044
+ icmp = 30
1045
+ if icmp is not None:
1046
+ pulumi.set(__self__, "icmp", icmp)
1047
+ if tcp is None:
1048
+ tcp = 180
1049
+ if tcp is not None:
1050
+ pulumi.set(__self__, "tcp", tcp)
1051
+ if udp is None:
1052
+ udp = 30
1053
+ if udp is not None:
1054
+ pulumi.set(__self__, "udp", udp)
1055
+
1056
+ @property
1057
+ @pulumi.getter
1058
+ def icmp(self) -> Optional[pulumi.Input[int]]:
1059
+ """
1060
+ Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 30 seconds.
1061
+ """
1062
+ return pulumi.get(self, "icmp")
1063
+
1064
+ @icmp.setter
1065
+ def icmp(self, value: Optional[pulumi.Input[int]]):
1066
+ pulumi.set(self, "icmp", value)
1067
+
1068
+ @property
1069
+ @pulumi.getter
1070
+ def tcp(self) -> Optional[pulumi.Input[int]]:
1071
+ """
1072
+ Pinhole timeout for TCP pinholes in seconds. Default for TCP is 3 minutes.
1073
+ """
1074
+ return pulumi.get(self, "tcp")
1075
+
1076
+ @tcp.setter
1077
+ def tcp(self, value: Optional[pulumi.Input[int]]):
1078
+ pulumi.set(self, "tcp", value)
1079
+
1080
+ @property
1081
+ @pulumi.getter
1082
+ def udp(self) -> Optional[pulumi.Input[int]]:
1083
+ """
1084
+ Pinhole timeout for UDP pinholes in seconds. Default for UDP is 30 seconds.
1085
+ """
1086
+ return pulumi.get(self, "udp")
1087
+
1088
+ @udp.setter
1089
+ def udp(self, value: Optional[pulumi.Input[int]]):
1090
+ pulumi.set(self, "udp", value)
1091
+
1092
+
1093
+ @pulumi.input_type
1094
+ class PlatformConfigurationArgs:
1095
+ def __init__(__self__, *,
1096
+ type: pulumi.Input[Union[str, 'PlatformType']],
1097
+ azure_stack_edge_device: Optional[pulumi.Input['AzureStackEdgeDeviceResourceIdArgs']] = None,
1098
+ azure_stack_hci_cluster: Optional[pulumi.Input['AzureStackHCIClusterResourceIdArgs']] = None,
1099
+ connected_cluster: Optional[pulumi.Input['ConnectedClusterResourceIdArgs']] = None,
1100
+ custom_location: Optional[pulumi.Input['CustomLocationResourceIdArgs']] = None):
1101
+ """
1102
+ The platform where the packet core is deployed.
1103
+ :param pulumi.Input[Union[str, 'PlatformType']] type: The platform type where packet core is deployed.
1104
+ :param pulumi.Input['AzureStackEdgeDeviceResourceIdArgs'] 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.
1105
+ :param pulumi.Input['AzureStackHCIClusterResourceIdArgs'] azure_stack_hci_cluster: The Azure Stack HCI cluster where the packet core is deployed.
1106
+ :param pulumi.Input['ConnectedClusterResourceIdArgs'] connected_cluster: Azure Arc connected cluster where the packet core is deployed.
1107
+ :param pulumi.Input['CustomLocationResourceIdArgs'] custom_location: Azure Arc custom location where the packet core is deployed.
1108
+ """
1109
+ pulumi.set(__self__, "type", type)
1110
+ if azure_stack_edge_device is not None:
1111
+ pulumi.set(__self__, "azure_stack_edge_device", azure_stack_edge_device)
1112
+ if azure_stack_hci_cluster is not None:
1113
+ pulumi.set(__self__, "azure_stack_hci_cluster", azure_stack_hci_cluster)
1114
+ if connected_cluster is not None:
1115
+ pulumi.set(__self__, "connected_cluster", connected_cluster)
1116
+ if custom_location is not None:
1117
+ pulumi.set(__self__, "custom_location", custom_location)
1118
+
1119
+ @property
1120
+ @pulumi.getter
1121
+ def type(self) -> pulumi.Input[Union[str, 'PlatformType']]:
1122
+ """
1123
+ The platform type where packet core is deployed.
1124
+ """
1125
+ return pulumi.get(self, "type")
1126
+
1127
+ @type.setter
1128
+ def type(self, value: pulumi.Input[Union[str, 'PlatformType']]):
1129
+ pulumi.set(self, "type", value)
1130
+
1131
+ @property
1132
+ @pulumi.getter(name="azureStackEdgeDevice")
1133
+ def azure_stack_edge_device(self) -> Optional[pulumi.Input['AzureStackEdgeDeviceResourceIdArgs']]:
1134
+ """
1135
+ 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.
1136
+ """
1137
+ return pulumi.get(self, "azure_stack_edge_device")
1138
+
1139
+ @azure_stack_edge_device.setter
1140
+ def azure_stack_edge_device(self, value: Optional[pulumi.Input['AzureStackEdgeDeviceResourceIdArgs']]):
1141
+ pulumi.set(self, "azure_stack_edge_device", value)
1142
+
1143
+ @property
1144
+ @pulumi.getter(name="azureStackHciCluster")
1145
+ def azure_stack_hci_cluster(self) -> Optional[pulumi.Input['AzureStackHCIClusterResourceIdArgs']]:
1146
+ """
1147
+ The Azure Stack HCI cluster where the packet core is deployed.
1148
+ """
1149
+ return pulumi.get(self, "azure_stack_hci_cluster")
1150
+
1151
+ @azure_stack_hci_cluster.setter
1152
+ def azure_stack_hci_cluster(self, value: Optional[pulumi.Input['AzureStackHCIClusterResourceIdArgs']]):
1153
+ pulumi.set(self, "azure_stack_hci_cluster", value)
1154
+
1155
+ @property
1156
+ @pulumi.getter(name="connectedCluster")
1157
+ def connected_cluster(self) -> Optional[pulumi.Input['ConnectedClusterResourceIdArgs']]:
1158
+ """
1159
+ Azure Arc connected cluster where the packet core is deployed.
1160
+ """
1161
+ return pulumi.get(self, "connected_cluster")
1162
+
1163
+ @connected_cluster.setter
1164
+ def connected_cluster(self, value: Optional[pulumi.Input['ConnectedClusterResourceIdArgs']]):
1165
+ pulumi.set(self, "connected_cluster", value)
1166
+
1167
+ @property
1168
+ @pulumi.getter(name="customLocation")
1169
+ def custom_location(self) -> Optional[pulumi.Input['CustomLocationResourceIdArgs']]:
1170
+ """
1171
+ Azure Arc custom location where the packet core is deployed.
1172
+ """
1173
+ return pulumi.get(self, "custom_location")
1174
+
1175
+ @custom_location.setter
1176
+ def custom_location(self, value: Optional[pulumi.Input['CustomLocationResourceIdArgs']]):
1177
+ pulumi.set(self, "custom_location", value)
1178
+
1179
+
1180
+ @pulumi.input_type
1181
+ class PlmnIdArgs:
1182
+ def __init__(__self__, *,
1183
+ mcc: pulumi.Input[str],
1184
+ mnc: pulumi.Input[str]):
1185
+ """
1186
+ Public land mobile network (PLMN) ID.
1187
+ :param pulumi.Input[str] mcc: Mobile country code (MCC).
1188
+ :param pulumi.Input[str] mnc: Mobile network code (MNC).
1189
+ """
1190
+ pulumi.set(__self__, "mcc", mcc)
1191
+ pulumi.set(__self__, "mnc", mnc)
1192
+
1193
+ @property
1194
+ @pulumi.getter
1195
+ def mcc(self) -> pulumi.Input[str]:
1196
+ """
1197
+ Mobile country code (MCC).
1198
+ """
1199
+ return pulumi.get(self, "mcc")
1200
+
1201
+ @mcc.setter
1202
+ def mcc(self, value: pulumi.Input[str]):
1203
+ pulumi.set(self, "mcc", value)
1204
+
1205
+ @property
1206
+ @pulumi.getter
1207
+ def mnc(self) -> pulumi.Input[str]:
1208
+ """
1209
+ Mobile network code (MNC).
1210
+ """
1211
+ return pulumi.get(self, "mnc")
1212
+
1213
+ @mnc.setter
1214
+ def mnc(self, value: pulumi.Input[str]):
1215
+ pulumi.set(self, "mnc", value)
1216
+
1217
+
1218
+ @pulumi.input_type
1219
+ class PortRangeArgs:
1220
+ def __init__(__self__, *,
1221
+ max_port: Optional[pulumi.Input[int]] = None,
1222
+ min_port: Optional[pulumi.Input[int]] = None):
1223
+ """
1224
+ Range of port numbers to use as translated ports on each translated address.
1225
+ If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999.
1226
+ (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.)
1227
+ :param pulumi.Input[int] max_port: The maximum port number
1228
+ :param pulumi.Input[int] min_port: The minimum port number
1229
+ """
1230
+ if max_port is None:
1231
+ max_port = 49999
1232
+ if max_port is not None:
1233
+ pulumi.set(__self__, "max_port", max_port)
1234
+ if min_port is None:
1235
+ min_port = 1024
1236
+ if min_port is not None:
1237
+ pulumi.set(__self__, "min_port", min_port)
1238
+
1239
+ @property
1240
+ @pulumi.getter(name="maxPort")
1241
+ def max_port(self) -> Optional[pulumi.Input[int]]:
1242
+ """
1243
+ The maximum port number
1244
+ """
1245
+ return pulumi.get(self, "max_port")
1246
+
1247
+ @max_port.setter
1248
+ def max_port(self, value: Optional[pulumi.Input[int]]):
1249
+ pulumi.set(self, "max_port", value)
1250
+
1251
+ @property
1252
+ @pulumi.getter(name="minPort")
1253
+ def min_port(self) -> Optional[pulumi.Input[int]]:
1254
+ """
1255
+ The minimum port number
1256
+ """
1257
+ return pulumi.get(self, "min_port")
1258
+
1259
+ @min_port.setter
1260
+ def min_port(self, value: Optional[pulumi.Input[int]]):
1261
+ pulumi.set(self, "min_port", value)
1262
+
1263
+
1264
+ @pulumi.input_type
1265
+ class PortReuseHoldTimesArgs:
1266
+ def __init__(__self__, *,
1267
+ tcp: Optional[pulumi.Input[int]] = None,
1268
+ udp: Optional[pulumi.Input[int]] = None):
1269
+ """
1270
+ 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.
1271
+ :param pulumi.Input[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.
1272
+ :param pulumi.Input[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.
1273
+ """
1274
+ if tcp is None:
1275
+ tcp = 120
1276
+ if tcp is not None:
1277
+ pulumi.set(__self__, "tcp", tcp)
1278
+ if udp is None:
1279
+ udp = 60
1280
+ if udp is not None:
1281
+ pulumi.set(__self__, "udp", udp)
1282
+
1283
+ @property
1284
+ @pulumi.getter
1285
+ def tcp(self) -> Optional[pulumi.Input[int]]:
1286
+ """
1287
+ 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.
1288
+ """
1289
+ return pulumi.get(self, "tcp")
1290
+
1291
+ @tcp.setter
1292
+ def tcp(self, value: Optional[pulumi.Input[int]]):
1293
+ pulumi.set(self, "tcp", value)
1294
+
1295
+ @property
1296
+ @pulumi.getter
1297
+ def udp(self) -> Optional[pulumi.Input[int]]:
1298
+ """
1299
+ 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.
1300
+ """
1301
+ return pulumi.get(self, "udp")
1302
+
1303
+ @udp.setter
1304
+ def udp(self, value: Optional[pulumi.Input[int]]):
1305
+ pulumi.set(self, "udp", value)
1306
+
1307
+
1308
+ @pulumi.input_type
1309
+ class QosPolicyArgs:
1310
+ def __init__(__self__, *,
1311
+ maximum_bit_rate: pulumi.Input['AmbrArgs'],
1312
+ allocation_and_retention_priority_level: Optional[pulumi.Input[int]] = None,
1313
+ five_qi: Optional[pulumi.Input[int]] = None,
1314
+ preemption_capability: Optional[pulumi.Input[Union[str, 'PreemptionCapability']]] = None,
1315
+ preemption_vulnerability: Optional[pulumi.Input[Union[str, 'PreemptionVulnerability']]] = None):
1316
+ """
1317
+ QoS policy
1318
+ :param pulumi.Input['AmbrArgs'] maximum_bit_rate: The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
1319
+ :param pulumi.Input[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.
1320
+ :param pulumi.Input[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.
1321
+ :param pulumi.Input[Union[str, 'PreemptionCapability']] 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.
1322
+ :param pulumi.Input[Union[str, 'PreemptionVulnerability']] 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.
1323
+ """
1324
+ pulumi.set(__self__, "maximum_bit_rate", maximum_bit_rate)
1325
+ if allocation_and_retention_priority_level is None:
1326
+ allocation_and_retention_priority_level = 9
1327
+ if allocation_and_retention_priority_level is not None:
1328
+ pulumi.set(__self__, "allocation_and_retention_priority_level", allocation_and_retention_priority_level)
1329
+ if five_qi is None:
1330
+ five_qi = 9
1331
+ if five_qi is not None:
1332
+ pulumi.set(__self__, "five_qi", five_qi)
1333
+ if preemption_capability is None:
1334
+ preemption_capability = 'NotPreempt'
1335
+ if preemption_capability is not None:
1336
+ pulumi.set(__self__, "preemption_capability", preemption_capability)
1337
+ if preemption_vulnerability is None:
1338
+ preemption_vulnerability = 'Preemptable'
1339
+ if preemption_vulnerability is not None:
1340
+ pulumi.set(__self__, "preemption_vulnerability", preemption_vulnerability)
1341
+
1342
+ @property
1343
+ @pulumi.getter(name="maximumBitRate")
1344
+ def maximum_bit_rate(self) -> pulumi.Input['AmbrArgs']:
1345
+ """
1346
+ The maximum bit rate (MBR) for all service data flows that use this data flow policy rule or service.
1347
+ """
1348
+ return pulumi.get(self, "maximum_bit_rate")
1349
+
1350
+ @maximum_bit_rate.setter
1351
+ def maximum_bit_rate(self, value: pulumi.Input['AmbrArgs']):
1352
+ pulumi.set(self, "maximum_bit_rate", value)
1353
+
1354
+ @property
1355
+ @pulumi.getter(name="allocationAndRetentionPriorityLevel")
1356
+ def allocation_and_retention_priority_level(self) -> Optional[pulumi.Input[int]]:
1357
+ """
1358
+ 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.
1359
+ """
1360
+ return pulumi.get(self, "allocation_and_retention_priority_level")
1361
+
1362
+ @allocation_and_retention_priority_level.setter
1363
+ def allocation_and_retention_priority_level(self, value: Optional[pulumi.Input[int]]):
1364
+ pulumi.set(self, "allocation_and_retention_priority_level", value)
1365
+
1366
+ @property
1367
+ @pulumi.getter(name="fiveQi")
1368
+ def five_qi(self) -> Optional[pulumi.Input[int]]:
1369
+ """
1370
+ 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.
1371
+ """
1372
+ return pulumi.get(self, "five_qi")
1373
+
1374
+ @five_qi.setter
1375
+ def five_qi(self, value: Optional[pulumi.Input[int]]):
1376
+ pulumi.set(self, "five_qi", value)
1377
+
1378
+ @property
1379
+ @pulumi.getter(name="preemptionCapability")
1380
+ def preemption_capability(self) -> Optional[pulumi.Input[Union[str, 'PreemptionCapability']]]:
1381
+ """
1382
+ 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.
1383
+ """
1384
+ return pulumi.get(self, "preemption_capability")
1385
+
1386
+ @preemption_capability.setter
1387
+ def preemption_capability(self, value: Optional[pulumi.Input[Union[str, 'PreemptionCapability']]]):
1388
+ pulumi.set(self, "preemption_capability", value)
1389
+
1390
+ @property
1391
+ @pulumi.getter(name="preemptionVulnerability")
1392
+ def preemption_vulnerability(self) -> Optional[pulumi.Input[Union[str, 'PreemptionVulnerability']]]:
1393
+ """
1394
+ 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.
1395
+ """
1396
+ return pulumi.get(self, "preemption_vulnerability")
1397
+
1398
+ @preemption_vulnerability.setter
1399
+ def preemption_vulnerability(self, value: Optional[pulumi.Input[Union[str, 'PreemptionVulnerability']]]):
1400
+ pulumi.set(self, "preemption_vulnerability", value)
1401
+
1402
+
1403
+ @pulumi.input_type
1404
+ class ServiceDataFlowTemplateArgs:
1405
+ def __init__(__self__, *,
1406
+ direction: pulumi.Input[Union[str, 'SdfDirection']],
1407
+ protocol: pulumi.Input[Sequence[pulumi.Input[str]]],
1408
+ remote_ip_list: pulumi.Input[Sequence[pulumi.Input[str]]],
1409
+ template_name: pulumi.Input[str],
1410
+ ports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1411
+ """
1412
+ Data flow template
1413
+ :param pulumi.Input[Union[str, 'SdfDirection']] direction: The direction of this flow.
1414
+ :param pulumi.Input[Sequence[pulumi.Input[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.
1415
+ :param pulumi.Input[Sequence[pulumi.Input[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).
1416
+ :param pulumi.Input[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`.
1417
+ :param pulumi.Input[Sequence[pulumi.Input[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`].
1418
+ """
1419
+ pulumi.set(__self__, "direction", direction)
1420
+ pulumi.set(__self__, "protocol", protocol)
1421
+ pulumi.set(__self__, "remote_ip_list", remote_ip_list)
1422
+ pulumi.set(__self__, "template_name", template_name)
1423
+ if ports is not None:
1424
+ pulumi.set(__self__, "ports", ports)
1425
+
1426
+ @property
1427
+ @pulumi.getter
1428
+ def direction(self) -> pulumi.Input[Union[str, 'SdfDirection']]:
1429
+ """
1430
+ The direction of this flow.
1431
+ """
1432
+ return pulumi.get(self, "direction")
1433
+
1434
+ @direction.setter
1435
+ def direction(self, value: pulumi.Input[Union[str, 'SdfDirection']]):
1436
+ pulumi.set(self, "direction", value)
1437
+
1438
+ @property
1439
+ @pulumi.getter
1440
+ def protocol(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1441
+ """
1442
+ 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.
1443
+ """
1444
+ return pulumi.get(self, "protocol")
1445
+
1446
+ @protocol.setter
1447
+ def protocol(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1448
+ pulumi.set(self, "protocol", value)
1449
+
1450
+ @property
1451
+ @pulumi.getter(name="remoteIpList")
1452
+ def remote_ip_list(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1453
+ """
1454
+ 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).
1455
+ """
1456
+ return pulumi.get(self, "remote_ip_list")
1457
+
1458
+ @remote_ip_list.setter
1459
+ def remote_ip_list(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1460
+ pulumi.set(self, "remote_ip_list", value)
1461
+
1462
+ @property
1463
+ @pulumi.getter(name="templateName")
1464
+ def template_name(self) -> pulumi.Input[str]:
1465
+ """
1466
+ 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`.
1467
+ """
1468
+ return pulumi.get(self, "template_name")
1469
+
1470
+ @template_name.setter
1471
+ def template_name(self, value: pulumi.Input[str]):
1472
+ pulumi.set(self, "template_name", value)
1473
+
1474
+ @property
1475
+ @pulumi.getter
1476
+ def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1477
+ """
1478
+ 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`].
1479
+ """
1480
+ return pulumi.get(self, "ports")
1481
+
1482
+ @ports.setter
1483
+ def ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1484
+ pulumi.set(self, "ports", value)
1485
+
1486
+
1487
+ @pulumi.input_type
1488
+ class ServiceResourceIdArgs:
1489
+ def __init__(__self__, *,
1490
+ id: pulumi.Input[str]):
1491
+ """
1492
+ Reference to a service resource.
1493
+ :param pulumi.Input[str] id: Service resource ID.
1494
+ """
1495
+ pulumi.set(__self__, "id", id)
1496
+
1497
+ @property
1498
+ @pulumi.getter
1499
+ def id(self) -> pulumi.Input[str]:
1500
+ """
1501
+ Service resource ID.
1502
+ """
1503
+ return pulumi.get(self, "id")
1504
+
1505
+ @id.setter
1506
+ def id(self, value: pulumi.Input[str]):
1507
+ pulumi.set(self, "id", value)
1508
+
1509
+
1510
+ @pulumi.input_type
1511
+ class SignalingConfigurationArgs:
1512
+ def __init__(__self__, *,
1513
+ nas_reroute: Optional[pulumi.Input['NASRerouteConfigurationArgs']] = None):
1514
+ """
1515
+ Signaling configuration for the packet core.
1516
+ :param pulumi.Input['NASRerouteConfigurationArgs'] nas_reroute: Configuration enabling 4G NAS reroute.
1517
+ """
1518
+ if nas_reroute is not None:
1519
+ pulumi.set(__self__, "nas_reroute", nas_reroute)
1520
+
1521
+ @property
1522
+ @pulumi.getter(name="nasReroute")
1523
+ def nas_reroute(self) -> Optional[pulumi.Input['NASRerouteConfigurationArgs']]:
1524
+ """
1525
+ Configuration enabling 4G NAS reroute.
1526
+ """
1527
+ return pulumi.get(self, "nas_reroute")
1528
+
1529
+ @nas_reroute.setter
1530
+ def nas_reroute(self, value: Optional[pulumi.Input['NASRerouteConfigurationArgs']]):
1531
+ pulumi.set(self, "nas_reroute", value)
1532
+
1533
+
1534
+ @pulumi.input_type
1535
+ class SimPolicyResourceIdArgs:
1536
+ def __init__(__self__, *,
1537
+ id: pulumi.Input[str]):
1538
+ """
1539
+ Reference to a SIM policy resource.
1540
+ :param pulumi.Input[str] id: SIM policy resource ID.
1541
+ """
1542
+ pulumi.set(__self__, "id", id)
1543
+
1544
+ @property
1545
+ @pulumi.getter
1546
+ def id(self) -> pulumi.Input[str]:
1547
+ """
1548
+ SIM policy resource ID.
1549
+ """
1550
+ return pulumi.get(self, "id")
1551
+
1552
+ @id.setter
1553
+ def id(self, value: pulumi.Input[str]):
1554
+ pulumi.set(self, "id", value)
1555
+
1556
+
1557
+ @pulumi.input_type
1558
+ class SimStaticIpPropertiesStaticIpArgs:
1559
+ def __init__(__self__, *,
1560
+ ipv4_address: Optional[pulumi.Input[str]] = None):
1561
+ """
1562
+ The static IP configuration for the SIM to use at the defined network scope.
1563
+ :param pulumi.Input[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.
1564
+ """
1565
+ if ipv4_address is not None:
1566
+ pulumi.set(__self__, "ipv4_address", ipv4_address)
1567
+
1568
+ @property
1569
+ @pulumi.getter(name="ipv4Address")
1570
+ def ipv4_address(self) -> Optional[pulumi.Input[str]]:
1571
+ """
1572
+ The IPv4 address assigned to the SIM at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attached data network.
1573
+ """
1574
+ return pulumi.get(self, "ipv4_address")
1575
+
1576
+ @ipv4_address.setter
1577
+ def ipv4_address(self, value: Optional[pulumi.Input[str]]):
1578
+ pulumi.set(self, "ipv4_address", value)
1579
+
1580
+
1581
+ @pulumi.input_type
1582
+ class SimStaticIpPropertiesArgs:
1583
+ def __init__(__self__, *,
1584
+ attached_data_network: Optional[pulumi.Input['AttachedDataNetworkResourceIdArgs']] = None,
1585
+ slice: Optional[pulumi.Input['SliceResourceIdArgs']] = None,
1586
+ static_ip: Optional[pulumi.Input['SimStaticIpPropertiesStaticIpArgs']] = None):
1587
+ """
1588
+ Static IP configuration for a SIM, scoped to a particular attached data network and slice.
1589
+ :param pulumi.Input['AttachedDataNetworkResourceIdArgs'] 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.
1590
+ :param pulumi.Input['SliceResourceIdArgs'] 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.
1591
+ :param pulumi.Input['SimStaticIpPropertiesStaticIpArgs'] static_ip: The static IP configuration for the SIM to use at the defined network scope.
1592
+ """
1593
+ if attached_data_network is not None:
1594
+ pulumi.set(__self__, "attached_data_network", attached_data_network)
1595
+ if slice is not None:
1596
+ pulumi.set(__self__, "slice", slice)
1597
+ if static_ip is not None:
1598
+ pulumi.set(__self__, "static_ip", static_ip)
1599
+
1600
+ @property
1601
+ @pulumi.getter(name="attachedDataNetwork")
1602
+ def attached_data_network(self) -> Optional[pulumi.Input['AttachedDataNetworkResourceIdArgs']]:
1603
+ """
1604
+ 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.
1605
+ """
1606
+ return pulumi.get(self, "attached_data_network")
1607
+
1608
+ @attached_data_network.setter
1609
+ def attached_data_network(self, value: Optional[pulumi.Input['AttachedDataNetworkResourceIdArgs']]):
1610
+ pulumi.set(self, "attached_data_network", value)
1611
+
1612
+ @property
1613
+ @pulumi.getter
1614
+ def slice(self) -> Optional[pulumi.Input['SliceResourceIdArgs']]:
1615
+ """
1616
+ 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.
1617
+ """
1618
+ return pulumi.get(self, "slice")
1619
+
1620
+ @slice.setter
1621
+ def slice(self, value: Optional[pulumi.Input['SliceResourceIdArgs']]):
1622
+ pulumi.set(self, "slice", value)
1623
+
1624
+ @property
1625
+ @pulumi.getter(name="staticIp")
1626
+ def static_ip(self) -> Optional[pulumi.Input['SimStaticIpPropertiesStaticIpArgs']]:
1627
+ """
1628
+ The static IP configuration for the SIM to use at the defined network scope.
1629
+ """
1630
+ return pulumi.get(self, "static_ip")
1631
+
1632
+ @static_ip.setter
1633
+ def static_ip(self, value: Optional[pulumi.Input['SimStaticIpPropertiesStaticIpArgs']]):
1634
+ pulumi.set(self, "static_ip", value)
1635
+
1636
+
1637
+ @pulumi.input_type
1638
+ class SiteResourceIdArgs:
1639
+ def __init__(__self__, *,
1640
+ id: pulumi.Input[str]):
1641
+ """
1642
+ Reference to a site resource.
1643
+ :param pulumi.Input[str] id: Site resource ID.
1644
+ """
1645
+ pulumi.set(__self__, "id", id)
1646
+
1647
+ @property
1648
+ @pulumi.getter
1649
+ def id(self) -> pulumi.Input[str]:
1650
+ """
1651
+ Site resource ID.
1652
+ """
1653
+ return pulumi.get(self, "id")
1654
+
1655
+ @id.setter
1656
+ def id(self, value: pulumi.Input[str]):
1657
+ pulumi.set(self, "id", value)
1658
+
1659
+
1660
+ @pulumi.input_type
1661
+ class SliceConfigurationArgs:
1662
+ def __init__(__self__, *,
1663
+ data_network_configurations: pulumi.Input[Sequence[pulumi.Input['DataNetworkConfigurationArgs']]],
1664
+ default_data_network: pulumi.Input['DataNetworkResourceIdArgs'],
1665
+ slice: pulumi.Input['SliceResourceIdArgs']):
1666
+ """
1667
+ Per-slice settings
1668
+ :param pulumi.Input[Sequence[pulumi.Input['DataNetworkConfigurationArgs']]] 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.
1669
+ :param pulumi.Input['DataNetworkResourceIdArgs'] 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.
1670
+ :param pulumi.Input['SliceResourceIdArgs'] slice: A reference to the slice that these settings apply to. The slice must be in the same location as the SIM policy.
1671
+ """
1672
+ pulumi.set(__self__, "data_network_configurations", data_network_configurations)
1673
+ pulumi.set(__self__, "default_data_network", default_data_network)
1674
+ pulumi.set(__self__, "slice", slice)
1675
+
1676
+ @property
1677
+ @pulumi.getter(name="dataNetworkConfigurations")
1678
+ def data_network_configurations(self) -> pulumi.Input[Sequence[pulumi.Input['DataNetworkConfigurationArgs']]]:
1679
+ """
1680
+ 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.
1681
+ """
1682
+ return pulumi.get(self, "data_network_configurations")
1683
+
1684
+ @data_network_configurations.setter
1685
+ def data_network_configurations(self, value: pulumi.Input[Sequence[pulumi.Input['DataNetworkConfigurationArgs']]]):
1686
+ pulumi.set(self, "data_network_configurations", value)
1687
+
1688
+ @property
1689
+ @pulumi.getter(name="defaultDataNetwork")
1690
+ def default_data_network(self) -> pulumi.Input['DataNetworkResourceIdArgs']:
1691
+ """
1692
+ 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.
1693
+ """
1694
+ return pulumi.get(self, "default_data_network")
1695
+
1696
+ @default_data_network.setter
1697
+ def default_data_network(self, value: pulumi.Input['DataNetworkResourceIdArgs']):
1698
+ pulumi.set(self, "default_data_network", value)
1699
+
1700
+ @property
1701
+ @pulumi.getter
1702
+ def slice(self) -> pulumi.Input['SliceResourceIdArgs']:
1703
+ """
1704
+ A reference to the slice that these settings apply to. The slice must be in the same location as the SIM policy.
1705
+ """
1706
+ return pulumi.get(self, "slice")
1707
+
1708
+ @slice.setter
1709
+ def slice(self, value: pulumi.Input['SliceResourceIdArgs']):
1710
+ pulumi.set(self, "slice", value)
1711
+
1712
+
1713
+ @pulumi.input_type
1714
+ class SliceResourceIdArgs:
1715
+ def __init__(__self__, *,
1716
+ id: pulumi.Input[str]):
1717
+ """
1718
+ Reference to a slice resource.
1719
+ :param pulumi.Input[str] id: Slice resource ID.
1720
+ """
1721
+ pulumi.set(__self__, "id", id)
1722
+
1723
+ @property
1724
+ @pulumi.getter
1725
+ def id(self) -> pulumi.Input[str]:
1726
+ """
1727
+ Slice resource ID.
1728
+ """
1729
+ return pulumi.get(self, "id")
1730
+
1731
+ @id.setter
1732
+ def id(self, value: pulumi.Input[str]):
1733
+ pulumi.set(self, "id", value)
1734
+
1735
+
1736
+ @pulumi.input_type
1737
+ class SnssaiArgs:
1738
+ def __init__(__self__, *,
1739
+ sst: pulumi.Input[int],
1740
+ sd: Optional[pulumi.Input[str]] = None):
1741
+ """
1742
+ Single-network slice selection assistance information (S-NSSAI).
1743
+ :param pulumi.Input[int] sst: Slice/service type (SST).
1744
+ :param pulumi.Input[str] sd: Slice differentiator (SD).
1745
+ """
1746
+ pulumi.set(__self__, "sst", sst)
1747
+ if sd is not None:
1748
+ pulumi.set(__self__, "sd", sd)
1749
+
1750
+ @property
1751
+ @pulumi.getter
1752
+ def sst(self) -> pulumi.Input[int]:
1753
+ """
1754
+ Slice/service type (SST).
1755
+ """
1756
+ return pulumi.get(self, "sst")
1757
+
1758
+ @sst.setter
1759
+ def sst(self, value: pulumi.Input[int]):
1760
+ pulumi.set(self, "sst", value)
1761
+
1762
+ @property
1763
+ @pulumi.getter
1764
+ def sd(self) -> Optional[pulumi.Input[str]]:
1765
+ """
1766
+ Slice differentiator (SD).
1767
+ """
1768
+ return pulumi.get(self, "sd")
1769
+
1770
+ @sd.setter
1771
+ def sd(self, value: Optional[pulumi.Input[str]]):
1772
+ pulumi.set(self, "sd", value)
1773
+
1774
+