pulumi-azure-native 2.68.0a1729615467__py3-none-any.whl → 2.69.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (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.68.0a1729615467.dist-info → pulumi_azure_native-2.69.0.dist-info}/METADATA +1 -1
  668. {pulumi_azure_native-2.68.0a1729615467.dist-info → pulumi_azure_native-2.69.0.dist-info}/RECORD +670 -519
  669. {pulumi_azure_native-2.68.0a1729615467.dist-info → pulumi_azure_native-2.69.0.dist-info}/WHEEL +0 -0
  670. {pulumi_azure_native-2.68.0a1729615467.dist-info → pulumi_azure_native-2.69.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3341 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AKSAssessmentDetailsResponse',
21
+ 'AKSAssessmentSettingsResponse',
22
+ 'AppSvcContainerSettingsResponse',
23
+ 'AppSvcNativeSettingsResponse',
24
+ 'AssessmentScopeParametersResponse',
25
+ 'AvsEstimatedExternalStorageResponse',
26
+ 'AvsEstimatedNetworkResponse',
27
+ 'AvsEstimatedNodeResponse',
28
+ 'AzureArcManagementSettingsResponse',
29
+ 'AzureArcMonitoringSettingsResponse',
30
+ 'AzureArcSettingsResponse',
31
+ 'AzureSettingsResponse',
32
+ 'CollectorAgentPropertiesBaseResponse',
33
+ 'CollectorAgentSpnPropertiesBaseResponse',
34
+ 'ComputeSettingsResponse',
35
+ 'CostComponentResponse',
36
+ 'DiscoveredEntityLightSummaryResponse',
37
+ 'EntityUptimeResponse',
38
+ 'FacilitySettingsResponse',
39
+ 'HypervLicenseResponse',
40
+ 'HypervVirtualizationManagementSettingsResponse',
41
+ 'LaborSettingsResponse',
42
+ 'LinuxServerLicensingSettingsResponse',
43
+ 'ManagementSettingsResponse',
44
+ 'NetworkSettingsResponse',
45
+ 'OnPremiseSettingsResponse',
46
+ 'OtherManagementCostsSettingsResponse',
47
+ 'PerfDataSettingsResponse',
48
+ 'PrivateEndpointConnectionResponse',
49
+ 'PrivateEndpointResponse',
50
+ 'PrivateLinkServiceConnectionStateResponse',
51
+ 'ReportDetailsResponse',
52
+ 'SecuritySettingsResponse',
53
+ 'SettingsResponse',
54
+ 'SqlDbSettingsResponse',
55
+ 'SqlMiSettingsResponse',
56
+ 'SqlServerLicensingSettingsResponse',
57
+ 'SqlVmSettingsResponse',
58
+ 'StorageSettingsResponse',
59
+ 'SystemDataResponse',
60
+ 'ThirdPartyManagementSettingsResponse',
61
+ 'VirtualizationSoftwareSettingsResponse',
62
+ 'VmUptimeResponse',
63
+ 'WindowsServerLicensingSettingsResponse',
64
+ ]
65
+
66
+ @pulumi.output_type
67
+ class AKSAssessmentDetailsResponse(dict):
68
+ """
69
+ Data model of AKS Assessment Details.
70
+ """
71
+ @staticmethod
72
+ def __key_warning(key: str):
73
+ suggest = None
74
+ if key == "confidenceRatingInPercentage":
75
+ suggest = "confidence_rating_in_percentage"
76
+ elif key == "createdTimestamp":
77
+ suggest = "created_timestamp"
78
+ elif key == "machineCount":
79
+ suggest = "machine_count"
80
+ elif key == "pricesTimestamp":
81
+ suggest = "prices_timestamp"
82
+ elif key == "totalMonthlyCost":
83
+ suggest = "total_monthly_cost"
84
+ elif key == "updatedTimestamp":
85
+ suggest = "updated_timestamp"
86
+ elif key == "webAppCount":
87
+ suggest = "web_app_count"
88
+ elif key == "webServerCount":
89
+ suggest = "web_server_count"
90
+
91
+ if suggest:
92
+ pulumi.log.warn(f"Key '{key}' not found in AKSAssessmentDetailsResponse. Access the value via the '{suggest}' property getter instead.")
93
+
94
+ def __getitem__(self, key: str) -> Any:
95
+ AKSAssessmentDetailsResponse.__key_warning(key)
96
+ return super().__getitem__(key)
97
+
98
+ def get(self, key: str, default = None) -> Any:
99
+ AKSAssessmentDetailsResponse.__key_warning(key)
100
+ return super().get(key, default)
101
+
102
+ def __init__(__self__, *,
103
+ confidence_rating_in_percentage: float,
104
+ created_timestamp: str,
105
+ machine_count: int,
106
+ prices_timestamp: str,
107
+ status: str,
108
+ total_monthly_cost: float,
109
+ updated_timestamp: str,
110
+ web_app_count: int,
111
+ web_server_count: int):
112
+ """
113
+ Data model of AKS Assessment Details.
114
+ :param float confidence_rating_in_percentage: Gets Confidence score.
115
+ :param str created_timestamp: Gets date and time when assessment was created.
116
+ :param int machine_count: Gets the number of machines.
117
+ :param str prices_timestamp: Gets last time when rates were queried.
118
+ :param str status: Gets assessment status.
119
+ :param float total_monthly_cost: Gets the total monthly cost.
120
+ :param str updated_timestamp: Gets date and time when assessment was last updated.
121
+ :param int web_app_count: Gets the number of web apps.
122
+ :param int web_server_count: Gets the number of web servers.
123
+ """
124
+ pulumi.set(__self__, "confidence_rating_in_percentage", confidence_rating_in_percentage)
125
+ pulumi.set(__self__, "created_timestamp", created_timestamp)
126
+ pulumi.set(__self__, "machine_count", machine_count)
127
+ pulumi.set(__self__, "prices_timestamp", prices_timestamp)
128
+ pulumi.set(__self__, "status", status)
129
+ pulumi.set(__self__, "total_monthly_cost", total_monthly_cost)
130
+ pulumi.set(__self__, "updated_timestamp", updated_timestamp)
131
+ pulumi.set(__self__, "web_app_count", web_app_count)
132
+ pulumi.set(__self__, "web_server_count", web_server_count)
133
+
134
+ @property
135
+ @pulumi.getter(name="confidenceRatingInPercentage")
136
+ def confidence_rating_in_percentage(self) -> float:
137
+ """
138
+ Gets Confidence score.
139
+ """
140
+ return pulumi.get(self, "confidence_rating_in_percentage")
141
+
142
+ @property
143
+ @pulumi.getter(name="createdTimestamp")
144
+ def created_timestamp(self) -> str:
145
+ """
146
+ Gets date and time when assessment was created.
147
+ """
148
+ return pulumi.get(self, "created_timestamp")
149
+
150
+ @property
151
+ @pulumi.getter(name="machineCount")
152
+ def machine_count(self) -> int:
153
+ """
154
+ Gets the number of machines.
155
+ """
156
+ return pulumi.get(self, "machine_count")
157
+
158
+ @property
159
+ @pulumi.getter(name="pricesTimestamp")
160
+ def prices_timestamp(self) -> str:
161
+ """
162
+ Gets last time when rates were queried.
163
+ """
164
+ return pulumi.get(self, "prices_timestamp")
165
+
166
+ @property
167
+ @pulumi.getter
168
+ def status(self) -> str:
169
+ """
170
+ Gets assessment status.
171
+ """
172
+ return pulumi.get(self, "status")
173
+
174
+ @property
175
+ @pulumi.getter(name="totalMonthlyCost")
176
+ def total_monthly_cost(self) -> float:
177
+ """
178
+ Gets the total monthly cost.
179
+ """
180
+ return pulumi.get(self, "total_monthly_cost")
181
+
182
+ @property
183
+ @pulumi.getter(name="updatedTimestamp")
184
+ def updated_timestamp(self) -> str:
185
+ """
186
+ Gets date and time when assessment was last updated.
187
+ """
188
+ return pulumi.get(self, "updated_timestamp")
189
+
190
+ @property
191
+ @pulumi.getter(name="webAppCount")
192
+ def web_app_count(self) -> int:
193
+ """
194
+ Gets the number of web apps.
195
+ """
196
+ return pulumi.get(self, "web_app_count")
197
+
198
+ @property
199
+ @pulumi.getter(name="webServerCount")
200
+ def web_server_count(self) -> int:
201
+ """
202
+ Gets the number of web servers.
203
+ """
204
+ return pulumi.get(self, "web_server_count")
205
+
206
+
207
+ @pulumi.output_type
208
+ class AKSAssessmentSettingsResponse(dict):
209
+ """
210
+ Data model of AKS Assessment Settings.
211
+ """
212
+ @staticmethod
213
+ def __key_warning(key: str):
214
+ suggest = None
215
+ if key == "azureLocation":
216
+ suggest = "azure_location"
217
+ elif key == "environmentType":
218
+ suggest = "environment_type"
219
+ elif key == "licensingProgram":
220
+ suggest = "licensing_program"
221
+ elif key == "pricingTier":
222
+ suggest = "pricing_tier"
223
+ elif key == "savingsOptions":
224
+ suggest = "savings_options"
225
+ elif key == "sizingCriteria":
226
+ suggest = "sizing_criteria"
227
+ elif key == "discountPercentage":
228
+ suggest = "discount_percentage"
229
+ elif key == "performanceData":
230
+ suggest = "performance_data"
231
+ elif key == "scalingFactor":
232
+ suggest = "scaling_factor"
233
+
234
+ if suggest:
235
+ pulumi.log.warn(f"Key '{key}' not found in AKSAssessmentSettingsResponse. Access the value via the '{suggest}' property getter instead.")
236
+
237
+ def __getitem__(self, key: str) -> Any:
238
+ AKSAssessmentSettingsResponse.__key_warning(key)
239
+ return super().__getitem__(key)
240
+
241
+ def get(self, key: str, default = None) -> Any:
242
+ AKSAssessmentSettingsResponse.__key_warning(key)
243
+ return super().get(key, default)
244
+
245
+ def __init__(__self__, *,
246
+ azure_location: str,
247
+ category: str,
248
+ consolidation: str,
249
+ currency: str,
250
+ environment_type: str,
251
+ licensing_program: str,
252
+ pricing_tier: str,
253
+ savings_options: str,
254
+ sizing_criteria: str,
255
+ discount_percentage: Optional[float] = None,
256
+ performance_data: Optional['outputs.PerfDataSettingsResponse'] = None,
257
+ scaling_factor: Optional[float] = None):
258
+ """
259
+ Data model of AKS Assessment Settings.
260
+ :param str azure_location: Gets or sets azure location.
261
+ :param str category: Gets or sets azure VM category.
262
+ :param str consolidation: Gets or sets consolidation type.
263
+ :param str currency: Gets or sets currency.
264
+ :param str environment_type: Gets or sets environment type.
265
+ :param str licensing_program: Gets or sets licensing program.
266
+ :param str pricing_tier: Gets or sets pricing tier.
267
+ :param str savings_options: Gets or sets savings options.
268
+ :param str sizing_criteria: Gets or sets sizing criteria.
269
+ :param float discount_percentage: Gets or sets discount percentage.
270
+ :param 'PerfDataSettingsResponse' performance_data: Gets or sets performance data settings.
271
+ :param float scaling_factor: Gets or sets scaling factor.
272
+ """
273
+ pulumi.set(__self__, "azure_location", azure_location)
274
+ pulumi.set(__self__, "category", category)
275
+ pulumi.set(__self__, "consolidation", consolidation)
276
+ pulumi.set(__self__, "currency", currency)
277
+ pulumi.set(__self__, "environment_type", environment_type)
278
+ pulumi.set(__self__, "licensing_program", licensing_program)
279
+ pulumi.set(__self__, "pricing_tier", pricing_tier)
280
+ pulumi.set(__self__, "savings_options", savings_options)
281
+ pulumi.set(__self__, "sizing_criteria", sizing_criteria)
282
+ if discount_percentage is not None:
283
+ pulumi.set(__self__, "discount_percentage", discount_percentage)
284
+ if performance_data is not None:
285
+ pulumi.set(__self__, "performance_data", performance_data)
286
+ if scaling_factor is not None:
287
+ pulumi.set(__self__, "scaling_factor", scaling_factor)
288
+
289
+ @property
290
+ @pulumi.getter(name="azureLocation")
291
+ def azure_location(self) -> str:
292
+ """
293
+ Gets or sets azure location.
294
+ """
295
+ return pulumi.get(self, "azure_location")
296
+
297
+ @property
298
+ @pulumi.getter
299
+ def category(self) -> str:
300
+ """
301
+ Gets or sets azure VM category.
302
+ """
303
+ return pulumi.get(self, "category")
304
+
305
+ @property
306
+ @pulumi.getter
307
+ def consolidation(self) -> str:
308
+ """
309
+ Gets or sets consolidation type.
310
+ """
311
+ return pulumi.get(self, "consolidation")
312
+
313
+ @property
314
+ @pulumi.getter
315
+ def currency(self) -> str:
316
+ """
317
+ Gets or sets currency.
318
+ """
319
+ return pulumi.get(self, "currency")
320
+
321
+ @property
322
+ @pulumi.getter(name="environmentType")
323
+ def environment_type(self) -> str:
324
+ """
325
+ Gets or sets environment type.
326
+ """
327
+ return pulumi.get(self, "environment_type")
328
+
329
+ @property
330
+ @pulumi.getter(name="licensingProgram")
331
+ def licensing_program(self) -> str:
332
+ """
333
+ Gets or sets licensing program.
334
+ """
335
+ return pulumi.get(self, "licensing_program")
336
+
337
+ @property
338
+ @pulumi.getter(name="pricingTier")
339
+ def pricing_tier(self) -> str:
340
+ """
341
+ Gets or sets pricing tier.
342
+ """
343
+ return pulumi.get(self, "pricing_tier")
344
+
345
+ @property
346
+ @pulumi.getter(name="savingsOptions")
347
+ def savings_options(self) -> str:
348
+ """
349
+ Gets or sets savings options.
350
+ """
351
+ return pulumi.get(self, "savings_options")
352
+
353
+ @property
354
+ @pulumi.getter(name="sizingCriteria")
355
+ def sizing_criteria(self) -> str:
356
+ """
357
+ Gets or sets sizing criteria.
358
+ """
359
+ return pulumi.get(self, "sizing_criteria")
360
+
361
+ @property
362
+ @pulumi.getter(name="discountPercentage")
363
+ def discount_percentage(self) -> Optional[float]:
364
+ """
365
+ Gets or sets discount percentage.
366
+ """
367
+ return pulumi.get(self, "discount_percentage")
368
+
369
+ @property
370
+ @pulumi.getter(name="performanceData")
371
+ def performance_data(self) -> Optional['outputs.PerfDataSettingsResponse']:
372
+ """
373
+ Gets or sets performance data settings.
374
+ """
375
+ return pulumi.get(self, "performance_data")
376
+
377
+ @property
378
+ @pulumi.getter(name="scalingFactor")
379
+ def scaling_factor(self) -> Optional[float]:
380
+ """
381
+ Gets or sets scaling factor.
382
+ """
383
+ return pulumi.get(self, "scaling_factor")
384
+
385
+
386
+ @pulumi.output_type
387
+ class AppSvcContainerSettingsResponse(dict):
388
+ """
389
+ App service container settings.
390
+ """
391
+ @staticmethod
392
+ def __key_warning(key: str):
393
+ suggest = None
394
+ if key == "isolationRequired":
395
+ suggest = "isolation_required"
396
+
397
+ if suggest:
398
+ pulumi.log.warn(f"Key '{key}' not found in AppSvcContainerSettingsResponse. Access the value via the '{suggest}' property getter instead.")
399
+
400
+ def __getitem__(self, key: str) -> Any:
401
+ AppSvcContainerSettingsResponse.__key_warning(key)
402
+ return super().__getitem__(key)
403
+
404
+ def get(self, key: str, default = None) -> Any:
405
+ AppSvcContainerSettingsResponse.__key_warning(key)
406
+ return super().get(key, default)
407
+
408
+ def __init__(__self__, *,
409
+ isolation_required: bool):
410
+ """
411
+ App service container settings.
412
+ :param bool isolation_required: Gets or sets the isolation required.
413
+ """
414
+ pulumi.set(__self__, "isolation_required", isolation_required)
415
+
416
+ @property
417
+ @pulumi.getter(name="isolationRequired")
418
+ def isolation_required(self) -> bool:
419
+ """
420
+ Gets or sets the isolation required.
421
+ """
422
+ return pulumi.get(self, "isolation_required")
423
+
424
+
425
+ @pulumi.output_type
426
+ class AppSvcNativeSettingsResponse(dict):
427
+ """
428
+ App service native settings.
429
+ """
430
+ @staticmethod
431
+ def __key_warning(key: str):
432
+ suggest = None
433
+ if key == "isolationRequired":
434
+ suggest = "isolation_required"
435
+
436
+ if suggest:
437
+ pulumi.log.warn(f"Key '{key}' not found in AppSvcNativeSettingsResponse. Access the value via the '{suggest}' property getter instead.")
438
+
439
+ def __getitem__(self, key: str) -> Any:
440
+ AppSvcNativeSettingsResponse.__key_warning(key)
441
+ return super().__getitem__(key)
442
+
443
+ def get(self, key: str, default = None) -> Any:
444
+ AppSvcNativeSettingsResponse.__key_warning(key)
445
+ return super().get(key, default)
446
+
447
+ def __init__(__self__, *,
448
+ isolation_required: bool):
449
+ """
450
+ App service native settings.
451
+ :param bool isolation_required: Gets or sets the isolation required.
452
+ """
453
+ pulumi.set(__self__, "isolation_required", isolation_required)
454
+
455
+ @property
456
+ @pulumi.getter(name="isolationRequired")
457
+ def isolation_required(self) -> bool:
458
+ """
459
+ Gets or sets the isolation required.
460
+ """
461
+ return pulumi.get(self, "isolation_required")
462
+
463
+
464
+ @pulumi.output_type
465
+ class AssessmentScopeParametersResponse(dict):
466
+ """
467
+ Data model of Assessment Scope Parameters.
468
+ """
469
+ @staticmethod
470
+ def __key_warning(key: str):
471
+ suggest = None
472
+ if key == "serverGroupId":
473
+ suggest = "server_group_id"
474
+
475
+ if suggest:
476
+ pulumi.log.warn(f"Key '{key}' not found in AssessmentScopeParametersResponse. Access the value via the '{suggest}' property getter instead.")
477
+
478
+ def __getitem__(self, key: str) -> Any:
479
+ AssessmentScopeParametersResponse.__key_warning(key)
480
+ return super().__getitem__(key)
481
+
482
+ def get(self, key: str, default = None) -> Any:
483
+ AssessmentScopeParametersResponse.__key_warning(key)
484
+ return super().get(key, default)
485
+
486
+ def __init__(__self__, *,
487
+ server_group_id: Optional[str] = None):
488
+ """
489
+ Data model of Assessment Scope Parameters.
490
+ :param str server_group_id: Gets or sets the server group id.
491
+ """
492
+ if server_group_id is not None:
493
+ pulumi.set(__self__, "server_group_id", server_group_id)
494
+
495
+ @property
496
+ @pulumi.getter(name="serverGroupId")
497
+ def server_group_id(self) -> Optional[str]:
498
+ """
499
+ Gets or sets the server group id.
500
+ """
501
+ return pulumi.get(self, "server_group_id")
502
+
503
+
504
+ @pulumi.output_type
505
+ class AvsEstimatedExternalStorageResponse(dict):
506
+ """
507
+ Details on the Estimated External Storage for AVS Assessment.
508
+ """
509
+ @staticmethod
510
+ def __key_warning(key: str):
511
+ suggest = None
512
+ if key == "monthlyPrice":
513
+ suggest = "monthly_price"
514
+ elif key == "storageType":
515
+ suggest = "storage_type"
516
+ elif key == "storageUtilization":
517
+ suggest = "storage_utilization"
518
+ elif key == "totalStorageInGB":
519
+ suggest = "total_storage_in_gb"
520
+
521
+ if suggest:
522
+ pulumi.log.warn(f"Key '{key}' not found in AvsEstimatedExternalStorageResponse. Access the value via the '{suggest}' property getter instead.")
523
+
524
+ def __getitem__(self, key: str) -> Any:
525
+ AvsEstimatedExternalStorageResponse.__key_warning(key)
526
+ return super().__getitem__(key)
527
+
528
+ def get(self, key: str, default = None) -> Any:
529
+ AvsEstimatedExternalStorageResponse.__key_warning(key)
530
+ return super().get(key, default)
531
+
532
+ def __init__(__self__, *,
533
+ monthly_price: Optional[float] = None,
534
+ storage_type: Optional[str] = None,
535
+ storage_utilization: Optional[float] = None,
536
+ total_storage_in_gb: Optional[float] = None):
537
+ """
538
+ Details on the Estimated External Storage for AVS Assessment.
539
+ :param float monthly_price: Total monthly cost for type of storage.
540
+ :param str storage_type: Recommended External Storage.
541
+ :param float storage_utilization: Predicted storage utilization.
542
+ :param float total_storage_in_gb: Predicted total Storage used in GB.
543
+ """
544
+ if monthly_price is not None:
545
+ pulumi.set(__self__, "monthly_price", monthly_price)
546
+ if storage_type is not None:
547
+ pulumi.set(__self__, "storage_type", storage_type)
548
+ if storage_utilization is not None:
549
+ pulumi.set(__self__, "storage_utilization", storage_utilization)
550
+ if total_storage_in_gb is not None:
551
+ pulumi.set(__self__, "total_storage_in_gb", total_storage_in_gb)
552
+
553
+ @property
554
+ @pulumi.getter(name="monthlyPrice")
555
+ def monthly_price(self) -> Optional[float]:
556
+ """
557
+ Total monthly cost for type of storage.
558
+ """
559
+ return pulumi.get(self, "monthly_price")
560
+
561
+ @property
562
+ @pulumi.getter(name="storageType")
563
+ def storage_type(self) -> Optional[str]:
564
+ """
565
+ Recommended External Storage.
566
+ """
567
+ return pulumi.get(self, "storage_type")
568
+
569
+ @property
570
+ @pulumi.getter(name="storageUtilization")
571
+ def storage_utilization(self) -> Optional[float]:
572
+ """
573
+ Predicted storage utilization.
574
+ """
575
+ return pulumi.get(self, "storage_utilization")
576
+
577
+ @property
578
+ @pulumi.getter(name="totalStorageInGB")
579
+ def total_storage_in_gb(self) -> Optional[float]:
580
+ """
581
+ Predicted total Storage used in GB.
582
+ """
583
+ return pulumi.get(self, "total_storage_in_gb")
584
+
585
+
586
+ @pulumi.output_type
587
+ class AvsEstimatedNetworkResponse(dict):
588
+ """
589
+ Details on the Estimated Network Costs for AVS Assessment.
590
+ """
591
+ @staticmethod
592
+ def __key_warning(key: str):
593
+ suggest = None
594
+ if key == "monthlyPrice":
595
+ suggest = "monthly_price"
596
+ elif key == "networkType":
597
+ suggest = "network_type"
598
+
599
+ if suggest:
600
+ pulumi.log.warn(f"Key '{key}' not found in AvsEstimatedNetworkResponse. Access the value via the '{suggest}' property getter instead.")
601
+
602
+ def __getitem__(self, key: str) -> Any:
603
+ AvsEstimatedNetworkResponse.__key_warning(key)
604
+ return super().__getitem__(key)
605
+
606
+ def get(self, key: str, default = None) -> Any:
607
+ AvsEstimatedNetworkResponse.__key_warning(key)
608
+ return super().get(key, default)
609
+
610
+ def __init__(__self__, *,
611
+ monthly_price: Optional[float] = None,
612
+ network_type: Optional[str] = None):
613
+ """
614
+ Details on the Estimated Network Costs for AVS Assessment.
615
+ :param float monthly_price: Monthly cost for network type.
616
+ :param str network_type: Recommended Network Sku.
617
+ """
618
+ if monthly_price is not None:
619
+ pulumi.set(__self__, "monthly_price", monthly_price)
620
+ if network_type is not None:
621
+ pulumi.set(__self__, "network_type", network_type)
622
+
623
+ @property
624
+ @pulumi.getter(name="monthlyPrice")
625
+ def monthly_price(self) -> Optional[float]:
626
+ """
627
+ Monthly cost for network type.
628
+ """
629
+ return pulumi.get(self, "monthly_price")
630
+
631
+ @property
632
+ @pulumi.getter(name="networkType")
633
+ def network_type(self) -> Optional[str]:
634
+ """
635
+ Recommended Network Sku.
636
+ """
637
+ return pulumi.get(self, "network_type")
638
+
639
+
640
+ @pulumi.output_type
641
+ class AvsEstimatedNodeResponse(dict):
642
+ """
643
+ Details on the Estimated nodes for AVS Assessment.
644
+ """
645
+ @staticmethod
646
+ def __key_warning(key: str):
647
+ suggest = None
648
+ if key == "cpuUtilization":
649
+ suggest = "cpu_utilization"
650
+ elif key == "fttRaidLevel":
651
+ suggest = "ftt_raid_level"
652
+ elif key == "monthlyPrice":
653
+ suggest = "monthly_price"
654
+ elif key == "nodeNumber":
655
+ suggest = "node_number"
656
+ elif key == "nodeType":
657
+ suggest = "node_type"
658
+ elif key == "pricingModel":
659
+ suggest = "pricing_model"
660
+ elif key == "ramUtilization":
661
+ suggest = "ram_utilization"
662
+ elif key == "storageUtilization":
663
+ suggest = "storage_utilization"
664
+ elif key == "totalCpu":
665
+ suggest = "total_cpu"
666
+ elif key == "totalRam":
667
+ suggest = "total_ram"
668
+ elif key == "totalStorage":
669
+ suggest = "total_storage"
670
+
671
+ if suggest:
672
+ pulumi.log.warn(f"Key '{key}' not found in AvsEstimatedNodeResponse. Access the value via the '{suggest}' property getter instead.")
673
+
674
+ def __getitem__(self, key: str) -> Any:
675
+ AvsEstimatedNodeResponse.__key_warning(key)
676
+ return super().__getitem__(key)
677
+
678
+ def get(self, key: str, default = None) -> Any:
679
+ AvsEstimatedNodeResponse.__key_warning(key)
680
+ return super().get(key, default)
681
+
682
+ def __init__(__self__, *,
683
+ cpu_utilization: Optional[float] = None,
684
+ ftt_raid_level: Optional[str] = None,
685
+ monthly_price: Optional[float] = None,
686
+ node_number: Optional[int] = None,
687
+ node_type: Optional[str] = None,
688
+ pricing_model: Optional[str] = None,
689
+ ram_utilization: Optional[float] = None,
690
+ storage_utilization: Optional[float] = None,
691
+ total_cpu: Optional[float] = None,
692
+ total_ram: Optional[float] = None,
693
+ total_storage: Optional[float] = None):
694
+ """
695
+ Details on the Estimated nodes for AVS Assessment.
696
+ :param float cpu_utilization: Predicted CPU utilization.
697
+ :param str ftt_raid_level: FttRaidLevel recommended for Node.
698
+ :param float monthly_price: Total monthly cost for type and number of nodes.
699
+ :param int node_number: Number of nodes that will be needed.
700
+ :param str node_type: Recommended SKU.
701
+ :param str pricing_model: Pricing model indicates what hour multiplier to use while estimating the Nodes cost.
702
+ :param float ram_utilization: Predicted RAM utilization.
703
+ :param float storage_utilization: Predicted storage utilization.
704
+ :param float total_cpu: Predicted total CPU cores across the set of nodes.
705
+ :param float total_ram: Predicted total RAM used in GB.
706
+ :param float total_storage: Predicted total Storage used in GB.
707
+ """
708
+ if cpu_utilization is not None:
709
+ pulumi.set(__self__, "cpu_utilization", cpu_utilization)
710
+ if ftt_raid_level is not None:
711
+ pulumi.set(__self__, "ftt_raid_level", ftt_raid_level)
712
+ if monthly_price is not None:
713
+ pulumi.set(__self__, "monthly_price", monthly_price)
714
+ if node_number is not None:
715
+ pulumi.set(__self__, "node_number", node_number)
716
+ if node_type is not None:
717
+ pulumi.set(__self__, "node_type", node_type)
718
+ if pricing_model is not None:
719
+ pulumi.set(__self__, "pricing_model", pricing_model)
720
+ if ram_utilization is not None:
721
+ pulumi.set(__self__, "ram_utilization", ram_utilization)
722
+ if storage_utilization is not None:
723
+ pulumi.set(__self__, "storage_utilization", storage_utilization)
724
+ if total_cpu is not None:
725
+ pulumi.set(__self__, "total_cpu", total_cpu)
726
+ if total_ram is not None:
727
+ pulumi.set(__self__, "total_ram", total_ram)
728
+ if total_storage is not None:
729
+ pulumi.set(__self__, "total_storage", total_storage)
730
+
731
+ @property
732
+ @pulumi.getter(name="cpuUtilization")
733
+ def cpu_utilization(self) -> Optional[float]:
734
+ """
735
+ Predicted CPU utilization.
736
+ """
737
+ return pulumi.get(self, "cpu_utilization")
738
+
739
+ @property
740
+ @pulumi.getter(name="fttRaidLevel")
741
+ def ftt_raid_level(self) -> Optional[str]:
742
+ """
743
+ FttRaidLevel recommended for Node.
744
+ """
745
+ return pulumi.get(self, "ftt_raid_level")
746
+
747
+ @property
748
+ @pulumi.getter(name="monthlyPrice")
749
+ def monthly_price(self) -> Optional[float]:
750
+ """
751
+ Total monthly cost for type and number of nodes.
752
+ """
753
+ return pulumi.get(self, "monthly_price")
754
+
755
+ @property
756
+ @pulumi.getter(name="nodeNumber")
757
+ def node_number(self) -> Optional[int]:
758
+ """
759
+ Number of nodes that will be needed.
760
+ """
761
+ return pulumi.get(self, "node_number")
762
+
763
+ @property
764
+ @pulumi.getter(name="nodeType")
765
+ def node_type(self) -> Optional[str]:
766
+ """
767
+ Recommended SKU.
768
+ """
769
+ return pulumi.get(self, "node_type")
770
+
771
+ @property
772
+ @pulumi.getter(name="pricingModel")
773
+ def pricing_model(self) -> Optional[str]:
774
+ """
775
+ Pricing model indicates what hour multiplier to use while estimating the Nodes cost.
776
+ """
777
+ return pulumi.get(self, "pricing_model")
778
+
779
+ @property
780
+ @pulumi.getter(name="ramUtilization")
781
+ def ram_utilization(self) -> Optional[float]:
782
+ """
783
+ Predicted RAM utilization.
784
+ """
785
+ return pulumi.get(self, "ram_utilization")
786
+
787
+ @property
788
+ @pulumi.getter(name="storageUtilization")
789
+ def storage_utilization(self) -> Optional[float]:
790
+ """
791
+ Predicted storage utilization.
792
+ """
793
+ return pulumi.get(self, "storage_utilization")
794
+
795
+ @property
796
+ @pulumi.getter(name="totalCpu")
797
+ def total_cpu(self) -> Optional[float]:
798
+ """
799
+ Predicted total CPU cores across the set of nodes.
800
+ """
801
+ return pulumi.get(self, "total_cpu")
802
+
803
+ @property
804
+ @pulumi.getter(name="totalRam")
805
+ def total_ram(self) -> Optional[float]:
806
+ """
807
+ Predicted total RAM used in GB.
808
+ """
809
+ return pulumi.get(self, "total_ram")
810
+
811
+ @property
812
+ @pulumi.getter(name="totalStorage")
813
+ def total_storage(self) -> Optional[float]:
814
+ """
815
+ Predicted total Storage used in GB.
816
+ """
817
+ return pulumi.get(self, "total_storage")
818
+
819
+
820
+ @pulumi.output_type
821
+ class AzureArcManagementSettingsResponse(dict):
822
+ """
823
+ Azure Arc Management settings.
824
+ """
825
+ @staticmethod
826
+ def __key_warning(key: str):
827
+ suggest = None
828
+ if key == "monitoringSettings":
829
+ suggest = "monitoring_settings"
830
+
831
+ if suggest:
832
+ pulumi.log.warn(f"Key '{key}' not found in AzureArcManagementSettingsResponse. Access the value via the '{suggest}' property getter instead.")
833
+
834
+ def __getitem__(self, key: str) -> Any:
835
+ AzureArcManagementSettingsResponse.__key_warning(key)
836
+ return super().__getitem__(key)
837
+
838
+ def get(self, key: str, default = None) -> Any:
839
+ AzureArcManagementSettingsResponse.__key_warning(key)
840
+ return super().get(key, default)
841
+
842
+ def __init__(__self__, *,
843
+ monitoring_settings: 'outputs.AzureArcMonitoringSettingsResponse'):
844
+ """
845
+ Azure Arc Management settings.
846
+ :param 'AzureArcMonitoringSettingsResponse' monitoring_settings: Gets the azure arc monitoring settings.
847
+ """
848
+ pulumi.set(__self__, "monitoring_settings", monitoring_settings)
849
+
850
+ @property
851
+ @pulumi.getter(name="monitoringSettings")
852
+ def monitoring_settings(self) -> 'outputs.AzureArcMonitoringSettingsResponse':
853
+ """
854
+ Gets the azure arc monitoring settings.
855
+ """
856
+ return pulumi.get(self, "monitoring_settings")
857
+
858
+
859
+ @pulumi.output_type
860
+ class AzureArcMonitoringSettingsResponse(dict):
861
+ """
862
+ Azure Arc Monitoring settings.
863
+ """
864
+ @staticmethod
865
+ def __key_warning(key: str):
866
+ suggest = None
867
+ if key == "alertRulesCount":
868
+ suggest = "alert_rules_count"
869
+ elif key == "logsVolumeInGB":
870
+ suggest = "logs_volume_in_gb"
871
+
872
+ if suggest:
873
+ pulumi.log.warn(f"Key '{key}' not found in AzureArcMonitoringSettingsResponse. Access the value via the '{suggest}' property getter instead.")
874
+
875
+ def __getitem__(self, key: str) -> Any:
876
+ AzureArcMonitoringSettingsResponse.__key_warning(key)
877
+ return super().__getitem__(key)
878
+
879
+ def get(self, key: str, default = None) -> Any:
880
+ AzureArcMonitoringSettingsResponse.__key_warning(key)
881
+ return super().get(key, default)
882
+
883
+ def __init__(__self__, *,
884
+ alert_rules_count: int,
885
+ logs_volume_in_gb: float):
886
+ """
887
+ Azure Arc Monitoring settings.
888
+ :param int alert_rules_count: Number of alert rules settings.
889
+ :param float logs_volume_in_gb: Logs volume settings.
890
+ """
891
+ pulumi.set(__self__, "alert_rules_count", alert_rules_count)
892
+ pulumi.set(__self__, "logs_volume_in_gb", logs_volume_in_gb)
893
+
894
+ @property
895
+ @pulumi.getter(name="alertRulesCount")
896
+ def alert_rules_count(self) -> int:
897
+ """
898
+ Number of alert rules settings.
899
+ """
900
+ return pulumi.get(self, "alert_rules_count")
901
+
902
+ @property
903
+ @pulumi.getter(name="logsVolumeInGB")
904
+ def logs_volume_in_gb(self) -> float:
905
+ """
906
+ Logs volume settings.
907
+ """
908
+ return pulumi.get(self, "logs_volume_in_gb")
909
+
910
+
911
+ @pulumi.output_type
912
+ class AzureArcSettingsResponse(dict):
913
+ """
914
+ Azure arc settings for a business case.
915
+ """
916
+ @staticmethod
917
+ def __key_warning(key: str):
918
+ suggest = None
919
+ if key == "azureArcState":
920
+ suggest = "azure_arc_state"
921
+ elif key == "laborCostPercentage":
922
+ suggest = "labor_cost_percentage"
923
+ elif key == "managementSettings":
924
+ suggest = "management_settings"
925
+
926
+ if suggest:
927
+ pulumi.log.warn(f"Key '{key}' not found in AzureArcSettingsResponse. Access the value via the '{suggest}' property getter instead.")
928
+
929
+ def __getitem__(self, key: str) -> Any:
930
+ AzureArcSettingsResponse.__key_warning(key)
931
+ return super().__getitem__(key)
932
+
933
+ def get(self, key: str, default = None) -> Any:
934
+ AzureArcSettingsResponse.__key_warning(key)
935
+ return super().get(key, default)
936
+
937
+ def __init__(__self__, *,
938
+ azure_arc_state: str,
939
+ labor_cost_percentage: Optional[float] = None,
940
+ management_settings: Optional['outputs.AzureArcManagementSettingsResponse'] = None):
941
+ """
942
+ Azure arc settings for a business case.
943
+ :param str azure_arc_state: AzureArc state indicates whether to include azure arc related costs in on-premises or not.
944
+ :param float labor_cost_percentage: Gets Azure arc labour cost percentage.
945
+ :param 'AzureArcManagementSettingsResponse' management_settings: Management settings.
946
+ """
947
+ pulumi.set(__self__, "azure_arc_state", azure_arc_state)
948
+ if labor_cost_percentage is not None:
949
+ pulumi.set(__self__, "labor_cost_percentage", labor_cost_percentage)
950
+ if management_settings is not None:
951
+ pulumi.set(__self__, "management_settings", management_settings)
952
+
953
+ @property
954
+ @pulumi.getter(name="azureArcState")
955
+ def azure_arc_state(self) -> str:
956
+ """
957
+ AzureArc state indicates whether to include azure arc related costs in on-premises or not.
958
+ """
959
+ return pulumi.get(self, "azure_arc_state")
960
+
961
+ @property
962
+ @pulumi.getter(name="laborCostPercentage")
963
+ def labor_cost_percentage(self) -> Optional[float]:
964
+ """
965
+ Gets Azure arc labour cost percentage.
966
+ """
967
+ return pulumi.get(self, "labor_cost_percentage")
968
+
969
+ @property
970
+ @pulumi.getter(name="managementSettings")
971
+ def management_settings(self) -> Optional['outputs.AzureArcManagementSettingsResponse']:
972
+ """
973
+ Management settings.
974
+ """
975
+ return pulumi.get(self, "management_settings")
976
+
977
+
978
+ @pulumi.output_type
979
+ class AzureSettingsResponse(dict):
980
+ """
981
+ Azure settings for a business case.
982
+ """
983
+ @staticmethod
984
+ def __key_warning(key: str):
985
+ suggest = None
986
+ if key == "targetLocation":
987
+ suggest = "target_location"
988
+ elif key == "avsLaborCostPercentage":
989
+ suggest = "avs_labor_cost_percentage"
990
+ elif key == "businessCaseType":
991
+ suggest = "business_case_type"
992
+ elif key == "comfortFactor":
993
+ suggest = "comfort_factor"
994
+ elif key == "discountPercentage":
995
+ suggest = "discount_percentage"
996
+ elif key == "iaasLaborCostPercentage":
997
+ suggest = "iaas_labor_cost_percentage"
998
+ elif key == "infrastructureGrowthRate":
999
+ suggest = "infrastructure_growth_rate"
1000
+ elif key == "networkCostPercentage":
1001
+ suggest = "network_cost_percentage"
1002
+ elif key == "paasLaborCostPercentage":
1003
+ suggest = "paas_labor_cost_percentage"
1004
+ elif key == "perYearMigrationCompletionPercentage":
1005
+ suggest = "per_year_migration_completion_percentage"
1006
+ elif key == "performanceDataEndTime":
1007
+ suggest = "performance_data_end_time"
1008
+ elif key == "performanceDataStartTime":
1009
+ suggest = "performance_data_start_time"
1010
+ elif key == "performanceUtilizationPercentile":
1011
+ suggest = "performance_utilization_percentile"
1012
+ elif key == "savingsOption":
1013
+ suggest = "savings_option"
1014
+ elif key == "workloadDiscoverySource":
1015
+ suggest = "workload_discovery_source"
1016
+
1017
+ if suggest:
1018
+ pulumi.log.warn(f"Key '{key}' not found in AzureSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1019
+
1020
+ def __getitem__(self, key: str) -> Any:
1021
+ AzureSettingsResponse.__key_warning(key)
1022
+ return super().__getitem__(key)
1023
+
1024
+ def get(self, key: str, default = None) -> Any:
1025
+ AzureSettingsResponse.__key_warning(key)
1026
+ return super().get(key, default)
1027
+
1028
+ def __init__(__self__, *,
1029
+ currency: Optional[str] = None,
1030
+ target_location: str,
1031
+ avs_labor_cost_percentage: Optional[float] = None,
1032
+ business_case_type: Optional[str] = None,
1033
+ comfort_factor: Optional[float] = None,
1034
+ discount_percentage: Optional[float] = None,
1035
+ iaas_labor_cost_percentage: Optional[float] = None,
1036
+ infrastructure_growth_rate: Optional[float] = None,
1037
+ network_cost_percentage: Optional[float] = None,
1038
+ paas_labor_cost_percentage: Optional[float] = None,
1039
+ per_year_migration_completion_percentage: Optional[Mapping[str, float]] = None,
1040
+ performance_data_end_time: Optional[str] = None,
1041
+ performance_data_start_time: Optional[str] = None,
1042
+ performance_utilization_percentile: Optional[float] = None,
1043
+ savings_option: Optional[str] = None,
1044
+ wacc: Optional[float] = None,
1045
+ workload_discovery_source: Optional[str] = None):
1046
+ """
1047
+ Azure settings for a business case.
1048
+ :param str currency: Business case Currency.
1049
+ :param str target_location: Gets or sets azure location.
1050
+ :param float avs_labor_cost_percentage: Gets Avs labour cost percentage.
1051
+ :param str business_case_type: Migration Strategy.
1052
+ :param float comfort_factor: Gets comfort factor.
1053
+ :param float discount_percentage: Gets azure Discount percentage.
1054
+ :param float iaas_labor_cost_percentage: Gets IaaS labour cost percentage.
1055
+ :param float infrastructure_growth_rate: Gets infrastructure growth rate.
1056
+ :param float network_cost_percentage: Gets network cost percentage.
1057
+ :param float paas_labor_cost_percentage: Gets PaaS labour cost percentage.
1058
+ :param Mapping[str, float] per_year_migration_completion_percentage: Gets migration completion percentage per year.
1059
+ :param str performance_data_end_time: Gets end time to use for performance.
1060
+ :param str performance_data_start_time: Gets start time to use for performance.
1061
+ :param float performance_utilization_percentile: Gets utilization percentile for performance.
1062
+ :param str savings_option: Gets the business case savings option type.
1063
+ :param float wacc: Gets wACC percentage.
1064
+ :param str workload_discovery_source: Workload discovery source.
1065
+ """
1066
+ if currency is None:
1067
+ currency = 'USD'
1068
+ pulumi.set(__self__, "currency", currency)
1069
+ pulumi.set(__self__, "target_location", target_location)
1070
+ if avs_labor_cost_percentage is None:
1071
+ avs_labor_cost_percentage = 75
1072
+ if avs_labor_cost_percentage is not None:
1073
+ pulumi.set(__self__, "avs_labor_cost_percentage", avs_labor_cost_percentage)
1074
+ if business_case_type is None:
1075
+ business_case_type = 'OptimizeForCost'
1076
+ if business_case_type is not None:
1077
+ pulumi.set(__self__, "business_case_type", business_case_type)
1078
+ if comfort_factor is None:
1079
+ comfort_factor = 1
1080
+ if comfort_factor is not None:
1081
+ pulumi.set(__self__, "comfort_factor", comfort_factor)
1082
+ if discount_percentage is not None:
1083
+ pulumi.set(__self__, "discount_percentage", discount_percentage)
1084
+ if iaas_labor_cost_percentage is None:
1085
+ iaas_labor_cost_percentage = 75
1086
+ if iaas_labor_cost_percentage is not None:
1087
+ pulumi.set(__self__, "iaas_labor_cost_percentage", iaas_labor_cost_percentage)
1088
+ if infrastructure_growth_rate is None:
1089
+ infrastructure_growth_rate = 5
1090
+ if infrastructure_growth_rate is not None:
1091
+ pulumi.set(__self__, "infrastructure_growth_rate", infrastructure_growth_rate)
1092
+ if network_cost_percentage is None:
1093
+ network_cost_percentage = 5
1094
+ if network_cost_percentage is not None:
1095
+ pulumi.set(__self__, "network_cost_percentage", network_cost_percentage)
1096
+ if paas_labor_cost_percentage is None:
1097
+ paas_labor_cost_percentage = 60
1098
+ if paas_labor_cost_percentage is not None:
1099
+ pulumi.set(__self__, "paas_labor_cost_percentage", paas_labor_cost_percentage)
1100
+ if per_year_migration_completion_percentage is not None:
1101
+ pulumi.set(__self__, "per_year_migration_completion_percentage", per_year_migration_completion_percentage)
1102
+ if performance_data_end_time is not None:
1103
+ pulumi.set(__self__, "performance_data_end_time", performance_data_end_time)
1104
+ if performance_data_start_time is not None:
1105
+ pulumi.set(__self__, "performance_data_start_time", performance_data_start_time)
1106
+ if performance_utilization_percentile is None:
1107
+ performance_utilization_percentile = 95
1108
+ if performance_utilization_percentile is not None:
1109
+ pulumi.set(__self__, "performance_utilization_percentile", performance_utilization_percentile)
1110
+ if savings_option is None:
1111
+ savings_option = 'RI3Year'
1112
+ if savings_option is not None:
1113
+ pulumi.set(__self__, "savings_option", savings_option)
1114
+ if wacc is not None:
1115
+ pulumi.set(__self__, "wacc", wacc)
1116
+ if workload_discovery_source is None:
1117
+ workload_discovery_source = 'Appliance'
1118
+ if workload_discovery_source is not None:
1119
+ pulumi.set(__self__, "workload_discovery_source", workload_discovery_source)
1120
+
1121
+ @property
1122
+ @pulumi.getter
1123
+ def currency(self) -> str:
1124
+ """
1125
+ Business case Currency.
1126
+ """
1127
+ return pulumi.get(self, "currency")
1128
+
1129
+ @property
1130
+ @pulumi.getter(name="targetLocation")
1131
+ def target_location(self) -> str:
1132
+ """
1133
+ Gets or sets azure location.
1134
+ """
1135
+ return pulumi.get(self, "target_location")
1136
+
1137
+ @property
1138
+ @pulumi.getter(name="avsLaborCostPercentage")
1139
+ def avs_labor_cost_percentage(self) -> Optional[float]:
1140
+ """
1141
+ Gets Avs labour cost percentage.
1142
+ """
1143
+ return pulumi.get(self, "avs_labor_cost_percentage")
1144
+
1145
+ @property
1146
+ @pulumi.getter(name="businessCaseType")
1147
+ def business_case_type(self) -> Optional[str]:
1148
+ """
1149
+ Migration Strategy.
1150
+ """
1151
+ return pulumi.get(self, "business_case_type")
1152
+
1153
+ @property
1154
+ @pulumi.getter(name="comfortFactor")
1155
+ def comfort_factor(self) -> Optional[float]:
1156
+ """
1157
+ Gets comfort factor.
1158
+ """
1159
+ return pulumi.get(self, "comfort_factor")
1160
+
1161
+ @property
1162
+ @pulumi.getter(name="discountPercentage")
1163
+ def discount_percentage(self) -> Optional[float]:
1164
+ """
1165
+ Gets azure Discount percentage.
1166
+ """
1167
+ return pulumi.get(self, "discount_percentage")
1168
+
1169
+ @property
1170
+ @pulumi.getter(name="iaasLaborCostPercentage")
1171
+ def iaas_labor_cost_percentage(self) -> Optional[float]:
1172
+ """
1173
+ Gets IaaS labour cost percentage.
1174
+ """
1175
+ return pulumi.get(self, "iaas_labor_cost_percentage")
1176
+
1177
+ @property
1178
+ @pulumi.getter(name="infrastructureGrowthRate")
1179
+ def infrastructure_growth_rate(self) -> Optional[float]:
1180
+ """
1181
+ Gets infrastructure growth rate.
1182
+ """
1183
+ return pulumi.get(self, "infrastructure_growth_rate")
1184
+
1185
+ @property
1186
+ @pulumi.getter(name="networkCostPercentage")
1187
+ def network_cost_percentage(self) -> Optional[float]:
1188
+ """
1189
+ Gets network cost percentage.
1190
+ """
1191
+ return pulumi.get(self, "network_cost_percentage")
1192
+
1193
+ @property
1194
+ @pulumi.getter(name="paasLaborCostPercentage")
1195
+ def paas_labor_cost_percentage(self) -> Optional[float]:
1196
+ """
1197
+ Gets PaaS labour cost percentage.
1198
+ """
1199
+ return pulumi.get(self, "paas_labor_cost_percentage")
1200
+
1201
+ @property
1202
+ @pulumi.getter(name="perYearMigrationCompletionPercentage")
1203
+ def per_year_migration_completion_percentage(self) -> Optional[Mapping[str, float]]:
1204
+ """
1205
+ Gets migration completion percentage per year.
1206
+ """
1207
+ return pulumi.get(self, "per_year_migration_completion_percentage")
1208
+
1209
+ @property
1210
+ @pulumi.getter(name="performanceDataEndTime")
1211
+ def performance_data_end_time(self) -> Optional[str]:
1212
+ """
1213
+ Gets end time to use for performance.
1214
+ """
1215
+ return pulumi.get(self, "performance_data_end_time")
1216
+
1217
+ @property
1218
+ @pulumi.getter(name="performanceDataStartTime")
1219
+ def performance_data_start_time(self) -> Optional[str]:
1220
+ """
1221
+ Gets start time to use for performance.
1222
+ """
1223
+ return pulumi.get(self, "performance_data_start_time")
1224
+
1225
+ @property
1226
+ @pulumi.getter(name="performanceUtilizationPercentile")
1227
+ def performance_utilization_percentile(self) -> Optional[float]:
1228
+ """
1229
+ Gets utilization percentile for performance.
1230
+ """
1231
+ return pulumi.get(self, "performance_utilization_percentile")
1232
+
1233
+ @property
1234
+ @pulumi.getter(name="savingsOption")
1235
+ def savings_option(self) -> Optional[str]:
1236
+ """
1237
+ Gets the business case savings option type.
1238
+ """
1239
+ return pulumi.get(self, "savings_option")
1240
+
1241
+ @property
1242
+ @pulumi.getter
1243
+ def wacc(self) -> Optional[float]:
1244
+ """
1245
+ Gets wACC percentage.
1246
+ """
1247
+ return pulumi.get(self, "wacc")
1248
+
1249
+ @property
1250
+ @pulumi.getter(name="workloadDiscoverySource")
1251
+ def workload_discovery_source(self) -> Optional[str]:
1252
+ """
1253
+ Workload discovery source.
1254
+ """
1255
+ return pulumi.get(self, "workload_discovery_source")
1256
+
1257
+
1258
+ @pulumi.output_type
1259
+ class CollectorAgentPropertiesBaseResponse(dict):
1260
+ """
1261
+ Collector agent property class.
1262
+ """
1263
+ @staticmethod
1264
+ def __key_warning(key: str):
1265
+ suggest = None
1266
+ if key == "lastHeartbeatUtc":
1267
+ suggest = "last_heartbeat_utc"
1268
+ elif key == "spnDetails":
1269
+ suggest = "spn_details"
1270
+
1271
+ if suggest:
1272
+ pulumi.log.warn(f"Key '{key}' not found in CollectorAgentPropertiesBaseResponse. Access the value via the '{suggest}' property getter instead.")
1273
+
1274
+ def __getitem__(self, key: str) -> Any:
1275
+ CollectorAgentPropertiesBaseResponse.__key_warning(key)
1276
+ return super().__getitem__(key)
1277
+
1278
+ def get(self, key: str, default = None) -> Any:
1279
+ CollectorAgentPropertiesBaseResponse.__key_warning(key)
1280
+ return super().get(key, default)
1281
+
1282
+ def __init__(__self__, *,
1283
+ id: Optional[str] = None,
1284
+ last_heartbeat_utc: Optional[str] = None,
1285
+ spn_details: Optional['outputs.CollectorAgentSpnPropertiesBaseResponse'] = None,
1286
+ version: Optional[str] = None):
1287
+ """
1288
+ Collector agent property class.
1289
+ :param str id: Gets the collector agent id.
1290
+ :param str last_heartbeat_utc: Gets the collector last heartbeat time.
1291
+ :param 'CollectorAgentSpnPropertiesBaseResponse' spn_details: Gets or sets the SPN details.
1292
+ :param str version: Gets the collector agent version.
1293
+ """
1294
+ if id is not None:
1295
+ pulumi.set(__self__, "id", id)
1296
+ if last_heartbeat_utc is not None:
1297
+ pulumi.set(__self__, "last_heartbeat_utc", last_heartbeat_utc)
1298
+ if spn_details is not None:
1299
+ pulumi.set(__self__, "spn_details", spn_details)
1300
+ if version is not None:
1301
+ pulumi.set(__self__, "version", version)
1302
+
1303
+ @property
1304
+ @pulumi.getter
1305
+ def id(self) -> Optional[str]:
1306
+ """
1307
+ Gets the collector agent id.
1308
+ """
1309
+ return pulumi.get(self, "id")
1310
+
1311
+ @property
1312
+ @pulumi.getter(name="lastHeartbeatUtc")
1313
+ def last_heartbeat_utc(self) -> Optional[str]:
1314
+ """
1315
+ Gets the collector last heartbeat time.
1316
+ """
1317
+ return pulumi.get(self, "last_heartbeat_utc")
1318
+
1319
+ @property
1320
+ @pulumi.getter(name="spnDetails")
1321
+ def spn_details(self) -> Optional['outputs.CollectorAgentSpnPropertiesBaseResponse']:
1322
+ """
1323
+ Gets or sets the SPN details.
1324
+ """
1325
+ return pulumi.get(self, "spn_details")
1326
+
1327
+ @property
1328
+ @pulumi.getter
1329
+ def version(self) -> Optional[str]:
1330
+ """
1331
+ Gets the collector agent version.
1332
+ """
1333
+ return pulumi.get(self, "version")
1334
+
1335
+
1336
+ @pulumi.output_type
1337
+ class CollectorAgentSpnPropertiesBaseResponse(dict):
1338
+ """
1339
+ Collector agent SPN details class.
1340
+ """
1341
+ @staticmethod
1342
+ def __key_warning(key: str):
1343
+ suggest = None
1344
+ if key == "applicationId":
1345
+ suggest = "application_id"
1346
+ elif key == "objectId":
1347
+ suggest = "object_id"
1348
+ elif key == "tenantId":
1349
+ suggest = "tenant_id"
1350
+
1351
+ if suggest:
1352
+ pulumi.log.warn(f"Key '{key}' not found in CollectorAgentSpnPropertiesBaseResponse. Access the value via the '{suggest}' property getter instead.")
1353
+
1354
+ def __getitem__(self, key: str) -> Any:
1355
+ CollectorAgentSpnPropertiesBaseResponse.__key_warning(key)
1356
+ return super().__getitem__(key)
1357
+
1358
+ def get(self, key: str, default = None) -> Any:
1359
+ CollectorAgentSpnPropertiesBaseResponse.__key_warning(key)
1360
+ return super().get(key, default)
1361
+
1362
+ def __init__(__self__, *,
1363
+ application_id: Optional[str] = None,
1364
+ audience: Optional[str] = None,
1365
+ authority: Optional[str] = None,
1366
+ object_id: Optional[str] = None,
1367
+ tenant_id: Optional[str] = None):
1368
+ """
1369
+ Collector agent SPN details class.
1370
+ :param str application_id: Gets the AAD application id.
1371
+ :param str audience: Gets the AAD audience url.
1372
+ :param str authority: Gets the AAD authority endpoint.
1373
+ :param str object_id: Gets the object id of the AAD application.
1374
+ :param str tenant_id: Gets the tenant id of the AAD application.
1375
+ """
1376
+ if application_id is not None:
1377
+ pulumi.set(__self__, "application_id", application_id)
1378
+ if audience is not None:
1379
+ pulumi.set(__self__, "audience", audience)
1380
+ if authority is not None:
1381
+ pulumi.set(__self__, "authority", authority)
1382
+ if object_id is not None:
1383
+ pulumi.set(__self__, "object_id", object_id)
1384
+ if tenant_id is not None:
1385
+ pulumi.set(__self__, "tenant_id", tenant_id)
1386
+
1387
+ @property
1388
+ @pulumi.getter(name="applicationId")
1389
+ def application_id(self) -> Optional[str]:
1390
+ """
1391
+ Gets the AAD application id.
1392
+ """
1393
+ return pulumi.get(self, "application_id")
1394
+
1395
+ @property
1396
+ @pulumi.getter
1397
+ def audience(self) -> Optional[str]:
1398
+ """
1399
+ Gets the AAD audience url.
1400
+ """
1401
+ return pulumi.get(self, "audience")
1402
+
1403
+ @property
1404
+ @pulumi.getter
1405
+ def authority(self) -> Optional[str]:
1406
+ """
1407
+ Gets the AAD authority endpoint.
1408
+ """
1409
+ return pulumi.get(self, "authority")
1410
+
1411
+ @property
1412
+ @pulumi.getter(name="objectId")
1413
+ def object_id(self) -> Optional[str]:
1414
+ """
1415
+ Gets the object id of the AAD application.
1416
+ """
1417
+ return pulumi.get(self, "object_id")
1418
+
1419
+ @property
1420
+ @pulumi.getter(name="tenantId")
1421
+ def tenant_id(self) -> Optional[str]:
1422
+ """
1423
+ Gets the tenant id of the AAD application.
1424
+ """
1425
+ return pulumi.get(self, "tenant_id")
1426
+
1427
+
1428
+ @pulumi.output_type
1429
+ class ComputeSettingsResponse(dict):
1430
+ """
1431
+ Compute settings.
1432
+ """
1433
+ @staticmethod
1434
+ def __key_warning(key: str):
1435
+ suggest = None
1436
+ if key == "hyperthreadCoreToMemoryRatio":
1437
+ suggest = "hyperthread_core_to_memory_ratio"
1438
+ elif key == "rhelLinuxServerLicensing":
1439
+ suggest = "rhel_linux_server_licensing"
1440
+ elif key == "sqlServerLicensing":
1441
+ suggest = "sql_server_licensing"
1442
+ elif key == "suseLinuxServerLicensing":
1443
+ suggest = "suse_linux_server_licensing"
1444
+ elif key == "virtualizationSoftwareSettings":
1445
+ suggest = "virtualization_software_settings"
1446
+ elif key == "windowsServerLicensing":
1447
+ suggest = "windows_server_licensing"
1448
+
1449
+ if suggest:
1450
+ pulumi.log.warn(f"Key '{key}' not found in ComputeSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1451
+
1452
+ def __getitem__(self, key: str) -> Any:
1453
+ ComputeSettingsResponse.__key_warning(key)
1454
+ return super().__getitem__(key)
1455
+
1456
+ def get(self, key: str, default = None) -> Any:
1457
+ ComputeSettingsResponse.__key_warning(key)
1458
+ return super().get(key, default)
1459
+
1460
+ def __init__(__self__, *,
1461
+ hyperthread_core_to_memory_ratio: float,
1462
+ price: float,
1463
+ rhel_linux_server_licensing: 'outputs.LinuxServerLicensingSettingsResponse',
1464
+ sql_server_licensing: Sequence['outputs.SqlServerLicensingSettingsResponse'],
1465
+ suse_linux_server_licensing: 'outputs.LinuxServerLicensingSettingsResponse',
1466
+ virtualization_software_settings: 'outputs.VirtualizationSoftwareSettingsResponse',
1467
+ windows_server_licensing: 'outputs.WindowsServerLicensingSettingsResponse'):
1468
+ """
1469
+ Compute settings.
1470
+ :param float hyperthread_core_to_memory_ratio: Hyperthread core to memory ratio.
1471
+ :param float price: Compute Price.
1472
+ :param 'LinuxServerLicensingSettingsResponse' rhel_linux_server_licensing: Linux Rhel Server licensing settings.
1473
+ :param Sequence['SqlServerLicensingSettingsResponse'] sql_server_licensing: SQL Server licensing settings.
1474
+ :param 'LinuxServerLicensingSettingsResponse' suse_linux_server_licensing: Linux Suse Server licensing settings.
1475
+ :param 'VirtualizationSoftwareSettingsResponse' virtualization_software_settings: Virtualization software settings.
1476
+ :param 'WindowsServerLicensingSettingsResponse' windows_server_licensing: Windows Server licensing settings.
1477
+ """
1478
+ pulumi.set(__self__, "hyperthread_core_to_memory_ratio", hyperthread_core_to_memory_ratio)
1479
+ pulumi.set(__self__, "price", price)
1480
+ pulumi.set(__self__, "rhel_linux_server_licensing", rhel_linux_server_licensing)
1481
+ pulumi.set(__self__, "sql_server_licensing", sql_server_licensing)
1482
+ pulumi.set(__self__, "suse_linux_server_licensing", suse_linux_server_licensing)
1483
+ pulumi.set(__self__, "virtualization_software_settings", virtualization_software_settings)
1484
+ pulumi.set(__self__, "windows_server_licensing", windows_server_licensing)
1485
+
1486
+ @property
1487
+ @pulumi.getter(name="hyperthreadCoreToMemoryRatio")
1488
+ def hyperthread_core_to_memory_ratio(self) -> float:
1489
+ """
1490
+ Hyperthread core to memory ratio.
1491
+ """
1492
+ return pulumi.get(self, "hyperthread_core_to_memory_ratio")
1493
+
1494
+ @property
1495
+ @pulumi.getter
1496
+ def price(self) -> float:
1497
+ """
1498
+ Compute Price.
1499
+ """
1500
+ return pulumi.get(self, "price")
1501
+
1502
+ @property
1503
+ @pulumi.getter(name="rhelLinuxServerLicensing")
1504
+ def rhel_linux_server_licensing(self) -> 'outputs.LinuxServerLicensingSettingsResponse':
1505
+ """
1506
+ Linux Rhel Server licensing settings.
1507
+ """
1508
+ return pulumi.get(self, "rhel_linux_server_licensing")
1509
+
1510
+ @property
1511
+ @pulumi.getter(name="sqlServerLicensing")
1512
+ def sql_server_licensing(self) -> Sequence['outputs.SqlServerLicensingSettingsResponse']:
1513
+ """
1514
+ SQL Server licensing settings.
1515
+ """
1516
+ return pulumi.get(self, "sql_server_licensing")
1517
+
1518
+ @property
1519
+ @pulumi.getter(name="suseLinuxServerLicensing")
1520
+ def suse_linux_server_licensing(self) -> 'outputs.LinuxServerLicensingSettingsResponse':
1521
+ """
1522
+ Linux Suse Server licensing settings.
1523
+ """
1524
+ return pulumi.get(self, "suse_linux_server_licensing")
1525
+
1526
+ @property
1527
+ @pulumi.getter(name="virtualizationSoftwareSettings")
1528
+ def virtualization_software_settings(self) -> 'outputs.VirtualizationSoftwareSettingsResponse':
1529
+ """
1530
+ Virtualization software settings.
1531
+ """
1532
+ return pulumi.get(self, "virtualization_software_settings")
1533
+
1534
+ @property
1535
+ @pulumi.getter(name="windowsServerLicensing")
1536
+ def windows_server_licensing(self) -> 'outputs.WindowsServerLicensingSettingsResponse':
1537
+ """
1538
+ Windows Server licensing settings.
1539
+ """
1540
+ return pulumi.get(self, "windows_server_licensing")
1541
+
1542
+
1543
+ @pulumi.output_type
1544
+ class CostComponentResponse(dict):
1545
+ """
1546
+ Class to represent the component of the cost.
1547
+ """
1548
+ def __init__(__self__, *,
1549
+ name: str,
1550
+ description: Optional[str] = None,
1551
+ value: Optional[float] = None):
1552
+ """
1553
+ Class to represent the component of the cost.
1554
+ :param str name: Gets the name of the component.
1555
+ :param str description: The textual description of the component.
1556
+ :param float value: The value of the component.
1557
+ """
1558
+ pulumi.set(__self__, "name", name)
1559
+ if description is not None:
1560
+ pulumi.set(__self__, "description", description)
1561
+ if value is not None:
1562
+ pulumi.set(__self__, "value", value)
1563
+
1564
+ @property
1565
+ @pulumi.getter
1566
+ def name(self) -> str:
1567
+ """
1568
+ Gets the name of the component.
1569
+ """
1570
+ return pulumi.get(self, "name")
1571
+
1572
+ @property
1573
+ @pulumi.getter
1574
+ def description(self) -> Optional[str]:
1575
+ """
1576
+ The textual description of the component.
1577
+ """
1578
+ return pulumi.get(self, "description")
1579
+
1580
+ @property
1581
+ @pulumi.getter
1582
+ def value(self) -> Optional[float]:
1583
+ """
1584
+ The value of the component.
1585
+ """
1586
+ return pulumi.get(self, "value")
1587
+
1588
+
1589
+ @pulumi.output_type
1590
+ class DiscoveredEntityLightSummaryResponse(dict):
1591
+ """
1592
+ Discovered entity light summary.
1593
+ """
1594
+ @staticmethod
1595
+ def __key_warning(key: str):
1596
+ suggest = None
1597
+ if key == "numberOfMachines":
1598
+ suggest = "number_of_machines"
1599
+ elif key == "numberOfServers":
1600
+ suggest = "number_of_servers"
1601
+ elif key == "numberOfWebApps":
1602
+ suggest = "number_of_web_apps"
1603
+
1604
+ if suggest:
1605
+ pulumi.log.warn(f"Key '{key}' not found in DiscoveredEntityLightSummaryResponse. Access the value via the '{suggest}' property getter instead.")
1606
+
1607
+ def __getitem__(self, key: str) -> Any:
1608
+ DiscoveredEntityLightSummaryResponse.__key_warning(key)
1609
+ return super().__getitem__(key)
1610
+
1611
+ def get(self, key: str, default = None) -> Any:
1612
+ DiscoveredEntityLightSummaryResponse.__key_warning(key)
1613
+ return super().get(key, default)
1614
+
1615
+ def __init__(__self__, *,
1616
+ number_of_machines: int,
1617
+ number_of_servers: int,
1618
+ number_of_web_apps: int):
1619
+ """
1620
+ Discovered entity light summary.
1621
+ :param int number_of_machines: Gets or sets the number of machines.
1622
+ :param int number_of_servers: Gets or sets the number of servers.
1623
+ :param int number_of_web_apps: Gets or sets the number of web apps.
1624
+ """
1625
+ pulumi.set(__self__, "number_of_machines", number_of_machines)
1626
+ pulumi.set(__self__, "number_of_servers", number_of_servers)
1627
+ pulumi.set(__self__, "number_of_web_apps", number_of_web_apps)
1628
+
1629
+ @property
1630
+ @pulumi.getter(name="numberOfMachines")
1631
+ def number_of_machines(self) -> int:
1632
+ """
1633
+ Gets or sets the number of machines.
1634
+ """
1635
+ return pulumi.get(self, "number_of_machines")
1636
+
1637
+ @property
1638
+ @pulumi.getter(name="numberOfServers")
1639
+ def number_of_servers(self) -> int:
1640
+ """
1641
+ Gets or sets the number of servers.
1642
+ """
1643
+ return pulumi.get(self, "number_of_servers")
1644
+
1645
+ @property
1646
+ @pulumi.getter(name="numberOfWebApps")
1647
+ def number_of_web_apps(self) -> int:
1648
+ """
1649
+ Gets or sets the number of web apps.
1650
+ """
1651
+ return pulumi.get(self, "number_of_web_apps")
1652
+
1653
+
1654
+ @pulumi.output_type
1655
+ class EntityUptimeResponse(dict):
1656
+ """
1657
+ Entity Uptime.
1658
+ """
1659
+ @staticmethod
1660
+ def __key_warning(key: str):
1661
+ suggest = None
1662
+ if key == "daysPerMonth":
1663
+ suggest = "days_per_month"
1664
+ elif key == "hoursPerDay":
1665
+ suggest = "hours_per_day"
1666
+
1667
+ if suggest:
1668
+ pulumi.log.warn(f"Key '{key}' not found in EntityUptimeResponse. Access the value via the '{suggest}' property getter instead.")
1669
+
1670
+ def __getitem__(self, key: str) -> Any:
1671
+ EntityUptimeResponse.__key_warning(key)
1672
+ return super().__getitem__(key)
1673
+
1674
+ def get(self, key: str, default = None) -> Any:
1675
+ EntityUptimeResponse.__key_warning(key)
1676
+ return super().get(key, default)
1677
+
1678
+ def __init__(__self__, *,
1679
+ days_per_month: Optional[int] = None,
1680
+ hours_per_day: Optional[int] = None):
1681
+ """
1682
+ Entity Uptime.
1683
+ :param int days_per_month: Gets the days per month.
1684
+ :param int hours_per_day: Gets the hours per day.
1685
+ """
1686
+ if days_per_month is not None:
1687
+ pulumi.set(__self__, "days_per_month", days_per_month)
1688
+ if hours_per_day is not None:
1689
+ pulumi.set(__self__, "hours_per_day", hours_per_day)
1690
+
1691
+ @property
1692
+ @pulumi.getter(name="daysPerMonth")
1693
+ def days_per_month(self) -> Optional[int]:
1694
+ """
1695
+ Gets the days per month.
1696
+ """
1697
+ return pulumi.get(self, "days_per_month")
1698
+
1699
+ @property
1700
+ @pulumi.getter(name="hoursPerDay")
1701
+ def hours_per_day(self) -> Optional[int]:
1702
+ """
1703
+ Gets the hours per day.
1704
+ """
1705
+ return pulumi.get(self, "hours_per_day")
1706
+
1707
+
1708
+ @pulumi.output_type
1709
+ class FacilitySettingsResponse(dict):
1710
+ """
1711
+ Facility settings.
1712
+ """
1713
+ @staticmethod
1714
+ def __key_warning(key: str):
1715
+ suggest = None
1716
+ if key == "facilitiesCostPerKwh":
1717
+ suggest = "facilities_cost_per_kwh"
1718
+
1719
+ if suggest:
1720
+ pulumi.log.warn(f"Key '{key}' not found in FacilitySettingsResponse. Access the value via the '{suggest}' property getter instead.")
1721
+
1722
+ def __getitem__(self, key: str) -> Any:
1723
+ FacilitySettingsResponse.__key_warning(key)
1724
+ return super().__getitem__(key)
1725
+
1726
+ def get(self, key: str, default = None) -> Any:
1727
+ FacilitySettingsResponse.__key_warning(key)
1728
+ return super().get(key, default)
1729
+
1730
+ def __init__(__self__, *,
1731
+ facilities_cost_per_kwh: Optional[float] = None):
1732
+ """
1733
+ Facility settings.
1734
+ :param float facilities_cost_per_kwh: The facilities cost.
1735
+ """
1736
+ if facilities_cost_per_kwh is not None:
1737
+ pulumi.set(__self__, "facilities_cost_per_kwh", facilities_cost_per_kwh)
1738
+
1739
+ @property
1740
+ @pulumi.getter(name="facilitiesCostPerKwh")
1741
+ def facilities_cost_per_kwh(self) -> Optional[float]:
1742
+ """
1743
+ The facilities cost.
1744
+ """
1745
+ return pulumi.get(self, "facilities_cost_per_kwh")
1746
+
1747
+
1748
+ @pulumi.output_type
1749
+ class HypervLicenseResponse(dict):
1750
+ """
1751
+ Representation of a licence.
1752
+ """
1753
+ @staticmethod
1754
+ def __key_warning(key: str):
1755
+ suggest = None
1756
+ if key == "licenseCost":
1757
+ suggest = "license_cost"
1758
+ elif key == "licenseType":
1759
+ suggest = "license_type"
1760
+
1761
+ if suggest:
1762
+ pulumi.log.warn(f"Key '{key}' not found in HypervLicenseResponse. Access the value via the '{suggest}' property getter instead.")
1763
+
1764
+ def __getitem__(self, key: str) -> Any:
1765
+ HypervLicenseResponse.__key_warning(key)
1766
+ return super().__getitem__(key)
1767
+
1768
+ def get(self, key: str, default = None) -> Any:
1769
+ HypervLicenseResponse.__key_warning(key)
1770
+ return super().get(key, default)
1771
+
1772
+ def __init__(__self__, *,
1773
+ license_cost: float,
1774
+ license_type: str):
1775
+ """
1776
+ Representation of a licence.
1777
+ :param float license_cost: Cost of a licence.
1778
+ :param str license_type: HyperV licence type.
1779
+ """
1780
+ pulumi.set(__self__, "license_cost", license_cost)
1781
+ pulumi.set(__self__, "license_type", license_type)
1782
+
1783
+ @property
1784
+ @pulumi.getter(name="licenseCost")
1785
+ def license_cost(self) -> float:
1786
+ """
1787
+ Cost of a licence.
1788
+ """
1789
+ return pulumi.get(self, "license_cost")
1790
+
1791
+ @property
1792
+ @pulumi.getter(name="licenseType")
1793
+ def license_type(self) -> str:
1794
+ """
1795
+ HyperV licence type.
1796
+ """
1797
+ return pulumi.get(self, "license_type")
1798
+
1799
+
1800
+ @pulumi.output_type
1801
+ class HypervVirtualizationManagementSettingsResponse(dict):
1802
+ """
1803
+ HyperV Virtualization Management Settings.
1804
+ """
1805
+ @staticmethod
1806
+ def __key_warning(key: str):
1807
+ suggest = None
1808
+ if key == "licenseAndSupportList":
1809
+ suggest = "license_and_support_list"
1810
+ elif key == "numberOfPhysicalCoresPerLicense":
1811
+ suggest = "number_of_physical_cores_per_license"
1812
+ elif key == "softwareAssuranceCost":
1813
+ suggest = "software_assurance_cost"
1814
+
1815
+ if suggest:
1816
+ pulumi.log.warn(f"Key '{key}' not found in HypervVirtualizationManagementSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1817
+
1818
+ def __getitem__(self, key: str) -> Any:
1819
+ HypervVirtualizationManagementSettingsResponse.__key_warning(key)
1820
+ return super().__getitem__(key)
1821
+
1822
+ def get(self, key: str, default = None) -> Any:
1823
+ HypervVirtualizationManagementSettingsResponse.__key_warning(key)
1824
+ return super().get(key, default)
1825
+
1826
+ def __init__(__self__, *,
1827
+ license_and_support_list: Sequence['outputs.HypervLicenseResponse'],
1828
+ number_of_physical_cores_per_license: int,
1829
+ software_assurance_cost: float):
1830
+ """
1831
+ HyperV Virtualization Management Settings.
1832
+ :param Sequence['HypervLicenseResponse'] license_and_support_list: Licence and support list.
1833
+ :param int number_of_physical_cores_per_license: Number of physical cores per licence.
1834
+ :param float software_assurance_cost: Software Assurance Cost.
1835
+ """
1836
+ pulumi.set(__self__, "license_and_support_list", license_and_support_list)
1837
+ pulumi.set(__self__, "number_of_physical_cores_per_license", number_of_physical_cores_per_license)
1838
+ pulumi.set(__self__, "software_assurance_cost", software_assurance_cost)
1839
+
1840
+ @property
1841
+ @pulumi.getter(name="licenseAndSupportList")
1842
+ def license_and_support_list(self) -> Sequence['outputs.HypervLicenseResponse']:
1843
+ """
1844
+ Licence and support list.
1845
+ """
1846
+ return pulumi.get(self, "license_and_support_list")
1847
+
1848
+ @property
1849
+ @pulumi.getter(name="numberOfPhysicalCoresPerLicense")
1850
+ def number_of_physical_cores_per_license(self) -> int:
1851
+ """
1852
+ Number of physical cores per licence.
1853
+ """
1854
+ return pulumi.get(self, "number_of_physical_cores_per_license")
1855
+
1856
+ @property
1857
+ @pulumi.getter(name="softwareAssuranceCost")
1858
+ def software_assurance_cost(self) -> float:
1859
+ """
1860
+ Software Assurance Cost.
1861
+ """
1862
+ return pulumi.get(self, "software_assurance_cost")
1863
+
1864
+
1865
+ @pulumi.output_type
1866
+ class LaborSettingsResponse(dict):
1867
+ """
1868
+ Labour settings.
1869
+ """
1870
+ @staticmethod
1871
+ def __key_warning(key: str):
1872
+ suggest = None
1873
+ if key == "hourlyAdminCost":
1874
+ suggest = "hourly_admin_cost"
1875
+ elif key == "physicalServersPerAdmin":
1876
+ suggest = "physical_servers_per_admin"
1877
+ elif key == "virtualMachinesPerAdmin":
1878
+ suggest = "virtual_machines_per_admin"
1879
+
1880
+ if suggest:
1881
+ pulumi.log.warn(f"Key '{key}' not found in LaborSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1882
+
1883
+ def __getitem__(self, key: str) -> Any:
1884
+ LaborSettingsResponse.__key_warning(key)
1885
+ return super().__getitem__(key)
1886
+
1887
+ def get(self, key: str, default = None) -> Any:
1888
+ LaborSettingsResponse.__key_warning(key)
1889
+ return super().get(key, default)
1890
+
1891
+ def __init__(__self__, *,
1892
+ hourly_admin_cost: float,
1893
+ physical_servers_per_admin: int,
1894
+ virtual_machines_per_admin: int):
1895
+ """
1896
+ Labour settings.
1897
+ :param float hourly_admin_cost: Hourly administrator cost.
1898
+ :param int physical_servers_per_admin: Physical servers per administrator.
1899
+ :param int virtual_machines_per_admin: Virtual machines per administrator.
1900
+ """
1901
+ pulumi.set(__self__, "hourly_admin_cost", hourly_admin_cost)
1902
+ pulumi.set(__self__, "physical_servers_per_admin", physical_servers_per_admin)
1903
+ pulumi.set(__self__, "virtual_machines_per_admin", virtual_machines_per_admin)
1904
+
1905
+ @property
1906
+ @pulumi.getter(name="hourlyAdminCost")
1907
+ def hourly_admin_cost(self) -> float:
1908
+ """
1909
+ Hourly administrator cost.
1910
+ """
1911
+ return pulumi.get(self, "hourly_admin_cost")
1912
+
1913
+ @property
1914
+ @pulumi.getter(name="physicalServersPerAdmin")
1915
+ def physical_servers_per_admin(self) -> int:
1916
+ """
1917
+ Physical servers per administrator.
1918
+ """
1919
+ return pulumi.get(self, "physical_servers_per_admin")
1920
+
1921
+ @property
1922
+ @pulumi.getter(name="virtualMachinesPerAdmin")
1923
+ def virtual_machines_per_admin(self) -> int:
1924
+ """
1925
+ Virtual machines per administrator.
1926
+ """
1927
+ return pulumi.get(self, "virtual_machines_per_admin")
1928
+
1929
+
1930
+ @pulumi.output_type
1931
+ class LinuxServerLicensingSettingsResponse(dict):
1932
+ """
1933
+ Linux Server licensing settings.
1934
+ """
1935
+ @staticmethod
1936
+ def __key_warning(key: str):
1937
+ suggest = None
1938
+ if key == "licenseCost":
1939
+ suggest = "license_cost"
1940
+
1941
+ if suggest:
1942
+ pulumi.log.warn(f"Key '{key}' not found in LinuxServerLicensingSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1943
+
1944
+ def __getitem__(self, key: str) -> Any:
1945
+ LinuxServerLicensingSettingsResponse.__key_warning(key)
1946
+ return super().__getitem__(key)
1947
+
1948
+ def get(self, key: str, default = None) -> Any:
1949
+ LinuxServerLicensingSettingsResponse.__key_warning(key)
1950
+ return super().get(key, default)
1951
+
1952
+ def __init__(__self__, *,
1953
+ license_cost: float):
1954
+ """
1955
+ Linux Server licensing settings.
1956
+ :param float license_cost: Licence Cost.
1957
+ """
1958
+ pulumi.set(__self__, "license_cost", license_cost)
1959
+
1960
+ @property
1961
+ @pulumi.getter(name="licenseCost")
1962
+ def license_cost(self) -> float:
1963
+ """
1964
+ Licence Cost.
1965
+ """
1966
+ return pulumi.get(self, "license_cost")
1967
+
1968
+
1969
+ @pulumi.output_type
1970
+ class ManagementSettingsResponse(dict):
1971
+ """
1972
+ Management settings.
1973
+ """
1974
+ @staticmethod
1975
+ def __key_warning(key: str):
1976
+ suggest = None
1977
+ if key == "hypervVirtualizationManagementSettings":
1978
+ suggest = "hyperv_virtualization_management_settings"
1979
+ elif key == "otherManagementCostsSettings":
1980
+ suggest = "other_management_costs_settings"
1981
+ elif key == "thirdPartyManagementSettings":
1982
+ suggest = "third_party_management_settings"
1983
+
1984
+ if suggest:
1985
+ pulumi.log.warn(f"Key '{key}' not found in ManagementSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1986
+
1987
+ def __getitem__(self, key: str) -> Any:
1988
+ ManagementSettingsResponse.__key_warning(key)
1989
+ return super().__getitem__(key)
1990
+
1991
+ def get(self, key: str, default = None) -> Any:
1992
+ ManagementSettingsResponse.__key_warning(key)
1993
+ return super().get(key, default)
1994
+
1995
+ def __init__(__self__, *,
1996
+ hyperv_virtualization_management_settings: 'outputs.HypervVirtualizationManagementSettingsResponse',
1997
+ other_management_costs_settings: 'outputs.OtherManagementCostsSettingsResponse',
1998
+ third_party_management_settings: 'outputs.ThirdPartyManagementSettingsResponse'):
1999
+ """
2000
+ Management settings.
2001
+ :param 'HypervVirtualizationManagementSettingsResponse' hyperv_virtualization_management_settings: HyperV Virtualization Management Settings.
2002
+ :param 'OtherManagementCostsSettingsResponse' other_management_costs_settings: Other Management Costs Settings.
2003
+ :param 'ThirdPartyManagementSettingsResponse' third_party_management_settings: Third Party Management Settings.
2004
+ """
2005
+ pulumi.set(__self__, "hyperv_virtualization_management_settings", hyperv_virtualization_management_settings)
2006
+ pulumi.set(__self__, "other_management_costs_settings", other_management_costs_settings)
2007
+ pulumi.set(__self__, "third_party_management_settings", third_party_management_settings)
2008
+
2009
+ @property
2010
+ @pulumi.getter(name="hypervVirtualizationManagementSettings")
2011
+ def hyperv_virtualization_management_settings(self) -> 'outputs.HypervVirtualizationManagementSettingsResponse':
2012
+ """
2013
+ HyperV Virtualization Management Settings.
2014
+ """
2015
+ return pulumi.get(self, "hyperv_virtualization_management_settings")
2016
+
2017
+ @property
2018
+ @pulumi.getter(name="otherManagementCostsSettings")
2019
+ def other_management_costs_settings(self) -> 'outputs.OtherManagementCostsSettingsResponse':
2020
+ """
2021
+ Other Management Costs Settings.
2022
+ """
2023
+ return pulumi.get(self, "other_management_costs_settings")
2024
+
2025
+ @property
2026
+ @pulumi.getter(name="thirdPartyManagementSettings")
2027
+ def third_party_management_settings(self) -> 'outputs.ThirdPartyManagementSettingsResponse':
2028
+ """
2029
+ Third Party Management Settings.
2030
+ """
2031
+ return pulumi.get(self, "third_party_management_settings")
2032
+
2033
+
2034
+ @pulumi.output_type
2035
+ class NetworkSettingsResponse(dict):
2036
+ """
2037
+ Network settings.
2038
+ """
2039
+ @staticmethod
2040
+ def __key_warning(key: str):
2041
+ suggest = None
2042
+ if key == "hardwareSoftwareCostPercentage":
2043
+ suggest = "hardware_software_cost_percentage"
2044
+ elif key == "maintenanceCostPercentage":
2045
+ suggest = "maintenance_cost_percentage"
2046
+
2047
+ if suggest:
2048
+ pulumi.log.warn(f"Key '{key}' not found in NetworkSettingsResponse. Access the value via the '{suggest}' property getter instead.")
2049
+
2050
+ def __getitem__(self, key: str) -> Any:
2051
+ NetworkSettingsResponse.__key_warning(key)
2052
+ return super().__getitem__(key)
2053
+
2054
+ def get(self, key: str, default = None) -> Any:
2055
+ NetworkSettingsResponse.__key_warning(key)
2056
+ return super().get(key, default)
2057
+
2058
+ def __init__(__self__, *,
2059
+ hardware_software_cost_percentage: float,
2060
+ maintenance_cost_percentage: float):
2061
+ """
2062
+ Network settings.
2063
+ :param float hardware_software_cost_percentage: Network hardware and software cost percentage.
2064
+ :param float maintenance_cost_percentage: Network maintenance cost percentage.
2065
+ """
2066
+ pulumi.set(__self__, "hardware_software_cost_percentage", hardware_software_cost_percentage)
2067
+ pulumi.set(__self__, "maintenance_cost_percentage", maintenance_cost_percentage)
2068
+
2069
+ @property
2070
+ @pulumi.getter(name="hardwareSoftwareCostPercentage")
2071
+ def hardware_software_cost_percentage(self) -> float:
2072
+ """
2073
+ Network hardware and software cost percentage.
2074
+ """
2075
+ return pulumi.get(self, "hardware_software_cost_percentage")
2076
+
2077
+ @property
2078
+ @pulumi.getter(name="maintenanceCostPercentage")
2079
+ def maintenance_cost_percentage(self) -> float:
2080
+ """
2081
+ Network maintenance cost percentage.
2082
+ """
2083
+ return pulumi.get(self, "maintenance_cost_percentage")
2084
+
2085
+
2086
+ @pulumi.output_type
2087
+ class OnPremiseSettingsResponse(dict):
2088
+ """
2089
+ On-premise settings.
2090
+ """
2091
+ @staticmethod
2092
+ def __key_warning(key: str):
2093
+ suggest = None
2094
+ if key == "computeSettings":
2095
+ suggest = "compute_settings"
2096
+ elif key == "facilitySettings":
2097
+ suggest = "facility_settings"
2098
+ elif key == "laborSettings":
2099
+ suggest = "labor_settings"
2100
+ elif key == "networkSettings":
2101
+ suggest = "network_settings"
2102
+ elif key == "securitySettings":
2103
+ suggest = "security_settings"
2104
+ elif key == "storageSettings":
2105
+ suggest = "storage_settings"
2106
+ elif key == "managementSettings":
2107
+ suggest = "management_settings"
2108
+
2109
+ if suggest:
2110
+ pulumi.log.warn(f"Key '{key}' not found in OnPremiseSettingsResponse. Access the value via the '{suggest}' property getter instead.")
2111
+
2112
+ def __getitem__(self, key: str) -> Any:
2113
+ OnPremiseSettingsResponse.__key_warning(key)
2114
+ return super().__getitem__(key)
2115
+
2116
+ def get(self, key: str, default = None) -> Any:
2117
+ OnPremiseSettingsResponse.__key_warning(key)
2118
+ return super().get(key, default)
2119
+
2120
+ def __init__(__self__, *,
2121
+ compute_settings: 'outputs.ComputeSettingsResponse',
2122
+ facility_settings: 'outputs.FacilitySettingsResponse',
2123
+ labor_settings: 'outputs.LaborSettingsResponse',
2124
+ network_settings: 'outputs.NetworkSettingsResponse',
2125
+ security_settings: 'outputs.SecuritySettingsResponse',
2126
+ storage_settings: 'outputs.StorageSettingsResponse',
2127
+ management_settings: Optional['outputs.ManagementSettingsResponse'] = None):
2128
+ """
2129
+ On-premise settings.
2130
+ :param 'ComputeSettingsResponse' compute_settings: Compute settings.
2131
+ :param 'FacilitySettingsResponse' facility_settings: Facility settings.
2132
+ :param 'LaborSettingsResponse' labor_settings: Labour settings.
2133
+ :param 'NetworkSettingsResponse' network_settings: Network settings.
2134
+ :param 'SecuritySettingsResponse' security_settings: Security settings.
2135
+ :param 'StorageSettingsResponse' storage_settings: Storage settings.
2136
+ :param 'ManagementSettingsResponse' management_settings: Management settings.
2137
+ """
2138
+ pulumi.set(__self__, "compute_settings", compute_settings)
2139
+ pulumi.set(__self__, "facility_settings", facility_settings)
2140
+ pulumi.set(__self__, "labor_settings", labor_settings)
2141
+ pulumi.set(__self__, "network_settings", network_settings)
2142
+ pulumi.set(__self__, "security_settings", security_settings)
2143
+ pulumi.set(__self__, "storage_settings", storage_settings)
2144
+ if management_settings is not None:
2145
+ pulumi.set(__self__, "management_settings", management_settings)
2146
+
2147
+ @property
2148
+ @pulumi.getter(name="computeSettings")
2149
+ def compute_settings(self) -> 'outputs.ComputeSettingsResponse':
2150
+ """
2151
+ Compute settings.
2152
+ """
2153
+ return pulumi.get(self, "compute_settings")
2154
+
2155
+ @property
2156
+ @pulumi.getter(name="facilitySettings")
2157
+ def facility_settings(self) -> 'outputs.FacilitySettingsResponse':
2158
+ """
2159
+ Facility settings.
2160
+ """
2161
+ return pulumi.get(self, "facility_settings")
2162
+
2163
+ @property
2164
+ @pulumi.getter(name="laborSettings")
2165
+ def labor_settings(self) -> 'outputs.LaborSettingsResponse':
2166
+ """
2167
+ Labour settings.
2168
+ """
2169
+ return pulumi.get(self, "labor_settings")
2170
+
2171
+ @property
2172
+ @pulumi.getter(name="networkSettings")
2173
+ def network_settings(self) -> 'outputs.NetworkSettingsResponse':
2174
+ """
2175
+ Network settings.
2176
+ """
2177
+ return pulumi.get(self, "network_settings")
2178
+
2179
+ @property
2180
+ @pulumi.getter(name="securitySettings")
2181
+ def security_settings(self) -> 'outputs.SecuritySettingsResponse':
2182
+ """
2183
+ Security settings.
2184
+ """
2185
+ return pulumi.get(self, "security_settings")
2186
+
2187
+ @property
2188
+ @pulumi.getter(name="storageSettings")
2189
+ def storage_settings(self) -> 'outputs.StorageSettingsResponse':
2190
+ """
2191
+ Storage settings.
2192
+ """
2193
+ return pulumi.get(self, "storage_settings")
2194
+
2195
+ @property
2196
+ @pulumi.getter(name="managementSettings")
2197
+ def management_settings(self) -> Optional['outputs.ManagementSettingsResponse']:
2198
+ """
2199
+ Management settings.
2200
+ """
2201
+ return pulumi.get(self, "management_settings")
2202
+
2203
+
2204
+ @pulumi.output_type
2205
+ class OtherManagementCostsSettingsResponse(dict):
2206
+ """
2207
+ Other Management Costs Settings.
2208
+ """
2209
+ @staticmethod
2210
+ def __key_warning(key: str):
2211
+ suggest = None
2212
+ if key == "dataProtectionCostPerServerPerYear":
2213
+ suggest = "data_protection_cost_per_server_per_year"
2214
+ elif key == "monitoringCostPerServerPerYear":
2215
+ suggest = "monitoring_cost_per_server_per_year"
2216
+ elif key == "patchingCostPerServerPerYear":
2217
+ suggest = "patching_cost_per_server_per_year"
2218
+
2219
+ if suggest:
2220
+ pulumi.log.warn(f"Key '{key}' not found in OtherManagementCostsSettingsResponse. Access the value via the '{suggest}' property getter instead.")
2221
+
2222
+ def __getitem__(self, key: str) -> Any:
2223
+ OtherManagementCostsSettingsResponse.__key_warning(key)
2224
+ return super().__getitem__(key)
2225
+
2226
+ def get(self, key: str, default = None) -> Any:
2227
+ OtherManagementCostsSettingsResponse.__key_warning(key)
2228
+ return super().get(key, default)
2229
+
2230
+ def __init__(__self__, *,
2231
+ data_protection_cost_per_server_per_year: float,
2232
+ monitoring_cost_per_server_per_year: float,
2233
+ patching_cost_per_server_per_year: float):
2234
+ """
2235
+ Other Management Costs Settings.
2236
+ :param float data_protection_cost_per_server_per_year: Data Protection Cost Per Server Per Year.
2237
+ :param float monitoring_cost_per_server_per_year: Monitoring Cost Per Server Per Year.
2238
+ :param float patching_cost_per_server_per_year: Patching Cost Per Server Per Year.
2239
+ """
2240
+ pulumi.set(__self__, "data_protection_cost_per_server_per_year", data_protection_cost_per_server_per_year)
2241
+ pulumi.set(__self__, "monitoring_cost_per_server_per_year", monitoring_cost_per_server_per_year)
2242
+ pulumi.set(__self__, "patching_cost_per_server_per_year", patching_cost_per_server_per_year)
2243
+
2244
+ @property
2245
+ @pulumi.getter(name="dataProtectionCostPerServerPerYear")
2246
+ def data_protection_cost_per_server_per_year(self) -> float:
2247
+ """
2248
+ Data Protection Cost Per Server Per Year.
2249
+ """
2250
+ return pulumi.get(self, "data_protection_cost_per_server_per_year")
2251
+
2252
+ @property
2253
+ @pulumi.getter(name="monitoringCostPerServerPerYear")
2254
+ def monitoring_cost_per_server_per_year(self) -> float:
2255
+ """
2256
+ Monitoring Cost Per Server Per Year.
2257
+ """
2258
+ return pulumi.get(self, "monitoring_cost_per_server_per_year")
2259
+
2260
+ @property
2261
+ @pulumi.getter(name="patchingCostPerServerPerYear")
2262
+ def patching_cost_per_server_per_year(self) -> float:
2263
+ """
2264
+ Patching Cost Per Server Per Year.
2265
+ """
2266
+ return pulumi.get(self, "patching_cost_per_server_per_year")
2267
+
2268
+
2269
+ @pulumi.output_type
2270
+ class PerfDataSettingsResponse(dict):
2271
+ """
2272
+ Data model of Performance Data Settings.
2273
+ """
2274
+ @staticmethod
2275
+ def __key_warning(key: str):
2276
+ suggest = None
2277
+ if key == "timeRange":
2278
+ suggest = "time_range"
2279
+ elif key == "perfDataEndTime":
2280
+ suggest = "perf_data_end_time"
2281
+ elif key == "perfDataStartTime":
2282
+ suggest = "perf_data_start_time"
2283
+
2284
+ if suggest:
2285
+ pulumi.log.warn(f"Key '{key}' not found in PerfDataSettingsResponse. Access the value via the '{suggest}' property getter instead.")
2286
+
2287
+ def __getitem__(self, key: str) -> Any:
2288
+ PerfDataSettingsResponse.__key_warning(key)
2289
+ return super().__getitem__(key)
2290
+
2291
+ def get(self, key: str, default = None) -> Any:
2292
+ PerfDataSettingsResponse.__key_warning(key)
2293
+ return super().get(key, default)
2294
+
2295
+ def __init__(__self__, *,
2296
+ percentile: str,
2297
+ time_range: str,
2298
+ perf_data_end_time: Optional[str] = None,
2299
+ perf_data_start_time: Optional[str] = None):
2300
+ """
2301
+ Data model of Performance Data Settings.
2302
+ :param str percentile: Gets percentile utilization for performance data.
2303
+ :param str time_range: Gets perf data time range.
2304
+ :param str perf_data_end_time: Gets or sets perf data end time.
2305
+ :param str perf_data_start_time: Gets or sets perf data start time.
2306
+ """
2307
+ pulumi.set(__self__, "percentile", percentile)
2308
+ pulumi.set(__self__, "time_range", time_range)
2309
+ if perf_data_end_time is not None:
2310
+ pulumi.set(__self__, "perf_data_end_time", perf_data_end_time)
2311
+ if perf_data_start_time is not None:
2312
+ pulumi.set(__self__, "perf_data_start_time", perf_data_start_time)
2313
+
2314
+ @property
2315
+ @pulumi.getter
2316
+ def percentile(self) -> str:
2317
+ """
2318
+ Gets percentile utilization for performance data.
2319
+ """
2320
+ return pulumi.get(self, "percentile")
2321
+
2322
+ @property
2323
+ @pulumi.getter(name="timeRange")
2324
+ def time_range(self) -> str:
2325
+ """
2326
+ Gets perf data time range.
2327
+ """
2328
+ return pulumi.get(self, "time_range")
2329
+
2330
+ @property
2331
+ @pulumi.getter(name="perfDataEndTime")
2332
+ def perf_data_end_time(self) -> Optional[str]:
2333
+ """
2334
+ Gets or sets perf data end time.
2335
+ """
2336
+ return pulumi.get(self, "perf_data_end_time")
2337
+
2338
+ @property
2339
+ @pulumi.getter(name="perfDataStartTime")
2340
+ def perf_data_start_time(self) -> Optional[str]:
2341
+ """
2342
+ Gets or sets perf data start time.
2343
+ """
2344
+ return pulumi.get(self, "perf_data_start_time")
2345
+
2346
+
2347
+ @pulumi.output_type
2348
+ class PrivateEndpointConnectionResponse(dict):
2349
+ """
2350
+ Private endpoint connection resource.
2351
+ """
2352
+ @staticmethod
2353
+ def __key_warning(key: str):
2354
+ suggest = None
2355
+ if key == "groupIds":
2356
+ suggest = "group_ids"
2357
+ elif key == "privateLinkServiceConnectionState":
2358
+ suggest = "private_link_service_connection_state"
2359
+ elif key == "provisioningState":
2360
+ suggest = "provisioning_state"
2361
+ elif key == "systemData":
2362
+ suggest = "system_data"
2363
+ elif key == "privateEndpoint":
2364
+ suggest = "private_endpoint"
2365
+
2366
+ if suggest:
2367
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
2368
+
2369
+ def __getitem__(self, key: str) -> Any:
2370
+ PrivateEndpointConnectionResponse.__key_warning(key)
2371
+ return super().__getitem__(key)
2372
+
2373
+ def get(self, key: str, default = None) -> Any:
2374
+ PrivateEndpointConnectionResponse.__key_warning(key)
2375
+ return super().get(key, default)
2376
+
2377
+ def __init__(__self__, *,
2378
+ group_ids: Sequence[str],
2379
+ id: str,
2380
+ name: str,
2381
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
2382
+ provisioning_state: str,
2383
+ system_data: 'outputs.SystemDataResponse',
2384
+ type: str,
2385
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
2386
+ """
2387
+ Private endpoint connection resource.
2388
+ :param Sequence[str] group_ids: The group ids for the private endpoint resource.
2389
+ :param str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
2390
+ :param str name: The name of the resource
2391
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
2392
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
2393
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
2394
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
2395
+ :param 'PrivateEndpointResponse' private_endpoint: The private endpoint resource.
2396
+ """
2397
+ pulumi.set(__self__, "group_ids", group_ids)
2398
+ pulumi.set(__self__, "id", id)
2399
+ pulumi.set(__self__, "name", name)
2400
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
2401
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2402
+ pulumi.set(__self__, "system_data", system_data)
2403
+ pulumi.set(__self__, "type", type)
2404
+ if private_endpoint is not None:
2405
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
2406
+
2407
+ @property
2408
+ @pulumi.getter(name="groupIds")
2409
+ def group_ids(self) -> Sequence[str]:
2410
+ """
2411
+ The group ids for the private endpoint resource.
2412
+ """
2413
+ return pulumi.get(self, "group_ids")
2414
+
2415
+ @property
2416
+ @pulumi.getter
2417
+ def id(self) -> str:
2418
+ """
2419
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
2420
+ """
2421
+ return pulumi.get(self, "id")
2422
+
2423
+ @property
2424
+ @pulumi.getter
2425
+ def name(self) -> str:
2426
+ """
2427
+ The name of the resource
2428
+ """
2429
+ return pulumi.get(self, "name")
2430
+
2431
+ @property
2432
+ @pulumi.getter(name="privateLinkServiceConnectionState")
2433
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
2434
+ """
2435
+ A collection of information about the state of the connection between service consumer and provider.
2436
+ """
2437
+ return pulumi.get(self, "private_link_service_connection_state")
2438
+
2439
+ @property
2440
+ @pulumi.getter(name="provisioningState")
2441
+ def provisioning_state(self) -> str:
2442
+ """
2443
+ The provisioning state of the private endpoint connection resource.
2444
+ """
2445
+ return pulumi.get(self, "provisioning_state")
2446
+
2447
+ @property
2448
+ @pulumi.getter(name="systemData")
2449
+ def system_data(self) -> 'outputs.SystemDataResponse':
2450
+ """
2451
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
2452
+ """
2453
+ return pulumi.get(self, "system_data")
2454
+
2455
+ @property
2456
+ @pulumi.getter
2457
+ def type(self) -> str:
2458
+ """
2459
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
2460
+ """
2461
+ return pulumi.get(self, "type")
2462
+
2463
+ @property
2464
+ @pulumi.getter(name="privateEndpoint")
2465
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
2466
+ """
2467
+ The private endpoint resource.
2468
+ """
2469
+ return pulumi.get(self, "private_endpoint")
2470
+
2471
+
2472
+ @pulumi.output_type
2473
+ class PrivateEndpointResponse(dict):
2474
+ """
2475
+ The private endpoint resource.
2476
+ """
2477
+ def __init__(__self__, *,
2478
+ id: str):
2479
+ """
2480
+ The private endpoint resource.
2481
+ :param str id: The ARM identifier for private endpoint.
2482
+ """
2483
+ pulumi.set(__self__, "id", id)
2484
+
2485
+ @property
2486
+ @pulumi.getter
2487
+ def id(self) -> str:
2488
+ """
2489
+ The ARM identifier for private endpoint.
2490
+ """
2491
+ return pulumi.get(self, "id")
2492
+
2493
+
2494
+ @pulumi.output_type
2495
+ class PrivateLinkServiceConnectionStateResponse(dict):
2496
+ """
2497
+ A collection of information about the state of the connection between service consumer and provider.
2498
+ """
2499
+ @staticmethod
2500
+ def __key_warning(key: str):
2501
+ suggest = None
2502
+ if key == "actionsRequired":
2503
+ suggest = "actions_required"
2504
+
2505
+ if suggest:
2506
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
2507
+
2508
+ def __getitem__(self, key: str) -> Any:
2509
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
2510
+ return super().__getitem__(key)
2511
+
2512
+ def get(self, key: str, default = None) -> Any:
2513
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
2514
+ return super().get(key, default)
2515
+
2516
+ def __init__(__self__, *,
2517
+ actions_required: Optional[str] = None,
2518
+ description: Optional[str] = None,
2519
+ status: Optional[str] = None):
2520
+ """
2521
+ A collection of information about the state of the connection between service consumer and provider.
2522
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
2523
+ :param str description: The reason for approval/rejection of the connection.
2524
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
2525
+ """
2526
+ if actions_required is not None:
2527
+ pulumi.set(__self__, "actions_required", actions_required)
2528
+ if description is not None:
2529
+ pulumi.set(__self__, "description", description)
2530
+ if status is not None:
2531
+ pulumi.set(__self__, "status", status)
2532
+
2533
+ @property
2534
+ @pulumi.getter(name="actionsRequired")
2535
+ def actions_required(self) -> Optional[str]:
2536
+ """
2537
+ A message indicating if changes on the service provider require any updates on the consumer.
2538
+ """
2539
+ return pulumi.get(self, "actions_required")
2540
+
2541
+ @property
2542
+ @pulumi.getter
2543
+ def description(self) -> Optional[str]:
2544
+ """
2545
+ The reason for approval/rejection of the connection.
2546
+ """
2547
+ return pulumi.get(self, "description")
2548
+
2549
+ @property
2550
+ @pulumi.getter
2551
+ def status(self) -> Optional[str]:
2552
+ """
2553
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
2554
+ """
2555
+ return pulumi.get(self, "status")
2556
+
2557
+
2558
+ @pulumi.output_type
2559
+ class ReportDetailsResponse(dict):
2560
+ """
2561
+ Business case report details.
2562
+ """
2563
+ @staticmethod
2564
+ def __key_warning(key: str):
2565
+ suggest = None
2566
+ if key == "reportStatus":
2567
+ suggest = "report_status"
2568
+ elif key == "reportType":
2569
+ suggest = "report_type"
2570
+
2571
+ if suggest:
2572
+ pulumi.log.warn(f"Key '{key}' not found in ReportDetailsResponse. Access the value via the '{suggest}' property getter instead.")
2573
+
2574
+ def __getitem__(self, key: str) -> Any:
2575
+ ReportDetailsResponse.__key_warning(key)
2576
+ return super().__getitem__(key)
2577
+
2578
+ def get(self, key: str, default = None) -> Any:
2579
+ ReportDetailsResponse.__key_warning(key)
2580
+ return super().get(key, default)
2581
+
2582
+ def __init__(__self__, *,
2583
+ report_status: str,
2584
+ report_type: str):
2585
+ """
2586
+ Business case report details.
2587
+ :param str report_status: Report status.
2588
+ :param str report_type: Report type.
2589
+ """
2590
+ pulumi.set(__self__, "report_status", report_status)
2591
+ pulumi.set(__self__, "report_type", report_type)
2592
+
2593
+ @property
2594
+ @pulumi.getter(name="reportStatus")
2595
+ def report_status(self) -> str:
2596
+ """
2597
+ Report status.
2598
+ """
2599
+ return pulumi.get(self, "report_status")
2600
+
2601
+ @property
2602
+ @pulumi.getter(name="reportType")
2603
+ def report_type(self) -> str:
2604
+ """
2605
+ Report type.
2606
+ """
2607
+ return pulumi.get(self, "report_type")
2608
+
2609
+
2610
+ @pulumi.output_type
2611
+ class SecuritySettingsResponse(dict):
2612
+ """
2613
+ Security settings.
2614
+ """
2615
+ @staticmethod
2616
+ def __key_warning(key: str):
2617
+ suggest = None
2618
+ if key == "serverSecurityCostPerServerPerYear":
2619
+ suggest = "server_security_cost_per_server_per_year"
2620
+ elif key == "sqlServerSecurityCostPerServerPerYear":
2621
+ suggest = "sql_server_security_cost_per_server_per_year"
2622
+
2623
+ if suggest:
2624
+ pulumi.log.warn(f"Key '{key}' not found in SecuritySettingsResponse. Access the value via the '{suggest}' property getter instead.")
2625
+
2626
+ def __getitem__(self, key: str) -> Any:
2627
+ SecuritySettingsResponse.__key_warning(key)
2628
+ return super().__getitem__(key)
2629
+
2630
+ def get(self, key: str, default = None) -> Any:
2631
+ SecuritySettingsResponse.__key_warning(key)
2632
+ return super().get(key, default)
2633
+
2634
+ def __init__(__self__, *,
2635
+ server_security_cost_per_server_per_year: float,
2636
+ sql_server_security_cost_per_server_per_year: float):
2637
+ """
2638
+ Security settings.
2639
+ :param float server_security_cost_per_server_per_year: Physical servers per administrator.
2640
+ :param float sql_server_security_cost_per_server_per_year: Virtual machines per administrator.
2641
+ """
2642
+ pulumi.set(__self__, "server_security_cost_per_server_per_year", server_security_cost_per_server_per_year)
2643
+ pulumi.set(__self__, "sql_server_security_cost_per_server_per_year", sql_server_security_cost_per_server_per_year)
2644
+
2645
+ @property
2646
+ @pulumi.getter(name="serverSecurityCostPerServerPerYear")
2647
+ def server_security_cost_per_server_per_year(self) -> float:
2648
+ """
2649
+ Physical servers per administrator.
2650
+ """
2651
+ return pulumi.get(self, "server_security_cost_per_server_per_year")
2652
+
2653
+ @property
2654
+ @pulumi.getter(name="sqlServerSecurityCostPerServerPerYear")
2655
+ def sql_server_security_cost_per_server_per_year(self) -> float:
2656
+ """
2657
+ Virtual machines per administrator.
2658
+ """
2659
+ return pulumi.get(self, "sql_server_security_cost_per_server_per_year")
2660
+
2661
+
2662
+ @pulumi.output_type
2663
+ class SettingsResponse(dict):
2664
+ """
2665
+ Business case settings.
2666
+ """
2667
+ @staticmethod
2668
+ def __key_warning(key: str):
2669
+ suggest = None
2670
+ if key == "azureSettings":
2671
+ suggest = "azure_settings"
2672
+ elif key == "azureArcSettings":
2673
+ suggest = "azure_arc_settings"
2674
+ elif key == "onPremiseSettings":
2675
+ suggest = "on_premise_settings"
2676
+
2677
+ if suggest:
2678
+ pulumi.log.warn(f"Key '{key}' not found in SettingsResponse. Access the value via the '{suggest}' property getter instead.")
2679
+
2680
+ def __getitem__(self, key: str) -> Any:
2681
+ SettingsResponse.__key_warning(key)
2682
+ return super().__getitem__(key)
2683
+
2684
+ def get(self, key: str, default = None) -> Any:
2685
+ SettingsResponse.__key_warning(key)
2686
+ return super().get(key, default)
2687
+
2688
+ def __init__(__self__, *,
2689
+ azure_settings: 'outputs.AzureSettingsResponse',
2690
+ azure_arc_settings: Optional['outputs.AzureArcSettingsResponse'] = None,
2691
+ on_premise_settings: Optional['outputs.OnPremiseSettingsResponse'] = None):
2692
+ """
2693
+ Business case settings.
2694
+ :param 'AzureSettingsResponse' azure_settings: Azure settings for a business case.
2695
+ :param 'AzureArcSettingsResponse' azure_arc_settings: Azure arc settings.
2696
+ :param 'OnPremiseSettingsResponse' on_premise_settings: On-premise settings.
2697
+ """
2698
+ pulumi.set(__self__, "azure_settings", azure_settings)
2699
+ if azure_arc_settings is not None:
2700
+ pulumi.set(__self__, "azure_arc_settings", azure_arc_settings)
2701
+ if on_premise_settings is not None:
2702
+ pulumi.set(__self__, "on_premise_settings", on_premise_settings)
2703
+
2704
+ @property
2705
+ @pulumi.getter(name="azureSettings")
2706
+ def azure_settings(self) -> 'outputs.AzureSettingsResponse':
2707
+ """
2708
+ Azure settings for a business case.
2709
+ """
2710
+ return pulumi.get(self, "azure_settings")
2711
+
2712
+ @property
2713
+ @pulumi.getter(name="azureArcSettings")
2714
+ def azure_arc_settings(self) -> Optional['outputs.AzureArcSettingsResponse']:
2715
+ """
2716
+ Azure arc settings.
2717
+ """
2718
+ return pulumi.get(self, "azure_arc_settings")
2719
+
2720
+ @property
2721
+ @pulumi.getter(name="onPremiseSettings")
2722
+ def on_premise_settings(self) -> Optional['outputs.OnPremiseSettingsResponse']:
2723
+ """
2724
+ On-premise settings.
2725
+ """
2726
+ return pulumi.get(self, "on_premise_settings")
2727
+
2728
+
2729
+ @pulumi.output_type
2730
+ class SqlDbSettingsResponse(dict):
2731
+ """
2732
+ SQL database assessment settings.
2733
+ """
2734
+ @staticmethod
2735
+ def __key_warning(key: str):
2736
+ suggest = None
2737
+ if key == "azureSqlComputeTier":
2738
+ suggest = "azure_sql_compute_tier"
2739
+ elif key == "azureSqlDataBaseType":
2740
+ suggest = "azure_sql_data_base_type"
2741
+ elif key == "azureSqlPurchaseModel":
2742
+ suggest = "azure_sql_purchase_model"
2743
+ elif key == "azureSqlServiceTier":
2744
+ suggest = "azure_sql_service_tier"
2745
+
2746
+ if suggest:
2747
+ pulumi.log.warn(f"Key '{key}' not found in SqlDbSettingsResponse. Access the value via the '{suggest}' property getter instead.")
2748
+
2749
+ def __getitem__(self, key: str) -> Any:
2750
+ SqlDbSettingsResponse.__key_warning(key)
2751
+ return super().__getitem__(key)
2752
+
2753
+ def get(self, key: str, default = None) -> Any:
2754
+ SqlDbSettingsResponse.__key_warning(key)
2755
+ return super().get(key, default)
2756
+
2757
+ def __init__(__self__, *,
2758
+ azure_sql_compute_tier: Optional[str] = None,
2759
+ azure_sql_data_base_type: Optional[str] = None,
2760
+ azure_sql_purchase_model: Optional[str] = None,
2761
+ azure_sql_service_tier: Optional[str] = None):
2762
+ """
2763
+ SQL database assessment settings.
2764
+ :param str azure_sql_compute_tier: Gets or sets the azure SQL compute tier.
2765
+ :param str azure_sql_data_base_type: Gets or sets the azure PAAS SQL instance type.
2766
+ :param str azure_sql_purchase_model: Gets or sets the azure SQL purchase model.
2767
+ :param str azure_sql_service_tier: Gets or sets the azure SQL service tier.
2768
+ """
2769
+ if azure_sql_compute_tier is not None:
2770
+ pulumi.set(__self__, "azure_sql_compute_tier", azure_sql_compute_tier)
2771
+ if azure_sql_data_base_type is not None:
2772
+ pulumi.set(__self__, "azure_sql_data_base_type", azure_sql_data_base_type)
2773
+ if azure_sql_purchase_model is not None:
2774
+ pulumi.set(__self__, "azure_sql_purchase_model", azure_sql_purchase_model)
2775
+ if azure_sql_service_tier is not None:
2776
+ pulumi.set(__self__, "azure_sql_service_tier", azure_sql_service_tier)
2777
+
2778
+ @property
2779
+ @pulumi.getter(name="azureSqlComputeTier")
2780
+ def azure_sql_compute_tier(self) -> Optional[str]:
2781
+ """
2782
+ Gets or sets the azure SQL compute tier.
2783
+ """
2784
+ return pulumi.get(self, "azure_sql_compute_tier")
2785
+
2786
+ @property
2787
+ @pulumi.getter(name="azureSqlDataBaseType")
2788
+ def azure_sql_data_base_type(self) -> Optional[str]:
2789
+ """
2790
+ Gets or sets the azure PAAS SQL instance type.
2791
+ """
2792
+ return pulumi.get(self, "azure_sql_data_base_type")
2793
+
2794
+ @property
2795
+ @pulumi.getter(name="azureSqlPurchaseModel")
2796
+ def azure_sql_purchase_model(self) -> Optional[str]:
2797
+ """
2798
+ Gets or sets the azure SQL purchase model.
2799
+ """
2800
+ return pulumi.get(self, "azure_sql_purchase_model")
2801
+
2802
+ @property
2803
+ @pulumi.getter(name="azureSqlServiceTier")
2804
+ def azure_sql_service_tier(self) -> Optional[str]:
2805
+ """
2806
+ Gets or sets the azure SQL service tier.
2807
+ """
2808
+ return pulumi.get(self, "azure_sql_service_tier")
2809
+
2810
+
2811
+ @pulumi.output_type
2812
+ class SqlMiSettingsResponse(dict):
2813
+ """
2814
+ SQL managed instance assessment settings.
2815
+ """
2816
+ @staticmethod
2817
+ def __key_warning(key: str):
2818
+ suggest = None
2819
+ if key == "azureSqlInstanceType":
2820
+ suggest = "azure_sql_instance_type"
2821
+ elif key == "azureSqlServiceTier":
2822
+ suggest = "azure_sql_service_tier"
2823
+
2824
+ if suggest:
2825
+ pulumi.log.warn(f"Key '{key}' not found in SqlMiSettingsResponse. Access the value via the '{suggest}' property getter instead.")
2826
+
2827
+ def __getitem__(self, key: str) -> Any:
2828
+ SqlMiSettingsResponse.__key_warning(key)
2829
+ return super().__getitem__(key)
2830
+
2831
+ def get(self, key: str, default = None) -> Any:
2832
+ SqlMiSettingsResponse.__key_warning(key)
2833
+ return super().get(key, default)
2834
+
2835
+ def __init__(__self__, *,
2836
+ azure_sql_instance_type: Optional[str] = None,
2837
+ azure_sql_service_tier: Optional[str] = None):
2838
+ """
2839
+ SQL managed instance assessment settings.
2840
+ :param str azure_sql_instance_type: Gets or sets the azure PAAS SQL instance type.
2841
+ :param str azure_sql_service_tier: Gets or sets the azure SQL service tier.
2842
+ """
2843
+ if azure_sql_instance_type is not None:
2844
+ pulumi.set(__self__, "azure_sql_instance_type", azure_sql_instance_type)
2845
+ if azure_sql_service_tier is not None:
2846
+ pulumi.set(__self__, "azure_sql_service_tier", azure_sql_service_tier)
2847
+
2848
+ @property
2849
+ @pulumi.getter(name="azureSqlInstanceType")
2850
+ def azure_sql_instance_type(self) -> Optional[str]:
2851
+ """
2852
+ Gets or sets the azure PAAS SQL instance type.
2853
+ """
2854
+ return pulumi.get(self, "azure_sql_instance_type")
2855
+
2856
+ @property
2857
+ @pulumi.getter(name="azureSqlServiceTier")
2858
+ def azure_sql_service_tier(self) -> Optional[str]:
2859
+ """
2860
+ Gets or sets the azure SQL service tier.
2861
+ """
2862
+ return pulumi.get(self, "azure_sql_service_tier")
2863
+
2864
+
2865
+ @pulumi.output_type
2866
+ class SqlServerLicensingSettingsResponse(dict):
2867
+ """
2868
+ SQL Server licensing settings.
2869
+ """
2870
+ @staticmethod
2871
+ def __key_warning(key: str):
2872
+ suggest = None
2873
+ if key == "licenseCost":
2874
+ suggest = "license_cost"
2875
+ elif key == "softwareAssuranceCost":
2876
+ suggest = "software_assurance_cost"
2877
+
2878
+ if suggest:
2879
+ pulumi.log.warn(f"Key '{key}' not found in SqlServerLicensingSettingsResponse. Access the value via the '{suggest}' property getter instead.")
2880
+
2881
+ def __getitem__(self, key: str) -> Any:
2882
+ SqlServerLicensingSettingsResponse.__key_warning(key)
2883
+ return super().__getitem__(key)
2884
+
2885
+ def get(self, key: str, default = None) -> Any:
2886
+ SqlServerLicensingSettingsResponse.__key_warning(key)
2887
+ return super().get(key, default)
2888
+
2889
+ def __init__(__self__, *,
2890
+ license_cost: float,
2891
+ software_assurance_cost: float,
2892
+ version: str):
2893
+ """
2894
+ SQL Server licensing settings.
2895
+ :param float license_cost: Licence cost.
2896
+ :param float software_assurance_cost: Software assurance (SA) cost.
2897
+ :param str version: SQL Server version.
2898
+ """
2899
+ pulumi.set(__self__, "license_cost", license_cost)
2900
+ pulumi.set(__self__, "software_assurance_cost", software_assurance_cost)
2901
+ pulumi.set(__self__, "version", version)
2902
+
2903
+ @property
2904
+ @pulumi.getter(name="licenseCost")
2905
+ def license_cost(self) -> float:
2906
+ """
2907
+ Licence cost.
2908
+ """
2909
+ return pulumi.get(self, "license_cost")
2910
+
2911
+ @property
2912
+ @pulumi.getter(name="softwareAssuranceCost")
2913
+ def software_assurance_cost(self) -> float:
2914
+ """
2915
+ Software assurance (SA) cost.
2916
+ """
2917
+ return pulumi.get(self, "software_assurance_cost")
2918
+
2919
+ @property
2920
+ @pulumi.getter
2921
+ def version(self) -> str:
2922
+ """
2923
+ SQL Server version.
2924
+ """
2925
+ return pulumi.get(self, "version")
2926
+
2927
+
2928
+ @pulumi.output_type
2929
+ class SqlVmSettingsResponse(dict):
2930
+ """
2931
+ SQL VM assessment settings.
2932
+ """
2933
+ @staticmethod
2934
+ def __key_warning(key: str):
2935
+ suggest = None
2936
+ if key == "instanceSeries":
2937
+ suggest = "instance_series"
2938
+
2939
+ if suggest:
2940
+ pulumi.log.warn(f"Key '{key}' not found in SqlVmSettingsResponse. Access the value via the '{suggest}' property getter instead.")
2941
+
2942
+ def __getitem__(self, key: str) -> Any:
2943
+ SqlVmSettingsResponse.__key_warning(key)
2944
+ return super().__getitem__(key)
2945
+
2946
+ def get(self, key: str, default = None) -> Any:
2947
+ SqlVmSettingsResponse.__key_warning(key)
2948
+ return super().get(key, default)
2949
+
2950
+ def __init__(__self__, *,
2951
+ instance_series: Optional[Sequence[str]] = None):
2952
+ """
2953
+ SQL VM assessment settings.
2954
+ :param Sequence[str] instance_series: Gets or sets the Azure VM families (calling instance series to keep it
2955
+ consistent with other targets).
2956
+ """
2957
+ if instance_series is not None:
2958
+ pulumi.set(__self__, "instance_series", instance_series)
2959
+
2960
+ @property
2961
+ @pulumi.getter(name="instanceSeries")
2962
+ def instance_series(self) -> Optional[Sequence[str]]:
2963
+ """
2964
+ Gets or sets the Azure VM families (calling instance series to keep it
2965
+ consistent with other targets).
2966
+ """
2967
+ return pulumi.get(self, "instance_series")
2968
+
2969
+
2970
+ @pulumi.output_type
2971
+ class StorageSettingsResponse(dict):
2972
+ """
2973
+ Storage settings.
2974
+ """
2975
+ @staticmethod
2976
+ def __key_warning(key: str):
2977
+ suggest = None
2978
+ if key == "costPerGbPerMonth":
2979
+ suggest = "cost_per_gb_per_month"
2980
+ elif key == "maintainanceCostPercentageToAcquisitionCost":
2981
+ suggest = "maintainance_cost_percentage_to_acquisition_cost"
2982
+
2983
+ if suggest:
2984
+ pulumi.log.warn(f"Key '{key}' not found in StorageSettingsResponse. Access the value via the '{suggest}' property getter instead.")
2985
+
2986
+ def __getitem__(self, key: str) -> Any:
2987
+ StorageSettingsResponse.__key_warning(key)
2988
+ return super().__getitem__(key)
2989
+
2990
+ def get(self, key: str, default = None) -> Any:
2991
+ StorageSettingsResponse.__key_warning(key)
2992
+ return super().get(key, default)
2993
+
2994
+ def __init__(__self__, *,
2995
+ cost_per_gb_per_month: float,
2996
+ maintainance_cost_percentage_to_acquisition_cost: float):
2997
+ """
2998
+ Storage settings.
2999
+ :param float cost_per_gb_per_month: Cost per gigabyte per month.
3000
+ :param float maintainance_cost_percentage_to_acquisition_cost: Maintenance cost percentage.
3001
+ """
3002
+ pulumi.set(__self__, "cost_per_gb_per_month", cost_per_gb_per_month)
3003
+ pulumi.set(__self__, "maintainance_cost_percentage_to_acquisition_cost", maintainance_cost_percentage_to_acquisition_cost)
3004
+
3005
+ @property
3006
+ @pulumi.getter(name="costPerGbPerMonth")
3007
+ def cost_per_gb_per_month(self) -> float:
3008
+ """
3009
+ Cost per gigabyte per month.
3010
+ """
3011
+ return pulumi.get(self, "cost_per_gb_per_month")
3012
+
3013
+ @property
3014
+ @pulumi.getter(name="maintainanceCostPercentageToAcquisitionCost")
3015
+ def maintainance_cost_percentage_to_acquisition_cost(self) -> float:
3016
+ """
3017
+ Maintenance cost percentage.
3018
+ """
3019
+ return pulumi.get(self, "maintainance_cost_percentage_to_acquisition_cost")
3020
+
3021
+
3022
+ @pulumi.output_type
3023
+ class SystemDataResponse(dict):
3024
+ """
3025
+ Metadata pertaining to creation and last modification of the resource.
3026
+ """
3027
+ @staticmethod
3028
+ def __key_warning(key: str):
3029
+ suggest = None
3030
+ if key == "createdAt":
3031
+ suggest = "created_at"
3032
+ elif key == "createdBy":
3033
+ suggest = "created_by"
3034
+ elif key == "createdByType":
3035
+ suggest = "created_by_type"
3036
+ elif key == "lastModifiedAt":
3037
+ suggest = "last_modified_at"
3038
+ elif key == "lastModifiedBy":
3039
+ suggest = "last_modified_by"
3040
+ elif key == "lastModifiedByType":
3041
+ suggest = "last_modified_by_type"
3042
+
3043
+ if suggest:
3044
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
3045
+
3046
+ def __getitem__(self, key: str) -> Any:
3047
+ SystemDataResponse.__key_warning(key)
3048
+ return super().__getitem__(key)
3049
+
3050
+ def get(self, key: str, default = None) -> Any:
3051
+ SystemDataResponse.__key_warning(key)
3052
+ return super().get(key, default)
3053
+
3054
+ def __init__(__self__, *,
3055
+ created_at: Optional[str] = None,
3056
+ created_by: Optional[str] = None,
3057
+ created_by_type: Optional[str] = None,
3058
+ last_modified_at: Optional[str] = None,
3059
+ last_modified_by: Optional[str] = None,
3060
+ last_modified_by_type: Optional[str] = None):
3061
+ """
3062
+ Metadata pertaining to creation and last modification of the resource.
3063
+ :param str created_at: The timestamp of resource creation (UTC).
3064
+ :param str created_by: The identity that created the resource.
3065
+ :param str created_by_type: The type of identity that created the resource.
3066
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
3067
+ :param str last_modified_by: The identity that last modified the resource.
3068
+ :param str last_modified_by_type: The type of identity that last modified the resource.
3069
+ """
3070
+ if created_at is not None:
3071
+ pulumi.set(__self__, "created_at", created_at)
3072
+ if created_by is not None:
3073
+ pulumi.set(__self__, "created_by", created_by)
3074
+ if created_by_type is not None:
3075
+ pulumi.set(__self__, "created_by_type", created_by_type)
3076
+ if last_modified_at is not None:
3077
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
3078
+ if last_modified_by is not None:
3079
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
3080
+ if last_modified_by_type is not None:
3081
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
3082
+
3083
+ @property
3084
+ @pulumi.getter(name="createdAt")
3085
+ def created_at(self) -> Optional[str]:
3086
+ """
3087
+ The timestamp of resource creation (UTC).
3088
+ """
3089
+ return pulumi.get(self, "created_at")
3090
+
3091
+ @property
3092
+ @pulumi.getter(name="createdBy")
3093
+ def created_by(self) -> Optional[str]:
3094
+ """
3095
+ The identity that created the resource.
3096
+ """
3097
+ return pulumi.get(self, "created_by")
3098
+
3099
+ @property
3100
+ @pulumi.getter(name="createdByType")
3101
+ def created_by_type(self) -> Optional[str]:
3102
+ """
3103
+ The type of identity that created the resource.
3104
+ """
3105
+ return pulumi.get(self, "created_by_type")
3106
+
3107
+ @property
3108
+ @pulumi.getter(name="lastModifiedAt")
3109
+ def last_modified_at(self) -> Optional[str]:
3110
+ """
3111
+ The timestamp of resource last modification (UTC)
3112
+ """
3113
+ return pulumi.get(self, "last_modified_at")
3114
+
3115
+ @property
3116
+ @pulumi.getter(name="lastModifiedBy")
3117
+ def last_modified_by(self) -> Optional[str]:
3118
+ """
3119
+ The identity that last modified the resource.
3120
+ """
3121
+ return pulumi.get(self, "last_modified_by")
3122
+
3123
+ @property
3124
+ @pulumi.getter(name="lastModifiedByType")
3125
+ def last_modified_by_type(self) -> Optional[str]:
3126
+ """
3127
+ The type of identity that last modified the resource.
3128
+ """
3129
+ return pulumi.get(self, "last_modified_by_type")
3130
+
3131
+
3132
+ @pulumi.output_type
3133
+ class ThirdPartyManagementSettingsResponse(dict):
3134
+ """
3135
+ Third Party Management settings.
3136
+ """
3137
+ @staticmethod
3138
+ def __key_warning(key: str):
3139
+ suggest = None
3140
+ if key == "licenseCost":
3141
+ suggest = "license_cost"
3142
+ elif key == "supportCost":
3143
+ suggest = "support_cost"
3144
+
3145
+ if suggest:
3146
+ pulumi.log.warn(f"Key '{key}' not found in ThirdPartyManagementSettingsResponse. Access the value via the '{suggest}' property getter instead.")
3147
+
3148
+ def __getitem__(self, key: str) -> Any:
3149
+ ThirdPartyManagementSettingsResponse.__key_warning(key)
3150
+ return super().__getitem__(key)
3151
+
3152
+ def get(self, key: str, default = None) -> Any:
3153
+ ThirdPartyManagementSettingsResponse.__key_warning(key)
3154
+ return super().get(key, default)
3155
+
3156
+ def __init__(__self__, *,
3157
+ license_cost: float,
3158
+ support_cost: float):
3159
+ """
3160
+ Third Party Management settings.
3161
+ :param float license_cost: License Cost.
3162
+ :param float support_cost: Support Cost.
3163
+ """
3164
+ pulumi.set(__self__, "license_cost", license_cost)
3165
+ pulumi.set(__self__, "support_cost", support_cost)
3166
+
3167
+ @property
3168
+ @pulumi.getter(name="licenseCost")
3169
+ def license_cost(self) -> float:
3170
+ """
3171
+ License Cost.
3172
+ """
3173
+ return pulumi.get(self, "license_cost")
3174
+
3175
+ @property
3176
+ @pulumi.getter(name="supportCost")
3177
+ def support_cost(self) -> float:
3178
+ """
3179
+ Support Cost.
3180
+ """
3181
+ return pulumi.get(self, "support_cost")
3182
+
3183
+
3184
+ @pulumi.output_type
3185
+ class VirtualizationSoftwareSettingsResponse(dict):
3186
+ """
3187
+ Virtualization software settings.
3188
+ """
3189
+ @staticmethod
3190
+ def __key_warning(key: str):
3191
+ suggest = None
3192
+ if key == "vMwareCloudFoundationLicenseCost":
3193
+ suggest = "v_mware_cloud_foundation_license_cost"
3194
+
3195
+ if suggest:
3196
+ pulumi.log.warn(f"Key '{key}' not found in VirtualizationSoftwareSettingsResponse. Access the value via the '{suggest}' property getter instead.")
3197
+
3198
+ def __getitem__(self, key: str) -> Any:
3199
+ VirtualizationSoftwareSettingsResponse.__key_warning(key)
3200
+ return super().__getitem__(key)
3201
+
3202
+ def get(self, key: str, default = None) -> Any:
3203
+ VirtualizationSoftwareSettingsResponse.__key_warning(key)
3204
+ return super().get(key, default)
3205
+
3206
+ def __init__(__self__, *,
3207
+ v_mware_cloud_foundation_license_cost: float):
3208
+ """
3209
+ Virtualization software settings.
3210
+ :param float v_mware_cloud_foundation_license_cost: VMware cloud foundation license cost.
3211
+ """
3212
+ pulumi.set(__self__, "v_mware_cloud_foundation_license_cost", v_mware_cloud_foundation_license_cost)
3213
+
3214
+ @property
3215
+ @pulumi.getter(name="vMwareCloudFoundationLicenseCost")
3216
+ def v_mware_cloud_foundation_license_cost(self) -> float:
3217
+ """
3218
+ VMware cloud foundation license cost.
3219
+ """
3220
+ return pulumi.get(self, "v_mware_cloud_foundation_license_cost")
3221
+
3222
+
3223
+ @pulumi.output_type
3224
+ class VmUptimeResponse(dict):
3225
+ """
3226
+ Details on the total up-time for the VM.
3227
+ """
3228
+ @staticmethod
3229
+ def __key_warning(key: str):
3230
+ suggest = None
3231
+ if key == "daysPerMonth":
3232
+ suggest = "days_per_month"
3233
+ elif key == "hoursPerDay":
3234
+ suggest = "hours_per_day"
3235
+
3236
+ if suggest:
3237
+ pulumi.log.warn(f"Key '{key}' not found in VmUptimeResponse. Access the value via the '{suggest}' property getter instead.")
3238
+
3239
+ def __getitem__(self, key: str) -> Any:
3240
+ VmUptimeResponse.__key_warning(key)
3241
+ return super().__getitem__(key)
3242
+
3243
+ def get(self, key: str, default = None) -> Any:
3244
+ VmUptimeResponse.__key_warning(key)
3245
+ return super().get(key, default)
3246
+
3247
+ def __init__(__self__, *,
3248
+ days_per_month: Optional[int] = None,
3249
+ hours_per_day: Optional[int] = None):
3250
+ """
3251
+ Details on the total up-time for the VM.
3252
+ :param int days_per_month: Number of days in a month for VM uptime.
3253
+ :param int hours_per_day: Number of hours per day for VM uptime.
3254
+ """
3255
+ if days_per_month is not None:
3256
+ pulumi.set(__self__, "days_per_month", days_per_month)
3257
+ if hours_per_day is not None:
3258
+ pulumi.set(__self__, "hours_per_day", hours_per_day)
3259
+
3260
+ @property
3261
+ @pulumi.getter(name="daysPerMonth")
3262
+ def days_per_month(self) -> Optional[int]:
3263
+ """
3264
+ Number of days in a month for VM uptime.
3265
+ """
3266
+ return pulumi.get(self, "days_per_month")
3267
+
3268
+ @property
3269
+ @pulumi.getter(name="hoursPerDay")
3270
+ def hours_per_day(self) -> Optional[int]:
3271
+ """
3272
+ Number of hours per day for VM uptime.
3273
+ """
3274
+ return pulumi.get(self, "hours_per_day")
3275
+
3276
+
3277
+ @pulumi.output_type
3278
+ class WindowsServerLicensingSettingsResponse(dict):
3279
+ """
3280
+ Windows Server licensing settings.
3281
+ """
3282
+ @staticmethod
3283
+ def __key_warning(key: str):
3284
+ suggest = None
3285
+ if key == "licenseCost":
3286
+ suggest = "license_cost"
3287
+ elif key == "licensesPerCore":
3288
+ suggest = "licenses_per_core"
3289
+ elif key == "softwareAssuranceCost":
3290
+ suggest = "software_assurance_cost"
3291
+
3292
+ if suggest:
3293
+ pulumi.log.warn(f"Key '{key}' not found in WindowsServerLicensingSettingsResponse. Access the value via the '{suggest}' property getter instead.")
3294
+
3295
+ def __getitem__(self, key: str) -> Any:
3296
+ WindowsServerLicensingSettingsResponse.__key_warning(key)
3297
+ return super().__getitem__(key)
3298
+
3299
+ def get(self, key: str, default = None) -> Any:
3300
+ WindowsServerLicensingSettingsResponse.__key_warning(key)
3301
+ return super().get(key, default)
3302
+
3303
+ def __init__(__self__, *,
3304
+ license_cost: float,
3305
+ licenses_per_core: int,
3306
+ software_assurance_cost: float):
3307
+ """
3308
+ Windows Server licensing settings.
3309
+ :param float license_cost: Licence Cost.
3310
+ :param int licenses_per_core: Licenses per core.
3311
+ :param float software_assurance_cost: Software assurance (SA) cost.
3312
+ """
3313
+ pulumi.set(__self__, "license_cost", license_cost)
3314
+ pulumi.set(__self__, "licenses_per_core", licenses_per_core)
3315
+ pulumi.set(__self__, "software_assurance_cost", software_assurance_cost)
3316
+
3317
+ @property
3318
+ @pulumi.getter(name="licenseCost")
3319
+ def license_cost(self) -> float:
3320
+ """
3321
+ Licence Cost.
3322
+ """
3323
+ return pulumi.get(self, "license_cost")
3324
+
3325
+ @property
3326
+ @pulumi.getter(name="licensesPerCore")
3327
+ def licenses_per_core(self) -> int:
3328
+ """
3329
+ Licenses per core.
3330
+ """
3331
+ return pulumi.get(self, "licenses_per_core")
3332
+
3333
+ @property
3334
+ @pulumi.getter(name="softwareAssuranceCost")
3335
+ def software_assurance_cost(self) -> float:
3336
+ """
3337
+ Software assurance (SA) cost.
3338
+ """
3339
+ return pulumi.get(self, "software_assurance_cost")
3340
+
3341
+