pulumi-azure-native 2.34.0__py3-none-any.whl → 2.34.1a1712062553__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 (231) hide show
  1. pulumi_azure_native/__init__.py +60 -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/security_setting.py +3 -3
  18. pulumi_azure_native/azurestackhci/update.py +3 -3
  19. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  20. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240215preview/__init__.py +28 -0
  75. pulumi_azure_native/azurestackhci/v20240215preview/_enums.py +181 -0
  76. pulumi_azure_native/azurestackhci/v20240215preview/_inputs.py +2355 -0
  77. pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +401 -0
  78. pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +646 -0
  79. pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +297 -0
  80. pulumi_azure_native/azurestackhci/v20240215preview/extension.py +468 -0
  81. pulumi_azure_native/azurestackhci/v20240215preview/get_arc_setting.py +253 -0
  82. pulumi_azure_native/azurestackhci/v20240215preview/get_cluster.py +469 -0
  83. pulumi_azure_native/azurestackhci/v20240215preview/get_deployment_setting.py +188 -0
  84. pulumi_azure_native/azurestackhci/v20240215preview/get_extension.py +271 -0
  85. pulumi_azure_native/azurestackhci/v20240215preview/get_hci_edge_device.py +145 -0
  86. pulumi_azure_native/azurestackhci/v20240215preview/get_security_setting.py +162 -0
  87. pulumi_azure_native/azurestackhci/v20240215preview/get_update.py +357 -0
  88. pulumi_azure_native/azurestackhci/v20240215preview/get_update_run.py +297 -0
  89. pulumi_azure_native/azurestackhci/v20240215preview/get_update_summary.py +235 -0
  90. pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +228 -0
  91. pulumi_azure_native/azurestackhci/v20240215preview/outputs.py +5337 -0
  92. pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +239 -0
  93. pulumi_azure_native/azurestackhci/v20240215preview/update.py +690 -0
  94. pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +585 -0
  95. pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +408 -0
  96. pulumi_azure_native/devcenter/__init__.py +7 -0
  97. pulumi_azure_native/devcenter/_enums.py +9 -0
  98. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  99. pulumi_azure_native/devcenter/catalog.py +3 -3
  100. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  101. pulumi_azure_native/devcenter/dev_center.py +3 -3
  102. pulumi_azure_native/devcenter/environment_type.py +3 -3
  103. pulumi_azure_native/devcenter/gallery.py +3 -3
  104. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  105. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  106. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  107. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  108. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  109. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  110. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  111. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  112. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  113. pulumi_azure_native/devcenter/get_pool.py +2 -2
  114. pulumi_azure_native/devcenter/get_project.py +2 -2
  115. pulumi_azure_native/devcenter/get_project_catalog.py +255 -0
  116. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +91 -0
  117. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +112 -0
  118. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  119. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  120. pulumi_azure_native/devcenter/network_connection.py +3 -3
  121. pulumi_azure_native/devcenter/outputs.py +111 -0
  122. pulumi_azure_native/devcenter/pool.py +3 -3
  123. pulumi_azure_native/devcenter/project.py +3 -3
  124. pulumi_azure_native/devcenter/project_catalog.py +365 -0
  125. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  126. pulumi_azure_native/devcenter/schedule.py +3 -3
  127. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  128. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  129. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  130. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  131. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  132. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  133. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  134. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  135. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  136. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  137. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  138. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  139. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  140. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  141. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  142. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  143. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  144. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  145. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  146. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  147. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  148. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  149. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  150. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  151. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  152. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  153. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  154. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  155. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  156. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  157. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  158. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  159. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  160. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  161. pulumi_azure_native/devcenter/v20240201/__init__.py +38 -0
  162. pulumi_azure_native/devcenter/v20240201/_enums.py +162 -0
  163. pulumi_azure_native/devcenter/v20240201/_inputs.py +504 -0
  164. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +255 -0
  165. pulumi_azure_native/devcenter/v20240201/catalog.py +363 -0
  166. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +413 -0
  167. pulumi_azure_native/devcenter/v20240201/dev_center.py +360 -0
  168. pulumi_azure_native/devcenter/v20240201/environment_type.py +253 -0
  169. pulumi_azure_native/devcenter/v20240201/gallery.py +225 -0
  170. pulumi_azure_native/devcenter/v20240201/get_attached_network_by_dev_center.py +188 -0
  171. pulumi_azure_native/devcenter/v20240201/get_catalog.py +253 -0
  172. pulumi_azure_native/devcenter/v20240201/get_catalog_sync_error_details.py +110 -0
  173. pulumi_azure_native/devcenter/v20240201/get_dev_box_definition.py +266 -0
  174. pulumi_azure_native/devcenter/v20240201/get_dev_center.py +222 -0
  175. pulumi_azure_native/devcenter/v20240201/get_environment_definition_error_details.py +89 -0
  176. pulumi_azure_native/devcenter/v20240201/get_environment_type.py +162 -0
  177. pulumi_azure_native/devcenter/v20240201/get_gallery.py +149 -0
  178. pulumi_azure_native/devcenter/v20240201/get_network_connection.py +261 -0
  179. pulumi_azure_native/devcenter/v20240201/get_pool.py +318 -0
  180. pulumi_azure_native/devcenter/v20240201/get_project.py +248 -0
  181. pulumi_azure_native/devcenter/v20240201/get_project_catalog.py +253 -0
  182. pulumi_azure_native/devcenter/v20240201/get_project_catalog_environment_definition_error_details.py +89 -0
  183. pulumi_azure_native/devcenter/v20240201/get_project_catalog_sync_error_details.py +110 -0
  184. pulumi_azure_native/devcenter/v20240201/get_project_environment_type.py +253 -0
  185. pulumi_azure_native/devcenter/v20240201/get_schedule.py +224 -0
  186. pulumi_azure_native/devcenter/v20240201/network_connection.py +448 -0
  187. pulumi_azure_native/devcenter/v20240201/outputs.py +1138 -0
  188. pulumi_azure_native/devcenter/v20240201/pool.py +550 -0
  189. pulumi_azure_native/devcenter/v20240201/project.py +418 -0
  190. pulumi_azure_native/devcenter/v20240201/project_catalog.py +363 -0
  191. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +439 -0
  192. pulumi_azure_native/devcenter/v20240201/schedule.py +434 -0
  193. pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
  194. pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
  195. pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
  196. pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
  197. pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
  198. pulumi_azure_native/devopsinfrastructure/v20240326preview/__init__.py +12 -0
  199. pulumi_azure_native/devopsinfrastructure/v20240326preview/_enums.py +153 -0
  200. pulumi_azure_native/devopsinfrastructure/v20240326preview/_inputs.py +841 -0
  201. pulumi_azure_native/devopsinfrastructure/v20240326preview/get_pool.py +235 -0
  202. pulumi_azure_native/devopsinfrastructure/v20240326preview/outputs.py +1115 -0
  203. pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +432 -0
  204. pulumi_azure_native/kubernetesconfiguration/__init__.py +3 -0
  205. pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
  206. pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
  207. pulumi_azure_native/kubernetesconfiguration/v20211101preview/flux_configuration.py +1 -1
  208. pulumi_azure_native/kubernetesconfiguration/v20220101preview/flux_configuration.py +1 -1
  209. pulumi_azure_native/kubernetesconfiguration/v20230501/flux_configuration.py +1 -1
  210. pulumi_azure_native/kubernetesconfiguration/v20240401preview/__init__.py +12 -0
  211. pulumi_azure_native/kubernetesconfiguration/v20240401preview/_enums.py +37 -0
  212. pulumi_azure_native/kubernetesconfiguration/v20240401preview/_inputs.py +1356 -0
  213. pulumi_azure_native/kubernetesconfiguration/v20240401preview/flux_configuration.py +669 -0
  214. pulumi_azure_native/kubernetesconfiguration/v20240401preview/get_flux_configuration.py +393 -0
  215. pulumi_azure_native/kubernetesconfiguration/v20240401preview/outputs.py +1832 -0
  216. pulumi_azure_native/security/__init__.py +3 -0
  217. pulumi_azure_native/security/get_security_connector.py +2 -2
  218. pulumi_azure_native/security/security_connector.py +3 -3
  219. pulumi_azure_native/security/v20210701preview/security_connector.py +1 -1
  220. pulumi_azure_native/security/v20230301preview/security_connector.py +1 -1
  221. pulumi_azure_native/security/v20231001preview/security_connector.py +1 -1
  222. pulumi_azure_native/security/v20240301preview/__init__.py +12 -0
  223. pulumi_azure_native/security/v20240301preview/_enums.py +88 -0
  224. pulumi_azure_native/security/v20240301preview/_inputs.py +3620 -0
  225. pulumi_azure_native/security/v20240301preview/get_security_connector.py +235 -0
  226. pulumi_azure_native/security/v20240301preview/outputs.py +4544 -0
  227. pulumi_azure_native/security/v20240301preview/security_connector.py +389 -0
  228. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/METADATA +1 -1
  229. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/RECORD +231 -155
  230. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/WHEEL +0 -0
  231. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,235 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetUpdateSummaryResult',
