pulumi-azure-native 2.41.0a1715077566__py3-none-any.whl → 2.41.0a1715601087__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

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