pulumi-azure-native 2.80.0__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.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/METADATA +1 -1
  278. {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/RECORD +280 -216
  279. {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/WHEEL +1 -1
  280. {pulumi_azure_native-2.80.0.dist-info → pulumi_azure_native-2.81.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,337 @@
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
+
18
+ __all__ = [
19
+ 'GetUpdateRunResult',
20
+ 'AwaitableGetUpdateRunResult',
21
+ 'get_update_run',
22
+ 'get_update_run_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetUpdateRunResult:
27
+ """
28
+ Details of an Update run
29
+ """
30
+ def __init__(__self__, description=None, duration=None, end_time_utc=None, error_message=None, expected_execution_time=None, id=None, last_updated_time=None, last_updated_time_utc=None, location=None, name=None, provisioning_state=None, start_time_utc=None, state=None, status=None, steps=None, system_data=None, time_started=None, type=None):
31
+ if description and not isinstance(description, str):
32
+ raise TypeError("Expected argument 'description' to be a str")
33
+ pulumi.set(__self__, "description", description)
34
+ if duration and not isinstance(duration, str):
35
+ raise TypeError("Expected argument 'duration' to be a str")
36
+ pulumi.set(__self__, "duration", duration)
37
+ if end_time_utc and not isinstance(end_time_utc, str):
38
+ raise TypeError("Expected argument 'end_time_utc' to be a str")
39
+ pulumi.set(__self__, "end_time_utc", end_time_utc)
40
+ if error_message and not isinstance(error_message, str):
41
+ raise TypeError("Expected argument 'error_message' to be a str")
42
+ pulumi.set(__self__, "error_message", error_message)
43
+ if expected_execution_time and not isinstance(expected_execution_time, str):
44
+ raise TypeError("Expected argument 'expected_execution_time' to be a str")
45
+ pulumi.set(__self__, "expected_execution_time", expected_execution_time)
46
+ if id and not isinstance(id, str):
47
+ raise TypeError("Expected argument 'id' to be a str")
48
+ pulumi.set(__self__, "id", id)
49
+ if last_updated_time and not isinstance(last_updated_time, str):
50
+ raise TypeError("Expected argument 'last_updated_time' to be a str")
51
+ pulumi.set(__self__, "last_updated_time", last_updated_time)
52
+ if last_updated_time_utc and not isinstance(last_updated_time_utc, str):
53
+ raise TypeError("Expected argument 'last_updated_time_utc' to be a str")
54
+ pulumi.set(__self__, "last_updated_time_utc", last_updated_time_utc)
55
+ if location and not isinstance(location, str):
56
+ raise TypeError("Expected argument 'location' to be a str")
57
+ pulumi.set(__self__, "location", location)
58
+ if name and not isinstance(name, str):
59
+ raise TypeError("Expected argument 'name' to be a str")
60
+ pulumi.set(__self__, "name", name)
61
+ if provisioning_state and not isinstance(provisioning_state, str):
62
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
63
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
64
+ if start_time_utc and not isinstance(start_time_utc, str):
65
+ raise TypeError("Expected argument 'start_time_utc' to be a str")
66
+ pulumi.set(__self__, "start_time_utc", start_time_utc)
67
+ if state and not isinstance(state, str):
68
+ raise TypeError("Expected argument 'state' to be a str")
69
+ pulumi.set(__self__, "state", state)
70
+ if status and not isinstance(status, str):
71
+ raise TypeError("Expected argument 'status' to be a str")
72
+ pulumi.set(__self__, "status", status)
73
+ if steps and not isinstance(steps, list):
74
+ raise TypeError("Expected argument 'steps' to be a list")
75
+ pulumi.set(__self__, "steps", steps)
76
+ if system_data and not isinstance(system_data, dict):
77
+ raise TypeError("Expected argument 'system_data' to be a dict")
78
+ pulumi.set(__self__, "system_data", system_data)
79
+ if time_started and not isinstance(time_started, str):
80
+ raise TypeError("Expected argument 'time_started' to be a str")
81
+ pulumi.set(__self__, "time_started", time_started)
82
+ if type and not isinstance(type, str):
83
+ raise TypeError("Expected argument 'type' to be a str")
84
+ pulumi.set(__self__, "type", type)
85
+
86
+ @property
87
+ @pulumi.getter
88
+ def description(self) -> Optional[str]:
89
+ """
90
+ More detailed description of the step.
91
+ """
92
+ return pulumi.get(self, "description")
93
+
94
+ @property
95
+ @pulumi.getter
96
+ def duration(self) -> Optional[str]:
97
+ """
98
+ Duration of the update run.
99
+ """
100
+ return pulumi.get(self, "duration")
101
+
102
+ @property
103
+ @pulumi.getter(name="endTimeUtc")
104
+ def end_time_utc(self) -> Optional[str]:
105
+ """
106
+ When the step reached a terminal state.
107
+ """
108
+ return pulumi.get(self, "end_time_utc")
109
+
110
+ @property
111
+ @pulumi.getter(name="errorMessage")
112
+ def error_message(self) -> Optional[str]:
113
+ """
114
+ Error message, specified if the step is in a failed state.
115
+ """
116
+ return pulumi.get(self, "error_message")
117
+
118
+ @property
119
+ @pulumi.getter(name="expectedExecutionTime")
120
+ def expected_execution_time(self) -> Optional[str]:
121
+ """
122
+ Expected execution time of a given step. This is optionally authored in the update action plan and can be empty.
123
+ """
124
+ return pulumi.get(self, "expected_execution_time")
125
+
126
+ @property
127
+ @pulumi.getter
128
+ def id(self) -> str:
129
+ """
130
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
131
+ """
132
+ return pulumi.get(self, "id")
133
+
134
+ @property
135
+ @pulumi.getter(name="lastUpdatedTime")
136
+ def last_updated_time(self) -> Optional[str]:
137
+ """
138
+ Timestamp of the most recently completed step in the update run.
139
+ """
140
+ return pulumi.get(self, "last_updated_time")
141
+
142
+ @property
143
+ @pulumi.getter(name="lastUpdatedTimeUtc")
144
+ def last_updated_time_utc(self) -> Optional[str]:
145
+ """
146
+ Completion time of this step or the last completed sub-step.
147
+ """
148
+ return pulumi.get(self, "last_updated_time_utc")
149
+
150
+ @property
151
+ @pulumi.getter
152
+ def location(self) -> Optional[str]:
153
+ """
154
+ The geo-location where the resource lives
155
+ """
156
+ return pulumi.get(self, "location")
157
+
158
+ @property
159
+ @pulumi.getter
160
+ def name(self) -> str:
161
+ """
162
+ The name of the resource
163
+ """
164
+ return pulumi.get(self, "name")
165
+
166
+ @property
167
+ @pulumi.getter(name="provisioningState")
168
+ def provisioning_state(self) -> str:
169
+ """
170
+ Provisioning state of the UpdateRuns proxy resource.
171
+ """
172
+ return pulumi.get(self, "provisioning_state")
173
+
174
+ @property
175
+ @pulumi.getter(name="startTimeUtc")
176
+ def start_time_utc(self) -> Optional[str]:
177
+ """
178
+ When the step started, or empty if it has not started executing.
179
+ """
180
+ return pulumi.get(self, "start_time_utc")
181
+
182
+ @property
183
+ @pulumi.getter
184
+ def state(self) -> Optional[str]:
185
+ """
186
+ State of the update run.
187
+ """
188
+ return pulumi.get(self, "state")
189
+
190
+ @property
191
+ @pulumi.getter
192
+ def status(self) -> Optional[str]:
193
+ """
194
+ Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.
195
+ """
196
+ return pulumi.get(self, "status")
197
+
198
+ @property
199
+ @pulumi.getter
200
+ def steps(self) -> Optional[Sequence['outputs.StepResponse']]:
201
+ """
202
+ Recursive model for child steps of this step.
203
+ """
204
+ return pulumi.get(self, "steps")
205
+
206
+ @property
207
+ @pulumi.getter(name="systemData")
208
+ def system_data(self) -> 'outputs.SystemDataResponse':
209
+ """
210
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
211
+ """
212
+ return pulumi.get(self, "system_data")
213
+
214
+ @property
215
+ @pulumi.getter(name="timeStarted")
216
+ def time_started(self) -> Optional[str]:
217
+ """
218
+ Timestamp of the update run was started.
219
+ """
220
+ return pulumi.get(self, "time_started")
221
+
222
+ @property
223
+ @pulumi.getter
224
+ def type(self) -> str:
225
+ """
226
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
227
+ """
228
+ return pulumi.get(self, "type")
229
+
230
+
231
+ class AwaitableGetUpdateRunResult(GetUpdateRunResult):
232
+ # pylint: disable=using-constant-test
233
+ def __await__(self):
234
+ if False:
235
+ yield self
236
+ return GetUpdateRunResult(
237
+ description=self.description,
238
+ duration=self.duration,
239
+ end_time_utc=self.end_time_utc,
240
+ error_message=self.error_message,
241
+ expected_execution_time=self.expected_execution_time,
242
+ id=self.id,
243
+ last_updated_time=self.last_updated_time,
244
+ last_updated_time_utc=self.last_updated_time_utc,
245
+ location=self.location,
246
+ name=self.name,
247
+ provisioning_state=self.provisioning_state,
248
+ start_time_utc=self.start_time_utc,
249
+ state=self.state,
250
+ status=self.status,
251
+ steps=self.steps,
252
+ system_data=self.system_data,
253
+ time_started=self.time_started,
254
+ type=self.type)
255
+
256
+
257
+ def get_update_run(cluster_name: Optional[str] = None,
258
+ resource_group_name: Optional[str] = None,
259
+ update_name: Optional[str] = None,
260
+ update_run_name: Optional[str] = None,
261
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUpdateRunResult:
262
+ """
263
+ Get the Update run for a specified update
264
+
265
+
266
+ :param str cluster_name: The name of the cluster.
267
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
268
+ :param str update_name: The name of the Update
269
+ :param str update_run_name: The name of the Update Run
270
+ """
271
+ __args__ = dict()
272
+ __args__['clusterName'] = cluster_name
273
+ __args__['resourceGroupName'] = resource_group_name
274
+ __args__['updateName'] = update_name
275
+ __args__['updateRunName'] = update_run_name
276
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
277
+ __ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241201preview:getUpdateRun', __args__, opts=opts, typ=GetUpdateRunResult).value
278
+
279
+ return AwaitableGetUpdateRunResult(
280
+ description=pulumi.get(__ret__, 'description'),
281
+ duration=pulumi.get(__ret__, 'duration'),
282
+ end_time_utc=pulumi.get(__ret__, 'end_time_utc'),
283
+ error_message=pulumi.get(__ret__, 'error_message'),
284
+ expected_execution_time=pulumi.get(__ret__, 'expected_execution_time'),
285
+ id=pulumi.get(__ret__, 'id'),
286
+ last_updated_time=pulumi.get(__ret__, 'last_updated_time'),
287
+ last_updated_time_utc=pulumi.get(__ret__, 'last_updated_time_utc'),
288
+ location=pulumi.get(__ret__, 'location'),
289
+ name=pulumi.get(__ret__, 'name'),
290
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
291
+ start_time_utc=pulumi.get(__ret__, 'start_time_utc'),
292
+ state=pulumi.get(__ret__, 'state'),
293
+ status=pulumi.get(__ret__, 'status'),
294
+ steps=pulumi.get(__ret__, 'steps'),
295
+ system_data=pulumi.get(__ret__, 'system_data'),
296
+ time_started=pulumi.get(__ret__, 'time_started'),
297
+ type=pulumi.get(__ret__, 'type'))
298
+ def get_update_run_output(cluster_name: Optional[pulumi.Input[str]] = None,
299
+ resource_group_name: Optional[pulumi.Input[str]] = None,
300
+ update_name: Optional[pulumi.Input[str]] = None,
301
+ update_run_name: Optional[pulumi.Input[str]] = None,
302
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetUpdateRunResult]:
303
+ """
304
+ Get the Update run for a specified update
305
+
306
+
307
+ :param str cluster_name: The name of the cluster.
308
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
309
+ :param str update_name: The name of the Update
310
+ :param str update_run_name: The name of the Update Run
311
+ """
312
+ __args__ = dict()
313
+ __args__['clusterName'] = cluster_name
314
+ __args__['resourceGroupName'] = resource_group_name
315
+ __args__['updateName'] = update_name
316
+ __args__['updateRunName'] = update_run_name
317
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
318
+ __ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241201preview:getUpdateRun', __args__, opts=opts, typ=GetUpdateRunResult)
319
+ return __ret__.apply(lambda __response__: GetUpdateRunResult(
320
+ description=pulumi.get(__response__, 'description'),
321
+ duration=pulumi.get(__response__, 'duration'),
322
+ end_time_utc=pulumi.get(__response__, 'end_time_utc'),
323
+ error_message=pulumi.get(__response__, 'error_message'),
324
+ expected_execution_time=pulumi.get(__response__, 'expected_execution_time'),
325
+ id=pulumi.get(__response__, 'id'),
326
+ last_updated_time=pulumi.get(__response__, 'last_updated_time'),
327
+ last_updated_time_utc=pulumi.get(__response__, 'last_updated_time_utc'),
328
+ location=pulumi.get(__response__, 'location'),
329
+ name=pulumi.get(__response__, 'name'),
330
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
331
+ start_time_utc=pulumi.get(__response__, 'start_time_utc'),
332
+ state=pulumi.get(__response__, 'state'),
333
+ status=pulumi.get(__response__, 'status'),
334
+ steps=pulumi.get(__response__, 'steps'),
335
+ system_data=pulumi.get(__response__, 'system_data'),
336
+ time_started=pulumi.get(__response__, 'time_started'),
337
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,283 @@
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
+
18
+ __all__ = [
19
+ 'GetUpdateSummaryResult',
20
+ 'AwaitableGetUpdateSummaryResult',
21
+ 'get_update_summary',
22
+ 'get_update_summary_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetUpdateSummaryResult:
27
+ """
28
+ Get the update summaries for the cluster
29
+ """
30
+ def __init__(__self__, current_oem_version=None, current_sbe_version=None, current_version=None, hardware_model=None, health_check_date=None, id=None, last_checked=None, last_updated=None, location=None, name=None, oem_family=None, provisioning_state=None, state=None, system_data=None, type=None):
31
+ if current_oem_version and not isinstance(current_oem_version, str):
32
+ raise TypeError("Expected argument 'current_oem_version' to be a str")
33
+ pulumi.set(__self__, "current_oem_version", current_oem_version)
34
+ if current_sbe_version and not isinstance(current_sbe_version, str):
35
+ raise TypeError("Expected argument 'current_sbe_version' to be a str")
36
+ pulumi.set(__self__, "current_sbe_version", current_sbe_version)
37
+ if current_version and not isinstance(current_version, str):
38
+ raise TypeError("Expected argument 'current_version' to be a str")
39
+ pulumi.set(__self__, "current_version", current_version)
40
+ if hardware_model and not isinstance(hardware_model, str):
41
+ raise TypeError("Expected argument 'hardware_model' to be a str")
42
+ pulumi.set(__self__, "hardware_model", hardware_model)
43
+ if health_check_date and not isinstance(health_check_date, str):
44
+ raise TypeError("Expected argument 'health_check_date' to be a str")
45
+ pulumi.set(__self__, "health_check_date", health_check_date)
46
+ if id and not isinstance(id, str):
47
+ raise TypeError("Expected argument 'id' to be a str")
48
+ pulumi.set(__self__, "id", id)
49
+ if last_checked and not isinstance(last_checked, str):
50
+ raise TypeError("Expected argument 'last_checked' to be a str")
51
+ pulumi.set(__self__, "last_checked", last_checked)
52
+ if last_updated and not isinstance(last_updated, str):
53
+ raise TypeError("Expected argument 'last_updated' to be a str")
54
+ pulumi.set(__self__, "last_updated", last_updated)
55
+ if location and not isinstance(location, str):
56
+ raise TypeError("Expected argument 'location' to be a str")
57
+ pulumi.set(__self__, "location", location)
58
+ if name and not isinstance(name, str):
59
+ raise TypeError("Expected argument 'name' to be a str")
60
+ pulumi.set(__self__, "name", name)
61
+ if oem_family and not isinstance(oem_family, str):
62
+ raise TypeError("Expected argument 'oem_family' to be a str")
63
+ pulumi.set(__self__, "oem_family", oem_family)
64
+ if provisioning_state and not isinstance(provisioning_state, str):
65
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
66
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
67
+ if state and not isinstance(state, str):
68
+ raise TypeError("Expected argument 'state' to be a str")
69
+ pulumi.set(__self__, "state", state)
70
+ if system_data and not isinstance(system_data, dict):
71
+ raise TypeError("Expected argument 'system_data' to be a dict")
72
+ pulumi.set(__self__, "system_data", system_data)
73
+ if type and not isinstance(type, str):
74
+ raise TypeError("Expected argument 'type' to be a str")
75
+ pulumi.set(__self__, "type", type)
76
+
77
+ @property
78
+ @pulumi.getter(name="currentOemVersion")
79
+ def current_oem_version(self) -> Optional[str]:
80
+ """
81
+ Current OEM Version.
82
+ """
83
+ return pulumi.get(self, "current_oem_version")
84
+
85
+ @property
86
+ @pulumi.getter(name="currentSbeVersion")
87
+ def current_sbe_version(self) -> Optional[str]:
88
+ """
89
+ Current Sbe version of the stamp.
90
+ """
91
+ return pulumi.get(self, "current_sbe_version")
92
+
93
+ @property
94
+ @pulumi.getter(name="currentVersion")
95
+ def current_version(self) -> Optional[str]:
96
+ """
97
+ Current Solution Bundle version of the stamp.
98
+ """
99
+ return pulumi.get(self, "current_version")
100
+
101
+ @property
102
+ @pulumi.getter(name="hardwareModel")
103
+ def hardware_model(self) -> Optional[str]:
104
+ """
105
+ Name of the hardware model.
106
+ """
107
+ return pulumi.get(self, "hardware_model")
108
+
109
+ @property
110
+ @pulumi.getter(name="healthCheckDate")
111
+ def health_check_date(self) -> Optional[str]:
112
+ """
113
+ Last time the package-specific checks were run.
114
+ """
115
+ return pulumi.get(self, "health_check_date")
116
+
117
+ @property
118
+ @pulumi.getter
119
+ def id(self) -> str:
120
+ """
121
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
122
+ """
123
+ return pulumi.get(self, "id")
124
+
125
+ @property
126
+ @pulumi.getter(name="lastChecked")
127
+ def last_checked(self) -> Optional[str]:
128
+ """
129
+ Last time the update service successfully checked for updates
130
+ """
131
+ return pulumi.get(self, "last_checked")
132
+
133
+ @property
134
+ @pulumi.getter(name="lastUpdated")
135
+ def last_updated(self) -> Optional[str]:
136
+ """
137
+ Last time an update installation completed successfully.
138
+ """
139
+ return pulumi.get(self, "last_updated")
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def location(self) -> Optional[str]:
144
+ """
145
+ The geo-location where the resource lives
146
+ """
147
+ return pulumi.get(self, "location")
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def name(self) -> str:
152
+ """
153
+ The name of the resource
154
+ """
155
+ return pulumi.get(self, "name")
156
+
157
+ @property
158
+ @pulumi.getter(name="oemFamily")
159
+ def oem_family(self) -> Optional[str]:
160
+ """
161
+ OEM family name.
162
+ """
163
+ return pulumi.get(self, "oem_family")
164
+
165
+ @property
166
+ @pulumi.getter(name="provisioningState")
167
+ def provisioning_state(self) -> str:
168
+ """
169
+ Provisioning state of the UpdateSummaries proxy resource.
170
+ """
171
+ return pulumi.get(self, "provisioning_state")
172
+
173
+ @property
174
+ @pulumi.getter
175
+ def state(self) -> Optional[str]:
176
+ """
177
+ Overall update state of the stamp.
178
+ """
179
+ return pulumi.get(self, "state")
180
+
181
+ @property
182
+ @pulumi.getter(name="systemData")
183
+ def system_data(self) -> 'outputs.SystemDataResponse':
184
+ """
185
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
186
+ """
187
+ return pulumi.get(self, "system_data")
188
+
189
+ @property
190
+ @pulumi.getter
191
+ def type(self) -> str:
192
+ """
193
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
194
+ """
195
+ return pulumi.get(self, "type")
196
+
197
+
198
+ class AwaitableGetUpdateSummaryResult(GetUpdateSummaryResult):
199
+ # pylint: disable=using-constant-test
200
+ def __await__(self):
201
+ if False:
202
+ yield self
203
+ return GetUpdateSummaryResult(
204
+ current_oem_version=self.current_oem_version,
205
+ current_sbe_version=self.current_sbe_version,
206
+ current_version=self.current_version,
207
+ hardware_model=self.hardware_model,
208
+ health_check_date=self.health_check_date,
209
+ id=self.id,
210
+ last_checked=self.last_checked,
211
+ last_updated=self.last_updated,
212
+ location=self.location,
213
+ name=self.name,
214
+ oem_family=self.oem_family,
215
+ provisioning_state=self.provisioning_state,
216
+ state=self.state,
217
+ system_data=self.system_data,
218
+ type=self.type)
219
+
220
+
221
+ def get_update_summary(cluster_name: Optional[str] = None,
222
+ resource_group_name: Optional[str] = None,
223
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUpdateSummaryResult:
224
+ """
225
+ Get all Update summaries under the HCI cluster
226
+
227
+
228
+ :param str cluster_name: The name of the cluster.
229
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
230
+ """
231
+ __args__ = dict()
232
+ __args__['clusterName'] = cluster_name
233
+ __args__['resourceGroupName'] = resource_group_name
234
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
235
+ __ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20241201preview:getUpdateSummary', __args__, opts=opts, typ=GetUpdateSummaryResult).value
236
+
237
+ return AwaitableGetUpdateSummaryResult(
238
+ current_oem_version=pulumi.get(__ret__, 'current_oem_version'),
239
+ current_sbe_version=pulumi.get(__ret__, 'current_sbe_version'),
240
+ current_version=pulumi.get(__ret__, 'current_version'),
241
+ hardware_model=pulumi.get(__ret__, 'hardware_model'),
242
+ health_check_date=pulumi.get(__ret__, 'health_check_date'),
243
+ id=pulumi.get(__ret__, 'id'),
244
+ last_checked=pulumi.get(__ret__, 'last_checked'),
245
+ last_updated=pulumi.get(__ret__, 'last_updated'),
246
+ location=pulumi.get(__ret__, 'location'),
247
+ name=pulumi.get(__ret__, 'name'),
248
+ oem_family=pulumi.get(__ret__, 'oem_family'),
249
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
250
+ state=pulumi.get(__ret__, 'state'),
251
+ system_data=pulumi.get(__ret__, 'system_data'),
252
+ type=pulumi.get(__ret__, 'type'))
253
+ def get_update_summary_output(cluster_name: Optional[pulumi.Input[str]] = None,
254
+ resource_group_name: Optional[pulumi.Input[str]] = None,
255
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetUpdateSummaryResult]:
256
+ """
257
+ Get all Update summaries under the HCI cluster
258
+
259
+
260
+ :param str cluster_name: The name of the cluster.
261
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
262
+ """
263
+ __args__ = dict()
264
+ __args__['clusterName'] = cluster_name
265
+ __args__['resourceGroupName'] = resource_group_name
266
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
267
+ __ret__ = pulumi.runtime.invoke_output('azure-native:azurestackhci/v20241201preview:getUpdateSummary', __args__, opts=opts, typ=GetUpdateSummaryResult)
268
+ return __ret__.apply(lambda __response__: GetUpdateSummaryResult(
269
+ current_oem_version=pulumi.get(__response__, 'current_oem_version'),
270
+ current_sbe_version=pulumi.get(__response__, 'current_sbe_version'),
271
+ current_version=pulumi.get(__response__, 'current_version'),
272
+ hardware_model=pulumi.get(__response__, 'hardware_model'),
273
+ health_check_date=pulumi.get(__response__, 'health_check_date'),
274
+ id=pulumi.get(__response__, 'id'),
275
+ last_checked=pulumi.get(__response__, 'last_checked'),
276
+ last_updated=pulumi.get(__response__, 'last_updated'),
277
+ location=pulumi.get(__response__, 'location'),
278
+ name=pulumi.get(__response__, 'name'),
279
+ oem_family=pulumi.get(__response__, 'oem_family'),
280
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
281
+ state=pulumi.get(__response__, 'state'),
282
+ system_data=pulumi.get(__response__, 'system_data'),
283
+ type=pulumi.get(__response__, 'type')))