15
+ 'AwaitableGetUpdateSummaryResult',
16
+ 'get_update_summary',
17
+ 'get_update_summary_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetUpdateSummaryResult:
22
+ """
23
+ Get the update summaries for the cluster
24
+ """
25
+ def __init__(__self__, 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):
26
+ if current_version and not isinstance(current_version, str):
27
+ raise TypeError("Expected argument 'current_version' to be a str")
28
+ pulumi.set(__self__, "current_version", current_version)
29
+ if hardware_model and not isinstance(hardware_model, str):
30
+ raise TypeError("Expected argument 'hardware_model' to be a str")
31
+ pulumi.set(__self__, "hardware_model", hardware_model)
32
+ if health_check_date and not isinstance(health_check_date, str):
33
+ raise TypeError("Expected argument 'health_check_date' to be a str")
34
+ pulumi.set(__self__, "health_check_date", health_check_date)
35
+ if id and not isinstance(id, str):
36
+ raise TypeError("Expected argument 'id' to be a str")
37
+ pulumi.set(__self__, "id", id)
38
+ if last_checked and not isinstance(last_checked, str):
39
+ raise TypeError("Expected argument 'last_checked' to be a str")
40
+ pulumi.set(__self__, "last_checked", last_checked)
41
+ if last_updated and not isinstance(last_updated, str):
42
+ raise TypeError("Expected argument 'last_updated' to be a str")
43
+ pulumi.set(__self__, "last_updated", last_updated)
44
+ if location and not isinstance(location, str):
45
+ raise TypeError("Expected argument 'location' to be a str")
46
+ pulumi.set(__self__, "location", location)
47
+ if name and not isinstance(name, str):
48
+ raise TypeError("Expected argument 'name' to be a str")
49
+ pulumi.set(__self__, "name", name)
50
+ if oem_family and not isinstance(oem_family, str):
51
+ raise TypeError("Expected argument 'oem_family' to be a str")
52
+ pulumi.set(__self__, "oem_family", oem_family)
53
+ if provisioning_state and not isinstance(provisioning_state, str):
54
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
55
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
56
+ if state and not isinstance(state, str):
57
+ raise TypeError("Expected argument 'state' to be a str")
58
+ pulumi.set(__self__, "state", state)
59
+ if system_data and not isinstance(system_data, dict):
60
+ raise TypeError("Expected argument 'system_data' to be a dict")
61
+ pulumi.set(__self__, "system_data", system_data)
62
+ if type and not isinstance(type, str):
63
+ raise TypeError("Expected argument 'type' to be a str")
64
+ pulumi.set(__self__, "type", type)
65
+
66
+ @property
67
+ @pulumi.getter(name="currentVersion")
68
+ def current_version(self) -> Optional[str]:
69
+ """
70
+ Current Solution Bundle version of the stamp.
71
+ """
72
+ return pulumi.get(self, "current_version")
73
+
74
+ @property
75
+ @pulumi.getter(name="hardwareModel")
76
+ def hardware_model(self) -> Optional[str]:
77
+ """
78
+ Name of the hardware model.
79
+ """
80
+ return pulumi.get(self, "hardware_model")
81
+
82
+ @property
83
+ @pulumi.getter(name="healthCheckDate")
84
+ def health_check_date(self) -> Optional[str]:
85
+ """
86
+ Last time the package-specific checks were run.
87
+ """
88
+ return pulumi.get(self, "health_check_date")
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def id(self) -> str:
93
+ """
94
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
95
+ """
96
+ return pulumi.get(self, "id")
97
+
98
+ @property
99
+ @pulumi.getter(name="lastChecked")
100
+ def last_checked(self) -> Optional[str]:
101
+ """
102
+ Last time the update service successfully checked for updates
103
+ """
104
+ return pulumi.get(self, "last_checked")
105
+
106
+ @property
107
+ @pulumi.getter(name="lastUpdated")
108
+ def last_updated(self) -> Optional[str]:
109
+ """
110
+ Last time an update installation completed successfully.
111
+ """
112
+ return pulumi.get(self, "last_updated")
113
+
114
+ @property
115
+ @pulumi.getter
116
+ def location(self) -> Optional[str]:
117
+ """
118
+ The geo-location where the resource lives
119
+ """
120
+ return pulumi.get(self, "location")
121
+
122
+ @property
123
+ @pulumi.getter
124
+ def name(self) -> str:
125
+ """
126
+ The name of the resource
127
+ """
128
+ return pulumi.get(self, "name")
129
+
130
+ @property
131
+ @pulumi.getter(name="oemFamily")
132
+ def oem_family(self) -> Optional[str]:
133
+ """
134
+ OEM family name.
135
+ """
136
+ return pulumi.get(self, "oem_family")
137
+
138
+ @property
139
+ @pulumi.getter(name="provisioningState")
140
+ def provisioning_state(self) -> str:
141
+ """
142
+ Provisioning state of the UpdateSummaries proxy resource.
143
+ """
144
+ return pulumi.get(self, "provisioning_state")
145
+
146
+ @property
147
+ @pulumi.getter
148
+ def state(self) -> Optional[str]:
149
+ """
150
+ Overall update state of the stamp.
151
+ """
152
+ return pulumi.get(self, "state")
153
+
154
+ @property
155
+ @pulumi.getter(name="systemData")
156
+ def system_data(self) -> 'outputs.SystemDataResponse':
157
+ """
158
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
159
+ """
160
+ return pulumi.get(self, "system_data")
161
+
162
+ @property
163
+ @pulumi.getter
164
+ def type(self) -> str:
165
+ """
166
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
167
+ """
168
+ return pulumi.get(self, "type")
169
+
170
+
171
+ class AwaitableGetUpdateSummaryResult(GetUpdateSummaryResult):
172
+ # pylint: disable=using-constant-test
173
+ def __await__(self):
174
+ if False:
175
+ yield self
176
+ return GetUpdateSummaryResult(
177
+ current_version=self.current_version,
178
+ hardware_model=self.hardware_model,
179
+ health_check_date=self.health_check_date,
180
+ id=self.id,
181
+ last_checked=self.last_checked,
182
+ last_updated=self.last_updated,
183
+ location=self.location,
184
+ name=self.name,
185
+ oem_family=self.oem_family,
186
+ provisioning_state=self.provisioning_state,
187
+ state=self.state,
188
+ system_data=self.system_data,
189
+ type=self.type)
190
+
191
+
192
+ def get_update_summary(cluster_name: Optional[str] = None,
193
+ resource_group_name: Optional[str] = None,
194
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetUpdateSummaryResult:
195
+ """
196
+ Get all Update summaries under the HCI cluster
197
+
198
+
199
+ :param str cluster_name: The name of the cluster.
200
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
201
+ """
202
+ __args__ = dict()
203
+ __args__['clusterName'] = cluster_name
204
+ __args__['resourceGroupName'] = resource_group_name
205
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
206
+ __ret__ = pulumi.runtime.invoke('azure-native:azurestackhci/v20240215preview:getUpdateSummary', __args__, opts=opts, typ=GetUpdateSummaryResult).value
207
+
208
+ return AwaitableGetUpdateSummaryResult(
209
+ current_version=pulumi.get(__ret__, 'current_version'),
210
+ hardware_model=pulumi.get(__ret__, 'hardware_model'),
211
+ health_check_date=pulumi.get(__ret__, 'health_check_date'),
212
+ id=pulumi.get(__ret__, 'id'),
213
+ last_checked=pulumi.get(__ret__, 'last_checked'),
214
+ last_updated=pulumi.get(__ret__, 'last_updated'),
215
+ location=pulumi.get(__ret__, 'location'),
216
+ name=pulumi.get(__ret__, 'name'),
217
+ oem_family=pulumi.get(__ret__, 'oem_family'),
218
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
219
+ state=pulumi.get(__ret__, 'state'),
220
+ system_data=pulumi.get(__ret__, 'system_data'),
221
+ type=pulumi.get(__ret__, 'type'))
222
+
223
+
224
+ @_utilities.lift_output_func(get_update_summary)
225
+ def get_update_summary_output(cluster_name: Optional[pulumi.Input[str]] = None,
226
+ resource_group_name: Optional[pulumi.Input[str]] = None,
227
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetUpdateSummaryResult]:
228
+ """
229
+ Get all Update summaries under the HCI cluster
230
+
231
+
232
+ :param str cluster_name: The name of the cluster.
233
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
234
+ """
235
+ ...
@@ -0,0 +1,228 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._inputs import *
13
+
14
+ __all__ = ['HciEdgeDeviceArgs', 'HciEdgeDevice']
15
+
16
+ @pulumi.input_type
17
+ class HciEdgeDeviceArgs:
18
+ def __init__(__self__, *,
19
+ kind: pulumi.Input[str],
20
+ resource_uri: pulumi.Input[str],
21
+ edge_device_name: Optional[pulumi.Input[str]] = None,
22
+ properties: Optional[pulumi.Input['HciEdgeDevicePropertiesArgs']] = None):
23
+ """
24
+ The set of arguments for constructing a HciEdgeDevice resource.
25
+ :param pulumi.Input[str] kind: Edge device kind.
26
+ Expected value is 'HCI'.
27
+ :param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource.
28
+ :param pulumi.Input[str] edge_device_name: Name of Device
29
+ :param pulumi.Input['HciEdgeDevicePropertiesArgs'] properties: properties for Arc-enabled edge device with HCI OS.
30
+ """
31
+ pulumi.set(__self__, "kind", 'HCI')
32
+ pulumi.set(__self__, "resource_uri", resource_uri)
33
+ if edge_device_name is not None:
34
+ pulumi.set(__self__, "edge_device_name", edge_device_name)
35
+ if properties is not None:
36
+ pulumi.set(__self__, "properties", properties)
37
+
38
+ @property
39
+ @pulumi.getter
40
+ def kind(self) -> pulumi.Input[str]:
41
+ """
42
+ Edge device kind.
43
+ Expected value is 'HCI'.
44
+ """
45
+ return pulumi.get(self, "kind")
46
+
47
+ @kind.setter
48
+ def kind(self, value: pulumi.Input[str]):
49
+ pulumi.set(self, "kind", value)
50
+
51
+ @property
52
+ @pulumi.getter(name="resourceUri")
53
+ def resource_uri(self) -> pulumi.Input[str]:
54
+ """
55
+ The fully qualified Azure Resource manager identifier of the resource.
56
+ """
57
+ return pulumi.get(self, "resource_uri")
58
+
59
+ @resource_uri.setter
60
+ def resource_uri(self, value: pulumi.Input[str]):
61
+ pulumi.set(self, "resource_uri", value)
62
+
63
+ @property
64
+ @pulumi.getter(name="edgeDeviceName")
65
+ def edge_device_name(self) -> Optional[pulumi.Input[str]]:
66
+ """
67
+ Name of Device
68
+ """
69
+ return pulumi.get(self, "edge_device_name")
70
+
71
+ @edge_device_name.setter
72
+ def edge_device_name(self, value: Optional[pulumi.Input[str]]):
73
+ pulumi.set(self, "edge_device_name", value)
74
+
75
+ @property
76
+ @pulumi.getter
77
+ def properties(self) -> Optional[pulumi.Input['HciEdgeDevicePropertiesArgs']]:
78
+ """
79
+ properties for Arc-enabled edge device with HCI OS.
80
+ """
81
+ return pulumi.get(self, "properties")
82
+
83
+ @properties.setter
84
+ def properties(self, value: Optional[pulumi.Input['HciEdgeDevicePropertiesArgs']]):
85
+ pulumi.set(self, "properties", value)
86
+
87
+
88
+ class HciEdgeDevice(pulumi.CustomResource):
89
+ @overload
90
+ def __init__(__self__,
91
+ resource_name: str,
92
+ opts: Optional[pulumi.ResourceOptions] = None,
93
+ edge_device_name: Optional[pulumi.Input[str]] = None,
94
+ kind: Optional[pulumi.Input[str]] = None,
95
+ properties: Optional[pulumi.Input[pulumi.InputType['HciEdgeDevicePropertiesArgs']]] = None,
96
+ resource_uri: Optional[pulumi.Input[str]] = None,
97
+ __props__=None):
98
+ """
99
+ Arc-enabled edge device with HCI OS.
100
+
101
+ :param str resource_name: The name of the resource.
102
+ :param pulumi.ResourceOptions opts: Options for the resource.
103
+ :param pulumi.Input[str] edge_device_name: Name of Device
104
+ :param pulumi.Input[str] kind: Edge device kind.
105
+ Expected value is 'HCI'.
106
+ :param pulumi.Input[pulumi.InputType['HciEdgeDevicePropertiesArgs']] properties: properties for Arc-enabled edge device with HCI OS.
107
+ :param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource.
108
+ """
109
+ ...
110
+ @overload
111
+ def __init__(__self__,
112
+ resource_name: str,
113
+ args: HciEdgeDeviceArgs,
114
+ opts: Optional[pulumi.ResourceOptions] = None):
115
+ """
116
+ Arc-enabled edge device with HCI OS.
117
+
118
+ :param str resource_name: The name of the resource.
119
+ :param HciEdgeDeviceArgs args: The arguments to use to populate this resource's properties.
120
+ :param pulumi.ResourceOptions opts: Options for the resource.
121
+ """
122
+ ...
123
+ def __init__(__self__, resource_name: str, *args, **kwargs):
124
+ resource_args, opts = _utilities.get_resource_args_opts(HciEdgeDeviceArgs, pulumi.ResourceOptions, *args, **kwargs)
125
+ if resource_args is not None:
126
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
127
+ else:
128
+ __self__._internal_init(resource_name, *args, **kwargs)
129
+
130
+ def _internal_init(__self__,
131
+ resource_name: str,
132
+ opts: Optional[pulumi.ResourceOptions] = None,
133
+ edge_device_name: Optional[pulumi.Input[str]] = None,
134
+ kind: Optional[pulumi.Input[str]] = None,
135
+ properties: Optional[pulumi.Input[pulumi.InputType['HciEdgeDevicePropertiesArgs']]] = None,
136
+ resource_uri: Optional[pulumi.Input[str]] = None,
137
+ __props__=None):
138
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
139
+ if not isinstance(opts, pulumi.ResourceOptions):
140
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
141
+ if opts.id is None:
142
+ if __props__ is not None:
143
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
144
+ __props__ = HciEdgeDeviceArgs.__new__(HciEdgeDeviceArgs)
145
+
146
+ __props__.__dict__["edge_device_name"] = edge_device_name
147
+ if kind is None and not opts.urn:
148
+ raise TypeError("Missing required property 'kind'")
149
+ __props__.__dict__["kind"] = 'HCI'
150
+ __props__.__dict__["properties"] = properties
151
+ if resource_uri is None and not opts.urn:
152
+ raise TypeError("Missing required property 'resource_uri'")
153
+ __props__.__dict__["resource_uri"] = resource_uri
154
+ __props__.__dict__["name"] = None
155
+ __props__.__dict__["system_data"] = None
156
+ __props__.__dict__["type"] = None
157
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:HciEdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:HciEdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:HciEdgeDevice"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:HciEdgeDevice")])
158
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
159
+ super(HciEdgeDevice, __self__).__init__(
160
+ 'azure-native:azurestackhci/v20240215preview:HciEdgeDevice',
161
+ resource_name,
162
+ __props__,
163
+ opts)
164
+
165
+ @staticmethod
166
+ def get(resource_name: str,
167
+ id: pulumi.Input[str],
168
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'HciEdgeDevice':
169
+ """
170
+ Get an existing HciEdgeDevice resource's state with the given name, id, and optional extra
171
+ properties used to qualify the lookup.
172
+
173
+ :param str resource_name: The unique name of the resulting resource.
174
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
175
+ :param pulumi.ResourceOptions opts: Options for the resource.
176
+ """
177
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
178
+
179
+ __props__ = HciEdgeDeviceArgs.__new__(HciEdgeDeviceArgs)
180
+
181
+ __props__.__dict__["kind"] = None
182
+ __props__.__dict__["name"] = None
183
+ __props__.__dict__["properties"] = None
184
+ __props__.__dict__["system_data"] = None
185
+ __props__.__dict__["type"] = None
186
+ return HciEdgeDevice(resource_name, opts=opts, __props__=__props__)
187
+
188
+ @property
189
+ @pulumi.getter
190
+ def kind(self) -> pulumi.Output[str]:
191
+ """
192
+ Edge device kind.
193
+ Expected value is 'HCI'.
194
+ """
195
+ return pulumi.get(self, "kind")
196
+
197
+ @property
198
+ @pulumi.getter
199
+ def name(self) -> pulumi.Output[str]:
200
+ """
201
+ The name of the resource
202
+ """
203
+ return pulumi.get(self, "name")
204
+
205
+ @property
206
+ @pulumi.getter
207
+ def properties(self) -> pulumi.Output['outputs.HciEdgeDevicePropertiesResponse']:
208
+ """
209
+ properties for Arc-enabled edge device with HCI OS.
210
+ """
211
+ return pulumi.get(self, "properties")
212
+
213
+ @property
214
+ @pulumi.getter(name="systemData")
215
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
216
+ """
217
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
218
+ """
219
+ return pulumi.get(self, "system_data")
220
+
221
+ @property
222
+ @pulumi.getter
223
+ def type(self) -> pulumi.Output[str]:
224
+ """
225
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
226
+ """
227
+ return pulumi.get(self, "type")
228
+