pulumi-azure-native 2.69.0a1730120573__py3-none-any.whl → 2.69.0a1730143300__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 (670) hide show
  1. pulumi_azure_native/__init__.py +121 -0
  2. pulumi_azure_native/app/get_managed_environment.py +1 -3
  3. pulumi_azure_native/app/managed_environment.py +4 -12
  4. pulumi_azure_native/app/v20220101preview/get_managed_environment.py +1 -3
  5. pulumi_azure_native/app/v20220101preview/managed_environment.py +4 -12
  6. pulumi_azure_native/app/v20221001/get_managed_environment.py +1 -3
  7. pulumi_azure_native/app/v20221001/managed_environment.py +4 -12
  8. pulumi_azure_native/app/v20230401preview/get_managed_environment.py +1 -3
  9. pulumi_azure_native/app/v20230401preview/managed_environment.py +4 -12
  10. pulumi_azure_native/app/v20230501/get_managed_environment.py +1 -3
  11. pulumi_azure_native/app/v20230501/managed_environment.py +4 -12
  12. pulumi_azure_native/app/v20230502preview/get_managed_environment.py +1 -3
  13. pulumi_azure_native/app/v20230502preview/managed_environment.py +4 -12
  14. pulumi_azure_native/app/v20230801preview/get_managed_environment.py +1 -3
  15. pulumi_azure_native/app/v20230801preview/managed_environment.py +4 -12
  16. pulumi_azure_native/app/v20231102preview/get_managed_environment.py +1 -3
  17. pulumi_azure_native/app/v20231102preview/managed_environment.py +4 -12
  18. pulumi_azure_native/app/v20240202preview/get_managed_environment.py +1 -3
  19. pulumi_azure_native/app/v20240202preview/managed_environment.py +4 -12
  20. pulumi_azure_native/app/v20240301/get_managed_environment.py +1 -3
  21. pulumi_azure_native/app/v20240301/managed_environment.py +4 -12
  22. pulumi_azure_native/app/v20240802preview/get_managed_environment.py +1 -3
  23. pulumi_azure_native/app/v20240802preview/managed_environment.py +4 -12
  24. pulumi_azure_native/azurefleet/v20241101/_inputs.py +3 -0
  25. pulumi_azure_native/azurefleet/v20241101/outputs.py +2 -0
  26. pulumi_azure_native/cache/__init__.py +3 -0
  27. pulumi_azure_native/cache/database.py +3 -3
  28. pulumi_azure_native/cache/enterprise_private_endpoint_connection.py +3 -3
  29. pulumi_azure_native/cache/get_database.py +2 -2
  30. pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py +2 -2
  31. pulumi_azure_native/cache/get_redis_enterprise.py +2 -2
  32. pulumi_azure_native/cache/list_database_keys.py +2 -2
  33. pulumi_azure_native/cache/redis_enterprise.py +3 -3
  34. pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
  35. pulumi_azure_native/cache/v20230301preview/database.py +1 -1
  36. pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
  37. pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
  38. pulumi_azure_native/cache/v20230701/database.py +1 -1
  39. pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
  40. pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
  41. pulumi_azure_native/cache/v20230801preview/database.py +1 -1
  42. pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
  43. pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
  44. pulumi_azure_native/cache/v20231001preview/database.py +1 -1
  45. pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
  46. pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
  47. pulumi_azure_native/cache/v20231101/database.py +1 -1
  48. pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
  49. pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
  50. pulumi_azure_native/cache/v20240201/database.py +1 -1
  51. pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
  53. pulumi_azure_native/cache/v20240301preview/database.py +1 -1
  54. pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +1 -1
  56. pulumi_azure_native/cache/v20240601preview/database.py +1 -1
  57. pulumi_azure_native/cache/v20240601preview/enterprise_private_endpoint_connection.py +1 -1
  58. pulumi_azure_native/cache/v20240601preview/redis_enterprise.py +1 -1
  59. pulumi_azure_native/cache/v20240901preview/database.py +1 -1
  60. pulumi_azure_native/cache/v20240901preview/enterprise_private_endpoint_connection.py +1 -1
  61. pulumi_azure_native/cache/v20240901preview/redis_enterprise.py +1 -1
  62. pulumi_azure_native/cache/v20241001/__init__.py +17 -0
  63. pulumi_azure_native/cache/v20241001/_enums.py +118 -0
  64. pulumi_azure_native/cache/v20241001/_inputs.py +619 -0
  65. pulumi_azure_native/cache/v20241001/database.py +405 -0
  66. pulumi_azure_native/cache/v20241001/enterprise_private_endpoint_connection.py +232 -0
  67. pulumi_azure_native/cache/v20241001/get_database.py +247 -0
  68. pulumi_azure_native/cache/v20241001/get_enterprise_private_endpoint_connection.py +163 -0
  69. pulumi_azure_native/cache/v20241001/get_redis_enterprise.py +283 -0
  70. pulumi_azure_native/cache/v20241001/list_database_keys.py +106 -0
  71. pulumi_azure_native/cache/v20241001/outputs.py +745 -0
  72. pulumi_azure_native/cache/v20241001/redis_enterprise.py +415 -0
  73. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  74. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  75. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  76. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  77. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  78. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  79. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  80. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  81. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
  82. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  83. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  84. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  85. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  86. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  87. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  88. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  89. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  90. pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
  91. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  92. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  93. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  94. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  95. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  96. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  97. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  98. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  99. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  100. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  101. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  102. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  103. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  104. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  105. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  106. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  107. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  108. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  109. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  110. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  111. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  112. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  113. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  114. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  115. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  116. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  117. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  118. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  119. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  120. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  121. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  122. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  123. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  124. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  125. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  126. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  127. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  128. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  129. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  130. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  131. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  132. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  133. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  134. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  135. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  136. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  137. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  138. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  139. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  140. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  141. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  142. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  143. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  144. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  145. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  146. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  147. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  148. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  149. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  150. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  151. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  152. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  153. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  154. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  155. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  156. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  157. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  158. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  159. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  160. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  161. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  162. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  163. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  164. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  165. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  166. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  167. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  168. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  169. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  170. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  171. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  172. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  173. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  174. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  175. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  176. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  177. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  178. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  179. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  180. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  181. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +1 -1
  182. pulumi_azure_native/desktopvirtualization/v20240403/application.py +1 -1
  183. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +1 -1
  184. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +1 -1
  185. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +1 -1
  186. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +1 -1
  187. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +1 -1
  188. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +1 -1
  189. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +1 -1
  190. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +1 -1
  191. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +1 -1
  192. pulumi_azure_native/desktopvirtualization/v20240408preview/app_attach_package.py +1 -1
  193. pulumi_azure_native/desktopvirtualization/v20240408preview/application.py +1 -1
  194. pulumi_azure_native/desktopvirtualization/v20240408preview/application_group.py +1 -1
  195. pulumi_azure_native/desktopvirtualization/v20240408preview/host_pool.py +1 -1
  196. pulumi_azure_native/desktopvirtualization/v20240408preview/msix_package.py +1 -1
  197. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_host_pool.py +1 -1
  198. pulumi_azure_native/desktopvirtualization/v20240408preview/private_endpoint_connection_by_workspace.py +1 -1
  199. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan.py +1 -1
  200. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_personal_schedule.py +1 -1
  201. pulumi_azure_native/desktopvirtualization/v20240408preview/scaling_plan_pooled_schedule.py +1 -1
  202. pulumi_azure_native/desktopvirtualization/v20240408preview/workspace.py +1 -1
  203. pulumi_azure_native/desktopvirtualization/v20240808preview/__init__.py +34 -0
  204. pulumi_azure_native/desktopvirtualization/v20240808preview/_enums.py +335 -0
  205. pulumi_azure_native/desktopvirtualization/v20240808preview/_inputs.py +1847 -0
  206. pulumi_azure_native/desktopvirtualization/v20240808preview/app_attach_package.py +259 -0
  207. pulumi_azure_native/desktopvirtualization/v20240808preview/application.py +541 -0
  208. pulumi_azure_native/desktopvirtualization/v20240808preview/application_group.py +561 -0
  209. pulumi_azure_native/desktopvirtualization/v20240808preview/get_app_attach_package.py +171 -0
  210. pulumi_azure_native/desktopvirtualization/v20240808preview/get_application.py +331 -0
  211. pulumi_azure_native/desktopvirtualization/v20240808preview/get_application_group.py +353 -0
  212. pulumi_azure_native/desktopvirtualization/v20240808preview/get_host_pool.py +647 -0
  213. pulumi_azure_native/desktopvirtualization/v20240808preview/get_host_pool_registration_token.py +114 -0
  214. pulumi_azure_native/desktopvirtualization/v20240808preview/get_msix_package.py +289 -0
  215. pulumi_azure_native/desktopvirtualization/v20240808preview/get_private_endpoint_connection_by_host_pool.py +191 -0
  216. pulumi_azure_native/desktopvirtualization/v20240808preview/get_private_endpoint_connection_by_workspace.py +191 -0
  217. pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan.py +353 -0
  218. pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan_personal_schedule.py +499 -0
  219. pulumi_azure_native/desktopvirtualization/v20240808preview/get_scaling_plan_pooled_schedule.py +373 -0
  220. pulumi_azure_native/desktopvirtualization/v20240808preview/get_workspace.py +339 -0
  221. pulumi_azure_native/desktopvirtualization/v20240808preview/host_pool.py +1133 -0
  222. pulumi_azure_native/desktopvirtualization/v20240808preview/list_host_pool_registration_tokens.py +101 -0
  223. pulumi_azure_native/desktopvirtualization/v20240808preview/msix_package.py +510 -0
  224. pulumi_azure_native/desktopvirtualization/v20240808preview/outputs.py +1812 -0
  225. pulumi_azure_native/desktopvirtualization/v20240808preview/private_endpoint_connection_by_host_pool.py +252 -0
  226. pulumi_azure_native/desktopvirtualization/v20240808preview/private_endpoint_connection_by_workspace.py +252 -0
  227. pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan.py +602 -0
  228. pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan_personal_schedule.py +967 -0
  229. pulumi_azure_native/desktopvirtualization/v20240808preview/scaling_plan_pooled_schedule.py +692 -0
  230. pulumi_azure_native/desktopvirtualization/v20240808preview/workspace.py +530 -0
  231. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  232. pulumi_azure_native/edge/__init__.py +21 -0
  233. pulumi_azure_native/edge/_inputs.py +99 -0
  234. pulumi_azure_native/edge/get_site.py +145 -0
  235. pulumi_azure_native/edge/get_sites_by_subscription.py +139 -0
  236. pulumi_azure_native/edge/outputs.py +210 -0
  237. pulumi_azure_native/edge/site.py +201 -0
  238. pulumi_azure_native/edge/sites_by_subscription.py +180 -0
  239. pulumi_azure_native/edge/v20240201preview/__init__.py +13 -0
  240. pulumi_azure_native/edge/v20240201preview/_inputs.py +99 -0
  241. pulumi_azure_native/edge/v20240201preview/get_site.py +143 -0
  242. pulumi_azure_native/edge/v20240201preview/get_sites_by_subscription.py +137 -0
  243. pulumi_azure_native/edge/v20240201preview/outputs.py +210 -0
  244. pulumi_azure_native/edge/v20240201preview/site.py +199 -0
  245. pulumi_azure_native/edge/v20240201preview/sites_by_subscription.py +178 -0
  246. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster.py +0 -33
  247. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster.py +1 -15
  248. pulumi_azure_native/iotoperations/__init__.py +3 -0
  249. pulumi_azure_native/iotoperations/broker.py +3 -3
  250. pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
  251. pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
  252. pulumi_azure_native/iotoperations/broker_listener.py +3 -3
  253. pulumi_azure_native/iotoperations/data_flow.py +1 -1
  254. pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
  255. pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
  256. pulumi_azure_native/iotoperations/get_broker.py +2 -2
  257. pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
  258. pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
  259. pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
  260. pulumi_azure_native/iotoperations/get_instance.py +2 -2
  261. pulumi_azure_native/iotoperations/instance.py +3 -3
  262. pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
  263. pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
  264. pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
  265. pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
  266. pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
  267. pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
  268. pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
  269. pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
  270. pulumi_azure_native/iotoperations/v20240815preview/broker.py +1 -1
  271. pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +1 -1
  272. pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +1 -1
  273. pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +1 -1
  274. pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +1 -1
  275. pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +1 -1
  276. pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +1 -1
  277. pulumi_azure_native/iotoperations/v20240815preview/instance.py +1 -1
  278. pulumi_azure_native/iotoperations/v20240915preview/broker.py +1 -1
  279. pulumi_azure_native/iotoperations/v20240915preview/broker_authentication.py +1 -1
  280. pulumi_azure_native/iotoperations/v20240915preview/broker_authorization.py +1 -1
  281. pulumi_azure_native/iotoperations/v20240915preview/broker_listener.py +1 -1
  282. pulumi_azure_native/iotoperations/v20240915preview/dataflow.py +1 -1
  283. pulumi_azure_native/iotoperations/v20240915preview/dataflow_endpoint.py +1 -1
  284. pulumi_azure_native/iotoperations/v20240915preview/dataflow_profile.py +1 -1
  285. pulumi_azure_native/iotoperations/v20240915preview/instance.py +1 -1
  286. pulumi_azure_native/iotoperations/v20241101/__init__.py +26 -0
  287. pulumi_azure_native/iotoperations/v20241101/_enums.py +616 -0
  288. pulumi_azure_native/iotoperations/v20241101/_inputs.py +6402 -0
  289. pulumi_azure_native/iotoperations/v20241101/broker.py +251 -0
  290. pulumi_azure_native/iotoperations/v20241101/broker_authentication.py +272 -0
  291. pulumi_azure_native/iotoperations/v20241101/broker_authorization.py +272 -0
  292. pulumi_azure_native/iotoperations/v20241101/broker_listener.py +272 -0
  293. pulumi_azure_native/iotoperations/v20241101/dataflow.py +272 -0
  294. pulumi_azure_native/iotoperations/v20241101/dataflow_endpoint.py +251 -0
  295. pulumi_azure_native/iotoperations/v20241101/dataflow_profile.py +251 -0
  296. pulumi_azure_native/iotoperations/v20241101/get_broker.py +163 -0
  297. pulumi_azure_native/iotoperations/v20241101/get_broker_authentication.py +169 -0
  298. pulumi_azure_native/iotoperations/v20241101/get_broker_authorization.py +169 -0
  299. pulumi_azure_native/iotoperations/v20241101/get_broker_listener.py +169 -0
  300. pulumi_azure_native/iotoperations/v20241101/get_dataflow.py +169 -0
  301. pulumi_azure_native/iotoperations/v20241101/get_dataflow_endpoint.py +163 -0
  302. pulumi_azure_native/iotoperations/v20241101/get_dataflow_profile.py +163 -0
  303. pulumi_azure_native/iotoperations/v20241101/get_instance.py +199 -0
  304. pulumi_azure_native/iotoperations/v20241101/instance.py +317 -0
  305. pulumi_azure_native/iotoperations/v20241101/outputs.py +5387 -0
  306. pulumi_azure_native/migrate/__init__.py +3 -0
  307. pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
  308. pulumi_azure_native/migrate/assessment.py +1 -1
  309. pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
  310. pulumi_azure_native/migrate/assessments_operation.py +3 -3
  311. pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
  312. pulumi_azure_native/migrate/business_case_operation.py +3 -3
  313. pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
  314. pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
  315. pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
  316. pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
  317. pulumi_azure_native/migrate/get_business_case_operation.py +2 -2
  318. pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +2 -2
  319. pulumi_azure_native/migrate/get_groups_operation.py +2 -2
  320. pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
  321. pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
  322. pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
  323. pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
  324. pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
  325. pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
  326. pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
  327. pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +2 -2
  328. pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
  329. pulumi_azure_native/migrate/group.py +1 -1
  330. pulumi_azure_native/migrate/groups_operation.py +3 -3
  331. pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
  332. pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
  333. pulumi_azure_native/migrate/import_collector.py +1 -1
  334. pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
  335. pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
  336. pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
  337. pulumi_azure_native/migrate/project.py +1 -1
  338. pulumi_azure_native/migrate/server_collector.py +1 -1
  339. pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
  340. pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
  341. pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
  342. pulumi_azure_native/migrate/v20191001/assessment.py +1 -1
  343. pulumi_azure_native/migrate/v20191001/group.py +1 -1
  344. pulumi_azure_native/migrate/v20191001/hyper_v_collector.py +1 -1
  345. pulumi_azure_native/migrate/v20191001/import_collector.py +1 -1
  346. pulumi_azure_native/migrate/v20191001/private_endpoint_connection.py +1 -1
  347. pulumi_azure_native/migrate/v20191001/project.py +1 -1
  348. pulumi_azure_native/migrate/v20191001/server_collector.py +1 -1
  349. pulumi_azure_native/migrate/v20191001/v_mware_collector.py +1 -1
  350. pulumi_azure_native/migrate/v20230315/assessment_projects_operation.py +1 -1
  351. pulumi_azure_native/migrate/v20230315/assessments_operation.py +1 -1
  352. pulumi_azure_native/migrate/v20230315/avs_assessments_operation.py +1 -1
  353. pulumi_azure_native/migrate/v20230315/groups_operation.py +1 -1
  354. pulumi_azure_native/migrate/v20230315/hyperv_collectors_operation.py +1 -1
  355. pulumi_azure_native/migrate/v20230315/import_collectors_operation.py +1 -1
  356. pulumi_azure_native/migrate/v20230315/private_endpoint_connection_operation.py +1 -1
  357. pulumi_azure_native/migrate/v20230315/server_collectors_operation.py +1 -1
  358. pulumi_azure_native/migrate/v20230315/sql_assessment_v2_operation.py +1 -1
  359. pulumi_azure_native/migrate/v20230315/sql_collector_operation.py +1 -1
  360. pulumi_azure_native/migrate/v20230315/vmware_collectors_operation.py +1 -1
  361. pulumi_azure_native/migrate/v20230401preview/aks_assessment_operation.py +1 -1
  362. pulumi_azure_native/migrate/v20230401preview/assessment_projects_operation.py +1 -1
  363. pulumi_azure_native/migrate/v20230401preview/assessments_operation.py +1 -1
  364. pulumi_azure_native/migrate/v20230401preview/avs_assessments_operation.py +1 -1
  365. pulumi_azure_native/migrate/v20230401preview/business_case_operation.py +1 -1
  366. pulumi_azure_native/migrate/v20230401preview/groups_operation.py +1 -1
  367. pulumi_azure_native/migrate/v20230401preview/hyperv_collectors_operation.py +1 -1
  368. pulumi_azure_native/migrate/v20230401preview/import_collectors_operation.py +1 -1
  369. pulumi_azure_native/migrate/v20230401preview/private_endpoint_connection_operation.py +1 -1
  370. pulumi_azure_native/migrate/v20230401preview/server_collectors_operation.py +1 -1
  371. pulumi_azure_native/migrate/v20230401preview/sql_assessment_v2_operation.py +1 -1
  372. pulumi_azure_native/migrate/v20230401preview/sql_collector_operation.py +1 -1
  373. pulumi_azure_native/migrate/v20230401preview/vmware_collectors_operation.py +1 -1
  374. pulumi_azure_native/migrate/v20230401preview/web_app_assessment_v2_operation.py +1 -1
  375. pulumi_azure_native/migrate/v20230401preview/web_app_collector_operation.py +1 -1
  376. pulumi_azure_native/migrate/v20230501preview/aks_assessment_operation.py +1 -1
  377. pulumi_azure_native/migrate/v20230501preview/assessment_projects_operation.py +1 -1
  378. pulumi_azure_native/migrate/v20230501preview/assessments_operation.py +1 -1
  379. pulumi_azure_native/migrate/v20230501preview/avs_assessments_operation.py +1 -1
  380. pulumi_azure_native/migrate/v20230501preview/business_case_operation.py +1 -1
  381. pulumi_azure_native/migrate/v20230501preview/groups_operation.py +1 -1
  382. pulumi_azure_native/migrate/v20230501preview/hyperv_collectors_operation.py +1 -1
  383. pulumi_azure_native/migrate/v20230501preview/import_collectors_operation.py +1 -1
  384. pulumi_azure_native/migrate/v20230501preview/private_endpoint_connection_operation.py +1 -1
  385. pulumi_azure_native/migrate/v20230501preview/server_collectors_operation.py +1 -1
  386. pulumi_azure_native/migrate/v20230501preview/sql_assessment_v2_operation.py +1 -1
  387. pulumi_azure_native/migrate/v20230501preview/sql_collector_operation.py +1 -1
  388. pulumi_azure_native/migrate/v20230501preview/vmware_collectors_operation.py +1 -1
  389. pulumi_azure_native/migrate/v20230501preview/web_app_assessment_v2_operation.py +1 -1
  390. pulumi_azure_native/migrate/v20230501preview/web_app_collector_operation.py +1 -1
  391. pulumi_azure_native/migrate/v20230909preview/__init__.py +41 -0
  392. pulumi_azure_native/migrate/v20230909preview/_enums.py +985 -0
  393. pulumi_azure_native/migrate/v20230909preview/_inputs.py +2931 -0
  394. pulumi_azure_native/migrate/v20230909preview/aks_assessment_operation.py +281 -0
  395. pulumi_azure_native/migrate/v20230909preview/assessment_projects_operation.py +488 -0
  396. pulumi_azure_native/migrate/v20230909preview/assessments_operation.py +1043 -0
  397. pulumi_azure_native/migrate/v20230909preview/avs_assessments_operation.py +1193 -0
  398. pulumi_azure_native/migrate/v20230909preview/business_case_operation.py +251 -0
  399. pulumi_azure_native/migrate/v20230909preview/get_aks_assessment_operation.py +205 -0
  400. pulumi_azure_native/migrate/v20230909preview/get_assessment_projects_operation.py +316 -0
  401. pulumi_azure_native/migrate/v20230909preview/get_assessments_operation.py +741 -0
  402. pulumi_azure_native/migrate/v20230909preview/get_avs_assessments_operation.py +861 -0
  403. pulumi_azure_native/migrate/v20230909preview/get_business_case_operation.py +191 -0
  404. pulumi_azure_native/migrate/v20230909preview/get_business_case_operation_report_download_url.py +106 -0
  405. pulumi_azure_native/migrate/v20230909preview/get_groups_operation.py +261 -0
  406. pulumi_azure_native/migrate/v20230909preview/get_hyperv_collectors_operation.py +205 -0
  407. pulumi_azure_native/migrate/v20230909preview/get_import_collectors_operation.py +191 -0
  408. pulumi_azure_native/migrate/v20230909preview/get_private_endpoint_connection_operation.py +191 -0
  409. pulumi_azure_native/migrate/v20230909preview/get_server_collectors_operation.py +205 -0
  410. pulumi_azure_native/migrate/v20230909preview/get_sql_assessment_v2_operation.py +678 -0
  411. pulumi_azure_native/migrate/v20230909preview/get_sql_collector_operation.py +205 -0
  412. pulumi_azure_native/migrate/v20230909preview/get_vmware_collectors_operation.py +205 -0
  413. pulumi_azure_native/migrate/v20230909preview/get_web_app_assessment_v2_operation.py +537 -0
  414. pulumi_azure_native/migrate/v20230909preview/get_web_app_collector_operation.py +205 -0
  415. pulumi_azure_native/migrate/v20230909preview/groups_operation.py +338 -0
  416. pulumi_azure_native/migrate/v20230909preview/hyperv_collectors_operation.py +299 -0
  417. pulumi_azure_native/migrate/v20230909preview/import_collectors_operation.py +269 -0
  418. pulumi_azure_native/migrate/v20230909preview/outputs.py +3341 -0
  419. pulumi_azure_native/migrate/v20230909preview/private_endpoint_connection_operation.py +252 -0
  420. pulumi_azure_native/migrate/v20230909preview/server_collectors_operation.py +299 -0
  421. pulumi_azure_native/migrate/v20230909preview/sql_assessment_v2_operation.py +1221 -0
  422. pulumi_azure_native/migrate/v20230909preview/sql_collector_operation.py +299 -0
  423. pulumi_azure_native/migrate/v20230909preview/vmware_collectors_operation.py +299 -0
  424. pulumi_azure_native/migrate/v20230909preview/web_app_assessment_v2_operation.py +908 -0
  425. pulumi_azure_native/migrate/v20230909preview/web_app_collector_operation.py +279 -0
  426. pulumi_azure_native/migrate/v_mware_collector.py +1 -1
  427. pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
  428. pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +3 -3
  429. pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
  430. pulumi_azure_native/netapp/__init__.py +3 -0
  431. pulumi_azure_native/netapp/account.py +3 -3
  432. pulumi_azure_native/netapp/backup.py +2 -2
  433. pulumi_azure_native/netapp/backup_policy.py +3 -3
  434. pulumi_azure_native/netapp/backup_vault.py +3 -3
  435. pulumi_azure_native/netapp/get_account.py +2 -2
  436. pulumi_azure_native/netapp/get_backup.py +2 -2
  437. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  438. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  439. pulumi_azure_native/netapp/get_pool.py +2 -2
  440. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  441. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  442. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  443. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  444. pulumi_azure_native/netapp/get_volume.py +2 -2
  445. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  446. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  447. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  448. pulumi_azure_native/netapp/list_volume_quota_report.py +2 -2
  449. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  450. pulumi_azure_native/netapp/pool.py +3 -3
  451. pulumi_azure_native/netapp/snapshot.py +3 -3
  452. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  453. pulumi_azure_native/netapp/subvolume.py +3 -3
  454. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  455. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  456. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  457. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  458. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  459. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  460. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  461. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  462. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  463. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  464. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  465. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  466. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  467. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  468. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  469. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  470. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  471. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  472. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  473. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  474. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  475. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  476. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  477. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  478. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  479. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  480. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  481. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  482. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  483. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  484. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  485. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  486. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  487. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  488. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  489. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  490. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  491. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  492. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  493. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  494. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  495. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  496. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  497. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  498. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  499. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  500. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  501. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  502. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  503. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  504. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  505. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  506. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  507. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  508. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  509. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  510. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  511. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  512. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  513. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  514. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  515. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  516. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  517. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  518. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  519. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  520. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  521. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  522. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  523. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  524. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  525. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  526. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  527. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  528. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  529. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  530. pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
  531. pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
  532. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
  533. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
  534. pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
  535. pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
  536. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
  537. pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
  538. pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
  539. pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
  540. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
  541. pulumi_azure_native/netapp/v20240101/account.py +1 -1
  542. pulumi_azure_native/netapp/v20240101/backup.py +1 -1
  543. pulumi_azure_native/netapp/v20240101/backup_policy.py +1 -1
  544. pulumi_azure_native/netapp/v20240101/backup_vault.py +1 -1
  545. pulumi_azure_native/netapp/v20240101/pool.py +1 -1
  546. pulumi_azure_native/netapp/v20240101/snapshot.py +1 -1
  547. pulumi_azure_native/netapp/v20240101/snapshot_policy.py +1 -1
  548. pulumi_azure_native/netapp/v20240101/subvolume.py +1 -1
  549. pulumi_azure_native/netapp/v20240101/volume.py +1 -1
  550. pulumi_azure_native/netapp/v20240101/volume_group.py +1 -1
  551. pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +1 -1
  552. pulumi_azure_native/netapp/v20240301/account.py +1 -1
  553. pulumi_azure_native/netapp/v20240301/backup.py +1 -1
  554. pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
  555. pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
  556. pulumi_azure_native/netapp/v20240301/pool.py +1 -1
  557. pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
  558. pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
  559. pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
  560. pulumi_azure_native/netapp/v20240301/volume.py +1 -1
  561. pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
  562. pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
  563. pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
  564. pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
  565. pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
  566. pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
  567. pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
  568. pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
  569. pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
  570. pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
  571. pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
  572. pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
  573. pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
  574. pulumi_azure_native/netapp/v20240501/account.py +1 -1
  575. pulumi_azure_native/netapp/v20240501/backup.py +1 -1
  576. pulumi_azure_native/netapp/v20240501/backup_policy.py +1 -1
  577. pulumi_azure_native/netapp/v20240501/backup_vault.py +1 -1
  578. pulumi_azure_native/netapp/v20240501/pool.py +1 -1
  579. pulumi_azure_native/netapp/v20240501/snapshot.py +1 -1
  580. pulumi_azure_native/netapp/v20240501/snapshot_policy.py +1 -1
  581. pulumi_azure_native/netapp/v20240501/subvolume.py +1 -1
  582. pulumi_azure_native/netapp/v20240501/volume.py +1 -1
  583. pulumi_azure_native/netapp/v20240501/volume_group.py +1 -1
  584. pulumi_azure_native/netapp/v20240501/volume_quota_rule.py +1 -1
  585. pulumi_azure_native/netapp/v20240501preview/account.py +1 -1
  586. pulumi_azure_native/netapp/v20240501preview/backup.py +1 -1
  587. pulumi_azure_native/netapp/v20240501preview/backup_policy.py +1 -1
  588. pulumi_azure_native/netapp/v20240501preview/backup_vault.py +1 -1
  589. pulumi_azure_native/netapp/v20240501preview/pool.py +1 -1
  590. pulumi_azure_native/netapp/v20240501preview/snapshot.py +1 -1
  591. pulumi_azure_native/netapp/v20240501preview/snapshot_policy.py +1 -1
  592. pulumi_azure_native/netapp/v20240501preview/subvolume.py +1 -1
  593. pulumi_azure_native/netapp/v20240501preview/volume.py +1 -1
  594. pulumi_azure_native/netapp/v20240501preview/volume_group.py +1 -1
  595. pulumi_azure_native/netapp/v20240501preview/volume_quota_rule.py +1 -1
  596. pulumi_azure_native/netapp/v20240701/_inputs.py +20 -19
  597. pulumi_azure_native/netapp/v20240701/account.py +1 -1
  598. pulumi_azure_native/netapp/v20240701/backup.py +1 -1
  599. pulumi_azure_native/netapp/v20240701/backup_policy.py +1 -1
  600. pulumi_azure_native/netapp/v20240701/backup_vault.py +1 -1
  601. pulumi_azure_native/netapp/v20240701/outputs.py +15 -14
  602. pulumi_azure_native/netapp/v20240701/pool.py +1 -1
  603. pulumi_azure_native/netapp/v20240701/snapshot.py +1 -1
  604. pulumi_azure_native/netapp/v20240701/snapshot_policy.py +1 -1
  605. pulumi_azure_native/netapp/v20240701/subvolume.py +1 -1
  606. pulumi_azure_native/netapp/v20240701/volume.py +1 -1
  607. pulumi_azure_native/netapp/v20240701/volume_group.py +1 -1
  608. pulumi_azure_native/netapp/v20240701/volume_quota_rule.py +1 -1
  609. pulumi_azure_native/netapp/v20240701preview/__init__.py +36 -0
  610. pulumi_azure_native/netapp/v20240701preview/_enums.py +569 -0
  611. pulumi_azure_native/netapp/v20240701preview/_inputs.py +3101 -0
  612. pulumi_azure_native/netapp/v20240701preview/account.py +385 -0
  613. pulumi_azure_native/netapp/v20240701preview/backup.py +412 -0
  614. pulumi_azure_native/netapp/v20240701preview/backup_policy.py +414 -0
  615. pulumi_azure_native/netapp/v20240701preview/backup_vault.py +258 -0
  616. pulumi_azure_native/netapp/v20240701preview/get_account.py +269 -0
  617. pulumi_azure_native/netapp/v20240701preview/get_backup.py +309 -0
  618. pulumi_azure_native/netapp/v20240701preview/get_backup_policy.py +289 -0
  619. pulumi_azure_native/netapp/v20240701preview/get_backup_vault.py +177 -0
  620. pulumi_azure_native/netapp/v20240701preview/get_pool.py +314 -0
  621. pulumi_azure_native/netapp/v20240701preview/get_snapshot.py +203 -0
  622. pulumi_azure_native/netapp/v20240701preview/get_snapshot_policy.py +261 -0
  623. pulumi_azure_native/netapp/v20240701preview/get_subvolume.py +203 -0
  624. pulumi_azure_native/netapp/v20240701preview/get_subvolume_metadata.py +272 -0
  625. pulumi_azure_native/netapp/v20240701preview/get_volume.py +1009 -0
  626. pulumi_azure_native/netapp/v20240701preview/get_volume_group.py +177 -0
  627. pulumi_azure_native/netapp/v20240701preview/get_volume_group_id_for_ldap_user.py +104 -0
  628. pulumi_azure_native/netapp/v20240701preview/get_volume_quota_rule.py +231 -0
  629. pulumi_azure_native/netapp/v20240701preview/list_volume_quota_report.py +113 -0
  630. pulumi_azure_native/netapp/v20240701preview/list_volume_replications.py +99 -0
  631. pulumi_azure_native/netapp/v20240701preview/outputs.py +3358 -0
  632. pulumi_azure_native/netapp/v20240701preview/pool.py +483 -0
  633. pulumi_azure_native/netapp/v20240701preview/snapshot.py +291 -0
  634. pulumi_azure_native/netapp/v20240701preview/snapshot_policy.py +414 -0
  635. pulumi_azure_native/netapp/v20240701preview/subvolume.py +329 -0
  636. pulumi_azure_native/netapp/v20240701preview/volume.py +1717 -0
  637. pulumi_azure_native/netapp/v20240701preview/volume_group.py +279 -0
  638. pulumi_azure_native/netapp/v20240701preview/volume_quota_rule.py +388 -0
  639. pulumi_azure_native/netapp/volume.py +3 -3
  640. pulumi_azure_native/netapp/volume_group.py +3 -3
  641. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  642. pulumi_azure_native/pulumi-plugin.json +1 -1
  643. pulumi_azure_native/quota/__init__.py +3 -0
  644. pulumi_azure_native/quota/get_group_quota.py +4 -0
  645. pulumi_azure_native/quota/get_group_quota_subscription.py +4 -0
  646. pulumi_azure_native/quota/group_quota.py +5 -1
  647. pulumi_azure_native/quota/group_quota_subscription.py +5 -1
  648. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  649. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  650. pulumi_azure_native/quota/v20241015preview/__init__.py +14 -0
  651. pulumi_azure_native/quota/v20241015preview/_enums.py +17 -0
  652. pulumi_azure_native/quota/v20241015preview/_inputs.py +188 -0
  653. pulumi_azure_native/quota/v20241015preview/get_group_quota.py +143 -0
  654. pulumi_azure_native/quota/v20241015preview/get_group_quota_subscription.py +140 -0
  655. pulumi_azure_native/quota/v20241015preview/group_quota.py +200 -0
  656. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +177 -0
  657. pulumi_azure_native/quota/v20241015preview/outputs.py +350 -0
  658. pulumi_azure_native/security/__init__.py +3 -0
  659. pulumi_azure_native/security/defender_for_storage.py +5 -1
  660. pulumi_azure_native/security/get_defender_for_storage.py +4 -0
  661. pulumi_azure_native/security/v20221201preview/defender_for_storage.py +1 -1
  662. pulumi_azure_native/security/v20241001preview/__init__.py +11 -0
  663. pulumi_azure_native/security/v20241001preview/_inputs.py +273 -0
  664. pulumi_azure_native/security/v20241001preview/defender_for_storage.py +189 -0
  665. pulumi_azure_native/security/v20241001preview/get_defender_for_storage.py +129 -0
  666. pulumi_azure_native/security/v20241001preview/outputs.py +316 -0
  667. {pulumi_azure_native-2.69.0a1730120573.dist-info → pulumi_azure_native-2.69.0a1730143300.dist-info}/METADATA +1 -1
  668. {pulumi_azure_native-2.69.0a1730120573.dist-info → pulumi_azure_native-2.69.0a1730143300.dist-info}/RECORD +670 -519
  669. {pulumi_azure_native-2.69.0a1730120573.dist-info → pulumi_azure_native-2.69.0a1730143300.dist-info}/WHEEL +0 -0
  670. {pulumi_azure_native-2.69.0a1730120573.dist-info → pulumi_azure_native-2.69.0a1730143300.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2931 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from ._enums import *
17
+
18
+ __all__ = [
19
+ 'AKSAssessmentSettingsArgs',
20
+ 'AKSAssessmentSettingsArgsDict',
21
+ 'AppSvcContainerSettingsArgs',
22
+ 'AppSvcContainerSettingsArgsDict',
23
+ 'AppSvcNativeSettingsArgs',
24
+ 'AppSvcNativeSettingsArgsDict',
25
+ 'AssessmentScopeParametersArgs',
26
+ 'AssessmentScopeParametersArgsDict',
27
+ 'AzureArcManagementSettingsArgs',
28
+ 'AzureArcManagementSettingsArgsDict',
29
+ 'AzureArcMonitoringSettingsArgs',
30
+ 'AzureArcMonitoringSettingsArgsDict',
31
+ 'AzureArcSettingsArgs',
32
+ 'AzureArcSettingsArgsDict',
33
+ 'AzureSettingsArgs',
34
+ 'AzureSettingsArgsDict',
35
+ 'CollectorAgentPropertiesBaseArgs',
36
+ 'CollectorAgentPropertiesBaseArgsDict',
37
+ 'CollectorAgentSpnPropertiesBaseArgs',
38
+ 'CollectorAgentSpnPropertiesBaseArgsDict',
39
+ 'ComputeSettingsArgs',
40
+ 'ComputeSettingsArgsDict',
41
+ 'DiscoveredEntityLightSummaryArgs',
42
+ 'DiscoveredEntityLightSummaryArgsDict',
43
+ 'EntityUptimeArgs',
44
+ 'EntityUptimeArgsDict',
45
+ 'FacilitySettingsArgs',
46
+ 'FacilitySettingsArgsDict',
47
+ 'HypervLicenseArgs',
48
+ 'HypervLicenseArgsDict',
49
+ 'HypervVirtualizationManagementSettingsArgs',
50
+ 'HypervVirtualizationManagementSettingsArgsDict',
51
+ 'LaborSettingsArgs',
52
+ 'LaborSettingsArgsDict',
53
+ 'LinuxServerLicensingSettingsArgs',
54
+ 'LinuxServerLicensingSettingsArgsDict',
55
+ 'ManagementSettingsArgs',
56
+ 'ManagementSettingsArgsDict',
57
+ 'NetworkSettingsArgs',
58
+ 'NetworkSettingsArgsDict',
59
+ 'OnPremiseSettingsArgs',
60
+ 'OnPremiseSettingsArgsDict',
61
+ 'OtherManagementCostsSettingsArgs',
62
+ 'OtherManagementCostsSettingsArgsDict',
63
+ 'PerfDataSettingsArgs',
64
+ 'PerfDataSettingsArgsDict',
65
+ 'PrivateLinkServiceConnectionStateArgs',
66
+ 'PrivateLinkServiceConnectionStateArgsDict',
67
+ 'SecuritySettingsArgs',
68
+ 'SecuritySettingsArgsDict',
69
+ 'SettingsArgs',
70
+ 'SettingsArgsDict',
71
+ 'SqlDbSettingsArgs',
72
+ 'SqlDbSettingsArgsDict',
73
+ 'SqlMiSettingsArgs',
74
+ 'SqlMiSettingsArgsDict',
75
+ 'SqlServerLicensingSettingsArgs',
76
+ 'SqlServerLicensingSettingsArgsDict',
77
+ 'SqlVmSettingsArgs',
78
+ 'SqlVmSettingsArgsDict',
79
+ 'StorageSettingsArgs',
80
+ 'StorageSettingsArgsDict',
81
+ 'ThirdPartyManagementSettingsArgs',
82
+ 'ThirdPartyManagementSettingsArgsDict',
83
+ 'VirtualizationSoftwareSettingsArgs',
84
+ 'VirtualizationSoftwareSettingsArgsDict',
85
+ 'VmUptimeArgs',
86
+ 'VmUptimeArgsDict',
87
+ 'WindowsServerLicensingSettingsArgs',
88
+ 'WindowsServerLicensingSettingsArgsDict',
89
+ ]
90
+
91
+ MYPY = False
92
+
93
+ if not MYPY:
94
+ class AKSAssessmentSettingsArgsDict(TypedDict):
95
+ """
96
+ Data model of AKS Assessment Settings.
97
+ """
98
+ azure_location: pulumi.Input[str]
99
+ """
100
+ Gets or sets azure location.
101
+ """
102
+ category: pulumi.Input[Union[str, 'AzureVmCategory']]
103
+ """
104
+ Gets or sets azure VM category.
105
+ """
106
+ consolidation: pulumi.Input[Union[str, 'ConsolidationType']]
107
+ """
108
+ Gets or sets consolidation type.
109
+ """
110
+ currency: pulumi.Input[Union[str, 'AzureCurrency']]
111
+ """
112
+ Gets or sets currency.
113
+ """
114
+ environment_type: pulumi.Input[Union[str, 'AzureEnvironmentType']]
115
+ """
116
+ Gets or sets environment type.
117
+ """
118
+ licensing_program: pulumi.Input[Union[str, 'LicensingProgram']]
119
+ """
120
+ Gets or sets licensing program.
121
+ """
122
+ pricing_tier: pulumi.Input[Union[str, 'PricingTier']]
123
+ """
124
+ Gets or sets pricing tier.
125
+ """
126
+ savings_options: pulumi.Input[Union[str, 'SavingsOptions']]
127
+ """
128
+ Gets or sets savings options.
129
+ """
130
+ sizing_criteria: pulumi.Input[Union[str, 'AssessmentSizingCriterion']]
131
+ """
132
+ Gets or sets sizing criteria.
133
+ """
134
+ discount_percentage: NotRequired[pulumi.Input[float]]
135
+ """
136
+ Gets or sets discount percentage.
137
+ """
138
+ performance_data: NotRequired[pulumi.Input['PerfDataSettingsArgsDict']]
139
+ """
140
+ Gets or sets performance data settings.
141
+ """
142
+ scaling_factor: NotRequired[pulumi.Input[float]]
143
+ """
144
+ Gets or sets scaling factor.
145
+ """
146
+ elif False:
147
+ AKSAssessmentSettingsArgsDict: TypeAlias = Mapping[str, Any]
148
+
149
+ @pulumi.input_type
150
+ class AKSAssessmentSettingsArgs:
151
+ def __init__(__self__, *,
152
+ azure_location: pulumi.Input[str],
153
+ category: pulumi.Input[Union[str, 'AzureVmCategory']],
154
+ consolidation: pulumi.Input[Union[str, 'ConsolidationType']],
155
+ currency: pulumi.Input[Union[str, 'AzureCurrency']],
156
+ environment_type: pulumi.Input[Union[str, 'AzureEnvironmentType']],
157
+ licensing_program: pulumi.Input[Union[str, 'LicensingProgram']],
158
+ pricing_tier: pulumi.Input[Union[str, 'PricingTier']],
159
+ savings_options: pulumi.Input[Union[str, 'SavingsOptions']],
160
+ sizing_criteria: pulumi.Input[Union[str, 'AssessmentSizingCriterion']],
161
+ discount_percentage: Optional[pulumi.Input[float]] = None,
162
+ performance_data: Optional[pulumi.Input['PerfDataSettingsArgs']] = None,
163
+ scaling_factor: Optional[pulumi.Input[float]] = None):
164
+ """
165
+ Data model of AKS Assessment Settings.
166
+ :param pulumi.Input[str] azure_location: Gets or sets azure location.
167
+ :param pulumi.Input[Union[str, 'AzureVmCategory']] category: Gets or sets azure VM category.
168
+ :param pulumi.Input[Union[str, 'ConsolidationType']] consolidation: Gets or sets consolidation type.
169
+ :param pulumi.Input[Union[str, 'AzureCurrency']] currency: Gets or sets currency.
170
+ :param pulumi.Input[Union[str, 'AzureEnvironmentType']] environment_type: Gets or sets environment type.
171
+ :param pulumi.Input[Union[str, 'LicensingProgram']] licensing_program: Gets or sets licensing program.
172
+ :param pulumi.Input[Union[str, 'PricingTier']] pricing_tier: Gets or sets pricing tier.
173
+ :param pulumi.Input[Union[str, 'SavingsOptions']] savings_options: Gets or sets savings options.
174
+ :param pulumi.Input[Union[str, 'AssessmentSizingCriterion']] sizing_criteria: Gets or sets sizing criteria.
175
+ :param pulumi.Input[float] discount_percentage: Gets or sets discount percentage.
176
+ :param pulumi.Input['PerfDataSettingsArgs'] performance_data: Gets or sets performance data settings.
177
+ :param pulumi.Input[float] scaling_factor: Gets or sets scaling factor.
178
+ """
179
+ pulumi.set(__self__, "azure_location", azure_location)
180
+ pulumi.set(__self__, "category", category)
181
+ pulumi.set(__self__, "consolidation", consolidation)
182
+ pulumi.set(__self__, "currency", currency)
183
+ pulumi.set(__self__, "environment_type", environment_type)
184
+ pulumi.set(__self__, "licensing_program", licensing_program)
185
+ pulumi.set(__self__, "pricing_tier", pricing_tier)
186
+ pulumi.set(__self__, "savings_options", savings_options)
187
+ pulumi.set(__self__, "sizing_criteria", sizing_criteria)
188
+ if discount_percentage is not None:
189
+ pulumi.set(__self__, "discount_percentage", discount_percentage)
190
+ if performance_data is not None:
191
+ pulumi.set(__self__, "performance_data", performance_data)
192
+ if scaling_factor is not None:
193
+ pulumi.set(__self__, "scaling_factor", scaling_factor)
194
+
195
+ @property
196
+ @pulumi.getter(name="azureLocation")
197
+ def azure_location(self) -> pulumi.Input[str]:
198
+ """
199
+ Gets or sets azure location.
200
+ """
201
+ return pulumi.get(self, "azure_location")
202
+
203
+ @azure_location.setter
204
+ def azure_location(self, value: pulumi.Input[str]):
205
+ pulumi.set(self, "azure_location", value)
206
+
207
+ @property
208
+ @pulumi.getter
209
+ def category(self) -> pulumi.Input[Union[str, 'AzureVmCategory']]:
210
+ """
211
+ Gets or sets azure VM category.
212
+ """
213
+ return pulumi.get(self, "category")
214
+
215
+ @category.setter
216
+ def category(self, value: pulumi.Input[Union[str, 'AzureVmCategory']]):
217
+ pulumi.set(self, "category", value)
218
+
219
+ @property
220
+ @pulumi.getter
221
+ def consolidation(self) -> pulumi.Input[Union[str, 'ConsolidationType']]:
222
+ """
223
+ Gets or sets consolidation type.
224
+ """
225
+ return pulumi.get(self, "consolidation")
226
+
227
+ @consolidation.setter
228
+ def consolidation(self, value: pulumi.Input[Union[str, 'ConsolidationType']]):
229
+ pulumi.set(self, "consolidation", value)
230
+
231
+ @property
232
+ @pulumi.getter
233
+ def currency(self) -> pulumi.Input[Union[str, 'AzureCurrency']]:
234
+ """
235
+ Gets or sets currency.
236
+ """
237
+ return pulumi.get(self, "currency")
238
+
239
+ @currency.setter
240
+ def currency(self, value: pulumi.Input[Union[str, 'AzureCurrency']]):
241
+ pulumi.set(self, "currency", value)
242
+
243
+ @property
244
+ @pulumi.getter(name="environmentType")
245
+ def environment_type(self) -> pulumi.Input[Union[str, 'AzureEnvironmentType']]:
246
+ """
247
+ Gets or sets environment type.
248
+ """
249
+ return pulumi.get(self, "environment_type")
250
+
251
+ @environment_type.setter
252
+ def environment_type(self, value: pulumi.Input[Union[str, 'AzureEnvironmentType']]):
253
+ pulumi.set(self, "environment_type", value)
254
+
255
+ @property
256
+ @pulumi.getter(name="licensingProgram")
257
+ def licensing_program(self) -> pulumi.Input[Union[str, 'LicensingProgram']]:
258
+ """
259
+ Gets or sets licensing program.
260
+ """
261
+ return pulumi.get(self, "licensing_program")
262
+
263
+ @licensing_program.setter
264
+ def licensing_program(self, value: pulumi.Input[Union[str, 'LicensingProgram']]):
265
+ pulumi.set(self, "licensing_program", value)
266
+
267
+ @property
268
+ @pulumi.getter(name="pricingTier")
269
+ def pricing_tier(self) -> pulumi.Input[Union[str, 'PricingTier']]:
270
+ """
271
+ Gets or sets pricing tier.
272
+ """
273
+ return pulumi.get(self, "pricing_tier")
274
+
275
+ @pricing_tier.setter
276
+ def pricing_tier(self, value: pulumi.Input[Union[str, 'PricingTier']]):
277
+ pulumi.set(self, "pricing_tier", value)
278
+
279
+ @property
280
+ @pulumi.getter(name="savingsOptions")
281
+ def savings_options(self) -> pulumi.Input[Union[str, 'SavingsOptions']]:
282
+ """
283
+ Gets or sets savings options.
284
+ """
285
+ return pulumi.get(self, "savings_options")
286
+
287
+ @savings_options.setter
288
+ def savings_options(self, value: pulumi.Input[Union[str, 'SavingsOptions']]):
289
+ pulumi.set(self, "savings_options", value)
290
+
291
+ @property
292
+ @pulumi.getter(name="sizingCriteria")
293
+ def sizing_criteria(self) -> pulumi.Input[Union[str, 'AssessmentSizingCriterion']]:
294
+ """
295
+ Gets or sets sizing criteria.
296
+ """
297
+ return pulumi.get(self, "sizing_criteria")
298
+
299
+ @sizing_criteria.setter
300
+ def sizing_criteria(self, value: pulumi.Input[Union[str, 'AssessmentSizingCriterion']]):
301
+ pulumi.set(self, "sizing_criteria", value)
302
+
303
+ @property
304
+ @pulumi.getter(name="discountPercentage")
305
+ def discount_percentage(self) -> Optional[pulumi.Input[float]]:
306
+ """
307
+ Gets or sets discount percentage.
308
+ """
309
+ return pulumi.get(self, "discount_percentage")
310
+
311
+ @discount_percentage.setter
312
+ def discount_percentage(self, value: Optional[pulumi.Input[float]]):
313
+ pulumi.set(self, "discount_percentage", value)
314
+
315
+ @property
316
+ @pulumi.getter(name="performanceData")
317
+ def performance_data(self) -> Optional[pulumi.Input['PerfDataSettingsArgs']]:
318
+ """
319
+ Gets or sets performance data settings.
320
+ """
321
+ return pulumi.get(self, "performance_data")
322
+
323
+ @performance_data.setter
324
+ def performance_data(self, value: Optional[pulumi.Input['PerfDataSettingsArgs']]):
325
+ pulumi.set(self, "performance_data", value)
326
+
327
+ @property
328
+ @pulumi.getter(name="scalingFactor")
329
+ def scaling_factor(self) -> Optional[pulumi.Input[float]]:
330
+ """
331
+ Gets or sets scaling factor.
332
+ """
333
+ return pulumi.get(self, "scaling_factor")
334
+
335
+ @scaling_factor.setter
336
+ def scaling_factor(self, value: Optional[pulumi.Input[float]]):
337
+ pulumi.set(self, "scaling_factor", value)
338
+
339
+
340
+ if not MYPY:
341
+ class AppSvcContainerSettingsArgsDict(TypedDict):
342
+ """
343
+ App service container settings.
344
+ """
345
+ isolation_required: pulumi.Input[bool]
346
+ """
347
+ Gets or sets the isolation required.
348
+ """
349
+ elif False:
350
+ AppSvcContainerSettingsArgsDict: TypeAlias = Mapping[str, Any]
351
+
352
+ @pulumi.input_type
353
+ class AppSvcContainerSettingsArgs:
354
+ def __init__(__self__, *,
355
+ isolation_required: pulumi.Input[bool]):
356
+ """
357
+ App service container settings.
358
+ :param pulumi.Input[bool] isolation_required: Gets or sets the isolation required.
359
+ """
360
+ pulumi.set(__self__, "isolation_required", isolation_required)
361
+
362
+ @property
363
+ @pulumi.getter(name="isolationRequired")
364
+ def isolation_required(self) -> pulumi.Input[bool]:
365
+ """
366
+ Gets or sets the isolation required.
367
+ """
368
+ return pulumi.get(self, "isolation_required")
369
+
370
+ @isolation_required.setter
371
+ def isolation_required(self, value: pulumi.Input[bool]):
372
+ pulumi.set(self, "isolation_required", value)
373
+
374
+
375
+ if not MYPY:
376
+ class AppSvcNativeSettingsArgsDict(TypedDict):
377
+ """
378
+ App service native settings.
379
+ """
380
+ isolation_required: pulumi.Input[bool]
381
+ """
382
+ Gets or sets the isolation required.
383
+ """
384
+ elif False:
385
+ AppSvcNativeSettingsArgsDict: TypeAlias = Mapping[str, Any]
386
+
387
+ @pulumi.input_type
388
+ class AppSvcNativeSettingsArgs:
389
+ def __init__(__self__, *,
390
+ isolation_required: pulumi.Input[bool]):
391
+ """
392
+ App service native settings.
393
+ :param pulumi.Input[bool] isolation_required: Gets or sets the isolation required.
394
+ """
395
+ pulumi.set(__self__, "isolation_required", isolation_required)
396
+
397
+ @property
398
+ @pulumi.getter(name="isolationRequired")
399
+ def isolation_required(self) -> pulumi.Input[bool]:
400
+ """
401
+ Gets or sets the isolation required.
402
+ """
403
+ return pulumi.get(self, "isolation_required")
404
+
405
+ @isolation_required.setter
406
+ def isolation_required(self, value: pulumi.Input[bool]):
407
+ pulumi.set(self, "isolation_required", value)
408
+
409
+
410
+ if not MYPY:
411
+ class AssessmentScopeParametersArgsDict(TypedDict):
412
+ """
413
+ Data model of Assessment Scope Parameters.
414
+ """
415
+ server_group_id: NotRequired[pulumi.Input[str]]
416
+ """
417
+ Gets or sets the server group id.
418
+ """
419
+ elif False:
420
+ AssessmentScopeParametersArgsDict: TypeAlias = Mapping[str, Any]
421
+
422
+ @pulumi.input_type
423
+ class AssessmentScopeParametersArgs:
424
+ def __init__(__self__, *,
425
+ server_group_id: Optional[pulumi.Input[str]] = None):
426
+ """
427
+ Data model of Assessment Scope Parameters.
428
+ :param pulumi.Input[str] server_group_id: Gets or sets the server group id.
429
+ """
430
+ if server_group_id is not None:
431
+ pulumi.set(__self__, "server_group_id", server_group_id)
432
+
433
+ @property
434
+ @pulumi.getter(name="serverGroupId")
435
+ def server_group_id(self) -> Optional[pulumi.Input[str]]:
436
+ """
437
+ Gets or sets the server group id.
438
+ """
439
+ return pulumi.get(self, "server_group_id")
440
+
441
+ @server_group_id.setter
442
+ def server_group_id(self, value: Optional[pulumi.Input[str]]):
443
+ pulumi.set(self, "server_group_id", value)
444
+
445
+
446
+ if not MYPY:
447
+ class AzureArcManagementSettingsArgsDict(TypedDict):
448
+ """
449
+ Azure Arc Management settings.
450
+ """
451
+ monitoring_settings: pulumi.Input['AzureArcMonitoringSettingsArgsDict']
452
+ """
453
+ Gets the azure arc monitoring settings.
454
+ """
455
+ elif False:
456
+ AzureArcManagementSettingsArgsDict: TypeAlias = Mapping[str, Any]
457
+
458
+ @pulumi.input_type
459
+ class AzureArcManagementSettingsArgs:
460
+ def __init__(__self__, *,
461
+ monitoring_settings: pulumi.Input['AzureArcMonitoringSettingsArgs']):
462
+ """
463
+ Azure Arc Management settings.
464
+ :param pulumi.Input['AzureArcMonitoringSettingsArgs'] monitoring_settings: Gets the azure arc monitoring settings.
465
+ """
466
+ pulumi.set(__self__, "monitoring_settings", monitoring_settings)
467
+
468
+ @property
469
+ @pulumi.getter(name="monitoringSettings")
470
+ def monitoring_settings(self) -> pulumi.Input['AzureArcMonitoringSettingsArgs']:
471
+ """
472
+ Gets the azure arc monitoring settings.
473
+ """
474
+ return pulumi.get(self, "monitoring_settings")
475
+
476
+ @monitoring_settings.setter
477
+ def monitoring_settings(self, value: pulumi.Input['AzureArcMonitoringSettingsArgs']):
478
+ pulumi.set(self, "monitoring_settings", value)
479
+
480
+
481
+ if not MYPY:
482
+ class AzureArcMonitoringSettingsArgsDict(TypedDict):
483
+ """
484
+ Azure Arc Monitoring settings.
485
+ """
486
+ alert_rules_count: pulumi.Input[int]
487
+ """
488
+ Number of alert rules settings.
489
+ """
490
+ logs_volume_in_gb: pulumi.Input[float]
491
+ """
492
+ Logs volume settings.
493
+ """
494
+ elif False:
495
+ AzureArcMonitoringSettingsArgsDict: TypeAlias = Mapping[str, Any]
496
+
497
+ @pulumi.input_type
498
+ class AzureArcMonitoringSettingsArgs:
499
+ def __init__(__self__, *,
500
+ alert_rules_count: pulumi.Input[int],
501
+ logs_volume_in_gb: pulumi.Input[float]):
502
+ """
503
+ Azure Arc Monitoring settings.
504
+ :param pulumi.Input[int] alert_rules_count: Number of alert rules settings.
505
+ :param pulumi.Input[float] logs_volume_in_gb: Logs volume settings.
506
+ """
507
+ pulumi.set(__self__, "alert_rules_count", alert_rules_count)
508
+ pulumi.set(__self__, "logs_volume_in_gb", logs_volume_in_gb)
509
+
510
+ @property
511
+ @pulumi.getter(name="alertRulesCount")
512
+ def alert_rules_count(self) -> pulumi.Input[int]:
513
+ """
514
+ Number of alert rules settings.
515
+ """
516
+ return pulumi.get(self, "alert_rules_count")
517
+
518
+ @alert_rules_count.setter
519
+ def alert_rules_count(self, value: pulumi.Input[int]):
520
+ pulumi.set(self, "alert_rules_count", value)
521
+
522
+ @property
523
+ @pulumi.getter(name="logsVolumeInGB")
524
+ def logs_volume_in_gb(self) -> pulumi.Input[float]:
525
+ """
526
+ Logs volume settings.
527
+ """
528
+ return pulumi.get(self, "logs_volume_in_gb")
529
+
530
+ @logs_volume_in_gb.setter
531
+ def logs_volume_in_gb(self, value: pulumi.Input[float]):
532
+ pulumi.set(self, "logs_volume_in_gb", value)
533
+
534
+
535
+ if not MYPY:
536
+ class AzureArcSettingsArgsDict(TypedDict):
537
+ """
538
+ Azure arc settings for a business case.
539
+ """
540
+ azure_arc_state: pulumi.Input[Union[str, 'AzureArcState']]
541
+ """
542
+ AzureArc state indicates whether to include azure arc related costs in on-premises or not.
543
+ """
544
+ labor_cost_percentage: NotRequired[pulumi.Input[float]]
545
+ """
546
+ Gets Azure arc labour cost percentage.
547
+ """
548
+ management_settings: NotRequired[pulumi.Input['AzureArcManagementSettingsArgsDict']]
549
+ """
550
+ Management settings.
551
+ """
552
+ elif False:
553
+ AzureArcSettingsArgsDict: TypeAlias = Mapping[str, Any]
554
+
555
+ @pulumi.input_type
556
+ class AzureArcSettingsArgs:
557
+ def __init__(__self__, *,
558
+ azure_arc_state: pulumi.Input[Union[str, 'AzureArcState']],
559
+ labor_cost_percentage: Optional[pulumi.Input[float]] = None,
560
+ management_settings: Optional[pulumi.Input['AzureArcManagementSettingsArgs']] = None):
561
+ """
562
+ Azure arc settings for a business case.
563
+ :param pulumi.Input[Union[str, 'AzureArcState']] azure_arc_state: AzureArc state indicates whether to include azure arc related costs in on-premises or not.
564
+ :param pulumi.Input[float] labor_cost_percentage: Gets Azure arc labour cost percentage.
565
+ :param pulumi.Input['AzureArcManagementSettingsArgs'] management_settings: Management settings.
566
+ """
567
+ pulumi.set(__self__, "azure_arc_state", azure_arc_state)
568
+ if labor_cost_percentage is not None:
569
+ pulumi.set(__self__, "labor_cost_percentage", labor_cost_percentage)
570
+ if management_settings is not None:
571
+ pulumi.set(__self__, "management_settings", management_settings)
572
+
573
+ @property
574
+ @pulumi.getter(name="azureArcState")
575
+ def azure_arc_state(self) -> pulumi.Input[Union[str, 'AzureArcState']]:
576
+ """
577
+ AzureArc state indicates whether to include azure arc related costs in on-premises or not.
578
+ """
579
+ return pulumi.get(self, "azure_arc_state")
580
+
581
+ @azure_arc_state.setter
582
+ def azure_arc_state(self, value: pulumi.Input[Union[str, 'AzureArcState']]):
583
+ pulumi.set(self, "azure_arc_state", value)
584
+
585
+ @property
586
+ @pulumi.getter(name="laborCostPercentage")
587
+ def labor_cost_percentage(self) -> Optional[pulumi.Input[float]]:
588
+ """
589
+ Gets Azure arc labour cost percentage.
590
+ """
591
+ return pulumi.get(self, "labor_cost_percentage")
592
+
593
+ @labor_cost_percentage.setter
594
+ def labor_cost_percentage(self, value: Optional[pulumi.Input[float]]):
595
+ pulumi.set(self, "labor_cost_percentage", value)
596
+
597
+ @property
598
+ @pulumi.getter(name="managementSettings")
599
+ def management_settings(self) -> Optional[pulumi.Input['AzureArcManagementSettingsArgs']]:
600
+ """
601
+ Management settings.
602
+ """
603
+ return pulumi.get(self, "management_settings")
604
+
605
+ @management_settings.setter
606
+ def management_settings(self, value: Optional[pulumi.Input['AzureArcManagementSettingsArgs']]):
607
+ pulumi.set(self, "management_settings", value)
608
+
609
+
610
+ if not MYPY:
611
+ class AzureSettingsArgsDict(TypedDict):
612
+ """
613
+ Azure settings for a business case.
614
+ """
615
+ currency: pulumi.Input[Union[str, 'BusinessCaseCurrency']]
616
+ """
617
+ Business case Currency.
618
+ """
619
+ target_location: pulumi.Input[str]
620
+ """
621
+ Gets or sets azure location.
622
+ """
623
+ avs_labor_cost_percentage: NotRequired[pulumi.Input[float]]
624
+ """
625
+ Gets Avs labour cost percentage.
626
+ """
627
+ business_case_type: NotRequired[pulumi.Input[Union[str, 'MigrationStrategy']]]
628
+ """
629
+ Migration Strategy.
630
+ """
631
+ comfort_factor: NotRequired[pulumi.Input[float]]
632
+ """
633
+ Gets comfort factor.
634
+ """
635
+ discount_percentage: NotRequired[pulumi.Input[float]]
636
+ """
637
+ Gets azure Discount percentage.
638
+ """
639
+ iaas_labor_cost_percentage: NotRequired[pulumi.Input[float]]
640
+ """
641
+ Gets IaaS labour cost percentage.
642
+ """
643
+ infrastructure_growth_rate: NotRequired[pulumi.Input[float]]
644
+ """
645
+ Gets infrastructure growth rate.
646
+ """
647
+ network_cost_percentage: NotRequired[pulumi.Input[float]]
648
+ """
649
+ Gets network cost percentage.
650
+ """
651
+ paas_labor_cost_percentage: NotRequired[pulumi.Input[float]]
652
+ """
653
+ Gets PaaS labour cost percentage.
654
+ """
655
+ per_year_migration_completion_percentage: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[float]]]]
656
+ """
657
+ Gets migration completion percentage per year.
658
+ """
659
+ performance_data_end_time: NotRequired[pulumi.Input[str]]
660
+ """
661
+ Gets end time to use for performance.
662
+ """
663
+ performance_data_start_time: NotRequired[pulumi.Input[str]]
664
+ """
665
+ Gets start time to use for performance.
666
+ """
667
+ performance_utilization_percentile: NotRequired[pulumi.Input[float]]
668
+ """
669
+ Gets utilization percentile for performance.
670
+ """
671
+ savings_option: NotRequired[pulumi.Input[Union[str, 'SavingsOption']]]
672
+ """
673
+ Gets the business case savings option type.
674
+ """
675
+ wacc: NotRequired[pulumi.Input[float]]
676
+ """
677
+ Gets wACC percentage.
678
+ """
679
+ workload_discovery_source: NotRequired[pulumi.Input[Union[str, 'DiscoverySource']]]
680
+ """
681
+ Workload discovery source.
682
+ """
683
+ elif False:
684
+ AzureSettingsArgsDict: TypeAlias = Mapping[str, Any]
685
+
686
+ @pulumi.input_type
687
+ class AzureSettingsArgs:
688
+ def __init__(__self__, *,
689
+ currency: Optional[pulumi.Input[Union[str, 'BusinessCaseCurrency']]] = None,
690
+ target_location: pulumi.Input[str],
691
+ avs_labor_cost_percentage: Optional[pulumi.Input[float]] = None,
692
+ business_case_type: Optional[pulumi.Input[Union[str, 'MigrationStrategy']]] = None,
693
+ comfort_factor: Optional[pulumi.Input[float]] = None,
694
+ discount_percentage: Optional[pulumi.Input[float]] = None,
695
+ iaas_labor_cost_percentage: Optional[pulumi.Input[float]] = None,
696
+ infrastructure_growth_rate: Optional[pulumi.Input[float]] = None,
697
+ network_cost_percentage: Optional[pulumi.Input[float]] = None,
698
+ paas_labor_cost_percentage: Optional[pulumi.Input[float]] = None,
699
+ per_year_migration_completion_percentage: Optional[pulumi.Input[Mapping[str, pulumi.Input[float]]]] = None,
700
+ performance_data_end_time: Optional[pulumi.Input[str]] = None,
701
+ performance_data_start_time: Optional[pulumi.Input[str]] = None,
702
+ performance_utilization_percentile: Optional[pulumi.Input[float]] = None,
703
+ savings_option: Optional[pulumi.Input[Union[str, 'SavingsOption']]] = None,
704
+ wacc: Optional[pulumi.Input[float]] = None,
705
+ workload_discovery_source: Optional[pulumi.Input[Union[str, 'DiscoverySource']]] = None):
706
+ """
707
+ Azure settings for a business case.
708
+ :param pulumi.Input[Union[str, 'BusinessCaseCurrency']] currency: Business case Currency.
709
+ :param pulumi.Input[str] target_location: Gets or sets azure location.
710
+ :param pulumi.Input[float] avs_labor_cost_percentage: Gets Avs labour cost percentage.
711
+ :param pulumi.Input[Union[str, 'MigrationStrategy']] business_case_type: Migration Strategy.
712
+ :param pulumi.Input[float] comfort_factor: Gets comfort factor.
713
+ :param pulumi.Input[float] discount_percentage: Gets azure Discount percentage.
714
+ :param pulumi.Input[float] iaas_labor_cost_percentage: Gets IaaS labour cost percentage.
715
+ :param pulumi.Input[float] infrastructure_growth_rate: Gets infrastructure growth rate.
716
+ :param pulumi.Input[float] network_cost_percentage: Gets network cost percentage.
717
+ :param pulumi.Input[float] paas_labor_cost_percentage: Gets PaaS labour cost percentage.
718
+ :param pulumi.Input[Mapping[str, pulumi.Input[float]]] per_year_migration_completion_percentage: Gets migration completion percentage per year.
719
+ :param pulumi.Input[str] performance_data_end_time: Gets end time to use for performance.
720
+ :param pulumi.Input[str] performance_data_start_time: Gets start time to use for performance.
721
+ :param pulumi.Input[float] performance_utilization_percentile: Gets utilization percentile for performance.
722
+ :param pulumi.Input[Union[str, 'SavingsOption']] savings_option: Gets the business case savings option type.
723
+ :param pulumi.Input[float] wacc: Gets wACC percentage.
724
+ :param pulumi.Input[Union[str, 'DiscoverySource']] workload_discovery_source: Workload discovery source.
725
+ """
726
+ if currency is None:
727
+ currency = 'USD'
728
+ pulumi.set(__self__, "currency", currency)
729
+ pulumi.set(__self__, "target_location", target_location)
730
+ if avs_labor_cost_percentage is None:
731
+ avs_labor_cost_percentage = 75
732
+ if avs_labor_cost_percentage is not None:
733
+ pulumi.set(__self__, "avs_labor_cost_percentage", avs_labor_cost_percentage)
734
+ if business_case_type is None:
735
+ business_case_type = 'OptimizeForCost'
736
+ if business_case_type is not None:
737
+ pulumi.set(__self__, "business_case_type", business_case_type)
738
+ if comfort_factor is None:
739
+ comfort_factor = 1
740
+ if comfort_factor is not None:
741
+ pulumi.set(__self__, "comfort_factor", comfort_factor)
742
+ if discount_percentage is not None:
743
+ pulumi.set(__self__, "discount_percentage", discount_percentage)
744
+ if iaas_labor_cost_percentage is None:
745
+ iaas_labor_cost_percentage = 75
746
+ if iaas_labor_cost_percentage is not None:
747
+ pulumi.set(__self__, "iaas_labor_cost_percentage", iaas_labor_cost_percentage)
748
+ if infrastructure_growth_rate is None:
749
+ infrastructure_growth_rate = 5
750
+ if infrastructure_growth_rate is not None:
751
+ pulumi.set(__self__, "infrastructure_growth_rate", infrastructure_growth_rate)
752
+ if network_cost_percentage is None:
753
+ network_cost_percentage = 5
754
+ if network_cost_percentage is not None:
755
+ pulumi.set(__self__, "network_cost_percentage", network_cost_percentage)
756
+ if paas_labor_cost_percentage is None:
757
+ paas_labor_cost_percentage = 60
758
+ if paas_labor_cost_percentage is not None:
759
+ pulumi.set(__self__, "paas_labor_cost_percentage", paas_labor_cost_percentage)
760
+ if per_year_migration_completion_percentage is not None:
761
+ pulumi.set(__self__, "per_year_migration_completion_percentage", per_year_migration_completion_percentage)
762
+ if performance_data_end_time is not None:
763
+ pulumi.set(__self__, "performance_data_end_time", performance_data_end_time)
764
+ if performance_data_start_time is not None:
765
+ pulumi.set(__self__, "performance_data_start_time", performance_data_start_time)
766
+ if performance_utilization_percentile is None:
767
+ performance_utilization_percentile = 95
768
+ if performance_utilization_percentile is not None:
769
+ pulumi.set(__self__, "performance_utilization_percentile", performance_utilization_percentile)
770
+ if savings_option is None:
771
+ savings_option = 'RI3Year'
772
+ if savings_option is not None:
773
+ pulumi.set(__self__, "savings_option", savings_option)
774
+ if wacc is not None:
775
+ pulumi.set(__self__, "wacc", wacc)
776
+ if workload_discovery_source is None:
777
+ workload_discovery_source = 'Appliance'
778
+ if workload_discovery_source is not None:
779
+ pulumi.set(__self__, "workload_discovery_source", workload_discovery_source)
780
+
781
+ @property
782
+ @pulumi.getter
783
+ def currency(self) -> pulumi.Input[Union[str, 'BusinessCaseCurrency']]:
784
+ """
785
+ Business case Currency.
786
+ """
787
+ return pulumi.get(self, "currency")
788
+
789
+ @currency.setter
790
+ def currency(self, value: pulumi.Input[Union[str, 'BusinessCaseCurrency']]):
791
+ pulumi.set(self, "currency", value)
792
+
793
+ @property
794
+ @pulumi.getter(name="targetLocation")
795
+ def target_location(self) -> pulumi.Input[str]:
796
+ """
797
+ Gets or sets azure location.
798
+ """
799
+ return pulumi.get(self, "target_location")
800
+
801
+ @target_location.setter
802
+ def target_location(self, value: pulumi.Input[str]):
803
+ pulumi.set(self, "target_location", value)
804
+
805
+ @property
806
+ @pulumi.getter(name="avsLaborCostPercentage")
807
+ def avs_labor_cost_percentage(self) -> Optional[pulumi.Input[float]]:
808
+ """
809
+ Gets Avs labour cost percentage.
810
+ """
811
+ return pulumi.get(self, "avs_labor_cost_percentage")
812
+
813
+ @avs_labor_cost_percentage.setter
814
+ def avs_labor_cost_percentage(self, value: Optional[pulumi.Input[float]]):
815
+ pulumi.set(self, "avs_labor_cost_percentage", value)
816
+
817
+ @property
818
+ @pulumi.getter(name="businessCaseType")
819
+ def business_case_type(self) -> Optional[pulumi.Input[Union[str, 'MigrationStrategy']]]:
820
+ """
821
+ Migration Strategy.
822
+ """
823
+ return pulumi.get(self, "business_case_type")
824
+
825
+ @business_case_type.setter
826
+ def business_case_type(self, value: Optional[pulumi.Input[Union[str, 'MigrationStrategy']]]):
827
+ pulumi.set(self, "business_case_type", value)
828
+
829
+ @property
830
+ @pulumi.getter(name="comfortFactor")
831
+ def comfort_factor(self) -> Optional[pulumi.Input[float]]:
832
+ """
833
+ Gets comfort factor.
834
+ """
835
+ return pulumi.get(self, "comfort_factor")
836
+
837
+ @comfort_factor.setter
838
+ def comfort_factor(self, value: Optional[pulumi.Input[float]]):
839
+ pulumi.set(self, "comfort_factor", value)
840
+
841
+ @property
842
+ @pulumi.getter(name="discountPercentage")
843
+ def discount_percentage(self) -> Optional[pulumi.Input[float]]:
844
+ """
845
+ Gets azure Discount percentage.
846
+ """
847
+ return pulumi.get(self, "discount_percentage")
848
+
849
+ @discount_percentage.setter
850
+ def discount_percentage(self, value: Optional[pulumi.Input[float]]):
851
+ pulumi.set(self, "discount_percentage", value)
852
+
853
+ @property
854
+ @pulumi.getter(name="iaasLaborCostPercentage")
855
+ def iaas_labor_cost_percentage(self) -> Optional[pulumi.Input[float]]:
856
+ """
857
+ Gets IaaS labour cost percentage.
858
+ """
859
+ return pulumi.get(self, "iaas_labor_cost_percentage")
860
+
861
+ @iaas_labor_cost_percentage.setter
862
+ def iaas_labor_cost_percentage(self, value: Optional[pulumi.Input[float]]):
863
+ pulumi.set(self, "iaas_labor_cost_percentage", value)
864
+
865
+ @property
866
+ @pulumi.getter(name="infrastructureGrowthRate")
867
+ def infrastructure_growth_rate(self) -> Optional[pulumi.Input[float]]:
868
+ """
869
+ Gets infrastructure growth rate.
870
+ """
871
+ return pulumi.get(self, "infrastructure_growth_rate")
872
+
873
+ @infrastructure_growth_rate.setter
874
+ def infrastructure_growth_rate(self, value: Optional[pulumi.Input[float]]):
875
+ pulumi.set(self, "infrastructure_growth_rate", value)
876
+
877
+ @property
878
+ @pulumi.getter(name="networkCostPercentage")
879
+ def network_cost_percentage(self) -> Optional[pulumi.Input[float]]:
880
+ """
881
+ Gets network cost percentage.
882
+ """
883
+ return pulumi.get(self, "network_cost_percentage")
884
+
885
+ @network_cost_percentage.setter
886
+ def network_cost_percentage(self, value: Optional[pulumi.Input[float]]):
887
+ pulumi.set(self, "network_cost_percentage", value)
888
+
889
+ @property
890
+ @pulumi.getter(name="paasLaborCostPercentage")
891
+ def paas_labor_cost_percentage(self) -> Optional[pulumi.Input[float]]:
892
+ """
893
+ Gets PaaS labour cost percentage.
894
+ """
895
+ return pulumi.get(self, "paas_labor_cost_percentage")
896
+
897
+ @paas_labor_cost_percentage.setter
898
+ def paas_labor_cost_percentage(self, value: Optional[pulumi.Input[float]]):
899
+ pulumi.set(self, "paas_labor_cost_percentage", value)
900
+
901
+ @property
902
+ @pulumi.getter(name="perYearMigrationCompletionPercentage")
903
+ def per_year_migration_completion_percentage(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[float]]]]:
904
+ """
905
+ Gets migration completion percentage per year.
906
+ """
907
+ return pulumi.get(self, "per_year_migration_completion_percentage")
908
+
909
+ @per_year_migration_completion_percentage.setter
910
+ def per_year_migration_completion_percentage(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[float]]]]):
911
+ pulumi.set(self, "per_year_migration_completion_percentage", value)
912
+
913
+ @property
914
+ @pulumi.getter(name="performanceDataEndTime")
915
+ def performance_data_end_time(self) -> Optional[pulumi.Input[str]]:
916
+ """
917
+ Gets end time to use for performance.
918
+ """
919
+ return pulumi.get(self, "performance_data_end_time")
920
+
921
+ @performance_data_end_time.setter
922
+ def performance_data_end_time(self, value: Optional[pulumi.Input[str]]):
923
+ pulumi.set(self, "performance_data_end_time", value)
924
+
925
+ @property
926
+ @pulumi.getter(name="performanceDataStartTime")
927
+ def performance_data_start_time(self) -> Optional[pulumi.Input[str]]:
928
+ """
929
+ Gets start time to use for performance.
930
+ """
931
+ return pulumi.get(self, "performance_data_start_time")
932
+
933
+ @performance_data_start_time.setter
934
+ def performance_data_start_time(self, value: Optional[pulumi.Input[str]]):
935
+ pulumi.set(self, "performance_data_start_time", value)
936
+
937
+ @property
938
+ @pulumi.getter(name="performanceUtilizationPercentile")
939
+ def performance_utilization_percentile(self) -> Optional[pulumi.Input[float]]:
940
+ """
941
+ Gets utilization percentile for performance.
942
+ """
943
+ return pulumi.get(self, "performance_utilization_percentile")
944
+
945
+ @performance_utilization_percentile.setter
946
+ def performance_utilization_percentile(self, value: Optional[pulumi.Input[float]]):
947
+ pulumi.set(self, "performance_utilization_percentile", value)
948
+
949
+ @property
950
+ @pulumi.getter(name="savingsOption")
951
+ def savings_option(self) -> Optional[pulumi.Input[Union[str, 'SavingsOption']]]:
952
+ """
953
+ Gets the business case savings option type.
954
+ """
955
+ return pulumi.get(self, "savings_option")
956
+
957
+ @savings_option.setter
958
+ def savings_option(self, value: Optional[pulumi.Input[Union[str, 'SavingsOption']]]):
959
+ pulumi.set(self, "savings_option", value)
960
+
961
+ @property
962
+ @pulumi.getter
963
+ def wacc(self) -> Optional[pulumi.Input[float]]:
964
+ """
965
+ Gets wACC percentage.
966
+ """
967
+ return pulumi.get(self, "wacc")
968
+
969
+ @wacc.setter
970
+ def wacc(self, value: Optional[pulumi.Input[float]]):
971
+ pulumi.set(self, "wacc", value)
972
+
973
+ @property
974
+ @pulumi.getter(name="workloadDiscoverySource")
975
+ def workload_discovery_source(self) -> Optional[pulumi.Input[Union[str, 'DiscoverySource']]]:
976
+ """
977
+ Workload discovery source.
978
+ """
979
+ return pulumi.get(self, "workload_discovery_source")
980
+
981
+ @workload_discovery_source.setter
982
+ def workload_discovery_source(self, value: Optional[pulumi.Input[Union[str, 'DiscoverySource']]]):
983
+ pulumi.set(self, "workload_discovery_source", value)
984
+
985
+
986
+ if not MYPY:
987
+ class CollectorAgentPropertiesBaseArgsDict(TypedDict):
988
+ """
989
+ Collector agent property class.
990
+ """
991
+ id: NotRequired[pulumi.Input[str]]
992
+ """
993
+ Gets the collector agent id.
994
+ """
995
+ last_heartbeat_utc: NotRequired[pulumi.Input[str]]
996
+ """
997
+ Gets the collector last heartbeat time.
998
+ """
999
+ spn_details: NotRequired[pulumi.Input['CollectorAgentSpnPropertiesBaseArgsDict']]
1000
+ """
1001
+ Gets or sets the SPN details.
1002
+ """
1003
+ version: NotRequired[pulumi.Input[str]]
1004
+ """
1005
+ Gets the collector agent version.
1006
+ """
1007
+ elif False:
1008
+ CollectorAgentPropertiesBaseArgsDict: TypeAlias = Mapping[str, Any]
1009
+
1010
+ @pulumi.input_type
1011
+ class CollectorAgentPropertiesBaseArgs:
1012
+ def __init__(__self__, *,
1013
+ id: Optional[pulumi.Input[str]] = None,
1014
+ last_heartbeat_utc: Optional[pulumi.Input[str]] = None,
1015
+ spn_details: Optional[pulumi.Input['CollectorAgentSpnPropertiesBaseArgs']] = None,
1016
+ version: Optional[pulumi.Input[str]] = None):
1017
+ """
1018
+ Collector agent property class.
1019
+ :param pulumi.Input[str] id: Gets the collector agent id.
1020
+ :param pulumi.Input[str] last_heartbeat_utc: Gets the collector last heartbeat time.
1021
+ :param pulumi.Input['CollectorAgentSpnPropertiesBaseArgs'] spn_details: Gets or sets the SPN details.
1022
+ :param pulumi.Input[str] version: Gets the collector agent version.
1023
+ """
1024
+ if id is not None:
1025
+ pulumi.set(__self__, "id", id)
1026
+ if last_heartbeat_utc is not None:
1027
+ pulumi.set(__self__, "last_heartbeat_utc", last_heartbeat_utc)
1028
+ if spn_details is not None:
1029
+ pulumi.set(__self__, "spn_details", spn_details)
1030
+ if version is not None:
1031
+ pulumi.set(__self__, "version", version)
1032
+
1033
+ @property
1034
+ @pulumi.getter
1035
+ def id(self) -> Optional[pulumi.Input[str]]:
1036
+ """
1037
+ Gets the collector agent id.
1038
+ """
1039
+ return pulumi.get(self, "id")
1040
+
1041
+ @id.setter
1042
+ def id(self, value: Optional[pulumi.Input[str]]):
1043
+ pulumi.set(self, "id", value)
1044
+
1045
+ @property
1046
+ @pulumi.getter(name="lastHeartbeatUtc")
1047
+ def last_heartbeat_utc(self) -> Optional[pulumi.Input[str]]:
1048
+ """
1049
+ Gets the collector last heartbeat time.
1050
+ """
1051
+ return pulumi.get(self, "last_heartbeat_utc")
1052
+
1053
+ @last_heartbeat_utc.setter
1054
+ def last_heartbeat_utc(self, value: Optional[pulumi.Input[str]]):
1055
+ pulumi.set(self, "last_heartbeat_utc", value)
1056
+
1057
+ @property
1058
+ @pulumi.getter(name="spnDetails")
1059
+ def spn_details(self) -> Optional[pulumi.Input['CollectorAgentSpnPropertiesBaseArgs']]:
1060
+ """
1061
+ Gets or sets the SPN details.
1062
+ """
1063
+ return pulumi.get(self, "spn_details")
1064
+
1065
+ @spn_details.setter
1066
+ def spn_details(self, value: Optional[pulumi.Input['CollectorAgentSpnPropertiesBaseArgs']]):
1067
+ pulumi.set(self, "spn_details", value)
1068
+
1069
+ @property
1070
+ @pulumi.getter
1071
+ def version(self) -> Optional[pulumi.Input[str]]:
1072
+ """
1073
+ Gets the collector agent version.
1074
+ """
1075
+ return pulumi.get(self, "version")
1076
+
1077
+ @version.setter
1078
+ def version(self, value: Optional[pulumi.Input[str]]):
1079
+ pulumi.set(self, "version", value)
1080
+
1081
+
1082
+ if not MYPY:
1083
+ class CollectorAgentSpnPropertiesBaseArgsDict(TypedDict):
1084
+ """
1085
+ Collector agent SPN details class.
1086
+ """
1087
+ application_id: NotRequired[pulumi.Input[str]]
1088
+ """
1089
+ Gets the AAD application id.
1090
+ """
1091
+ audience: NotRequired[pulumi.Input[str]]
1092
+ """
1093
+ Gets the AAD audience url.
1094
+ """
1095
+ authority: NotRequired[pulumi.Input[str]]
1096
+ """
1097
+ Gets the AAD authority endpoint.
1098
+ """
1099
+ object_id: NotRequired[pulumi.Input[str]]
1100
+ """
1101
+ Gets the object id of the AAD application.
1102
+ """
1103
+ tenant_id: NotRequired[pulumi.Input[str]]
1104
+ """
1105
+ Gets the tenant id of the AAD application.
1106
+ """
1107
+ elif False:
1108
+ CollectorAgentSpnPropertiesBaseArgsDict: TypeAlias = Mapping[str, Any]
1109
+
1110
+ @pulumi.input_type
1111
+ class CollectorAgentSpnPropertiesBaseArgs:
1112
+ def __init__(__self__, *,
1113
+ application_id: Optional[pulumi.Input[str]] = None,
1114
+ audience: Optional[pulumi.Input[str]] = None,
1115
+ authority: Optional[pulumi.Input[str]] = None,
1116
+ object_id: Optional[pulumi.Input[str]] = None,
1117
+ tenant_id: Optional[pulumi.Input[str]] = None):
1118
+ """
1119
+ Collector agent SPN details class.
1120
+ :param pulumi.Input[str] application_id: Gets the AAD application id.
1121
+ :param pulumi.Input[str] audience: Gets the AAD audience url.
1122
+ :param pulumi.Input[str] authority: Gets the AAD authority endpoint.
1123
+ :param pulumi.Input[str] object_id: Gets the object id of the AAD application.
1124
+ :param pulumi.Input[str] tenant_id: Gets the tenant id of the AAD application.
1125
+ """
1126
+ if application_id is not None:
1127
+ pulumi.set(__self__, "application_id", application_id)
1128
+ if audience is not None:
1129
+ pulumi.set(__self__, "audience", audience)
1130
+ if authority is not None:
1131
+ pulumi.set(__self__, "authority", authority)
1132
+ if object_id is not None:
1133
+ pulumi.set(__self__, "object_id", object_id)
1134
+ if tenant_id is not None:
1135
+ pulumi.set(__self__, "tenant_id", tenant_id)
1136
+
1137
+ @property
1138
+ @pulumi.getter(name="applicationId")
1139
+ def application_id(self) -> Optional[pulumi.Input[str]]:
1140
+ """
1141
+ Gets the AAD application id.
1142
+ """
1143
+ return pulumi.get(self, "application_id")
1144
+
1145
+ @application_id.setter
1146
+ def application_id(self, value: Optional[pulumi.Input[str]]):
1147
+ pulumi.set(self, "application_id", value)
1148
+
1149
+ @property
1150
+ @pulumi.getter
1151
+ def audience(self) -> Optional[pulumi.Input[str]]:
1152
+ """
1153
+ Gets the AAD audience url.
1154
+ """
1155
+ return pulumi.get(self, "audience")
1156
+
1157
+ @audience.setter
1158
+ def audience(self, value: Optional[pulumi.Input[str]]):
1159
+ pulumi.set(self, "audience", value)
1160
+
1161
+ @property
1162
+ @pulumi.getter
1163
+ def authority(self) -> Optional[pulumi.Input[str]]:
1164
+ """
1165
+ Gets the AAD authority endpoint.
1166
+ """
1167
+ return pulumi.get(self, "authority")
1168
+
1169
+ @authority.setter
1170
+ def authority(self, value: Optional[pulumi.Input[str]]):
1171
+ pulumi.set(self, "authority", value)
1172
+
1173
+ @property
1174
+ @pulumi.getter(name="objectId")
1175
+ def object_id(self) -> Optional[pulumi.Input[str]]:
1176
+ """
1177
+ Gets the object id of the AAD application.
1178
+ """
1179
+ return pulumi.get(self, "object_id")
1180
+
1181
+ @object_id.setter
1182
+ def object_id(self, value: Optional[pulumi.Input[str]]):
1183
+ pulumi.set(self, "object_id", value)
1184
+
1185
+ @property
1186
+ @pulumi.getter(name="tenantId")
1187
+ def tenant_id(self) -> Optional[pulumi.Input[str]]:
1188
+ """
1189
+ Gets the tenant id of the AAD application.
1190
+ """
1191
+ return pulumi.get(self, "tenant_id")
1192
+
1193
+ @tenant_id.setter
1194
+ def tenant_id(self, value: Optional[pulumi.Input[str]]):
1195
+ pulumi.set(self, "tenant_id", value)
1196
+
1197
+
1198
+ if not MYPY:
1199
+ class ComputeSettingsArgsDict(TypedDict):
1200
+ """
1201
+ Compute settings.
1202
+ """
1203
+ hyperthread_core_to_memory_ratio: pulumi.Input[float]
1204
+ """
1205
+ Hyperthread core to memory ratio.
1206
+ """
1207
+ price: pulumi.Input[float]
1208
+ """
1209
+ Compute Price.
1210
+ """
1211
+ rhel_linux_server_licensing: pulumi.Input['LinuxServerLicensingSettingsArgsDict']
1212
+ """
1213
+ Linux Rhel Server licensing settings.
1214
+ """
1215
+ sql_server_licensing: pulumi.Input[Sequence[pulumi.Input['SqlServerLicensingSettingsArgsDict']]]
1216
+ """
1217
+ SQL Server licensing settings.
1218
+ """
1219
+ suse_linux_server_licensing: pulumi.Input['LinuxServerLicensingSettingsArgsDict']
1220
+ """
1221
+ Linux Suse Server licensing settings.
1222
+ """
1223
+ virtualization_software_settings: pulumi.Input['VirtualizationSoftwareSettingsArgsDict']
1224
+ """
1225
+ Virtualization software settings.
1226
+ """
1227
+ windows_server_licensing: pulumi.Input['WindowsServerLicensingSettingsArgsDict']
1228
+ """
1229
+ Windows Server licensing settings.
1230
+ """
1231
+ elif False:
1232
+ ComputeSettingsArgsDict: TypeAlias = Mapping[str, Any]
1233
+
1234
+ @pulumi.input_type
1235
+ class ComputeSettingsArgs:
1236
+ def __init__(__self__, *,
1237
+ hyperthread_core_to_memory_ratio: pulumi.Input[float],
1238
+ price: pulumi.Input[float],
1239
+ rhel_linux_server_licensing: pulumi.Input['LinuxServerLicensingSettingsArgs'],
1240
+ sql_server_licensing: pulumi.Input[Sequence[pulumi.Input['SqlServerLicensingSettingsArgs']]],
1241
+ suse_linux_server_licensing: pulumi.Input['LinuxServerLicensingSettingsArgs'],
1242
+ virtualization_software_settings: pulumi.Input['VirtualizationSoftwareSettingsArgs'],
1243
+ windows_server_licensing: pulumi.Input['WindowsServerLicensingSettingsArgs']):
1244
+ """
1245
+ Compute settings.
1246
+ :param pulumi.Input[float] hyperthread_core_to_memory_ratio: Hyperthread core to memory ratio.
1247
+ :param pulumi.Input[float] price: Compute Price.
1248
+ :param pulumi.Input['LinuxServerLicensingSettingsArgs'] rhel_linux_server_licensing: Linux Rhel Server licensing settings.
1249
+ :param pulumi.Input[Sequence[pulumi.Input['SqlServerLicensingSettingsArgs']]] sql_server_licensing: SQL Server licensing settings.
1250
+ :param pulumi.Input['LinuxServerLicensingSettingsArgs'] suse_linux_server_licensing: Linux Suse Server licensing settings.
1251
+ :param pulumi.Input['VirtualizationSoftwareSettingsArgs'] virtualization_software_settings: Virtualization software settings.
1252
+ :param pulumi.Input['WindowsServerLicensingSettingsArgs'] windows_server_licensing: Windows Server licensing settings.
1253
+ """
1254
+ pulumi.set(__self__, "hyperthread_core_to_memory_ratio", hyperthread_core_to_memory_ratio)
1255
+ pulumi.set(__self__, "price", price)
1256
+ pulumi.set(__self__, "rhel_linux_server_licensing", rhel_linux_server_licensing)
1257
+ pulumi.set(__self__, "sql_server_licensing", sql_server_licensing)
1258
+ pulumi.set(__self__, "suse_linux_server_licensing", suse_linux_server_licensing)
1259
+ pulumi.set(__self__, "virtualization_software_settings", virtualization_software_settings)
1260
+ pulumi.set(__self__, "windows_server_licensing", windows_server_licensing)
1261
+
1262
+ @property
1263
+ @pulumi.getter(name="hyperthreadCoreToMemoryRatio")
1264
+ def hyperthread_core_to_memory_ratio(self) -> pulumi.Input[float]:
1265
+ """
1266
+ Hyperthread core to memory ratio.
1267
+ """
1268
+ return pulumi.get(self, "hyperthread_core_to_memory_ratio")
1269
+
1270
+ @hyperthread_core_to_memory_ratio.setter
1271
+ def hyperthread_core_to_memory_ratio(self, value: pulumi.Input[float]):
1272
+ pulumi.set(self, "hyperthread_core_to_memory_ratio", value)
1273
+
1274
+ @property
1275
+ @pulumi.getter
1276
+ def price(self) -> pulumi.Input[float]:
1277
+ """
1278
+ Compute Price.
1279
+ """
1280
+ return pulumi.get(self, "price")
1281
+
1282
+ @price.setter
1283
+ def price(self, value: pulumi.Input[float]):
1284
+ pulumi.set(self, "price", value)
1285
+
1286
+ @property
1287
+ @pulumi.getter(name="rhelLinuxServerLicensing")
1288
+ def rhel_linux_server_licensing(self) -> pulumi.Input['LinuxServerLicensingSettingsArgs']:
1289
+ """
1290
+ Linux Rhel Server licensing settings.
1291
+ """
1292
+ return pulumi.get(self, "rhel_linux_server_licensing")
1293
+
1294
+ @rhel_linux_server_licensing.setter
1295
+ def rhel_linux_server_licensing(self, value: pulumi.Input['LinuxServerLicensingSettingsArgs']):
1296
+ pulumi.set(self, "rhel_linux_server_licensing", value)
1297
+
1298
+ @property
1299
+ @pulumi.getter(name="sqlServerLicensing")
1300
+ def sql_server_licensing(self) -> pulumi.Input[Sequence[pulumi.Input['SqlServerLicensingSettingsArgs']]]:
1301
+ """
1302
+ SQL Server licensing settings.
1303
+ """
1304
+ return pulumi.get(self, "sql_server_licensing")
1305
+
1306
+ @sql_server_licensing.setter
1307
+ def sql_server_licensing(self, value: pulumi.Input[Sequence[pulumi.Input['SqlServerLicensingSettingsArgs']]]):
1308
+ pulumi.set(self, "sql_server_licensing", value)
1309
+
1310
+ @property
1311
+ @pulumi.getter(name="suseLinuxServerLicensing")
1312
+ def suse_linux_server_licensing(self) -> pulumi.Input['LinuxServerLicensingSettingsArgs']:
1313
+ """
1314
+ Linux Suse Server licensing settings.
1315
+ """
1316
+ return pulumi.get(self, "suse_linux_server_licensing")
1317
+
1318
+ @suse_linux_server_licensing.setter
1319
+ def suse_linux_server_licensing(self, value: pulumi.Input['LinuxServerLicensingSettingsArgs']):
1320
+ pulumi.set(self, "suse_linux_server_licensing", value)
1321
+
1322
+ @property
1323
+ @pulumi.getter(name="virtualizationSoftwareSettings")
1324
+ def virtualization_software_settings(self) -> pulumi.Input['VirtualizationSoftwareSettingsArgs']:
1325
+ """
1326
+ Virtualization software settings.
1327
+ """
1328
+ return pulumi.get(self, "virtualization_software_settings")
1329
+
1330
+ @virtualization_software_settings.setter
1331
+ def virtualization_software_settings(self, value: pulumi.Input['VirtualizationSoftwareSettingsArgs']):
1332
+ pulumi.set(self, "virtualization_software_settings", value)
1333
+
1334
+ @property
1335
+ @pulumi.getter(name="windowsServerLicensing")
1336
+ def windows_server_licensing(self) -> pulumi.Input['WindowsServerLicensingSettingsArgs']:
1337
+ """
1338
+ Windows Server licensing settings.
1339
+ """
1340
+ return pulumi.get(self, "windows_server_licensing")
1341
+
1342
+ @windows_server_licensing.setter
1343
+ def windows_server_licensing(self, value: pulumi.Input['WindowsServerLicensingSettingsArgs']):
1344
+ pulumi.set(self, "windows_server_licensing", value)
1345
+
1346
+
1347
+ if not MYPY:
1348
+ class DiscoveredEntityLightSummaryArgsDict(TypedDict):
1349
+ """
1350
+ Discovered entity light summary.
1351
+ """
1352
+ number_of_machines: pulumi.Input[int]
1353
+ """
1354
+ Gets or sets the number of machines.
1355
+ """
1356
+ number_of_servers: pulumi.Input[int]
1357
+ """
1358
+ Gets or sets the number of servers.
1359
+ """
1360
+ number_of_web_apps: pulumi.Input[int]
1361
+ """
1362
+ Gets or sets the number of web apps.
1363
+ """
1364
+ elif False:
1365
+ DiscoveredEntityLightSummaryArgsDict: TypeAlias = Mapping[str, Any]
1366
+
1367
+ @pulumi.input_type
1368
+ class DiscoveredEntityLightSummaryArgs:
1369
+ def __init__(__self__, *,
1370
+ number_of_machines: pulumi.Input[int],
1371
+ number_of_servers: pulumi.Input[int],
1372
+ number_of_web_apps: pulumi.Input[int]):
1373
+ """
1374
+ Discovered entity light summary.
1375
+ :param pulumi.Input[int] number_of_machines: Gets or sets the number of machines.
1376
+ :param pulumi.Input[int] number_of_servers: Gets or sets the number of servers.
1377
+ :param pulumi.Input[int] number_of_web_apps: Gets or sets the number of web apps.
1378
+ """
1379
+ pulumi.set(__self__, "number_of_machines", number_of_machines)
1380
+ pulumi.set(__self__, "number_of_servers", number_of_servers)
1381
+ pulumi.set(__self__, "number_of_web_apps", number_of_web_apps)
1382
+
1383
+ @property
1384
+ @pulumi.getter(name="numberOfMachines")
1385
+ def number_of_machines(self) -> pulumi.Input[int]:
1386
+ """
1387
+ Gets or sets the number of machines.
1388
+ """
1389
+ return pulumi.get(self, "number_of_machines")
1390
+
1391
+ @number_of_machines.setter
1392
+ def number_of_machines(self, value: pulumi.Input[int]):
1393
+ pulumi.set(self, "number_of_machines", value)
1394
+
1395
+ @property
1396
+ @pulumi.getter(name="numberOfServers")
1397
+ def number_of_servers(self) -> pulumi.Input[int]:
1398
+ """
1399
+ Gets or sets the number of servers.
1400
+ """
1401
+ return pulumi.get(self, "number_of_servers")
1402
+
1403
+ @number_of_servers.setter
1404
+ def number_of_servers(self, value: pulumi.Input[int]):
1405
+ pulumi.set(self, "number_of_servers", value)
1406
+
1407
+ @property
1408
+ @pulumi.getter(name="numberOfWebApps")
1409
+ def number_of_web_apps(self) -> pulumi.Input[int]:
1410
+ """
1411
+ Gets or sets the number of web apps.
1412
+ """
1413
+ return pulumi.get(self, "number_of_web_apps")
1414
+
1415
+ @number_of_web_apps.setter
1416
+ def number_of_web_apps(self, value: pulumi.Input[int]):
1417
+ pulumi.set(self, "number_of_web_apps", value)
1418
+
1419
+
1420
+ if not MYPY:
1421
+ class EntityUptimeArgsDict(TypedDict):
1422
+ """
1423
+ Entity Uptime.
1424
+ """
1425
+ days_per_month: NotRequired[pulumi.Input[int]]
1426
+ """
1427
+ Gets the days per month.
1428
+ """
1429
+ hours_per_day: NotRequired[pulumi.Input[int]]
1430
+ """
1431
+ Gets the hours per day.
1432
+ """
1433
+ elif False:
1434
+ EntityUptimeArgsDict: TypeAlias = Mapping[str, Any]
1435
+
1436
+ @pulumi.input_type
1437
+ class EntityUptimeArgs:
1438
+ def __init__(__self__, *,
1439
+ days_per_month: Optional[pulumi.Input[int]] = None,
1440
+ hours_per_day: Optional[pulumi.Input[int]] = None):
1441
+ """
1442
+ Entity Uptime.
1443
+ :param pulumi.Input[int] days_per_month: Gets the days per month.
1444
+ :param pulumi.Input[int] hours_per_day: Gets the hours per day.
1445
+ """
1446
+ if days_per_month is not None:
1447
+ pulumi.set(__self__, "days_per_month", days_per_month)
1448
+ if hours_per_day is not None:
1449
+ pulumi.set(__self__, "hours_per_day", hours_per_day)
1450
+
1451
+ @property
1452
+ @pulumi.getter(name="daysPerMonth")
1453
+ def days_per_month(self) -> Optional[pulumi.Input[int]]:
1454
+ """
1455
+ Gets the days per month.
1456
+ """
1457
+ return pulumi.get(self, "days_per_month")
1458
+
1459
+ @days_per_month.setter
1460
+ def days_per_month(self, value: Optional[pulumi.Input[int]]):
1461
+ pulumi.set(self, "days_per_month", value)
1462
+
1463
+ @property
1464
+ @pulumi.getter(name="hoursPerDay")
1465
+ def hours_per_day(self) -> Optional[pulumi.Input[int]]:
1466
+ """
1467
+ Gets the hours per day.
1468
+ """
1469
+ return pulumi.get(self, "hours_per_day")
1470
+
1471
+ @hours_per_day.setter
1472
+ def hours_per_day(self, value: Optional[pulumi.Input[int]]):
1473
+ pulumi.set(self, "hours_per_day", value)
1474
+
1475
+
1476
+ if not MYPY:
1477
+ class FacilitySettingsArgsDict(TypedDict):
1478
+ """
1479
+ Facility settings.
1480
+ """
1481
+ facilities_cost_per_kwh: NotRequired[pulumi.Input[float]]
1482
+ """
1483
+ The facilities cost.
1484
+ """
1485
+ elif False:
1486
+ FacilitySettingsArgsDict: TypeAlias = Mapping[str, Any]
1487
+
1488
+ @pulumi.input_type
1489
+ class FacilitySettingsArgs:
1490
+ def __init__(__self__, *,
1491
+ facilities_cost_per_kwh: Optional[pulumi.Input[float]] = None):
1492
+ """
1493
+ Facility settings.
1494
+ :param pulumi.Input[float] facilities_cost_per_kwh: The facilities cost.
1495
+ """
1496
+ if facilities_cost_per_kwh is not None:
1497
+ pulumi.set(__self__, "facilities_cost_per_kwh", facilities_cost_per_kwh)
1498
+
1499
+ @property
1500
+ @pulumi.getter(name="facilitiesCostPerKwh")
1501
+ def facilities_cost_per_kwh(self) -> Optional[pulumi.Input[float]]:
1502
+ """
1503
+ The facilities cost.
1504
+ """
1505
+ return pulumi.get(self, "facilities_cost_per_kwh")
1506
+
1507
+ @facilities_cost_per_kwh.setter
1508
+ def facilities_cost_per_kwh(self, value: Optional[pulumi.Input[float]]):
1509
+ pulumi.set(self, "facilities_cost_per_kwh", value)
1510
+
1511
+
1512
+ if not MYPY:
1513
+ class HypervLicenseArgsDict(TypedDict):
1514
+ """
1515
+ Representation of a licence.
1516
+ """
1517
+ license_cost: pulumi.Input[float]
1518
+ """
1519
+ Cost of a licence.
1520
+ """
1521
+ license_type: pulumi.Input[Union[str, 'HyperVLicenseType']]
1522
+ """
1523
+ HyperV licence type.
1524
+ """
1525
+ elif False:
1526
+ HypervLicenseArgsDict: TypeAlias = Mapping[str, Any]
1527
+
1528
+ @pulumi.input_type
1529
+ class HypervLicenseArgs:
1530
+ def __init__(__self__, *,
1531
+ license_cost: pulumi.Input[float],
1532
+ license_type: pulumi.Input[Union[str, 'HyperVLicenseType']]):
1533
+ """
1534
+ Representation of a licence.
1535
+ :param pulumi.Input[float] license_cost: Cost of a licence.
1536
+ :param pulumi.Input[Union[str, 'HyperVLicenseType']] license_type: HyperV licence type.
1537
+ """
1538
+ pulumi.set(__self__, "license_cost", license_cost)
1539
+ pulumi.set(__self__, "license_type", license_type)
1540
+
1541
+ @property
1542
+ @pulumi.getter(name="licenseCost")
1543
+ def license_cost(self) -> pulumi.Input[float]:
1544
+ """
1545
+ Cost of a licence.
1546
+ """
1547
+ return pulumi.get(self, "license_cost")
1548
+
1549
+ @license_cost.setter
1550
+ def license_cost(self, value: pulumi.Input[float]):
1551
+ pulumi.set(self, "license_cost", value)
1552
+
1553
+ @property
1554
+ @pulumi.getter(name="licenseType")
1555
+ def license_type(self) -> pulumi.Input[Union[str, 'HyperVLicenseType']]:
1556
+ """
1557
+ HyperV licence type.
1558
+ """
1559
+ return pulumi.get(self, "license_type")
1560
+
1561
+ @license_type.setter
1562
+ def license_type(self, value: pulumi.Input[Union[str, 'HyperVLicenseType']]):
1563
+ pulumi.set(self, "license_type", value)
1564
+
1565
+
1566
+ if not MYPY:
1567
+ class HypervVirtualizationManagementSettingsArgsDict(TypedDict):
1568
+ """
1569
+ HyperV Virtualization Management Settings.
1570
+ """
1571
+ license_and_support_list: pulumi.Input[Sequence[pulumi.Input['HypervLicenseArgsDict']]]
1572
+ """
1573
+ Licence and support list.
1574
+ """
1575
+ number_of_physical_cores_per_license: pulumi.Input[int]
1576
+ """
1577
+ Number of physical cores per licence.
1578
+ """
1579
+ software_assurance_cost: pulumi.Input[float]
1580
+ """
1581
+ Software Assurance Cost.
1582
+ """
1583
+ elif False:
1584
+ HypervVirtualizationManagementSettingsArgsDict: TypeAlias = Mapping[str, Any]
1585
+
1586
+ @pulumi.input_type
1587
+ class HypervVirtualizationManagementSettingsArgs:
1588
+ def __init__(__self__, *,
1589
+ license_and_support_list: pulumi.Input[Sequence[pulumi.Input['HypervLicenseArgs']]],
1590
+ number_of_physical_cores_per_license: pulumi.Input[int],
1591
+ software_assurance_cost: pulumi.Input[float]):
1592
+ """
1593
+ HyperV Virtualization Management Settings.
1594
+ :param pulumi.Input[Sequence[pulumi.Input['HypervLicenseArgs']]] license_and_support_list: Licence and support list.
1595
+ :param pulumi.Input[int] number_of_physical_cores_per_license: Number of physical cores per licence.
1596
+ :param pulumi.Input[float] software_assurance_cost: Software Assurance Cost.
1597
+ """
1598
+ pulumi.set(__self__, "license_and_support_list", license_and_support_list)
1599
+ pulumi.set(__self__, "number_of_physical_cores_per_license", number_of_physical_cores_per_license)
1600
+ pulumi.set(__self__, "software_assurance_cost", software_assurance_cost)
1601
+
1602
+ @property
1603
+ @pulumi.getter(name="licenseAndSupportList")
1604
+ def license_and_support_list(self) -> pulumi.Input[Sequence[pulumi.Input['HypervLicenseArgs']]]:
1605
+ """
1606
+ Licence and support list.
1607
+ """
1608
+ return pulumi.get(self, "license_and_support_list")
1609
+
1610
+ @license_and_support_list.setter
1611
+ def license_and_support_list(self, value: pulumi.Input[Sequence[pulumi.Input['HypervLicenseArgs']]]):
1612
+ pulumi.set(self, "license_and_support_list", value)
1613
+
1614
+ @property
1615
+ @pulumi.getter(name="numberOfPhysicalCoresPerLicense")
1616
+ def number_of_physical_cores_per_license(self) -> pulumi.Input[int]:
1617
+ """
1618
+ Number of physical cores per licence.
1619
+ """
1620
+ return pulumi.get(self, "number_of_physical_cores_per_license")
1621
+
1622
+ @number_of_physical_cores_per_license.setter
1623
+ def number_of_physical_cores_per_license(self, value: pulumi.Input[int]):
1624
+ pulumi.set(self, "number_of_physical_cores_per_license", value)
1625
+
1626
+ @property
1627
+ @pulumi.getter(name="softwareAssuranceCost")
1628
+ def software_assurance_cost(self) -> pulumi.Input[float]:
1629
+ """
1630
+ Software Assurance Cost.
1631
+ """
1632
+ return pulumi.get(self, "software_assurance_cost")
1633
+
1634
+ @software_assurance_cost.setter
1635
+ def software_assurance_cost(self, value: pulumi.Input[float]):
1636
+ pulumi.set(self, "software_assurance_cost", value)
1637
+
1638
+
1639
+ if not MYPY:
1640
+ class LaborSettingsArgsDict(TypedDict):
1641
+ """
1642
+ Labour settings.
1643
+ """
1644
+ hourly_admin_cost: pulumi.Input[float]
1645
+ """
1646
+ Hourly administrator cost.
1647
+ """
1648
+ physical_servers_per_admin: pulumi.Input[int]
1649
+ """
1650
+ Physical servers per administrator.
1651
+ """
1652
+ virtual_machines_per_admin: pulumi.Input[int]
1653
+ """
1654
+ Virtual machines per administrator.
1655
+ """
1656
+ elif False:
1657
+ LaborSettingsArgsDict: TypeAlias = Mapping[str, Any]
1658
+
1659
+ @pulumi.input_type
1660
+ class LaborSettingsArgs:
1661
+ def __init__(__self__, *,
1662
+ hourly_admin_cost: pulumi.Input[float],
1663
+ physical_servers_per_admin: pulumi.Input[int],
1664
+ virtual_machines_per_admin: pulumi.Input[int]):
1665
+ """
1666
+ Labour settings.
1667
+ :param pulumi.Input[float] hourly_admin_cost: Hourly administrator cost.
1668
+ :param pulumi.Input[int] physical_servers_per_admin: Physical servers per administrator.
1669
+ :param pulumi.Input[int] virtual_machines_per_admin: Virtual machines per administrator.
1670
+ """
1671
+ pulumi.set(__self__, "hourly_admin_cost", hourly_admin_cost)
1672
+ pulumi.set(__self__, "physical_servers_per_admin", physical_servers_per_admin)
1673
+ pulumi.set(__self__, "virtual_machines_per_admin", virtual_machines_per_admin)
1674
+
1675
+ @property
1676
+ @pulumi.getter(name="hourlyAdminCost")
1677
+ def hourly_admin_cost(self) -> pulumi.Input[float]:
1678
+ """
1679
+ Hourly administrator cost.
1680
+ """
1681
+ return pulumi.get(self, "hourly_admin_cost")
1682
+
1683
+ @hourly_admin_cost.setter
1684
+ def hourly_admin_cost(self, value: pulumi.Input[float]):
1685
+ pulumi.set(self, "hourly_admin_cost", value)
1686
+
1687
+ @property
1688
+ @pulumi.getter(name="physicalServersPerAdmin")
1689
+ def physical_servers_per_admin(self) -> pulumi.Input[int]:
1690
+ """
1691
+ Physical servers per administrator.
1692
+ """
1693
+ return pulumi.get(self, "physical_servers_per_admin")
1694
+
1695
+ @physical_servers_per_admin.setter
1696
+ def physical_servers_per_admin(self, value: pulumi.Input[int]):
1697
+ pulumi.set(self, "physical_servers_per_admin", value)
1698
+
1699
+ @property
1700
+ @pulumi.getter(name="virtualMachinesPerAdmin")
1701
+ def virtual_machines_per_admin(self) -> pulumi.Input[int]:
1702
+ """
1703
+ Virtual machines per administrator.
1704
+ """
1705
+ return pulumi.get(self, "virtual_machines_per_admin")
1706
+
1707
+ @virtual_machines_per_admin.setter
1708
+ def virtual_machines_per_admin(self, value: pulumi.Input[int]):
1709
+ pulumi.set(self, "virtual_machines_per_admin", value)
1710
+
1711
+
1712
+ if not MYPY:
1713
+ class LinuxServerLicensingSettingsArgsDict(TypedDict):
1714
+ """
1715
+ Linux Server licensing settings.
1716
+ """
1717
+ license_cost: pulumi.Input[float]
1718
+ """
1719
+ Licence Cost.
1720
+ """
1721
+ elif False:
1722
+ LinuxServerLicensingSettingsArgsDict: TypeAlias = Mapping[str, Any]
1723
+
1724
+ @pulumi.input_type
1725
+ class LinuxServerLicensingSettingsArgs:
1726
+ def __init__(__self__, *,
1727
+ license_cost: pulumi.Input[float]):
1728
+ """
1729
+ Linux Server licensing settings.
1730
+ :param pulumi.Input[float] license_cost: Licence Cost.
1731
+ """
1732
+ pulumi.set(__self__, "license_cost", license_cost)
1733
+
1734
+ @property
1735
+ @pulumi.getter(name="licenseCost")
1736
+ def license_cost(self) -> pulumi.Input[float]:
1737
+ """
1738
+ Licence Cost.
1739
+ """
1740
+ return pulumi.get(self, "license_cost")
1741
+
1742
+ @license_cost.setter
1743
+ def license_cost(self, value: pulumi.Input[float]):
1744
+ pulumi.set(self, "license_cost", value)
1745
+
1746
+
1747
+ if not MYPY:
1748
+ class ManagementSettingsArgsDict(TypedDict):
1749
+ """
1750
+ Management settings.
1751
+ """
1752
+ hyperv_virtualization_management_settings: pulumi.Input['HypervVirtualizationManagementSettingsArgsDict']
1753
+ """
1754
+ HyperV Virtualization Management Settings.
1755
+ """
1756
+ other_management_costs_settings: pulumi.Input['OtherManagementCostsSettingsArgsDict']
1757
+ """
1758
+ Other Management Costs Settings.
1759
+ """
1760
+ third_party_management_settings: pulumi.Input['ThirdPartyManagementSettingsArgsDict']
1761
+ """
1762
+ Third Party Management Settings.
1763
+ """
1764
+ elif False:
1765
+ ManagementSettingsArgsDict: TypeAlias = Mapping[str, Any]
1766
+
1767
+ @pulumi.input_type
1768
+ class ManagementSettingsArgs:
1769
+ def __init__(__self__, *,
1770
+ hyperv_virtualization_management_settings: pulumi.Input['HypervVirtualizationManagementSettingsArgs'],
1771
+ other_management_costs_settings: pulumi.Input['OtherManagementCostsSettingsArgs'],
1772
+ third_party_management_settings: pulumi.Input['ThirdPartyManagementSettingsArgs']):
1773
+ """
1774
+ Management settings.
1775
+ :param pulumi.Input['HypervVirtualizationManagementSettingsArgs'] hyperv_virtualization_management_settings: HyperV Virtualization Management Settings.
1776
+ :param pulumi.Input['OtherManagementCostsSettingsArgs'] other_management_costs_settings: Other Management Costs Settings.
1777
+ :param pulumi.Input['ThirdPartyManagementSettingsArgs'] third_party_management_settings: Third Party Management Settings.
1778
+ """
1779
+ pulumi.set(__self__, "hyperv_virtualization_management_settings", hyperv_virtualization_management_settings)
1780
+ pulumi.set(__self__, "other_management_costs_settings", other_management_costs_settings)
1781
+ pulumi.set(__self__, "third_party_management_settings", third_party_management_settings)
1782
+
1783
+ @property
1784
+ @pulumi.getter(name="hypervVirtualizationManagementSettings")
1785
+ def hyperv_virtualization_management_settings(self) -> pulumi.Input['HypervVirtualizationManagementSettingsArgs']:
1786
+ """
1787
+ HyperV Virtualization Management Settings.
1788
+ """
1789
+ return pulumi.get(self, "hyperv_virtualization_management_settings")
1790
+
1791
+ @hyperv_virtualization_management_settings.setter
1792
+ def hyperv_virtualization_management_settings(self, value: pulumi.Input['HypervVirtualizationManagementSettingsArgs']):
1793
+ pulumi.set(self, "hyperv_virtualization_management_settings", value)
1794
+
1795
+ @property
1796
+ @pulumi.getter(name="otherManagementCostsSettings")
1797
+ def other_management_costs_settings(self) -> pulumi.Input['OtherManagementCostsSettingsArgs']:
1798
+ """
1799
+ Other Management Costs Settings.
1800
+ """
1801
+ return pulumi.get(self, "other_management_costs_settings")
1802
+
1803
+ @other_management_costs_settings.setter
1804
+ def other_management_costs_settings(self, value: pulumi.Input['OtherManagementCostsSettingsArgs']):
1805
+ pulumi.set(self, "other_management_costs_settings", value)
1806
+
1807
+ @property
1808
+ @pulumi.getter(name="thirdPartyManagementSettings")
1809
+ def third_party_management_settings(self) -> pulumi.Input['ThirdPartyManagementSettingsArgs']:
1810
+ """
1811
+ Third Party Management Settings.
1812
+ """
1813
+ return pulumi.get(self, "third_party_management_settings")
1814
+
1815
+ @third_party_management_settings.setter
1816
+ def third_party_management_settings(self, value: pulumi.Input['ThirdPartyManagementSettingsArgs']):
1817
+ pulumi.set(self, "third_party_management_settings", value)
1818
+
1819
+
1820
+ if not MYPY:
1821
+ class NetworkSettingsArgsDict(TypedDict):
1822
+ """
1823
+ Network settings.
1824
+ """
1825
+ hardware_software_cost_percentage: pulumi.Input[float]
1826
+ """
1827
+ Network hardware and software cost percentage.
1828
+ """
1829
+ maintenance_cost_percentage: pulumi.Input[float]
1830
+ """
1831
+ Network maintenance cost percentage.
1832
+ """
1833
+ elif False:
1834
+ NetworkSettingsArgsDict: TypeAlias = Mapping[str, Any]
1835
+
1836
+ @pulumi.input_type
1837
+ class NetworkSettingsArgs:
1838
+ def __init__(__self__, *,
1839
+ hardware_software_cost_percentage: pulumi.Input[float],
1840
+ maintenance_cost_percentage: pulumi.Input[float]):
1841
+ """
1842
+ Network settings.
1843
+ :param pulumi.Input[float] hardware_software_cost_percentage: Network hardware and software cost percentage.
1844
+ :param pulumi.Input[float] maintenance_cost_percentage: Network maintenance cost percentage.
1845
+ """
1846
+ pulumi.set(__self__, "hardware_software_cost_percentage", hardware_software_cost_percentage)
1847
+ pulumi.set(__self__, "maintenance_cost_percentage", maintenance_cost_percentage)
1848
+
1849
+ @property
1850
+ @pulumi.getter(name="hardwareSoftwareCostPercentage")
1851
+ def hardware_software_cost_percentage(self) -> pulumi.Input[float]:
1852
+ """
1853
+ Network hardware and software cost percentage.
1854
+ """
1855
+ return pulumi.get(self, "hardware_software_cost_percentage")
1856
+
1857
+ @hardware_software_cost_percentage.setter
1858
+ def hardware_software_cost_percentage(self, value: pulumi.Input[float]):
1859
+ pulumi.set(self, "hardware_software_cost_percentage", value)
1860
+
1861
+ @property
1862
+ @pulumi.getter(name="maintenanceCostPercentage")
1863
+ def maintenance_cost_percentage(self) -> pulumi.Input[float]:
1864
+ """
1865
+ Network maintenance cost percentage.
1866
+ """
1867
+ return pulumi.get(self, "maintenance_cost_percentage")
1868
+
1869
+ @maintenance_cost_percentage.setter
1870
+ def maintenance_cost_percentage(self, value: pulumi.Input[float]):
1871
+ pulumi.set(self, "maintenance_cost_percentage", value)
1872
+
1873
+
1874
+ if not MYPY:
1875
+ class OnPremiseSettingsArgsDict(TypedDict):
1876
+ """
1877
+ On-premise settings.
1878
+ """
1879
+ compute_settings: pulumi.Input['ComputeSettingsArgsDict']
1880
+ """
1881
+ Compute settings.
1882
+ """
1883
+ facility_settings: pulumi.Input['FacilitySettingsArgsDict']
1884
+ """
1885
+ Facility settings.
1886
+ """
1887
+ labor_settings: pulumi.Input['LaborSettingsArgsDict']
1888
+ """
1889
+ Labour settings.
1890
+ """
1891
+ network_settings: pulumi.Input['NetworkSettingsArgsDict']
1892
+ """
1893
+ Network settings.
1894
+ """
1895
+ security_settings: pulumi.Input['SecuritySettingsArgsDict']
1896
+ """
1897
+ Security settings.
1898
+ """
1899
+ storage_settings: pulumi.Input['StorageSettingsArgsDict']
1900
+ """
1901
+ Storage settings.
1902
+ """
1903
+ management_settings: NotRequired[pulumi.Input['ManagementSettingsArgsDict']]
1904
+ """
1905
+ Management settings.
1906
+ """
1907
+ elif False:
1908
+ OnPremiseSettingsArgsDict: TypeAlias = Mapping[str, Any]
1909
+
1910
+ @pulumi.input_type
1911
+ class OnPremiseSettingsArgs:
1912
+ def __init__(__self__, *,
1913
+ compute_settings: pulumi.Input['ComputeSettingsArgs'],
1914
+ facility_settings: pulumi.Input['FacilitySettingsArgs'],
1915
+ labor_settings: pulumi.Input['LaborSettingsArgs'],
1916
+ network_settings: pulumi.Input['NetworkSettingsArgs'],
1917
+ security_settings: pulumi.Input['SecuritySettingsArgs'],
1918
+ storage_settings: pulumi.Input['StorageSettingsArgs'],
1919
+ management_settings: Optional[pulumi.Input['ManagementSettingsArgs']] = None):
1920
+ """
1921
+ On-premise settings.
1922
+ :param pulumi.Input['ComputeSettingsArgs'] compute_settings: Compute settings.
1923
+ :param pulumi.Input['FacilitySettingsArgs'] facility_settings: Facility settings.
1924
+ :param pulumi.Input['LaborSettingsArgs'] labor_settings: Labour settings.
1925
+ :param pulumi.Input['NetworkSettingsArgs'] network_settings: Network settings.
1926
+ :param pulumi.Input['SecuritySettingsArgs'] security_settings: Security settings.
1927
+ :param pulumi.Input['StorageSettingsArgs'] storage_settings: Storage settings.
1928
+ :param pulumi.Input['ManagementSettingsArgs'] management_settings: Management settings.
1929
+ """
1930
+ pulumi.set(__self__, "compute_settings", compute_settings)
1931
+ pulumi.set(__self__, "facility_settings", facility_settings)
1932
+ pulumi.set(__self__, "labor_settings", labor_settings)
1933
+ pulumi.set(__self__, "network_settings", network_settings)
1934
+ pulumi.set(__self__, "security_settings", security_settings)
1935
+ pulumi.set(__self__, "storage_settings", storage_settings)
1936
+ if management_settings is not None:
1937
+ pulumi.set(__self__, "management_settings", management_settings)
1938
+
1939
+ @property
1940
+ @pulumi.getter(name="computeSettings")
1941
+ def compute_settings(self) -> pulumi.Input['ComputeSettingsArgs']:
1942
+ """
1943
+ Compute settings.
1944
+ """
1945
+ return pulumi.get(self, "compute_settings")
1946
+
1947
+ @compute_settings.setter
1948
+ def compute_settings(self, value: pulumi.Input['ComputeSettingsArgs']):
1949
+ pulumi.set(self, "compute_settings", value)
1950
+
1951
+ @property
1952
+ @pulumi.getter(name="facilitySettings")
1953
+ def facility_settings(self) -> pulumi.Input['FacilitySettingsArgs']:
1954
+ """
1955
+ Facility settings.
1956
+ """
1957
+ return pulumi.get(self, "facility_settings")
1958
+
1959
+ @facility_settings.setter
1960
+ def facility_settings(self, value: pulumi.Input['FacilitySettingsArgs']):
1961
+ pulumi.set(self, "facility_settings", value)
1962
+
1963
+ @property
1964
+ @pulumi.getter(name="laborSettings")
1965
+ def labor_settings(self) -> pulumi.Input['LaborSettingsArgs']:
1966
+ """
1967
+ Labour settings.
1968
+ """
1969
+ return pulumi.get(self, "labor_settings")
1970
+
1971
+ @labor_settings.setter
1972
+ def labor_settings(self, value: pulumi.Input['LaborSettingsArgs']):
1973
+ pulumi.set(self, "labor_settings", value)
1974
+
1975
+ @property
1976
+ @pulumi.getter(name="networkSettings")
1977
+ def network_settings(self) -> pulumi.Input['NetworkSettingsArgs']:
1978
+ """
1979
+ Network settings.
1980
+ """
1981
+ return pulumi.get(self, "network_settings")
1982
+
1983
+ @network_settings.setter
1984
+ def network_settings(self, value: pulumi.Input['NetworkSettingsArgs']):
1985
+ pulumi.set(self, "network_settings", value)
1986
+
1987
+ @property
1988
+ @pulumi.getter(name="securitySettings")
1989
+ def security_settings(self) -> pulumi.Input['SecuritySettingsArgs']:
1990
+ """
1991
+ Security settings.
1992
+ """
1993
+ return pulumi.get(self, "security_settings")
1994
+
1995
+ @security_settings.setter
1996
+ def security_settings(self, value: pulumi.Input['SecuritySettingsArgs']):
1997
+ pulumi.set(self, "security_settings", value)
1998
+
1999
+ @property
2000
+ @pulumi.getter(name="storageSettings")
2001
+ def storage_settings(self) -> pulumi.Input['StorageSettingsArgs']:
2002
+ """
2003
+ Storage settings.
2004
+ """
2005
+ return pulumi.get(self, "storage_settings")
2006
+
2007
+ @storage_settings.setter
2008
+ def storage_settings(self, value: pulumi.Input['StorageSettingsArgs']):
2009
+ pulumi.set(self, "storage_settings", value)
2010
+
2011
+ @property
2012
+ @pulumi.getter(name="managementSettings")
2013
+ def management_settings(self) -> Optional[pulumi.Input['ManagementSettingsArgs']]:
2014
+ """
2015
+ Management settings.
2016
+ """
2017
+ return pulumi.get(self, "management_settings")
2018
+
2019
+ @management_settings.setter
2020
+ def management_settings(self, value: Optional[pulumi.Input['ManagementSettingsArgs']]):
2021
+ pulumi.set(self, "management_settings", value)
2022
+
2023
+
2024
+ if not MYPY:
2025
+ class OtherManagementCostsSettingsArgsDict(TypedDict):
2026
+ """
2027
+ Other Management Costs Settings.
2028
+ """
2029
+ data_protection_cost_per_server_per_year: pulumi.Input[float]
2030
+ """
2031
+ Data Protection Cost Per Server Per Year.
2032
+ """
2033
+ monitoring_cost_per_server_per_year: pulumi.Input[float]
2034
+ """
2035
+ Monitoring Cost Per Server Per Year.
2036
+ """
2037
+ patching_cost_per_server_per_year: pulumi.Input[float]
2038
+ """
2039
+ Patching Cost Per Server Per Year.
2040
+ """
2041
+ elif False:
2042
+ OtherManagementCostsSettingsArgsDict: TypeAlias = Mapping[str, Any]
2043
+
2044
+ @pulumi.input_type
2045
+ class OtherManagementCostsSettingsArgs:
2046
+ def __init__(__self__, *,
2047
+ data_protection_cost_per_server_per_year: pulumi.Input[float],
2048
+ monitoring_cost_per_server_per_year: pulumi.Input[float],
2049
+ patching_cost_per_server_per_year: pulumi.Input[float]):
2050
+ """
2051
+ Other Management Costs Settings.
2052
+ :param pulumi.Input[float] data_protection_cost_per_server_per_year: Data Protection Cost Per Server Per Year.
2053
+ :param pulumi.Input[float] monitoring_cost_per_server_per_year: Monitoring Cost Per Server Per Year.
2054
+ :param pulumi.Input[float] patching_cost_per_server_per_year: Patching Cost Per Server Per Year.
2055
+ """
2056
+ pulumi.set(__self__, "data_protection_cost_per_server_per_year", data_protection_cost_per_server_per_year)
2057
+ pulumi.set(__self__, "monitoring_cost_per_server_per_year", monitoring_cost_per_server_per_year)
2058
+ pulumi.set(__self__, "patching_cost_per_server_per_year", patching_cost_per_server_per_year)
2059
+
2060
+ @property
2061
+ @pulumi.getter(name="dataProtectionCostPerServerPerYear")
2062
+ def data_protection_cost_per_server_per_year(self) -> pulumi.Input[float]:
2063
+ """
2064
+ Data Protection Cost Per Server Per Year.
2065
+ """
2066
+ return pulumi.get(self, "data_protection_cost_per_server_per_year")
2067
+
2068
+ @data_protection_cost_per_server_per_year.setter
2069
+ def data_protection_cost_per_server_per_year(self, value: pulumi.Input[float]):
2070
+ pulumi.set(self, "data_protection_cost_per_server_per_year", value)
2071
+
2072
+ @property
2073
+ @pulumi.getter(name="monitoringCostPerServerPerYear")
2074
+ def monitoring_cost_per_server_per_year(self) -> pulumi.Input[float]:
2075
+ """
2076
+ Monitoring Cost Per Server Per Year.
2077
+ """
2078
+ return pulumi.get(self, "monitoring_cost_per_server_per_year")
2079
+
2080
+ @monitoring_cost_per_server_per_year.setter
2081
+ def monitoring_cost_per_server_per_year(self, value: pulumi.Input[float]):
2082
+ pulumi.set(self, "monitoring_cost_per_server_per_year", value)
2083
+
2084
+ @property
2085
+ @pulumi.getter(name="patchingCostPerServerPerYear")
2086
+ def patching_cost_per_server_per_year(self) -> pulumi.Input[float]:
2087
+ """
2088
+ Patching Cost Per Server Per Year.
2089
+ """
2090
+ return pulumi.get(self, "patching_cost_per_server_per_year")
2091
+
2092
+ @patching_cost_per_server_per_year.setter
2093
+ def patching_cost_per_server_per_year(self, value: pulumi.Input[float]):
2094
+ pulumi.set(self, "patching_cost_per_server_per_year", value)
2095
+
2096
+
2097
+ if not MYPY:
2098
+ class PerfDataSettingsArgsDict(TypedDict):
2099
+ """
2100
+ Data model of Performance Data Settings.
2101
+ """
2102
+ percentile: pulumi.Input[Union[str, 'Percentile']]
2103
+ """
2104
+ Gets percentile utilization for performance data.
2105
+ """
2106
+ time_range: pulumi.Input[Union[str, 'TimeRange']]
2107
+ """
2108
+ Gets perf data time range.
2109
+ """
2110
+ perf_data_end_time: NotRequired[pulumi.Input[str]]
2111
+ """
2112
+ Gets or sets perf data end time.
2113
+ """
2114
+ perf_data_start_time: NotRequired[pulumi.Input[str]]
2115
+ """
2116
+ Gets or sets perf data start time.
2117
+ """
2118
+ elif False:
2119
+ PerfDataSettingsArgsDict: TypeAlias = Mapping[str, Any]
2120
+
2121
+ @pulumi.input_type
2122
+ class PerfDataSettingsArgs:
2123
+ def __init__(__self__, *,
2124
+ percentile: pulumi.Input[Union[str, 'Percentile']],
2125
+ time_range: pulumi.Input[Union[str, 'TimeRange']],
2126
+ perf_data_end_time: Optional[pulumi.Input[str]] = None,
2127
+ perf_data_start_time: Optional[pulumi.Input[str]] = None):
2128
+ """
2129
+ Data model of Performance Data Settings.
2130
+ :param pulumi.Input[Union[str, 'Percentile']] percentile: Gets percentile utilization for performance data.
2131
+ :param pulumi.Input[Union[str, 'TimeRange']] time_range: Gets perf data time range.
2132
+ :param pulumi.Input[str] perf_data_end_time: Gets or sets perf data end time.
2133
+ :param pulumi.Input[str] perf_data_start_time: Gets or sets perf data start time.
2134
+ """
2135
+ pulumi.set(__self__, "percentile", percentile)
2136
+ pulumi.set(__self__, "time_range", time_range)
2137
+ if perf_data_end_time is not None:
2138
+ pulumi.set(__self__, "perf_data_end_time", perf_data_end_time)
2139
+ if perf_data_start_time is not None:
2140
+ pulumi.set(__self__, "perf_data_start_time", perf_data_start_time)
2141
+
2142
+ @property
2143
+ @pulumi.getter
2144
+ def percentile(self) -> pulumi.Input[Union[str, 'Percentile']]:
2145
+ """
2146
+ Gets percentile utilization for performance data.
2147
+ """
2148
+ return pulumi.get(self, "percentile")
2149
+
2150
+ @percentile.setter
2151
+ def percentile(self, value: pulumi.Input[Union[str, 'Percentile']]):
2152
+ pulumi.set(self, "percentile", value)
2153
+
2154
+ @property
2155
+ @pulumi.getter(name="timeRange")
2156
+ def time_range(self) -> pulumi.Input[Union[str, 'TimeRange']]:
2157
+ """
2158
+ Gets perf data time range.
2159
+ """
2160
+ return pulumi.get(self, "time_range")
2161
+
2162
+ @time_range.setter
2163
+ def time_range(self, value: pulumi.Input[Union[str, 'TimeRange']]):
2164
+ pulumi.set(self, "time_range", value)
2165
+
2166
+ @property
2167
+ @pulumi.getter(name="perfDataEndTime")
2168
+ def perf_data_end_time(self) -> Optional[pulumi.Input[str]]:
2169
+ """
2170
+ Gets or sets perf data end time.
2171
+ """
2172
+ return pulumi.get(self, "perf_data_end_time")
2173
+
2174
+ @perf_data_end_time.setter
2175
+ def perf_data_end_time(self, value: Optional[pulumi.Input[str]]):
2176
+ pulumi.set(self, "perf_data_end_time", value)
2177
+
2178
+ @property
2179
+ @pulumi.getter(name="perfDataStartTime")
2180
+ def perf_data_start_time(self) -> Optional[pulumi.Input[str]]:
2181
+ """
2182
+ Gets or sets perf data start time.
2183
+ """
2184
+ return pulumi.get(self, "perf_data_start_time")
2185
+
2186
+ @perf_data_start_time.setter
2187
+ def perf_data_start_time(self, value: Optional[pulumi.Input[str]]):
2188
+ pulumi.set(self, "perf_data_start_time", value)
2189
+
2190
+
2191
+ if not MYPY:
2192
+ class PrivateLinkServiceConnectionStateArgsDict(TypedDict):
2193
+ """
2194
+ A collection of information about the state of the connection between service consumer and provider.
2195
+ """
2196
+ actions_required: NotRequired[pulumi.Input[str]]
2197
+ """
2198
+ A message indicating if changes on the service provider require any updates on the consumer.
2199
+ """
2200
+ description: NotRequired[pulumi.Input[str]]
2201
+ """
2202
+ The reason for approval/rejection of the connection.
2203
+ """
2204
+ status: NotRequired[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]
2205
+ """
2206
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
2207
+ """
2208
+ elif False:
2209
+ PrivateLinkServiceConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
2210
+
2211
+ @pulumi.input_type
2212
+ class PrivateLinkServiceConnectionStateArgs:
2213
+ def __init__(__self__, *,
2214
+ actions_required: Optional[pulumi.Input[str]] = None,
2215
+ description: Optional[pulumi.Input[str]] = None,
2216
+ status: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]] = None):
2217
+ """
2218
+ A collection of information about the state of the connection between service consumer and provider.
2219
+ :param pulumi.Input[str] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
2220
+ :param pulumi.Input[str] description: The reason for approval/rejection of the connection.
2221
+ :param pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']] status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
2222
+ """
2223
+ if actions_required is not None:
2224
+ pulumi.set(__self__, "actions_required", actions_required)
2225
+ if description is not None:
2226
+ pulumi.set(__self__, "description", description)
2227
+ if status is not None:
2228
+ pulumi.set(__self__, "status", status)
2229
+
2230
+ @property
2231
+ @pulumi.getter(name="actionsRequired")
2232
+ def actions_required(self) -> Optional[pulumi.Input[str]]:
2233
+ """
2234
+ A message indicating if changes on the service provider require any updates on the consumer.
2235
+ """
2236
+ return pulumi.get(self, "actions_required")
2237
+
2238
+ @actions_required.setter
2239
+ def actions_required(self, value: Optional[pulumi.Input[str]]):
2240
+ pulumi.set(self, "actions_required", value)
2241
+
2242
+ @property
2243
+ @pulumi.getter
2244
+ def description(self) -> Optional[pulumi.Input[str]]:
2245
+ """
2246
+ The reason for approval/rejection of the connection.
2247
+ """
2248
+ return pulumi.get(self, "description")
2249
+
2250
+ @description.setter
2251
+ def description(self, value: Optional[pulumi.Input[str]]):
2252
+ pulumi.set(self, "description", value)
2253
+
2254
+ @property
2255
+ @pulumi.getter
2256
+ def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]:
2257
+ """
2258
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
2259
+ """
2260
+ return pulumi.get(self, "status")
2261
+
2262
+ @status.setter
2263
+ def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]):
2264
+ pulumi.set(self, "status", value)
2265
+
2266
+
2267
+ if not MYPY:
2268
+ class SecuritySettingsArgsDict(TypedDict):
2269
+ """
2270
+ Security settings.
2271
+ """
2272
+ server_security_cost_per_server_per_year: pulumi.Input[float]
2273
+ """
2274
+ Physical servers per administrator.
2275
+ """
2276
+ sql_server_security_cost_per_server_per_year: pulumi.Input[float]
2277
+ """
2278
+ Virtual machines per administrator.
2279
+ """
2280
+ elif False:
2281
+ SecuritySettingsArgsDict: TypeAlias = Mapping[str, Any]
2282
+
2283
+ @pulumi.input_type
2284
+ class SecuritySettingsArgs:
2285
+ def __init__(__self__, *,
2286
+ server_security_cost_per_server_per_year: pulumi.Input[float],
2287
+ sql_server_security_cost_per_server_per_year: pulumi.Input[float]):
2288
+ """
2289
+ Security settings.
2290
+ :param pulumi.Input[float] server_security_cost_per_server_per_year: Physical servers per administrator.
2291
+ :param pulumi.Input[float] sql_server_security_cost_per_server_per_year: Virtual machines per administrator.
2292
+ """
2293
+ pulumi.set(__self__, "server_security_cost_per_server_per_year", server_security_cost_per_server_per_year)
2294
+ pulumi.set(__self__, "sql_server_security_cost_per_server_per_year", sql_server_security_cost_per_server_per_year)
2295
+
2296
+ @property
2297
+ @pulumi.getter(name="serverSecurityCostPerServerPerYear")
2298
+ def server_security_cost_per_server_per_year(self) -> pulumi.Input[float]:
2299
+ """
2300
+ Physical servers per administrator.
2301
+ """
2302
+ return pulumi.get(self, "server_security_cost_per_server_per_year")
2303
+
2304
+ @server_security_cost_per_server_per_year.setter
2305
+ def server_security_cost_per_server_per_year(self, value: pulumi.Input[float]):
2306
+ pulumi.set(self, "server_security_cost_per_server_per_year", value)
2307
+
2308
+ @property
2309
+ @pulumi.getter(name="sqlServerSecurityCostPerServerPerYear")
2310
+ def sql_server_security_cost_per_server_per_year(self) -> pulumi.Input[float]:
2311
+ """
2312
+ Virtual machines per administrator.
2313
+ """
2314
+ return pulumi.get(self, "sql_server_security_cost_per_server_per_year")
2315
+
2316
+ @sql_server_security_cost_per_server_per_year.setter
2317
+ def sql_server_security_cost_per_server_per_year(self, value: pulumi.Input[float]):
2318
+ pulumi.set(self, "sql_server_security_cost_per_server_per_year", value)
2319
+
2320
+
2321
+ if not MYPY:
2322
+ class SettingsArgsDict(TypedDict):
2323
+ """
2324
+ Business case settings.
2325
+ """
2326
+ azure_settings: pulumi.Input['AzureSettingsArgsDict']
2327
+ """
2328
+ Azure settings for a business case.
2329
+ """
2330
+ azure_arc_settings: NotRequired[pulumi.Input['AzureArcSettingsArgsDict']]
2331
+ """
2332
+ Azure arc settings.
2333
+ """
2334
+ on_premise_settings: NotRequired[pulumi.Input['OnPremiseSettingsArgsDict']]
2335
+ """
2336
+ On-premise settings.
2337
+ """
2338
+ elif False:
2339
+ SettingsArgsDict: TypeAlias = Mapping[str, Any]
2340
+
2341
+ @pulumi.input_type
2342
+ class SettingsArgs:
2343
+ def __init__(__self__, *,
2344
+ azure_settings: pulumi.Input['AzureSettingsArgs'],
2345
+ azure_arc_settings: Optional[pulumi.Input['AzureArcSettingsArgs']] = None,
2346
+ on_premise_settings: Optional[pulumi.Input['OnPremiseSettingsArgs']] = None):
2347
+ """
2348
+ Business case settings.
2349
+ :param pulumi.Input['AzureSettingsArgs'] azure_settings: Azure settings for a business case.
2350
+ :param pulumi.Input['AzureArcSettingsArgs'] azure_arc_settings: Azure arc settings.
2351
+ :param pulumi.Input['OnPremiseSettingsArgs'] on_premise_settings: On-premise settings.
2352
+ """
2353
+ pulumi.set(__self__, "azure_settings", azure_settings)
2354
+ if azure_arc_settings is not None:
2355
+ pulumi.set(__self__, "azure_arc_settings", azure_arc_settings)
2356
+ if on_premise_settings is not None:
2357
+ pulumi.set(__self__, "on_premise_settings", on_premise_settings)
2358
+
2359
+ @property
2360
+ @pulumi.getter(name="azureSettings")
2361
+ def azure_settings(self) -> pulumi.Input['AzureSettingsArgs']:
2362
+ """
2363
+ Azure settings for a business case.
2364
+ """
2365
+ return pulumi.get(self, "azure_settings")
2366
+
2367
+ @azure_settings.setter
2368
+ def azure_settings(self, value: pulumi.Input['AzureSettingsArgs']):
2369
+ pulumi.set(self, "azure_settings", value)
2370
+
2371
+ @property
2372
+ @pulumi.getter(name="azureArcSettings")
2373
+ def azure_arc_settings(self) -> Optional[pulumi.Input['AzureArcSettingsArgs']]:
2374
+ """
2375
+ Azure arc settings.
2376
+ """
2377
+ return pulumi.get(self, "azure_arc_settings")
2378
+
2379
+ @azure_arc_settings.setter
2380
+ def azure_arc_settings(self, value: Optional[pulumi.Input['AzureArcSettingsArgs']]):
2381
+ pulumi.set(self, "azure_arc_settings", value)
2382
+
2383
+ @property
2384
+ @pulumi.getter(name="onPremiseSettings")
2385
+ def on_premise_settings(self) -> Optional[pulumi.Input['OnPremiseSettingsArgs']]:
2386
+ """
2387
+ On-premise settings.
2388
+ """
2389
+ return pulumi.get(self, "on_premise_settings")
2390
+
2391
+ @on_premise_settings.setter
2392
+ def on_premise_settings(self, value: Optional[pulumi.Input['OnPremiseSettingsArgs']]):
2393
+ pulumi.set(self, "on_premise_settings", value)
2394
+
2395
+
2396
+ if not MYPY:
2397
+ class SqlDbSettingsArgsDict(TypedDict):
2398
+ """
2399
+ SQL database assessment settings.
2400
+ """
2401
+ azure_sql_compute_tier: NotRequired[pulumi.Input[Union[str, 'ComputeTier']]]
2402
+ """
2403
+ Gets or sets the azure SQL compute tier.
2404
+ """
2405
+ azure_sql_data_base_type: NotRequired[pulumi.Input[Union[str, 'AzureSqlDataBaseType']]]
2406
+ """
2407
+ Gets or sets the azure PAAS SQL instance type.
2408
+ """
2409
+ azure_sql_purchase_model: NotRequired[pulumi.Input[Union[str, 'AzureSqlPurchaseModel']]]
2410
+ """
2411
+ Gets or sets the azure SQL purchase model.
2412
+ """
2413
+ azure_sql_service_tier: NotRequired[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]
2414
+ """
2415
+ Gets or sets the azure SQL service tier.
2416
+ """
2417
+ elif False:
2418
+ SqlDbSettingsArgsDict: TypeAlias = Mapping[str, Any]
2419
+
2420
+ @pulumi.input_type
2421
+ class SqlDbSettingsArgs:
2422
+ def __init__(__self__, *,
2423
+ azure_sql_compute_tier: Optional[pulumi.Input[Union[str, 'ComputeTier']]] = None,
2424
+ azure_sql_data_base_type: Optional[pulumi.Input[Union[str, 'AzureSqlDataBaseType']]] = None,
2425
+ azure_sql_purchase_model: Optional[pulumi.Input[Union[str, 'AzureSqlPurchaseModel']]] = None,
2426
+ azure_sql_service_tier: Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]] = None):
2427
+ """
2428
+ SQL database assessment settings.
2429
+ :param pulumi.Input[Union[str, 'ComputeTier']] azure_sql_compute_tier: Gets or sets the azure SQL compute tier.
2430
+ :param pulumi.Input[Union[str, 'AzureSqlDataBaseType']] azure_sql_data_base_type: Gets or sets the azure PAAS SQL instance type.
2431
+ :param pulumi.Input[Union[str, 'AzureSqlPurchaseModel']] azure_sql_purchase_model: Gets or sets the azure SQL purchase model.
2432
+ :param pulumi.Input[Union[str, 'AzureSqlServiceTier']] azure_sql_service_tier: Gets or sets the azure SQL service tier.
2433
+ """
2434
+ if azure_sql_compute_tier is not None:
2435
+ pulumi.set(__self__, "azure_sql_compute_tier", azure_sql_compute_tier)
2436
+ if azure_sql_data_base_type is not None:
2437
+ pulumi.set(__self__, "azure_sql_data_base_type", azure_sql_data_base_type)
2438
+ if azure_sql_purchase_model is not None:
2439
+ pulumi.set(__self__, "azure_sql_purchase_model", azure_sql_purchase_model)
2440
+ if azure_sql_service_tier is not None:
2441
+ pulumi.set(__self__, "azure_sql_service_tier", azure_sql_service_tier)
2442
+
2443
+ @property
2444
+ @pulumi.getter(name="azureSqlComputeTier")
2445
+ def azure_sql_compute_tier(self) -> Optional[pulumi.Input[Union[str, 'ComputeTier']]]:
2446
+ """
2447
+ Gets or sets the azure SQL compute tier.
2448
+ """
2449
+ return pulumi.get(self, "azure_sql_compute_tier")
2450
+
2451
+ @azure_sql_compute_tier.setter
2452
+ def azure_sql_compute_tier(self, value: Optional[pulumi.Input[Union[str, 'ComputeTier']]]):
2453
+ pulumi.set(self, "azure_sql_compute_tier", value)
2454
+
2455
+ @property
2456
+ @pulumi.getter(name="azureSqlDataBaseType")
2457
+ def azure_sql_data_base_type(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlDataBaseType']]]:
2458
+ """
2459
+ Gets or sets the azure PAAS SQL instance type.
2460
+ """
2461
+ return pulumi.get(self, "azure_sql_data_base_type")
2462
+
2463
+ @azure_sql_data_base_type.setter
2464
+ def azure_sql_data_base_type(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlDataBaseType']]]):
2465
+ pulumi.set(self, "azure_sql_data_base_type", value)
2466
+
2467
+ @property
2468
+ @pulumi.getter(name="azureSqlPurchaseModel")
2469
+ def azure_sql_purchase_model(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlPurchaseModel']]]:
2470
+ """
2471
+ Gets or sets the azure SQL purchase model.
2472
+ """
2473
+ return pulumi.get(self, "azure_sql_purchase_model")
2474
+
2475
+ @azure_sql_purchase_model.setter
2476
+ def azure_sql_purchase_model(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlPurchaseModel']]]):
2477
+ pulumi.set(self, "azure_sql_purchase_model", value)
2478
+
2479
+ @property
2480
+ @pulumi.getter(name="azureSqlServiceTier")
2481
+ def azure_sql_service_tier(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]:
2482
+ """
2483
+ Gets or sets the azure SQL service tier.
2484
+ """
2485
+ return pulumi.get(self, "azure_sql_service_tier")
2486
+
2487
+ @azure_sql_service_tier.setter
2488
+ def azure_sql_service_tier(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]):
2489
+ pulumi.set(self, "azure_sql_service_tier", value)
2490
+
2491
+
2492
+ if not MYPY:
2493
+ class SqlMiSettingsArgsDict(TypedDict):
2494
+ """
2495
+ SQL managed instance assessment settings.
2496
+ """
2497
+ azure_sql_instance_type: NotRequired[pulumi.Input[Union[str, 'AzureSqlInstanceType']]]
2498
+ """
2499
+ Gets or sets the azure PAAS SQL instance type.
2500
+ """
2501
+ azure_sql_service_tier: NotRequired[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]
2502
+ """
2503
+ Gets or sets the azure SQL service tier.
2504
+ """
2505
+ elif False:
2506
+ SqlMiSettingsArgsDict: TypeAlias = Mapping[str, Any]
2507
+
2508
+ @pulumi.input_type
2509
+ class SqlMiSettingsArgs:
2510
+ def __init__(__self__, *,
2511
+ azure_sql_instance_type: Optional[pulumi.Input[Union[str, 'AzureSqlInstanceType']]] = None,
2512
+ azure_sql_service_tier: Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]] = None):
2513
+ """
2514
+ SQL managed instance assessment settings.
2515
+ :param pulumi.Input[Union[str, 'AzureSqlInstanceType']] azure_sql_instance_type: Gets or sets the azure PAAS SQL instance type.
2516
+ :param pulumi.Input[Union[str, 'AzureSqlServiceTier']] azure_sql_service_tier: Gets or sets the azure SQL service tier.
2517
+ """
2518
+ if azure_sql_instance_type is not None:
2519
+ pulumi.set(__self__, "azure_sql_instance_type", azure_sql_instance_type)
2520
+ if azure_sql_service_tier is not None:
2521
+ pulumi.set(__self__, "azure_sql_service_tier", azure_sql_service_tier)
2522
+
2523
+ @property
2524
+ @pulumi.getter(name="azureSqlInstanceType")
2525
+ def azure_sql_instance_type(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlInstanceType']]]:
2526
+ """
2527
+ Gets or sets the azure PAAS SQL instance type.
2528
+ """
2529
+ return pulumi.get(self, "azure_sql_instance_type")
2530
+
2531
+ @azure_sql_instance_type.setter
2532
+ def azure_sql_instance_type(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlInstanceType']]]):
2533
+ pulumi.set(self, "azure_sql_instance_type", value)
2534
+
2535
+ @property
2536
+ @pulumi.getter(name="azureSqlServiceTier")
2537
+ def azure_sql_service_tier(self) -> Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]:
2538
+ """
2539
+ Gets or sets the azure SQL service tier.
2540
+ """
2541
+ return pulumi.get(self, "azure_sql_service_tier")
2542
+
2543
+ @azure_sql_service_tier.setter
2544
+ def azure_sql_service_tier(self, value: Optional[pulumi.Input[Union[str, 'AzureSqlServiceTier']]]):
2545
+ pulumi.set(self, "azure_sql_service_tier", value)
2546
+
2547
+
2548
+ if not MYPY:
2549
+ class SqlServerLicensingSettingsArgsDict(TypedDict):
2550
+ """
2551
+ SQL Server licensing settings.
2552
+ """
2553
+ license_cost: pulumi.Input[float]
2554
+ """
2555
+ Licence cost.
2556
+ """
2557
+ software_assurance_cost: pulumi.Input[float]
2558
+ """
2559
+ Software assurance (SA) cost.
2560
+ """
2561
+ version: pulumi.Input[Union[str, 'SqlServerLicenseType']]
2562
+ """
2563
+ SQL Server version.
2564
+ """
2565
+ elif False:
2566
+ SqlServerLicensingSettingsArgsDict: TypeAlias = Mapping[str, Any]
2567
+
2568
+ @pulumi.input_type
2569
+ class SqlServerLicensingSettingsArgs:
2570
+ def __init__(__self__, *,
2571
+ license_cost: pulumi.Input[float],
2572
+ software_assurance_cost: pulumi.Input[float],
2573
+ version: pulumi.Input[Union[str, 'SqlServerLicenseType']]):
2574
+ """
2575
+ SQL Server licensing settings.
2576
+ :param pulumi.Input[float] license_cost: Licence cost.
2577
+ :param pulumi.Input[float] software_assurance_cost: Software assurance (SA) cost.
2578
+ :param pulumi.Input[Union[str, 'SqlServerLicenseType']] version: SQL Server version.
2579
+ """
2580
+ pulumi.set(__self__, "license_cost", license_cost)
2581
+ pulumi.set(__self__, "software_assurance_cost", software_assurance_cost)
2582
+ pulumi.set(__self__, "version", version)
2583
+
2584
+ @property
2585
+ @pulumi.getter(name="licenseCost")
2586
+ def license_cost(self) -> pulumi.Input[float]:
2587
+ """
2588
+ Licence cost.
2589
+ """
2590
+ return pulumi.get(self, "license_cost")
2591
+
2592
+ @license_cost.setter
2593
+ def license_cost(self, value: pulumi.Input[float]):
2594
+ pulumi.set(self, "license_cost", value)
2595
+
2596
+ @property
2597
+ @pulumi.getter(name="softwareAssuranceCost")
2598
+ def software_assurance_cost(self) -> pulumi.Input[float]:
2599
+ """
2600
+ Software assurance (SA) cost.
2601
+ """
2602
+ return pulumi.get(self, "software_assurance_cost")
2603
+
2604
+ @software_assurance_cost.setter
2605
+ def software_assurance_cost(self, value: pulumi.Input[float]):
2606
+ pulumi.set(self, "software_assurance_cost", value)
2607
+
2608
+ @property
2609
+ @pulumi.getter
2610
+ def version(self) -> pulumi.Input[Union[str, 'SqlServerLicenseType']]:
2611
+ """
2612
+ SQL Server version.
2613
+ """
2614
+ return pulumi.get(self, "version")
2615
+
2616
+ @version.setter
2617
+ def version(self, value: pulumi.Input[Union[str, 'SqlServerLicenseType']]):
2618
+ pulumi.set(self, "version", value)
2619
+
2620
+
2621
+ if not MYPY:
2622
+ class SqlVmSettingsArgsDict(TypedDict):
2623
+ """
2624
+ SQL VM assessment settings.
2625
+ """
2626
+ instance_series: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]]]
2627
+ """
2628
+ Gets or sets the Azure VM families (calling instance series to keep it
2629
+ consistent with other targets).
2630
+ """
2631
+ elif False:
2632
+ SqlVmSettingsArgsDict: TypeAlias = Mapping[str, Any]
2633
+
2634
+ @pulumi.input_type
2635
+ class SqlVmSettingsArgs:
2636
+ def __init__(__self__, *,
2637
+ instance_series: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]]] = None):
2638
+ """
2639
+ SQL VM assessment settings.
2640
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]] instance_series: Gets or sets the Azure VM families (calling instance series to keep it
2641
+ consistent with other targets).
2642
+ """
2643
+ if instance_series is not None:
2644
+ pulumi.set(__self__, "instance_series", instance_series)
2645
+
2646
+ @property
2647
+ @pulumi.getter(name="instanceSeries")
2648
+ def instance_series(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]]]:
2649
+ """
2650
+ Gets or sets the Azure VM families (calling instance series to keep it
2651
+ consistent with other targets).
2652
+ """
2653
+ return pulumi.get(self, "instance_series")
2654
+
2655
+ @instance_series.setter
2656
+ def instance_series(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AzureVmFamily']]]]]):
2657
+ pulumi.set(self, "instance_series", value)
2658
+
2659
+
2660
+ if not MYPY:
2661
+ class StorageSettingsArgsDict(TypedDict):
2662
+ """
2663
+ Storage settings.
2664
+ """
2665
+ cost_per_gb_per_month: pulumi.Input[float]
2666
+ """
2667
+ Cost per gigabyte per month.
2668
+ """
2669
+ maintainance_cost_percentage_to_acquisition_cost: pulumi.Input[float]
2670
+ """
2671
+ Maintenance cost percentage.
2672
+ """
2673
+ elif False:
2674
+ StorageSettingsArgsDict: TypeAlias = Mapping[str, Any]
2675
+
2676
+ @pulumi.input_type
2677
+ class StorageSettingsArgs:
2678
+ def __init__(__self__, *,
2679
+ cost_per_gb_per_month: pulumi.Input[float],
2680
+ maintainance_cost_percentage_to_acquisition_cost: pulumi.Input[float]):
2681
+ """
2682
+ Storage settings.
2683
+ :param pulumi.Input[float] cost_per_gb_per_month: Cost per gigabyte per month.
2684
+ :param pulumi.Input[float] maintainance_cost_percentage_to_acquisition_cost: Maintenance cost percentage.
2685
+ """
2686
+ pulumi.set(__self__, "cost_per_gb_per_month", cost_per_gb_per_month)
2687
+ pulumi.set(__self__, "maintainance_cost_percentage_to_acquisition_cost", maintainance_cost_percentage_to_acquisition_cost)
2688
+
2689
+ @property
2690
+ @pulumi.getter(name="costPerGbPerMonth")
2691
+ def cost_per_gb_per_month(self) -> pulumi.Input[float]:
2692
+ """
2693
+ Cost per gigabyte per month.
2694
+ """
2695
+ return pulumi.get(self, "cost_per_gb_per_month")
2696
+
2697
+ @cost_per_gb_per_month.setter
2698
+ def cost_per_gb_per_month(self, value: pulumi.Input[float]):
2699
+ pulumi.set(self, "cost_per_gb_per_month", value)
2700
+
2701
+ @property
2702
+ @pulumi.getter(name="maintainanceCostPercentageToAcquisitionCost")
2703
+ def maintainance_cost_percentage_to_acquisition_cost(self) -> pulumi.Input[float]:
2704
+ """
2705
+ Maintenance cost percentage.
2706
+ """
2707
+ return pulumi.get(self, "maintainance_cost_percentage_to_acquisition_cost")
2708
+
2709
+ @maintainance_cost_percentage_to_acquisition_cost.setter
2710
+ def maintainance_cost_percentage_to_acquisition_cost(self, value: pulumi.Input[float]):
2711
+ pulumi.set(self, "maintainance_cost_percentage_to_acquisition_cost", value)
2712
+
2713
+
2714
+ if not MYPY:
2715
+ class ThirdPartyManagementSettingsArgsDict(TypedDict):
2716
+ """
2717
+ Third Party Management settings.
2718
+ """
2719
+ license_cost: pulumi.Input[float]
2720
+ """
2721
+ License Cost.
2722
+ """
2723
+ support_cost: pulumi.Input[float]
2724
+ """
2725
+ Support Cost.
2726
+ """
2727
+ elif False:
2728
+ ThirdPartyManagementSettingsArgsDict: TypeAlias = Mapping[str, Any]
2729
+
2730
+ @pulumi.input_type
2731
+ class ThirdPartyManagementSettingsArgs:
2732
+ def __init__(__self__, *,
2733
+ license_cost: pulumi.Input[float],
2734
+ support_cost: pulumi.Input[float]):
2735
+ """
2736
+ Third Party Management settings.
2737
+ :param pulumi.Input[float] license_cost: License Cost.
2738
+ :param pulumi.Input[float] support_cost: Support Cost.
2739
+ """
2740
+ pulumi.set(__self__, "license_cost", license_cost)
2741
+ pulumi.set(__self__, "support_cost", support_cost)
2742
+
2743
+ @property
2744
+ @pulumi.getter(name="licenseCost")
2745
+ def license_cost(self) -> pulumi.Input[float]:
2746
+ """
2747
+ License Cost.
2748
+ """
2749
+ return pulumi.get(self, "license_cost")
2750
+
2751
+ @license_cost.setter
2752
+ def license_cost(self, value: pulumi.Input[float]):
2753
+ pulumi.set(self, "license_cost", value)
2754
+
2755
+ @property
2756
+ @pulumi.getter(name="supportCost")
2757
+ def support_cost(self) -> pulumi.Input[float]:
2758
+ """
2759
+ Support Cost.
2760
+ """
2761
+ return pulumi.get(self, "support_cost")
2762
+
2763
+ @support_cost.setter
2764
+ def support_cost(self, value: pulumi.Input[float]):
2765
+ pulumi.set(self, "support_cost", value)
2766
+
2767
+
2768
+ if not MYPY:
2769
+ class VirtualizationSoftwareSettingsArgsDict(TypedDict):
2770
+ """
2771
+ Virtualization software settings.
2772
+ """
2773
+ v_mware_cloud_foundation_license_cost: pulumi.Input[float]
2774
+ """
2775
+ VMware cloud foundation license cost.
2776
+ """
2777
+ elif False:
2778
+ VirtualizationSoftwareSettingsArgsDict: TypeAlias = Mapping[str, Any]
2779
+
2780
+ @pulumi.input_type
2781
+ class VirtualizationSoftwareSettingsArgs:
2782
+ def __init__(__self__, *,
2783
+ v_mware_cloud_foundation_license_cost: pulumi.Input[float]):
2784
+ """
2785
+ Virtualization software settings.
2786
+ :param pulumi.Input[float] v_mware_cloud_foundation_license_cost: VMware cloud foundation license cost.
2787
+ """
2788
+ pulumi.set(__self__, "v_mware_cloud_foundation_license_cost", v_mware_cloud_foundation_license_cost)
2789
+
2790
+ @property
2791
+ @pulumi.getter(name="vMwareCloudFoundationLicenseCost")
2792
+ def v_mware_cloud_foundation_license_cost(self) -> pulumi.Input[float]:
2793
+ """
2794
+ VMware cloud foundation license cost.
2795
+ """
2796
+ return pulumi.get(self, "v_mware_cloud_foundation_license_cost")
2797
+
2798
+ @v_mware_cloud_foundation_license_cost.setter
2799
+ def v_mware_cloud_foundation_license_cost(self, value: pulumi.Input[float]):
2800
+ pulumi.set(self, "v_mware_cloud_foundation_license_cost", value)
2801
+
2802
+
2803
+ if not MYPY:
2804
+ class VmUptimeArgsDict(TypedDict):
2805
+ """
2806
+ Details on the total up-time for the VM.
2807
+ """
2808
+ days_per_month: NotRequired[pulumi.Input[int]]
2809
+ """
2810
+ Number of days in a month for VM uptime.
2811
+ """
2812
+ hours_per_day: NotRequired[pulumi.Input[int]]
2813
+ """
2814
+ Number of hours per day for VM uptime.
2815
+ """
2816
+ elif False:
2817
+ VmUptimeArgsDict: TypeAlias = Mapping[str, Any]
2818
+
2819
+ @pulumi.input_type
2820
+ class VmUptimeArgs:
2821
+ def __init__(__self__, *,
2822
+ days_per_month: Optional[pulumi.Input[int]] = None,
2823
+ hours_per_day: Optional[pulumi.Input[int]] = None):
2824
+ """
2825
+ Details on the total up-time for the VM.
2826
+ :param pulumi.Input[int] days_per_month: Number of days in a month for VM uptime.
2827
+ :param pulumi.Input[int] hours_per_day: Number of hours per day for VM uptime.
2828
+ """
2829
+ if days_per_month is not None:
2830
+ pulumi.set(__self__, "days_per_month", days_per_month)
2831
+ if hours_per_day is not None:
2832
+ pulumi.set(__self__, "hours_per_day", hours_per_day)
2833
+
2834
+ @property
2835
+ @pulumi.getter(name="daysPerMonth")
2836
+ def days_per_month(self) -> Optional[pulumi.Input[int]]:
2837
+ """
2838
+ Number of days in a month for VM uptime.
2839
+ """
2840
+ return pulumi.get(self, "days_per_month")
2841
+
2842
+ @days_per_month.setter
2843
+ def days_per_month(self, value: Optional[pulumi.Input[int]]):
2844
+ pulumi.set(self, "days_per_month", value)
2845
+
2846
+ @property
2847
+ @pulumi.getter(name="hoursPerDay")
2848
+ def hours_per_day(self) -> Optional[pulumi.Input[int]]:
2849
+ """
2850
+ Number of hours per day for VM uptime.
2851
+ """
2852
+ return pulumi.get(self, "hours_per_day")
2853
+
2854
+ @hours_per_day.setter
2855
+ def hours_per_day(self, value: Optional[pulumi.Input[int]]):
2856
+ pulumi.set(self, "hours_per_day", value)
2857
+
2858
+
2859
+ if not MYPY:
2860
+ class WindowsServerLicensingSettingsArgsDict(TypedDict):
2861
+ """
2862
+ Windows Server licensing settings.
2863
+ """
2864
+ license_cost: pulumi.Input[float]
2865
+ """
2866
+ Licence Cost.
2867
+ """
2868
+ licenses_per_core: pulumi.Input[int]
2869
+ """
2870
+ Licenses per core.
2871
+ """
2872
+ software_assurance_cost: pulumi.Input[float]
2873
+ """
2874
+ Software assurance (SA) cost.
2875
+ """
2876
+ elif False:
2877
+ WindowsServerLicensingSettingsArgsDict: TypeAlias = Mapping[str, Any]
2878
+
2879
+ @pulumi.input_type
2880
+ class WindowsServerLicensingSettingsArgs:
2881
+ def __init__(__self__, *,
2882
+ license_cost: pulumi.Input[float],
2883
+ licenses_per_core: pulumi.Input[int],
2884
+ software_assurance_cost: pulumi.Input[float]):
2885
+ """
2886
+ Windows Server licensing settings.
2887
+ :param pulumi.Input[float] license_cost: Licence Cost.
2888
+ :param pulumi.Input[int] licenses_per_core: Licenses per core.
2889
+ :param pulumi.Input[float] software_assurance_cost: Software assurance (SA) cost.
2890
+ """
2891
+ pulumi.set(__self__, "license_cost", license_cost)
2892
+ pulumi.set(__self__, "licenses_per_core", licenses_per_core)
2893
+ pulumi.set(__self__, "software_assurance_cost", software_assurance_cost)
2894
+
2895
+ @property
2896
+ @pulumi.getter(name="licenseCost")
2897
+ def license_cost(self) -> pulumi.Input[float]:
2898
+ """
2899
+ Licence Cost.
2900
+ """
2901
+ return pulumi.get(self, "license_cost")
2902
+
2903
+ @license_cost.setter
2904
+ def license_cost(self, value: pulumi.Input[float]):
2905
+ pulumi.set(self, "license_cost", value)
2906
+
2907
+ @property
2908
+ @pulumi.getter(name="licensesPerCore")
2909
+ def licenses_per_core(self) -> pulumi.Input[int]:
2910
+ """
2911
+ Licenses per core.
2912
+ """
2913
+ return pulumi.get(self, "licenses_per_core")
2914
+
2915
+ @licenses_per_core.setter
2916
+ def licenses_per_core(self, value: pulumi.Input[int]):
2917
+ pulumi.set(self, "licenses_per_core", value)
2918
+
2919
+ @property
2920
+ @pulumi.getter(name="softwareAssuranceCost")
2921
+ def software_assurance_cost(self) -> pulumi.Input[float]:
2922
+ """
2923
+ Software assurance (SA) cost.
2924
+ """
2925
+ return pulumi.get(self, "software_assurance_cost")
2926
+
2927
+ @software_assurance_cost.setter
2928
+ def software_assurance_cost(self, value: pulumi.Input[float]):
2929
+ pulumi.set(self, "software_assurance_cost", value)
2930
+
2931
+