pulumi-azure-native 2.80.0a1735629569__py3-none-any.whl → 2.81.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 (280) hide show
  1. pulumi_azure_native/__init__.py +42 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  3. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  4. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  5. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  6. pulumi_azure_native/azurestackhci/edge_device.py +3 -3
  7. pulumi_azure_native/azurestackhci/extension.py +3 -3
  8. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  14. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  15. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  16. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  17. pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
  18. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  19. pulumi_azure_native/azurestackhci/update.py +3 -3
  20. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  21. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  22. pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
  95. pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
  96. pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
  97. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
  98. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
  99. pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
  100. pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
  101. pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
  102. pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
  103. pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +30 -0
  104. pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +267 -0
  105. pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +3459 -0
  106. pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +406 -0
  107. pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +680 -0
  108. pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +335 -0
  109. pulumi_azure_native/azurestackhci/v20241201preview/extension.py +473 -0
  110. pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +275 -0
  111. pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +521 -0
  112. pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +219 -0
  113. pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +295 -0
  114. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +158 -0
  115. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +164 -0
  116. pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +205 -0
  117. pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +401 -0
  118. pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +337 -0
  119. pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +283 -0
  120. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +233 -0
  121. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +256 -0
  122. pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +6470 -0
  123. pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +310 -0
  124. pulumi_azure_native/azurestackhci/v20241201preview/update.py +724 -0
  125. pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +619 -0
  126. pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +471 -0
  127. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +113 -1
  128. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +107 -1
  129. pulumi_azure_native/networkcloud/__init__.py +3 -0
  130. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  131. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  132. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  133. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  134. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  135. pulumi_azure_native/networkcloud/cluster.py +3 -3
  136. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  137. pulumi_azure_native/networkcloud/console.py +3 -3
  138. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  139. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  140. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  141. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  142. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  143. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  144. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  145. pulumi_azure_native/networkcloud/get_console.py +2 -2
  146. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  147. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
  148. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  149. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  150. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  151. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  152. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  153. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  154. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  155. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  156. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  157. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
  158. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  159. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  160. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  161. pulumi_azure_native/networkcloud/rack.py +3 -3
  162. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  163. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  164. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  165. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  166. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  167. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  168. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  169. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  170. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  171. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  172. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  173. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  174. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  175. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  176. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  177. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  178. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  179. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  180. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  181. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  182. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  183. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  184. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  185. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  186. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  187. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  188. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  189. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  190. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  191. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  192. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  193. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  194. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  195. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  196. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  197. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  198. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
  199. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
  200. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
  201. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
  202. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
  203. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
  204. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
  205. pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
  206. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
  207. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
  208. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
  209. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
  210. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
  211. pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
  212. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
  213. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
  214. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
  215. pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
  216. pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
  217. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
  218. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
  219. pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
  220. pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
  221. pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
  222. pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
  223. pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
  224. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
  225. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
  226. pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
  227. pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
  228. pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
  229. pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
  230. pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
  231. pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
  232. pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
  233. pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
  234. pulumi_azure_native/networkcloud/v20241001preview/__init__.py +46 -0
  235. pulumi_azure_native/networkcloud/v20241001preview/_enums.py +353 -0
  236. pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +3580 -0
  237. pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +610 -0
  238. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +795 -0
  239. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +507 -0
  240. pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +448 -0
  241. pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +417 -0
  242. pulumi_azure_native/networkcloud/v20241001preview/cluster.py +917 -0
  243. pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +452 -0
  244. pulumi_azure_native/networkcloud/v20241001preview/console.py +417 -0
  245. pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +370 -0
  246. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +616 -0
  247. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +328 -0
  248. pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +300 -0
  249. pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +328 -0
  250. pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +603 -0
  251. pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +308 -0
  252. pulumi_azure_native/networkcloud/v20241001preview/get_console.py +286 -0
  253. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +406 -0
  254. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +258 -0
  255. pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +308 -0
  256. pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +380 -0
  257. pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +258 -0
  258. pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +280 -0
  259. pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +420 -0
  260. pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +322 -0
  261. pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +518 -0
  262. pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +252 -0
  263. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +564 -0
  264. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +336 -0
  265. pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +419 -0
  266. pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +581 -0
  267. pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +376 -0
  268. pulumi_azure_native/networkcloud/v20241001preview/outputs.py +4372 -0
  269. pulumi_azure_native/networkcloud/v20241001preview/rack.py +416 -0
  270. pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +536 -0
  271. pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +449 -0
  272. pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +852 -0
  273. pulumi_azure_native/networkcloud/v20241001preview/volume.py +336 -0
  274. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  275. pulumi_azure_native/networkcloud/volume.py +3 -3
  276. pulumi_azure_native/pulumi-plugin.json +1 -1
  277. {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/METADATA +1 -1
  278. {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/RECORD +280 -216
  279. {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/WHEEL +1 -1
  280. {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,917 @@
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 . import outputs
17
+ from ._enums import *
18
+ from ._inputs import *
19
+
20
+ __all__ = ['ClusterArgs', 'Cluster']
21
+
22
+ @pulumi.input_type
23
+ class ClusterArgs:
24
+ def __init__(__self__, *,
25
+ aggregator_or_single_rack_definition: pulumi.Input['RackDefinitionArgs'],
26
+ cluster_type: pulumi.Input[Union[str, 'ClusterType']],
27
+ cluster_version: pulumi.Input[str],
28
+ extended_location: pulumi.Input['ExtendedLocationArgs'],
29
+ network_fabric_id: pulumi.Input[str],
30
+ resource_group_name: pulumi.Input[str],
31
+ analytics_output_settings: Optional[pulumi.Input['AnalyticsOutputSettingsArgs']] = None,
32
+ analytics_workspace_id: Optional[pulumi.Input[str]] = None,
33
+ cluster_location: Optional[pulumi.Input[str]] = None,
34
+ cluster_name: Optional[pulumi.Input[str]] = None,
35
+ cluster_service_principal: Optional[pulumi.Input['ServicePrincipalInformationArgs']] = None,
36
+ command_output_settings: Optional[pulumi.Input['CommandOutputSettingsArgs']] = None,
37
+ compute_deployment_threshold: Optional[pulumi.Input['ValidationThresholdArgs']] = None,
38
+ compute_rack_definitions: Optional[pulumi.Input[Sequence[pulumi.Input['RackDefinitionArgs']]]] = None,
39
+ identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
40
+ location: Optional[pulumi.Input[str]] = None,
41
+ managed_resource_group_configuration: Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']] = None,
42
+ runtime_protection_configuration: Optional[pulumi.Input['RuntimeProtectionConfigurationArgs']] = None,
43
+ secret_archive: Optional[pulumi.Input['ClusterSecretArchiveArgs']] = None,
44
+ secret_archive_settings: Optional[pulumi.Input['SecretArchiveSettingsArgs']] = None,
45
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
46
+ update_strategy: Optional[pulumi.Input['ClusterUpdateStrategyArgs']] = None,
47
+ vulnerability_scanning_settings: Optional[pulumi.Input['VulnerabilityScanningSettingsArgs']] = None):
48
+ """
49
+ The set of arguments for constructing a Cluster resource.
50
+ :param pulumi.Input['RackDefinitionArgs'] aggregator_or_single_rack_definition: The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster.
51
+ :param pulumi.Input[Union[str, 'ClusterType']] cluster_type: The type of rack configuration for the cluster.
52
+ :param pulumi.Input[str] cluster_version: The current runtime version of the cluster.
53
+ :param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location of the cluster manager associated with the cluster.
54
+ :param pulumi.Input[str] network_fabric_id: The resource ID of the Network Fabric associated with the cluster.
55
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
56
+ :param pulumi.Input['AnalyticsOutputSettingsArgs'] analytics_output_settings: The settings for the log analytics workspace used for output of logs from this cluster.
57
+ :param pulumi.Input[str] analytics_workspace_id: Field Deprecated. The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.
58
+ :param pulumi.Input[str] cluster_location: The customer-provided location information to identify where the cluster resides.
59
+ :param pulumi.Input[str] cluster_name: The name of the cluster.
60
+ :param pulumi.Input['ServicePrincipalInformationArgs'] cluster_service_principal: The service principal to be used by the cluster during Arc Appliance installation.
61
+ :param pulumi.Input['CommandOutputSettingsArgs'] command_output_settings: The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts.
62
+ :param pulumi.Input['ValidationThresholdArgs'] compute_deployment_threshold: The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.
63
+ :param pulumi.Input[Sequence[pulumi.Input['RackDefinitionArgs']]] compute_rack_definitions: The list of rack definitions for the compute racks in a multi-rack
64
+ cluster, or an empty list in a single-rack cluster.
65
+ :param pulumi.Input['ManagedServiceIdentityArgs'] identity: The identity for the resource.
66
+ :param pulumi.Input[str] location: The geo-location where the resource lives
67
+ :param pulumi.Input['ManagedResourceGroupConfigurationArgs'] managed_resource_group_configuration: The configuration of the managed resource group associated with the resource.
68
+ :param pulumi.Input['RuntimeProtectionConfigurationArgs'] runtime_protection_configuration: The settings for cluster runtime protection.
69
+ :param pulumi.Input['ClusterSecretArchiveArgs'] secret_archive: The configuration for use of a key vault to store secrets for later retrieval by the operator.
70
+ :param pulumi.Input['SecretArchiveSettingsArgs'] secret_archive_settings: The settings for the secret archive used to hold credentials for the cluster.
71
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
72
+ :param pulumi.Input['ClusterUpdateStrategyArgs'] update_strategy: The strategy for updating the cluster.
73
+ :param pulumi.Input['VulnerabilityScanningSettingsArgs'] vulnerability_scanning_settings: The settings for how security vulnerability scanning is applied to the cluster.
74
+ """
75
+ pulumi.set(__self__, "aggregator_or_single_rack_definition", aggregator_or_single_rack_definition)
76
+ pulumi.set(__self__, "cluster_type", cluster_type)
77
+ pulumi.set(__self__, "cluster_version", cluster_version)
78
+ pulumi.set(__self__, "extended_location", extended_location)
79
+ pulumi.set(__self__, "network_fabric_id", network_fabric_id)
80
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
81
+ if analytics_output_settings is not None:
82
+ pulumi.set(__self__, "analytics_output_settings", analytics_output_settings)
83
+ if analytics_workspace_id is not None:
84
+ pulumi.set(__self__, "analytics_workspace_id", analytics_workspace_id)
85
+ if cluster_location is not None:
86
+ pulumi.set(__self__, "cluster_location", cluster_location)
87
+ if cluster_name is not None:
88
+ pulumi.set(__self__, "cluster_name", cluster_name)
89
+ if cluster_service_principal is not None:
90
+ pulumi.set(__self__, "cluster_service_principal", cluster_service_principal)
91
+ if command_output_settings is not None:
92
+ pulumi.set(__self__, "command_output_settings", command_output_settings)
93
+ if compute_deployment_threshold is not None:
94
+ pulumi.set(__self__, "compute_deployment_threshold", compute_deployment_threshold)
95
+ if compute_rack_definitions is not None:
96
+ pulumi.set(__self__, "compute_rack_definitions", compute_rack_definitions)
97
+ if identity is not None:
98
+ pulumi.set(__self__, "identity", identity)
99
+ if location is not None:
100
+ pulumi.set(__self__, "location", location)
101
+ if managed_resource_group_configuration is not None:
102
+ pulumi.set(__self__, "managed_resource_group_configuration", managed_resource_group_configuration)
103
+ if runtime_protection_configuration is not None:
104
+ pulumi.set(__self__, "runtime_protection_configuration", runtime_protection_configuration)
105
+ if secret_archive is not None:
106
+ pulumi.set(__self__, "secret_archive", secret_archive)
107
+ if secret_archive_settings is not None:
108
+ pulumi.set(__self__, "secret_archive_settings", secret_archive_settings)
109
+ if tags is not None:
110
+ pulumi.set(__self__, "tags", tags)
111
+ if update_strategy is not None:
112
+ pulumi.set(__self__, "update_strategy", update_strategy)
113
+ if vulnerability_scanning_settings is not None:
114
+ pulumi.set(__self__, "vulnerability_scanning_settings", vulnerability_scanning_settings)
115
+
116
+ @property
117
+ @pulumi.getter(name="aggregatorOrSingleRackDefinition")
118
+ def aggregator_or_single_rack_definition(self) -> pulumi.Input['RackDefinitionArgs']:
119
+ """
120
+ The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster.
121
+ """
122
+ return pulumi.get(self, "aggregator_or_single_rack_definition")
123
+
124
+ @aggregator_or_single_rack_definition.setter
125
+ def aggregator_or_single_rack_definition(self, value: pulumi.Input['RackDefinitionArgs']):
126
+ pulumi.set(self, "aggregator_or_single_rack_definition", value)
127
+
128
+ @property
129
+ @pulumi.getter(name="clusterType")
130
+ def cluster_type(self) -> pulumi.Input[Union[str, 'ClusterType']]:
131
+ """
132
+ The type of rack configuration for the cluster.
133
+ """
134
+ return pulumi.get(self, "cluster_type")
135
+
136
+ @cluster_type.setter
137
+ def cluster_type(self, value: pulumi.Input[Union[str, 'ClusterType']]):
138
+ pulumi.set(self, "cluster_type", value)
139
+
140
+ @property
141
+ @pulumi.getter(name="clusterVersion")
142
+ def cluster_version(self) -> pulumi.Input[str]:
143
+ """
144
+ The current runtime version of the cluster.
145
+ """
146
+ return pulumi.get(self, "cluster_version")
147
+
148
+ @cluster_version.setter
149
+ def cluster_version(self, value: pulumi.Input[str]):
150
+ pulumi.set(self, "cluster_version", value)
151
+
152
+ @property
153
+ @pulumi.getter(name="extendedLocation")
154
+ def extended_location(self) -> pulumi.Input['ExtendedLocationArgs']:
155
+ """
156
+ The extended location of the cluster manager associated with the cluster.
157
+ """
158
+ return pulumi.get(self, "extended_location")
159
+
160
+ @extended_location.setter
161
+ def extended_location(self, value: pulumi.Input['ExtendedLocationArgs']):
162
+ pulumi.set(self, "extended_location", value)
163
+
164
+ @property
165
+ @pulumi.getter(name="networkFabricId")
166
+ def network_fabric_id(self) -> pulumi.Input[str]:
167
+ """
168
+ The resource ID of the Network Fabric associated with the cluster.
169
+ """
170
+ return pulumi.get(self, "network_fabric_id")
171
+
172
+ @network_fabric_id.setter
173
+ def network_fabric_id(self, value: pulumi.Input[str]):
174
+ pulumi.set(self, "network_fabric_id", value)
175
+
176
+ @property
177
+ @pulumi.getter(name="resourceGroupName")
178
+ def resource_group_name(self) -> pulumi.Input[str]:
179
+ """
180
+ The name of the resource group. The name is case insensitive.
181
+ """
182
+ return pulumi.get(self, "resource_group_name")
183
+
184
+ @resource_group_name.setter
185
+ def resource_group_name(self, value: pulumi.Input[str]):
186
+ pulumi.set(self, "resource_group_name", value)
187
+
188
+ @property
189
+ @pulumi.getter(name="analyticsOutputSettings")
190
+ def analytics_output_settings(self) -> Optional[pulumi.Input['AnalyticsOutputSettingsArgs']]:
191
+ """
192
+ The settings for the log analytics workspace used for output of logs from this cluster.
193
+ """
194
+ return pulumi.get(self, "analytics_output_settings")
195
+
196
+ @analytics_output_settings.setter
197
+ def analytics_output_settings(self, value: Optional[pulumi.Input['AnalyticsOutputSettingsArgs']]):
198
+ pulumi.set(self, "analytics_output_settings", value)
199
+
200
+ @property
201
+ @pulumi.getter(name="analyticsWorkspaceId")
202
+ def analytics_workspace_id(self) -> Optional[pulumi.Input[str]]:
203
+ """
204
+ Field Deprecated. The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.
205
+ """
206
+ return pulumi.get(self, "analytics_workspace_id")
207
+
208
+ @analytics_workspace_id.setter
209
+ def analytics_workspace_id(self, value: Optional[pulumi.Input[str]]):
210
+ pulumi.set(self, "analytics_workspace_id", value)
211
+
212
+ @property
213
+ @pulumi.getter(name="clusterLocation")
214
+ def cluster_location(self) -> Optional[pulumi.Input[str]]:
215
+ """
216
+ The customer-provided location information to identify where the cluster resides.
217
+ """
218
+ return pulumi.get(self, "cluster_location")
219
+
220
+ @cluster_location.setter
221
+ def cluster_location(self, value: Optional[pulumi.Input[str]]):
222
+ pulumi.set(self, "cluster_location", value)
223
+
224
+ @property
225
+ @pulumi.getter(name="clusterName")
226
+ def cluster_name(self) -> Optional[pulumi.Input[str]]:
227
+ """
228
+ The name of the cluster.
229
+ """
230
+ return pulumi.get(self, "cluster_name")
231
+
232
+ @cluster_name.setter
233
+ def cluster_name(self, value: Optional[pulumi.Input[str]]):
234
+ pulumi.set(self, "cluster_name", value)
235
+
236
+ @property
237
+ @pulumi.getter(name="clusterServicePrincipal")
238
+ def cluster_service_principal(self) -> Optional[pulumi.Input['ServicePrincipalInformationArgs']]:
239
+ """
240
+ The service principal to be used by the cluster during Arc Appliance installation.
241
+ """
242
+ return pulumi.get(self, "cluster_service_principal")
243
+
244
+ @cluster_service_principal.setter
245
+ def cluster_service_principal(self, value: Optional[pulumi.Input['ServicePrincipalInformationArgs']]):
246
+ pulumi.set(self, "cluster_service_principal", value)
247
+
248
+ @property
249
+ @pulumi.getter(name="commandOutputSettings")
250
+ def command_output_settings(self) -> Optional[pulumi.Input['CommandOutputSettingsArgs']]:
251
+ """
252
+ The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts.
253
+ """
254
+ return pulumi.get(self, "command_output_settings")
255
+
256
+ @command_output_settings.setter
257
+ def command_output_settings(self, value: Optional[pulumi.Input['CommandOutputSettingsArgs']]):
258
+ pulumi.set(self, "command_output_settings", value)
259
+
260
+ @property
261
+ @pulumi.getter(name="computeDeploymentThreshold")
262
+ def compute_deployment_threshold(self) -> Optional[pulumi.Input['ValidationThresholdArgs']]:
263
+ """
264
+ The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.
265
+ """
266
+ return pulumi.get(self, "compute_deployment_threshold")
267
+
268
+ @compute_deployment_threshold.setter
269
+ def compute_deployment_threshold(self, value: Optional[pulumi.Input['ValidationThresholdArgs']]):
270
+ pulumi.set(self, "compute_deployment_threshold", value)
271
+
272
+ @property
273
+ @pulumi.getter(name="computeRackDefinitions")
274
+ def compute_rack_definitions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RackDefinitionArgs']]]]:
275
+ """
276
+ The list of rack definitions for the compute racks in a multi-rack
277
+ cluster, or an empty list in a single-rack cluster.
278
+ """
279
+ return pulumi.get(self, "compute_rack_definitions")
280
+
281
+ @compute_rack_definitions.setter
282
+ def compute_rack_definitions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RackDefinitionArgs']]]]):
283
+ pulumi.set(self, "compute_rack_definitions", value)
284
+
285
+ @property
286
+ @pulumi.getter
287
+ def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
288
+ """
289
+ The identity for the resource.
290
+ """
291
+ return pulumi.get(self, "identity")
292
+
293
+ @identity.setter
294
+ def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
295
+ pulumi.set(self, "identity", value)
296
+
297
+ @property
298
+ @pulumi.getter
299
+ def location(self) -> Optional[pulumi.Input[str]]:
300
+ """
301
+ The geo-location where the resource lives
302
+ """
303
+ return pulumi.get(self, "location")
304
+
305
+ @location.setter
306
+ def location(self, value: Optional[pulumi.Input[str]]):
307
+ pulumi.set(self, "location", value)
308
+
309
+ @property
310
+ @pulumi.getter(name="managedResourceGroupConfiguration")
311
+ def managed_resource_group_configuration(self) -> Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']]:
312
+ """
313
+ The configuration of the managed resource group associated with the resource.
314
+ """
315
+ return pulumi.get(self, "managed_resource_group_configuration")
316
+
317
+ @managed_resource_group_configuration.setter
318
+ def managed_resource_group_configuration(self, value: Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']]):
319
+ pulumi.set(self, "managed_resource_group_configuration", value)
320
+
321
+ @property
322
+ @pulumi.getter(name="runtimeProtectionConfiguration")
323
+ def runtime_protection_configuration(self) -> Optional[pulumi.Input['RuntimeProtectionConfigurationArgs']]:
324
+ """
325
+ The settings for cluster runtime protection.
326
+ """
327
+ return pulumi.get(self, "runtime_protection_configuration")
328
+
329
+ @runtime_protection_configuration.setter
330
+ def runtime_protection_configuration(self, value: Optional[pulumi.Input['RuntimeProtectionConfigurationArgs']]):
331
+ pulumi.set(self, "runtime_protection_configuration", value)
332
+
333
+ @property
334
+ @pulumi.getter(name="secretArchive")
335
+ def secret_archive(self) -> Optional[pulumi.Input['ClusterSecretArchiveArgs']]:
336
+ """
337
+ The configuration for use of a key vault to store secrets for later retrieval by the operator.
338
+ """
339
+ return pulumi.get(self, "secret_archive")
340
+
341
+ @secret_archive.setter
342
+ def secret_archive(self, value: Optional[pulumi.Input['ClusterSecretArchiveArgs']]):
343
+ pulumi.set(self, "secret_archive", value)
344
+
345
+ @property
346
+ @pulumi.getter(name="secretArchiveSettings")
347
+ def secret_archive_settings(self) -> Optional[pulumi.Input['SecretArchiveSettingsArgs']]:
348
+ """
349
+ The settings for the secret archive used to hold credentials for the cluster.
350
+ """
351
+ return pulumi.get(self, "secret_archive_settings")
352
+
353
+ @secret_archive_settings.setter
354
+ def secret_archive_settings(self, value: Optional[pulumi.Input['SecretArchiveSettingsArgs']]):
355
+ pulumi.set(self, "secret_archive_settings", value)
356
+
357
+ @property
358
+ @pulumi.getter
359
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
360
+ """
361
+ Resource tags.
362
+ """
363
+ return pulumi.get(self, "tags")
364
+
365
+ @tags.setter
366
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
367
+ pulumi.set(self, "tags", value)
368
+
369
+ @property
370
+ @pulumi.getter(name="updateStrategy")
371
+ def update_strategy(self) -> Optional[pulumi.Input['ClusterUpdateStrategyArgs']]:
372
+ """
373
+ The strategy for updating the cluster.
374
+ """
375
+ return pulumi.get(self, "update_strategy")
376
+
377
+ @update_strategy.setter
378
+ def update_strategy(self, value: Optional[pulumi.Input['ClusterUpdateStrategyArgs']]):
379
+ pulumi.set(self, "update_strategy", value)
380
+
381
+ @property
382
+ @pulumi.getter(name="vulnerabilityScanningSettings")
383
+ def vulnerability_scanning_settings(self) -> Optional[pulumi.Input['VulnerabilityScanningSettingsArgs']]:
384
+ """
385
+ The settings for how security vulnerability scanning is applied to the cluster.
386
+ """
387
+ return pulumi.get(self, "vulnerability_scanning_settings")
388
+
389
+ @vulnerability_scanning_settings.setter
390
+ def vulnerability_scanning_settings(self, value: Optional[pulumi.Input['VulnerabilityScanningSettingsArgs']]):
391
+ pulumi.set(self, "vulnerability_scanning_settings", value)
392
+
393
+
394
+ class Cluster(pulumi.CustomResource):
395
+ @overload
396
+ def __init__(__self__,
397
+ resource_name: str,
398
+ opts: Optional[pulumi.ResourceOptions] = None,
399
+ aggregator_or_single_rack_definition: Optional[pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']]] = None,
400
+ analytics_output_settings: Optional[pulumi.Input[Union['AnalyticsOutputSettingsArgs', 'AnalyticsOutputSettingsArgsDict']]] = None,
401
+ analytics_workspace_id: Optional[pulumi.Input[str]] = None,
402
+ cluster_location: Optional[pulumi.Input[str]] = None,
403
+ cluster_name: Optional[pulumi.Input[str]] = None,
404
+ cluster_service_principal: Optional[pulumi.Input[Union['ServicePrincipalInformationArgs', 'ServicePrincipalInformationArgsDict']]] = None,
405
+ cluster_type: Optional[pulumi.Input[Union[str, 'ClusterType']]] = None,
406
+ cluster_version: Optional[pulumi.Input[str]] = None,
407
+ command_output_settings: Optional[pulumi.Input[Union['CommandOutputSettingsArgs', 'CommandOutputSettingsArgsDict']]] = None,
408
+ compute_deployment_threshold: Optional[pulumi.Input[Union['ValidationThresholdArgs', 'ValidationThresholdArgsDict']]] = None,
409
+ compute_rack_definitions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']]]]] = None,
410
+ extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
411
+ identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
412
+ location: Optional[pulumi.Input[str]] = None,
413
+ managed_resource_group_configuration: Optional[pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']]] = None,
414
+ network_fabric_id: Optional[pulumi.Input[str]] = None,
415
+ resource_group_name: Optional[pulumi.Input[str]] = None,
416
+ runtime_protection_configuration: Optional[pulumi.Input[Union['RuntimeProtectionConfigurationArgs', 'RuntimeProtectionConfigurationArgsDict']]] = None,
417
+ secret_archive: Optional[pulumi.Input[Union['ClusterSecretArchiveArgs', 'ClusterSecretArchiveArgsDict']]] = None,
418
+ secret_archive_settings: Optional[pulumi.Input[Union['SecretArchiveSettingsArgs', 'SecretArchiveSettingsArgsDict']]] = None,
419
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
420
+ update_strategy: Optional[pulumi.Input[Union['ClusterUpdateStrategyArgs', 'ClusterUpdateStrategyArgsDict']]] = None,
421
+ vulnerability_scanning_settings: Optional[pulumi.Input[Union['VulnerabilityScanningSettingsArgs', 'VulnerabilityScanningSettingsArgsDict']]] = None,
422
+ __props__=None):
423
+ """
424
+ Create a Cluster resource with the given unique name, props, and options.
425
+ :param str resource_name: The name of the resource.
426
+ :param pulumi.ResourceOptions opts: Options for the resource.
427
+ :param pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']] aggregator_or_single_rack_definition: The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster.
428
+ :param pulumi.Input[Union['AnalyticsOutputSettingsArgs', 'AnalyticsOutputSettingsArgsDict']] analytics_output_settings: The settings for the log analytics workspace used for output of logs from this cluster.
429
+ :param pulumi.Input[str] analytics_workspace_id: Field Deprecated. The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.
430
+ :param pulumi.Input[str] cluster_location: The customer-provided location information to identify where the cluster resides.
431
+ :param pulumi.Input[str] cluster_name: The name of the cluster.
432
+ :param pulumi.Input[Union['ServicePrincipalInformationArgs', 'ServicePrincipalInformationArgsDict']] cluster_service_principal: The service principal to be used by the cluster during Arc Appliance installation.
433
+ :param pulumi.Input[Union[str, 'ClusterType']] cluster_type: The type of rack configuration for the cluster.
434
+ :param pulumi.Input[str] cluster_version: The current runtime version of the cluster.
435
+ :param pulumi.Input[Union['CommandOutputSettingsArgs', 'CommandOutputSettingsArgsDict']] command_output_settings: The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts.
436
+ :param pulumi.Input[Union['ValidationThresholdArgs', 'ValidationThresholdArgsDict']] compute_deployment_threshold: The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.
437
+ :param pulumi.Input[Sequence[pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']]]] compute_rack_definitions: The list of rack definitions for the compute racks in a multi-rack
438
+ cluster, or an empty list in a single-rack cluster.
439
+ :param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location of the cluster manager associated with the cluster.
440
+ :param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: The identity for the resource.
441
+ :param pulumi.Input[str] location: The geo-location where the resource lives
442
+ :param pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']] managed_resource_group_configuration: The configuration of the managed resource group associated with the resource.
443
+ :param pulumi.Input[str] network_fabric_id: The resource ID of the Network Fabric associated with the cluster.
444
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
445
+ :param pulumi.Input[Union['RuntimeProtectionConfigurationArgs', 'RuntimeProtectionConfigurationArgsDict']] runtime_protection_configuration: The settings for cluster runtime protection.
446
+ :param pulumi.Input[Union['ClusterSecretArchiveArgs', 'ClusterSecretArchiveArgsDict']] secret_archive: The configuration for use of a key vault to store secrets for later retrieval by the operator.
447
+ :param pulumi.Input[Union['SecretArchiveSettingsArgs', 'SecretArchiveSettingsArgsDict']] secret_archive_settings: The settings for the secret archive used to hold credentials for the cluster.
448
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
449
+ :param pulumi.Input[Union['ClusterUpdateStrategyArgs', 'ClusterUpdateStrategyArgsDict']] update_strategy: The strategy for updating the cluster.
450
+ :param pulumi.Input[Union['VulnerabilityScanningSettingsArgs', 'VulnerabilityScanningSettingsArgsDict']] vulnerability_scanning_settings: The settings for how security vulnerability scanning is applied to the cluster.
451
+ """
452
+ ...
453
+ @overload
454
+ def __init__(__self__,
455
+ resource_name: str,
456
+ args: ClusterArgs,
457
+ opts: Optional[pulumi.ResourceOptions] = None):
458
+ """
459
+ Create a Cluster resource with the given unique name, props, and options.
460
+ :param str resource_name: The name of the resource.
461
+ :param ClusterArgs args: The arguments to use to populate this resource's properties.
462
+ :param pulumi.ResourceOptions opts: Options for the resource.
463
+ """
464
+ ...
465
+ def __init__(__self__, resource_name: str, *args, **kwargs):
466
+ resource_args, opts = _utilities.get_resource_args_opts(ClusterArgs, pulumi.ResourceOptions, *args, **kwargs)
467
+ if resource_args is not None:
468
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
469
+ else:
470
+ __self__._internal_init(resource_name, *args, **kwargs)
471
+
472
+ def _internal_init(__self__,
473
+ resource_name: str,
474
+ opts: Optional[pulumi.ResourceOptions] = None,
475
+ aggregator_or_single_rack_definition: Optional[pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']]] = None,
476
+ analytics_output_settings: Optional[pulumi.Input[Union['AnalyticsOutputSettingsArgs', 'AnalyticsOutputSettingsArgsDict']]] = None,
477
+ analytics_workspace_id: Optional[pulumi.Input[str]] = None,
478
+ cluster_location: Optional[pulumi.Input[str]] = None,
479
+ cluster_name: Optional[pulumi.Input[str]] = None,
480
+ cluster_service_principal: Optional[pulumi.Input[Union['ServicePrincipalInformationArgs', 'ServicePrincipalInformationArgsDict']]] = None,
481
+ cluster_type: Optional[pulumi.Input[Union[str, 'ClusterType']]] = None,
482
+ cluster_version: Optional[pulumi.Input[str]] = None,
483
+ command_output_settings: Optional[pulumi.Input[Union['CommandOutputSettingsArgs', 'CommandOutputSettingsArgsDict']]] = None,
484
+ compute_deployment_threshold: Optional[pulumi.Input[Union['ValidationThresholdArgs', 'ValidationThresholdArgsDict']]] = None,
485
+ compute_rack_definitions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RackDefinitionArgs', 'RackDefinitionArgsDict']]]]] = None,
486
+ extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
487
+ identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
488
+ location: Optional[pulumi.Input[str]] = None,
489
+ managed_resource_group_configuration: Optional[pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']]] = None,
490
+ network_fabric_id: Optional[pulumi.Input[str]] = None,
491
+ resource_group_name: Optional[pulumi.Input[str]] = None,
492
+ runtime_protection_configuration: Optional[pulumi.Input[Union['RuntimeProtectionConfigurationArgs', 'RuntimeProtectionConfigurationArgsDict']]] = None,
493
+ secret_archive: Optional[pulumi.Input[Union['ClusterSecretArchiveArgs', 'ClusterSecretArchiveArgsDict']]] = None,
494
+ secret_archive_settings: Optional[pulumi.Input[Union['SecretArchiveSettingsArgs', 'SecretArchiveSettingsArgsDict']]] = None,
495
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
496
+ update_strategy: Optional[pulumi.Input[Union['ClusterUpdateStrategyArgs', 'ClusterUpdateStrategyArgsDict']]] = None,
497
+ vulnerability_scanning_settings: Optional[pulumi.Input[Union['VulnerabilityScanningSettingsArgs', 'VulnerabilityScanningSettingsArgsDict']]] = None,
498
+ __props__=None):
499
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
500
+ if not isinstance(opts, pulumi.ResourceOptions):
501
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
502
+ if opts.id is None:
503
+ if __props__ is not None:
504
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
505
+ __props__ = ClusterArgs.__new__(ClusterArgs)
506
+
507
+ if aggregator_or_single_rack_definition is None and not opts.urn:
508
+ raise TypeError("Missing required property 'aggregator_or_single_rack_definition'")
509
+ __props__.__dict__["aggregator_or_single_rack_definition"] = aggregator_or_single_rack_definition
510
+ __props__.__dict__["analytics_output_settings"] = analytics_output_settings
511
+ __props__.__dict__["analytics_workspace_id"] = analytics_workspace_id
512
+ __props__.__dict__["cluster_location"] = cluster_location
513
+ __props__.__dict__["cluster_name"] = cluster_name
514
+ __props__.__dict__["cluster_service_principal"] = cluster_service_principal
515
+ if cluster_type is None and not opts.urn:
516
+ raise TypeError("Missing required property 'cluster_type'")
517
+ __props__.__dict__["cluster_type"] = cluster_type
518
+ if cluster_version is None and not opts.urn:
519
+ raise TypeError("Missing required property 'cluster_version'")
520
+ __props__.__dict__["cluster_version"] = cluster_version
521
+ __props__.__dict__["command_output_settings"] = command_output_settings
522
+ __props__.__dict__["compute_deployment_threshold"] = compute_deployment_threshold
523
+ __props__.__dict__["compute_rack_definitions"] = compute_rack_definitions
524
+ if extended_location is None and not opts.urn:
525
+ raise TypeError("Missing required property 'extended_location'")
526
+ __props__.__dict__["extended_location"] = extended_location
527
+ __props__.__dict__["identity"] = identity
528
+ __props__.__dict__["location"] = location
529
+ __props__.__dict__["managed_resource_group_configuration"] = managed_resource_group_configuration
530
+ if network_fabric_id is None and not opts.urn:
531
+ raise TypeError("Missing required property 'network_fabric_id'")
532
+ __props__.__dict__["network_fabric_id"] = network_fabric_id
533
+ if resource_group_name is None and not opts.urn:
534
+ raise TypeError("Missing required property 'resource_group_name'")
535
+ __props__.__dict__["resource_group_name"] = resource_group_name
536
+ __props__.__dict__["runtime_protection_configuration"] = runtime_protection_configuration
537
+ __props__.__dict__["secret_archive"] = secret_archive
538
+ __props__.__dict__["secret_archive_settings"] = secret_archive_settings
539
+ __props__.__dict__["tags"] = tags
540
+ __props__.__dict__["update_strategy"] = update_strategy
541
+ __props__.__dict__["vulnerability_scanning_settings"] = vulnerability_scanning_settings
542
+ __props__.__dict__["available_upgrade_versions"] = None
543
+ __props__.__dict__["cluster_capacity"] = None
544
+ __props__.__dict__["cluster_connection_status"] = None
545
+ __props__.__dict__["cluster_extended_location"] = None
546
+ __props__.__dict__["cluster_manager_connection_status"] = None
547
+ __props__.__dict__["cluster_manager_id"] = None
548
+ __props__.__dict__["detailed_status"] = None
549
+ __props__.__dict__["detailed_status_message"] = None
550
+ __props__.__dict__["hybrid_aks_extended_location"] = None
551
+ __props__.__dict__["manual_action_count"] = None
552
+ __props__.__dict__["name"] = None
553
+ __props__.__dict__["provisioning_state"] = None
554
+ __props__.__dict__["support_expiry_date"] = None
555
+ __props__.__dict__["system_data"] = None
556
+ __props__.__dict__["type"] = None
557
+ __props__.__dict__["workload_resource_ids"] = None
558
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20230701:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:Cluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:Cluster")])
559
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
560
+ super(Cluster, __self__).__init__(
561
+ 'azure-native:networkcloud/v20241001preview:Cluster',
562
+ resource_name,
563
+ __props__,
564
+ opts)
565
+
566
+ @staticmethod
567
+ def get(resource_name: str,
568
+ id: pulumi.Input[str],
569
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Cluster':
570
+ """
571
+ Get an existing Cluster resource's state with the given name, id, and optional extra
572
+ properties used to qualify the lookup.
573
+
574
+ :param str resource_name: The unique name of the resulting resource.
575
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
576
+ :param pulumi.ResourceOptions opts: Options for the resource.
577
+ """
578
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
579
+
580
+ __props__ = ClusterArgs.__new__(ClusterArgs)
581
+
582
+ __props__.__dict__["aggregator_or_single_rack_definition"] = None
583
+ __props__.__dict__["analytics_output_settings"] = None
584
+ __props__.__dict__["analytics_workspace_id"] = None
585
+ __props__.__dict__["available_upgrade_versions"] = None
586
+ __props__.__dict__["cluster_capacity"] = None
587
+ __props__.__dict__["cluster_connection_status"] = None
588
+ __props__.__dict__["cluster_extended_location"] = None
589
+ __props__.__dict__["cluster_location"] = None
590
+ __props__.__dict__["cluster_manager_connection_status"] = None
591
+ __props__.__dict__["cluster_manager_id"] = None
592
+ __props__.__dict__["cluster_service_principal"] = None
593
+ __props__.__dict__["cluster_type"] = None
594
+ __props__.__dict__["cluster_version"] = None
595
+ __props__.__dict__["command_output_settings"] = None
596
+ __props__.__dict__["compute_deployment_threshold"] = None
597
+ __props__.__dict__["compute_rack_definitions"] = None
598
+ __props__.__dict__["detailed_status"] = None
599
+ __props__.__dict__["detailed_status_message"] = None
600
+ __props__.__dict__["extended_location"] = None
601
+ __props__.__dict__["hybrid_aks_extended_location"] = None
602
+ __props__.__dict__["identity"] = None
603
+ __props__.__dict__["location"] = None
604
+ __props__.__dict__["managed_resource_group_configuration"] = None
605
+ __props__.__dict__["manual_action_count"] = None
606
+ __props__.__dict__["name"] = None
607
+ __props__.__dict__["network_fabric_id"] = None
608
+ __props__.__dict__["provisioning_state"] = None
609
+ __props__.__dict__["runtime_protection_configuration"] = None
610
+ __props__.__dict__["secret_archive"] = None
611
+ __props__.__dict__["secret_archive_settings"] = None
612
+ __props__.__dict__["support_expiry_date"] = None
613
+ __props__.__dict__["system_data"] = None
614
+ __props__.__dict__["tags"] = None
615
+ __props__.__dict__["type"] = None
616
+ __props__.__dict__["update_strategy"] = None
617
+ __props__.__dict__["vulnerability_scanning_settings"] = None
618
+ __props__.__dict__["workload_resource_ids"] = None
619
+ return Cluster(resource_name, opts=opts, __props__=__props__)
620
+
621
+ @property
622
+ @pulumi.getter(name="aggregatorOrSingleRackDefinition")
623
+ def aggregator_or_single_rack_definition(self) -> pulumi.Output['outputs.RackDefinitionResponse']:
624
+ """
625
+ The rack definition that is intended to reflect only a single rack in a single rack cluster, or an aggregator rack in a multi-rack cluster.
626
+ """
627
+ return pulumi.get(self, "aggregator_or_single_rack_definition")
628
+
629
+ @property
630
+ @pulumi.getter(name="analyticsOutputSettings")
631
+ def analytics_output_settings(self) -> pulumi.Output[Optional['outputs.AnalyticsOutputSettingsResponse']]:
632
+ """
633
+ The settings for the log analytics workspace used for output of logs from this cluster.
634
+ """
635
+ return pulumi.get(self, "analytics_output_settings")
636
+
637
+ @property
638
+ @pulumi.getter(name="analyticsWorkspaceId")
639
+ def analytics_workspace_id(self) -> pulumi.Output[Optional[str]]:
640
+ """
641
+ Field Deprecated. The resource ID of the Log Analytics Workspace that will be used for storing relevant logs.
642
+ """
643
+ return pulumi.get(self, "analytics_workspace_id")
644
+
645
+ @property
646
+ @pulumi.getter(name="availableUpgradeVersions")
647
+ def available_upgrade_versions(self) -> pulumi.Output[Sequence['outputs.ClusterAvailableUpgradeVersionResponse']]:
648
+ """
649
+ The list of cluster runtime version upgrades available for this cluster.
650
+ """
651
+ return pulumi.get(self, "available_upgrade_versions")
652
+
653
+ @property
654
+ @pulumi.getter(name="clusterCapacity")
655
+ def cluster_capacity(self) -> pulumi.Output['outputs.ClusterCapacityResponse']:
656
+ """
657
+ The capacity supported by this cluster.
658
+ """
659
+ return pulumi.get(self, "cluster_capacity")
660
+
661
+ @property
662
+ @pulumi.getter(name="clusterConnectionStatus")
663
+ def cluster_connection_status(self) -> pulumi.Output[str]:
664
+ """
665
+ The latest heartbeat status between the cluster manager and the cluster.
666
+ """
667
+ return pulumi.get(self, "cluster_connection_status")
668
+
669
+ @property
670
+ @pulumi.getter(name="clusterExtendedLocation")
671
+ def cluster_extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
672
+ """
673
+ The extended location (custom location) that represents the cluster's control plane location. This extended location is used to route the requests of child objects of the cluster that are handled by the platform operator.
674
+ """
675
+ return pulumi.get(self, "cluster_extended_location")
676
+
677
+ @property
678
+ @pulumi.getter(name="clusterLocation")
679
+ def cluster_location(self) -> pulumi.Output[Optional[str]]:
680
+ """
681
+ The customer-provided location information to identify where the cluster resides.
682
+ """
683
+ return pulumi.get(self, "cluster_location")
684
+
685
+ @property
686
+ @pulumi.getter(name="clusterManagerConnectionStatus")
687
+ def cluster_manager_connection_status(self) -> pulumi.Output[str]:
688
+ """
689
+ The latest connectivity status between cluster manager and the cluster.
690
+ """
691
+ return pulumi.get(self, "cluster_manager_connection_status")
692
+
693
+ @property
694
+ @pulumi.getter(name="clusterManagerId")
695
+ def cluster_manager_id(self) -> pulumi.Output[str]:
696
+ """
697
+ The resource ID of the cluster manager that manages this cluster. This is set by the Cluster Manager when the cluster is created.
698
+ """
699
+ return pulumi.get(self, "cluster_manager_id")
700
+
701
+ @property
702
+ @pulumi.getter(name="clusterServicePrincipal")
703
+ def cluster_service_principal(self) -> pulumi.Output[Optional['outputs.ServicePrincipalInformationResponse']]:
704
+ """
705
+ The service principal to be used by the cluster during Arc Appliance installation.
706
+ """
707
+ return pulumi.get(self, "cluster_service_principal")
708
+
709
+ @property
710
+ @pulumi.getter(name="clusterType")
711
+ def cluster_type(self) -> pulumi.Output[str]:
712
+ """
713
+ The type of rack configuration for the cluster.
714
+ """
715
+ return pulumi.get(self, "cluster_type")
716
+
717
+ @property
718
+ @pulumi.getter(name="clusterVersion")
719
+ def cluster_version(self) -> pulumi.Output[str]:
720
+ """
721
+ The current runtime version of the cluster.
722
+ """
723
+ return pulumi.get(self, "cluster_version")
724
+
725
+ @property
726
+ @pulumi.getter(name="commandOutputSettings")
727
+ def command_output_settings(self) -> pulumi.Output[Optional['outputs.CommandOutputSettingsResponse']]:
728
+ """
729
+ The settings for commands run in this cluster, such as bare metal machine run read only commands and data extracts.
730
+ """
731
+ return pulumi.get(self, "command_output_settings")
732
+
733
+ @property
734
+ @pulumi.getter(name="computeDeploymentThreshold")
735
+ def compute_deployment_threshold(self) -> pulumi.Output[Optional['outputs.ValidationThresholdResponse']]:
736
+ """
737
+ The validation threshold indicating the allowable failures of compute machines during environment validation and deployment.
738
+ """
739
+ return pulumi.get(self, "compute_deployment_threshold")
740
+
741
+ @property
742
+ @pulumi.getter(name="computeRackDefinitions")
743
+ def compute_rack_definitions(self) -> pulumi.Output[Optional[Sequence['outputs.RackDefinitionResponse']]]:
744
+ """
745
+ The list of rack definitions for the compute racks in a multi-rack
746
+ cluster, or an empty list in a single-rack cluster.
747
+ """
748
+ return pulumi.get(self, "compute_rack_definitions")
749
+
750
+ @property
751
+ @pulumi.getter(name="detailedStatus")
752
+ def detailed_status(self) -> pulumi.Output[str]:
753
+ """
754
+ The current detailed status of the cluster.
755
+ """
756
+ return pulumi.get(self, "detailed_status")
757
+
758
+ @property
759
+ @pulumi.getter(name="detailedStatusMessage")
760
+ def detailed_status_message(self) -> pulumi.Output[str]:
761
+ """
762
+ The descriptive message about the detailed status.
763
+ """
764
+ return pulumi.get(self, "detailed_status_message")
765
+
766
+ @property
767
+ @pulumi.getter(name="extendedLocation")
768
+ def extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
769
+ """
770
+ The extended location of the cluster manager associated with the cluster.
771
+ """
772
+ return pulumi.get(self, "extended_location")
773
+
774
+ @property
775
+ @pulumi.getter(name="hybridAksExtendedLocation")
776
+ def hybrid_aks_extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
777
+ """
778
+ Field Deprecated. This field will not be populated in an upcoming version. The extended location (custom location) that represents the Hybrid AKS control plane location. This extended location is used when creating provisioned clusters (Hybrid AKS clusters).
779
+ """
780
+ return pulumi.get(self, "hybrid_aks_extended_location")
781
+
782
+ @property
783
+ @pulumi.getter
784
+ def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
785
+ """
786
+ The identity for the resource.
787
+ """
788
+ return pulumi.get(self, "identity")
789
+
790
+ @property
791
+ @pulumi.getter
792
+ def location(self) -> pulumi.Output[str]:
793
+ """
794
+ The geo-location where the resource lives
795
+ """
796
+ return pulumi.get(self, "location")
797
+
798
+ @property
799
+ @pulumi.getter(name="managedResourceGroupConfiguration")
800
+ def managed_resource_group_configuration(self) -> pulumi.Output[Optional['outputs.ManagedResourceGroupConfigurationResponse']]:
801
+ """
802
+ The configuration of the managed resource group associated with the resource.
803
+ """
804
+ return pulumi.get(self, "managed_resource_group_configuration")
805
+
806
+ @property
807
+ @pulumi.getter(name="manualActionCount")
808
+ def manual_action_count(self) -> pulumi.Output[float]:
809
+ """
810
+ The count of Manual Action Taken (MAT) events that have not been validated.
811
+ """
812
+ return pulumi.get(self, "manual_action_count")
813
+
814
+ @property
815
+ @pulumi.getter
816
+ def name(self) -> pulumi.Output[str]:
817
+ """
818
+ The name of the resource
819
+ """
820
+ return pulumi.get(self, "name")
821
+
822
+ @property
823
+ @pulumi.getter(name="networkFabricId")
824
+ def network_fabric_id(self) -> pulumi.Output[str]:
825
+ """
826
+ The resource ID of the Network Fabric associated with the cluster.
827
+ """
828
+ return pulumi.get(self, "network_fabric_id")
829
+
830
+ @property
831
+ @pulumi.getter(name="provisioningState")
832
+ def provisioning_state(self) -> pulumi.Output[str]:
833
+ """
834
+ The provisioning state of the cluster.
835
+ """
836
+ return pulumi.get(self, "provisioning_state")
837
+
838
+ @property
839
+ @pulumi.getter(name="runtimeProtectionConfiguration")
840
+ def runtime_protection_configuration(self) -> pulumi.Output[Optional['outputs.RuntimeProtectionConfigurationResponse']]:
841
+ """
842
+ The settings for cluster runtime protection.
843
+ """
844
+ return pulumi.get(self, "runtime_protection_configuration")
845
+
846
+ @property
847
+ @pulumi.getter(name="secretArchive")
848
+ def secret_archive(self) -> pulumi.Output[Optional['outputs.ClusterSecretArchiveResponse']]:
849
+ """
850
+ The configuration for use of a key vault to store secrets for later retrieval by the operator.
851
+ """
852
+ return pulumi.get(self, "secret_archive")
853
+
854
+ @property
855
+ @pulumi.getter(name="secretArchiveSettings")
856
+ def secret_archive_settings(self) -> pulumi.Output[Optional['outputs.SecretArchiveSettingsResponse']]:
857
+ """
858
+ The settings for the secret archive used to hold credentials for the cluster.
859
+ """
860
+ return pulumi.get(self, "secret_archive_settings")
861
+
862
+ @property
863
+ @pulumi.getter(name="supportExpiryDate")
864
+ def support_expiry_date(self) -> pulumi.Output[str]:
865
+ """
866
+ The support end date of the runtime version of the cluster.
867
+ """
868
+ return pulumi.get(self, "support_expiry_date")
869
+
870
+ @property
871
+ @pulumi.getter(name="systemData")
872
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
873
+ """
874
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
875
+ """
876
+ return pulumi.get(self, "system_data")
877
+
878
+ @property
879
+ @pulumi.getter
880
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
881
+ """
882
+ Resource tags.
883
+ """
884
+ return pulumi.get(self, "tags")
885
+
886
+ @property
887
+ @pulumi.getter
888
+ def type(self) -> pulumi.Output[str]:
889
+ """
890
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
891
+ """
892
+ return pulumi.get(self, "type")
893
+
894
+ @property
895
+ @pulumi.getter(name="updateStrategy")
896
+ def update_strategy(self) -> pulumi.Output[Optional['outputs.ClusterUpdateStrategyResponse']]:
897
+ """
898
+ The strategy for updating the cluster.
899
+ """
900
+ return pulumi.get(self, "update_strategy")
901
+
902
+ @property
903
+ @pulumi.getter(name="vulnerabilityScanningSettings")
904
+ def vulnerability_scanning_settings(self) -> pulumi.Output[Optional['outputs.VulnerabilityScanningSettingsResponse']]:
905
+ """
906
+ The settings for how security vulnerability scanning is applied to the cluster.
907
+ """
908
+ return pulumi.get(self, "vulnerability_scanning_settings")
909
+
910
+ @property
911
+ @pulumi.getter(name="workloadResourceIds")
912
+ def workload_resource_ids(self) -> pulumi.Output[Sequence[str]]:
913
+ """
914
+ The list of workload resource IDs that are hosted within this cluster.
915
+ """
916
+ return pulumi.get(self, "workload_resource_ids")
917
+