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,690 @@
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 ._enums import *
13
+ from ._inputs import *
14
+
15
+ __all__ = ['UpdateArgs', 'Update']
16
+
17
+ @pulumi.input_type
18
+ class UpdateArgs:
19
+ def __init__(__self__, *,
20
+ cluster_name: pulumi.Input[str],
21
+ resource_group_name: pulumi.Input[str],
22
+ additional_properties: Optional[pulumi.Input[str]] = None,
23
+ availability_type: Optional[pulumi.Input[Union[str, 'AvailabilityType']]] = None,
24
+ description: Optional[pulumi.Input[str]] = None,
25
+ display_name: Optional[pulumi.Input[str]] = None,
26
+ health_check_date: Optional[pulumi.Input[str]] = None,
27
+ installed_date: Optional[pulumi.Input[str]] = None,
28
+ location: Optional[pulumi.Input[str]] = None,
29
+ notify_message: Optional[pulumi.Input[str]] = None,
30
+ package_path: Optional[pulumi.Input[str]] = None,
31
+ package_size_in_mb: Optional[pulumi.Input[float]] = None,
32
+ package_type: Optional[pulumi.Input[str]] = None,
33
+ prerequisites: Optional[pulumi.Input[Sequence[pulumi.Input['UpdatePrerequisiteArgs']]]] = None,
34
+ progress_percentage: Optional[pulumi.Input[float]] = None,
35
+ publisher: Optional[pulumi.Input[str]] = None,
36
+ release_link: Optional[pulumi.Input[str]] = None,
37
+ state: Optional[pulumi.Input[Union[str, 'State']]] = None,
38
+ update_name: Optional[pulumi.Input[str]] = None,
39
+ version: Optional[pulumi.Input[str]] = None):
40
+ """
41
+ The set of arguments for constructing a Update resource.
42
+ :param pulumi.Input[str] cluster_name: The name of the cluster.
43
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
44
+ :param pulumi.Input[str] additional_properties: Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type.
45
+ :param pulumi.Input[Union[str, 'AvailabilityType']] availability_type: Indicates the way the update content can be downloaded.
46
+ :param pulumi.Input[str] description: Description of the update.
47
+ :param pulumi.Input[str] display_name: Display name of the Update
48
+ :param pulumi.Input[str] health_check_date: Last time the package-specific checks were run.
49
+ :param pulumi.Input[str] installed_date: Date that the update was installed.
50
+ :param pulumi.Input[str] location: The geo-location where the resource lives
51
+ :param pulumi.Input[str] notify_message: Brief message with instructions for updates of AvailabilityType Notify.
52
+ :param pulumi.Input[str] package_path: Path where the update package is available.
53
+ :param pulumi.Input[float] package_size_in_mb: Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content.
54
+ :param pulumi.Input[str] package_type: Customer-visible type of the update.
55
+ :param pulumi.Input[Sequence[pulumi.Input['UpdatePrerequisiteArgs']]] prerequisites: If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.
56
+ :param pulumi.Input[float] progress_percentage: Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded.
57
+ :param pulumi.Input[str] publisher: Publisher of the update package.
58
+ :param pulumi.Input[str] release_link: Link to release notes for the update.
59
+ :param pulumi.Input[Union[str, 'State']] state: State of the update as it relates to this stamp.
60
+ :param pulumi.Input[str] update_name: The name of the Update
61
+ :param pulumi.Input[str] version: Version of the update.
62
+ """
63
+ pulumi.set(__self__, "cluster_name", cluster_name)
64
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
65
+ if additional_properties is not None:
66
+ pulumi.set(__self__, "additional_properties", additional_properties)
67
+ if availability_type is not None:
68
+ pulumi.set(__self__, "availability_type", availability_type)
69
+ if description is not None:
70
+ pulumi.set(__self__, "description", description)
71
+ if display_name is not None:
72
+ pulumi.set(__self__, "display_name", display_name)
73
+ if health_check_date is not None:
74
+ pulumi.set(__self__, "health_check_date", health_check_date)
75
+ if installed_date is not None:
76
+ pulumi.set(__self__, "installed_date", installed_date)
77
+ if location is not None:
78
+ pulumi.set(__self__, "location", location)
79
+ if notify_message is not None:
80
+ pulumi.set(__self__, "notify_message", notify_message)
81
+ if package_path is not None:
82
+ pulumi.set(__self__, "package_path", package_path)
83
+ if package_size_in_mb is not None:
84
+ pulumi.set(__self__, "package_size_in_mb", package_size_in_mb)
85
+ if package_type is not None:
86
+ pulumi.set(__self__, "package_type", package_type)
87
+ if prerequisites is not None:
88
+ pulumi.set(__self__, "prerequisites", prerequisites)
89
+ if progress_percentage is not None:
90
+ pulumi.set(__self__, "progress_percentage", progress_percentage)
91
+ if publisher is not None:
92
+ pulumi.set(__self__, "publisher", publisher)
93
+ if release_link is not None:
94
+ pulumi.set(__self__, "release_link", release_link)
95
+ if state is not None:
96
+ pulumi.set(__self__, "state", state)
97
+ if update_name is not None:
98
+ pulumi.set(__self__, "update_name", update_name)
99
+ if version is not None:
100
+ pulumi.set(__self__, "version", version)
101
+
102
+ @property
103
+ @pulumi.getter(name="clusterName")
104
+ def cluster_name(self) -> pulumi.Input[str]:
105
+ """
106
+ The name of the cluster.
107
+ """
108
+ return pulumi.get(self, "cluster_name")
109
+
110
+ @cluster_name.setter
111
+ def cluster_name(self, value: pulumi.Input[str]):
112
+ pulumi.set(self, "cluster_name", value)
113
+
114
+ @property
115
+ @pulumi.getter(name="resourceGroupName")
116
+ def resource_group_name(self) -> pulumi.Input[str]:
117
+ """
118
+ The name of the resource group. The name is case insensitive.
119
+ """
120
+ return pulumi.get(self, "resource_group_name")
121
+
122
+ @resource_group_name.setter
123
+ def resource_group_name(self, value: pulumi.Input[str]):
124
+ pulumi.set(self, "resource_group_name", value)
125
+
126
+ @property
127
+ @pulumi.getter(name="additionalProperties")
128
+ def additional_properties(self) -> Optional[pulumi.Input[str]]:
129
+ """
130
+ Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type.
131
+ """
132
+ return pulumi.get(self, "additional_properties")
133
+
134
+ @additional_properties.setter
135
+ def additional_properties(self, value: Optional[pulumi.Input[str]]):
136
+ pulumi.set(self, "additional_properties", value)
137
+
138
+ @property
139
+ @pulumi.getter(name="availabilityType")
140
+ def availability_type(self) -> Optional[pulumi.Input[Union[str, 'AvailabilityType']]]:
141
+ """
142
+ Indicates the way the update content can be downloaded.
143
+ """
144
+ return pulumi.get(self, "availability_type")
145
+
146
+ @availability_type.setter
147
+ def availability_type(self, value: Optional[pulumi.Input[Union[str, 'AvailabilityType']]]):
148
+ pulumi.set(self, "availability_type", value)
149
+
150
+ @property
151
+ @pulumi.getter
152
+ def description(self) -> Optional[pulumi.Input[str]]:
153
+ """
154
+ Description of the update.
155
+ """
156
+ return pulumi.get(self, "description")
157
+
158
+ @description.setter
159
+ def description(self, value: Optional[pulumi.Input[str]]):
160
+ pulumi.set(self, "description", value)
161
+
162
+ @property
163
+ @pulumi.getter(name="displayName")
164
+ def display_name(self) -> Optional[pulumi.Input[str]]:
165
+ """
166
+ Display name of the Update
167
+ """
168
+ return pulumi.get(self, "display_name")
169
+
170
+ @display_name.setter
171
+ def display_name(self, value: Optional[pulumi.Input[str]]):
172
+ pulumi.set(self, "display_name", value)
173
+
174
+ @property
175
+ @pulumi.getter(name="healthCheckDate")
176
+ def health_check_date(self) -> Optional[pulumi.Input[str]]:
177
+ """
178
+ Last time the package-specific checks were run.
179
+ """
180
+ return pulumi.get(self, "health_check_date")
181
+
182
+ @health_check_date.setter
183
+ def health_check_date(self, value: Optional[pulumi.Input[str]]):
184
+ pulumi.set(self, "health_check_date", value)
185
+
186
+ @property
187
+ @pulumi.getter(name="installedDate")
188
+ def installed_date(self) -> Optional[pulumi.Input[str]]:
189
+ """
190
+ Date that the update was installed.
191
+ """
192
+ return pulumi.get(self, "installed_date")
193
+
194
+ @installed_date.setter
195
+ def installed_date(self, value: Optional[pulumi.Input[str]]):
196
+ pulumi.set(self, "installed_date", value)
197
+
198
+ @property
199
+ @pulumi.getter
200
+ def location(self) -> Optional[pulumi.Input[str]]:
201
+ """
202
+ The geo-location where the resource lives
203
+ """
204
+ return pulumi.get(self, "location")
205
+
206
+ @location.setter
207
+ def location(self, value: Optional[pulumi.Input[str]]):
208
+ pulumi.set(self, "location", value)
209
+
210
+ @property
211
+ @pulumi.getter(name="notifyMessage")
212
+ def notify_message(self) -> Optional[pulumi.Input[str]]:
213
+ """
214
+ Brief message with instructions for updates of AvailabilityType Notify.
215
+ """
216
+ return pulumi.get(self, "notify_message")
217
+
218
+ @notify_message.setter
219
+ def notify_message(self, value: Optional[pulumi.Input[str]]):
220
+ pulumi.set(self, "notify_message", value)
221
+
222
+ @property
223
+ @pulumi.getter(name="packagePath")
224
+ def package_path(self) -> Optional[pulumi.Input[str]]:
225
+ """
226
+ Path where the update package is available.
227
+ """
228
+ return pulumi.get(self, "package_path")
229
+
230
+ @package_path.setter
231
+ def package_path(self, value: Optional[pulumi.Input[str]]):
232
+ pulumi.set(self, "package_path", value)
233
+
234
+ @property
235
+ @pulumi.getter(name="packageSizeInMb")
236
+ def package_size_in_mb(self) -> Optional[pulumi.Input[float]]:
237
+ """
238
+ Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content.
239
+ """
240
+ return pulumi.get(self, "package_size_in_mb")
241
+
242
+ @package_size_in_mb.setter
243
+ def package_size_in_mb(self, value: Optional[pulumi.Input[float]]):
244
+ pulumi.set(self, "package_size_in_mb", value)
245
+
246
+ @property
247
+ @pulumi.getter(name="packageType")
248
+ def package_type(self) -> Optional[pulumi.Input[str]]:
249
+ """
250
+ Customer-visible type of the update.
251
+ """
252
+ return pulumi.get(self, "package_type")
253
+
254
+ @package_type.setter
255
+ def package_type(self, value: Optional[pulumi.Input[str]]):
256
+ pulumi.set(self, "package_type", value)
257
+
258
+ @property
259
+ @pulumi.getter
260
+ def prerequisites(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UpdatePrerequisiteArgs']]]]:
261
+ """
262
+ If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.
263
+ """
264
+ return pulumi.get(self, "prerequisites")
265
+
266
+ @prerequisites.setter
267
+ def prerequisites(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UpdatePrerequisiteArgs']]]]):
268
+ pulumi.set(self, "prerequisites", value)
269
+
270
+ @property
271
+ @pulumi.getter(name="progressPercentage")
272
+ def progress_percentage(self) -> Optional[pulumi.Input[float]]:
273
+ """
274
+ Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded.
275
+ """
276
+ return pulumi.get(self, "progress_percentage")
277
+
278
+ @progress_percentage.setter
279
+ def progress_percentage(self, value: Optional[pulumi.Input[float]]):
280
+ pulumi.set(self, "progress_percentage", value)
281
+
282
+ @property
283
+ @pulumi.getter
284
+ def publisher(self) -> Optional[pulumi.Input[str]]:
285
+ """
286
+ Publisher of the update package.
287
+ """
288
+ return pulumi.get(self, "publisher")
289
+
290
+ @publisher.setter
291
+ def publisher(self, value: Optional[pulumi.Input[str]]):
292
+ pulumi.set(self, "publisher", value)
293
+
294
+ @property
295
+ @pulumi.getter(name="releaseLink")
296
+ def release_link(self) -> Optional[pulumi.Input[str]]:
297
+ """
298
+ Link to release notes for the update.
299
+ """
300
+ return pulumi.get(self, "release_link")
301
+
302
+ @release_link.setter
303
+ def release_link(self, value: Optional[pulumi.Input[str]]):
304
+ pulumi.set(self, "release_link", value)
305
+
306
+ @property
307
+ @pulumi.getter
308
+ def state(self) -> Optional[pulumi.Input[Union[str, 'State']]]:
309
+ """
310
+ State of the update as it relates to this stamp.
311
+ """
312
+ return pulumi.get(self, "state")
313
+
314
+ @state.setter
315
+ def state(self, value: Optional[pulumi.Input[Union[str, 'State']]]):
316
+ pulumi.set(self, "state", value)
317
+
318
+ @property
319
+ @pulumi.getter(name="updateName")
320
+ def update_name(self) -> Optional[pulumi.Input[str]]:
321
+ """
322
+ The name of the Update
323
+ """
324
+ return pulumi.get(self, "update_name")
325
+
326
+ @update_name.setter
327
+ def update_name(self, value: Optional[pulumi.Input[str]]):
328
+ pulumi.set(self, "update_name", value)
329
+
330
+ @property
331
+ @pulumi.getter
332
+ def version(self) -> Optional[pulumi.Input[str]]:
333
+ """
334
+ Version of the update.
335
+ """
336
+ return pulumi.get(self, "version")
337
+
338
+ @version.setter
339
+ def version(self, value: Optional[pulumi.Input[str]]):
340
+ pulumi.set(self, "version", value)
341
+
342
+
343
+ class Update(pulumi.CustomResource):
344
+ @overload
345
+ def __init__(__self__,
346
+ resource_name: str,
347
+ opts: Optional[pulumi.ResourceOptions] = None,
348
+ additional_properties: Optional[pulumi.Input[str]] = None,
349
+ availability_type: Optional[pulumi.Input[Union[str, 'AvailabilityType']]] = None,
350
+ cluster_name: Optional[pulumi.Input[str]] = None,
351
+ description: Optional[pulumi.Input[str]] = None,
352
+ display_name: Optional[pulumi.Input[str]] = None,
353
+ health_check_date: Optional[pulumi.Input[str]] = None,
354
+ installed_date: Optional[pulumi.Input[str]] = None,
355
+ location: Optional[pulumi.Input[str]] = None,
356
+ notify_message: Optional[pulumi.Input[str]] = None,
357
+ package_path: Optional[pulumi.Input[str]] = None,
358
+ package_size_in_mb: Optional[pulumi.Input[float]] = None,
359
+ package_type: Optional[pulumi.Input[str]] = None,
360
+ prerequisites: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['UpdatePrerequisiteArgs']]]]] = None,
361
+ progress_percentage: Optional[pulumi.Input[float]] = None,
362
+ publisher: Optional[pulumi.Input[str]] = None,
363
+ release_link: Optional[pulumi.Input[str]] = None,
364
+ resource_group_name: Optional[pulumi.Input[str]] = None,
365
+ state: Optional[pulumi.Input[Union[str, 'State']]] = None,
366
+ update_name: Optional[pulumi.Input[str]] = None,
367
+ version: Optional[pulumi.Input[str]] = None,
368
+ __props__=None):
369
+ """
370
+ Update details
371
+
372
+ :param str resource_name: The name of the resource.
373
+ :param pulumi.ResourceOptions opts: Options for the resource.
374
+ :param pulumi.Input[str] additional_properties: Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type.
375
+ :param pulumi.Input[Union[str, 'AvailabilityType']] availability_type: Indicates the way the update content can be downloaded.
376
+ :param pulumi.Input[str] cluster_name: The name of the cluster.
377
+ :param pulumi.Input[str] description: Description of the update.
378
+ :param pulumi.Input[str] display_name: Display name of the Update
379
+ :param pulumi.Input[str] health_check_date: Last time the package-specific checks were run.
380
+ :param pulumi.Input[str] installed_date: Date that the update was installed.
381
+ :param pulumi.Input[str] location: The geo-location where the resource lives
382
+ :param pulumi.Input[str] notify_message: Brief message with instructions for updates of AvailabilityType Notify.
383
+ :param pulumi.Input[str] package_path: Path where the update package is available.
384
+ :param pulumi.Input[float] package_size_in_mb: Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content.
385
+ :param pulumi.Input[str] package_type: Customer-visible type of the update.
386
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['UpdatePrerequisiteArgs']]]] prerequisites: If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.
387
+ :param pulumi.Input[float] progress_percentage: Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded.
388
+ :param pulumi.Input[str] publisher: Publisher of the update package.
389
+ :param pulumi.Input[str] release_link: Link to release notes for the update.
390
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
391
+ :param pulumi.Input[Union[str, 'State']] state: State of the update as it relates to this stamp.
392
+ :param pulumi.Input[str] update_name: The name of the Update
393
+ :param pulumi.Input[str] version: Version of the update.
394
+ """
395
+ ...
396
+ @overload
397
+ def __init__(__self__,
398
+ resource_name: str,
399
+ args: UpdateArgs,
400
+ opts: Optional[pulumi.ResourceOptions] = None):
401
+ """
402
+ Update details
403
+
404
+ :param str resource_name: The name of the resource.
405
+ :param UpdateArgs args: The arguments to use to populate this resource's properties.
406
+ :param pulumi.ResourceOptions opts: Options for the resource.
407
+ """
408
+ ...
409
+ def __init__(__self__, resource_name: str, *args, **kwargs):
410
+ resource_args, opts = _utilities.get_resource_args_opts(UpdateArgs, pulumi.ResourceOptions, *args, **kwargs)
411
+ if resource_args is not None:
412
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
413
+ else:
414
+ __self__._internal_init(resource_name, *args, **kwargs)
415
+
416
+ def _internal_init(__self__,
417
+ resource_name: str,
418
+ opts: Optional[pulumi.ResourceOptions] = None,
419
+ additional_properties: Optional[pulumi.Input[str]] = None,
420
+ availability_type: Optional[pulumi.Input[Union[str, 'AvailabilityType']]] = None,
421
+ cluster_name: Optional[pulumi.Input[str]] = None,
422
+ description: Optional[pulumi.Input[str]] = None,
423
+ display_name: Optional[pulumi.Input[str]] = None,
424
+ health_check_date: Optional[pulumi.Input[str]] = None,
425
+ installed_date: Optional[pulumi.Input[str]] = None,
426
+ location: Optional[pulumi.Input[str]] = None,
427
+ notify_message: Optional[pulumi.Input[str]] = None,
428
+ package_path: Optional[pulumi.Input[str]] = None,
429
+ package_size_in_mb: Optional[pulumi.Input[float]] = None,
430
+ package_type: Optional[pulumi.Input[str]] = None,
431
+ prerequisites: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['UpdatePrerequisiteArgs']]]]] = None,
432
+ progress_percentage: Optional[pulumi.Input[float]] = None,
433
+ publisher: Optional[pulumi.Input[str]] = None,
434
+ release_link: Optional[pulumi.Input[str]] = None,
435
+ resource_group_name: Optional[pulumi.Input[str]] = None,
436
+ state: Optional[pulumi.Input[Union[str, 'State']]] = None,
437
+ update_name: Optional[pulumi.Input[str]] = None,
438
+ version: Optional[pulumi.Input[str]] = None,
439
+ __props__=None):
440
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
441
+ if not isinstance(opts, pulumi.ResourceOptions):
442
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
443
+ if opts.id is None:
444
+ if __props__ is not None:
445
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
446
+ __props__ = UpdateArgs.__new__(UpdateArgs)
447
+
448
+ __props__.__dict__["additional_properties"] = additional_properties
449
+ __props__.__dict__["availability_type"] = availability_type
450
+ if cluster_name is None and not opts.urn:
451
+ raise TypeError("Missing required property 'cluster_name'")
452
+ __props__.__dict__["cluster_name"] = cluster_name
453
+ __props__.__dict__["description"] = description
454
+ __props__.__dict__["display_name"] = display_name
455
+ __props__.__dict__["health_check_date"] = health_check_date
456
+ __props__.__dict__["installed_date"] = installed_date
457
+ __props__.__dict__["location"] = location
458
+ __props__.__dict__["notify_message"] = notify_message
459
+ __props__.__dict__["package_path"] = package_path
460
+ __props__.__dict__["package_size_in_mb"] = package_size_in_mb
461
+ __props__.__dict__["package_type"] = package_type
462
+ __props__.__dict__["prerequisites"] = prerequisites
463
+ __props__.__dict__["progress_percentage"] = progress_percentage
464
+ __props__.__dict__["publisher"] = publisher
465
+ __props__.__dict__["release_link"] = release_link
466
+ if resource_group_name is None and not opts.urn:
467
+ raise TypeError("Missing required property 'resource_group_name'")
468
+ __props__.__dict__["resource_group_name"] = resource_group_name
469
+ __props__.__dict__["state"] = state
470
+ __props__.__dict__["update_name"] = update_name
471
+ __props__.__dict__["version"] = version
472
+ __props__.__dict__["name"] = None
473
+ __props__.__dict__["provisioning_state"] = None
474
+ __props__.__dict__["system_data"] = None
475
+ __props__.__dict__["type"] = None
476
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurestackhci:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20221201:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20221215preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230201:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230301:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230601:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20230801preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20231101preview:Update"), pulumi.Alias(type_="azure-native:azurestackhci/v20240101:Update")])
477
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
478
+ super(Update, __self__).__init__(
479
+ 'azure-native:azurestackhci/v20240215preview:Update',
480
+ resource_name,
481
+ __props__,
482
+ opts)
483
+
484
+ @staticmethod
485
+ def get(resource_name: str,
486
+ id: pulumi.Input[str],
487
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Update':
488
+ """
489
+ Get an existing Update resource's state with the given name, id, and optional extra
490
+ properties used to qualify the lookup.
491
+
492
+ :param str resource_name: The unique name of the resulting resource.
493
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
494
+ :param pulumi.ResourceOptions opts: Options for the resource.
495
+ """
496
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
497
+
498
+ __props__ = UpdateArgs.__new__(UpdateArgs)
499
+
500
+ __props__.__dict__["additional_properties"] = None
501
+ __props__.__dict__["availability_type"] = None
502
+ __props__.__dict__["description"] = None
503
+ __props__.__dict__["display_name"] = None
504
+ __props__.__dict__["health_check_date"] = None
505
+ __props__.__dict__["installed_date"] = None
506
+ __props__.__dict__["location"] = None
507
+ __props__.__dict__["name"] = None
508
+ __props__.__dict__["notify_message"] = None
509
+ __props__.__dict__["package_path"] = None
510
+ __props__.__dict__["package_size_in_mb"] = None
511
+ __props__.__dict__["package_type"] = None
512
+ __props__.__dict__["prerequisites"] = None
513
+ __props__.__dict__["progress_percentage"] = None
514
+ __props__.__dict__["provisioning_state"] = None
515
+ __props__.__dict__["publisher"] = None
516
+ __props__.__dict__["release_link"] = None
517
+ __props__.__dict__["state"] = None
518
+ __props__.__dict__["system_data"] = None
519
+ __props__.__dict__["type"] = None
520
+ __props__.__dict__["version"] = None
521
+ return Update(resource_name, opts=opts, __props__=__props__)
522
+
523
+ @property
524
+ @pulumi.getter(name="additionalProperties")
525
+ def additional_properties(self) -> pulumi.Output[Optional[str]]:
526
+ """
527
+ Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type.
528
+ """
529
+ return pulumi.get(self, "additional_properties")
530
+
531
+ @property
532
+ @pulumi.getter(name="availabilityType")
533
+ def availability_type(self) -> pulumi.Output[Optional[str]]:
534
+ """
535
+ Indicates the way the update content can be downloaded.
536
+ """
537
+ return pulumi.get(self, "availability_type")
538
+
539
+ @property
540
+ @pulumi.getter
541
+ def description(self) -> pulumi.Output[Optional[str]]:
542
+ """
543
+ Description of the update.
544
+ """
545
+ return pulumi.get(self, "description")
546
+
547
+ @property
548
+ @pulumi.getter(name="displayName")
549
+ def display_name(self) -> pulumi.Output[Optional[str]]:
550
+ """
551
+ Display name of the Update
552
+ """
553
+ return pulumi.get(self, "display_name")
554
+
555
+ @property
556
+ @pulumi.getter(name="healthCheckDate")
557
+ def health_check_date(self) -> pulumi.Output[Optional[str]]:
558
+ """
559
+ Last time the package-specific checks were run.
560
+ """
561
+ return pulumi.get(self, "health_check_date")
562
+
563
+ @property
564
+ @pulumi.getter(name="installedDate")
565
+ def installed_date(self) -> pulumi.Output[Optional[str]]:
566
+ """
567
+ Date that the update was installed.
568
+ """
569
+ return pulumi.get(self, "installed_date")
570
+
571
+ @property
572
+ @pulumi.getter
573
+ def location(self) -> pulumi.Output[Optional[str]]:
574
+ """
575
+ The geo-location where the resource lives
576
+ """
577
+ return pulumi.get(self, "location")
578
+
579
+ @property
580
+ @pulumi.getter
581
+ def name(self) -> pulumi.Output[str]:
582
+ """
583
+ The name of the resource
584
+ """
585
+ return pulumi.get(self, "name")
586
+
587
+ @property
588
+ @pulumi.getter(name="notifyMessage")
589
+ def notify_message(self) -> pulumi.Output[Optional[str]]:
590
+ """
591
+ Brief message with instructions for updates of AvailabilityType Notify.
592
+ """
593
+ return pulumi.get(self, "notify_message")
594
+
595
+ @property
596
+ @pulumi.getter(name="packagePath")
597
+ def package_path(self) -> pulumi.Output[Optional[str]]:
598
+ """
599
+ Path where the update package is available.
600
+ """
601
+ return pulumi.get(self, "package_path")
602
+
603
+ @property
604
+ @pulumi.getter(name="packageSizeInMb")
605
+ def package_size_in_mb(self) -> pulumi.Output[Optional[float]]:
606
+ """
607
+ Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content.
608
+ """
609
+ return pulumi.get(self, "package_size_in_mb")
610
+
611
+ @property
612
+ @pulumi.getter(name="packageType")
613
+ def package_type(self) -> pulumi.Output[Optional[str]]:
614
+ """
615
+ Customer-visible type of the update.
616
+ """
617
+ return pulumi.get(self, "package_type")
618
+
619
+ @property
620
+ @pulumi.getter
621
+ def prerequisites(self) -> pulumi.Output[Optional[Sequence['outputs.UpdatePrerequisiteResponse']]]:
622
+ """
623
+ If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.
624
+ """
625
+ return pulumi.get(self, "prerequisites")
626
+
627
+ @property
628
+ @pulumi.getter(name="progressPercentage")
629
+ def progress_percentage(self) -> pulumi.Output[Optional[float]]:
630
+ """
631
+ Progress percentage of ongoing operation. Currently this property is only valid when the update is in the Downloading state, where it maps to how much of the update content has been downloaded.
632
+ """
633
+ return pulumi.get(self, "progress_percentage")
634
+
635
+ @property
636
+ @pulumi.getter(name="provisioningState")
637
+ def provisioning_state(self) -> pulumi.Output[str]:
638
+ """
639
+ Provisioning state of the Updates proxy resource.
640
+ """
641
+ return pulumi.get(self, "provisioning_state")
642
+
643
+ @property
644
+ @pulumi.getter
645
+ def publisher(self) -> pulumi.Output[Optional[str]]:
646
+ """
647
+ Publisher of the update package.
648
+ """
649
+ return pulumi.get(self, "publisher")
650
+
651
+ @property
652
+ @pulumi.getter(name="releaseLink")
653
+ def release_link(self) -> pulumi.Output[Optional[str]]:
654
+ """
655
+ Link to release notes for the update.
656
+ """
657
+ return pulumi.get(self, "release_link")
658
+
659
+ @property
660
+ @pulumi.getter
661
+ def state(self) -> pulumi.Output[Optional[str]]:
662
+ """
663
+ State of the update as it relates to this stamp.
664
+ """
665
+ return pulumi.get(self, "state")
666
+
667
+ @property
668
+ @pulumi.getter(name="systemData")
669
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
670
+ """
671
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
672
+ """
673
+ return pulumi.get(self, "system_data")
674
+
675
+ @property
676
+ @pulumi.getter
677
+ def type(self) -> pulumi.Output[str]:
678
+ """
679
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
680
+ """
681
+ return pulumi.get(self, "type")
682
+
683
+ @property
684
+ @pulumi.getter
685
+ def version(self) -> pulumi.Output[Optional[str]]:
686
+ """
687
+ Version of the update.
688
+ """
689
+ return pulumi.get(self, "version")
690
+