pulumi-azure-native 2.81.0a1736184069__py3-none-any.whl → 2.82.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (1212) hide show
  1. pulumi_azure_native/__init__.py +144 -1
  2. pulumi_azure_native/azureplaywrightservice/v20241201/account.py +4 -4
  3. pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py +1 -1
  4. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  5. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  6. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  7. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  8. pulumi_azure_native/azurestackhci/edge_device.py +3 -3
  9. pulumi_azure_native/azurestackhci/extension.py +3 -3
  10. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
  14. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  15. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  16. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  17. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  18. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  19. pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
  20. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  21. pulumi_azure_native/azurestackhci/update.py +3 -3
  22. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  23. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  24. pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
  95. pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
  96. pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
  97. pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
  98. pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
  99. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
  100. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
  101. pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
  102. pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
  103. pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
  104. pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
  105. pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +30 -0
  106. pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +267 -0
  107. pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +3459 -0
  108. pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +406 -0
  109. pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +680 -0
  110. pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +335 -0
  111. pulumi_azure_native/azurestackhci/v20241201preview/extension.py +473 -0
  112. pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +275 -0
  113. pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +521 -0
  114. pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +219 -0
  115. pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +295 -0
  116. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +158 -0
  117. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +164 -0
  118. pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +205 -0
  119. pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +401 -0
  120. pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +337 -0
  121. pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +283 -0
  122. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +233 -0
  123. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +256 -0
  124. pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +6470 -0
  125. pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +310 -0
  126. pulumi_azure_native/azurestackhci/v20241201preview/update.py +724 -0
  127. pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +619 -0
  128. pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +471 -0
  129. pulumi_azure_native/chaos/__init__.py +3 -0
  130. pulumi_azure_native/chaos/capability.py +3 -3
  131. pulumi_azure_native/chaos/experiment.py +3 -3
  132. pulumi_azure_native/chaos/get_capability.py +2 -2
  133. pulumi_azure_native/chaos/get_experiment.py +2 -2
  134. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  135. pulumi_azure_native/chaos/get_private_access.py +2 -2
  136. pulumi_azure_native/chaos/get_target.py +2 -2
  137. pulumi_azure_native/chaos/private_access.py +3 -3
  138. pulumi_azure_native/chaos/target.py +3 -3
  139. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  140. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  141. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  142. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  143. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  144. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  145. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  146. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  147. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  148. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  149. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  150. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  151. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  152. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  153. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  154. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  155. pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
  156. pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
  157. pulumi_azure_native/chaos/v20240322preview/private_access.py +1 -1
  158. pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
  159. pulumi_azure_native/chaos/v20241101preview/__init__.py +19 -0
  160. pulumi_azure_native/chaos/v20241101preview/_enums.py +81 -0
  161. pulumi_azure_native/chaos/v20241101preview/_inputs.py +965 -0
  162. pulumi_azure_native/chaos/v20241101preview/capability.py +313 -0
  163. pulumi_azure_native/chaos/v20241101preview/experiment.py +357 -0
  164. pulumi_azure_native/chaos/v20241101preview/get_capability.py +237 -0
  165. pulumi_azure_native/chaos/v20241101preview/get_experiment.py +227 -0
  166. pulumi_azure_native/chaos/v20241101preview/get_experiment_execution_details.py +135 -0
  167. pulumi_azure_native/chaos/v20241101preview/get_private_access.py +199 -0
  168. pulumi_azure_native/chaos/v20241101preview/get_target.py +175 -0
  169. pulumi_azure_native/chaos/v20241101preview/outputs.py +1488 -0
  170. pulumi_azure_native/chaos/v20241101preview/private_access.py +277 -0
  171. pulumi_azure_native/chaos/v20241101preview/target.py +290 -0
  172. pulumi_azure_native/confidentialledger/__init__.py +3 -0
  173. pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
  174. pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
  175. pulumi_azure_native/confidentialledger/ledger.py +3 -3
  176. pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
  177. pulumi_azure_native/confidentialledger/v20220513/ledger.py +1 -1
  178. pulumi_azure_native/confidentialledger/v20230126preview/ledger.py +1 -1
  179. pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py +1 -1
  180. pulumi_azure_native/confidentialledger/v20230628preview/ledger.py +1 -1
  181. pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py +1 -1
  182. pulumi_azure_native/confidentialledger/v20240709preview/ledger.py +1 -1
  183. pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py +1 -1
  184. pulumi_azure_native/confidentialledger/v20240919preview/__init__.py +14 -0
  185. pulumi_azure_native/confidentialledger/v20240919preview/_enums.py +77 -0
  186. pulumi_azure_native/confidentialledger/v20240919preview/_inputs.py +721 -0
  187. pulumi_azure_native/confidentialledger/v20240919preview/get_ledger.py +171 -0
  188. pulumi_azure_native/confidentialledger/v20240919preview/get_managed_ccf.py +171 -0
  189. pulumi_azure_native/confidentialledger/v20240919preview/ledger.py +258 -0
  190. pulumi_azure_native/confidentialledger/v20240919preview/managed_ccf.py +258 -0
  191. pulumi_azure_native/confidentialledger/v20240919preview/outputs.py +800 -0
  192. pulumi_azure_native/confluent/__init__.py +9 -0
  193. pulumi_azure_native/confluent/_enums.py +91 -0
  194. pulumi_azure_native/confluent/_inputs.py +2882 -63
  195. pulumi_azure_native/confluent/connector.py +323 -0
  196. pulumi_azure_native/confluent/get_connector.py +191 -0
  197. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +185 -0
  198. pulumi_azure_native/confluent/get_organization_environment_by_id.py +165 -0
  199. pulumi_azure_native/confluent/get_topic.py +261 -0
  200. pulumi_azure_native/confluent/organization_cluster_by_id.py +379 -0
  201. pulumi_azure_native/confluent/organization_environment_by_id.py +329 -0
  202. pulumi_azure_native/confluent/outputs.py +2233 -222
  203. pulumi_azure_native/confluent/topic.py +486 -0
  204. pulumi_azure_native/confluent/v20240701/connector.py +2 -0
  205. pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +2 -0
  206. pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +2 -0
  207. pulumi_azure_native/confluent/v20240701/topic.py +2 -0
  208. pulumi_azure_native/maintenance/_inputs.py +6 -6
  209. pulumi_azure_native/maintenance/outputs.py +4 -4
  210. pulumi_azure_native/maintenance/v20221101preview/_inputs.py +6 -6
  211. pulumi_azure_native/maintenance/v20221101preview/outputs.py +4 -4
  212. pulumi_azure_native/maintenance/v20230401/_inputs.py +6 -6
  213. pulumi_azure_native/maintenance/v20230401/outputs.py +4 -4
  214. pulumi_azure_native/maintenance/v20230901preview/_inputs.py +6 -6
  215. pulumi_azure_native/maintenance/v20230901preview/outputs.py +4 -4
  216. pulumi_azure_native/maintenance/v20231001preview/_inputs.py +6 -6
  217. pulumi_azure_native/maintenance/v20231001preview/outputs.py +4 -4
  218. pulumi_azure_native/networkcloud/__init__.py +3 -0
  219. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  220. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  221. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  222. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  223. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  224. pulumi_azure_native/networkcloud/cluster.py +3 -3
  225. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  226. pulumi_azure_native/networkcloud/console.py +3 -3
  227. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  228. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  229. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  230. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  231. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  232. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  233. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  234. pulumi_azure_native/networkcloud/get_console.py +2 -2
  235. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  236. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
  237. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  238. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  239. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  240. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  241. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  242. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  243. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  244. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  245. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  246. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
  247. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  248. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  249. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  250. pulumi_azure_native/networkcloud/rack.py +3 -3
  251. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  252. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  253. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  254. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  255. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  256. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  257. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  258. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  259. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  260. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  261. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  262. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  263. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  264. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  265. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  266. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  267. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  268. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  269. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  270. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  271. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  272. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  273. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  274. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  275. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  276. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  277. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  278. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  279. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  280. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  281. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  282. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  283. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  284. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  285. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  286. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  287. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
  288. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
  289. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
  290. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
  291. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
  292. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
  293. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
  294. pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
  295. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
  296. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
  297. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
  298. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
  299. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
  300. pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
  301. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
  302. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
  303. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
  304. pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
  305. pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
  306. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
  307. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
  308. pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
  309. pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
  310. pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
  311. pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
  312. pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
  313. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
  314. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
  315. pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
  316. pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
  317. pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
  318. pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
  319. pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
  320. pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
  321. pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
  322. pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
  323. pulumi_azure_native/networkcloud/v20241001preview/__init__.py +46 -0
  324. pulumi_azure_native/networkcloud/v20241001preview/_enums.py +353 -0
  325. pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +3580 -0
  326. pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +610 -0
  327. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +795 -0
  328. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +507 -0
  329. pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +448 -0
  330. pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +417 -0
  331. pulumi_azure_native/networkcloud/v20241001preview/cluster.py +917 -0
  332. pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +452 -0
  333. pulumi_azure_native/networkcloud/v20241001preview/console.py +417 -0
  334. pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +370 -0
  335. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +616 -0
  336. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +328 -0
  337. pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +300 -0
  338. pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +328 -0
  339. pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +603 -0
  340. pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +308 -0
  341. pulumi_azure_native/networkcloud/v20241001preview/get_console.py +286 -0
  342. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +406 -0
  343. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +258 -0
  344. pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +308 -0
  345. pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +380 -0
  346. pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +258 -0
  347. pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +280 -0
  348. pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +420 -0
  349. pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +322 -0
  350. pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +518 -0
  351. pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +252 -0
  352. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +564 -0
  353. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +336 -0
  354. pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +419 -0
  355. pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +581 -0
  356. pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +376 -0
  357. pulumi_azure_native/networkcloud/v20241001preview/outputs.py +4372 -0
  358. pulumi_azure_native/networkcloud/v20241001preview/rack.py +416 -0
  359. pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +536 -0
  360. pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +449 -0
  361. pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +852 -0
  362. pulumi_azure_native/networkcloud/v20241001preview/volume.py +336 -0
  363. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  364. pulumi_azure_native/networkcloud/volume.py +3 -3
  365. pulumi_azure_native/pulumi-plugin.json +1 -1
  366. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  367. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  368. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  369. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  370. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  371. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  372. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  373. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  374. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  375. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  376. pulumi_azure_native/recoveryservices/v20240930preview/__init__.py +12 -0
  377. pulumi_azure_native/recoveryservices/v20240930preview/_enums.py +102 -0
  378. pulumi_azure_native/recoveryservices/v20240930preview/_inputs.py +967 -0
  379. pulumi_azure_native/recoveryservices/v20240930preview/get_vault.py +213 -0
  380. pulumi_azure_native/recoveryservices/v20240930preview/outputs.py +1659 -0
  381. pulumi_azure_native/recoveryservices/v20240930preview/vault.py +326 -0
  382. pulumi_azure_native/recoveryservices/v20241001/vault.py +1 -1
  383. pulumi_azure_native/recoveryservices/vault.py +3 -3
  384. pulumi_azure_native/securityinsights/__init__.py +3 -0
  385. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  386. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  387. pulumi_azure_native/securityinsights/action.py +3 -3
  388. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  389. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  390. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  391. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  392. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  393. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  394. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  395. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  396. pulumi_azure_native/securityinsights/business_application_agent.py +5 -1
  397. pulumi_azure_native/securityinsights/content_package.py +3 -3
  398. pulumi_azure_native/securityinsights/content_template.py +3 -3
  399. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  400. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  401. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  402. pulumi_azure_native/securityinsights/file_import.py +3 -3
  403. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  404. pulumi_azure_native/securityinsights/get_action.py +2 -2
  405. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  406. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  407. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  408. pulumi_azure_native/securityinsights/get_business_application_agent.py +4 -0
  409. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  410. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  411. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  412. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  413. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  414. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  415. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  416. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  417. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  418. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  419. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  420. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  421. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  422. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  423. pulumi_azure_native/securityinsights/get_system.py +4 -0
  424. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  425. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  426. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  427. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  428. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  429. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  430. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  431. pulumi_azure_native/securityinsights/hunt.py +3 -3
  432. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  433. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  434. pulumi_azure_native/securityinsights/incident.py +3 -3
  435. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  436. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  437. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  438. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
  439. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  440. pulumi_azure_native/securityinsights/list_system_actions.py +4 -0
  441. pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
  442. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  443. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  444. pulumi_azure_native/securityinsights/metadata.py +3 -3
  445. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  446. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  447. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  448. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  449. pulumi_azure_native/securityinsights/system.py +5 -1
  450. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  451. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  452. pulumi_azure_native/securityinsights/ueba.py +1 -1
  453. pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
  454. pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
  455. pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
  456. pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
  457. pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
  458. pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
  459. pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
  460. pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
  461. pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
  462. pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
  463. pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
  464. pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
  465. pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
  466. pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
  467. pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
  468. pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
  469. pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
  470. pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
  471. pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
  472. pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
  473. pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
  474. pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
  475. pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
  476. pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  477. pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
  478. pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
  479. pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
  480. pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
  481. pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
  482. pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
  483. pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
  484. pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
  485. pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
  486. pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
  487. pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
  488. pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
  489. pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
  490. pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
  491. pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
  492. pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
  493. pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
  494. pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
  495. pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
  496. pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
  497. pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
  498. pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
  499. pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
  500. pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
  501. pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
  502. pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
  503. pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
  504. pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
  505. pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
  506. pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
  507. pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
  508. pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
  509. pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
  510. pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
  511. pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
  512. pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
  513. pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
  514. pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
  515. pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
  516. pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
  517. pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
  518. pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
  519. pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
  520. pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
  521. pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
  522. pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
  523. pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
  524. pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
  525. pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
  526. pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
  527. pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
  528. pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
  529. pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
  530. pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
  531. pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
  532. pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
  533. pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
  534. pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
  535. pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
  536. pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
  537. pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
  538. pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
  539. pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
  540. pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
  541. pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
  542. pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
  543. pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
  544. pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
  545. pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
  546. pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
  547. pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
  548. pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
  549. pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
  550. pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
  551. pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
  552. pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
  553. pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  554. pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
  555. pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
  556. pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
  557. pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
  558. pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
  559. pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
  560. pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
  561. pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
  562. pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
  563. pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
  564. pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
  565. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
  566. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
  567. pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
  568. pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
  569. pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
  570. pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
  571. pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
  572. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
  573. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
  574. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
  575. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
  576. pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
  577. pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
  578. pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
  579. pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
  580. pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
  581. pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
  582. pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
  583. pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
  584. pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
  585. pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
  586. pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
  587. pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
  588. pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
  589. pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
  590. pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
  591. pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
  592. pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
  593. pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
  594. pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
  595. pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
  596. pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
  597. pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
  598. pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
  599. pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
  600. pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
  601. pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
  602. pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
  603. pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
  604. pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
  605. pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
  606. pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
  607. pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
  608. pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
  609. pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
  610. pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
  611. pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  612. pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
  613. pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
  614. pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
  615. pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
  616. pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
  617. pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
  618. pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
  619. pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
  620. pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
  621. pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
  622. pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
  623. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
  624. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
  625. pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
  626. pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
  627. pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
  628. pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
  629. pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
  630. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
  631. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
  632. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
  633. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
  634. pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
  635. pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
  636. pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
  637. pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
  638. pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
  639. pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
  640. pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
  641. pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
  642. pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
  643. pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
  644. pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
  645. pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
  646. pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
  647. pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
  648. pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
  649. pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
  650. pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
  651. pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
  652. pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
  653. pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
  654. pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
  655. pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
  656. pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
  657. pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
  658. pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
  659. pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
  660. pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
  661. pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
  662. pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
  663. pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
  664. pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
  665. pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
  666. pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
  667. pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
  668. pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
  669. pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  670. pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
  671. pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
  672. pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
  673. pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
  674. pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
  675. pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
  676. pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
  677. pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
  678. pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
  679. pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
  680. pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
  681. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
  682. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
  683. pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
  684. pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
  685. pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
  686. pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
  687. pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
  688. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
  689. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
  690. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
  691. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
  692. pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
  693. pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
  694. pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
  695. pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
  696. pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
  697. pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
  698. pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
  699. pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
  700. pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
  701. pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
  702. pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
  703. pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
  704. pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
  705. pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
  706. pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
  707. pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
  708. pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
  709. pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
  710. pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
  711. pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
  712. pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
  713. pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
  714. pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
  715. pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
  716. pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
  717. pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
  718. pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
  719. pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
  720. pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
  721. pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
  722. pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
  723. pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
  724. pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
  725. pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
  726. pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
  727. pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  728. pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
  729. pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
  730. pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
  731. pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
  732. pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
  733. pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
  734. pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
  735. pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
  736. pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
  737. pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
  738. pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
  739. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
  740. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
  741. pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
  742. pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
  743. pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
  744. pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
  745. pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
  746. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
  747. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
  748. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
  749. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
  750. pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
  751. pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
  752. pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
  753. pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
  754. pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
  755. pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
  756. pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
  757. pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
  758. pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
  759. pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
  760. pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
  761. pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
  762. pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
  763. pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
  764. pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
  765. pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
  766. pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
  767. pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
  768. pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
  769. pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
  770. pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
  771. pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
  772. pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
  773. pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
  774. pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
  775. pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
  776. pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
  777. pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
  778. pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
  779. pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
  780. pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
  781. pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
  782. pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
  783. pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
  784. pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
  785. pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  786. pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
  787. pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
  788. pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
  789. pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
  790. pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
  791. pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
  792. pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
  793. pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
  794. pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
  795. pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
  796. pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
  797. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
  798. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
  799. pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
  800. pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
  801. pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
  802. pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
  803. pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
  804. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
  805. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
  806. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
  807. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
  808. pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
  809. pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
  810. pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
  811. pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
  812. pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
  813. pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
  814. pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
  815. pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
  816. pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
  817. pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
  818. pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
  819. pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
  820. pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
  821. pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
  822. pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
  823. pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
  824. pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
  825. pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
  826. pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
  827. pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
  828. pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
  829. pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
  830. pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
  831. pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
  832. pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
  833. pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
  834. pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
  835. pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
  836. pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
  837. pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
  838. pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
  839. pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
  840. pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
  841. pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
  842. pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
  843. pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
  844. pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
  845. pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
  846. pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
  847. pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
  848. pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
  849. pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
  850. pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
  851. pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
  852. pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
  853. pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
  854. pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
  855. pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
  856. pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
  857. pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
  858. pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
  859. pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
  860. pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
  861. pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
  862. pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
  863. pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
  864. pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
  865. pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
  866. pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
  867. pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
  868. pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  869. pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
  870. pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
  871. pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
  872. pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
  873. pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
  874. pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
  875. pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
  876. pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
  877. pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
  878. pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
  879. pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
  880. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
  881. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
  882. pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
  883. pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
  884. pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
  885. pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
  886. pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
  887. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
  888. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
  889. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
  890. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
  891. pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
  892. pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
  893. pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
  894. pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
  895. pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
  896. pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
  897. pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
  898. pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
  899. pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
  900. pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
  901. pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
  902. pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
  903. pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
  904. pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
  905. pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
  906. pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
  907. pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
  908. pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
  909. pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
  910. pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
  911. pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
  912. pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
  913. pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
  914. pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
  915. pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
  916. pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
  917. pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
  918. pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
  919. pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
  920. pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
  921. pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
  922. pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
  923. pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
  924. pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
  925. pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
  926. pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  927. pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
  928. pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
  929. pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
  930. pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
  931. pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
  932. pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
  933. pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
  934. pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
  935. pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
  936. pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
  937. pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
  938. pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
  939. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
  940. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
  941. pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
  942. pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
  943. pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
  944. pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
  945. pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
  946. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
  947. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
  948. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
  949. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
  950. pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
  951. pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
  952. pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
  953. pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
  954. pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
  955. pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
  956. pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
  957. pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
  958. pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
  959. pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
  960. pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
  961. pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
  962. pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
  963. pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
  964. pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
  965. pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
  966. pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
  967. pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
  968. pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
  969. pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
  970. pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
  971. pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
  972. pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
  973. pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
  974. pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
  975. pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
  976. pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
  977. pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
  978. pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
  979. pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
  980. pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
  981. pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
  982. pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
  983. pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
  984. pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
  985. pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
  986. pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
  987. pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
  988. pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
  989. pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
  990. pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
  991. pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
  992. pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
  993. pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
  994. pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
  995. pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
  996. pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
  997. pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
  998. pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
  999. pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
  1000. pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
  1001. pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
  1002. pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
  1003. pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
  1004. pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
  1005. pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
  1006. pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
  1007. pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
  1008. pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
  1009. pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
  1010. pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
  1011. pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
  1012. pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  1013. pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
  1014. pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
  1015. pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
  1016. pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
  1017. pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
  1018. pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
  1019. pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
  1020. pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
  1021. pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
  1022. pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
  1023. pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
  1024. pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
  1025. pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
  1026. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
  1027. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
  1028. pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
  1029. pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
  1030. pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
  1031. pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
  1032. pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
  1033. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
  1034. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
  1035. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
  1036. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
  1037. pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
  1038. pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
  1039. pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
  1040. pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
  1041. pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
  1042. pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
  1043. pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
  1044. pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
  1045. pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
  1046. pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
  1047. pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
  1048. pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
  1049. pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
  1050. pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
  1051. pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
  1052. pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
  1053. pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
  1054. pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
  1055. pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
  1056. pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
  1057. pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
  1058. pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
  1059. pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  1060. pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
  1061. pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
  1062. pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
  1063. pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
  1064. pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
  1065. pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
  1066. pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
  1067. pulumi_azure_native/securityinsights/v20241001preview/__init__.py +140 -0
  1068. pulumi_azure_native/securityinsights/v20241001preview/_enums.py +1499 -0
  1069. pulumi_azure_native/securityinsights/v20241001preview/_inputs.py +11019 -0
  1070. pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +295 -0
  1071. pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +295 -0
  1072. pulumi_azure_native/securityinsights/v20241001preview/action.py +282 -0
  1073. pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +517 -0
  1074. pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +244 -0
  1075. pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +629 -0
  1076. pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +294 -0
  1077. pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +360 -0
  1078. pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +295 -0
  1079. pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +356 -0
  1080. pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +668 -0
  1081. pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +281 -0
  1082. pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +268 -0
  1083. pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +294 -0
  1084. pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +265 -0
  1085. pulumi_azure_native/securityinsights/v20241001preview/content_package.py +874 -0
  1086. pulumi_azure_native/securityinsights/v20241001preview/content_template.py +955 -0
  1087. pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +353 -0
  1088. pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +296 -0
  1089. pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +264 -0
  1090. pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +244 -0
  1091. pulumi_azure_native/securityinsights/v20241001preview/file_import.py +402 -0
  1092. pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +424 -0
  1093. pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +354 -0
  1094. pulumi_azure_native/securityinsights/v20241001preview/get_aad_data_connector.py +192 -0
  1095. pulumi_azure_native/securityinsights/v20241001preview/get_aatp_data_connector.py +192 -0
  1096. pulumi_azure_native/securityinsights/v20241001preview/get_action.py +183 -0
  1097. pulumi_azure_native/securityinsights/v20241001preview/get_activity_custom_entity_query.py +318 -0
  1098. pulumi_azure_native/securityinsights/v20241001preview/get_anomalies.py +178 -0
  1099. pulumi_azure_native/securityinsights/v20241001preview/get_anomaly_security_ml_analytics_settings.py +360 -0
  1100. pulumi_azure_native/securityinsights/v20241001preview/get_asc_data_connector.py +192 -0
  1101. pulumi_azure_native/securityinsights/v20241001preview/get_automation_rule.py +258 -0
  1102. pulumi_azure_native/securityinsights/v20241001preview/get_aws_cloud_trail_data_connector.py +192 -0
  1103. pulumi_azure_native/securityinsights/v20241001preview/get_aws_s3_data_connector.py +220 -0
  1104. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark.py +373 -0
  1105. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark_relation.py +211 -0
  1106. pulumi_azure_native/securityinsights/v20241001preview/get_business_application_agent.py +196 -0
  1107. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_api_polling_data_connector.py +192 -0
  1108. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_ui_data_connector.py +178 -0
  1109. pulumi_azure_native/securityinsights/v20241001preview/get_content_package.py +471 -0
  1110. pulumi_azure_native/securityinsights/v20241001preview/get_content_template.py +533 -0
  1111. pulumi_azure_native/securityinsights/v20241001preview/get_customizable_connector_definition.py +220 -0
  1112. pulumi_azure_native/securityinsights/v20241001preview/get_dynamics365_data_connector.py +192 -0
  1113. pulumi_azure_native/securityinsights/v20241001preview/get_entities_get_timeline.py +132 -0
  1114. pulumi_azure_native/securityinsights/v20241001preview/get_entity_analytics.py +178 -0
  1115. pulumi_azure_native/securityinsights/v20241001preview/get_entity_insights.py +131 -0
  1116. pulumi_azure_native/securityinsights/v20241001preview/get_eyes_on.py +178 -0
  1117. pulumi_azure_native/securityinsights/v20241001preview/get_file_import.py +317 -0
  1118. pulumi_azure_native/securityinsights/v20241001preview/get_fusion_alert_rule.py +318 -0
  1119. pulumi_azure_native/securityinsights/v20241001preview/get_gcp_data_connector.py +220 -0
  1120. pulumi_azure_native/securityinsights/v20241001preview/get_hunt.py +261 -0
  1121. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_comment.py +169 -0
  1122. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_relation.py +225 -0
  1123. pulumi_azure_native/securityinsights/v20241001preview/get_incident.py +426 -0
  1124. pulumi_azure_native/securityinsights/v20241001preview/get_incident_comment.py +211 -0
  1125. pulumi_azure_native/securityinsights/v20241001preview/get_incident_relation.py +211 -0
  1126. pulumi_azure_native/securityinsights/v20241001preview/get_incident_task.py +247 -0
  1127. pulumi_azure_native/securityinsights/v20241001preview/get_io_t_data_connector.py +192 -0
  1128. pulumi_azure_native/securityinsights/v20241001preview/get_mcas_data_connector.py +192 -0
  1129. pulumi_azure_native/securityinsights/v20241001preview/get_mdatp_data_connector.py +192 -0
  1130. pulumi_azure_native/securityinsights/v20241001preview/get_metadata.py +415 -0
  1131. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
  1132. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
  1133. pulumi_azure_native/securityinsights/v20241001preview/get_ml_behavior_analytics_alert_rule.py +290 -0
  1134. pulumi_azure_native/securityinsights/v20241001preview/get_msti_data_connector.py +192 -0
  1135. pulumi_azure_native/securityinsights/v20241001preview/get_mtp_data_connector.py +206 -0
  1136. pulumi_azure_native/securityinsights/v20241001preview/get_nrt_alert_rule.py +430 -0
  1137. pulumi_azure_native/securityinsights/v20241001preview/get_office365_project_data_connector.py +192 -0
  1138. pulumi_azure_native/securityinsights/v20241001preview/get_office_atp_data_connector.py +192 -0
  1139. pulumi_azure_native/securityinsights/v20241001preview/get_office_data_connector.py +192 -0
  1140. pulumi_azure_native/securityinsights/v20241001preview/get_office_irm_data_connector.py +192 -0
  1141. pulumi_azure_native/securityinsights/v20241001preview/get_office_power_bi_data_connector.py +192 -0
  1142. pulumi_azure_native/securityinsights/v20241001preview/get_purview_audit_data_connector.py +234 -0
  1143. pulumi_azure_native/securityinsights/v20241001preview/get_rest_api_poller_data_connector.py +290 -0
  1144. pulumi_azure_native/securityinsights/v20241001preview/get_scheduled_alert_rule.py +486 -0
  1145. pulumi_azure_native/securityinsights/v20241001preview/get_sentinel_onboarding_state.py +163 -0
  1146. pulumi_azure_native/securityinsights/v20241001preview/get_system.py +205 -0
  1147. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_alert_rule.py +290 -0
  1148. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_indicator.py +163 -0
  1149. pulumi_azure_native/securityinsights/v20241001preview/get_ti_data_connector.py +206 -0
  1150. pulumi_azure_native/securityinsights/v20241001preview/get_ti_taxii_data_connector.py +304 -0
  1151. pulumi_azure_native/securityinsights/v20241001preview/get_ueba.py +178 -0
  1152. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist.py +457 -0
  1153. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist_item.py +295 -0
  1154. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_assignment.py +205 -0
  1155. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_configuration.py +163 -0
  1156. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_group.py +191 -0
  1157. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_member.py +177 -0
  1158. pulumi_azure_native/securityinsights/v20241001preview/hunt.py +444 -0
  1159. pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +251 -0
  1160. pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +310 -0
  1161. pulumi_azure_native/securityinsights/v20241001preview/incident.py +612 -0
  1162. pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +281 -0
  1163. pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +281 -0
  1164. pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +380 -0
  1165. pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +294 -0
  1166. pulumi_azure_native/securityinsights/v20241001preview/list_geodata_by_ip.py +322 -0
  1167. pulumi_azure_native/securityinsights/v20241001preview/list_source_control_repositories.py +138 -0
  1168. pulumi_azure_native/securityinsights/v20241001preview/list_system_actions.py +113 -0
  1169. pulumi_azure_native/securityinsights/v20241001preview/list_whois_by_domain.py +169 -0
  1170. pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +296 -0
  1171. pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +295 -0
  1172. pulumi_azure_native/securityinsights/v20241001preview/metadata.py +755 -0
  1173. pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +296 -0
  1174. pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +480 -0
  1175. pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +364 -0
  1176. pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +296 -0
  1177. pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +325 -0
  1178. pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +774 -0
  1179. pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +296 -0
  1180. pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +295 -0
  1181. pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +296 -0
  1182. pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +295 -0
  1183. pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +296 -0
  1184. pulumi_azure_native/securityinsights/v20241001preview/outputs.py +10593 -0
  1185. pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +383 -0
  1186. pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +500 -0
  1187. pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +894 -0
  1188. pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +229 -0
  1189. pulumi_azure_native/securityinsights/v20241001preview/system.py +311 -0
  1190. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +364 -0
  1191. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +793 -0
  1192. pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +325 -0
  1193. pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +529 -0
  1194. pulumi_azure_native/securityinsights/v20241001preview/ueba.py +264 -0
  1195. pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +804 -0
  1196. pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +493 -0
  1197. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +281 -0
  1198. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +231 -0
  1199. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +289 -0
  1200. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +260 -0
  1201. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  1202. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  1203. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  1204. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  1205. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  1206. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  1207. pulumi_azure_native/synapse/v20210601preview/_inputs.py +197 -1
  1208. pulumi_azure_native/synapse/v20210601preview/outputs.py +179 -2
  1209. {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/METADATA +2 -2
  1210. {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/RECORD +1212 -978
  1211. {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/WHEEL +1 -1
  1212. {pulumi_azure_native-2.81.0a1736184069.dist-info → pulumi_azure_native-2.82.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3580 @@
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 sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from ._enums import *
17
+
18
+ __all__ = [
19
+ 'AadConfigurationArgs',
20
+ 'AadConfigurationArgsDict',
21
+ 'AdministrativeCredentialsArgs',
22
+ 'AdministrativeCredentialsArgsDict',
23
+ 'AdministratorConfigurationArgs',
24
+ 'AdministratorConfigurationArgsDict',
25
+ 'AgentOptionsArgs',
26
+ 'AgentOptionsArgsDict',
27
+ 'AgentPoolUpgradeSettingsArgs',
28
+ 'AgentPoolUpgradeSettingsArgsDict',
29
+ 'AnalyticsOutputSettingsArgs',
30
+ 'AnalyticsOutputSettingsArgsDict',
31
+ 'AttachedNetworkConfigurationArgs',
32
+ 'AttachedNetworkConfigurationArgsDict',
33
+ 'BareMetalMachineConfigurationDataArgs',
34
+ 'BareMetalMachineConfigurationDataArgsDict',
35
+ 'BgpAdvertisementArgs',
36
+ 'BgpAdvertisementArgsDict',
37
+ 'BgpServiceLoadBalancerConfigurationArgs',
38
+ 'BgpServiceLoadBalancerConfigurationArgsDict',
39
+ 'ClusterSecretArchiveArgs',
40
+ 'ClusterSecretArchiveArgsDict',
41
+ 'ClusterUpdateStrategyArgs',
42
+ 'ClusterUpdateStrategyArgsDict',
43
+ 'CommandOutputSettingsArgs',
44
+ 'CommandOutputSettingsArgsDict',
45
+ 'ControlPlaneNodeConfigurationArgs',
46
+ 'ControlPlaneNodeConfigurationArgsDict',
47
+ 'EgressEndpointArgs',
48
+ 'EgressEndpointArgsDict',
49
+ 'EndpointDependencyArgs',
50
+ 'EndpointDependencyArgsDict',
51
+ 'ExtendedLocationArgs',
52
+ 'ExtendedLocationArgsDict',
53
+ 'IdentitySelectorArgs',
54
+ 'IdentitySelectorArgsDict',
55
+ 'ImageRepositoryCredentialsArgs',
56
+ 'ImageRepositoryCredentialsArgsDict',
57
+ 'InitialAgentPoolConfigurationArgs',
58
+ 'InitialAgentPoolConfigurationArgsDict',
59
+ 'IpAddressPoolArgs',
60
+ 'IpAddressPoolArgsDict',
61
+ 'KeySetUserArgs',
62
+ 'KeySetUserArgsDict',
63
+ 'KubernetesLabelArgs',
64
+ 'KubernetesLabelArgsDict',
65
+ 'L2NetworkAttachmentConfigurationArgs',
66
+ 'L2NetworkAttachmentConfigurationArgsDict',
67
+ 'L2ServiceLoadBalancerConfigurationArgs',
68
+ 'L2ServiceLoadBalancerConfigurationArgsDict',
69
+ 'L3NetworkAttachmentConfigurationArgs',
70
+ 'L3NetworkAttachmentConfigurationArgsDict',
71
+ 'ManagedResourceGroupConfigurationArgs',
72
+ 'ManagedResourceGroupConfigurationArgsDict',
73
+ 'ManagedServiceIdentityArgs',
74
+ 'ManagedServiceIdentityArgsDict',
75
+ 'NetworkAttachmentArgs',
76
+ 'NetworkAttachmentArgsDict',
77
+ 'NetworkConfigurationArgs',
78
+ 'NetworkConfigurationArgsDict',
79
+ 'OsDiskArgs',
80
+ 'OsDiskArgsDict',
81
+ 'RackDefinitionArgs',
82
+ 'RackDefinitionArgsDict',
83
+ 'RuntimeProtectionConfigurationArgs',
84
+ 'RuntimeProtectionConfigurationArgsDict',
85
+ 'SecretArchiveSettingsArgs',
86
+ 'SecretArchiveSettingsArgsDict',
87
+ 'ServiceLoadBalancerBgpPeerArgs',
88
+ 'ServiceLoadBalancerBgpPeerArgsDict',
89
+ 'ServicePrincipalInformationArgs',
90
+ 'ServicePrincipalInformationArgsDict',
91
+ 'SshPublicKeyArgs',
92
+ 'SshPublicKeyArgsDict',
93
+ 'StorageApplianceConfigurationDataArgs',
94
+ 'StorageApplianceConfigurationDataArgsDict',
95
+ 'StorageProfileArgs',
96
+ 'StorageProfileArgsDict',
97
+ 'StringKeyValuePairArgs',
98
+ 'StringKeyValuePairArgsDict',
99
+ 'TrunkedNetworkAttachmentConfigurationArgs',
100
+ 'TrunkedNetworkAttachmentConfigurationArgsDict',
101
+ 'ValidationThresholdArgs',
102
+ 'ValidationThresholdArgsDict',
103
+ 'VirtualMachinePlacementHintArgs',
104
+ 'VirtualMachinePlacementHintArgsDict',
105
+ 'VulnerabilityScanningSettingsArgs',
106
+ 'VulnerabilityScanningSettingsArgsDict',
107
+ ]
108
+
109
+ MYPY = False
110
+
111
+ if not MYPY:
112
+ class AadConfigurationArgsDict(TypedDict):
113
+ admin_group_object_ids: pulumi.Input[Sequence[pulumi.Input[str]]]
114
+ """
115
+ The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
116
+ """
117
+ elif False:
118
+ AadConfigurationArgsDict: TypeAlias = Mapping[str, Any]
119
+
120
+ @pulumi.input_type
121
+ class AadConfigurationArgs:
122
+ def __init__(__self__, *,
123
+ admin_group_object_ids: pulumi.Input[Sequence[pulumi.Input[str]]]):
124
+ """
125
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] admin_group_object_ids: The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
126
+ """
127
+ pulumi.set(__self__, "admin_group_object_ids", admin_group_object_ids)
128
+
129
+ @property
130
+ @pulumi.getter(name="adminGroupObjectIds")
131
+ def admin_group_object_ids(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
132
+ """
133
+ The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
134
+ """
135
+ return pulumi.get(self, "admin_group_object_ids")
136
+
137
+ @admin_group_object_ids.setter
138
+ def admin_group_object_ids(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
139
+ pulumi.set(self, "admin_group_object_ids", value)
140
+
141
+
142
+ if not MYPY:
143
+ class AdministrativeCredentialsArgsDict(TypedDict):
144
+ password: pulumi.Input[str]
145
+ """
146
+ The password of the administrator of the device used during initialization.
147
+ """
148
+ username: pulumi.Input[str]
149
+ """
150
+ The username of the administrator of the device used during initialization.
151
+ """
152
+ elif False:
153
+ AdministrativeCredentialsArgsDict: TypeAlias = Mapping[str, Any]
154
+
155
+ @pulumi.input_type
156
+ class AdministrativeCredentialsArgs:
157
+ def __init__(__self__, *,
158
+ password: pulumi.Input[str],
159
+ username: pulumi.Input[str]):
160
+ """
161
+ :param pulumi.Input[str] password: The password of the administrator of the device used during initialization.
162
+ :param pulumi.Input[str] username: The username of the administrator of the device used during initialization.
163
+ """
164
+ pulumi.set(__self__, "password", password)
165
+ pulumi.set(__self__, "username", username)
166
+
167
+ @property
168
+ @pulumi.getter
169
+ def password(self) -> pulumi.Input[str]:
170
+ """
171
+ The password of the administrator of the device used during initialization.
172
+ """
173
+ return pulumi.get(self, "password")
174
+
175
+ @password.setter
176
+ def password(self, value: pulumi.Input[str]):
177
+ pulumi.set(self, "password", value)
178
+
179
+ @property
180
+ @pulumi.getter
181
+ def username(self) -> pulumi.Input[str]:
182
+ """
183
+ The username of the administrator of the device used during initialization.
184
+ """
185
+ return pulumi.get(self, "username")
186
+
187
+ @username.setter
188
+ def username(self, value: pulumi.Input[str]):
189
+ pulumi.set(self, "username", value)
190
+
191
+
192
+ if not MYPY:
193
+ class AdministratorConfigurationArgsDict(TypedDict):
194
+ admin_username: NotRequired[pulumi.Input[str]]
195
+ """
196
+ The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
197
+ """
198
+ ssh_public_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgsDict']]]]
199
+ """
200
+ The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
201
+ """
202
+ elif False:
203
+ AdministratorConfigurationArgsDict: TypeAlias = Mapping[str, Any]
204
+
205
+ @pulumi.input_type
206
+ class AdministratorConfigurationArgs:
207
+ def __init__(__self__, *,
208
+ admin_username: Optional[pulumi.Input[str]] = None,
209
+ ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]] = None):
210
+ """
211
+ :param pulumi.Input[str] admin_username: The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
212
+ :param pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]] ssh_public_keys: The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
213
+ """
214
+ if admin_username is not None:
215
+ pulumi.set(__self__, "admin_username", admin_username)
216
+ if ssh_public_keys is not None:
217
+ pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
218
+
219
+ @property
220
+ @pulumi.getter(name="adminUsername")
221
+ def admin_username(self) -> Optional[pulumi.Input[str]]:
222
+ """
223
+ The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
224
+ """
225
+ return pulumi.get(self, "admin_username")
226
+
227
+ @admin_username.setter
228
+ def admin_username(self, value: Optional[pulumi.Input[str]]):
229
+ pulumi.set(self, "admin_username", value)
230
+
231
+ @property
232
+ @pulumi.getter(name="sshPublicKeys")
233
+ def ssh_public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]:
234
+ """
235
+ The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
236
+ """
237
+ return pulumi.get(self, "ssh_public_keys")
238
+
239
+ @ssh_public_keys.setter
240
+ def ssh_public_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]):
241
+ pulumi.set(self, "ssh_public_keys", value)
242
+
243
+
244
+ if not MYPY:
245
+ class AgentOptionsArgsDict(TypedDict):
246
+ hugepages_count: pulumi.Input[float]
247
+ """
248
+ The number of hugepages to allocate.
249
+ """
250
+ hugepages_size: NotRequired[pulumi.Input[Union[str, 'HugepagesSize']]]
251
+ """
252
+ The size of the hugepages to allocate.
253
+ """
254
+ elif False:
255
+ AgentOptionsArgsDict: TypeAlias = Mapping[str, Any]
256
+
257
+ @pulumi.input_type
258
+ class AgentOptionsArgs:
259
+ def __init__(__self__, *,
260
+ hugepages_count: pulumi.Input[float],
261
+ hugepages_size: Optional[pulumi.Input[Union[str, 'HugepagesSize']]] = None):
262
+ """
263
+ :param pulumi.Input[float] hugepages_count: The number of hugepages to allocate.
264
+ :param pulumi.Input[Union[str, 'HugepagesSize']] hugepages_size: The size of the hugepages to allocate.
265
+ """
266
+ pulumi.set(__self__, "hugepages_count", hugepages_count)
267
+ if hugepages_size is None:
268
+ hugepages_size = '2M'
269
+ if hugepages_size is not None:
270
+ pulumi.set(__self__, "hugepages_size", hugepages_size)
271
+
272
+ @property
273
+ @pulumi.getter(name="hugepagesCount")
274
+ def hugepages_count(self) -> pulumi.Input[float]:
275
+ """
276
+ The number of hugepages to allocate.
277
+ """
278
+ return pulumi.get(self, "hugepages_count")
279
+
280
+ @hugepages_count.setter
281
+ def hugepages_count(self, value: pulumi.Input[float]):
282
+ pulumi.set(self, "hugepages_count", value)
283
+
284
+ @property
285
+ @pulumi.getter(name="hugepagesSize")
286
+ def hugepages_size(self) -> Optional[pulumi.Input[Union[str, 'HugepagesSize']]]:
287
+ """
288
+ The size of the hugepages to allocate.
289
+ """
290
+ return pulumi.get(self, "hugepages_size")
291
+
292
+ @hugepages_size.setter
293
+ def hugepages_size(self, value: Optional[pulumi.Input[Union[str, 'HugepagesSize']]]):
294
+ pulumi.set(self, "hugepages_size", value)
295
+
296
+
297
+ if not MYPY:
298
+ class AgentPoolUpgradeSettingsArgsDict(TypedDict):
299
+ drain_timeout: NotRequired[pulumi.Input[float]]
300
+ """
301
+ The maximum time in seconds that is allowed for a node drain to complete before proceeding with the upgrade of the agent pool. If not specified during creation, a value of 1800 seconds is used.
302
+ """
303
+ max_surge: NotRequired[pulumi.Input[str]]
304
+ """
305
+ The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 1 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
306
+ """
307
+ max_unavailable: NotRequired[pulumi.Input[str]]
308
+ """
309
+ The maximum number or percentage of nodes that can be unavailable during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 0 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
310
+ """
311
+ elif False:
312
+ AgentPoolUpgradeSettingsArgsDict: TypeAlias = Mapping[str, Any]
313
+
314
+ @pulumi.input_type
315
+ class AgentPoolUpgradeSettingsArgs:
316
+ def __init__(__self__, *,
317
+ drain_timeout: Optional[pulumi.Input[float]] = None,
318
+ max_surge: Optional[pulumi.Input[str]] = None,
319
+ max_unavailable: Optional[pulumi.Input[str]] = None):
320
+ """
321
+ :param pulumi.Input[float] drain_timeout: The maximum time in seconds that is allowed for a node drain to complete before proceeding with the upgrade of the agent pool. If not specified during creation, a value of 1800 seconds is used.
322
+ :param pulumi.Input[str] max_surge: The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 1 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
323
+ :param pulumi.Input[str] max_unavailable: The maximum number or percentage of nodes that can be unavailable during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 0 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
324
+ """
325
+ if drain_timeout is not None:
326
+ pulumi.set(__self__, "drain_timeout", drain_timeout)
327
+ if max_surge is not None:
328
+ pulumi.set(__self__, "max_surge", max_surge)
329
+ if max_unavailable is not None:
330
+ pulumi.set(__self__, "max_unavailable", max_unavailable)
331
+
332
+ @property
333
+ @pulumi.getter(name="drainTimeout")
334
+ def drain_timeout(self) -> Optional[pulumi.Input[float]]:
335
+ """
336
+ The maximum time in seconds that is allowed for a node drain to complete before proceeding with the upgrade of the agent pool. If not specified during creation, a value of 1800 seconds is used.
337
+ """
338
+ return pulumi.get(self, "drain_timeout")
339
+
340
+ @drain_timeout.setter
341
+ def drain_timeout(self, value: Optional[pulumi.Input[float]]):
342
+ pulumi.set(self, "drain_timeout", value)
343
+
344
+ @property
345
+ @pulumi.getter(name="maxSurge")
346
+ def max_surge(self) -> Optional[pulumi.Input[str]]:
347
+ """
348
+ The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 1 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
349
+ """
350
+ return pulumi.get(self, "max_surge")
351
+
352
+ @max_surge.setter
353
+ def max_surge(self, value: Optional[pulumi.Input[str]]):
354
+ pulumi.set(self, "max_surge", value)
355
+
356
+ @property
357
+ @pulumi.getter(name="maxUnavailable")
358
+ def max_unavailable(self) -> Optional[pulumi.Input[str]]:
359
+ """
360
+ The maximum number or percentage of nodes that can be unavailable during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 0 is used. One of MaxSurge and MaxUnavailable must be greater than 0.
361
+ """
362
+ return pulumi.get(self, "max_unavailable")
363
+
364
+ @max_unavailable.setter
365
+ def max_unavailable(self, value: Optional[pulumi.Input[str]]):
366
+ pulumi.set(self, "max_unavailable", value)
367
+
368
+
369
+ if not MYPY:
370
+ class AnalyticsOutputSettingsArgsDict(TypedDict):
371
+ analytics_workspace_id: NotRequired[pulumi.Input[str]]
372
+ """
373
+ The resource ID of the analytics workspace that is to be used by the specified identity.
374
+ """
375
+ associated_identity: NotRequired[pulumi.Input['IdentitySelectorArgsDict']]
376
+ """
377
+ The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.
378
+ """
379
+ elif False:
380
+ AnalyticsOutputSettingsArgsDict: TypeAlias = Mapping[str, Any]
381
+
382
+ @pulumi.input_type
383
+ class AnalyticsOutputSettingsArgs:
384
+ def __init__(__self__, *,
385
+ analytics_workspace_id: Optional[pulumi.Input[str]] = None,
386
+ associated_identity: Optional[pulumi.Input['IdentitySelectorArgs']] = None):
387
+ """
388
+ :param pulumi.Input[str] analytics_workspace_id: The resource ID of the analytics workspace that is to be used by the specified identity.
389
+ :param pulumi.Input['IdentitySelectorArgs'] associated_identity: The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.
390
+ """
391
+ if analytics_workspace_id is not None:
392
+ pulumi.set(__self__, "analytics_workspace_id", analytics_workspace_id)
393
+ if associated_identity is not None:
394
+ pulumi.set(__self__, "associated_identity", associated_identity)
395
+
396
+ @property
397
+ @pulumi.getter(name="analyticsWorkspaceId")
398
+ def analytics_workspace_id(self) -> Optional[pulumi.Input[str]]:
399
+ """
400
+ The resource ID of the analytics workspace that is to be used by the specified identity.
401
+ """
402
+ return pulumi.get(self, "analytics_workspace_id")
403
+
404
+ @analytics_workspace_id.setter
405
+ def analytics_workspace_id(self, value: Optional[pulumi.Input[str]]):
406
+ pulumi.set(self, "analytics_workspace_id", value)
407
+
408
+ @property
409
+ @pulumi.getter(name="associatedIdentity")
410
+ def associated_identity(self) -> Optional[pulumi.Input['IdentitySelectorArgs']]:
411
+ """
412
+ The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.
413
+ """
414
+ return pulumi.get(self, "associated_identity")
415
+
416
+ @associated_identity.setter
417
+ def associated_identity(self, value: Optional[pulumi.Input['IdentitySelectorArgs']]):
418
+ pulumi.set(self, "associated_identity", value)
419
+
420
+
421
+ if not MYPY:
422
+ class AttachedNetworkConfigurationArgsDict(TypedDict):
423
+ l2_networks: NotRequired[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgsDict']]]]
424
+ """
425
+ The list of Layer 2 Networks and related configuration for attachment.
426
+ """
427
+ l3_networks: NotRequired[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgsDict']]]]
428
+ """
429
+ The list of Layer 3 Networks and related configuration for attachment.
430
+ """
431
+ trunked_networks: NotRequired[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgsDict']]]]
432
+ """
433
+ The list of Trunked Networks and related configuration for attachment.
434
+ """
435
+ elif False:
436
+ AttachedNetworkConfigurationArgsDict: TypeAlias = Mapping[str, Any]
437
+
438
+ @pulumi.input_type
439
+ class AttachedNetworkConfigurationArgs:
440
+ def __init__(__self__, *,
441
+ l2_networks: Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]] = None,
442
+ l3_networks: Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]] = None,
443
+ trunked_networks: Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]] = None):
444
+ """
445
+ :param pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]] l2_networks: The list of Layer 2 Networks and related configuration for attachment.
446
+ :param pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]] l3_networks: The list of Layer 3 Networks and related configuration for attachment.
447
+ :param pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]] trunked_networks: The list of Trunked Networks and related configuration for attachment.
448
+ """
449
+ if l2_networks is not None:
450
+ pulumi.set(__self__, "l2_networks", l2_networks)
451
+ if l3_networks is not None:
452
+ pulumi.set(__self__, "l3_networks", l3_networks)
453
+ if trunked_networks is not None:
454
+ pulumi.set(__self__, "trunked_networks", trunked_networks)
455
+
456
+ @property
457
+ @pulumi.getter(name="l2Networks")
458
+ def l2_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]]:
459
+ """
460
+ The list of Layer 2 Networks and related configuration for attachment.
461
+ """
462
+ return pulumi.get(self, "l2_networks")
463
+
464
+ @l2_networks.setter
465
+ def l2_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]]):
466
+ pulumi.set(self, "l2_networks", value)
467
+
468
+ @property
469
+ @pulumi.getter(name="l3Networks")
470
+ def l3_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]]:
471
+ """
472
+ The list of Layer 3 Networks and related configuration for attachment.
473
+ """
474
+ return pulumi.get(self, "l3_networks")
475
+
476
+ @l3_networks.setter
477
+ def l3_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]]):
478
+ pulumi.set(self, "l3_networks", value)
479
+
480
+ @property
481
+ @pulumi.getter(name="trunkedNetworks")
482
+ def trunked_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]]:
483
+ """
484
+ The list of Trunked Networks and related configuration for attachment.
485
+ """
486
+ return pulumi.get(self, "trunked_networks")
487
+
488
+ @trunked_networks.setter
489
+ def trunked_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]]):
490
+ pulumi.set(self, "trunked_networks", value)
491
+
492
+
493
+ if not MYPY:
494
+ class BareMetalMachineConfigurationDataArgsDict(TypedDict):
495
+ bmc_credentials: pulumi.Input['AdministrativeCredentialsArgsDict']
496
+ """
497
+ The credentials of the baseboard management controller on this bare metal machine. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
498
+ """
499
+ bmc_mac_address: pulumi.Input[str]
500
+ """
501
+ The MAC address of the BMC for this machine.
502
+ """
503
+ boot_mac_address: pulumi.Input[str]
504
+ """
505
+ The MAC address associated with the PXE NIC card.
506
+ """
507
+ rack_slot: pulumi.Input[float]
508
+ """
509
+ The slot the physical machine is in the rack based on the BOM configuration.
510
+ """
511
+ serial_number: pulumi.Input[str]
512
+ """
513
+ The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
514
+ """
515
+ machine_details: NotRequired[pulumi.Input[str]]
516
+ """
517
+ The free-form additional information about the machine, e.g. an asset tag.
518
+ """
519
+ machine_name: NotRequired[pulumi.Input[str]]
520
+ """
521
+ The user-provided name for the bare metal machine created from this specification.
522
+ If not provided, the machine name will be generated programmatically.
523
+ """
524
+ elif False:
525
+ BareMetalMachineConfigurationDataArgsDict: TypeAlias = Mapping[str, Any]
526
+
527
+ @pulumi.input_type
528
+ class BareMetalMachineConfigurationDataArgs:
529
+ def __init__(__self__, *,
530
+ bmc_credentials: pulumi.Input['AdministrativeCredentialsArgs'],
531
+ bmc_mac_address: pulumi.Input[str],
532
+ boot_mac_address: pulumi.Input[str],
533
+ rack_slot: pulumi.Input[float],
534
+ serial_number: pulumi.Input[str],
535
+ machine_details: Optional[pulumi.Input[str]] = None,
536
+ machine_name: Optional[pulumi.Input[str]] = None):
537
+ """
538
+ :param pulumi.Input['AdministrativeCredentialsArgs'] bmc_credentials: The credentials of the baseboard management controller on this bare metal machine. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
539
+ :param pulumi.Input[str] bmc_mac_address: The MAC address of the BMC for this machine.
540
+ :param pulumi.Input[str] boot_mac_address: The MAC address associated with the PXE NIC card.
541
+ :param pulumi.Input[float] rack_slot: The slot the physical machine is in the rack based on the BOM configuration.
542
+ :param pulumi.Input[str] serial_number: The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
543
+ :param pulumi.Input[str] machine_details: The free-form additional information about the machine, e.g. an asset tag.
544
+ :param pulumi.Input[str] machine_name: The user-provided name for the bare metal machine created from this specification.
545
+ If not provided, the machine name will be generated programmatically.
546
+ """
547
+ pulumi.set(__self__, "bmc_credentials", bmc_credentials)
548
+ pulumi.set(__self__, "bmc_mac_address", bmc_mac_address)
549
+ pulumi.set(__self__, "boot_mac_address", boot_mac_address)
550
+ pulumi.set(__self__, "rack_slot", rack_slot)
551
+ pulumi.set(__self__, "serial_number", serial_number)
552
+ if machine_details is not None:
553
+ pulumi.set(__self__, "machine_details", machine_details)
554
+ if machine_name is not None:
555
+ pulumi.set(__self__, "machine_name", machine_name)
556
+
557
+ @property
558
+ @pulumi.getter(name="bmcCredentials")
559
+ def bmc_credentials(self) -> pulumi.Input['AdministrativeCredentialsArgs']:
560
+ """
561
+ The credentials of the baseboard management controller on this bare metal machine. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
562
+ """
563
+ return pulumi.get(self, "bmc_credentials")
564
+
565
+ @bmc_credentials.setter
566
+ def bmc_credentials(self, value: pulumi.Input['AdministrativeCredentialsArgs']):
567
+ pulumi.set(self, "bmc_credentials", value)
568
+
569
+ @property
570
+ @pulumi.getter(name="bmcMacAddress")
571
+ def bmc_mac_address(self) -> pulumi.Input[str]:
572
+ """
573
+ The MAC address of the BMC for this machine.
574
+ """
575
+ return pulumi.get(self, "bmc_mac_address")
576
+
577
+ @bmc_mac_address.setter
578
+ def bmc_mac_address(self, value: pulumi.Input[str]):
579
+ pulumi.set(self, "bmc_mac_address", value)
580
+
581
+ @property
582
+ @pulumi.getter(name="bootMacAddress")
583
+ def boot_mac_address(self) -> pulumi.Input[str]:
584
+ """
585
+ The MAC address associated with the PXE NIC card.
586
+ """
587
+ return pulumi.get(self, "boot_mac_address")
588
+
589
+ @boot_mac_address.setter
590
+ def boot_mac_address(self, value: pulumi.Input[str]):
591
+ pulumi.set(self, "boot_mac_address", value)
592
+
593
+ @property
594
+ @pulumi.getter(name="rackSlot")
595
+ def rack_slot(self) -> pulumi.Input[float]:
596
+ """
597
+ The slot the physical machine is in the rack based on the BOM configuration.
598
+ """
599
+ return pulumi.get(self, "rack_slot")
600
+
601
+ @rack_slot.setter
602
+ def rack_slot(self, value: pulumi.Input[float]):
603
+ pulumi.set(self, "rack_slot", value)
604
+
605
+ @property
606
+ @pulumi.getter(name="serialNumber")
607
+ def serial_number(self) -> pulumi.Input[str]:
608
+ """
609
+ The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
610
+ """
611
+ return pulumi.get(self, "serial_number")
612
+
613
+ @serial_number.setter
614
+ def serial_number(self, value: pulumi.Input[str]):
615
+ pulumi.set(self, "serial_number", value)
616
+
617
+ @property
618
+ @pulumi.getter(name="machineDetails")
619
+ def machine_details(self) -> Optional[pulumi.Input[str]]:
620
+ """
621
+ The free-form additional information about the machine, e.g. an asset tag.
622
+ """
623
+ return pulumi.get(self, "machine_details")
624
+
625
+ @machine_details.setter
626
+ def machine_details(self, value: Optional[pulumi.Input[str]]):
627
+ pulumi.set(self, "machine_details", value)
628
+
629
+ @property
630
+ @pulumi.getter(name="machineName")
631
+ def machine_name(self) -> Optional[pulumi.Input[str]]:
632
+ """
633
+ The user-provided name for the bare metal machine created from this specification.
634
+ If not provided, the machine name will be generated programmatically.
635
+ """
636
+ return pulumi.get(self, "machine_name")
637
+
638
+ @machine_name.setter
639
+ def machine_name(self, value: Optional[pulumi.Input[str]]):
640
+ pulumi.set(self, "machine_name", value)
641
+
642
+
643
+ if not MYPY:
644
+ class BgpAdvertisementArgsDict(TypedDict):
645
+ ip_address_pools: pulumi.Input[Sequence[pulumi.Input[str]]]
646
+ """
647
+ The names of the IP address pools associated with this announcement.
648
+ """
649
+ advertise_to_fabric: NotRequired[pulumi.Input[Union[str, 'AdvertiseToFabric']]]
650
+ """
651
+ The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
652
+ """
653
+ communities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
654
+ """
655
+ The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
656
+ """
657
+ peers: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
658
+ """
659
+ The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
660
+ """
661
+ elif False:
662
+ BgpAdvertisementArgsDict: TypeAlias = Mapping[str, Any]
663
+
664
+ @pulumi.input_type
665
+ class BgpAdvertisementArgs:
666
+ def __init__(__self__, *,
667
+ ip_address_pools: pulumi.Input[Sequence[pulumi.Input[str]]],
668
+ advertise_to_fabric: Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]] = None,
669
+ communities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
670
+ peers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
671
+ """
672
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_address_pools: The names of the IP address pools associated with this announcement.
673
+ :param pulumi.Input[Union[str, 'AdvertiseToFabric']] advertise_to_fabric: The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
674
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] communities: The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
675
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] peers: The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
676
+ """
677
+ pulumi.set(__self__, "ip_address_pools", ip_address_pools)
678
+ if advertise_to_fabric is None:
679
+ advertise_to_fabric = 'True'
680
+ if advertise_to_fabric is not None:
681
+ pulumi.set(__self__, "advertise_to_fabric", advertise_to_fabric)
682
+ if communities is not None:
683
+ pulumi.set(__self__, "communities", communities)
684
+ if peers is not None:
685
+ pulumi.set(__self__, "peers", peers)
686
+
687
+ @property
688
+ @pulumi.getter(name="ipAddressPools")
689
+ def ip_address_pools(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
690
+ """
691
+ The names of the IP address pools associated with this announcement.
692
+ """
693
+ return pulumi.get(self, "ip_address_pools")
694
+
695
+ @ip_address_pools.setter
696
+ def ip_address_pools(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
697
+ pulumi.set(self, "ip_address_pools", value)
698
+
699
+ @property
700
+ @pulumi.getter(name="advertiseToFabric")
701
+ def advertise_to_fabric(self) -> Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]]:
702
+ """
703
+ The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
704
+ """
705
+ return pulumi.get(self, "advertise_to_fabric")
706
+
707
+ @advertise_to_fabric.setter
708
+ def advertise_to_fabric(self, value: Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]]):
709
+ pulumi.set(self, "advertise_to_fabric", value)
710
+
711
+ @property
712
+ @pulumi.getter
713
+ def communities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
714
+ """
715
+ The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
716
+ """
717
+ return pulumi.get(self, "communities")
718
+
719
+ @communities.setter
720
+ def communities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
721
+ pulumi.set(self, "communities", value)
722
+
723
+ @property
724
+ @pulumi.getter
725
+ def peers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
726
+ """
727
+ The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
728
+ """
729
+ return pulumi.get(self, "peers")
730
+
731
+ @peers.setter
732
+ def peers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
733
+ pulumi.set(self, "peers", value)
734
+
735
+
736
+ if not MYPY:
737
+ class BgpServiceLoadBalancerConfigurationArgsDict(TypedDict):
738
+ bgp_advertisements: NotRequired[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgsDict']]]]
739
+ """
740
+ The association of IP address pools to the communities and peers, allowing for announcement of IPs.
741
+ """
742
+ bgp_peers: NotRequired[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgsDict']]]]
743
+ """
744
+ The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
745
+ """
746
+ fabric_peering_enabled: NotRequired[pulumi.Input[Union[str, 'FabricPeeringEnabled']]]
747
+ """
748
+ The indicator to specify if the load balancer peers with the network fabric.
749
+ """
750
+ ip_address_pools: NotRequired[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgsDict']]]]
751
+ """
752
+ The list of pools of IP addresses that can be allocated to load balancer services.
753
+ """
754
+ elif False:
755
+ BgpServiceLoadBalancerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
756
+
757
+ @pulumi.input_type
758
+ class BgpServiceLoadBalancerConfigurationArgs:
759
+ def __init__(__self__, *,
760
+ bgp_advertisements: Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]] = None,
761
+ bgp_peers: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]] = None,
762
+ fabric_peering_enabled: Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]] = None,
763
+ ip_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]] = None):
764
+ """
765
+ :param pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]] bgp_advertisements: The association of IP address pools to the communities and peers, allowing for announcement of IPs.
766
+ :param pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]] bgp_peers: The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
767
+ :param pulumi.Input[Union[str, 'FabricPeeringEnabled']] fabric_peering_enabled: The indicator to specify if the load balancer peers with the network fabric.
768
+ :param pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]] ip_address_pools: The list of pools of IP addresses that can be allocated to load balancer services.
769
+ """
770
+ if bgp_advertisements is not None:
771
+ pulumi.set(__self__, "bgp_advertisements", bgp_advertisements)
772
+ if bgp_peers is not None:
773
+ pulumi.set(__self__, "bgp_peers", bgp_peers)
774
+ if fabric_peering_enabled is None:
775
+ fabric_peering_enabled = 'True'
776
+ if fabric_peering_enabled is not None:
777
+ pulumi.set(__self__, "fabric_peering_enabled", fabric_peering_enabled)
778
+ if ip_address_pools is not None:
779
+ pulumi.set(__self__, "ip_address_pools", ip_address_pools)
780
+
781
+ @property
782
+ @pulumi.getter(name="bgpAdvertisements")
783
+ def bgp_advertisements(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]]:
784
+ """
785
+ The association of IP address pools to the communities and peers, allowing for announcement of IPs.
786
+ """
787
+ return pulumi.get(self, "bgp_advertisements")
788
+
789
+ @bgp_advertisements.setter
790
+ def bgp_advertisements(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]]):
791
+ pulumi.set(self, "bgp_advertisements", value)
792
+
793
+ @property
794
+ @pulumi.getter(name="bgpPeers")
795
+ def bgp_peers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]]:
796
+ """
797
+ The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
798
+ """
799
+ return pulumi.get(self, "bgp_peers")
800
+
801
+ @bgp_peers.setter
802
+ def bgp_peers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]]):
803
+ pulumi.set(self, "bgp_peers", value)
804
+
805
+ @property
806
+ @pulumi.getter(name="fabricPeeringEnabled")
807
+ def fabric_peering_enabled(self) -> Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]]:
808
+ """
809
+ The indicator to specify if the load balancer peers with the network fabric.
810
+ """
811
+ return pulumi.get(self, "fabric_peering_enabled")
812
+
813
+ @fabric_peering_enabled.setter
814
+ def fabric_peering_enabled(self, value: Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]]):
815
+ pulumi.set(self, "fabric_peering_enabled", value)
816
+
817
+ @property
818
+ @pulumi.getter(name="ipAddressPools")
819
+ def ip_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]:
820
+ """
821
+ The list of pools of IP addresses that can be allocated to load balancer services.
822
+ """
823
+ return pulumi.get(self, "ip_address_pools")
824
+
825
+ @ip_address_pools.setter
826
+ def ip_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]):
827
+ pulumi.set(self, "ip_address_pools", value)
828
+
829
+
830
+ if not MYPY:
831
+ class ClusterSecretArchiveArgsDict(TypedDict):
832
+ key_vault_id: pulumi.Input[str]
833
+ """
834
+ The resource ID of the key vault to archive the secrets of the cluster.
835
+ """
836
+ use_key_vault: NotRequired[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]]
837
+ """
838
+ The indicator if the specified key vault should be used to archive the secrets of the cluster.
839
+ """
840
+ elif False:
841
+ ClusterSecretArchiveArgsDict: TypeAlias = Mapping[str, Any]
842
+
843
+ @pulumi.input_type
844
+ class ClusterSecretArchiveArgs:
845
+ def __init__(__self__, *,
846
+ key_vault_id: pulumi.Input[str],
847
+ use_key_vault: Optional[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]] = None):
848
+ """
849
+ :param pulumi.Input[str] key_vault_id: The resource ID of the key vault to archive the secrets of the cluster.
850
+ :param pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']] use_key_vault: The indicator if the specified key vault should be used to archive the secrets of the cluster.
851
+ """
852
+ pulumi.set(__self__, "key_vault_id", key_vault_id)
853
+ if use_key_vault is None:
854
+ use_key_vault = 'False'
855
+ if use_key_vault is not None:
856
+ pulumi.set(__self__, "use_key_vault", use_key_vault)
857
+
858
+ @property
859
+ @pulumi.getter(name="keyVaultId")
860
+ def key_vault_id(self) -> pulumi.Input[str]:
861
+ """
862
+ The resource ID of the key vault to archive the secrets of the cluster.
863
+ """
864
+ return pulumi.get(self, "key_vault_id")
865
+
866
+ @key_vault_id.setter
867
+ def key_vault_id(self, value: pulumi.Input[str]):
868
+ pulumi.set(self, "key_vault_id", value)
869
+
870
+ @property
871
+ @pulumi.getter(name="useKeyVault")
872
+ def use_key_vault(self) -> Optional[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]]:
873
+ """
874
+ The indicator if the specified key vault should be used to archive the secrets of the cluster.
875
+ """
876
+ return pulumi.get(self, "use_key_vault")
877
+
878
+ @use_key_vault.setter
879
+ def use_key_vault(self, value: Optional[pulumi.Input[Union[str, 'ClusterSecretArchiveEnabled']]]):
880
+ pulumi.set(self, "use_key_vault", value)
881
+
882
+
883
+ if not MYPY:
884
+ class ClusterUpdateStrategyArgsDict(TypedDict):
885
+ strategy_type: pulumi.Input[Union[str, 'ClusterUpdateStrategyType']]
886
+ """
887
+ The mode of operation for runtime protection.
888
+ """
889
+ threshold_type: pulumi.Input[Union[str, 'ValidationThresholdType']]
890
+ """
891
+ Selection of how the threshold should be evaluated.
892
+ """
893
+ threshold_value: pulumi.Input[float]
894
+ """
895
+ The numeric threshold value.
896
+ """
897
+ max_unavailable: NotRequired[pulumi.Input[float]]
898
+ """
899
+ The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
900
+ Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
901
+ """
902
+ wait_time_minutes: NotRequired[pulumi.Input[float]]
903
+ """
904
+ The time to wait between the increments of update defined by the strategy.
905
+ """
906
+ elif False:
907
+ ClusterUpdateStrategyArgsDict: TypeAlias = Mapping[str, Any]
908
+
909
+ @pulumi.input_type
910
+ class ClusterUpdateStrategyArgs:
911
+ def __init__(__self__, *,
912
+ strategy_type: pulumi.Input[Union[str, 'ClusterUpdateStrategyType']],
913
+ threshold_type: pulumi.Input[Union[str, 'ValidationThresholdType']],
914
+ threshold_value: pulumi.Input[float],
915
+ max_unavailable: Optional[pulumi.Input[float]] = None,
916
+ wait_time_minutes: Optional[pulumi.Input[float]] = None):
917
+ """
918
+ :param pulumi.Input[Union[str, 'ClusterUpdateStrategyType']] strategy_type: The mode of operation for runtime protection.
919
+ :param pulumi.Input[Union[str, 'ValidationThresholdType']] threshold_type: Selection of how the threshold should be evaluated.
920
+ :param pulumi.Input[float] threshold_value: The numeric threshold value.
921
+ :param pulumi.Input[float] max_unavailable: The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
922
+ Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
923
+ :param pulumi.Input[float] wait_time_minutes: The time to wait between the increments of update defined by the strategy.
924
+ """
925
+ pulumi.set(__self__, "strategy_type", strategy_type)
926
+ pulumi.set(__self__, "threshold_type", threshold_type)
927
+ pulumi.set(__self__, "threshold_value", threshold_value)
928
+ if max_unavailable is not None:
929
+ pulumi.set(__self__, "max_unavailable", max_unavailable)
930
+ if wait_time_minutes is None:
931
+ wait_time_minutes = 15
932
+ if wait_time_minutes is not None:
933
+ pulumi.set(__self__, "wait_time_minutes", wait_time_minutes)
934
+
935
+ @property
936
+ @pulumi.getter(name="strategyType")
937
+ def strategy_type(self) -> pulumi.Input[Union[str, 'ClusterUpdateStrategyType']]:
938
+ """
939
+ The mode of operation for runtime protection.
940
+ """
941
+ return pulumi.get(self, "strategy_type")
942
+
943
+ @strategy_type.setter
944
+ def strategy_type(self, value: pulumi.Input[Union[str, 'ClusterUpdateStrategyType']]):
945
+ pulumi.set(self, "strategy_type", value)
946
+
947
+ @property
948
+ @pulumi.getter(name="thresholdType")
949
+ def threshold_type(self) -> pulumi.Input[Union[str, 'ValidationThresholdType']]:
950
+ """
951
+ Selection of how the threshold should be evaluated.
952
+ """
953
+ return pulumi.get(self, "threshold_type")
954
+
955
+ @threshold_type.setter
956
+ def threshold_type(self, value: pulumi.Input[Union[str, 'ValidationThresholdType']]):
957
+ pulumi.set(self, "threshold_type", value)
958
+
959
+ @property
960
+ @pulumi.getter(name="thresholdValue")
961
+ def threshold_value(self) -> pulumi.Input[float]:
962
+ """
963
+ The numeric threshold value.
964
+ """
965
+ return pulumi.get(self, "threshold_value")
966
+
967
+ @threshold_value.setter
968
+ def threshold_value(self, value: pulumi.Input[float]):
969
+ pulumi.set(self, "threshold_value", value)
970
+
971
+ @property
972
+ @pulumi.getter(name="maxUnavailable")
973
+ def max_unavailable(self) -> Optional[pulumi.Input[float]]:
974
+ """
975
+ The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.
976
+ Limited by the maximum number of machines in the increment. Defaults to the whole increment size.
977
+ """
978
+ return pulumi.get(self, "max_unavailable")
979
+
980
+ @max_unavailable.setter
981
+ def max_unavailable(self, value: Optional[pulumi.Input[float]]):
982
+ pulumi.set(self, "max_unavailable", value)
983
+
984
+ @property
985
+ @pulumi.getter(name="waitTimeMinutes")
986
+ def wait_time_minutes(self) -> Optional[pulumi.Input[float]]:
987
+ """
988
+ The time to wait between the increments of update defined by the strategy.
989
+ """
990
+ return pulumi.get(self, "wait_time_minutes")
991
+
992
+ @wait_time_minutes.setter
993
+ def wait_time_minutes(self, value: Optional[pulumi.Input[float]]):
994
+ pulumi.set(self, "wait_time_minutes", value)
995
+
996
+
997
+ if not MYPY:
998
+ class CommandOutputSettingsArgsDict(TypedDict):
999
+ associated_identity: NotRequired[pulumi.Input['IdentitySelectorArgsDict']]
1000
+ """
1001
+ The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
1002
+ """
1003
+ container_url: NotRequired[pulumi.Input[str]]
1004
+ """
1005
+ The URL of the storage account container that is to be used by the specified identities.
1006
+ """
1007
+ elif False:
1008
+ CommandOutputSettingsArgsDict: TypeAlias = Mapping[str, Any]
1009
+
1010
+ @pulumi.input_type
1011
+ class CommandOutputSettingsArgs:
1012
+ def __init__(__self__, *,
1013
+ associated_identity: Optional[pulumi.Input['IdentitySelectorArgs']] = None,
1014
+ container_url: Optional[pulumi.Input[str]] = None):
1015
+ """
1016
+ :param pulumi.Input['IdentitySelectorArgs'] associated_identity: The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
1017
+ :param pulumi.Input[str] container_url: The URL of the storage account container that is to be used by the specified identities.
1018
+ """
1019
+ if associated_identity is not None:
1020
+ pulumi.set(__self__, "associated_identity", associated_identity)
1021
+ if container_url is not None:
1022
+ pulumi.set(__self__, "container_url", container_url)
1023
+
1024
+ @property
1025
+ @pulumi.getter(name="associatedIdentity")
1026
+ def associated_identity(self) -> Optional[pulumi.Input['IdentitySelectorArgs']]:
1027
+ """
1028
+ The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
1029
+ """
1030
+ return pulumi.get(self, "associated_identity")
1031
+
1032
+ @associated_identity.setter
1033
+ def associated_identity(self, value: Optional[pulumi.Input['IdentitySelectorArgs']]):
1034
+ pulumi.set(self, "associated_identity", value)
1035
+
1036
+ @property
1037
+ @pulumi.getter(name="containerUrl")
1038
+ def container_url(self) -> Optional[pulumi.Input[str]]:
1039
+ """
1040
+ The URL of the storage account container that is to be used by the specified identities.
1041
+ """
1042
+ return pulumi.get(self, "container_url")
1043
+
1044
+ @container_url.setter
1045
+ def container_url(self, value: Optional[pulumi.Input[str]]):
1046
+ pulumi.set(self, "container_url", value)
1047
+
1048
+
1049
+ if not MYPY:
1050
+ class ControlPlaneNodeConfigurationArgsDict(TypedDict):
1051
+ count: pulumi.Input[float]
1052
+ """
1053
+ The number of virtual machines that use this configuration.
1054
+ """
1055
+ vm_sku_name: pulumi.Input[str]
1056
+ """
1057
+ The name of the VM SKU supplied during creation.
1058
+ """
1059
+ administrator_configuration: NotRequired[pulumi.Input['AdministratorConfigurationArgsDict']]
1060
+ """
1061
+ The administrator credentials to be used for the nodes in the control plane.
1062
+ """
1063
+ availability_zones: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1064
+ """
1065
+ The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
1066
+ """
1067
+ elif False:
1068
+ ControlPlaneNodeConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1069
+
1070
+ @pulumi.input_type
1071
+ class ControlPlaneNodeConfigurationArgs:
1072
+ def __init__(__self__, *,
1073
+ count: pulumi.Input[float],
1074
+ vm_sku_name: pulumi.Input[str],
1075
+ administrator_configuration: Optional[pulumi.Input['AdministratorConfigurationArgs']] = None,
1076
+ availability_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1077
+ """
1078
+ :param pulumi.Input[float] count: The number of virtual machines that use this configuration.
1079
+ :param pulumi.Input[str] vm_sku_name: The name of the VM SKU supplied during creation.
1080
+ :param pulumi.Input['AdministratorConfigurationArgs'] administrator_configuration: The administrator credentials to be used for the nodes in the control plane.
1081
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] availability_zones: The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
1082
+ """
1083
+ pulumi.set(__self__, "count", count)
1084
+ pulumi.set(__self__, "vm_sku_name", vm_sku_name)
1085
+ if administrator_configuration is not None:
1086
+ pulumi.set(__self__, "administrator_configuration", administrator_configuration)
1087
+ if availability_zones is not None:
1088
+ pulumi.set(__self__, "availability_zones", availability_zones)
1089
+
1090
+ @property
1091
+ @pulumi.getter
1092
+ def count(self) -> pulumi.Input[float]:
1093
+ """
1094
+ The number of virtual machines that use this configuration.
1095
+ """
1096
+ return pulumi.get(self, "count")
1097
+
1098
+ @count.setter
1099
+ def count(self, value: pulumi.Input[float]):
1100
+ pulumi.set(self, "count", value)
1101
+
1102
+ @property
1103
+ @pulumi.getter(name="vmSkuName")
1104
+ def vm_sku_name(self) -> pulumi.Input[str]:
1105
+ """
1106
+ The name of the VM SKU supplied during creation.
1107
+ """
1108
+ return pulumi.get(self, "vm_sku_name")
1109
+
1110
+ @vm_sku_name.setter
1111
+ def vm_sku_name(self, value: pulumi.Input[str]):
1112
+ pulumi.set(self, "vm_sku_name", value)
1113
+
1114
+ @property
1115
+ @pulumi.getter(name="administratorConfiguration")
1116
+ def administrator_configuration(self) -> Optional[pulumi.Input['AdministratorConfigurationArgs']]:
1117
+ """
1118
+ The administrator credentials to be used for the nodes in the control plane.
1119
+ """
1120
+ return pulumi.get(self, "administrator_configuration")
1121
+
1122
+ @administrator_configuration.setter
1123
+ def administrator_configuration(self, value: Optional[pulumi.Input['AdministratorConfigurationArgs']]):
1124
+ pulumi.set(self, "administrator_configuration", value)
1125
+
1126
+ @property
1127
+ @pulumi.getter(name="availabilityZones")
1128
+ def availability_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1129
+ """
1130
+ The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
1131
+ """
1132
+ return pulumi.get(self, "availability_zones")
1133
+
1134
+ @availability_zones.setter
1135
+ def availability_zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1136
+ pulumi.set(self, "availability_zones", value)
1137
+
1138
+
1139
+ if not MYPY:
1140
+ class EgressEndpointArgsDict(TypedDict):
1141
+ category: pulumi.Input[str]
1142
+ """
1143
+ The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
1144
+ """
1145
+ endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgsDict']]]
1146
+ """
1147
+ The list of endpoint dependencies.
1148
+ """
1149
+ elif False:
1150
+ EgressEndpointArgsDict: TypeAlias = Mapping[str, Any]
1151
+
1152
+ @pulumi.input_type
1153
+ class EgressEndpointArgs:
1154
+ def __init__(__self__, *,
1155
+ category: pulumi.Input[str],
1156
+ endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]):
1157
+ """
1158
+ :param pulumi.Input[str] category: The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
1159
+ :param pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]] endpoints: The list of endpoint dependencies.
1160
+ """
1161
+ pulumi.set(__self__, "category", category)
1162
+ pulumi.set(__self__, "endpoints", endpoints)
1163
+
1164
+ @property
1165
+ @pulumi.getter
1166
+ def category(self) -> pulumi.Input[str]:
1167
+ """
1168
+ The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
1169
+ """
1170
+ return pulumi.get(self, "category")
1171
+
1172
+ @category.setter
1173
+ def category(self, value: pulumi.Input[str]):
1174
+ pulumi.set(self, "category", value)
1175
+
1176
+ @property
1177
+ @pulumi.getter
1178
+ def endpoints(self) -> pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]:
1179
+ """
1180
+ The list of endpoint dependencies.
1181
+ """
1182
+ return pulumi.get(self, "endpoints")
1183
+
1184
+ @endpoints.setter
1185
+ def endpoints(self, value: pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]):
1186
+ pulumi.set(self, "endpoints", value)
1187
+
1188
+
1189
+ if not MYPY:
1190
+ class EndpointDependencyArgsDict(TypedDict):
1191
+ domain_name: pulumi.Input[str]
1192
+ """
1193
+ The domain name of the dependency.
1194
+ """
1195
+ port: NotRequired[pulumi.Input[float]]
1196
+ """
1197
+ The port of this endpoint.
1198
+ """
1199
+ elif False:
1200
+ EndpointDependencyArgsDict: TypeAlias = Mapping[str, Any]
1201
+
1202
+ @pulumi.input_type
1203
+ class EndpointDependencyArgs:
1204
+ def __init__(__self__, *,
1205
+ domain_name: pulumi.Input[str],
1206
+ port: Optional[pulumi.Input[float]] = None):
1207
+ """
1208
+ :param pulumi.Input[str] domain_name: The domain name of the dependency.
1209
+ :param pulumi.Input[float] port: The port of this endpoint.
1210
+ """
1211
+ pulumi.set(__self__, "domain_name", domain_name)
1212
+ if port is not None:
1213
+ pulumi.set(__self__, "port", port)
1214
+
1215
+ @property
1216
+ @pulumi.getter(name="domainName")
1217
+ def domain_name(self) -> pulumi.Input[str]:
1218
+ """
1219
+ The domain name of the dependency.
1220
+ """
1221
+ return pulumi.get(self, "domain_name")
1222
+
1223
+ @domain_name.setter
1224
+ def domain_name(self, value: pulumi.Input[str]):
1225
+ pulumi.set(self, "domain_name", value)
1226
+
1227
+ @property
1228
+ @pulumi.getter
1229
+ def port(self) -> Optional[pulumi.Input[float]]:
1230
+ """
1231
+ The port of this endpoint.
1232
+ """
1233
+ return pulumi.get(self, "port")
1234
+
1235
+ @port.setter
1236
+ def port(self, value: Optional[pulumi.Input[float]]):
1237
+ pulumi.set(self, "port", value)
1238
+
1239
+
1240
+ if not MYPY:
1241
+ class ExtendedLocationArgsDict(TypedDict):
1242
+ name: pulumi.Input[str]
1243
+ """
1244
+ The resource ID of the extended location on which the resource will be created.
1245
+ """
1246
+ type: pulumi.Input[str]
1247
+ """
1248
+ The extended location type, for example, CustomLocation.
1249
+ """
1250
+ elif False:
1251
+ ExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
1252
+
1253
+ @pulumi.input_type
1254
+ class ExtendedLocationArgs:
1255
+ def __init__(__self__, *,
1256
+ name: pulumi.Input[str],
1257
+ type: pulumi.Input[str]):
1258
+ """
1259
+ :param pulumi.Input[str] name: The resource ID of the extended location on which the resource will be created.
1260
+ :param pulumi.Input[str] type: The extended location type, for example, CustomLocation.
1261
+ """
1262
+ pulumi.set(__self__, "name", name)
1263
+ pulumi.set(__self__, "type", type)
1264
+
1265
+ @property
1266
+ @pulumi.getter
1267
+ def name(self) -> pulumi.Input[str]:
1268
+ """
1269
+ The resource ID of the extended location on which the resource will be created.
1270
+ """
1271
+ return pulumi.get(self, "name")
1272
+
1273
+ @name.setter
1274
+ def name(self, value: pulumi.Input[str]):
1275
+ pulumi.set(self, "name", value)
1276
+
1277
+ @property
1278
+ @pulumi.getter
1279
+ def type(self) -> pulumi.Input[str]:
1280
+ """
1281
+ The extended location type, for example, CustomLocation.
1282
+ """
1283
+ return pulumi.get(self, "type")
1284
+
1285
+ @type.setter
1286
+ def type(self, value: pulumi.Input[str]):
1287
+ pulumi.set(self, "type", value)
1288
+
1289
+
1290
+ if not MYPY:
1291
+ class IdentitySelectorArgsDict(TypedDict):
1292
+ identity_type: NotRequired[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]]
1293
+ """
1294
+ The type of managed identity that is being selected.
1295
+ """
1296
+ user_assigned_identity_resource_id: NotRequired[pulumi.Input[str]]
1297
+ """
1298
+ The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
1299
+ """
1300
+ elif False:
1301
+ IdentitySelectorArgsDict: TypeAlias = Mapping[str, Any]
1302
+
1303
+ @pulumi.input_type
1304
+ class IdentitySelectorArgs:
1305
+ def __init__(__self__, *,
1306
+ identity_type: Optional[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]] = None,
1307
+ user_assigned_identity_resource_id: Optional[pulumi.Input[str]] = None):
1308
+ """
1309
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']] identity_type: The type of managed identity that is being selected.
1310
+ :param pulumi.Input[str] user_assigned_identity_resource_id: The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
1311
+ """
1312
+ if identity_type is not None:
1313
+ pulumi.set(__self__, "identity_type", identity_type)
1314
+ if user_assigned_identity_resource_id is not None:
1315
+ pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
1316
+
1317
+ @property
1318
+ @pulumi.getter(name="identityType")
1319
+ def identity_type(self) -> Optional[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]]:
1320
+ """
1321
+ The type of managed identity that is being selected.
1322
+ """
1323
+ return pulumi.get(self, "identity_type")
1324
+
1325
+ @identity_type.setter
1326
+ def identity_type(self, value: Optional[pulumi.Input[Union[str, 'ManagedServiceIdentitySelectorType']]]):
1327
+ pulumi.set(self, "identity_type", value)
1328
+
1329
+ @property
1330
+ @pulumi.getter(name="userAssignedIdentityResourceId")
1331
+ def user_assigned_identity_resource_id(self) -> Optional[pulumi.Input[str]]:
1332
+ """
1333
+ The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.
1334
+ """
1335
+ return pulumi.get(self, "user_assigned_identity_resource_id")
1336
+
1337
+ @user_assigned_identity_resource_id.setter
1338
+ def user_assigned_identity_resource_id(self, value: Optional[pulumi.Input[str]]):
1339
+ pulumi.set(self, "user_assigned_identity_resource_id", value)
1340
+
1341
+
1342
+ if not MYPY:
1343
+ class ImageRepositoryCredentialsArgsDict(TypedDict):
1344
+ password: pulumi.Input[str]
1345
+ """
1346
+ The password or token used to access an image in the target repository.
1347
+ """
1348
+ registry_url: pulumi.Input[str]
1349
+ """
1350
+ The URL of the authentication server used to validate the repository credentials.
1351
+ """
1352
+ username: pulumi.Input[str]
1353
+ """
1354
+ The username used to access an image in the target repository.
1355
+ """
1356
+ elif False:
1357
+ ImageRepositoryCredentialsArgsDict: TypeAlias = Mapping[str, Any]
1358
+
1359
+ @pulumi.input_type
1360
+ class ImageRepositoryCredentialsArgs:
1361
+ def __init__(__self__, *,
1362
+ password: pulumi.Input[str],
1363
+ registry_url: pulumi.Input[str],
1364
+ username: pulumi.Input[str]):
1365
+ """
1366
+ :param pulumi.Input[str] password: The password or token used to access an image in the target repository.
1367
+ :param pulumi.Input[str] registry_url: The URL of the authentication server used to validate the repository credentials.
1368
+ :param pulumi.Input[str] username: The username used to access an image in the target repository.
1369
+ """
1370
+ pulumi.set(__self__, "password", password)
1371
+ pulumi.set(__self__, "registry_url", registry_url)
1372
+ pulumi.set(__self__, "username", username)
1373
+
1374
+ @property
1375
+ @pulumi.getter
1376
+ def password(self) -> pulumi.Input[str]:
1377
+ """
1378
+ The password or token used to access an image in the target repository.
1379
+ """
1380
+ return pulumi.get(self, "password")
1381
+
1382
+ @password.setter
1383
+ def password(self, value: pulumi.Input[str]):
1384
+ pulumi.set(self, "password", value)
1385
+
1386
+ @property
1387
+ @pulumi.getter(name="registryUrl")
1388
+ def registry_url(self) -> pulumi.Input[str]:
1389
+ """
1390
+ The URL of the authentication server used to validate the repository credentials.
1391
+ """
1392
+ return pulumi.get(self, "registry_url")
1393
+
1394
+ @registry_url.setter
1395
+ def registry_url(self, value: pulumi.Input[str]):
1396
+ pulumi.set(self, "registry_url", value)
1397
+
1398
+ @property
1399
+ @pulumi.getter
1400
+ def username(self) -> pulumi.Input[str]:
1401
+ """
1402
+ The username used to access an image in the target repository.
1403
+ """
1404
+ return pulumi.get(self, "username")
1405
+
1406
+ @username.setter
1407
+ def username(self, value: pulumi.Input[str]):
1408
+ pulumi.set(self, "username", value)
1409
+
1410
+
1411
+ if not MYPY:
1412
+ class InitialAgentPoolConfigurationArgsDict(TypedDict):
1413
+ count: pulumi.Input[float]
1414
+ """
1415
+ The number of virtual machines that use this configuration.
1416
+ """
1417
+ mode: pulumi.Input[Union[str, 'AgentPoolMode']]
1418
+ """
1419
+ The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
1420
+ """
1421
+ name: pulumi.Input[str]
1422
+ """
1423
+ The name that will be used for the agent pool resource representing this agent pool.
1424
+ """
1425
+ vm_sku_name: pulumi.Input[str]
1426
+ """
1427
+ The name of the VM SKU that determines the size of resources allocated for node VMs.
1428
+ """
1429
+ administrator_configuration: NotRequired[pulumi.Input['AdministratorConfigurationArgsDict']]
1430
+ """
1431
+ The administrator credentials to be used for the nodes in this agent pool.
1432
+ """
1433
+ agent_options: NotRequired[pulumi.Input['AgentOptionsArgsDict']]
1434
+ """
1435
+ The configurations that will be applied to each agent in this agent pool.
1436
+ """
1437
+ attached_network_configuration: NotRequired[pulumi.Input['AttachedNetworkConfigurationArgsDict']]
1438
+ """
1439
+ The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
1440
+ """
1441
+ availability_zones: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1442
+ """
1443
+ The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
1444
+ """
1445
+ labels: NotRequired[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgsDict']]]]
1446
+ """
1447
+ The labels applied to the nodes in this agent pool.
1448
+ """
1449
+ taints: NotRequired[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgsDict']]]]
1450
+ """
1451
+ The taints applied to the nodes in this agent pool.
1452
+ """
1453
+ upgrade_settings: NotRequired[pulumi.Input['AgentPoolUpgradeSettingsArgsDict']]
1454
+ """
1455
+ The configuration of the agent pool.
1456
+ """
1457
+ elif False:
1458
+ InitialAgentPoolConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1459
+
1460
+ @pulumi.input_type
1461
+ class InitialAgentPoolConfigurationArgs:
1462
+ def __init__(__self__, *,
1463
+ count: pulumi.Input[float],
1464
+ mode: pulumi.Input[Union[str, 'AgentPoolMode']],
1465
+ name: pulumi.Input[str],
1466
+ vm_sku_name: pulumi.Input[str],
1467
+ administrator_configuration: Optional[pulumi.Input['AdministratorConfigurationArgs']] = None,
1468
+ agent_options: Optional[pulumi.Input['AgentOptionsArgs']] = None,
1469
+ attached_network_configuration: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']] = None,
1470
+ availability_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1471
+ labels: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]] = None,
1472
+ taints: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]] = None,
1473
+ upgrade_settings: Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']] = None):
1474
+ """
1475
+ :param pulumi.Input[float] count: The number of virtual machines that use this configuration.
1476
+ :param pulumi.Input[Union[str, 'AgentPoolMode']] mode: The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
1477
+ :param pulumi.Input[str] name: The name that will be used for the agent pool resource representing this agent pool.
1478
+ :param pulumi.Input[str] vm_sku_name: The name of the VM SKU that determines the size of resources allocated for node VMs.
1479
+ :param pulumi.Input['AdministratorConfigurationArgs'] administrator_configuration: The administrator credentials to be used for the nodes in this agent pool.
1480
+ :param pulumi.Input['AgentOptionsArgs'] agent_options: The configurations that will be applied to each agent in this agent pool.
1481
+ :param pulumi.Input['AttachedNetworkConfigurationArgs'] attached_network_configuration: The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
1482
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] availability_zones: The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
1483
+ :param pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]] labels: The labels applied to the nodes in this agent pool.
1484
+ :param pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]] taints: The taints applied to the nodes in this agent pool.
1485
+ :param pulumi.Input['AgentPoolUpgradeSettingsArgs'] upgrade_settings: The configuration of the agent pool.
1486
+ """
1487
+ pulumi.set(__self__, "count", count)
1488
+ pulumi.set(__self__, "mode", mode)
1489
+ pulumi.set(__self__, "name", name)
1490
+ pulumi.set(__self__, "vm_sku_name", vm_sku_name)
1491
+ if administrator_configuration is not None:
1492
+ pulumi.set(__self__, "administrator_configuration", administrator_configuration)
1493
+ if agent_options is not None:
1494
+ pulumi.set(__self__, "agent_options", agent_options)
1495
+ if attached_network_configuration is not None:
1496
+ pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
1497
+ if availability_zones is not None:
1498
+ pulumi.set(__self__, "availability_zones", availability_zones)
1499
+ if labels is not None:
1500
+ pulumi.set(__self__, "labels", labels)
1501
+ if taints is not None:
1502
+ pulumi.set(__self__, "taints", taints)
1503
+ if upgrade_settings is not None:
1504
+ pulumi.set(__self__, "upgrade_settings", upgrade_settings)
1505
+
1506
+ @property
1507
+ @pulumi.getter
1508
+ def count(self) -> pulumi.Input[float]:
1509
+ """
1510
+ The number of virtual machines that use this configuration.
1511
+ """
1512
+ return pulumi.get(self, "count")
1513
+
1514
+ @count.setter
1515
+ def count(self, value: pulumi.Input[float]):
1516
+ pulumi.set(self, "count", value)
1517
+
1518
+ @property
1519
+ @pulumi.getter
1520
+ def mode(self) -> pulumi.Input[Union[str, 'AgentPoolMode']]:
1521
+ """
1522
+ The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
1523
+ """
1524
+ return pulumi.get(self, "mode")
1525
+
1526
+ @mode.setter
1527
+ def mode(self, value: pulumi.Input[Union[str, 'AgentPoolMode']]):
1528
+ pulumi.set(self, "mode", value)
1529
+
1530
+ @property
1531
+ @pulumi.getter
1532
+ def name(self) -> pulumi.Input[str]:
1533
+ """
1534
+ The name that will be used for the agent pool resource representing this agent pool.
1535
+ """
1536
+ return pulumi.get(self, "name")
1537
+
1538
+ @name.setter
1539
+ def name(self, value: pulumi.Input[str]):
1540
+ pulumi.set(self, "name", value)
1541
+
1542
+ @property
1543
+ @pulumi.getter(name="vmSkuName")
1544
+ def vm_sku_name(self) -> pulumi.Input[str]:
1545
+ """
1546
+ The name of the VM SKU that determines the size of resources allocated for node VMs.
1547
+ """
1548
+ return pulumi.get(self, "vm_sku_name")
1549
+
1550
+ @vm_sku_name.setter
1551
+ def vm_sku_name(self, value: pulumi.Input[str]):
1552
+ pulumi.set(self, "vm_sku_name", value)
1553
+
1554
+ @property
1555
+ @pulumi.getter(name="administratorConfiguration")
1556
+ def administrator_configuration(self) -> Optional[pulumi.Input['AdministratorConfigurationArgs']]:
1557
+ """
1558
+ The administrator credentials to be used for the nodes in this agent pool.
1559
+ """
1560
+ return pulumi.get(self, "administrator_configuration")
1561
+
1562
+ @administrator_configuration.setter
1563
+ def administrator_configuration(self, value: Optional[pulumi.Input['AdministratorConfigurationArgs']]):
1564
+ pulumi.set(self, "administrator_configuration", value)
1565
+
1566
+ @property
1567
+ @pulumi.getter(name="agentOptions")
1568
+ def agent_options(self) -> Optional[pulumi.Input['AgentOptionsArgs']]:
1569
+ """
1570
+ The configurations that will be applied to each agent in this agent pool.
1571
+ """
1572
+ return pulumi.get(self, "agent_options")
1573
+
1574
+ @agent_options.setter
1575
+ def agent_options(self, value: Optional[pulumi.Input['AgentOptionsArgs']]):
1576
+ pulumi.set(self, "agent_options", value)
1577
+
1578
+ @property
1579
+ @pulumi.getter(name="attachedNetworkConfiguration")
1580
+ def attached_network_configuration(self) -> Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]:
1581
+ """
1582
+ The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
1583
+ """
1584
+ return pulumi.get(self, "attached_network_configuration")
1585
+
1586
+ @attached_network_configuration.setter
1587
+ def attached_network_configuration(self, value: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]):
1588
+ pulumi.set(self, "attached_network_configuration", value)
1589
+
1590
+ @property
1591
+ @pulumi.getter(name="availabilityZones")
1592
+ def availability_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1593
+ """
1594
+ The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
1595
+ """
1596
+ return pulumi.get(self, "availability_zones")
1597
+
1598
+ @availability_zones.setter
1599
+ def availability_zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1600
+ pulumi.set(self, "availability_zones", value)
1601
+
1602
+ @property
1603
+ @pulumi.getter
1604
+ def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]:
1605
+ """
1606
+ The labels applied to the nodes in this agent pool.
1607
+ """
1608
+ return pulumi.get(self, "labels")
1609
+
1610
+ @labels.setter
1611
+ def labels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]):
1612
+ pulumi.set(self, "labels", value)
1613
+
1614
+ @property
1615
+ @pulumi.getter
1616
+ def taints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]:
1617
+ """
1618
+ The taints applied to the nodes in this agent pool.
1619
+ """
1620
+ return pulumi.get(self, "taints")
1621
+
1622
+ @taints.setter
1623
+ def taints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]):
1624
+ pulumi.set(self, "taints", value)
1625
+
1626
+ @property
1627
+ @pulumi.getter(name="upgradeSettings")
1628
+ def upgrade_settings(self) -> Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']]:
1629
+ """
1630
+ The configuration of the agent pool.
1631
+ """
1632
+ return pulumi.get(self, "upgrade_settings")
1633
+
1634
+ @upgrade_settings.setter
1635
+ def upgrade_settings(self, value: Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']]):
1636
+ pulumi.set(self, "upgrade_settings", value)
1637
+
1638
+
1639
+ if not MYPY:
1640
+ class IpAddressPoolArgsDict(TypedDict):
1641
+ addresses: pulumi.Input[Sequence[pulumi.Input[str]]]
1642
+ """
1643
+ The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.
1644
+ """
1645
+ name: pulumi.Input[str]
1646
+ """
1647
+ The name used to identify this IP address pool for association with a BGP advertisement.
1648
+ """
1649
+ auto_assign: NotRequired[pulumi.Input[Union[str, 'BfdEnabled']]]
1650
+ """
1651
+ The indicator to determine if automatic allocation from the pool should occur.
1652
+ """
1653
+ only_use_host_ips: NotRequired[pulumi.Input[Union[str, 'BfdEnabled']]]
1654
+ """
1655
+ The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
1656
+ """
1657
+ elif False:
1658
+ IpAddressPoolArgsDict: TypeAlias = Mapping[str, Any]
1659
+
1660
+ @pulumi.input_type
1661
+ class IpAddressPoolArgs:
1662
+ def __init__(__self__, *,
1663
+ addresses: pulumi.Input[Sequence[pulumi.Input[str]]],
1664
+ name: pulumi.Input[str],
1665
+ auto_assign: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None,
1666
+ only_use_host_ips: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None):
1667
+ """
1668
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] addresses: The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.
1669
+ :param pulumi.Input[str] name: The name used to identify this IP address pool for association with a BGP advertisement.
1670
+ :param pulumi.Input[Union[str, 'BfdEnabled']] auto_assign: The indicator to determine if automatic allocation from the pool should occur.
1671
+ :param pulumi.Input[Union[str, 'BfdEnabled']] only_use_host_ips: The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
1672
+ """
1673
+ pulumi.set(__self__, "addresses", addresses)
1674
+ pulumi.set(__self__, "name", name)
1675
+ if auto_assign is None:
1676
+ auto_assign = 'True'
1677
+ if auto_assign is not None:
1678
+ pulumi.set(__self__, "auto_assign", auto_assign)
1679
+ if only_use_host_ips is None:
1680
+ only_use_host_ips = 'True'
1681
+ if only_use_host_ips is not None:
1682
+ pulumi.set(__self__, "only_use_host_ips", only_use_host_ips)
1683
+
1684
+ @property
1685
+ @pulumi.getter
1686
+ def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
1687
+ """
1688
+ The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.
1689
+ """
1690
+ return pulumi.get(self, "addresses")
1691
+
1692
+ @addresses.setter
1693
+ def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
1694
+ pulumi.set(self, "addresses", value)
1695
+
1696
+ @property
1697
+ @pulumi.getter
1698
+ def name(self) -> pulumi.Input[str]:
1699
+ """
1700
+ The name used to identify this IP address pool for association with a BGP advertisement.
1701
+ """
1702
+ return pulumi.get(self, "name")
1703
+
1704
+ @name.setter
1705
+ def name(self, value: pulumi.Input[str]):
1706
+ pulumi.set(self, "name", value)
1707
+
1708
+ @property
1709
+ @pulumi.getter(name="autoAssign")
1710
+ def auto_assign(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
1711
+ """
1712
+ The indicator to determine if automatic allocation from the pool should occur.
1713
+ """
1714
+ return pulumi.get(self, "auto_assign")
1715
+
1716
+ @auto_assign.setter
1717
+ def auto_assign(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
1718
+ pulumi.set(self, "auto_assign", value)
1719
+
1720
+ @property
1721
+ @pulumi.getter(name="onlyUseHostIps")
1722
+ def only_use_host_ips(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
1723
+ """
1724
+ The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
1725
+ """
1726
+ return pulumi.get(self, "only_use_host_ips")
1727
+
1728
+ @only_use_host_ips.setter
1729
+ def only_use_host_ips(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
1730
+ pulumi.set(self, "only_use_host_ips", value)
1731
+
1732
+
1733
+ if not MYPY:
1734
+ class KeySetUserArgsDict(TypedDict):
1735
+ azure_user_name: pulumi.Input[str]
1736
+ """
1737
+ The user name that will be used for access.
1738
+ """
1739
+ ssh_public_key: pulumi.Input['SshPublicKeyArgsDict']
1740
+ """
1741
+ The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
1742
+ """
1743
+ description: NotRequired[pulumi.Input[str]]
1744
+ """
1745
+ The free-form description for this user.
1746
+ """
1747
+ user_principal_name: NotRequired[pulumi.Input[str]]
1748
+ """
1749
+ The user principal name (email format) used to validate this user's group membership.
1750
+ """
1751
+ elif False:
1752
+ KeySetUserArgsDict: TypeAlias = Mapping[str, Any]
1753
+
1754
+ @pulumi.input_type
1755
+ class KeySetUserArgs:
1756
+ def __init__(__self__, *,
1757
+ azure_user_name: pulumi.Input[str],
1758
+ ssh_public_key: pulumi.Input['SshPublicKeyArgs'],
1759
+ description: Optional[pulumi.Input[str]] = None,
1760
+ user_principal_name: Optional[pulumi.Input[str]] = None):
1761
+ """
1762
+ :param pulumi.Input[str] azure_user_name: The user name that will be used for access.
1763
+ :param pulumi.Input['SshPublicKeyArgs'] ssh_public_key: The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
1764
+ :param pulumi.Input[str] description: The free-form description for this user.
1765
+ :param pulumi.Input[str] user_principal_name: The user principal name (email format) used to validate this user's group membership.
1766
+ """
1767
+ pulumi.set(__self__, "azure_user_name", azure_user_name)
1768
+ pulumi.set(__self__, "ssh_public_key", ssh_public_key)
1769
+ if description is not None:
1770
+ pulumi.set(__self__, "description", description)
1771
+ if user_principal_name is not None:
1772
+ pulumi.set(__self__, "user_principal_name", user_principal_name)
1773
+
1774
+ @property
1775
+ @pulumi.getter(name="azureUserName")
1776
+ def azure_user_name(self) -> pulumi.Input[str]:
1777
+ """
1778
+ The user name that will be used for access.
1779
+ """
1780
+ return pulumi.get(self, "azure_user_name")
1781
+
1782
+ @azure_user_name.setter
1783
+ def azure_user_name(self, value: pulumi.Input[str]):
1784
+ pulumi.set(self, "azure_user_name", value)
1785
+
1786
+ @property
1787
+ @pulumi.getter(name="sshPublicKey")
1788
+ def ssh_public_key(self) -> pulumi.Input['SshPublicKeyArgs']:
1789
+ """
1790
+ The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
1791
+ """
1792
+ return pulumi.get(self, "ssh_public_key")
1793
+
1794
+ @ssh_public_key.setter
1795
+ def ssh_public_key(self, value: pulumi.Input['SshPublicKeyArgs']):
1796
+ pulumi.set(self, "ssh_public_key", value)
1797
+
1798
+ @property
1799
+ @pulumi.getter
1800
+ def description(self) -> Optional[pulumi.Input[str]]:
1801
+ """
1802
+ The free-form description for this user.
1803
+ """
1804
+ return pulumi.get(self, "description")
1805
+
1806
+ @description.setter
1807
+ def description(self, value: Optional[pulumi.Input[str]]):
1808
+ pulumi.set(self, "description", value)
1809
+
1810
+ @property
1811
+ @pulumi.getter(name="userPrincipalName")
1812
+ def user_principal_name(self) -> Optional[pulumi.Input[str]]:
1813
+ """
1814
+ The user principal name (email format) used to validate this user's group membership.
1815
+ """
1816
+ return pulumi.get(self, "user_principal_name")
1817
+
1818
+ @user_principal_name.setter
1819
+ def user_principal_name(self, value: Optional[pulumi.Input[str]]):
1820
+ pulumi.set(self, "user_principal_name", value)
1821
+
1822
+
1823
+ if not MYPY:
1824
+ class KubernetesLabelArgsDict(TypedDict):
1825
+ key: pulumi.Input[str]
1826
+ """
1827
+ The name of the label or taint.
1828
+ """
1829
+ value: pulumi.Input[str]
1830
+ """
1831
+ The value of the label or taint.
1832
+ """
1833
+ elif False:
1834
+ KubernetesLabelArgsDict: TypeAlias = Mapping[str, Any]
1835
+
1836
+ @pulumi.input_type
1837
+ class KubernetesLabelArgs:
1838
+ def __init__(__self__, *,
1839
+ key: pulumi.Input[str],
1840
+ value: pulumi.Input[str]):
1841
+ """
1842
+ :param pulumi.Input[str] key: The name of the label or taint.
1843
+ :param pulumi.Input[str] value: The value of the label or taint.
1844
+ """
1845
+ pulumi.set(__self__, "key", key)
1846
+ pulumi.set(__self__, "value", value)
1847
+
1848
+ @property
1849
+ @pulumi.getter
1850
+ def key(self) -> pulumi.Input[str]:
1851
+ """
1852
+ The name of the label or taint.
1853
+ """
1854
+ return pulumi.get(self, "key")
1855
+
1856
+ @key.setter
1857
+ def key(self, value: pulumi.Input[str]):
1858
+ pulumi.set(self, "key", value)
1859
+
1860
+ @property
1861
+ @pulumi.getter
1862
+ def value(self) -> pulumi.Input[str]:
1863
+ """
1864
+ The value of the label or taint.
1865
+ """
1866
+ return pulumi.get(self, "value")
1867
+
1868
+ @value.setter
1869
+ def value(self, value: pulumi.Input[str]):
1870
+ pulumi.set(self, "value", value)
1871
+
1872
+
1873
+ if not MYPY:
1874
+ class L2NetworkAttachmentConfigurationArgsDict(TypedDict):
1875
+ network_id: pulumi.Input[str]
1876
+ """
1877
+ The resource ID of the network that is being configured for attachment.
1878
+ """
1879
+ plugin_type: NotRequired[pulumi.Input[Union[str, 'KubernetesPluginType']]]
1880
+ """
1881
+ The indicator of how this network will be utilized by the Kubernetes cluster.
1882
+ """
1883
+ elif False:
1884
+ L2NetworkAttachmentConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1885
+
1886
+ @pulumi.input_type
1887
+ class L2NetworkAttachmentConfigurationArgs:
1888
+ def __init__(__self__, *,
1889
+ network_id: pulumi.Input[str],
1890
+ plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
1891
+ """
1892
+ :param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
1893
+ :param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
1894
+ """
1895
+ pulumi.set(__self__, "network_id", network_id)
1896
+ if plugin_type is None:
1897
+ plugin_type = 'SRIOV'
1898
+ if plugin_type is not None:
1899
+ pulumi.set(__self__, "plugin_type", plugin_type)
1900
+
1901
+ @property
1902
+ @pulumi.getter(name="networkId")
1903
+ def network_id(self) -> pulumi.Input[str]:
1904
+ """
1905
+ The resource ID of the network that is being configured for attachment.
1906
+ """
1907
+ return pulumi.get(self, "network_id")
1908
+
1909
+ @network_id.setter
1910
+ def network_id(self, value: pulumi.Input[str]):
1911
+ pulumi.set(self, "network_id", value)
1912
+
1913
+ @property
1914
+ @pulumi.getter(name="pluginType")
1915
+ def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
1916
+ """
1917
+ The indicator of how this network will be utilized by the Kubernetes cluster.
1918
+ """
1919
+ return pulumi.get(self, "plugin_type")
1920
+
1921
+ @plugin_type.setter
1922
+ def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
1923
+ pulumi.set(self, "plugin_type", value)
1924
+
1925
+
1926
+ if not MYPY:
1927
+ class L2ServiceLoadBalancerConfigurationArgsDict(TypedDict):
1928
+ ip_address_pools: NotRequired[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgsDict']]]]
1929
+ """
1930
+ The list of pools of IP addresses that can be allocated to load balancer services.
1931
+ """
1932
+ elif False:
1933
+ L2ServiceLoadBalancerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1934
+
1935
+ @pulumi.input_type
1936
+ class L2ServiceLoadBalancerConfigurationArgs:
1937
+ def __init__(__self__, *,
1938
+ ip_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]] = None):
1939
+ """
1940
+ :param pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]] ip_address_pools: The list of pools of IP addresses that can be allocated to load balancer services.
1941
+ """
1942
+ if ip_address_pools is not None:
1943
+ pulumi.set(__self__, "ip_address_pools", ip_address_pools)
1944
+
1945
+ @property
1946
+ @pulumi.getter(name="ipAddressPools")
1947
+ def ip_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]:
1948
+ """
1949
+ The list of pools of IP addresses that can be allocated to load balancer services.
1950
+ """
1951
+ return pulumi.get(self, "ip_address_pools")
1952
+
1953
+ @ip_address_pools.setter
1954
+ def ip_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]):
1955
+ pulumi.set(self, "ip_address_pools", value)
1956
+
1957
+
1958
+ if not MYPY:
1959
+ class L3NetworkAttachmentConfigurationArgsDict(TypedDict):
1960
+ network_id: pulumi.Input[str]
1961
+ """
1962
+ The resource ID of the network that is being configured for attachment.
1963
+ """
1964
+ ipam_enabled: NotRequired[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]]
1965
+ """
1966
+ The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
1967
+ """
1968
+ plugin_type: NotRequired[pulumi.Input[Union[str, 'KubernetesPluginType']]]
1969
+ """
1970
+ The indicator of how this network will be utilized by the Kubernetes cluster.
1971
+ """
1972
+ elif False:
1973
+ L3NetworkAttachmentConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1974
+
1975
+ @pulumi.input_type
1976
+ class L3NetworkAttachmentConfigurationArgs:
1977
+ def __init__(__self__, *,
1978
+ network_id: pulumi.Input[str],
1979
+ ipam_enabled: Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]] = None,
1980
+ plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
1981
+ """
1982
+ :param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
1983
+ :param pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']] ipam_enabled: The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
1984
+ :param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
1985
+ """
1986
+ pulumi.set(__self__, "network_id", network_id)
1987
+ if ipam_enabled is None:
1988
+ ipam_enabled = 'False'
1989
+ if ipam_enabled is not None:
1990
+ pulumi.set(__self__, "ipam_enabled", ipam_enabled)
1991
+ if plugin_type is None:
1992
+ plugin_type = 'SRIOV'
1993
+ if plugin_type is not None:
1994
+ pulumi.set(__self__, "plugin_type", plugin_type)
1995
+
1996
+ @property
1997
+ @pulumi.getter(name="networkId")
1998
+ def network_id(self) -> pulumi.Input[str]:
1999
+ """
2000
+ The resource ID of the network that is being configured for attachment.
2001
+ """
2002
+ return pulumi.get(self, "network_id")
2003
+
2004
+ @network_id.setter
2005
+ def network_id(self, value: pulumi.Input[str]):
2006
+ pulumi.set(self, "network_id", value)
2007
+
2008
+ @property
2009
+ @pulumi.getter(name="ipamEnabled")
2010
+ def ipam_enabled(self) -> Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]]:
2011
+ """
2012
+ The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
2013
+ """
2014
+ return pulumi.get(self, "ipam_enabled")
2015
+
2016
+ @ipam_enabled.setter
2017
+ def ipam_enabled(self, value: Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]]):
2018
+ pulumi.set(self, "ipam_enabled", value)
2019
+
2020
+ @property
2021
+ @pulumi.getter(name="pluginType")
2022
+ def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
2023
+ """
2024
+ The indicator of how this network will be utilized by the Kubernetes cluster.
2025
+ """
2026
+ return pulumi.get(self, "plugin_type")
2027
+
2028
+ @plugin_type.setter
2029
+ def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
2030
+ pulumi.set(self, "plugin_type", value)
2031
+
2032
+
2033
+ if not MYPY:
2034
+ class ManagedResourceGroupConfigurationArgsDict(TypedDict):
2035
+ location: NotRequired[pulumi.Input[str]]
2036
+ """
2037
+ The location of the managed resource group. If not specified, the location of the parent resource is chosen.
2038
+ """
2039
+ name: NotRequired[pulumi.Input[str]]
2040
+ """
2041
+ The name for the managed resource group. If not specified, the unique name is automatically generated.
2042
+ """
2043
+ elif False:
2044
+ ManagedResourceGroupConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2045
+
2046
+ @pulumi.input_type
2047
+ class ManagedResourceGroupConfigurationArgs:
2048
+ def __init__(__self__, *,
2049
+ location: Optional[pulumi.Input[str]] = None,
2050
+ name: Optional[pulumi.Input[str]] = None):
2051
+ """
2052
+ :param pulumi.Input[str] location: The location of the managed resource group. If not specified, the location of the parent resource is chosen.
2053
+ :param pulumi.Input[str] name: The name for the managed resource group. If not specified, the unique name is automatically generated.
2054
+ """
2055
+ if location is not None:
2056
+ pulumi.set(__self__, "location", location)
2057
+ if name is not None:
2058
+ pulumi.set(__self__, "name", name)
2059
+
2060
+ @property
2061
+ @pulumi.getter
2062
+ def location(self) -> Optional[pulumi.Input[str]]:
2063
+ """
2064
+ The location of the managed resource group. If not specified, the location of the parent resource is chosen.
2065
+ """
2066
+ return pulumi.get(self, "location")
2067
+
2068
+ @location.setter
2069
+ def location(self, value: Optional[pulumi.Input[str]]):
2070
+ pulumi.set(self, "location", value)
2071
+
2072
+ @property
2073
+ @pulumi.getter
2074
+ def name(self) -> Optional[pulumi.Input[str]]:
2075
+ """
2076
+ The name for the managed resource group. If not specified, the unique name is automatically generated.
2077
+ """
2078
+ return pulumi.get(self, "name")
2079
+
2080
+ @name.setter
2081
+ def name(self, value: Optional[pulumi.Input[str]]):
2082
+ pulumi.set(self, "name", value)
2083
+
2084
+
2085
+ if not MYPY:
2086
+ class ManagedServiceIdentityArgsDict(TypedDict):
2087
+ """
2088
+ Managed service identity (system assigned and/or user assigned identities)
2089
+ """
2090
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
2091
+ """
2092
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
2093
+ """
2094
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2095
+ """
2096
+ 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.
2097
+ """
2098
+ elif False:
2099
+ ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
2100
+
2101
+ @pulumi.input_type
2102
+ class ManagedServiceIdentityArgs:
2103
+ def __init__(__self__, *,
2104
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
2105
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2106
+ """
2107
+ Managed service identity (system assigned and/or user assigned identities)
2108
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
2109
+ :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.
2110
+ """
2111
+ pulumi.set(__self__, "type", type)
2112
+ if user_assigned_identities is not None:
2113
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
2114
+
2115
+ @property
2116
+ @pulumi.getter
2117
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
2118
+ """
2119
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
2120
+ """
2121
+ return pulumi.get(self, "type")
2122
+
2123
+ @type.setter
2124
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
2125
+ pulumi.set(self, "type", value)
2126
+
2127
+ @property
2128
+ @pulumi.getter(name="userAssignedIdentities")
2129
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2130
+ """
2131
+ 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.
2132
+ """
2133
+ return pulumi.get(self, "user_assigned_identities")
2134
+
2135
+ @user_assigned_identities.setter
2136
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2137
+ pulumi.set(self, "user_assigned_identities", value)
2138
+
2139
+
2140
+ if not MYPY:
2141
+ class NetworkAttachmentArgsDict(TypedDict):
2142
+ attached_network_id: pulumi.Input[str]
2143
+ """
2144
+ The resource ID of the associated network attached to the virtual machine.
2145
+ It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
2146
+ """
2147
+ ip_allocation_method: pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']]
2148
+ """
2149
+ The IP allocation mechanism for the virtual machine.
2150
+ Dynamic and Static are only valid for l3Network which may also specify Disabled.
2151
+ Otherwise, Disabled is the only permitted value.
2152
+ """
2153
+ default_gateway: NotRequired[pulumi.Input[Union[str, 'DefaultGateway']]]
2154
+ """
2155
+ The indicator of whether this is the default gateway.
2156
+ Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
2157
+ """
2158
+ ipv4_address: NotRequired[pulumi.Input[str]]
2159
+ """
2160
+ The IPv4 address of the virtual machine.
2161
+
2162
+ This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
2163
+
2164
+ If IPAllocationMethod is:
2165
+ Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
2166
+ Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
2167
+ Disabled - this field will be empty.
2168
+ """
2169
+ ipv6_address: NotRequired[pulumi.Input[str]]
2170
+ """
2171
+ The IPv6 address of the virtual machine.
2172
+
2173
+ This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
2174
+
2175
+ If IPAllocationMethod is:
2176
+ Static - this field must contain an IPv6 address range from within the range specified in the attached network.
2177
+ Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
2178
+ Disabled - this field will be empty.
2179
+ """
2180
+ network_attachment_name: NotRequired[pulumi.Input[str]]
2181
+ """
2182
+ The associated network's interface name.
2183
+ If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
2184
+ If the user doesn’t specify this value, the default interface name of the network resource will be used.
2185
+ For a CloudServicesNetwork resource, this name will be ignored.
2186
+ """
2187
+ elif False:
2188
+ NetworkAttachmentArgsDict: TypeAlias = Mapping[str, Any]
2189
+
2190
+ @pulumi.input_type
2191
+ class NetworkAttachmentArgs:
2192
+ def __init__(__self__, *,
2193
+ attached_network_id: pulumi.Input[str],
2194
+ ip_allocation_method: pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']],
2195
+ default_gateway: Optional[pulumi.Input[Union[str, 'DefaultGateway']]] = None,
2196
+ ipv4_address: Optional[pulumi.Input[str]] = None,
2197
+ ipv6_address: Optional[pulumi.Input[str]] = None,
2198
+ network_attachment_name: Optional[pulumi.Input[str]] = None):
2199
+ """
2200
+ :param pulumi.Input[str] attached_network_id: The resource ID of the associated network attached to the virtual machine.
2201
+ It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
2202
+ :param pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']] ip_allocation_method: The IP allocation mechanism for the virtual machine.
2203
+ Dynamic and Static are only valid for l3Network which may also specify Disabled.
2204
+ Otherwise, Disabled is the only permitted value.
2205
+ :param pulumi.Input[Union[str, 'DefaultGateway']] default_gateway: The indicator of whether this is the default gateway.
2206
+ Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
2207
+ :param pulumi.Input[str] ipv4_address: The IPv4 address of the virtual machine.
2208
+
2209
+ This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
2210
+
2211
+ If IPAllocationMethod is:
2212
+ Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
2213
+ Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
2214
+ Disabled - this field will be empty.
2215
+ :param pulumi.Input[str] ipv6_address: The IPv6 address of the virtual machine.
2216
+
2217
+ This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
2218
+
2219
+ If IPAllocationMethod is:
2220
+ Static - this field must contain an IPv6 address range from within the range specified in the attached network.
2221
+ Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
2222
+ Disabled - this field will be empty.
2223
+ :param pulumi.Input[str] network_attachment_name: The associated network's interface name.
2224
+ If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
2225
+ If the user doesn’t specify this value, the default interface name of the network resource will be used.
2226
+ For a CloudServicesNetwork resource, this name will be ignored.
2227
+ """
2228
+ pulumi.set(__self__, "attached_network_id", attached_network_id)
2229
+ pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
2230
+ if default_gateway is not None:
2231
+ pulumi.set(__self__, "default_gateway", default_gateway)
2232
+ if ipv4_address is not None:
2233
+ pulumi.set(__self__, "ipv4_address", ipv4_address)
2234
+ if ipv6_address is not None:
2235
+ pulumi.set(__self__, "ipv6_address", ipv6_address)
2236
+ if network_attachment_name is not None:
2237
+ pulumi.set(__self__, "network_attachment_name", network_attachment_name)
2238
+
2239
+ @property
2240
+ @pulumi.getter(name="attachedNetworkId")
2241
+ def attached_network_id(self) -> pulumi.Input[str]:
2242
+ """
2243
+ The resource ID of the associated network attached to the virtual machine.
2244
+ It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
2245
+ """
2246
+ return pulumi.get(self, "attached_network_id")
2247
+
2248
+ @attached_network_id.setter
2249
+ def attached_network_id(self, value: pulumi.Input[str]):
2250
+ pulumi.set(self, "attached_network_id", value)
2251
+
2252
+ @property
2253
+ @pulumi.getter(name="ipAllocationMethod")
2254
+ def ip_allocation_method(self) -> pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']]:
2255
+ """
2256
+ The IP allocation mechanism for the virtual machine.
2257
+ Dynamic and Static are only valid for l3Network which may also specify Disabled.
2258
+ Otherwise, Disabled is the only permitted value.
2259
+ """
2260
+ return pulumi.get(self, "ip_allocation_method")
2261
+
2262
+ @ip_allocation_method.setter
2263
+ def ip_allocation_method(self, value: pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']]):
2264
+ pulumi.set(self, "ip_allocation_method", value)
2265
+
2266
+ @property
2267
+ @pulumi.getter(name="defaultGateway")
2268
+ def default_gateway(self) -> Optional[pulumi.Input[Union[str, 'DefaultGateway']]]:
2269
+ """
2270
+ The indicator of whether this is the default gateway.
2271
+ Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
2272
+ """
2273
+ return pulumi.get(self, "default_gateway")
2274
+
2275
+ @default_gateway.setter
2276
+ def default_gateway(self, value: Optional[pulumi.Input[Union[str, 'DefaultGateway']]]):
2277
+ pulumi.set(self, "default_gateway", value)
2278
+
2279
+ @property
2280
+ @pulumi.getter(name="ipv4Address")
2281
+ def ipv4_address(self) -> Optional[pulumi.Input[str]]:
2282
+ """
2283
+ The IPv4 address of the virtual machine.
2284
+
2285
+ This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
2286
+
2287
+ If IPAllocationMethod is:
2288
+ Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
2289
+ Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
2290
+ Disabled - this field will be empty.
2291
+ """
2292
+ return pulumi.get(self, "ipv4_address")
2293
+
2294
+ @ipv4_address.setter
2295
+ def ipv4_address(self, value: Optional[pulumi.Input[str]]):
2296
+ pulumi.set(self, "ipv4_address", value)
2297
+
2298
+ @property
2299
+ @pulumi.getter(name="ipv6Address")
2300
+ def ipv6_address(self) -> Optional[pulumi.Input[str]]:
2301
+ """
2302
+ The IPv6 address of the virtual machine.
2303
+
2304
+ This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
2305
+
2306
+ If IPAllocationMethod is:
2307
+ Static - this field must contain an IPv6 address range from within the range specified in the attached network.
2308
+ Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
2309
+ Disabled - this field will be empty.
2310
+ """
2311
+ return pulumi.get(self, "ipv6_address")
2312
+
2313
+ @ipv6_address.setter
2314
+ def ipv6_address(self, value: Optional[pulumi.Input[str]]):
2315
+ pulumi.set(self, "ipv6_address", value)
2316
+
2317
+ @property
2318
+ @pulumi.getter(name="networkAttachmentName")
2319
+ def network_attachment_name(self) -> Optional[pulumi.Input[str]]:
2320
+ """
2321
+ The associated network's interface name.
2322
+ If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
2323
+ If the user doesn’t specify this value, the default interface name of the network resource will be used.
2324
+ For a CloudServicesNetwork resource, this name will be ignored.
2325
+ """
2326
+ return pulumi.get(self, "network_attachment_name")
2327
+
2328
+ @network_attachment_name.setter
2329
+ def network_attachment_name(self, value: Optional[pulumi.Input[str]]):
2330
+ pulumi.set(self, "network_attachment_name", value)
2331
+
2332
+
2333
+ if not MYPY:
2334
+ class NetworkConfigurationArgsDict(TypedDict):
2335
+ cloud_services_network_id: pulumi.Input[str]
2336
+ """
2337
+ The resource ID of the associated Cloud Services network.
2338
+ """
2339
+ cni_network_id: pulumi.Input[str]
2340
+ """
2341
+ The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
2342
+ """
2343
+ attached_network_configuration: NotRequired[pulumi.Input['AttachedNetworkConfigurationArgsDict']]
2344
+ """
2345
+ The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
2346
+ """
2347
+ bgp_service_load_balancer_configuration: NotRequired[pulumi.Input['BgpServiceLoadBalancerConfigurationArgsDict']]
2348
+ """
2349
+ The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2350
+ """
2351
+ dns_service_ip: NotRequired[pulumi.Input[str]]
2352
+ """
2353
+ The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
2354
+ """
2355
+ l2_service_load_balancer_configuration: NotRequired[pulumi.Input['L2ServiceLoadBalancerConfigurationArgsDict']]
2356
+ """
2357
+ The configuration of the Layer 2 service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2358
+ """
2359
+ pod_cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2360
+ """
2361
+ The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2362
+ """
2363
+ service_cidrs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2364
+ """
2365
+ The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2366
+ """
2367
+ elif False:
2368
+ NetworkConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2369
+
2370
+ @pulumi.input_type
2371
+ class NetworkConfigurationArgs:
2372
+ def __init__(__self__, *,
2373
+ cloud_services_network_id: pulumi.Input[str],
2374
+ cni_network_id: pulumi.Input[str],
2375
+ attached_network_configuration: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']] = None,
2376
+ bgp_service_load_balancer_configuration: Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']] = None,
2377
+ dns_service_ip: Optional[pulumi.Input[str]] = None,
2378
+ l2_service_load_balancer_configuration: Optional[pulumi.Input['L2ServiceLoadBalancerConfigurationArgs']] = None,
2379
+ pod_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2380
+ service_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2381
+ """
2382
+ :param pulumi.Input[str] cloud_services_network_id: The resource ID of the associated Cloud Services network.
2383
+ :param pulumi.Input[str] cni_network_id: The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
2384
+ :param pulumi.Input['AttachedNetworkConfigurationArgs'] attached_network_configuration: The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
2385
+ :param pulumi.Input['BgpServiceLoadBalancerConfigurationArgs'] bgp_service_load_balancer_configuration: The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2386
+ :param pulumi.Input[str] dns_service_ip: The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
2387
+ :param pulumi.Input['L2ServiceLoadBalancerConfigurationArgs'] l2_service_load_balancer_configuration: The configuration of the Layer 2 service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2388
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] pod_cidrs: The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2389
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] service_cidrs: The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2390
+ """
2391
+ pulumi.set(__self__, "cloud_services_network_id", cloud_services_network_id)
2392
+ pulumi.set(__self__, "cni_network_id", cni_network_id)
2393
+ if attached_network_configuration is not None:
2394
+ pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
2395
+ if bgp_service_load_balancer_configuration is not None:
2396
+ pulumi.set(__self__, "bgp_service_load_balancer_configuration", bgp_service_load_balancer_configuration)
2397
+ if dns_service_ip is not None:
2398
+ pulumi.set(__self__, "dns_service_ip", dns_service_ip)
2399
+ if l2_service_load_balancer_configuration is not None:
2400
+ pulumi.set(__self__, "l2_service_load_balancer_configuration", l2_service_load_balancer_configuration)
2401
+ if pod_cidrs is not None:
2402
+ pulumi.set(__self__, "pod_cidrs", pod_cidrs)
2403
+ if service_cidrs is not None:
2404
+ pulumi.set(__self__, "service_cidrs", service_cidrs)
2405
+
2406
+ @property
2407
+ @pulumi.getter(name="cloudServicesNetworkId")
2408
+ def cloud_services_network_id(self) -> pulumi.Input[str]:
2409
+ """
2410
+ The resource ID of the associated Cloud Services network.
2411
+ """
2412
+ return pulumi.get(self, "cloud_services_network_id")
2413
+
2414
+ @cloud_services_network_id.setter
2415
+ def cloud_services_network_id(self, value: pulumi.Input[str]):
2416
+ pulumi.set(self, "cloud_services_network_id", value)
2417
+
2418
+ @property
2419
+ @pulumi.getter(name="cniNetworkId")
2420
+ def cni_network_id(self) -> pulumi.Input[str]:
2421
+ """
2422
+ The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
2423
+ """
2424
+ return pulumi.get(self, "cni_network_id")
2425
+
2426
+ @cni_network_id.setter
2427
+ def cni_network_id(self, value: pulumi.Input[str]):
2428
+ pulumi.set(self, "cni_network_id", value)
2429
+
2430
+ @property
2431
+ @pulumi.getter(name="attachedNetworkConfiguration")
2432
+ def attached_network_configuration(self) -> Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]:
2433
+ """
2434
+ The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
2435
+ """
2436
+ return pulumi.get(self, "attached_network_configuration")
2437
+
2438
+ @attached_network_configuration.setter
2439
+ def attached_network_configuration(self, value: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]):
2440
+ pulumi.set(self, "attached_network_configuration", value)
2441
+
2442
+ @property
2443
+ @pulumi.getter(name="bgpServiceLoadBalancerConfiguration")
2444
+ def bgp_service_load_balancer_configuration(self) -> Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']]:
2445
+ """
2446
+ The configuration of the BGP service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2447
+ """
2448
+ return pulumi.get(self, "bgp_service_load_balancer_configuration")
2449
+
2450
+ @bgp_service_load_balancer_configuration.setter
2451
+ def bgp_service_load_balancer_configuration(self, value: Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']]):
2452
+ pulumi.set(self, "bgp_service_load_balancer_configuration", value)
2453
+
2454
+ @property
2455
+ @pulumi.getter(name="dnsServiceIp")
2456
+ def dns_service_ip(self) -> Optional[pulumi.Input[str]]:
2457
+ """
2458
+ The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
2459
+ """
2460
+ return pulumi.get(self, "dns_service_ip")
2461
+
2462
+ @dns_service_ip.setter
2463
+ def dns_service_ip(self, value: Optional[pulumi.Input[str]]):
2464
+ pulumi.set(self, "dns_service_ip", value)
2465
+
2466
+ @property
2467
+ @pulumi.getter(name="l2ServiceLoadBalancerConfiguration")
2468
+ def l2_service_load_balancer_configuration(self) -> Optional[pulumi.Input['L2ServiceLoadBalancerConfigurationArgs']]:
2469
+ """
2470
+ The configuration of the Layer 2 service load balancer for this Kubernetes cluster. A maximum of one service load balancer may be specified, either Layer 2 or BGP.
2471
+ """
2472
+ return pulumi.get(self, "l2_service_load_balancer_configuration")
2473
+
2474
+ @l2_service_load_balancer_configuration.setter
2475
+ def l2_service_load_balancer_configuration(self, value: Optional[pulumi.Input['L2ServiceLoadBalancerConfigurationArgs']]):
2476
+ pulumi.set(self, "l2_service_load_balancer_configuration", value)
2477
+
2478
+ @property
2479
+ @pulumi.getter(name="podCidrs")
2480
+ def pod_cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2481
+ """
2482
+ The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2483
+ """
2484
+ return pulumi.get(self, "pod_cidrs")
2485
+
2486
+ @pod_cidrs.setter
2487
+ def pod_cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2488
+ pulumi.set(self, "pod_cidrs", value)
2489
+
2490
+ @property
2491
+ @pulumi.getter(name="serviceCidrs")
2492
+ def service_cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2493
+ """
2494
+ The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2495
+ """
2496
+ return pulumi.get(self, "service_cidrs")
2497
+
2498
+ @service_cidrs.setter
2499
+ def service_cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2500
+ pulumi.set(self, "service_cidrs", value)
2501
+
2502
+
2503
+ if not MYPY:
2504
+ class OsDiskArgsDict(TypedDict):
2505
+ disk_size_gb: pulumi.Input[float]
2506
+ """
2507
+ The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
2508
+ """
2509
+ create_option: NotRequired[pulumi.Input[Union[str, 'OsDiskCreateOption']]]
2510
+ """
2511
+ The strategy for creating the OS disk.
2512
+ """
2513
+ delete_option: NotRequired[pulumi.Input[Union[str, 'OsDiskDeleteOption']]]
2514
+ """
2515
+ The strategy for deleting the OS disk.
2516
+ """
2517
+ elif False:
2518
+ OsDiskArgsDict: TypeAlias = Mapping[str, Any]
2519
+
2520
+ @pulumi.input_type
2521
+ class OsDiskArgs:
2522
+ def __init__(__self__, *,
2523
+ disk_size_gb: pulumi.Input[float],
2524
+ create_option: Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]] = None,
2525
+ delete_option: Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]] = None):
2526
+ """
2527
+ :param pulumi.Input[float] disk_size_gb: The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
2528
+ :param pulumi.Input[Union[str, 'OsDiskCreateOption']] create_option: The strategy for creating the OS disk.
2529
+ :param pulumi.Input[Union[str, 'OsDiskDeleteOption']] delete_option: The strategy for deleting the OS disk.
2530
+ """
2531
+ pulumi.set(__self__, "disk_size_gb", disk_size_gb)
2532
+ if create_option is None:
2533
+ create_option = 'Ephemeral'
2534
+ if create_option is not None:
2535
+ pulumi.set(__self__, "create_option", create_option)
2536
+ if delete_option is None:
2537
+ delete_option = 'Delete'
2538
+ if delete_option is not None:
2539
+ pulumi.set(__self__, "delete_option", delete_option)
2540
+
2541
+ @property
2542
+ @pulumi.getter(name="diskSizeGB")
2543
+ def disk_size_gb(self) -> pulumi.Input[float]:
2544
+ """
2545
+ The size of the disk. Required if the createOption is Ephemeral. Allocations are measured in gibibytes.
2546
+ """
2547
+ return pulumi.get(self, "disk_size_gb")
2548
+
2549
+ @disk_size_gb.setter
2550
+ def disk_size_gb(self, value: pulumi.Input[float]):
2551
+ pulumi.set(self, "disk_size_gb", value)
2552
+
2553
+ @property
2554
+ @pulumi.getter(name="createOption")
2555
+ def create_option(self) -> Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]]:
2556
+ """
2557
+ The strategy for creating the OS disk.
2558
+ """
2559
+ return pulumi.get(self, "create_option")
2560
+
2561
+ @create_option.setter
2562
+ def create_option(self, value: Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]]):
2563
+ pulumi.set(self, "create_option", value)
2564
+
2565
+ @property
2566
+ @pulumi.getter(name="deleteOption")
2567
+ def delete_option(self) -> Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]]:
2568
+ """
2569
+ The strategy for deleting the OS disk.
2570
+ """
2571
+ return pulumi.get(self, "delete_option")
2572
+
2573
+ @delete_option.setter
2574
+ def delete_option(self, value: Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]]):
2575
+ pulumi.set(self, "delete_option", value)
2576
+
2577
+
2578
+ if not MYPY:
2579
+ class RackDefinitionArgsDict(TypedDict):
2580
+ network_rack_id: pulumi.Input[str]
2581
+ """
2582
+ The resource ID of the network rack that matches this rack definition.
2583
+ """
2584
+ rack_serial_number: pulumi.Input[str]
2585
+ """
2586
+ The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
2587
+ """
2588
+ rack_sku_id: pulumi.Input[str]
2589
+ """
2590
+ The resource ID of the sku for the rack being added.
2591
+ """
2592
+ availability_zone: NotRequired[pulumi.Input[str]]
2593
+ """
2594
+ The zone name used for this rack when created. Availability zones are used for workload placement.
2595
+ """
2596
+ bare_metal_machine_configuration_data: NotRequired[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgsDict']]]]
2597
+ """
2598
+ The unordered list of bare metal machine configuration.
2599
+ """
2600
+ rack_location: NotRequired[pulumi.Input[str]]
2601
+ """
2602
+ The free-form description of the rack's location.
2603
+ """
2604
+ storage_appliance_configuration_data: NotRequired[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgsDict']]]]
2605
+ """
2606
+ The list of storage appliance configuration data for this rack.
2607
+ """
2608
+ elif False:
2609
+ RackDefinitionArgsDict: TypeAlias = Mapping[str, Any]
2610
+
2611
+ @pulumi.input_type
2612
+ class RackDefinitionArgs:
2613
+ def __init__(__self__, *,
2614
+ network_rack_id: pulumi.Input[str],
2615
+ rack_serial_number: pulumi.Input[str],
2616
+ rack_sku_id: pulumi.Input[str],
2617
+ availability_zone: Optional[pulumi.Input[str]] = None,
2618
+ bare_metal_machine_configuration_data: Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]] = None,
2619
+ rack_location: Optional[pulumi.Input[str]] = None,
2620
+ storage_appliance_configuration_data: Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]] = None):
2621
+ """
2622
+ :param pulumi.Input[str] network_rack_id: The resource ID of the network rack that matches this rack definition.
2623
+ :param pulumi.Input[str] rack_serial_number: The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
2624
+ :param pulumi.Input[str] rack_sku_id: The resource ID of the sku for the rack being added.
2625
+ :param pulumi.Input[str] availability_zone: The zone name used for this rack when created. Availability zones are used for workload placement.
2626
+ :param pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]] bare_metal_machine_configuration_data: The unordered list of bare metal machine configuration.
2627
+ :param pulumi.Input[str] rack_location: The free-form description of the rack's location.
2628
+ :param pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]] storage_appliance_configuration_data: The list of storage appliance configuration data for this rack.
2629
+ """
2630
+ pulumi.set(__self__, "network_rack_id", network_rack_id)
2631
+ pulumi.set(__self__, "rack_serial_number", rack_serial_number)
2632
+ pulumi.set(__self__, "rack_sku_id", rack_sku_id)
2633
+ if availability_zone is not None:
2634
+ pulumi.set(__self__, "availability_zone", availability_zone)
2635
+ if bare_metal_machine_configuration_data is not None:
2636
+ pulumi.set(__self__, "bare_metal_machine_configuration_data", bare_metal_machine_configuration_data)
2637
+ if rack_location is not None:
2638
+ pulumi.set(__self__, "rack_location", rack_location)
2639
+ if storage_appliance_configuration_data is not None:
2640
+ pulumi.set(__self__, "storage_appliance_configuration_data", storage_appliance_configuration_data)
2641
+
2642
+ @property
2643
+ @pulumi.getter(name="networkRackId")
2644
+ def network_rack_id(self) -> pulumi.Input[str]:
2645
+ """
2646
+ The resource ID of the network rack that matches this rack definition.
2647
+ """
2648
+ return pulumi.get(self, "network_rack_id")
2649
+
2650
+ @network_rack_id.setter
2651
+ def network_rack_id(self, value: pulumi.Input[str]):
2652
+ pulumi.set(self, "network_rack_id", value)
2653
+
2654
+ @property
2655
+ @pulumi.getter(name="rackSerialNumber")
2656
+ def rack_serial_number(self) -> pulumi.Input[str]:
2657
+ """
2658
+ The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
2659
+ """
2660
+ return pulumi.get(self, "rack_serial_number")
2661
+
2662
+ @rack_serial_number.setter
2663
+ def rack_serial_number(self, value: pulumi.Input[str]):
2664
+ pulumi.set(self, "rack_serial_number", value)
2665
+
2666
+ @property
2667
+ @pulumi.getter(name="rackSkuId")
2668
+ def rack_sku_id(self) -> pulumi.Input[str]:
2669
+ """
2670
+ The resource ID of the sku for the rack being added.
2671
+ """
2672
+ return pulumi.get(self, "rack_sku_id")
2673
+
2674
+ @rack_sku_id.setter
2675
+ def rack_sku_id(self, value: pulumi.Input[str]):
2676
+ pulumi.set(self, "rack_sku_id", value)
2677
+
2678
+ @property
2679
+ @pulumi.getter(name="availabilityZone")
2680
+ def availability_zone(self) -> Optional[pulumi.Input[str]]:
2681
+ """
2682
+ The zone name used for this rack when created. Availability zones are used for workload placement.
2683
+ """
2684
+ return pulumi.get(self, "availability_zone")
2685
+
2686
+ @availability_zone.setter
2687
+ def availability_zone(self, value: Optional[pulumi.Input[str]]):
2688
+ pulumi.set(self, "availability_zone", value)
2689
+
2690
+ @property
2691
+ @pulumi.getter(name="bareMetalMachineConfigurationData")
2692
+ def bare_metal_machine_configuration_data(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]]:
2693
+ """
2694
+ The unordered list of bare metal machine configuration.
2695
+ """
2696
+ return pulumi.get(self, "bare_metal_machine_configuration_data")
2697
+
2698
+ @bare_metal_machine_configuration_data.setter
2699
+ def bare_metal_machine_configuration_data(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]]):
2700
+ pulumi.set(self, "bare_metal_machine_configuration_data", value)
2701
+
2702
+ @property
2703
+ @pulumi.getter(name="rackLocation")
2704
+ def rack_location(self) -> Optional[pulumi.Input[str]]:
2705
+ """
2706
+ The free-form description of the rack's location.
2707
+ """
2708
+ return pulumi.get(self, "rack_location")
2709
+
2710
+ @rack_location.setter
2711
+ def rack_location(self, value: Optional[pulumi.Input[str]]):
2712
+ pulumi.set(self, "rack_location", value)
2713
+
2714
+ @property
2715
+ @pulumi.getter(name="storageApplianceConfigurationData")
2716
+ def storage_appliance_configuration_data(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]]:
2717
+ """
2718
+ The list of storage appliance configuration data for this rack.
2719
+ """
2720
+ return pulumi.get(self, "storage_appliance_configuration_data")
2721
+
2722
+ @storage_appliance_configuration_data.setter
2723
+ def storage_appliance_configuration_data(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]]):
2724
+ pulumi.set(self, "storage_appliance_configuration_data", value)
2725
+
2726
+
2727
+ if not MYPY:
2728
+ class RuntimeProtectionConfigurationArgsDict(TypedDict):
2729
+ enforcement_level: NotRequired[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]]
2730
+ """
2731
+ The mode of operation for runtime protection.
2732
+ """
2733
+ elif False:
2734
+ RuntimeProtectionConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2735
+
2736
+ @pulumi.input_type
2737
+ class RuntimeProtectionConfigurationArgs:
2738
+ def __init__(__self__, *,
2739
+ enforcement_level: Optional[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]] = None):
2740
+ """
2741
+ :param pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']] enforcement_level: The mode of operation for runtime protection.
2742
+ """
2743
+ if enforcement_level is None:
2744
+ enforcement_level = 'Disabled'
2745
+ if enforcement_level is not None:
2746
+ pulumi.set(__self__, "enforcement_level", enforcement_level)
2747
+
2748
+ @property
2749
+ @pulumi.getter(name="enforcementLevel")
2750
+ def enforcement_level(self) -> Optional[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]]:
2751
+ """
2752
+ The mode of operation for runtime protection.
2753
+ """
2754
+ return pulumi.get(self, "enforcement_level")
2755
+
2756
+ @enforcement_level.setter
2757
+ def enforcement_level(self, value: Optional[pulumi.Input[Union[str, 'RuntimeProtectionEnforcementLevel']]]):
2758
+ pulumi.set(self, "enforcement_level", value)
2759
+
2760
+
2761
+ if not MYPY:
2762
+ class SecretArchiveSettingsArgsDict(TypedDict):
2763
+ associated_identity: NotRequired[pulumi.Input['IdentitySelectorArgsDict']]
2764
+ """
2765
+ The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned.
2766
+ """
2767
+ vault_uri: NotRequired[pulumi.Input[str]]
2768
+ """
2769
+ The URI for the key vault used as the secret archive.
2770
+ """
2771
+ elif False:
2772
+ SecretArchiveSettingsArgsDict: TypeAlias = Mapping[str, Any]
2773
+
2774
+ @pulumi.input_type
2775
+ class SecretArchiveSettingsArgs:
2776
+ def __init__(__self__, *,
2777
+ associated_identity: Optional[pulumi.Input['IdentitySelectorArgs']] = None,
2778
+ vault_uri: Optional[pulumi.Input[str]] = None):
2779
+ """
2780
+ :param pulumi.Input['IdentitySelectorArgs'] associated_identity: The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned.
2781
+ :param pulumi.Input[str] vault_uri: The URI for the key vault used as the secret archive.
2782
+ """
2783
+ if associated_identity is not None:
2784
+ pulumi.set(__self__, "associated_identity", associated_identity)
2785
+ if vault_uri is not None:
2786
+ pulumi.set(__self__, "vault_uri", vault_uri)
2787
+
2788
+ @property
2789
+ @pulumi.getter(name="associatedIdentity")
2790
+ def associated_identity(self) -> Optional[pulumi.Input['IdentitySelectorArgs']]:
2791
+ """
2792
+ The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned.
2793
+ """
2794
+ return pulumi.get(self, "associated_identity")
2795
+
2796
+ @associated_identity.setter
2797
+ def associated_identity(self, value: Optional[pulumi.Input['IdentitySelectorArgs']]):
2798
+ pulumi.set(self, "associated_identity", value)
2799
+
2800
+ @property
2801
+ @pulumi.getter(name="vaultUri")
2802
+ def vault_uri(self) -> Optional[pulumi.Input[str]]:
2803
+ """
2804
+ The URI for the key vault used as the secret archive.
2805
+ """
2806
+ return pulumi.get(self, "vault_uri")
2807
+
2808
+ @vault_uri.setter
2809
+ def vault_uri(self, value: Optional[pulumi.Input[str]]):
2810
+ pulumi.set(self, "vault_uri", value)
2811
+
2812
+
2813
+ if not MYPY:
2814
+ class ServiceLoadBalancerBgpPeerArgsDict(TypedDict):
2815
+ name: pulumi.Input[str]
2816
+ """
2817
+ The name used to identify this BGP peer for association with a BGP advertisement.
2818
+ """
2819
+ peer_address: pulumi.Input[str]
2820
+ """
2821
+ The IPv4 or IPv6 address used to connect this BGP session.
2822
+ """
2823
+ peer_asn: pulumi.Input[float]
2824
+ """
2825
+ The autonomous system number expected from the remote end of the BGP session.
2826
+ """
2827
+ bfd_enabled: NotRequired[pulumi.Input[Union[str, 'BfdEnabled']]]
2828
+ """
2829
+ The indicator of BFD enablement for this BgpPeer.
2830
+ """
2831
+ bgp_multi_hop: NotRequired[pulumi.Input[Union[str, 'BgpMultiHop']]]
2832
+ """
2833
+ The indicator to enable multi-hop peering support.
2834
+ """
2835
+ hold_time: NotRequired[pulumi.Input[str]]
2836
+ """
2837
+ Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
2838
+ """
2839
+ keep_alive_time: NotRequired[pulumi.Input[str]]
2840
+ """
2841
+ Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
2842
+ """
2843
+ my_asn: NotRequired[pulumi.Input[float]]
2844
+ """
2845
+ The autonomous system number used for the local end of the BGP session.
2846
+ """
2847
+ password: NotRequired[pulumi.Input[str]]
2848
+ """
2849
+ The authentication password for routers enforcing TCP MD5 authenticated sessions.
2850
+ """
2851
+ peer_port: NotRequired[pulumi.Input[float]]
2852
+ """
2853
+ The port used to connect this BGP session.
2854
+ """
2855
+ elif False:
2856
+ ServiceLoadBalancerBgpPeerArgsDict: TypeAlias = Mapping[str, Any]
2857
+
2858
+ @pulumi.input_type
2859
+ class ServiceLoadBalancerBgpPeerArgs:
2860
+ def __init__(__self__, *,
2861
+ name: pulumi.Input[str],
2862
+ peer_address: pulumi.Input[str],
2863
+ peer_asn: pulumi.Input[float],
2864
+ bfd_enabled: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None,
2865
+ bgp_multi_hop: Optional[pulumi.Input[Union[str, 'BgpMultiHop']]] = None,
2866
+ hold_time: Optional[pulumi.Input[str]] = None,
2867
+ keep_alive_time: Optional[pulumi.Input[str]] = None,
2868
+ my_asn: Optional[pulumi.Input[float]] = None,
2869
+ password: Optional[pulumi.Input[str]] = None,
2870
+ peer_port: Optional[pulumi.Input[float]] = None):
2871
+ """
2872
+ :param pulumi.Input[str] name: The name used to identify this BGP peer for association with a BGP advertisement.
2873
+ :param pulumi.Input[str] peer_address: The IPv4 or IPv6 address used to connect this BGP session.
2874
+ :param pulumi.Input[float] peer_asn: The autonomous system number expected from the remote end of the BGP session.
2875
+ :param pulumi.Input[Union[str, 'BfdEnabled']] bfd_enabled: The indicator of BFD enablement for this BgpPeer.
2876
+ :param pulumi.Input[Union[str, 'BgpMultiHop']] bgp_multi_hop: The indicator to enable multi-hop peering support.
2877
+ :param pulumi.Input[str] hold_time: Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
2878
+ :param pulumi.Input[str] keep_alive_time: Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
2879
+ :param pulumi.Input[float] my_asn: The autonomous system number used for the local end of the BGP session.
2880
+ :param pulumi.Input[str] password: The authentication password for routers enforcing TCP MD5 authenticated sessions.
2881
+ :param pulumi.Input[float] peer_port: The port used to connect this BGP session.
2882
+ """
2883
+ pulumi.set(__self__, "name", name)
2884
+ pulumi.set(__self__, "peer_address", peer_address)
2885
+ pulumi.set(__self__, "peer_asn", peer_asn)
2886
+ if bfd_enabled is None:
2887
+ bfd_enabled = 'False'
2888
+ if bfd_enabled is not None:
2889
+ pulumi.set(__self__, "bfd_enabled", bfd_enabled)
2890
+ if bgp_multi_hop is None:
2891
+ bgp_multi_hop = 'False'
2892
+ if bgp_multi_hop is not None:
2893
+ pulumi.set(__self__, "bgp_multi_hop", bgp_multi_hop)
2894
+ if hold_time is not None:
2895
+ pulumi.set(__self__, "hold_time", hold_time)
2896
+ if keep_alive_time is not None:
2897
+ pulumi.set(__self__, "keep_alive_time", keep_alive_time)
2898
+ if my_asn is not None:
2899
+ pulumi.set(__self__, "my_asn", my_asn)
2900
+ if password is not None:
2901
+ pulumi.set(__self__, "password", password)
2902
+ if peer_port is None:
2903
+ peer_port = 179
2904
+ if peer_port is not None:
2905
+ pulumi.set(__self__, "peer_port", peer_port)
2906
+
2907
+ @property
2908
+ @pulumi.getter
2909
+ def name(self) -> pulumi.Input[str]:
2910
+ """
2911
+ The name used to identify this BGP peer for association with a BGP advertisement.
2912
+ """
2913
+ return pulumi.get(self, "name")
2914
+
2915
+ @name.setter
2916
+ def name(self, value: pulumi.Input[str]):
2917
+ pulumi.set(self, "name", value)
2918
+
2919
+ @property
2920
+ @pulumi.getter(name="peerAddress")
2921
+ def peer_address(self) -> pulumi.Input[str]:
2922
+ """
2923
+ The IPv4 or IPv6 address used to connect this BGP session.
2924
+ """
2925
+ return pulumi.get(self, "peer_address")
2926
+
2927
+ @peer_address.setter
2928
+ def peer_address(self, value: pulumi.Input[str]):
2929
+ pulumi.set(self, "peer_address", value)
2930
+
2931
+ @property
2932
+ @pulumi.getter(name="peerAsn")
2933
+ def peer_asn(self) -> pulumi.Input[float]:
2934
+ """
2935
+ The autonomous system number expected from the remote end of the BGP session.
2936
+ """
2937
+ return pulumi.get(self, "peer_asn")
2938
+
2939
+ @peer_asn.setter
2940
+ def peer_asn(self, value: pulumi.Input[float]):
2941
+ pulumi.set(self, "peer_asn", value)
2942
+
2943
+ @property
2944
+ @pulumi.getter(name="bfdEnabled")
2945
+ def bfd_enabled(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
2946
+ """
2947
+ The indicator of BFD enablement for this BgpPeer.
2948
+ """
2949
+ return pulumi.get(self, "bfd_enabled")
2950
+
2951
+ @bfd_enabled.setter
2952
+ def bfd_enabled(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
2953
+ pulumi.set(self, "bfd_enabled", value)
2954
+
2955
+ @property
2956
+ @pulumi.getter(name="bgpMultiHop")
2957
+ def bgp_multi_hop(self) -> Optional[pulumi.Input[Union[str, 'BgpMultiHop']]]:
2958
+ """
2959
+ The indicator to enable multi-hop peering support.
2960
+ """
2961
+ return pulumi.get(self, "bgp_multi_hop")
2962
+
2963
+ @bgp_multi_hop.setter
2964
+ def bgp_multi_hop(self, value: Optional[pulumi.Input[Union[str, 'BgpMultiHop']]]):
2965
+ pulumi.set(self, "bgp_multi_hop", value)
2966
+
2967
+ @property
2968
+ @pulumi.getter(name="holdTime")
2969
+ def hold_time(self) -> Optional[pulumi.Input[str]]:
2970
+ """
2971
+ Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
2972
+ """
2973
+ return pulumi.get(self, "hold_time")
2974
+
2975
+ @hold_time.setter
2976
+ def hold_time(self, value: Optional[pulumi.Input[str]]):
2977
+ pulumi.set(self, "hold_time", value)
2978
+
2979
+ @property
2980
+ @pulumi.getter(name="keepAliveTime")
2981
+ def keep_alive_time(self) -> Optional[pulumi.Input[str]]:
2982
+ """
2983
+ Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
2984
+ """
2985
+ return pulumi.get(self, "keep_alive_time")
2986
+
2987
+ @keep_alive_time.setter
2988
+ def keep_alive_time(self, value: Optional[pulumi.Input[str]]):
2989
+ pulumi.set(self, "keep_alive_time", value)
2990
+
2991
+ @property
2992
+ @pulumi.getter(name="myAsn")
2993
+ def my_asn(self) -> Optional[pulumi.Input[float]]:
2994
+ """
2995
+ The autonomous system number used for the local end of the BGP session.
2996
+ """
2997
+ return pulumi.get(self, "my_asn")
2998
+
2999
+ @my_asn.setter
3000
+ def my_asn(self, value: Optional[pulumi.Input[float]]):
3001
+ pulumi.set(self, "my_asn", value)
3002
+
3003
+ @property
3004
+ @pulumi.getter
3005
+ def password(self) -> Optional[pulumi.Input[str]]:
3006
+ """
3007
+ The authentication password for routers enforcing TCP MD5 authenticated sessions.
3008
+ """
3009
+ return pulumi.get(self, "password")
3010
+
3011
+ @password.setter
3012
+ def password(self, value: Optional[pulumi.Input[str]]):
3013
+ pulumi.set(self, "password", value)
3014
+
3015
+ @property
3016
+ @pulumi.getter(name="peerPort")
3017
+ def peer_port(self) -> Optional[pulumi.Input[float]]:
3018
+ """
3019
+ The port used to connect this BGP session.
3020
+ """
3021
+ return pulumi.get(self, "peer_port")
3022
+
3023
+ @peer_port.setter
3024
+ def peer_port(self, value: Optional[pulumi.Input[float]]):
3025
+ pulumi.set(self, "peer_port", value)
3026
+
3027
+
3028
+ if not MYPY:
3029
+ class ServicePrincipalInformationArgsDict(TypedDict):
3030
+ application_id: pulumi.Input[str]
3031
+ """
3032
+ The application ID, also known as client ID, of the service principal.
3033
+ """
3034
+ password: pulumi.Input[str]
3035
+ """
3036
+ The password of the service principal.
3037
+ """
3038
+ principal_id: pulumi.Input[str]
3039
+ """
3040
+ The principal ID, also known as the object ID, of the service principal.
3041
+ """
3042
+ tenant_id: pulumi.Input[str]
3043
+ """
3044
+ The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
3045
+ """
3046
+ elif False:
3047
+ ServicePrincipalInformationArgsDict: TypeAlias = Mapping[str, Any]
3048
+
3049
+ @pulumi.input_type
3050
+ class ServicePrincipalInformationArgs:
3051
+ def __init__(__self__, *,
3052
+ application_id: pulumi.Input[str],
3053
+ password: pulumi.Input[str],
3054
+ principal_id: pulumi.Input[str],
3055
+ tenant_id: pulumi.Input[str]):
3056
+ """
3057
+ :param pulumi.Input[str] application_id: The application ID, also known as client ID, of the service principal.
3058
+ :param pulumi.Input[str] password: The password of the service principal.
3059
+ :param pulumi.Input[str] principal_id: The principal ID, also known as the object ID, of the service principal.
3060
+ :param pulumi.Input[str] tenant_id: The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
3061
+ """
3062
+ pulumi.set(__self__, "application_id", application_id)
3063
+ pulumi.set(__self__, "password", password)
3064
+ pulumi.set(__self__, "principal_id", principal_id)
3065
+ pulumi.set(__self__, "tenant_id", tenant_id)
3066
+
3067
+ @property
3068
+ @pulumi.getter(name="applicationId")
3069
+ def application_id(self) -> pulumi.Input[str]:
3070
+ """
3071
+ The application ID, also known as client ID, of the service principal.
3072
+ """
3073
+ return pulumi.get(self, "application_id")
3074
+
3075
+ @application_id.setter
3076
+ def application_id(self, value: pulumi.Input[str]):
3077
+ pulumi.set(self, "application_id", value)
3078
+
3079
+ @property
3080
+ @pulumi.getter
3081
+ def password(self) -> pulumi.Input[str]:
3082
+ """
3083
+ The password of the service principal.
3084
+ """
3085
+ return pulumi.get(self, "password")
3086
+
3087
+ @password.setter
3088
+ def password(self, value: pulumi.Input[str]):
3089
+ pulumi.set(self, "password", value)
3090
+
3091
+ @property
3092
+ @pulumi.getter(name="principalId")
3093
+ def principal_id(self) -> pulumi.Input[str]:
3094
+ """
3095
+ The principal ID, also known as the object ID, of the service principal.
3096
+ """
3097
+ return pulumi.get(self, "principal_id")
3098
+
3099
+ @principal_id.setter
3100
+ def principal_id(self, value: pulumi.Input[str]):
3101
+ pulumi.set(self, "principal_id", value)
3102
+
3103
+ @property
3104
+ @pulumi.getter(name="tenantId")
3105
+ def tenant_id(self) -> pulumi.Input[str]:
3106
+ """
3107
+ The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
3108
+ """
3109
+ return pulumi.get(self, "tenant_id")
3110
+
3111
+ @tenant_id.setter
3112
+ def tenant_id(self, value: pulumi.Input[str]):
3113
+ pulumi.set(self, "tenant_id", value)
3114
+
3115
+
3116
+ if not MYPY:
3117
+ class SshPublicKeyArgsDict(TypedDict):
3118
+ key_data: pulumi.Input[str]
3119
+ """
3120
+ The SSH public key data.
3121
+ """
3122
+ elif False:
3123
+ SshPublicKeyArgsDict: TypeAlias = Mapping[str, Any]
3124
+
3125
+ @pulumi.input_type
3126
+ class SshPublicKeyArgs:
3127
+ def __init__(__self__, *,
3128
+ key_data: pulumi.Input[str]):
3129
+ """
3130
+ :param pulumi.Input[str] key_data: The SSH public key data.
3131
+ """
3132
+ pulumi.set(__self__, "key_data", key_data)
3133
+
3134
+ @property
3135
+ @pulumi.getter(name="keyData")
3136
+ def key_data(self) -> pulumi.Input[str]:
3137
+ """
3138
+ The SSH public key data.
3139
+ """
3140
+ return pulumi.get(self, "key_data")
3141
+
3142
+ @key_data.setter
3143
+ def key_data(self, value: pulumi.Input[str]):
3144
+ pulumi.set(self, "key_data", value)
3145
+
3146
+
3147
+ if not MYPY:
3148
+ class StorageApplianceConfigurationDataArgsDict(TypedDict):
3149
+ admin_credentials: pulumi.Input['AdministrativeCredentialsArgsDict']
3150
+ """
3151
+ The credentials of the administrative interface on this storage appliance. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
3152
+ """
3153
+ rack_slot: pulumi.Input[float]
3154
+ """
3155
+ The slot that storage appliance is in the rack based on the BOM configuration.
3156
+ """
3157
+ serial_number: pulumi.Input[str]
3158
+ """
3159
+ The serial number of the appliance.
3160
+ """
3161
+ storage_appliance_name: NotRequired[pulumi.Input[str]]
3162
+ """
3163
+ The user-provided name for the storage appliance that will be created from this specification.
3164
+ """
3165
+ elif False:
3166
+ StorageApplianceConfigurationDataArgsDict: TypeAlias = Mapping[str, Any]
3167
+
3168
+ @pulumi.input_type
3169
+ class StorageApplianceConfigurationDataArgs:
3170
+ def __init__(__self__, *,
3171
+ admin_credentials: pulumi.Input['AdministrativeCredentialsArgs'],
3172
+ rack_slot: pulumi.Input[float],
3173
+ serial_number: pulumi.Input[str],
3174
+ storage_appliance_name: Optional[pulumi.Input[str]] = None):
3175
+ """
3176
+ :param pulumi.Input['AdministrativeCredentialsArgs'] admin_credentials: The credentials of the administrative interface on this storage appliance. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
3177
+ :param pulumi.Input[float] rack_slot: The slot that storage appliance is in the rack based on the BOM configuration.
3178
+ :param pulumi.Input[str] serial_number: The serial number of the appliance.
3179
+ :param pulumi.Input[str] storage_appliance_name: The user-provided name for the storage appliance that will be created from this specification.
3180
+ """
3181
+ pulumi.set(__self__, "admin_credentials", admin_credentials)
3182
+ pulumi.set(__self__, "rack_slot", rack_slot)
3183
+ pulumi.set(__self__, "serial_number", serial_number)
3184
+ if storage_appliance_name is not None:
3185
+ pulumi.set(__self__, "storage_appliance_name", storage_appliance_name)
3186
+
3187
+ @property
3188
+ @pulumi.getter(name="adminCredentials")
3189
+ def admin_credentials(self) -> pulumi.Input['AdministrativeCredentialsArgs']:
3190
+ """
3191
+ The credentials of the administrative interface on this storage appliance. The password field is expected to be an Azure Key Vault key URL. Until the cluster is converted to utilize managed identity by setting the secret archive settings, the actual password value should be provided instead.
3192
+ """
3193
+ return pulumi.get(self, "admin_credentials")
3194
+
3195
+ @admin_credentials.setter
3196
+ def admin_credentials(self, value: pulumi.Input['AdministrativeCredentialsArgs']):
3197
+ pulumi.set(self, "admin_credentials", value)
3198
+
3199
+ @property
3200
+ @pulumi.getter(name="rackSlot")
3201
+ def rack_slot(self) -> pulumi.Input[float]:
3202
+ """
3203
+ The slot that storage appliance is in the rack based on the BOM configuration.
3204
+ """
3205
+ return pulumi.get(self, "rack_slot")
3206
+
3207
+ @rack_slot.setter
3208
+ def rack_slot(self, value: pulumi.Input[float]):
3209
+ pulumi.set(self, "rack_slot", value)
3210
+
3211
+ @property
3212
+ @pulumi.getter(name="serialNumber")
3213
+ def serial_number(self) -> pulumi.Input[str]:
3214
+ """
3215
+ The serial number of the appliance.
3216
+ """
3217
+ return pulumi.get(self, "serial_number")
3218
+
3219
+ @serial_number.setter
3220
+ def serial_number(self, value: pulumi.Input[str]):
3221
+ pulumi.set(self, "serial_number", value)
3222
+
3223
+ @property
3224
+ @pulumi.getter(name="storageApplianceName")
3225
+ def storage_appliance_name(self) -> Optional[pulumi.Input[str]]:
3226
+ """
3227
+ The user-provided name for the storage appliance that will be created from this specification.
3228
+ """
3229
+ return pulumi.get(self, "storage_appliance_name")
3230
+
3231
+ @storage_appliance_name.setter
3232
+ def storage_appliance_name(self, value: Optional[pulumi.Input[str]]):
3233
+ pulumi.set(self, "storage_appliance_name", value)
3234
+
3235
+
3236
+ if not MYPY:
3237
+ class StorageProfileArgsDict(TypedDict):
3238
+ os_disk: pulumi.Input['OsDiskArgsDict']
3239
+ """
3240
+ The disk to use with this virtual machine.
3241
+ """
3242
+ volume_attachments: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
3243
+ """
3244
+ The resource IDs of volumes that are requested to be attached to the virtual machine.
3245
+ """
3246
+ elif False:
3247
+ StorageProfileArgsDict: TypeAlias = Mapping[str, Any]
3248
+
3249
+ @pulumi.input_type
3250
+ class StorageProfileArgs:
3251
+ def __init__(__self__, *,
3252
+ os_disk: pulumi.Input['OsDiskArgs'],
3253
+ volume_attachments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
3254
+ """
3255
+ :param pulumi.Input['OsDiskArgs'] os_disk: The disk to use with this virtual machine.
3256
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] volume_attachments: The resource IDs of volumes that are requested to be attached to the virtual machine.
3257
+ """
3258
+ pulumi.set(__self__, "os_disk", os_disk)
3259
+ if volume_attachments is not None:
3260
+ pulumi.set(__self__, "volume_attachments", volume_attachments)
3261
+
3262
+ @property
3263
+ @pulumi.getter(name="osDisk")
3264
+ def os_disk(self) -> pulumi.Input['OsDiskArgs']:
3265
+ """
3266
+ The disk to use with this virtual machine.
3267
+ """
3268
+ return pulumi.get(self, "os_disk")
3269
+
3270
+ @os_disk.setter
3271
+ def os_disk(self, value: pulumi.Input['OsDiskArgs']):
3272
+ pulumi.set(self, "os_disk", value)
3273
+
3274
+ @property
3275
+ @pulumi.getter(name="volumeAttachments")
3276
+ def volume_attachments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3277
+ """
3278
+ The resource IDs of volumes that are requested to be attached to the virtual machine.
3279
+ """
3280
+ return pulumi.get(self, "volume_attachments")
3281
+
3282
+ @volume_attachments.setter
3283
+ def volume_attachments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
3284
+ pulumi.set(self, "volume_attachments", value)
3285
+
3286
+
3287
+ if not MYPY:
3288
+ class StringKeyValuePairArgsDict(TypedDict):
3289
+ key: pulumi.Input[str]
3290
+ """
3291
+ The key to the mapped value.
3292
+ """
3293
+ value: pulumi.Input[str]
3294
+ """
3295
+ The value of the mapping key.
3296
+ """
3297
+ elif False:
3298
+ StringKeyValuePairArgsDict: TypeAlias = Mapping[str, Any]
3299
+
3300
+ @pulumi.input_type
3301
+ class StringKeyValuePairArgs:
3302
+ def __init__(__self__, *,
3303
+ key: pulumi.Input[str],
3304
+ value: pulumi.Input[str]):
3305
+ """
3306
+ :param pulumi.Input[str] key: The key to the mapped value.
3307
+ :param pulumi.Input[str] value: The value of the mapping key.
3308
+ """
3309
+ pulumi.set(__self__, "key", key)
3310
+ pulumi.set(__self__, "value", value)
3311
+
3312
+ @property
3313
+ @pulumi.getter
3314
+ def key(self) -> pulumi.Input[str]:
3315
+ """
3316
+ The key to the mapped value.
3317
+ """
3318
+ return pulumi.get(self, "key")
3319
+
3320
+ @key.setter
3321
+ def key(self, value: pulumi.Input[str]):
3322
+ pulumi.set(self, "key", value)
3323
+
3324
+ @property
3325
+ @pulumi.getter
3326
+ def value(self) -> pulumi.Input[str]:
3327
+ """
3328
+ The value of the mapping key.
3329
+ """
3330
+ return pulumi.get(self, "value")
3331
+
3332
+ @value.setter
3333
+ def value(self, value: pulumi.Input[str]):
3334
+ pulumi.set(self, "value", value)
3335
+
3336
+
3337
+ if not MYPY:
3338
+ class TrunkedNetworkAttachmentConfigurationArgsDict(TypedDict):
3339
+ network_id: pulumi.Input[str]
3340
+ """
3341
+ The resource ID of the network that is being configured for attachment.
3342
+ """
3343
+ plugin_type: NotRequired[pulumi.Input[Union[str, 'KubernetesPluginType']]]
3344
+ """
3345
+ The indicator of how this network will be utilized by the Kubernetes cluster.
3346
+ """
3347
+ elif False:
3348
+ TrunkedNetworkAttachmentConfigurationArgsDict: TypeAlias = Mapping[str, Any]
3349
+
3350
+ @pulumi.input_type
3351
+ class TrunkedNetworkAttachmentConfigurationArgs:
3352
+ def __init__(__self__, *,
3353
+ network_id: pulumi.Input[str],
3354
+ plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
3355
+ """
3356
+ :param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
3357
+ :param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
3358
+ """
3359
+ pulumi.set(__self__, "network_id", network_id)
3360
+ if plugin_type is None:
3361
+ plugin_type = 'SRIOV'
3362
+ if plugin_type is not None:
3363
+ pulumi.set(__self__, "plugin_type", plugin_type)
3364
+
3365
+ @property
3366
+ @pulumi.getter(name="networkId")
3367
+ def network_id(self) -> pulumi.Input[str]:
3368
+ """
3369
+ The resource ID of the network that is being configured for attachment.
3370
+ """
3371
+ return pulumi.get(self, "network_id")
3372
+
3373
+ @network_id.setter
3374
+ def network_id(self, value: pulumi.Input[str]):
3375
+ pulumi.set(self, "network_id", value)
3376
+
3377
+ @property
3378
+ @pulumi.getter(name="pluginType")
3379
+ def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
3380
+ """
3381
+ The indicator of how this network will be utilized by the Kubernetes cluster.
3382
+ """
3383
+ return pulumi.get(self, "plugin_type")
3384
+
3385
+ @plugin_type.setter
3386
+ def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
3387
+ pulumi.set(self, "plugin_type", value)
3388
+
3389
+
3390
+ if not MYPY:
3391
+ class ValidationThresholdArgsDict(TypedDict):
3392
+ grouping: pulumi.Input[Union[str, 'ValidationThresholdGrouping']]
3393
+ """
3394
+ Selection of how the type evaluation is applied to the cluster calculation.
3395
+ """
3396
+ type: pulumi.Input[Union[str, 'ValidationThresholdType']]
3397
+ """
3398
+ Selection of how the threshold should be evaluated.
3399
+ """
3400
+ value: pulumi.Input[float]
3401
+ """
3402
+ The numeric threshold value.
3403
+ """
3404
+ elif False:
3405
+ ValidationThresholdArgsDict: TypeAlias = Mapping[str, Any]
3406
+
3407
+ @pulumi.input_type
3408
+ class ValidationThresholdArgs:
3409
+ def __init__(__self__, *,
3410
+ grouping: pulumi.Input[Union[str, 'ValidationThresholdGrouping']],
3411
+ type: pulumi.Input[Union[str, 'ValidationThresholdType']],
3412
+ value: pulumi.Input[float]):
3413
+ """
3414
+ :param pulumi.Input[Union[str, 'ValidationThresholdGrouping']] grouping: Selection of how the type evaluation is applied to the cluster calculation.
3415
+ :param pulumi.Input[Union[str, 'ValidationThresholdType']] type: Selection of how the threshold should be evaluated.
3416
+ :param pulumi.Input[float] value: The numeric threshold value.
3417
+ """
3418
+ pulumi.set(__self__, "grouping", grouping)
3419
+ pulumi.set(__self__, "type", type)
3420
+ pulumi.set(__self__, "value", value)
3421
+
3422
+ @property
3423
+ @pulumi.getter
3424
+ def grouping(self) -> pulumi.Input[Union[str, 'ValidationThresholdGrouping']]:
3425
+ """
3426
+ Selection of how the type evaluation is applied to the cluster calculation.
3427
+ """
3428
+ return pulumi.get(self, "grouping")
3429
+
3430
+ @grouping.setter
3431
+ def grouping(self, value: pulumi.Input[Union[str, 'ValidationThresholdGrouping']]):
3432
+ pulumi.set(self, "grouping", value)
3433
+
3434
+ @property
3435
+ @pulumi.getter
3436
+ def type(self) -> pulumi.Input[Union[str, 'ValidationThresholdType']]:
3437
+ """
3438
+ Selection of how the threshold should be evaluated.
3439
+ """
3440
+ return pulumi.get(self, "type")
3441
+
3442
+ @type.setter
3443
+ def type(self, value: pulumi.Input[Union[str, 'ValidationThresholdType']]):
3444
+ pulumi.set(self, "type", value)
3445
+
3446
+ @property
3447
+ @pulumi.getter
3448
+ def value(self) -> pulumi.Input[float]:
3449
+ """
3450
+ The numeric threshold value.
3451
+ """
3452
+ return pulumi.get(self, "value")
3453
+
3454
+ @value.setter
3455
+ def value(self, value: pulumi.Input[float]):
3456
+ pulumi.set(self, "value", value)
3457
+
3458
+
3459
+ if not MYPY:
3460
+ class VirtualMachinePlacementHintArgsDict(TypedDict):
3461
+ hint_type: pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']]
3462
+ """
3463
+ The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
3464
+ """
3465
+ resource_id: pulumi.Input[str]
3466
+ """
3467
+ The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.
3468
+ """
3469
+ scheduling_execution: pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']]
3470
+ """
3471
+ The indicator of whether the hint is a hard or soft requirement during scheduling.
3472
+ """
3473
+ scope: pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]
3474
+ """
3475
+ The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
3476
+ """
3477
+ elif False:
3478
+ VirtualMachinePlacementHintArgsDict: TypeAlias = Mapping[str, Any]
3479
+
3480
+ @pulumi.input_type
3481
+ class VirtualMachinePlacementHintArgs:
3482
+ def __init__(__self__, *,
3483
+ hint_type: pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']],
3484
+ resource_id: pulumi.Input[str],
3485
+ scheduling_execution: pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']],
3486
+ scope: pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]):
3487
+ """
3488
+ :param pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']] hint_type: The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
3489
+ :param pulumi.Input[str] resource_id: The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.
3490
+ :param pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']] scheduling_execution: The indicator of whether the hint is a hard or soft requirement during scheduling.
3491
+ :param pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']] scope: The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
3492
+ """
3493
+ pulumi.set(__self__, "hint_type", hint_type)
3494
+ pulumi.set(__self__, "resource_id", resource_id)
3495
+ pulumi.set(__self__, "scheduling_execution", scheduling_execution)
3496
+ pulumi.set(__self__, "scope", scope)
3497
+
3498
+ @property
3499
+ @pulumi.getter(name="hintType")
3500
+ def hint_type(self) -> pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']]:
3501
+ """
3502
+ The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
3503
+ """
3504
+ return pulumi.get(self, "hint_type")
3505
+
3506
+ @hint_type.setter
3507
+ def hint_type(self, value: pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']]):
3508
+ pulumi.set(self, "hint_type", value)
3509
+
3510
+ @property
3511
+ @pulumi.getter(name="resourceId")
3512
+ def resource_id(self) -> pulumi.Input[str]:
3513
+ """
3514
+ The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.
3515
+ """
3516
+ return pulumi.get(self, "resource_id")
3517
+
3518
+ @resource_id.setter
3519
+ def resource_id(self, value: pulumi.Input[str]):
3520
+ pulumi.set(self, "resource_id", value)
3521
+
3522
+ @property
3523
+ @pulumi.getter(name="schedulingExecution")
3524
+ def scheduling_execution(self) -> pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']]:
3525
+ """
3526
+ The indicator of whether the hint is a hard or soft requirement during scheduling.
3527
+ """
3528
+ return pulumi.get(self, "scheduling_execution")
3529
+
3530
+ @scheduling_execution.setter
3531
+ def scheduling_execution(self, value: pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']]):
3532
+ pulumi.set(self, "scheduling_execution", value)
3533
+
3534
+ @property
3535
+ @pulumi.getter
3536
+ def scope(self) -> pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]:
3537
+ """
3538
+ The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
3539
+ """
3540
+ return pulumi.get(self, "scope")
3541
+
3542
+ @scope.setter
3543
+ def scope(self, value: pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]):
3544
+ pulumi.set(self, "scope", value)
3545
+
3546
+
3547
+ if not MYPY:
3548
+ class VulnerabilityScanningSettingsArgsDict(TypedDict):
3549
+ container_scan: NotRequired[pulumi.Input[Union[str, 'VulnerabilityScanningSettingsContainerScan']]]
3550
+ """
3551
+ The mode selection for container vulnerability scanning.
3552
+ """
3553
+ elif False:
3554
+ VulnerabilityScanningSettingsArgsDict: TypeAlias = Mapping[str, Any]
3555
+
3556
+ @pulumi.input_type
3557
+ class VulnerabilityScanningSettingsArgs:
3558
+ def __init__(__self__, *,
3559
+ container_scan: Optional[pulumi.Input[Union[str, 'VulnerabilityScanningSettingsContainerScan']]] = None):
3560
+ """
3561
+ :param pulumi.Input[Union[str, 'VulnerabilityScanningSettingsContainerScan']] container_scan: The mode selection for container vulnerability scanning.
3562
+ """
3563
+ if container_scan is None:
3564
+ container_scan = 'Enabled'
3565
+ if container_scan is not None:
3566
+ pulumi.set(__self__, "container_scan", container_scan)
3567
+
3568
+ @property
3569
+ @pulumi.getter(name="containerScan")
3570
+ def container_scan(self) -> Optional[pulumi.Input[Union[str, 'VulnerabilityScanningSettingsContainerScan']]]:
3571
+ """
3572
+ The mode selection for container vulnerability scanning.
3573
+ """
3574
+ return pulumi.get(self, "container_scan")
3575
+
3576
+ @container_scan.setter
3577
+ def container_scan(self, value: Optional[pulumi.Input[Union[str, 'VulnerabilityScanningSettingsContainerScan']]]):
3578
+ pulumi.set(self, "container_scan", value)
3579
+
3580
+