pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.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 (587) hide show
  1. pulumi_azure_native/__init__.py +116 -2
  2. pulumi_azure_native/azurefleet/_enums.py +1 -1
  3. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
  4. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
  5. pulumi_azure_native/azureplaywrightservice/__init__.py +3 -0
  6. pulumi_azure_native/azureplaywrightservice/account.py +3 -3
  7. pulumi_azure_native/azureplaywrightservice/get_account.py +2 -2
  8. pulumi_azure_native/azureplaywrightservice/v20231001preview/account.py +1 -1
  9. pulumi_azure_native/azureplaywrightservice/v20240201preview/account.py +1 -1
  10. pulumi_azure_native/azureplaywrightservice/v20240801preview/__init__.py +11 -0
  11. pulumi_azure_native/azureplaywrightservice/v20240801preview/_enums.py +23 -0
  12. pulumi_azure_native/azureplaywrightservice/v20240801preview/account.py +380 -0
  13. pulumi_azure_native/azureplaywrightservice/v20240801preview/get_account.py +227 -0
  14. pulumi_azure_native/azureplaywrightservice/v20240801preview/outputs.py +131 -0
  15. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  16. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  17. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  18. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  19. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  20. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  21. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  22. pulumi_azure_native/azurestackhci/get_network_security_group.py +4 -0
  23. pulumi_azure_native/azurestackhci/get_security_rule.py +4 -0
  24. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  25. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  26. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  27. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  28. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  29. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  30. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  31. pulumi_azure_native/azurestackhci/network_security_group.py +5 -1
  32. pulumi_azure_native/azurestackhci/security_rule.py +5 -1
  33. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  34. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240501preview/__init__.py +30 -0
  78. pulumi_azure_native/azurestackhci/v20240501preview/_enums.py +321 -0
  79. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +2265 -0
  80. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +511 -0
  81. pulumi_azure_native/azurestackhci/v20240501preview/get_gallery_image.py +292 -0
  82. pulumi_azure_native/azurestackhci/v20240501preview/get_guest_agent.py +170 -0
  83. pulumi_azure_native/azurestackhci/v20240501preview/get_logical_network.py +227 -0
  84. pulumi_azure_native/azurestackhci/v20240501preview/get_marketplace_gallery_image.py +266 -0
  85. pulumi_azure_native/azurestackhci/v20240501preview/get_network_interface.py +240 -0
  86. pulumi_azure_native/azurestackhci/v20240501preview/get_network_security_group.py +214 -0
  87. pulumi_azure_native/azurestackhci/v20240501preview/get_security_rule.py +271 -0
  88. pulumi_azure_native/azurestackhci/v20240501preview/get_storage_container.py +201 -0
  89. pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_hard_disk.py +305 -0
  90. pulumi_azure_native/azurestackhci/v20240501preview/get_virtual_machine_instance.py +300 -0
  91. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +229 -0
  92. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +365 -0
  93. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +453 -0
  94. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +394 -0
  95. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +298 -0
  96. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +3744 -0
  97. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +496 -0
  98. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +308 -0
  99. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +539 -0
  100. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +462 -0
  101. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  102. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  103. pulumi_azure_native/consumption/__init__.py +3 -0
  104. pulumi_azure_native/consumption/budget.py +3 -3
  105. pulumi_azure_native/consumption/get_budget.py +2 -2
  106. pulumi_azure_native/consumption/v20230501/budget.py +1 -1
  107. pulumi_azure_native/consumption/v20231101/budget.py +1 -1
  108. pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
  109. pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
  110. pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
  111. pulumi_azure_native/consumption/v20240801/budget.py +388 -0
  112. pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
  113. pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
  114. pulumi_azure_native/containerservice/__init__.py +3 -0
  115. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  116. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  117. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  118. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  119. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  120. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  121. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  122. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  123. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  124. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  125. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  126. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  127. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  128. pulumi_azure_native/containerservice/snapshot.py +3 -3
  129. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  130. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  131. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  132. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  133. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  134. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  135. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  136. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  137. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  138. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  139. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  140. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  141. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  142. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  143. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  144. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  145. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  146. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  147. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  148. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  149. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  150. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  151. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  152. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  153. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  154. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  155. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  156. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  157. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  158. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  159. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  160. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  161. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  162. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  163. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  164. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  165. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  166. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  167. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  168. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  169. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  170. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  171. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  172. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  173. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  174. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  175. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  176. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  177. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  178. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  179. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  180. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  181. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  182. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  183. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  184. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  185. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  186. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  187. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  188. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  189. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  190. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  191. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  192. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  193. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  194. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  195. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  196. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  197. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  198. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  199. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  200. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  201. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  202. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  203. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  204. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  205. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  206. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  207. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  208. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  209. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  210. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  211. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  212. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  213. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  214. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  215. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  216. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  217. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  218. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  219. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  220. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  221. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  222. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  223. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  224. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  225. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  226. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  227. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  228. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  229. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  230. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  231. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  232. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  233. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  234. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  235. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  236. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  237. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  238. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  239. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  240. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  241. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  242. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  243. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  244. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  245. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  246. pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
  247. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  248. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  249. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  250. pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
  251. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  252. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  253. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  254. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  255. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  256. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  257. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  258. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  259. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  260. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
  261. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  262. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  263. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  264. pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
  265. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  266. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  267. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  268. pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
  269. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  270. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  271. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  272. pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
  273. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  274. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  275. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  276. pulumi_azure_native/containerservice/v20240701/__init__.py +25 -0
  277. pulumi_azure_native/containerservice/v20240701/_enums.py +628 -0
  278. pulumi_azure_native/containerservice/v20240701/_inputs.py +7532 -0
  279. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1420 -0
  280. pulumi_azure_native/containerservice/v20240701/get_agent_pool.py +687 -0
  281. pulumi_azure_native/containerservice/v20240701/get_maintenance_configuration.py +167 -0
  282. pulumi_azure_native/containerservice/v20240701/get_managed_cluster.py +721 -0
  283. pulumi_azure_native/containerservice/v20240701/get_private_endpoint_connection.py +154 -0
  284. pulumi_azure_native/containerservice/v20240701/get_snapshot.py +253 -0
  285. pulumi_azure_native/containerservice/v20240701/get_trusted_access_role_binding.py +167 -0
  286. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_admin_credentials.py +89 -0
  287. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_monitoring_user_credentials.py +89 -0
  288. pulumi_azure_native/containerservice/v20240701/list_managed_cluster_user_credentials.py +94 -0
  289. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +279 -0
  290. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1353 -0
  291. pulumi_azure_native/containerservice/v20240701/outputs.py +6472 -0
  292. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +251 -0
  293. pulumi_azure_native/containerservice/v20240701/snapshot.py +347 -0
  294. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +260 -0
  295. pulumi_azure_native/databricks/__init__.py +3 -0
  296. pulumi_azure_native/databricks/access_connector.py +3 -3
  297. pulumi_azure_native/databricks/get_access_connector.py +2 -2
  298. pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
  299. pulumi_azure_native/databricks/get_workspace.py +2 -2
  300. pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
  301. pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
  302. pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
  303. pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
  304. pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
  305. pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
  306. pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
  307. pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
  308. pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
  309. pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
  310. pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
  311. pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
  312. pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
  313. pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
  314. pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
  315. pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
  316. pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
  317. pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
  318. pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
  319. pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
  320. pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
  321. pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
  322. pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
  323. pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
  324. pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
  325. pulumi_azure_native/databricks/v_net_peering.py +1 -1
  326. pulumi_azure_native/databricks/workspace.py +3 -3
  327. pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
  328. pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
  329. pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
  330. pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
  331. pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
  332. pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
  333. pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
  334. pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
  335. pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
  336. pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
  337. pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
  338. pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
  339. pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
  340. pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
  341. pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
  342. pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
  343. pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
  344. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
  345. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
  346. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
  347. pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
  348. pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
  349. pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
  350. pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
  351. pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
  352. pulumi_azure_native/networkcloud/__init__.py +5 -0
  353. pulumi_azure_native/networkcloud/_inputs.py +52 -0
  354. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  355. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  356. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  357. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  358. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  359. pulumi_azure_native/networkcloud/cluster.py +3 -3
  360. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  361. pulumi_azure_native/networkcloud/console.py +3 -3
  362. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  363. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  364. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  365. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  366. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  367. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  368. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  369. pulumi_azure_native/networkcloud/get_console.py +2 -2
  370. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  371. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
  372. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  373. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  374. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  375. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  376. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  377. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  378. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  379. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  380. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  381. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
  382. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  383. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  384. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  385. pulumi_azure_native/networkcloud/outputs.py +30 -0
  386. pulumi_azure_native/networkcloud/rack.py +3 -3
  387. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  388. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  389. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  390. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  391. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  392. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  393. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  394. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  395. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  396. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  397. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  398. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  399. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  400. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  401. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  402. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  403. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  404. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  405. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  406. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  407. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  408. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  409. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  410. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  411. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  412. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  413. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  414. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  415. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  416. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  417. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  418. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  419. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  420. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  421. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  422. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  423. pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
  424. pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
  425. pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
  426. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
  427. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
  428. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
  429. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
  430. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
  431. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
  432. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
  433. pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
  434. pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
  435. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
  436. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
  437. pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
  438. pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
  439. pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
  440. pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
  441. pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
  442. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
  443. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
  444. pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
  445. pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
  446. pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
  447. pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
  448. pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
  449. pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
  450. pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
  451. pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
  452. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
  453. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
  454. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
  455. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
  456. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
  457. pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
  458. pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
  459. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
  460. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
  461. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
  462. pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
  463. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  464. pulumi_azure_native/networkcloud/volume.py +3 -3
  465. pulumi_azure_native/pulumi-plugin.json +1 -1
  466. pulumi_azure_native/security/__init__.py +0 -2
  467. pulumi_azure_native/security/_inputs.py +0 -536
  468. pulumi_azure_native/security/outputs.py +0 -465
  469. pulumi_azure_native/security/v20200101/__init__.py +0 -2
  470. pulumi_azure_native/security/v20200101/_inputs.py +0 -536
  471. pulumi_azure_native/security/v20200101/outputs.py +0 -465
  472. pulumi_azure_native/servicefabric/__init__.py +3 -0
  473. pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
  474. pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
  475. pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
  476. pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
  477. pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
  478. pulumi_azure_native/servicefabric/get_node_type.py +2 -2
  479. pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
  480. pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
  481. pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
  482. pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
  483. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
  484. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
  485. pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
  486. pulumi_azure_native/servicefabric/node_type.py +3 -3
  487. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  488. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  489. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  490. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  491. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  492. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  493. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  494. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  495. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  496. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  497. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  498. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  499. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  500. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  501. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  502. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
  503. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
  504. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
  505. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
  506. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
  507. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
  508. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
  509. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
  510. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
  511. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
  512. pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
  513. pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
  514. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
  515. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
  516. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
  517. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
  518. pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
  519. pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
  520. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
  521. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
  522. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
  523. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
  524. pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
  525. pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
  526. pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
  527. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
  528. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
  529. pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
  530. pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
  531. pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
  532. pulumi_azure_native/servicefabric/v20240601preview/__init__.py +24 -0
  533. pulumi_azure_native/servicefabric/v20240601preview/_enums.py +511 -0
  534. pulumi_azure_native/servicefabric/v20240601preview/_inputs.py +5399 -0
  535. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster.py +708 -0
  536. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application.py +233 -0
  537. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type.py +167 -0
  538. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_application_type_version.py +185 -0
  539. pulumi_azure_native/servicefabric/v20240601preview/get_managed_cluster_service.py +172 -0
  540. pulumi_azure_native/servicefabric/v20240601preview/get_node_type.py +804 -0
  541. pulumi_azure_native/servicefabric/v20240601preview/getmanaged_az_resiliency_status.py +97 -0
  542. pulumi_azure_native/servicefabric/v20240601preview/getmanaged_maintenance_window_status.py +161 -0
  543. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1339 -0
  544. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +409 -0
  545. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +258 -0
  546. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +309 -0
  547. pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +300 -0
  548. pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1695 -0
  549. pulumi_azure_native/servicefabric/v20240601preview/outputs.py +4591 -0
  550. pulumi_azure_native/workloads/__init__.py +3 -0
  551. pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
  552. pulumi_azure_native/workloads/sap_central_instance.py +1 -1
  553. pulumi_azure_native/workloads/sap_database_instance.py +1 -1
  554. pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
  555. pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
  556. pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
  557. pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
  558. pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
  559. pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
  560. pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
  561. pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
  562. pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
  563. pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
  564. pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
  565. pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
  566. pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
  567. pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
  568. pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
  569. pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
  570. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
  571. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
  572. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
  573. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
  574. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
  575. pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
  576. pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
  577. pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
  578. pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
  579. pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
  580. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0.dist-info}/METADATA +1 -1
  581. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0.dist-info}/RECORD +583 -434
  582. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0.dist-info}/WHEEL +1 -1
  583. pulumi_azure_native/security/adaptive_application_control.py +0 -311
  584. pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
  585. pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
  586. pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
  587. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3277 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from ._enums import *
17
+
18
+ __all__ = [
19
+ 'ApplicationServerConfigurationArgs',
20
+ 'ApplicationServerConfigurationArgsDict',
21
+ 'ApplicationServerFullResourceNamesArgs',
22
+ 'ApplicationServerFullResourceNamesArgsDict',
23
+ 'CentralServerConfigurationArgs',
24
+ 'CentralServerConfigurationArgsDict',
25
+ 'CentralServerFullResourceNamesArgs',
26
+ 'CentralServerFullResourceNamesArgsDict',
27
+ 'CreateAndMountFileShareConfigurationArgs',
28
+ 'CreateAndMountFileShareConfigurationArgsDict',
29
+ 'DatabaseConfigurationArgs',
30
+ 'DatabaseConfigurationArgsDict',
31
+ 'DatabaseServerFullResourceNamesArgs',
32
+ 'DatabaseServerFullResourceNamesArgsDict',
33
+ 'DeployerVmPackagesArgs',
34
+ 'DeployerVmPackagesArgsDict',
35
+ 'DeploymentConfigurationArgs',
36
+ 'DeploymentConfigurationArgsDict',
37
+ 'DeploymentWithOSConfigurationArgs',
38
+ 'DeploymentWithOSConfigurationArgsDict',
39
+ 'DiscoveryConfigurationArgs',
40
+ 'DiscoveryConfigurationArgsDict',
41
+ 'DiskConfigurationArgs',
42
+ 'DiskConfigurationArgsDict',
43
+ 'DiskSkuArgs',
44
+ 'DiskSkuArgsDict',
45
+ 'DiskVolumeConfigurationArgs',
46
+ 'DiskVolumeConfigurationArgsDict',
47
+ 'ExternalInstallationSoftwareConfigurationArgs',
48
+ 'ExternalInstallationSoftwareConfigurationArgsDict',
49
+ 'HighAvailabilityConfigurationArgs',
50
+ 'HighAvailabilityConfigurationArgsDict',
51
+ 'HighAvailabilitySoftwareConfigurationArgs',
52
+ 'HighAvailabilitySoftwareConfigurationArgsDict',
53
+ 'ImageReferenceArgs',
54
+ 'ImageReferenceArgsDict',
55
+ 'LinuxConfigurationArgs',
56
+ 'LinuxConfigurationArgsDict',
57
+ 'LoadBalancerResourceNamesArgs',
58
+ 'LoadBalancerResourceNamesArgsDict',
59
+ 'ManagedRGConfigurationArgs',
60
+ 'ManagedRGConfigurationArgsDict',
61
+ 'ManagedServiceIdentityArgs',
62
+ 'ManagedServiceIdentityArgsDict',
63
+ 'MountFileShareConfigurationArgs',
64
+ 'MountFileShareConfigurationArgsDict',
65
+ 'NetworkConfigurationArgs',
66
+ 'NetworkConfigurationArgsDict',
67
+ 'NetworkInterfaceResourceNamesArgs',
68
+ 'NetworkInterfaceResourceNamesArgsDict',
69
+ 'OSProfileArgs',
70
+ 'OSProfileArgsDict',
71
+ 'OsSapConfigurationArgs',
72
+ 'OsSapConfigurationArgsDict',
73
+ 'SAPInstallWithoutOSConfigSoftwareConfigurationArgs',
74
+ 'SAPInstallWithoutOSConfigSoftwareConfigurationArgsDict',
75
+ 'ServiceInitiatedSoftwareConfigurationArgs',
76
+ 'ServiceInitiatedSoftwareConfigurationArgsDict',
77
+ 'SharedStorageResourceNamesArgs',
78
+ 'SharedStorageResourceNamesArgsDict',
79
+ 'SingleServerConfigurationArgs',
80
+ 'SingleServerConfigurationArgsDict',
81
+ 'SingleServerFullResourceNamesArgs',
82
+ 'SingleServerFullResourceNamesArgsDict',
83
+ 'SkipFileShareConfigurationArgs',
84
+ 'SkipFileShareConfigurationArgsDict',
85
+ 'SshConfigurationArgs',
86
+ 'SshConfigurationArgsDict',
87
+ 'SshKeyPairArgs',
88
+ 'SshKeyPairArgsDict',
89
+ 'SshPublicKeyArgs',
90
+ 'SshPublicKeyArgsDict',
91
+ 'StorageConfigurationArgs',
92
+ 'StorageConfigurationArgsDict',
93
+ 'ThreeTierConfigurationArgs',
94
+ 'ThreeTierConfigurationArgsDict',
95
+ 'ThreeTierFullResourceNamesArgs',
96
+ 'ThreeTierFullResourceNamesArgsDict',
97
+ 'VirtualMachineConfigurationArgs',
98
+ 'VirtualMachineConfigurationArgsDict',
99
+ 'VirtualMachineResourceNamesArgs',
100
+ 'VirtualMachineResourceNamesArgsDict',
101
+ 'WindowsConfigurationArgs',
102
+ 'WindowsConfigurationArgsDict',
103
+ ]
104
+
105
+ MYPY = False
106
+
107
+ if not MYPY:
108
+ class ApplicationServerConfigurationArgsDict(TypedDict):
109
+ """
110
+ Gets or sets the application server configuration.
111
+ """
112
+ instance_count: pulumi.Input[float]
113
+ """
114
+ The number of app server instances.
115
+ """
116
+ subnet_id: pulumi.Input[str]
117
+ """
118
+ The subnet id.
119
+ """
120
+ virtual_machine_configuration: pulumi.Input['VirtualMachineConfigurationArgsDict']
121
+ """
122
+ Gets or sets the virtual machine configuration.
123
+ """
124
+ elif False:
125
+ ApplicationServerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
126
+
127
+ @pulumi.input_type
128
+ class ApplicationServerConfigurationArgs:
129
+ def __init__(__self__, *,
130
+ instance_count: pulumi.Input[float],
131
+ subnet_id: pulumi.Input[str],
132
+ virtual_machine_configuration: pulumi.Input['VirtualMachineConfigurationArgs']):
133
+ """
134
+ Gets or sets the application server configuration.
135
+ :param pulumi.Input[float] instance_count: The number of app server instances.
136
+ :param pulumi.Input[str] subnet_id: The subnet id.
137
+ :param pulumi.Input['VirtualMachineConfigurationArgs'] virtual_machine_configuration: Gets or sets the virtual machine configuration.
138
+ """
139
+ pulumi.set(__self__, "instance_count", instance_count)
140
+ pulumi.set(__self__, "subnet_id", subnet_id)
141
+ pulumi.set(__self__, "virtual_machine_configuration", virtual_machine_configuration)
142
+
143
+ @property
144
+ @pulumi.getter(name="instanceCount")
145
+ def instance_count(self) -> pulumi.Input[float]:
146
+ """
147
+ The number of app server instances.
148
+ """
149
+ return pulumi.get(self, "instance_count")
150
+
151
+ @instance_count.setter
152
+ def instance_count(self, value: pulumi.Input[float]):
153
+ pulumi.set(self, "instance_count", value)
154
+
155
+ @property
156
+ @pulumi.getter(name="subnetId")
157
+ def subnet_id(self) -> pulumi.Input[str]:
158
+ """
159
+ The subnet id.
160
+ """
161
+ return pulumi.get(self, "subnet_id")
162
+
163
+ @subnet_id.setter
164
+ def subnet_id(self, value: pulumi.Input[str]):
165
+ pulumi.set(self, "subnet_id", value)
166
+
167
+ @property
168
+ @pulumi.getter(name="virtualMachineConfiguration")
169
+ def virtual_machine_configuration(self) -> pulumi.Input['VirtualMachineConfigurationArgs']:
170
+ """
171
+ Gets or sets the virtual machine configuration.
172
+ """
173
+ return pulumi.get(self, "virtual_machine_configuration")
174
+
175
+ @virtual_machine_configuration.setter
176
+ def virtual_machine_configuration(self, value: pulumi.Input['VirtualMachineConfigurationArgs']):
177
+ pulumi.set(self, "virtual_machine_configuration", value)
178
+
179
+
180
+ if not MYPY:
181
+ class ApplicationServerFullResourceNamesArgsDict(TypedDict):
182
+ """
183
+ The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer.
184
+ """
185
+ availability_set_name: NotRequired[pulumi.Input[str]]
186
+ """
187
+ The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet.
188
+ """
189
+ virtual_machines: NotRequired[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgsDict']]]]
190
+ """
191
+ The list of virtual machine naming details.
192
+ """
193
+ elif False:
194
+ ApplicationServerFullResourceNamesArgsDict: TypeAlias = Mapping[str, Any]
195
+
196
+ @pulumi.input_type
197
+ class ApplicationServerFullResourceNamesArgs:
198
+ def __init__(__self__, *,
199
+ availability_set_name: Optional[pulumi.Input[str]] = None,
200
+ virtual_machines: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]]] = None):
201
+ """
202
+ The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer.
203
+ :param pulumi.Input[str] availability_set_name: The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet.
204
+ :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]] virtual_machines: The list of virtual machine naming details.
205
+ """
206
+ if availability_set_name is not None:
207
+ pulumi.set(__self__, "availability_set_name", availability_set_name)
208
+ if virtual_machines is not None:
209
+ pulumi.set(__self__, "virtual_machines", virtual_machines)
210
+
211
+ @property
212
+ @pulumi.getter(name="availabilitySetName")
213
+ def availability_set_name(self) -> Optional[pulumi.Input[str]]:
214
+ """
215
+ The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet.
216
+ """
217
+ return pulumi.get(self, "availability_set_name")
218
+
219
+ @availability_set_name.setter
220
+ def availability_set_name(self, value: Optional[pulumi.Input[str]]):
221
+ pulumi.set(self, "availability_set_name", value)
222
+
223
+ @property
224
+ @pulumi.getter(name="virtualMachines")
225
+ def virtual_machines(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]]]:
226
+ """
227
+ The list of virtual machine naming details.
228
+ """
229
+ return pulumi.get(self, "virtual_machines")
230
+
231
+ @virtual_machines.setter
232
+ def virtual_machines(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]]]):
233
+ pulumi.set(self, "virtual_machines", value)
234
+
235
+
236
+ if not MYPY:
237
+ class CentralServerConfigurationArgsDict(TypedDict):
238
+ """
239
+ Gets or sets the central server configuration.
240
+ """
241
+ instance_count: pulumi.Input[float]
242
+ """
243
+ The number of central server VMs.
244
+ """
245
+ subnet_id: pulumi.Input[str]
246
+ """
247
+ The subnet id.
248
+ """
249
+ virtual_machine_configuration: pulumi.Input['VirtualMachineConfigurationArgsDict']
250
+ """
251
+ Gets or sets the virtual machine configuration.
252
+ """
253
+ elif False:
254
+ CentralServerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
255
+
256
+ @pulumi.input_type
257
+ class CentralServerConfigurationArgs:
258
+ def __init__(__self__, *,
259
+ instance_count: pulumi.Input[float],
260
+ subnet_id: pulumi.Input[str],
261
+ virtual_machine_configuration: pulumi.Input['VirtualMachineConfigurationArgs']):
262
+ """
263
+ Gets or sets the central server configuration.
264
+ :param pulumi.Input[float] instance_count: The number of central server VMs.
265
+ :param pulumi.Input[str] subnet_id: The subnet id.
266
+ :param pulumi.Input['VirtualMachineConfigurationArgs'] virtual_machine_configuration: Gets or sets the virtual machine configuration.
267
+ """
268
+ pulumi.set(__self__, "instance_count", instance_count)
269
+ pulumi.set(__self__, "subnet_id", subnet_id)
270
+ pulumi.set(__self__, "virtual_machine_configuration", virtual_machine_configuration)
271
+
272
+ @property
273
+ @pulumi.getter(name="instanceCount")
274
+ def instance_count(self) -> pulumi.Input[float]:
275
+ """
276
+ The number of central server VMs.
277
+ """
278
+ return pulumi.get(self, "instance_count")
279
+
280
+ @instance_count.setter
281
+ def instance_count(self, value: pulumi.Input[float]):
282
+ pulumi.set(self, "instance_count", value)
283
+
284
+ @property
285
+ @pulumi.getter(name="subnetId")
286
+ def subnet_id(self) -> pulumi.Input[str]:
287
+ """
288
+ The subnet id.
289
+ """
290
+ return pulumi.get(self, "subnet_id")
291
+
292
+ @subnet_id.setter
293
+ def subnet_id(self, value: pulumi.Input[str]):
294
+ pulumi.set(self, "subnet_id", value)
295
+
296
+ @property
297
+ @pulumi.getter(name="virtualMachineConfiguration")
298
+ def virtual_machine_configuration(self) -> pulumi.Input['VirtualMachineConfigurationArgs']:
299
+ """
300
+ Gets or sets the virtual machine configuration.
301
+ """
302
+ return pulumi.get(self, "virtual_machine_configuration")
303
+
304
+ @virtual_machine_configuration.setter
305
+ def virtual_machine_configuration(self, value: pulumi.Input['VirtualMachineConfigurationArgs']):
306
+ pulumi.set(self, "virtual_machine_configuration", value)
307
+
308
+
309
+ if not MYPY:
310
+ class CentralServerFullResourceNamesArgsDict(TypedDict):
311
+ """
312
+ The full resource names object for central server layer resources.
313
+ """
314
+ availability_set_name: NotRequired[pulumi.Input[str]]
315
+ """
316
+ The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet.
317
+ """
318
+ load_balancer: NotRequired[pulumi.Input['LoadBalancerResourceNamesArgsDict']]
319
+ """
320
+ The resource names object for load balancer and related resources.
321
+ """
322
+ virtual_machines: NotRequired[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgsDict']]]]
323
+ """
324
+ The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS.
325
+ """
326
+ elif False:
327
+ CentralServerFullResourceNamesArgsDict: TypeAlias = Mapping[str, Any]
328
+
329
+ @pulumi.input_type
330
+ class CentralServerFullResourceNamesArgs:
331
+ def __init__(__self__, *,
332
+ availability_set_name: Optional[pulumi.Input[str]] = None,
333
+ load_balancer: Optional[pulumi.Input['LoadBalancerResourceNamesArgs']] = None,
334
+ virtual_machines: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]]] = None):
335
+ """
336
+ The full resource names object for central server layer resources.
337
+ :param pulumi.Input[str] availability_set_name: The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet.
338
+ :param pulumi.Input['LoadBalancerResourceNamesArgs'] load_balancer: The resource names object for load balancer and related resources.
339
+ :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]] virtual_machines: The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS.
340
+ """
341
+ if availability_set_name is not None:
342
+ pulumi.set(__self__, "availability_set_name", availability_set_name)
343
+ if load_balancer is not None:
344
+ pulumi.set(__self__, "load_balancer", load_balancer)
345
+ if virtual_machines is not None:
346
+ pulumi.set(__self__, "virtual_machines", virtual_machines)
347
+
348
+ @property
349
+ @pulumi.getter(name="availabilitySetName")
350
+ def availability_set_name(self) -> Optional[pulumi.Input[str]]:
351
+ """
352
+ The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet.
353
+ """
354
+ return pulumi.get(self, "availability_set_name")
355
+
356
+ @availability_set_name.setter
357
+ def availability_set_name(self, value: Optional[pulumi.Input[str]]):
358
+ pulumi.set(self, "availability_set_name", value)
359
+
360
+ @property
361
+ @pulumi.getter(name="loadBalancer")
362
+ def load_balancer(self) -> Optional[pulumi.Input['LoadBalancerResourceNamesArgs']]:
363
+ """
364
+ The resource names object for load balancer and related resources.
365
+ """
366
+ return pulumi.get(self, "load_balancer")
367
+
368
+ @load_balancer.setter
369
+ def load_balancer(self, value: Optional[pulumi.Input['LoadBalancerResourceNamesArgs']]):
370
+ pulumi.set(self, "load_balancer", value)
371
+
372
+ @property
373
+ @pulumi.getter(name="virtualMachines")
374
+ def virtual_machines(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]]]:
375
+ """
376
+ The list of names for all ASCS virtual machines to be deployed. The number of entries in this list should be equal to the number VMs to be created for ASCS layer. At maximum, there can be two virtual machines at this layer: ASCS and ERS.
377
+ """
378
+ return pulumi.get(self, "virtual_machines")
379
+
380
+ @virtual_machines.setter
381
+ def virtual_machines(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]]]):
382
+ pulumi.set(self, "virtual_machines", value)
383
+
384
+
385
+ if not MYPY:
386
+ class CreateAndMountFileShareConfigurationArgsDict(TypedDict):
387
+ """
388
+ Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow. Please pre-create the resource group you intend to place the transport directory in. The storage account and fileshare will be auto-created by the ACSS and doesn't need to be pre-created.
389
+ """
390
+ configuration_type: pulumi.Input[str]
391
+ """
392
+ The type of file share config.
393
+ Expected value is 'CreateAndMount'.
394
+ """
395
+ resource_group: NotRequired[pulumi.Input[str]]
396
+ """
397
+ The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input.
398
+ """
399
+ storage_account_name: NotRequired[pulumi.Input[str]]
400
+ """
401
+ The name of file share storage account name . A custom name is used in case of missing input.
402
+ """
403
+ elif False:
404
+ CreateAndMountFileShareConfigurationArgsDict: TypeAlias = Mapping[str, Any]
405
+
406
+ @pulumi.input_type
407
+ class CreateAndMountFileShareConfigurationArgs:
408
+ def __init__(__self__, *,
409
+ configuration_type: pulumi.Input[str],
410
+ resource_group: Optional[pulumi.Input[str]] = None,
411
+ storage_account_name: Optional[pulumi.Input[str]] = None):
412
+ """
413
+ Gets or sets the file share configuration where the transport directory fileshare is created and mounted as a part of the create infra flow. Please pre-create the resource group you intend to place the transport directory in. The storage account and fileshare will be auto-created by the ACSS and doesn't need to be pre-created.
414
+ :param pulumi.Input[str] configuration_type: The type of file share config.
415
+ Expected value is 'CreateAndMount'.
416
+ :param pulumi.Input[str] resource_group: The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input.
417
+ :param pulumi.Input[str] storage_account_name: The name of file share storage account name . A custom name is used in case of missing input.
418
+ """
419
+ pulumi.set(__self__, "configuration_type", 'CreateAndMount')
420
+ if resource_group is not None:
421
+ pulumi.set(__self__, "resource_group", resource_group)
422
+ if storage_account_name is not None:
423
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
424
+
425
+ @property
426
+ @pulumi.getter(name="configurationType")
427
+ def configuration_type(self) -> pulumi.Input[str]:
428
+ """
429
+ The type of file share config.
430
+ Expected value is 'CreateAndMount'.
431
+ """
432
+ return pulumi.get(self, "configuration_type")
433
+
434
+ @configuration_type.setter
435
+ def configuration_type(self, value: pulumi.Input[str]):
436
+ pulumi.set(self, "configuration_type", value)
437
+
438
+ @property
439
+ @pulumi.getter(name="resourceGroup")
440
+ def resource_group(self) -> Optional[pulumi.Input[str]]:
441
+ """
442
+ The name of transport file share resource group. This should be pre created by the customer. The app rg is used in case of missing input.
443
+ """
444
+ return pulumi.get(self, "resource_group")
445
+
446
+ @resource_group.setter
447
+ def resource_group(self, value: Optional[pulumi.Input[str]]):
448
+ pulumi.set(self, "resource_group", value)
449
+
450
+ @property
451
+ @pulumi.getter(name="storageAccountName")
452
+ def storage_account_name(self) -> Optional[pulumi.Input[str]]:
453
+ """
454
+ The name of file share storage account name . A custom name is used in case of missing input.
455
+ """
456
+ return pulumi.get(self, "storage_account_name")
457
+
458
+ @storage_account_name.setter
459
+ def storage_account_name(self, value: Optional[pulumi.Input[str]]):
460
+ pulumi.set(self, "storage_account_name", value)
461
+
462
+
463
+ if not MYPY:
464
+ class DatabaseConfigurationArgsDict(TypedDict):
465
+ """
466
+ Gets or sets the database configuration.
467
+ """
468
+ instance_count: pulumi.Input[float]
469
+ """
470
+ The number of database VMs.
471
+ """
472
+ subnet_id: pulumi.Input[str]
473
+ """
474
+ The subnet id.
475
+ """
476
+ virtual_machine_configuration: pulumi.Input['VirtualMachineConfigurationArgsDict']
477
+ """
478
+ Gets or sets the virtual machine configuration.
479
+ """
480
+ database_type: NotRequired[pulumi.Input[Union[str, 'SAPDatabaseType']]]
481
+ """
482
+ The database type.
483
+ """
484
+ disk_configuration: NotRequired[pulumi.Input['DiskConfigurationArgsDict']]
485
+ """
486
+ Gets or sets the disk configuration.
487
+ """
488
+ elif False:
489
+ DatabaseConfigurationArgsDict: TypeAlias = Mapping[str, Any]
490
+
491
+ @pulumi.input_type
492
+ class DatabaseConfigurationArgs:
493
+ def __init__(__self__, *,
494
+ instance_count: pulumi.Input[float],
495
+ subnet_id: pulumi.Input[str],
496
+ virtual_machine_configuration: pulumi.Input['VirtualMachineConfigurationArgs'],
497
+ database_type: Optional[pulumi.Input[Union[str, 'SAPDatabaseType']]] = None,
498
+ disk_configuration: Optional[pulumi.Input['DiskConfigurationArgs']] = None):
499
+ """
500
+ Gets or sets the database configuration.
501
+ :param pulumi.Input[float] instance_count: The number of database VMs.
502
+ :param pulumi.Input[str] subnet_id: The subnet id.
503
+ :param pulumi.Input['VirtualMachineConfigurationArgs'] virtual_machine_configuration: Gets or sets the virtual machine configuration.
504
+ :param pulumi.Input[Union[str, 'SAPDatabaseType']] database_type: The database type.
505
+ :param pulumi.Input['DiskConfigurationArgs'] disk_configuration: Gets or sets the disk configuration.
506
+ """
507
+ pulumi.set(__self__, "instance_count", instance_count)
508
+ pulumi.set(__self__, "subnet_id", subnet_id)
509
+ pulumi.set(__self__, "virtual_machine_configuration", virtual_machine_configuration)
510
+ if database_type is not None:
511
+ pulumi.set(__self__, "database_type", database_type)
512
+ if disk_configuration is not None:
513
+ pulumi.set(__self__, "disk_configuration", disk_configuration)
514
+
515
+ @property
516
+ @pulumi.getter(name="instanceCount")
517
+ def instance_count(self) -> pulumi.Input[float]:
518
+ """
519
+ The number of database VMs.
520
+ """
521
+ return pulumi.get(self, "instance_count")
522
+
523
+ @instance_count.setter
524
+ def instance_count(self, value: pulumi.Input[float]):
525
+ pulumi.set(self, "instance_count", value)
526
+
527
+ @property
528
+ @pulumi.getter(name="subnetId")
529
+ def subnet_id(self) -> pulumi.Input[str]:
530
+ """
531
+ The subnet id.
532
+ """
533
+ return pulumi.get(self, "subnet_id")
534
+
535
+ @subnet_id.setter
536
+ def subnet_id(self, value: pulumi.Input[str]):
537
+ pulumi.set(self, "subnet_id", value)
538
+
539
+ @property
540
+ @pulumi.getter(name="virtualMachineConfiguration")
541
+ def virtual_machine_configuration(self) -> pulumi.Input['VirtualMachineConfigurationArgs']:
542
+ """
543
+ Gets or sets the virtual machine configuration.
544
+ """
545
+ return pulumi.get(self, "virtual_machine_configuration")
546
+
547
+ @virtual_machine_configuration.setter
548
+ def virtual_machine_configuration(self, value: pulumi.Input['VirtualMachineConfigurationArgs']):
549
+ pulumi.set(self, "virtual_machine_configuration", value)
550
+
551
+ @property
552
+ @pulumi.getter(name="databaseType")
553
+ def database_type(self) -> Optional[pulumi.Input[Union[str, 'SAPDatabaseType']]]:
554
+ """
555
+ The database type.
556
+ """
557
+ return pulumi.get(self, "database_type")
558
+
559
+ @database_type.setter
560
+ def database_type(self, value: Optional[pulumi.Input[Union[str, 'SAPDatabaseType']]]):
561
+ pulumi.set(self, "database_type", value)
562
+
563
+ @property
564
+ @pulumi.getter(name="diskConfiguration")
565
+ def disk_configuration(self) -> Optional[pulumi.Input['DiskConfigurationArgs']]:
566
+ """
567
+ Gets or sets the disk configuration.
568
+ """
569
+ return pulumi.get(self, "disk_configuration")
570
+
571
+ @disk_configuration.setter
572
+ def disk_configuration(self, value: Optional[pulumi.Input['DiskConfigurationArgs']]):
573
+ pulumi.set(self, "disk_configuration", value)
574
+
575
+
576
+ if not MYPY:
577
+ class DatabaseServerFullResourceNamesArgsDict(TypedDict):
578
+ """
579
+ The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer.
580
+ """
581
+ availability_set_name: NotRequired[pulumi.Input[str]]
582
+ """
583
+ The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet.
584
+ """
585
+ load_balancer: NotRequired[pulumi.Input['LoadBalancerResourceNamesArgsDict']]
586
+ """
587
+ The resource names object for load balancer and related resources.
588
+ """
589
+ virtual_machines: NotRequired[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgsDict']]]]
590
+ """
591
+ The list of virtual machine naming details.
592
+ """
593
+ elif False:
594
+ DatabaseServerFullResourceNamesArgsDict: TypeAlias = Mapping[str, Any]
595
+
596
+ @pulumi.input_type
597
+ class DatabaseServerFullResourceNamesArgs:
598
+ def __init__(__self__, *,
599
+ availability_set_name: Optional[pulumi.Input[str]] = None,
600
+ load_balancer: Optional[pulumi.Input['LoadBalancerResourceNamesArgs']] = None,
601
+ virtual_machines: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]]] = None):
602
+ """
603
+ The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer.
604
+ :param pulumi.Input[str] availability_set_name: The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet.
605
+ :param pulumi.Input['LoadBalancerResourceNamesArgs'] load_balancer: The resource names object for load balancer and related resources.
606
+ :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]] virtual_machines: The list of virtual machine naming details.
607
+ """
608
+ if availability_set_name is not None:
609
+ pulumi.set(__self__, "availability_set_name", availability_set_name)
610
+ if load_balancer is not None:
611
+ pulumi.set(__self__, "load_balancer", load_balancer)
612
+ if virtual_machines is not None:
613
+ pulumi.set(__self__, "virtual_machines", virtual_machines)
614
+
615
+ @property
616
+ @pulumi.getter(name="availabilitySetName")
617
+ def availability_set_name(self) -> Optional[pulumi.Input[str]]:
618
+ """
619
+ The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet.
620
+ """
621
+ return pulumi.get(self, "availability_set_name")
622
+
623
+ @availability_set_name.setter
624
+ def availability_set_name(self, value: Optional[pulumi.Input[str]]):
625
+ pulumi.set(self, "availability_set_name", value)
626
+
627
+ @property
628
+ @pulumi.getter(name="loadBalancer")
629
+ def load_balancer(self) -> Optional[pulumi.Input['LoadBalancerResourceNamesArgs']]:
630
+ """
631
+ The resource names object for load balancer and related resources.
632
+ """
633
+ return pulumi.get(self, "load_balancer")
634
+
635
+ @load_balancer.setter
636
+ def load_balancer(self, value: Optional[pulumi.Input['LoadBalancerResourceNamesArgs']]):
637
+ pulumi.set(self, "load_balancer", value)
638
+
639
+ @property
640
+ @pulumi.getter(name="virtualMachines")
641
+ def virtual_machines(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]]]:
642
+ """
643
+ The list of virtual machine naming details.
644
+ """
645
+ return pulumi.get(self, "virtual_machines")
646
+
647
+ @virtual_machines.setter
648
+ def virtual_machines(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VirtualMachineResourceNamesArgs']]]]):
649
+ pulumi.set(self, "virtual_machines", value)
650
+
651
+
652
+ if not MYPY:
653
+ class DeployerVmPackagesArgsDict(TypedDict):
654
+ """
655
+ Defines the url and storage account ID where deployer VM packages are uploaded
656
+ """
657
+ storage_account_id: NotRequired[pulumi.Input[str]]
658
+ """
659
+ The deployer VM packages storage account id
660
+ """
661
+ url: NotRequired[pulumi.Input[str]]
662
+ """
663
+ The URL to the deployer VM packages file.
664
+ """
665
+ elif False:
666
+ DeployerVmPackagesArgsDict: TypeAlias = Mapping[str, Any]
667
+
668
+ @pulumi.input_type
669
+ class DeployerVmPackagesArgs:
670
+ def __init__(__self__, *,
671
+ storage_account_id: Optional[pulumi.Input[str]] = None,
672
+ url: Optional[pulumi.Input[str]] = None):
673
+ """
674
+ Defines the url and storage account ID where deployer VM packages are uploaded
675
+ :param pulumi.Input[str] storage_account_id: The deployer VM packages storage account id
676
+ :param pulumi.Input[str] url: The URL to the deployer VM packages file.
677
+ """
678
+ if storage_account_id is not None:
679
+ pulumi.set(__self__, "storage_account_id", storage_account_id)
680
+ if url is not None:
681
+ pulumi.set(__self__, "url", url)
682
+
683
+ @property
684
+ @pulumi.getter(name="storageAccountId")
685
+ def storage_account_id(self) -> Optional[pulumi.Input[str]]:
686
+ """
687
+ The deployer VM packages storage account id
688
+ """
689
+ return pulumi.get(self, "storage_account_id")
690
+
691
+ @storage_account_id.setter
692
+ def storage_account_id(self, value: Optional[pulumi.Input[str]]):
693
+ pulumi.set(self, "storage_account_id", value)
694
+
695
+ @property
696
+ @pulumi.getter
697
+ def url(self) -> Optional[pulumi.Input[str]]:
698
+ """
699
+ The URL to the deployer VM packages file.
700
+ """
701
+ return pulumi.get(self, "url")
702
+
703
+ @url.setter
704
+ def url(self, value: Optional[pulumi.Input[str]]):
705
+ pulumi.set(self, "url", value)
706
+
707
+
708
+ if not MYPY:
709
+ class DeploymentConfigurationArgsDict(TypedDict):
710
+ """
711
+ Deployment Configuration.
712
+ """
713
+ configuration_type: pulumi.Input[str]
714
+ """
715
+ The configuration Type.
716
+ Expected value is 'Deployment'.
717
+ """
718
+ app_location: NotRequired[pulumi.Input[str]]
719
+ """
720
+ The geo-location where the SAP system is to be created.
721
+ """
722
+ infrastructure_configuration: NotRequired[pulumi.Input[Union['SingleServerConfigurationArgsDict', 'ThreeTierConfigurationArgsDict']]]
723
+ """
724
+ The infrastructure configuration.
725
+ """
726
+ software_configuration: NotRequired[pulumi.Input[Union['ExternalInstallationSoftwareConfigurationArgsDict', 'SAPInstallWithoutOSConfigSoftwareConfigurationArgsDict', 'ServiceInitiatedSoftwareConfigurationArgsDict']]]
727
+ """
728
+ The software configuration.
729
+ """
730
+ elif False:
731
+ DeploymentConfigurationArgsDict: TypeAlias = Mapping[str, Any]
732
+
733
+ @pulumi.input_type
734
+ class DeploymentConfigurationArgs:
735
+ def __init__(__self__, *,
736
+ configuration_type: pulumi.Input[str],
737
+ app_location: Optional[pulumi.Input[str]] = None,
738
+ infrastructure_configuration: Optional[pulumi.Input[Union['SingleServerConfigurationArgs', 'ThreeTierConfigurationArgs']]] = None,
739
+ software_configuration: Optional[pulumi.Input[Union['ExternalInstallationSoftwareConfigurationArgs', 'SAPInstallWithoutOSConfigSoftwareConfigurationArgs', 'ServiceInitiatedSoftwareConfigurationArgs']]] = None):
740
+ """
741
+ Deployment Configuration.
742
+ :param pulumi.Input[str] configuration_type: The configuration Type.
743
+ Expected value is 'Deployment'.
744
+ :param pulumi.Input[str] app_location: The geo-location where the SAP system is to be created.
745
+ :param pulumi.Input[Union['SingleServerConfigurationArgs', 'ThreeTierConfigurationArgs']] infrastructure_configuration: The infrastructure configuration.
746
+ :param pulumi.Input[Union['ExternalInstallationSoftwareConfigurationArgs', 'SAPInstallWithoutOSConfigSoftwareConfigurationArgs', 'ServiceInitiatedSoftwareConfigurationArgs']] software_configuration: The software configuration.
747
+ """
748
+ pulumi.set(__self__, "configuration_type", 'Deployment')
749
+ if app_location is not None:
750
+ pulumi.set(__self__, "app_location", app_location)
751
+ if infrastructure_configuration is not None:
752
+ pulumi.set(__self__, "infrastructure_configuration", infrastructure_configuration)
753
+ if software_configuration is not None:
754
+ pulumi.set(__self__, "software_configuration", software_configuration)
755
+
756
+ @property
757
+ @pulumi.getter(name="configurationType")
758
+ def configuration_type(self) -> pulumi.Input[str]:
759
+ """
760
+ The configuration Type.
761
+ Expected value is 'Deployment'.
762
+ """
763
+ return pulumi.get(self, "configuration_type")
764
+
765
+ @configuration_type.setter
766
+ def configuration_type(self, value: pulumi.Input[str]):
767
+ pulumi.set(self, "configuration_type", value)
768
+
769
+ @property
770
+ @pulumi.getter(name="appLocation")
771
+ def app_location(self) -> Optional[pulumi.Input[str]]:
772
+ """
773
+ The geo-location where the SAP system is to be created.
774
+ """
775
+ return pulumi.get(self, "app_location")
776
+
777
+ @app_location.setter
778
+ def app_location(self, value: Optional[pulumi.Input[str]]):
779
+ pulumi.set(self, "app_location", value)
780
+
781
+ @property
782
+ @pulumi.getter(name="infrastructureConfiguration")
783
+ def infrastructure_configuration(self) -> Optional[pulumi.Input[Union['SingleServerConfigurationArgs', 'ThreeTierConfigurationArgs']]]:
784
+ """
785
+ The infrastructure configuration.
786
+ """
787
+ return pulumi.get(self, "infrastructure_configuration")
788
+
789
+ @infrastructure_configuration.setter
790
+ def infrastructure_configuration(self, value: Optional[pulumi.Input[Union['SingleServerConfigurationArgs', 'ThreeTierConfigurationArgs']]]):
791
+ pulumi.set(self, "infrastructure_configuration", value)
792
+
793
+ @property
794
+ @pulumi.getter(name="softwareConfiguration")
795
+ def software_configuration(self) -> Optional[pulumi.Input[Union['ExternalInstallationSoftwareConfigurationArgs', 'SAPInstallWithoutOSConfigSoftwareConfigurationArgs', 'ServiceInitiatedSoftwareConfigurationArgs']]]:
796
+ """
797
+ The software configuration.
798
+ """
799
+ return pulumi.get(self, "software_configuration")
800
+
801
+ @software_configuration.setter
802
+ def software_configuration(self, value: Optional[pulumi.Input[Union['ExternalInstallationSoftwareConfigurationArgs', 'SAPInstallWithoutOSConfigSoftwareConfigurationArgs', 'ServiceInitiatedSoftwareConfigurationArgs']]]):
803
+ pulumi.set(self, "software_configuration", value)
804
+
805
+
806
+ if not MYPY:
807
+ class DeploymentWithOSConfigurationArgsDict(TypedDict):
808
+ """
809
+ Deployment along with OS Configuration.
810
+ """
811
+ configuration_type: pulumi.Input[str]
812
+ """
813
+ The configuration Type.
814
+ Expected value is 'DeploymentWithOSConfig'.
815
+ """
816
+ app_location: NotRequired[pulumi.Input[str]]
817
+ """
818
+ The geo-location where the SAP system is to be created.
819
+ """
820
+ infrastructure_configuration: NotRequired[pulumi.Input[Union['SingleServerConfigurationArgsDict', 'ThreeTierConfigurationArgsDict']]]
821
+ """
822
+ The infrastructure configuration.
823
+ """
824
+ os_sap_configuration: NotRequired[pulumi.Input['OsSapConfigurationArgsDict']]
825
+ """
826
+ The OS and SAP configuration.
827
+ """
828
+ software_configuration: NotRequired[pulumi.Input[Union['ExternalInstallationSoftwareConfigurationArgsDict', 'SAPInstallWithoutOSConfigSoftwareConfigurationArgsDict', 'ServiceInitiatedSoftwareConfigurationArgsDict']]]
829
+ """
830
+ The software configuration.
831
+ """
832
+ elif False:
833
+ DeploymentWithOSConfigurationArgsDict: TypeAlias = Mapping[str, Any]
834
+
835
+ @pulumi.input_type
836
+ class DeploymentWithOSConfigurationArgs:
837
+ def __init__(__self__, *,
838
+ configuration_type: pulumi.Input[str],
839
+ app_location: Optional[pulumi.Input[str]] = None,
840
+ infrastructure_configuration: Optional[pulumi.Input[Union['SingleServerConfigurationArgs', 'ThreeTierConfigurationArgs']]] = None,
841
+ os_sap_configuration: Optional[pulumi.Input['OsSapConfigurationArgs']] = None,
842
+ software_configuration: Optional[pulumi.Input[Union['ExternalInstallationSoftwareConfigurationArgs', 'SAPInstallWithoutOSConfigSoftwareConfigurationArgs', 'ServiceInitiatedSoftwareConfigurationArgs']]] = None):
843
+ """
844
+ Deployment along with OS Configuration.
845
+ :param pulumi.Input[str] configuration_type: The configuration Type.
846
+ Expected value is 'DeploymentWithOSConfig'.
847
+ :param pulumi.Input[str] app_location: The geo-location where the SAP system is to be created.
848
+ :param pulumi.Input[Union['SingleServerConfigurationArgs', 'ThreeTierConfigurationArgs']] infrastructure_configuration: The infrastructure configuration.
849
+ :param pulumi.Input['OsSapConfigurationArgs'] os_sap_configuration: The OS and SAP configuration.
850
+ :param pulumi.Input[Union['ExternalInstallationSoftwareConfigurationArgs', 'SAPInstallWithoutOSConfigSoftwareConfigurationArgs', 'ServiceInitiatedSoftwareConfigurationArgs']] software_configuration: The software configuration.
851
+ """
852
+ pulumi.set(__self__, "configuration_type", 'DeploymentWithOSConfig')
853
+ if app_location is not None:
854
+ pulumi.set(__self__, "app_location", app_location)
855
+ if infrastructure_configuration is not None:
856
+ pulumi.set(__self__, "infrastructure_configuration", infrastructure_configuration)
857
+ if os_sap_configuration is not None:
858
+ pulumi.set(__self__, "os_sap_configuration", os_sap_configuration)
859
+ if software_configuration is not None:
860
+ pulumi.set(__self__, "software_configuration", software_configuration)
861
+
862
+ @property
863
+ @pulumi.getter(name="configurationType")
864
+ def configuration_type(self) -> pulumi.Input[str]:
865
+ """
866
+ The configuration Type.
867
+ Expected value is 'DeploymentWithOSConfig'.
868
+ """
869
+ return pulumi.get(self, "configuration_type")
870
+
871
+ @configuration_type.setter
872
+ def configuration_type(self, value: pulumi.Input[str]):
873
+ pulumi.set(self, "configuration_type", value)
874
+
875
+ @property
876
+ @pulumi.getter(name="appLocation")
877
+ def app_location(self) -> Optional[pulumi.Input[str]]:
878
+ """
879
+ The geo-location where the SAP system is to be created.
880
+ """
881
+ return pulumi.get(self, "app_location")
882
+
883
+ @app_location.setter
884
+ def app_location(self, value: Optional[pulumi.Input[str]]):
885
+ pulumi.set(self, "app_location", value)
886
+
887
+ @property
888
+ @pulumi.getter(name="infrastructureConfiguration")
889
+ def infrastructure_configuration(self) -> Optional[pulumi.Input[Union['SingleServerConfigurationArgs', 'ThreeTierConfigurationArgs']]]:
890
+ """
891
+ The infrastructure configuration.
892
+ """
893
+ return pulumi.get(self, "infrastructure_configuration")
894
+
895
+ @infrastructure_configuration.setter
896
+ def infrastructure_configuration(self, value: Optional[pulumi.Input[Union['SingleServerConfigurationArgs', 'ThreeTierConfigurationArgs']]]):
897
+ pulumi.set(self, "infrastructure_configuration", value)
898
+
899
+ @property
900
+ @pulumi.getter(name="osSapConfiguration")
901
+ def os_sap_configuration(self) -> Optional[pulumi.Input['OsSapConfigurationArgs']]:
902
+ """
903
+ The OS and SAP configuration.
904
+ """
905
+ return pulumi.get(self, "os_sap_configuration")
906
+
907
+ @os_sap_configuration.setter
908
+ def os_sap_configuration(self, value: Optional[pulumi.Input['OsSapConfigurationArgs']]):
909
+ pulumi.set(self, "os_sap_configuration", value)
910
+
911
+ @property
912
+ @pulumi.getter(name="softwareConfiguration")
913
+ def software_configuration(self) -> Optional[pulumi.Input[Union['ExternalInstallationSoftwareConfigurationArgs', 'SAPInstallWithoutOSConfigSoftwareConfigurationArgs', 'ServiceInitiatedSoftwareConfigurationArgs']]]:
914
+ """
915
+ The software configuration.
916
+ """
917
+ return pulumi.get(self, "software_configuration")
918
+
919
+ @software_configuration.setter
920
+ def software_configuration(self, value: Optional[pulumi.Input[Union['ExternalInstallationSoftwareConfigurationArgs', 'SAPInstallWithoutOSConfigSoftwareConfigurationArgs', 'ServiceInitiatedSoftwareConfigurationArgs']]]):
921
+ pulumi.set(self, "software_configuration", value)
922
+
923
+
924
+ if not MYPY:
925
+ class DiscoveryConfigurationArgsDict(TypedDict):
926
+ """
927
+ Discovery Details.
928
+ """
929
+ configuration_type: pulumi.Input[str]
930
+ """
931
+ The configuration Type.
932
+ Expected value is 'Discovery'.
933
+ """
934
+ central_server_vm_id: NotRequired[pulumi.Input[str]]
935
+ """
936
+ The virtual machine ID of the Central Server.
937
+ """
938
+ managed_rg_storage_account_name: NotRequired[pulumi.Input[str]]
939
+ """
940
+ The custom storage account name for the storage account created by the service in the managed resource group created as part of VIS deployment.<br><br>Refer to the storage account naming rules [here](https://learn.microsoft.com/azure/azure-resource-manager/management/resource-name-rules#microsoftstorage).<br><br>If not provided, the service will create the storage account with a random name.
941
+ """
942
+ elif False:
943
+ DiscoveryConfigurationArgsDict: TypeAlias = Mapping[str, Any]
944
+
945
+ @pulumi.input_type
946
+ class DiscoveryConfigurationArgs:
947
+ def __init__(__self__, *,
948
+ configuration_type: pulumi.Input[str],
949
+ central_server_vm_id: Optional[pulumi.Input[str]] = None,
950
+ managed_rg_storage_account_name: Optional[pulumi.Input[str]] = None):
951
+ """
952
+ Discovery Details.
953
+ :param pulumi.Input[str] configuration_type: The configuration Type.
954
+ Expected value is 'Discovery'.
955
+ :param pulumi.Input[str] central_server_vm_id: The virtual machine ID of the Central Server.
956
+ :param pulumi.Input[str] managed_rg_storage_account_name: The custom storage account name for the storage account created by the service in the managed resource group created as part of VIS deployment.<br><br>Refer to the storage account naming rules [here](https://learn.microsoft.com/azure/azure-resource-manager/management/resource-name-rules#microsoftstorage).<br><br>If not provided, the service will create the storage account with a random name.
957
+ """
958
+ pulumi.set(__self__, "configuration_type", 'Discovery')
959
+ if central_server_vm_id is not None:
960
+ pulumi.set(__self__, "central_server_vm_id", central_server_vm_id)
961
+ if managed_rg_storage_account_name is not None:
962
+ pulumi.set(__self__, "managed_rg_storage_account_name", managed_rg_storage_account_name)
963
+
964
+ @property
965
+ @pulumi.getter(name="configurationType")
966
+ def configuration_type(self) -> pulumi.Input[str]:
967
+ """
968
+ The configuration Type.
969
+ Expected value is 'Discovery'.
970
+ """
971
+ return pulumi.get(self, "configuration_type")
972
+
973
+ @configuration_type.setter
974
+ def configuration_type(self, value: pulumi.Input[str]):
975
+ pulumi.set(self, "configuration_type", value)
976
+
977
+ @property
978
+ @pulumi.getter(name="centralServerVmId")
979
+ def central_server_vm_id(self) -> Optional[pulumi.Input[str]]:
980
+ """
981
+ The virtual machine ID of the Central Server.
982
+ """
983
+ return pulumi.get(self, "central_server_vm_id")
984
+
985
+ @central_server_vm_id.setter
986
+ def central_server_vm_id(self, value: Optional[pulumi.Input[str]]):
987
+ pulumi.set(self, "central_server_vm_id", value)
988
+
989
+ @property
990
+ @pulumi.getter(name="managedRgStorageAccountName")
991
+ def managed_rg_storage_account_name(self) -> Optional[pulumi.Input[str]]:
992
+ """
993
+ The custom storage account name for the storage account created by the service in the managed resource group created as part of VIS deployment.<br><br>Refer to the storage account naming rules [here](https://learn.microsoft.com/azure/azure-resource-manager/management/resource-name-rules#microsoftstorage).<br><br>If not provided, the service will create the storage account with a random name.
994
+ """
995
+ return pulumi.get(self, "managed_rg_storage_account_name")
996
+
997
+ @managed_rg_storage_account_name.setter
998
+ def managed_rg_storage_account_name(self, value: Optional[pulumi.Input[str]]):
999
+ pulumi.set(self, "managed_rg_storage_account_name", value)
1000
+
1001
+
1002
+ if not MYPY:
1003
+ class DiskConfigurationArgsDict(TypedDict):
1004
+ """
1005
+ The Disk Configuration Details.
1006
+ """
1007
+ disk_volume_configurations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['DiskVolumeConfigurationArgsDict']]]]
1008
+ """
1009
+ The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup'].
1010
+ """
1011
+ elif False:
1012
+ DiskConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1013
+
1014
+ @pulumi.input_type
1015
+ class DiskConfigurationArgs:
1016
+ def __init__(__self__, *,
1017
+ disk_volume_configurations: Optional[pulumi.Input[Mapping[str, pulumi.Input['DiskVolumeConfigurationArgs']]]] = None):
1018
+ """
1019
+ The Disk Configuration Details.
1020
+ :param pulumi.Input[Mapping[str, pulumi.Input['DiskVolumeConfigurationArgs']]] disk_volume_configurations: The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup'].
1021
+ """
1022
+ if disk_volume_configurations is not None:
1023
+ pulumi.set(__self__, "disk_volume_configurations", disk_volume_configurations)
1024
+
1025
+ @property
1026
+ @pulumi.getter(name="diskVolumeConfigurations")
1027
+ def disk_volume_configurations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['DiskVolumeConfigurationArgs']]]]:
1028
+ """
1029
+ The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup'].
1030
+ """
1031
+ return pulumi.get(self, "disk_volume_configurations")
1032
+
1033
+ @disk_volume_configurations.setter
1034
+ def disk_volume_configurations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['DiskVolumeConfigurationArgs']]]]):
1035
+ pulumi.set(self, "disk_volume_configurations", value)
1036
+
1037
+
1038
+ if not MYPY:
1039
+ class DiskSkuArgsDict(TypedDict):
1040
+ """
1041
+ The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS.
1042
+ """
1043
+ name: NotRequired[pulumi.Input[Union[str, 'DiskSkuName']]]
1044
+ """
1045
+ Defines the disk sku name.
1046
+ """
1047
+ elif False:
1048
+ DiskSkuArgsDict: TypeAlias = Mapping[str, Any]
1049
+
1050
+ @pulumi.input_type
1051
+ class DiskSkuArgs:
1052
+ def __init__(__self__, *,
1053
+ name: Optional[pulumi.Input[Union[str, 'DiskSkuName']]] = None):
1054
+ """
1055
+ The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS.
1056
+ :param pulumi.Input[Union[str, 'DiskSkuName']] name: Defines the disk sku name.
1057
+ """
1058
+ if name is not None:
1059
+ pulumi.set(__self__, "name", name)
1060
+
1061
+ @property
1062
+ @pulumi.getter
1063
+ def name(self) -> Optional[pulumi.Input[Union[str, 'DiskSkuName']]]:
1064
+ """
1065
+ Defines the disk sku name.
1066
+ """
1067
+ return pulumi.get(self, "name")
1068
+
1069
+ @name.setter
1070
+ def name(self, value: Optional[pulumi.Input[Union[str, 'DiskSkuName']]]):
1071
+ pulumi.set(self, "name", value)
1072
+
1073
+
1074
+ if not MYPY:
1075
+ class DiskVolumeConfigurationArgsDict(TypedDict):
1076
+ """
1077
+ The disk configuration required for the selected volume.
1078
+ """
1079
+ count: NotRequired[pulumi.Input[float]]
1080
+ """
1081
+ The total number of disks required for the concerned volume.
1082
+ """
1083
+ size_gb: NotRequired[pulumi.Input[float]]
1084
+ """
1085
+ The disk size in GB.
1086
+ """
1087
+ sku: NotRequired[pulumi.Input['DiskSkuArgsDict']]
1088
+ """
1089
+ The disk SKU details.
1090
+ """
1091
+ elif False:
1092
+ DiskVolumeConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1093
+
1094
+ @pulumi.input_type
1095
+ class DiskVolumeConfigurationArgs:
1096
+ def __init__(__self__, *,
1097
+ count: Optional[pulumi.Input[float]] = None,
1098
+ size_gb: Optional[pulumi.Input[float]] = None,
1099
+ sku: Optional[pulumi.Input['DiskSkuArgs']] = None):
1100
+ """
1101
+ The disk configuration required for the selected volume.
1102
+ :param pulumi.Input[float] count: The total number of disks required for the concerned volume.
1103
+ :param pulumi.Input[float] size_gb: The disk size in GB.
1104
+ :param pulumi.Input['DiskSkuArgs'] sku: The disk SKU details.
1105
+ """
1106
+ if count is not None:
1107
+ pulumi.set(__self__, "count", count)
1108
+ if size_gb is not None:
1109
+ pulumi.set(__self__, "size_gb", size_gb)
1110
+ if sku is not None:
1111
+ pulumi.set(__self__, "sku", sku)
1112
+
1113
+ @property
1114
+ @pulumi.getter
1115
+ def count(self) -> Optional[pulumi.Input[float]]:
1116
+ """
1117
+ The total number of disks required for the concerned volume.
1118
+ """
1119
+ return pulumi.get(self, "count")
1120
+
1121
+ @count.setter
1122
+ def count(self, value: Optional[pulumi.Input[float]]):
1123
+ pulumi.set(self, "count", value)
1124
+
1125
+ @property
1126
+ @pulumi.getter(name="sizeGB")
1127
+ def size_gb(self) -> Optional[pulumi.Input[float]]:
1128
+ """
1129
+ The disk size in GB.
1130
+ """
1131
+ return pulumi.get(self, "size_gb")
1132
+
1133
+ @size_gb.setter
1134
+ def size_gb(self, value: Optional[pulumi.Input[float]]):
1135
+ pulumi.set(self, "size_gb", value)
1136
+
1137
+ @property
1138
+ @pulumi.getter
1139
+ def sku(self) -> Optional[pulumi.Input['DiskSkuArgs']]:
1140
+ """
1141
+ The disk SKU details.
1142
+ """
1143
+ return pulumi.get(self, "sku")
1144
+
1145
+ @sku.setter
1146
+ def sku(self, value: Optional[pulumi.Input['DiskSkuArgs']]):
1147
+ pulumi.set(self, "sku", value)
1148
+
1149
+
1150
+ if not MYPY:
1151
+ class ExternalInstallationSoftwareConfigurationArgsDict(TypedDict):
1152
+ """
1153
+ The SAP Software configuration Input when the software is installed externally outside the service.
1154
+ """
1155
+ software_installation_type: pulumi.Input[str]
1156
+ """
1157
+ The SAP software installation Type.
1158
+ Expected value is 'External'.
1159
+ """
1160
+ central_server_vm_id: NotRequired[pulumi.Input[str]]
1161
+ """
1162
+ The resource ID of the virtual machine containing the central server instance.
1163
+ """
1164
+ elif False:
1165
+ ExternalInstallationSoftwareConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1166
+
1167
+ @pulumi.input_type
1168
+ class ExternalInstallationSoftwareConfigurationArgs:
1169
+ def __init__(__self__, *,
1170
+ software_installation_type: pulumi.Input[str],
1171
+ central_server_vm_id: Optional[pulumi.Input[str]] = None):
1172
+ """
1173
+ The SAP Software configuration Input when the software is installed externally outside the service.
1174
+ :param pulumi.Input[str] software_installation_type: The SAP software installation Type.
1175
+ Expected value is 'External'.
1176
+ :param pulumi.Input[str] central_server_vm_id: The resource ID of the virtual machine containing the central server instance.
1177
+ """
1178
+ pulumi.set(__self__, "software_installation_type", 'External')
1179
+ if central_server_vm_id is not None:
1180
+ pulumi.set(__self__, "central_server_vm_id", central_server_vm_id)
1181
+
1182
+ @property
1183
+ @pulumi.getter(name="softwareInstallationType")
1184
+ def software_installation_type(self) -> pulumi.Input[str]:
1185
+ """
1186
+ The SAP software installation Type.
1187
+ Expected value is 'External'.
1188
+ """
1189
+ return pulumi.get(self, "software_installation_type")
1190
+
1191
+ @software_installation_type.setter
1192
+ def software_installation_type(self, value: pulumi.Input[str]):
1193
+ pulumi.set(self, "software_installation_type", value)
1194
+
1195
+ @property
1196
+ @pulumi.getter(name="centralServerVmId")
1197
+ def central_server_vm_id(self) -> Optional[pulumi.Input[str]]:
1198
+ """
1199
+ The resource ID of the virtual machine containing the central server instance.
1200
+ """
1201
+ return pulumi.get(self, "central_server_vm_id")
1202
+
1203
+ @central_server_vm_id.setter
1204
+ def central_server_vm_id(self, value: Optional[pulumi.Input[str]]):
1205
+ pulumi.set(self, "central_server_vm_id", value)
1206
+
1207
+
1208
+ if not MYPY:
1209
+ class HighAvailabilityConfigurationArgsDict(TypedDict):
1210
+ """
1211
+ Gets or sets the high availability configuration.
1212
+ """
1213
+ high_availability_type: pulumi.Input[Union[str, 'SAPHighAvailabilityType']]
1214
+ """
1215
+ The high availability type.
1216
+ """
1217
+ elif False:
1218
+ HighAvailabilityConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1219
+
1220
+ @pulumi.input_type
1221
+ class HighAvailabilityConfigurationArgs:
1222
+ def __init__(__self__, *,
1223
+ high_availability_type: pulumi.Input[Union[str, 'SAPHighAvailabilityType']]):
1224
+ """
1225
+ Gets or sets the high availability configuration.
1226
+ :param pulumi.Input[Union[str, 'SAPHighAvailabilityType']] high_availability_type: The high availability type.
1227
+ """
1228
+ pulumi.set(__self__, "high_availability_type", high_availability_type)
1229
+
1230
+ @property
1231
+ @pulumi.getter(name="highAvailabilityType")
1232
+ def high_availability_type(self) -> pulumi.Input[Union[str, 'SAPHighAvailabilityType']]:
1233
+ """
1234
+ The high availability type.
1235
+ """
1236
+ return pulumi.get(self, "high_availability_type")
1237
+
1238
+ @high_availability_type.setter
1239
+ def high_availability_type(self, value: pulumi.Input[Union[str, 'SAPHighAvailabilityType']]):
1240
+ pulumi.set(self, "high_availability_type", value)
1241
+
1242
+
1243
+ if not MYPY:
1244
+ class HighAvailabilitySoftwareConfigurationArgsDict(TypedDict):
1245
+ """
1246
+ Gets or sets the HA software configuration.
1247
+ """
1248
+ fencing_client_id: pulumi.Input[str]
1249
+ """
1250
+ The fencing client id.
1251
+ """
1252
+ fencing_client_password: pulumi.Input[str]
1253
+ """
1254
+ The fencing client id secret/password. The secret should never expire. This will be used pacemaker to start/stop the cluster VMs.
1255
+ """
1256
+ elif False:
1257
+ HighAvailabilitySoftwareConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1258
+
1259
+ @pulumi.input_type
1260
+ class HighAvailabilitySoftwareConfigurationArgs:
1261
+ def __init__(__self__, *,
1262
+ fencing_client_id: pulumi.Input[str],
1263
+ fencing_client_password: pulumi.Input[str]):
1264
+ """
1265
+ Gets or sets the HA software configuration.
1266
+ :param pulumi.Input[str] fencing_client_id: The fencing client id.
1267
+ :param pulumi.Input[str] fencing_client_password: The fencing client id secret/password. The secret should never expire. This will be used pacemaker to start/stop the cluster VMs.
1268
+ """
1269
+ pulumi.set(__self__, "fencing_client_id", fencing_client_id)
1270
+ pulumi.set(__self__, "fencing_client_password", fencing_client_password)
1271
+
1272
+ @property
1273
+ @pulumi.getter(name="fencingClientId")
1274
+ def fencing_client_id(self) -> pulumi.Input[str]:
1275
+ """
1276
+ The fencing client id.
1277
+ """
1278
+ return pulumi.get(self, "fencing_client_id")
1279
+
1280
+ @fencing_client_id.setter
1281
+ def fencing_client_id(self, value: pulumi.Input[str]):
1282
+ pulumi.set(self, "fencing_client_id", value)
1283
+
1284
+ @property
1285
+ @pulumi.getter(name="fencingClientPassword")
1286
+ def fencing_client_password(self) -> pulumi.Input[str]:
1287
+ """
1288
+ The fencing client id secret/password. The secret should never expire. This will be used pacemaker to start/stop the cluster VMs.
1289
+ """
1290
+ return pulumi.get(self, "fencing_client_password")
1291
+
1292
+ @fencing_client_password.setter
1293
+ def fencing_client_password(self, value: pulumi.Input[str]):
1294
+ pulumi.set(self, "fencing_client_password", value)
1295
+
1296
+
1297
+ if not MYPY:
1298
+ class ImageReferenceArgsDict(TypedDict):
1299
+ """
1300
+ Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set.
1301
+ """
1302
+ id: NotRequired[pulumi.Input[str]]
1303
+ """
1304
+ Specifies the ARM resource ID of the Azure Compute Gallery image version used for creating ACSS VMs. You will need to provide this input when you choose to deploy virtual machines in ACSS with OS image from the Azure Compute gallery.
1305
+ """
1306
+ offer: NotRequired[pulumi.Input[str]]
1307
+ """
1308
+ Specifies the offer of the platform image or marketplace image used to create the virtual machine.
1309
+ """
1310
+ publisher: NotRequired[pulumi.Input[str]]
1311
+ """
1312
+ The image publisher.
1313
+ """
1314
+ sku: NotRequired[pulumi.Input[str]]
1315
+ """
1316
+ The image SKU.
1317
+ """
1318
+ version: NotRequired[pulumi.Input[str]]
1319
+ """
1320
+ Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available.
1321
+ """
1322
+ elif False:
1323
+ ImageReferenceArgsDict: TypeAlias = Mapping[str, Any]
1324
+
1325
+ @pulumi.input_type
1326
+ class ImageReferenceArgs:
1327
+ def __init__(__self__, *,
1328
+ id: Optional[pulumi.Input[str]] = None,
1329
+ offer: Optional[pulumi.Input[str]] = None,
1330
+ publisher: Optional[pulumi.Input[str]] = None,
1331
+ sku: Optional[pulumi.Input[str]] = None,
1332
+ version: Optional[pulumi.Input[str]] = None):
1333
+ """
1334
+ Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set.
1335
+ :param pulumi.Input[str] id: Specifies the ARM resource ID of the Azure Compute Gallery image version used for creating ACSS VMs. You will need to provide this input when you choose to deploy virtual machines in ACSS with OS image from the Azure Compute gallery.
1336
+ :param pulumi.Input[str] offer: Specifies the offer of the platform image or marketplace image used to create the virtual machine.
1337
+ :param pulumi.Input[str] publisher: The image publisher.
1338
+ :param pulumi.Input[str] sku: The image SKU.
1339
+ :param pulumi.Input[str] version: Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available.
1340
+ """
1341
+ if id is not None:
1342
+ pulumi.set(__self__, "id", id)
1343
+ if offer is not None:
1344
+ pulumi.set(__self__, "offer", offer)
1345
+ if publisher is not None:
1346
+ pulumi.set(__self__, "publisher", publisher)
1347
+ if sku is not None:
1348
+ pulumi.set(__self__, "sku", sku)
1349
+ if version is not None:
1350
+ pulumi.set(__self__, "version", version)
1351
+
1352
+ @property
1353
+ @pulumi.getter
1354
+ def id(self) -> Optional[pulumi.Input[str]]:
1355
+ """
1356
+ Specifies the ARM resource ID of the Azure Compute Gallery image version used for creating ACSS VMs. You will need to provide this input when you choose to deploy virtual machines in ACSS with OS image from the Azure Compute gallery.
1357
+ """
1358
+ return pulumi.get(self, "id")
1359
+
1360
+ @id.setter
1361
+ def id(self, value: Optional[pulumi.Input[str]]):
1362
+ pulumi.set(self, "id", value)
1363
+
1364
+ @property
1365
+ @pulumi.getter
1366
+ def offer(self) -> Optional[pulumi.Input[str]]:
1367
+ """
1368
+ Specifies the offer of the platform image or marketplace image used to create the virtual machine.
1369
+ """
1370
+ return pulumi.get(self, "offer")
1371
+
1372
+ @offer.setter
1373
+ def offer(self, value: Optional[pulumi.Input[str]]):
1374
+ pulumi.set(self, "offer", value)
1375
+
1376
+ @property
1377
+ @pulumi.getter
1378
+ def publisher(self) -> Optional[pulumi.Input[str]]:
1379
+ """
1380
+ The image publisher.
1381
+ """
1382
+ return pulumi.get(self, "publisher")
1383
+
1384
+ @publisher.setter
1385
+ def publisher(self, value: Optional[pulumi.Input[str]]):
1386
+ pulumi.set(self, "publisher", value)
1387
+
1388
+ @property
1389
+ @pulumi.getter
1390
+ def sku(self) -> Optional[pulumi.Input[str]]:
1391
+ """
1392
+ The image SKU.
1393
+ """
1394
+ return pulumi.get(self, "sku")
1395
+
1396
+ @sku.setter
1397
+ def sku(self, value: Optional[pulumi.Input[str]]):
1398
+ pulumi.set(self, "sku", value)
1399
+
1400
+ @property
1401
+ @pulumi.getter
1402
+ def version(self) -> Optional[pulumi.Input[str]]:
1403
+ """
1404
+ Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available.
1405
+ """
1406
+ return pulumi.get(self, "version")
1407
+
1408
+ @version.setter
1409
+ def version(self, value: Optional[pulumi.Input[str]]):
1410
+ pulumi.set(self, "version", value)
1411
+
1412
+
1413
+ if not MYPY:
1414
+ class LinuxConfigurationArgsDict(TypedDict):
1415
+ """
1416
+ Specifies the Linux operating system settings on the virtual machine. <br><br>For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1417
+ """
1418
+ os_type: pulumi.Input[str]
1419
+ """
1420
+ The OS Type
1421
+ Expected value is 'Linux'.
1422
+ """
1423
+ disable_password_authentication: NotRequired[pulumi.Input[bool]]
1424
+ """
1425
+ Specifies whether password authentication should be disabled.
1426
+ """
1427
+ ssh: NotRequired[pulumi.Input['SshConfigurationArgsDict']]
1428
+ """
1429
+ Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead)
1430
+ """
1431
+ ssh_key_pair: NotRequired[pulumi.Input['SshKeyPairArgsDict']]
1432
+ """
1433
+ The SSH Key-pair used to authenticate with the VM's.
1434
+ """
1435
+ elif False:
1436
+ LinuxConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1437
+
1438
+ @pulumi.input_type
1439
+ class LinuxConfigurationArgs:
1440
+ def __init__(__self__, *,
1441
+ os_type: pulumi.Input[str],
1442
+ disable_password_authentication: Optional[pulumi.Input[bool]] = None,
1443
+ ssh: Optional[pulumi.Input['SshConfigurationArgs']] = None,
1444
+ ssh_key_pair: Optional[pulumi.Input['SshKeyPairArgs']] = None):
1445
+ """
1446
+ Specifies the Linux operating system settings on the virtual machine. <br><br>For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
1447
+ :param pulumi.Input[str] os_type: The OS Type
1448
+ Expected value is 'Linux'.
1449
+ :param pulumi.Input[bool] disable_password_authentication: Specifies whether password authentication should be disabled.
1450
+ :param pulumi.Input['SshConfigurationArgs'] ssh: Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead)
1451
+ :param pulumi.Input['SshKeyPairArgs'] ssh_key_pair: The SSH Key-pair used to authenticate with the VM's.
1452
+ """
1453
+ pulumi.set(__self__, "os_type", 'Linux')
1454
+ if disable_password_authentication is not None:
1455
+ pulumi.set(__self__, "disable_password_authentication", disable_password_authentication)
1456
+ if ssh is not None:
1457
+ pulumi.set(__self__, "ssh", ssh)
1458
+ if ssh_key_pair is not None:
1459
+ pulumi.set(__self__, "ssh_key_pair", ssh_key_pair)
1460
+
1461
+ @property
1462
+ @pulumi.getter(name="osType")
1463
+ def os_type(self) -> pulumi.Input[str]:
1464
+ """
1465
+ The OS Type
1466
+ Expected value is 'Linux'.
1467
+ """
1468
+ return pulumi.get(self, "os_type")
1469
+
1470
+ @os_type.setter
1471
+ def os_type(self, value: pulumi.Input[str]):
1472
+ pulumi.set(self, "os_type", value)
1473
+
1474
+ @property
1475
+ @pulumi.getter(name="disablePasswordAuthentication")
1476
+ def disable_password_authentication(self) -> Optional[pulumi.Input[bool]]:
1477
+ """
1478
+ Specifies whether password authentication should be disabled.
1479
+ """
1480
+ return pulumi.get(self, "disable_password_authentication")
1481
+
1482
+ @disable_password_authentication.setter
1483
+ def disable_password_authentication(self, value: Optional[pulumi.Input[bool]]):
1484
+ pulumi.set(self, "disable_password_authentication", value)
1485
+
1486
+ @property
1487
+ @pulumi.getter
1488
+ def ssh(self) -> Optional[pulumi.Input['SshConfigurationArgs']]:
1489
+ """
1490
+ Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead)
1491
+ """
1492
+ return pulumi.get(self, "ssh")
1493
+
1494
+ @ssh.setter
1495
+ def ssh(self, value: Optional[pulumi.Input['SshConfigurationArgs']]):
1496
+ pulumi.set(self, "ssh", value)
1497
+
1498
+ @property
1499
+ @pulumi.getter(name="sshKeyPair")
1500
+ def ssh_key_pair(self) -> Optional[pulumi.Input['SshKeyPairArgs']]:
1501
+ """
1502
+ The SSH Key-pair used to authenticate with the VM's.
1503
+ """
1504
+ return pulumi.get(self, "ssh_key_pair")
1505
+
1506
+ @ssh_key_pair.setter
1507
+ def ssh_key_pair(self, value: Optional[pulumi.Input['SshKeyPairArgs']]):
1508
+ pulumi.set(self, "ssh_key_pair", value)
1509
+
1510
+
1511
+ if not MYPY:
1512
+ class LoadBalancerResourceNamesArgsDict(TypedDict):
1513
+ """
1514
+ The resource names object for load balancer and related resources.
1515
+ """
1516
+ backend_pool_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1517
+ """
1518
+ The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1
1519
+ """
1520
+ frontend_ip_configuration_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1521
+ """
1522
+ The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.
1523
+ """
1524
+ health_probe_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1525
+ """
1526
+ The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.
1527
+ """
1528
+ load_balancer_name: NotRequired[pulumi.Input[str]]
1529
+ """
1530
+ The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer.
1531
+ """
1532
+ elif False:
1533
+ LoadBalancerResourceNamesArgsDict: TypeAlias = Mapping[str, Any]
1534
+
1535
+ @pulumi.input_type
1536
+ class LoadBalancerResourceNamesArgs:
1537
+ def __init__(__self__, *,
1538
+ backend_pool_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1539
+ frontend_ip_configuration_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1540
+ health_probe_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1541
+ load_balancer_name: Optional[pulumi.Input[str]] = None):
1542
+ """
1543
+ The resource names object for load balancer and related resources.
1544
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] backend_pool_names: The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1
1545
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] frontend_ip_configuration_names: The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.
1546
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] health_probe_names: The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.
1547
+ :param pulumi.Input[str] load_balancer_name: The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer.
1548
+ """
1549
+ if backend_pool_names is not None:
1550
+ pulumi.set(__self__, "backend_pool_names", backend_pool_names)
1551
+ if frontend_ip_configuration_names is not None:
1552
+ pulumi.set(__self__, "frontend_ip_configuration_names", frontend_ip_configuration_names)
1553
+ if health_probe_names is not None:
1554
+ pulumi.set(__self__, "health_probe_names", health_probe_names)
1555
+ if load_balancer_name is not None:
1556
+ pulumi.set(__self__, "load_balancer_name", load_balancer_name)
1557
+
1558
+ @property
1559
+ @pulumi.getter(name="backendPoolNames")
1560
+ def backend_pool_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1561
+ """
1562
+ The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1
1563
+ """
1564
+ return pulumi.get(self, "backend_pool_names")
1565
+
1566
+ @backend_pool_names.setter
1567
+ def backend_pool_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1568
+ pulumi.set(self, "backend_pool_names", value)
1569
+
1570
+ @property
1571
+ @pulumi.getter(name="frontendIpConfigurationNames")
1572
+ def frontend_ip_configuration_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1573
+ """
1574
+ The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.
1575
+ """
1576
+ return pulumi.get(self, "frontend_ip_configuration_names")
1577
+
1578
+ @frontend_ip_configuration_names.setter
1579
+ def frontend_ip_configuration_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1580
+ pulumi.set(self, "frontend_ip_configuration_names", value)
1581
+
1582
+ @property
1583
+ @pulumi.getter(name="healthProbeNames")
1584
+ def health_probe_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1585
+ """
1586
+ The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer.
1587
+ """
1588
+ return pulumi.get(self, "health_probe_names")
1589
+
1590
+ @health_probe_names.setter
1591
+ def health_probe_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1592
+ pulumi.set(self, "health_probe_names", value)
1593
+
1594
+ @property
1595
+ @pulumi.getter(name="loadBalancerName")
1596
+ def load_balancer_name(self) -> Optional[pulumi.Input[str]]:
1597
+ """
1598
+ The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer.
1599
+ """
1600
+ return pulumi.get(self, "load_balancer_name")
1601
+
1602
+ @load_balancer_name.setter
1603
+ def load_balancer_name(self, value: Optional[pulumi.Input[str]]):
1604
+ pulumi.set(self, "load_balancer_name", value)
1605
+
1606
+
1607
+ if not MYPY:
1608
+ class ManagedRGConfigurationArgsDict(TypedDict):
1609
+ """
1610
+ Managed resource group configuration
1611
+ """
1612
+ name: NotRequired[pulumi.Input[str]]
1613
+ """
1614
+ Managed resource group name
1615
+ """
1616
+ elif False:
1617
+ ManagedRGConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1618
+
1619
+ @pulumi.input_type
1620
+ class ManagedRGConfigurationArgs:
1621
+ def __init__(__self__, *,
1622
+ name: Optional[pulumi.Input[str]] = None):
1623
+ """
1624
+ Managed resource group configuration
1625
+ :param pulumi.Input[str] name: Managed resource group name
1626
+ """
1627
+ if name is not None:
1628
+ pulumi.set(__self__, "name", name)
1629
+
1630
+ @property
1631
+ @pulumi.getter
1632
+ def name(self) -> Optional[pulumi.Input[str]]:
1633
+ """
1634
+ Managed resource group name
1635
+ """
1636
+ return pulumi.get(self, "name")
1637
+
1638
+ @name.setter
1639
+ def name(self, value: Optional[pulumi.Input[str]]):
1640
+ pulumi.set(self, "name", value)
1641
+
1642
+
1643
+ if not MYPY:
1644
+ class ManagedServiceIdentityArgsDict(TypedDict):
1645
+ """
1646
+ Managed service identity (system assigned and/or user assigned identities)
1647
+ """
1648
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
1649
+ """
1650
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1651
+ """
1652
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
1653
+ """
1654
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1655
+ """
1656
+ elif False:
1657
+ ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
1658
+
1659
+ @pulumi.input_type
1660
+ class ManagedServiceIdentityArgs:
1661
+ def __init__(__self__, *,
1662
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
1663
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1664
+ """
1665
+ Managed service identity (system assigned and/or user assigned identities)
1666
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1667
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1668
+ """
1669
+ pulumi.set(__self__, "type", type)
1670
+ if user_assigned_identities is not None:
1671
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1672
+
1673
+ @property
1674
+ @pulumi.getter
1675
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
1676
+ """
1677
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1678
+ """
1679
+ return pulumi.get(self, "type")
1680
+
1681
+ @type.setter
1682
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
1683
+ pulumi.set(self, "type", value)
1684
+
1685
+ @property
1686
+ @pulumi.getter(name="userAssignedIdentities")
1687
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1688
+ """
1689
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1690
+ """
1691
+ return pulumi.get(self, "user_assigned_identities")
1692
+
1693
+ @user_assigned_identities.setter
1694
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1695
+ pulumi.set(self, "user_assigned_identities", value)
1696
+
1697
+
1698
+ if not MYPY:
1699
+ class MountFileShareConfigurationArgsDict(TypedDict):
1700
+ """
1701
+ Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow.
1702
+ """
1703
+ configuration_type: pulumi.Input[str]
1704
+ """
1705
+ The type of file share config.
1706
+ Expected value is 'Mount'.
1707
+ """
1708
+ id: pulumi.Input[str]
1709
+ """
1710
+ The fileshare resource ID
1711
+ """
1712
+ private_endpoint_id: pulumi.Input[str]
1713
+ """
1714
+ The private endpoint resource ID
1715
+ """
1716
+ elif False:
1717
+ MountFileShareConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1718
+
1719
+ @pulumi.input_type
1720
+ class MountFileShareConfigurationArgs:
1721
+ def __init__(__self__, *,
1722
+ configuration_type: pulumi.Input[str],
1723
+ id: pulumi.Input[str],
1724
+ private_endpoint_id: pulumi.Input[str]):
1725
+ """
1726
+ Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow.
1727
+ :param pulumi.Input[str] configuration_type: The type of file share config.
1728
+ Expected value is 'Mount'.
1729
+ :param pulumi.Input[str] id: The fileshare resource ID
1730
+ :param pulumi.Input[str] private_endpoint_id: The private endpoint resource ID
1731
+ """
1732
+ pulumi.set(__self__, "configuration_type", 'Mount')
1733
+ pulumi.set(__self__, "id", id)
1734
+ pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
1735
+
1736
+ @property
1737
+ @pulumi.getter(name="configurationType")
1738
+ def configuration_type(self) -> pulumi.Input[str]:
1739
+ """
1740
+ The type of file share config.
1741
+ Expected value is 'Mount'.
1742
+ """
1743
+ return pulumi.get(self, "configuration_type")
1744
+
1745
+ @configuration_type.setter
1746
+ def configuration_type(self, value: pulumi.Input[str]):
1747
+ pulumi.set(self, "configuration_type", value)
1748
+
1749
+ @property
1750
+ @pulumi.getter
1751
+ def id(self) -> pulumi.Input[str]:
1752
+ """
1753
+ The fileshare resource ID
1754
+ """
1755
+ return pulumi.get(self, "id")
1756
+
1757
+ @id.setter
1758
+ def id(self, value: pulumi.Input[str]):
1759
+ pulumi.set(self, "id", value)
1760
+
1761
+ @property
1762
+ @pulumi.getter(name="privateEndpointId")
1763
+ def private_endpoint_id(self) -> pulumi.Input[str]:
1764
+ """
1765
+ The private endpoint resource ID
1766
+ """
1767
+ return pulumi.get(self, "private_endpoint_id")
1768
+
1769
+ @private_endpoint_id.setter
1770
+ def private_endpoint_id(self, value: pulumi.Input[str]):
1771
+ pulumi.set(self, "private_endpoint_id", value)
1772
+
1773
+
1774
+ if not MYPY:
1775
+ class NetworkConfigurationArgsDict(TypedDict):
1776
+ """
1777
+ Defines the network configuration type for SAP system infrastructure that is being deployed
1778
+ """
1779
+ is_secondary_ip_enabled: NotRequired[pulumi.Input[bool]]
1780
+ """
1781
+ Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed
1782
+ """
1783
+ elif False:
1784
+ NetworkConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1785
+
1786
+ @pulumi.input_type
1787
+ class NetworkConfigurationArgs:
1788
+ def __init__(__self__, *,
1789
+ is_secondary_ip_enabled: Optional[pulumi.Input[bool]] = None):
1790
+ """
1791
+ Defines the network configuration type for SAP system infrastructure that is being deployed
1792
+ :param pulumi.Input[bool] is_secondary_ip_enabled: Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed
1793
+ """
1794
+ if is_secondary_ip_enabled is None:
1795
+ is_secondary_ip_enabled = False
1796
+ if is_secondary_ip_enabled is not None:
1797
+ pulumi.set(__self__, "is_secondary_ip_enabled", is_secondary_ip_enabled)
1798
+
1799
+ @property
1800
+ @pulumi.getter(name="isSecondaryIpEnabled")
1801
+ def is_secondary_ip_enabled(self) -> Optional[pulumi.Input[bool]]:
1802
+ """
1803
+ Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed
1804
+ """
1805
+ return pulumi.get(self, "is_secondary_ip_enabled")
1806
+
1807
+ @is_secondary_ip_enabled.setter
1808
+ def is_secondary_ip_enabled(self, value: Optional[pulumi.Input[bool]]):
1809
+ pulumi.set(self, "is_secondary_ip_enabled", value)
1810
+
1811
+
1812
+ if not MYPY:
1813
+ class NetworkInterfaceResourceNamesArgsDict(TypedDict):
1814
+ """
1815
+ The resource names object for network interface and related resources.
1816
+ """
1817
+ network_interface_name: NotRequired[pulumi.Input[str]]
1818
+ """
1819
+ The full name for network interface. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}-Nic. In case of HA-AvZone systems, default name will be {SID}-{App/ASCS/DB}-Zone{A/B}-Nic with an incrementor at the end in case of more than 1 instance per layer. For distributed and HA-AvSet systems, default name will be {SID}-{App/ASCS/DB}-Nic with an incrementor at the end in case of more than 1 instance per layer.
1820
+ """
1821
+ elif False:
1822
+ NetworkInterfaceResourceNamesArgsDict: TypeAlias = Mapping[str, Any]
1823
+
1824
+ @pulumi.input_type
1825
+ class NetworkInterfaceResourceNamesArgs:
1826
+ def __init__(__self__, *,
1827
+ network_interface_name: Optional[pulumi.Input[str]] = None):
1828
+ """
1829
+ The resource names object for network interface and related resources.
1830
+ :param pulumi.Input[str] network_interface_name: The full name for network interface. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}-Nic. In case of HA-AvZone systems, default name will be {SID}-{App/ASCS/DB}-Zone{A/B}-Nic with an incrementor at the end in case of more than 1 instance per layer. For distributed and HA-AvSet systems, default name will be {SID}-{App/ASCS/DB}-Nic with an incrementor at the end in case of more than 1 instance per layer.
1831
+ """
1832
+ if network_interface_name is not None:
1833
+ pulumi.set(__self__, "network_interface_name", network_interface_name)
1834
+
1835
+ @property
1836
+ @pulumi.getter(name="networkInterfaceName")
1837
+ def network_interface_name(self) -> Optional[pulumi.Input[str]]:
1838
+ """
1839
+ The full name for network interface. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}-Nic. In case of HA-AvZone systems, default name will be {SID}-{App/ASCS/DB}-Zone{A/B}-Nic with an incrementor at the end in case of more than 1 instance per layer. For distributed and HA-AvSet systems, default name will be {SID}-{App/ASCS/DB}-Nic with an incrementor at the end in case of more than 1 instance per layer.
1840
+ """
1841
+ return pulumi.get(self, "network_interface_name")
1842
+
1843
+ @network_interface_name.setter
1844
+ def network_interface_name(self, value: Optional[pulumi.Input[str]]):
1845
+ pulumi.set(self, "network_interface_name", value)
1846
+
1847
+
1848
+ if not MYPY:
1849
+ class OSProfileArgsDict(TypedDict):
1850
+ """
1851
+ Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned.
1852
+ """
1853
+ admin_password: NotRequired[pulumi.Input[str]]
1854
+ """
1855
+ Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
1856
+ """
1857
+ admin_username: NotRequired[pulumi.Input[str]]
1858
+ """
1859
+ Specifies the name of the administrator account. <br><br> This property cannot be updated after the VM is created. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters.
1860
+ """
1861
+ os_configuration: NotRequired[pulumi.Input[Union['LinuxConfigurationArgsDict', 'WindowsConfigurationArgsDict']]]
1862
+ """
1863
+ Specifies Windows operating system settings on the virtual machine.
1864
+ """
1865
+ elif False:
1866
+ OSProfileArgsDict: TypeAlias = Mapping[str, Any]
1867
+
1868
+ @pulumi.input_type
1869
+ class OSProfileArgs:
1870
+ def __init__(__self__, *,
1871
+ admin_password: Optional[pulumi.Input[str]] = None,
1872
+ admin_username: Optional[pulumi.Input[str]] = None,
1873
+ os_configuration: Optional[pulumi.Input[Union['LinuxConfigurationArgs', 'WindowsConfigurationArgs']]] = None):
1874
+ """
1875
+ Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned.
1876
+ :param pulumi.Input[str] admin_password: Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
1877
+ :param pulumi.Input[str] admin_username: Specifies the name of the administrator account. <br><br> This property cannot be updated after the VM is created. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters.
1878
+ :param pulumi.Input[Union['LinuxConfigurationArgs', 'WindowsConfigurationArgs']] os_configuration: Specifies Windows operating system settings on the virtual machine.
1879
+ """
1880
+ if admin_password is not None:
1881
+ pulumi.set(__self__, "admin_password", admin_password)
1882
+ if admin_username is not None:
1883
+ pulumi.set(__self__, "admin_username", admin_username)
1884
+ if os_configuration is not None:
1885
+ pulumi.set(__self__, "os_configuration", os_configuration)
1886
+
1887
+ @property
1888
+ @pulumi.getter(name="adminPassword")
1889
+ def admin_password(self) -> Optional[pulumi.Input[str]]:
1890
+ """
1891
+ Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled <br> Has lower characters <br>Has upper characters <br> Has a digit <br> Has a special character (Regex match [\\W_]) <br><br> **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" <br><br> For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp) <br><br> For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection)
1892
+ """
1893
+ return pulumi.get(self, "admin_password")
1894
+
1895
+ @admin_password.setter
1896
+ def admin_password(self, value: Optional[pulumi.Input[str]]):
1897
+ pulumi.set(self, "admin_password", value)
1898
+
1899
+ @property
1900
+ @pulumi.getter(name="adminUsername")
1901
+ def admin_username(self) -> Optional[pulumi.Input[str]]:
1902
+ """
1903
+ Specifies the name of the administrator account. <br><br> This property cannot be updated after the VM is created. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". <br><br> **Minimum-length (Linux):** 1 character <br><br> **Max-length (Linux):** 64 characters <br><br> **Max-length (Windows):** 20 characters.
1904
+ """
1905
+ return pulumi.get(self, "admin_username")
1906
+
1907
+ @admin_username.setter
1908
+ def admin_username(self, value: Optional[pulumi.Input[str]]):
1909
+ pulumi.set(self, "admin_username", value)
1910
+
1911
+ @property
1912
+ @pulumi.getter(name="osConfiguration")
1913
+ def os_configuration(self) -> Optional[pulumi.Input[Union['LinuxConfigurationArgs', 'WindowsConfigurationArgs']]]:
1914
+ """
1915
+ Specifies Windows operating system settings on the virtual machine.
1916
+ """
1917
+ return pulumi.get(self, "os_configuration")
1918
+
1919
+ @os_configuration.setter
1920
+ def os_configuration(self, value: Optional[pulumi.Input[Union['LinuxConfigurationArgs', 'WindowsConfigurationArgs']]]):
1921
+ pulumi.set(self, "os_configuration", value)
1922
+
1923
+
1924
+ if not MYPY:
1925
+ class OsSapConfigurationArgsDict(TypedDict):
1926
+ """
1927
+ Defines the OS and SAP Configurations for Deployment
1928
+ """
1929
+ deployer_vm_packages: NotRequired[pulumi.Input['DeployerVmPackagesArgsDict']]
1930
+ """
1931
+ The url and storage account ID where deployer VM packages are uploaded
1932
+ """
1933
+ sap_fqdn: NotRequired[pulumi.Input[str]]
1934
+ """
1935
+ The FQDN to set for the SAP system
1936
+ """
1937
+ elif False:
1938
+ OsSapConfigurationArgsDict: TypeAlias = Mapping[str, Any]
1939
+
1940
+ @pulumi.input_type
1941
+ class OsSapConfigurationArgs:
1942
+ def __init__(__self__, *,
1943
+ deployer_vm_packages: Optional[pulumi.Input['DeployerVmPackagesArgs']] = None,
1944
+ sap_fqdn: Optional[pulumi.Input[str]] = None):
1945
+ """
1946
+ Defines the OS and SAP Configurations for Deployment
1947
+ :param pulumi.Input['DeployerVmPackagesArgs'] deployer_vm_packages: The url and storage account ID where deployer VM packages are uploaded
1948
+ :param pulumi.Input[str] sap_fqdn: The FQDN to set for the SAP system
1949
+ """
1950
+ if deployer_vm_packages is not None:
1951
+ pulumi.set(__self__, "deployer_vm_packages", deployer_vm_packages)
1952
+ if sap_fqdn is not None:
1953
+ pulumi.set(__self__, "sap_fqdn", sap_fqdn)
1954
+
1955
+ @property
1956
+ @pulumi.getter(name="deployerVmPackages")
1957
+ def deployer_vm_packages(self) -> Optional[pulumi.Input['DeployerVmPackagesArgs']]:
1958
+ """
1959
+ The url and storage account ID where deployer VM packages are uploaded
1960
+ """
1961
+ return pulumi.get(self, "deployer_vm_packages")
1962
+
1963
+ @deployer_vm_packages.setter
1964
+ def deployer_vm_packages(self, value: Optional[pulumi.Input['DeployerVmPackagesArgs']]):
1965
+ pulumi.set(self, "deployer_vm_packages", value)
1966
+
1967
+ @property
1968
+ @pulumi.getter(name="sapFqdn")
1969
+ def sap_fqdn(self) -> Optional[pulumi.Input[str]]:
1970
+ """
1971
+ The FQDN to set for the SAP system
1972
+ """
1973
+ return pulumi.get(self, "sap_fqdn")
1974
+
1975
+ @sap_fqdn.setter
1976
+ def sap_fqdn(self, value: Optional[pulumi.Input[str]]):
1977
+ pulumi.set(self, "sap_fqdn", value)
1978
+
1979
+
1980
+ if not MYPY:
1981
+ class SAPInstallWithoutOSConfigSoftwareConfigurationArgsDict(TypedDict):
1982
+ """
1983
+ The SAP Software configuration Input when the software is to be installed by service without OS Configurations
1984
+ """
1985
+ bom_url: pulumi.Input[str]
1986
+ """
1987
+ The URL to the SAP Build of Materials(BOM) file.
1988
+ """
1989
+ sap_bits_storage_account_id: pulumi.Input[str]
1990
+ """
1991
+ The SAP bits storage account id.
1992
+ """
1993
+ software_installation_type: pulumi.Input[str]
1994
+ """
1995
+ The SAP software installation Type.
1996
+ Expected value is 'SAPInstallWithoutOSConfig'.
1997
+ """
1998
+ software_version: pulumi.Input[str]
1999
+ """
2000
+ The software version to install.
2001
+ """
2002
+ high_availability_software_configuration: NotRequired[pulumi.Input['HighAvailabilitySoftwareConfigurationArgsDict']]
2003
+ """
2004
+ Gets or sets the HA software configuration.
2005
+ """
2006
+ elif False:
2007
+ SAPInstallWithoutOSConfigSoftwareConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2008
+
2009
+ @pulumi.input_type
2010
+ class SAPInstallWithoutOSConfigSoftwareConfigurationArgs:
2011
+ def __init__(__self__, *,
2012
+ bom_url: pulumi.Input[str],
2013
+ sap_bits_storage_account_id: pulumi.Input[str],
2014
+ software_installation_type: pulumi.Input[str],
2015
+ software_version: pulumi.Input[str],
2016
+ high_availability_software_configuration: Optional[pulumi.Input['HighAvailabilitySoftwareConfigurationArgs']] = None):
2017
+ """
2018
+ The SAP Software configuration Input when the software is to be installed by service without OS Configurations
2019
+ :param pulumi.Input[str] bom_url: The URL to the SAP Build of Materials(BOM) file.
2020
+ :param pulumi.Input[str] sap_bits_storage_account_id: The SAP bits storage account id.
2021
+ :param pulumi.Input[str] software_installation_type: The SAP software installation Type.
2022
+ Expected value is 'SAPInstallWithoutOSConfig'.
2023
+ :param pulumi.Input[str] software_version: The software version to install.
2024
+ :param pulumi.Input['HighAvailabilitySoftwareConfigurationArgs'] high_availability_software_configuration: Gets or sets the HA software configuration.
2025
+ """
2026
+ pulumi.set(__self__, "bom_url", bom_url)
2027
+ pulumi.set(__self__, "sap_bits_storage_account_id", sap_bits_storage_account_id)
2028
+ pulumi.set(__self__, "software_installation_type", 'SAPInstallWithoutOSConfig')
2029
+ pulumi.set(__self__, "software_version", software_version)
2030
+ if high_availability_software_configuration is not None:
2031
+ pulumi.set(__self__, "high_availability_software_configuration", high_availability_software_configuration)
2032
+
2033
+ @property
2034
+ @pulumi.getter(name="bomUrl")
2035
+ def bom_url(self) -> pulumi.Input[str]:
2036
+ """
2037
+ The URL to the SAP Build of Materials(BOM) file.
2038
+ """
2039
+ return pulumi.get(self, "bom_url")
2040
+
2041
+ @bom_url.setter
2042
+ def bom_url(self, value: pulumi.Input[str]):
2043
+ pulumi.set(self, "bom_url", value)
2044
+
2045
+ @property
2046
+ @pulumi.getter(name="sapBitsStorageAccountId")
2047
+ def sap_bits_storage_account_id(self) -> pulumi.Input[str]:
2048
+ """
2049
+ The SAP bits storage account id.
2050
+ """
2051
+ return pulumi.get(self, "sap_bits_storage_account_id")
2052
+
2053
+ @sap_bits_storage_account_id.setter
2054
+ def sap_bits_storage_account_id(self, value: pulumi.Input[str]):
2055
+ pulumi.set(self, "sap_bits_storage_account_id", value)
2056
+
2057
+ @property
2058
+ @pulumi.getter(name="softwareInstallationType")
2059
+ def software_installation_type(self) -> pulumi.Input[str]:
2060
+ """
2061
+ The SAP software installation Type.
2062
+ Expected value is 'SAPInstallWithoutOSConfig'.
2063
+ """
2064
+ return pulumi.get(self, "software_installation_type")
2065
+
2066
+ @software_installation_type.setter
2067
+ def software_installation_type(self, value: pulumi.Input[str]):
2068
+ pulumi.set(self, "software_installation_type", value)
2069
+
2070
+ @property
2071
+ @pulumi.getter(name="softwareVersion")
2072
+ def software_version(self) -> pulumi.Input[str]:
2073
+ """
2074
+ The software version to install.
2075
+ """
2076
+ return pulumi.get(self, "software_version")
2077
+
2078
+ @software_version.setter
2079
+ def software_version(self, value: pulumi.Input[str]):
2080
+ pulumi.set(self, "software_version", value)
2081
+
2082
+ @property
2083
+ @pulumi.getter(name="highAvailabilitySoftwareConfiguration")
2084
+ def high_availability_software_configuration(self) -> Optional[pulumi.Input['HighAvailabilitySoftwareConfigurationArgs']]:
2085
+ """
2086
+ Gets or sets the HA software configuration.
2087
+ """
2088
+ return pulumi.get(self, "high_availability_software_configuration")
2089
+
2090
+ @high_availability_software_configuration.setter
2091
+ def high_availability_software_configuration(self, value: Optional[pulumi.Input['HighAvailabilitySoftwareConfigurationArgs']]):
2092
+ pulumi.set(self, "high_availability_software_configuration", value)
2093
+
2094
+
2095
+ if not MYPY:
2096
+ class ServiceInitiatedSoftwareConfigurationArgsDict(TypedDict):
2097
+ """
2098
+ The SAP Software configuration Input when the software is to be installed by service.
2099
+ """
2100
+ bom_url: pulumi.Input[str]
2101
+ """
2102
+ The URL to the SAP Build of Materials(BOM) file.
2103
+ """
2104
+ sap_bits_storage_account_id: pulumi.Input[str]
2105
+ """
2106
+ The SAP bits storage account id.
2107
+ """
2108
+ sap_fqdn: pulumi.Input[str]
2109
+ """
2110
+ The FQDN to set for the SAP system during install.
2111
+ """
2112
+ software_installation_type: pulumi.Input[str]
2113
+ """
2114
+ The SAP software installation Type.
2115
+ Expected value is 'ServiceInitiated'.
2116
+ """
2117
+ software_version: pulumi.Input[str]
2118
+ """
2119
+ The software version to install.
2120
+ """
2121
+ ssh_private_key: pulumi.Input[str]
2122
+ """
2123
+ The SSH private key.
2124
+ """
2125
+ high_availability_software_configuration: NotRequired[pulumi.Input['HighAvailabilitySoftwareConfigurationArgsDict']]
2126
+ """
2127
+ Gets or sets the HA software configuration.
2128
+ """
2129
+ elif False:
2130
+ ServiceInitiatedSoftwareConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2131
+
2132
+ @pulumi.input_type
2133
+ class ServiceInitiatedSoftwareConfigurationArgs:
2134
+ def __init__(__self__, *,
2135
+ bom_url: pulumi.Input[str],
2136
+ sap_bits_storage_account_id: pulumi.Input[str],
2137
+ sap_fqdn: pulumi.Input[str],
2138
+ software_installation_type: pulumi.Input[str],
2139
+ software_version: pulumi.Input[str],
2140
+ ssh_private_key: pulumi.Input[str],
2141
+ high_availability_software_configuration: Optional[pulumi.Input['HighAvailabilitySoftwareConfigurationArgs']] = None):
2142
+ """
2143
+ The SAP Software configuration Input when the software is to be installed by service.
2144
+ :param pulumi.Input[str] bom_url: The URL to the SAP Build of Materials(BOM) file.
2145
+ :param pulumi.Input[str] sap_bits_storage_account_id: The SAP bits storage account id.
2146
+ :param pulumi.Input[str] sap_fqdn: The FQDN to set for the SAP system during install.
2147
+ :param pulumi.Input[str] software_installation_type: The SAP software installation Type.
2148
+ Expected value is 'ServiceInitiated'.
2149
+ :param pulumi.Input[str] software_version: The software version to install.
2150
+ :param pulumi.Input[str] ssh_private_key: The SSH private key.
2151
+ :param pulumi.Input['HighAvailabilitySoftwareConfigurationArgs'] high_availability_software_configuration: Gets or sets the HA software configuration.
2152
+ """
2153
+ pulumi.set(__self__, "bom_url", bom_url)
2154
+ pulumi.set(__self__, "sap_bits_storage_account_id", sap_bits_storage_account_id)
2155
+ pulumi.set(__self__, "sap_fqdn", sap_fqdn)
2156
+ pulumi.set(__self__, "software_installation_type", 'ServiceInitiated')
2157
+ pulumi.set(__self__, "software_version", software_version)
2158
+ pulumi.set(__self__, "ssh_private_key", ssh_private_key)
2159
+ if high_availability_software_configuration is not None:
2160
+ pulumi.set(__self__, "high_availability_software_configuration", high_availability_software_configuration)
2161
+
2162
+ @property
2163
+ @pulumi.getter(name="bomUrl")
2164
+ def bom_url(self) -> pulumi.Input[str]:
2165
+ """
2166
+ The URL to the SAP Build of Materials(BOM) file.
2167
+ """
2168
+ return pulumi.get(self, "bom_url")
2169
+
2170
+ @bom_url.setter
2171
+ def bom_url(self, value: pulumi.Input[str]):
2172
+ pulumi.set(self, "bom_url", value)
2173
+
2174
+ @property
2175
+ @pulumi.getter(name="sapBitsStorageAccountId")
2176
+ def sap_bits_storage_account_id(self) -> pulumi.Input[str]:
2177
+ """
2178
+ The SAP bits storage account id.
2179
+ """
2180
+ return pulumi.get(self, "sap_bits_storage_account_id")
2181
+
2182
+ @sap_bits_storage_account_id.setter
2183
+ def sap_bits_storage_account_id(self, value: pulumi.Input[str]):
2184
+ pulumi.set(self, "sap_bits_storage_account_id", value)
2185
+
2186
+ @property
2187
+ @pulumi.getter(name="sapFqdn")
2188
+ def sap_fqdn(self) -> pulumi.Input[str]:
2189
+ """
2190
+ The FQDN to set for the SAP system during install.
2191
+ """
2192
+ return pulumi.get(self, "sap_fqdn")
2193
+
2194
+ @sap_fqdn.setter
2195
+ def sap_fqdn(self, value: pulumi.Input[str]):
2196
+ pulumi.set(self, "sap_fqdn", value)
2197
+
2198
+ @property
2199
+ @pulumi.getter(name="softwareInstallationType")
2200
+ def software_installation_type(self) -> pulumi.Input[str]:
2201
+ """
2202
+ The SAP software installation Type.
2203
+ Expected value is 'ServiceInitiated'.
2204
+ """
2205
+ return pulumi.get(self, "software_installation_type")
2206
+
2207
+ @software_installation_type.setter
2208
+ def software_installation_type(self, value: pulumi.Input[str]):
2209
+ pulumi.set(self, "software_installation_type", value)
2210
+
2211
+ @property
2212
+ @pulumi.getter(name="softwareVersion")
2213
+ def software_version(self) -> pulumi.Input[str]:
2214
+ """
2215
+ The software version to install.
2216
+ """
2217
+ return pulumi.get(self, "software_version")
2218
+
2219
+ @software_version.setter
2220
+ def software_version(self, value: pulumi.Input[str]):
2221
+ pulumi.set(self, "software_version", value)
2222
+
2223
+ @property
2224
+ @pulumi.getter(name="sshPrivateKey")
2225
+ def ssh_private_key(self) -> pulumi.Input[str]:
2226
+ """
2227
+ The SSH private key.
2228
+ """
2229
+ return pulumi.get(self, "ssh_private_key")
2230
+
2231
+ @ssh_private_key.setter
2232
+ def ssh_private_key(self, value: pulumi.Input[str]):
2233
+ pulumi.set(self, "ssh_private_key", value)
2234
+
2235
+ @property
2236
+ @pulumi.getter(name="highAvailabilitySoftwareConfiguration")
2237
+ def high_availability_software_configuration(self) -> Optional[pulumi.Input['HighAvailabilitySoftwareConfigurationArgs']]:
2238
+ """
2239
+ Gets or sets the HA software configuration.
2240
+ """
2241
+ return pulumi.get(self, "high_availability_software_configuration")
2242
+
2243
+ @high_availability_software_configuration.setter
2244
+ def high_availability_software_configuration(self, value: Optional[pulumi.Input['HighAvailabilitySoftwareConfigurationArgs']]):
2245
+ pulumi.set(self, "high_availability_software_configuration", value)
2246
+
2247
+
2248
+ if not MYPY:
2249
+ class SharedStorageResourceNamesArgsDict(TypedDict):
2250
+ """
2251
+ The resource names object for shared storage.
2252
+ """
2253
+ shared_storage_account_name: NotRequired[pulumi.Input[str]]
2254
+ """
2255
+ The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}.
2256
+ """
2257
+ shared_storage_account_private_end_point_name: NotRequired[pulumi.Input[str]]
2258
+ """
2259
+ The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe
2260
+ """
2261
+ elif False:
2262
+ SharedStorageResourceNamesArgsDict: TypeAlias = Mapping[str, Any]
2263
+
2264
+ @pulumi.input_type
2265
+ class SharedStorageResourceNamesArgs:
2266
+ def __init__(__self__, *,
2267
+ shared_storage_account_name: Optional[pulumi.Input[str]] = None,
2268
+ shared_storage_account_private_end_point_name: Optional[pulumi.Input[str]] = None):
2269
+ """
2270
+ The resource names object for shared storage.
2271
+ :param pulumi.Input[str] shared_storage_account_name: The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}.
2272
+ :param pulumi.Input[str] shared_storage_account_private_end_point_name: The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe
2273
+ """
2274
+ if shared_storage_account_name is not None:
2275
+ pulumi.set(__self__, "shared_storage_account_name", shared_storage_account_name)
2276
+ if shared_storage_account_private_end_point_name is not None:
2277
+ pulumi.set(__self__, "shared_storage_account_private_end_point_name", shared_storage_account_private_end_point_name)
2278
+
2279
+ @property
2280
+ @pulumi.getter(name="sharedStorageAccountName")
2281
+ def shared_storage_account_name(self) -> Optional[pulumi.Input[str]]:
2282
+ """
2283
+ The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}.
2284
+ """
2285
+ return pulumi.get(self, "shared_storage_account_name")
2286
+
2287
+ @shared_storage_account_name.setter
2288
+ def shared_storage_account_name(self, value: Optional[pulumi.Input[str]]):
2289
+ pulumi.set(self, "shared_storage_account_name", value)
2290
+
2291
+ @property
2292
+ @pulumi.getter(name="sharedStorageAccountPrivateEndPointName")
2293
+ def shared_storage_account_private_end_point_name(self) -> Optional[pulumi.Input[str]]:
2294
+ """
2295
+ The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe
2296
+ """
2297
+ return pulumi.get(self, "shared_storage_account_private_end_point_name")
2298
+
2299
+ @shared_storage_account_private_end_point_name.setter
2300
+ def shared_storage_account_private_end_point_name(self, value: Optional[pulumi.Input[str]]):
2301
+ pulumi.set(self, "shared_storage_account_private_end_point_name", value)
2302
+
2303
+
2304
+ if not MYPY:
2305
+ class SingleServerConfigurationArgsDict(TypedDict):
2306
+ """
2307
+ Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409)
2308
+ """
2309
+ app_resource_group: pulumi.Input[str]
2310
+ """
2311
+ The application resource group where SAP system resources will be deployed.
2312
+ """
2313
+ deployment_type: pulumi.Input[str]
2314
+ """
2315
+ The type of SAP deployment, single server or Three tier.
2316
+ Expected value is 'SingleServer'.
2317
+ """
2318
+ subnet_id: pulumi.Input[str]
2319
+ """
2320
+ The subnet id.
2321
+ """
2322
+ virtual_machine_configuration: pulumi.Input['VirtualMachineConfigurationArgsDict']
2323
+ """
2324
+ Gets or sets the virtual machine configuration.
2325
+ """
2326
+ custom_resource_names: NotRequired[pulumi.Input['SingleServerFullResourceNamesArgsDict']]
2327
+ """
2328
+ The set of custom names to be used for underlying azure resources that are part of the SAP system.
2329
+ """
2330
+ database_type: NotRequired[pulumi.Input[Union[str, 'SAPDatabaseType']]]
2331
+ """
2332
+ The database type.
2333
+ """
2334
+ db_disk_configuration: NotRequired[pulumi.Input['DiskConfigurationArgsDict']]
2335
+ """
2336
+ Gets or sets the disk configuration.
2337
+ """
2338
+ network_configuration: NotRequired[pulumi.Input['NetworkConfigurationArgsDict']]
2339
+ """
2340
+ Network configuration for the server
2341
+ """
2342
+ elif False:
2343
+ SingleServerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2344
+
2345
+ @pulumi.input_type
2346
+ class SingleServerConfigurationArgs:
2347
+ def __init__(__self__, *,
2348
+ app_resource_group: pulumi.Input[str],
2349
+ deployment_type: pulumi.Input[str],
2350
+ subnet_id: pulumi.Input[str],
2351
+ virtual_machine_configuration: pulumi.Input['VirtualMachineConfigurationArgs'],
2352
+ custom_resource_names: Optional[pulumi.Input['SingleServerFullResourceNamesArgs']] = None,
2353
+ database_type: Optional[pulumi.Input[Union[str, 'SAPDatabaseType']]] = None,
2354
+ db_disk_configuration: Optional[pulumi.Input['DiskConfigurationArgs']] = None,
2355
+ network_configuration: Optional[pulumi.Input['NetworkConfigurationArgs']] = None):
2356
+ """
2357
+ Gets or sets the single server configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409)
2358
+ :param pulumi.Input[str] app_resource_group: The application resource group where SAP system resources will be deployed.
2359
+ :param pulumi.Input[str] deployment_type: The type of SAP deployment, single server or Three tier.
2360
+ Expected value is 'SingleServer'.
2361
+ :param pulumi.Input[str] subnet_id: The subnet id.
2362
+ :param pulumi.Input['VirtualMachineConfigurationArgs'] virtual_machine_configuration: Gets or sets the virtual machine configuration.
2363
+ :param pulumi.Input['SingleServerFullResourceNamesArgs'] custom_resource_names: The set of custom names to be used for underlying azure resources that are part of the SAP system.
2364
+ :param pulumi.Input[Union[str, 'SAPDatabaseType']] database_type: The database type.
2365
+ :param pulumi.Input['DiskConfigurationArgs'] db_disk_configuration: Gets or sets the disk configuration.
2366
+ :param pulumi.Input['NetworkConfigurationArgs'] network_configuration: Network configuration for the server
2367
+ """
2368
+ pulumi.set(__self__, "app_resource_group", app_resource_group)
2369
+ pulumi.set(__self__, "deployment_type", 'SingleServer')
2370
+ pulumi.set(__self__, "subnet_id", subnet_id)
2371
+ pulumi.set(__self__, "virtual_machine_configuration", virtual_machine_configuration)
2372
+ if custom_resource_names is not None:
2373
+ pulumi.set(__self__, "custom_resource_names", custom_resource_names)
2374
+ if database_type is not None:
2375
+ pulumi.set(__self__, "database_type", database_type)
2376
+ if db_disk_configuration is not None:
2377
+ pulumi.set(__self__, "db_disk_configuration", db_disk_configuration)
2378
+ if network_configuration is not None:
2379
+ pulumi.set(__self__, "network_configuration", network_configuration)
2380
+
2381
+ @property
2382
+ @pulumi.getter(name="appResourceGroup")
2383
+ def app_resource_group(self) -> pulumi.Input[str]:
2384
+ """
2385
+ The application resource group where SAP system resources will be deployed.
2386
+ """
2387
+ return pulumi.get(self, "app_resource_group")
2388
+
2389
+ @app_resource_group.setter
2390
+ def app_resource_group(self, value: pulumi.Input[str]):
2391
+ pulumi.set(self, "app_resource_group", value)
2392
+
2393
+ @property
2394
+ @pulumi.getter(name="deploymentType")
2395
+ def deployment_type(self) -> pulumi.Input[str]:
2396
+ """
2397
+ The type of SAP deployment, single server or Three tier.
2398
+ Expected value is 'SingleServer'.
2399
+ """
2400
+ return pulumi.get(self, "deployment_type")
2401
+
2402
+ @deployment_type.setter
2403
+ def deployment_type(self, value: pulumi.Input[str]):
2404
+ pulumi.set(self, "deployment_type", value)
2405
+
2406
+ @property
2407
+ @pulumi.getter(name="subnetId")
2408
+ def subnet_id(self) -> pulumi.Input[str]:
2409
+ """
2410
+ The subnet id.
2411
+ """
2412
+ return pulumi.get(self, "subnet_id")
2413
+
2414
+ @subnet_id.setter
2415
+ def subnet_id(self, value: pulumi.Input[str]):
2416
+ pulumi.set(self, "subnet_id", value)
2417
+
2418
+ @property
2419
+ @pulumi.getter(name="virtualMachineConfiguration")
2420
+ def virtual_machine_configuration(self) -> pulumi.Input['VirtualMachineConfigurationArgs']:
2421
+ """
2422
+ Gets or sets the virtual machine configuration.
2423
+ """
2424
+ return pulumi.get(self, "virtual_machine_configuration")
2425
+
2426
+ @virtual_machine_configuration.setter
2427
+ def virtual_machine_configuration(self, value: pulumi.Input['VirtualMachineConfigurationArgs']):
2428
+ pulumi.set(self, "virtual_machine_configuration", value)
2429
+
2430
+ @property
2431
+ @pulumi.getter(name="customResourceNames")
2432
+ def custom_resource_names(self) -> Optional[pulumi.Input['SingleServerFullResourceNamesArgs']]:
2433
+ """
2434
+ The set of custom names to be used for underlying azure resources that are part of the SAP system.
2435
+ """
2436
+ return pulumi.get(self, "custom_resource_names")
2437
+
2438
+ @custom_resource_names.setter
2439
+ def custom_resource_names(self, value: Optional[pulumi.Input['SingleServerFullResourceNamesArgs']]):
2440
+ pulumi.set(self, "custom_resource_names", value)
2441
+
2442
+ @property
2443
+ @pulumi.getter(name="databaseType")
2444
+ def database_type(self) -> Optional[pulumi.Input[Union[str, 'SAPDatabaseType']]]:
2445
+ """
2446
+ The database type.
2447
+ """
2448
+ return pulumi.get(self, "database_type")
2449
+
2450
+ @database_type.setter
2451
+ def database_type(self, value: Optional[pulumi.Input[Union[str, 'SAPDatabaseType']]]):
2452
+ pulumi.set(self, "database_type", value)
2453
+
2454
+ @property
2455
+ @pulumi.getter(name="dbDiskConfiguration")
2456
+ def db_disk_configuration(self) -> Optional[pulumi.Input['DiskConfigurationArgs']]:
2457
+ """
2458
+ Gets or sets the disk configuration.
2459
+ """
2460
+ return pulumi.get(self, "db_disk_configuration")
2461
+
2462
+ @db_disk_configuration.setter
2463
+ def db_disk_configuration(self, value: Optional[pulumi.Input['DiskConfigurationArgs']]):
2464
+ pulumi.set(self, "db_disk_configuration", value)
2465
+
2466
+ @property
2467
+ @pulumi.getter(name="networkConfiguration")
2468
+ def network_configuration(self) -> Optional[pulumi.Input['NetworkConfigurationArgs']]:
2469
+ """
2470
+ Network configuration for the server
2471
+ """
2472
+ return pulumi.get(self, "network_configuration")
2473
+
2474
+ @network_configuration.setter
2475
+ def network_configuration(self, value: Optional[pulumi.Input['NetworkConfigurationArgs']]):
2476
+ pulumi.set(self, "network_configuration", value)
2477
+
2478
+
2479
+ if not MYPY:
2480
+ class SingleServerFullResourceNamesArgsDict(TypedDict):
2481
+ """
2482
+ The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system.
2483
+ """
2484
+ naming_pattern_type: pulumi.Input[str]
2485
+ """
2486
+ The pattern type to be used for resource naming.
2487
+ Expected value is 'FullResourceName'.
2488
+ """
2489
+ virtual_machine: NotRequired[pulumi.Input['VirtualMachineResourceNamesArgsDict']]
2490
+ """
2491
+ The resource names object for virtual machine and related resources.
2492
+ """
2493
+ elif False:
2494
+ SingleServerFullResourceNamesArgsDict: TypeAlias = Mapping[str, Any]
2495
+
2496
+ @pulumi.input_type
2497
+ class SingleServerFullResourceNamesArgs:
2498
+ def __init__(__self__, *,
2499
+ naming_pattern_type: pulumi.Input[str],
2500
+ virtual_machine: Optional[pulumi.Input['VirtualMachineResourceNamesArgs']] = None):
2501
+ """
2502
+ The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system.
2503
+ :param pulumi.Input[str] naming_pattern_type: The pattern type to be used for resource naming.
2504
+ Expected value is 'FullResourceName'.
2505
+ :param pulumi.Input['VirtualMachineResourceNamesArgs'] virtual_machine: The resource names object for virtual machine and related resources.
2506
+ """
2507
+ pulumi.set(__self__, "naming_pattern_type", 'FullResourceName')
2508
+ if virtual_machine is not None:
2509
+ pulumi.set(__self__, "virtual_machine", virtual_machine)
2510
+
2511
+ @property
2512
+ @pulumi.getter(name="namingPatternType")
2513
+ def naming_pattern_type(self) -> pulumi.Input[str]:
2514
+ """
2515
+ The pattern type to be used for resource naming.
2516
+ Expected value is 'FullResourceName'.
2517
+ """
2518
+ return pulumi.get(self, "naming_pattern_type")
2519
+
2520
+ @naming_pattern_type.setter
2521
+ def naming_pattern_type(self, value: pulumi.Input[str]):
2522
+ pulumi.set(self, "naming_pattern_type", value)
2523
+
2524
+ @property
2525
+ @pulumi.getter(name="virtualMachine")
2526
+ def virtual_machine(self) -> Optional[pulumi.Input['VirtualMachineResourceNamesArgs']]:
2527
+ """
2528
+ The resource names object for virtual machine and related resources.
2529
+ """
2530
+ return pulumi.get(self, "virtual_machine")
2531
+
2532
+ @virtual_machine.setter
2533
+ def virtual_machine(self, value: Optional[pulumi.Input['VirtualMachineResourceNamesArgs']]):
2534
+ pulumi.set(self, "virtual_machine", value)
2535
+
2536
+
2537
+ if not MYPY:
2538
+ class SkipFileShareConfigurationArgsDict(TypedDict):
2539
+ """
2540
+ Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required.
2541
+ """
2542
+ configuration_type: pulumi.Input[str]
2543
+ """
2544
+ The type of file share config.
2545
+ Expected value is 'Skip'.
2546
+ """
2547
+ elif False:
2548
+ SkipFileShareConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2549
+
2550
+ @pulumi.input_type
2551
+ class SkipFileShareConfigurationArgs:
2552
+ def __init__(__self__, *,
2553
+ configuration_type: pulumi.Input[str]):
2554
+ """
2555
+ Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required.
2556
+ :param pulumi.Input[str] configuration_type: The type of file share config.
2557
+ Expected value is 'Skip'.
2558
+ """
2559
+ pulumi.set(__self__, "configuration_type", 'Skip')
2560
+
2561
+ @property
2562
+ @pulumi.getter(name="configurationType")
2563
+ def configuration_type(self) -> pulumi.Input[str]:
2564
+ """
2565
+ The type of file share config.
2566
+ Expected value is 'Skip'.
2567
+ """
2568
+ return pulumi.get(self, "configuration_type")
2569
+
2570
+ @configuration_type.setter
2571
+ def configuration_type(self, value: pulumi.Input[str]):
2572
+ pulumi.set(self, "configuration_type", value)
2573
+
2574
+
2575
+ if not MYPY:
2576
+ class SshConfigurationArgsDict(TypedDict):
2577
+ """
2578
+ SSH configuration for Linux based VMs running on Azure
2579
+ """
2580
+ public_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgsDict']]]]
2581
+ """
2582
+ The list of SSH public keys used to authenticate with linux based VMs.
2583
+ """
2584
+ elif False:
2585
+ SshConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2586
+
2587
+ @pulumi.input_type
2588
+ class SshConfigurationArgs:
2589
+ def __init__(__self__, *,
2590
+ public_keys: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]] = None):
2591
+ """
2592
+ SSH configuration for Linux based VMs running on Azure
2593
+ :param pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]] public_keys: The list of SSH public keys used to authenticate with linux based VMs.
2594
+ """
2595
+ if public_keys is not None:
2596
+ pulumi.set(__self__, "public_keys", public_keys)
2597
+
2598
+ @property
2599
+ @pulumi.getter(name="publicKeys")
2600
+ def public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]:
2601
+ """
2602
+ The list of SSH public keys used to authenticate with linux based VMs.
2603
+ """
2604
+ return pulumi.get(self, "public_keys")
2605
+
2606
+ @public_keys.setter
2607
+ def public_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]):
2608
+ pulumi.set(self, "public_keys", value)
2609
+
2610
+
2611
+ if not MYPY:
2612
+ class SshKeyPairArgsDict(TypedDict):
2613
+ """
2614
+ The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2615
+ """
2616
+ private_key: NotRequired[pulumi.Input[str]]
2617
+ """
2618
+ SSH private key.
2619
+ """
2620
+ public_key: NotRequired[pulumi.Input[str]]
2621
+ """
2622
+ SSH public key
2623
+ """
2624
+ elif False:
2625
+ SshKeyPairArgsDict: TypeAlias = Mapping[str, Any]
2626
+
2627
+ @pulumi.input_type
2628
+ class SshKeyPairArgs:
2629
+ def __init__(__self__, *,
2630
+ private_key: Optional[pulumi.Input[str]] = None,
2631
+ public_key: Optional[pulumi.Input[str]] = None):
2632
+ """
2633
+ The SSH Key-pair used to authenticate with the VM. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2634
+ :param pulumi.Input[str] private_key: SSH private key.
2635
+ :param pulumi.Input[str] public_key: SSH public key
2636
+ """
2637
+ if private_key is not None:
2638
+ pulumi.set(__self__, "private_key", private_key)
2639
+ if public_key is not None:
2640
+ pulumi.set(__self__, "public_key", public_key)
2641
+
2642
+ @property
2643
+ @pulumi.getter(name="privateKey")
2644
+ def private_key(self) -> Optional[pulumi.Input[str]]:
2645
+ """
2646
+ SSH private key.
2647
+ """
2648
+ return pulumi.get(self, "private_key")
2649
+
2650
+ @private_key.setter
2651
+ def private_key(self, value: Optional[pulumi.Input[str]]):
2652
+ pulumi.set(self, "private_key", value)
2653
+
2654
+ @property
2655
+ @pulumi.getter(name="publicKey")
2656
+ def public_key(self) -> Optional[pulumi.Input[str]]:
2657
+ """
2658
+ SSH public key
2659
+ """
2660
+ return pulumi.get(self, "public_key")
2661
+
2662
+ @public_key.setter
2663
+ def public_key(self, value: Optional[pulumi.Input[str]]):
2664
+ pulumi.set(self, "public_key", value)
2665
+
2666
+
2667
+ if not MYPY:
2668
+ class SshPublicKeyArgsDict(TypedDict):
2669
+ """
2670
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
2671
+ """
2672
+ key_data: NotRequired[pulumi.Input[str]]
2673
+ """
2674
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2675
+ """
2676
+ elif False:
2677
+ SshPublicKeyArgsDict: TypeAlias = Mapping[str, Any]
2678
+
2679
+ @pulumi.input_type
2680
+ class SshPublicKeyArgs:
2681
+ def __init__(__self__, *,
2682
+ key_data: Optional[pulumi.Input[str]] = None):
2683
+ """
2684
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
2685
+ :param pulumi.Input[str] key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2686
+ """
2687
+ if key_data is not None:
2688
+ pulumi.set(__self__, "key_data", key_data)
2689
+
2690
+ @property
2691
+ @pulumi.getter(name="keyData")
2692
+ def key_data(self) -> Optional[pulumi.Input[str]]:
2693
+ """
2694
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
2695
+ """
2696
+ return pulumi.get(self, "key_data")
2697
+
2698
+ @key_data.setter
2699
+ def key_data(self, value: Optional[pulumi.Input[str]]):
2700
+ pulumi.set(self, "key_data", value)
2701
+
2702
+
2703
+ if not MYPY:
2704
+ class StorageConfigurationArgsDict(TypedDict):
2705
+ """
2706
+ Gets or sets the storage configuration.
2707
+ """
2708
+ transport_file_share_configuration: NotRequired[pulumi.Input[Union['CreateAndMountFileShareConfigurationArgsDict', 'MountFileShareConfigurationArgsDict', 'SkipFileShareConfigurationArgsDict']]]
2709
+ """
2710
+ The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing.
2711
+ """
2712
+ elif False:
2713
+ StorageConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2714
+
2715
+ @pulumi.input_type
2716
+ class StorageConfigurationArgs:
2717
+ def __init__(__self__, *,
2718
+ transport_file_share_configuration: Optional[pulumi.Input[Union['CreateAndMountFileShareConfigurationArgs', 'MountFileShareConfigurationArgs', 'SkipFileShareConfigurationArgs']]] = None):
2719
+ """
2720
+ Gets or sets the storage configuration.
2721
+ :param pulumi.Input[Union['CreateAndMountFileShareConfigurationArgs', 'MountFileShareConfigurationArgs', 'SkipFileShareConfigurationArgs']] transport_file_share_configuration: The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing.
2722
+ """
2723
+ if transport_file_share_configuration is not None:
2724
+ pulumi.set(__self__, "transport_file_share_configuration", transport_file_share_configuration)
2725
+
2726
+ @property
2727
+ @pulumi.getter(name="transportFileShareConfiguration")
2728
+ def transport_file_share_configuration(self) -> Optional[pulumi.Input[Union['CreateAndMountFileShareConfigurationArgs', 'MountFileShareConfigurationArgs', 'SkipFileShareConfigurationArgs']]]:
2729
+ """
2730
+ The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing.
2731
+ """
2732
+ return pulumi.get(self, "transport_file_share_configuration")
2733
+
2734
+ @transport_file_share_configuration.setter
2735
+ def transport_file_share_configuration(self, value: Optional[pulumi.Input[Union['CreateAndMountFileShareConfigurationArgs', 'MountFileShareConfigurationArgs', 'SkipFileShareConfigurationArgs']]]):
2736
+ pulumi.set(self, "transport_file_share_configuration", value)
2737
+
2738
+
2739
+ if not MYPY:
2740
+ class ThreeTierConfigurationArgsDict(TypedDict):
2741
+ """
2742
+ Gets or sets the three tier SAP configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409)
2743
+ """
2744
+ app_resource_group: pulumi.Input[str]
2745
+ """
2746
+ The application resource group where SAP system resources will be deployed.
2747
+ """
2748
+ application_server: pulumi.Input['ApplicationServerConfigurationArgsDict']
2749
+ """
2750
+ The application server configuration.
2751
+ """
2752
+ central_server: pulumi.Input['CentralServerConfigurationArgsDict']
2753
+ """
2754
+ The central server configuration.
2755
+ """
2756
+ database_server: pulumi.Input['DatabaseConfigurationArgsDict']
2757
+ """
2758
+ The database configuration.
2759
+ """
2760
+ deployment_type: pulumi.Input[str]
2761
+ """
2762
+ The type of SAP deployment, single server or Three tier.
2763
+ Expected value is 'ThreeTier'.
2764
+ """
2765
+ custom_resource_names: NotRequired[pulumi.Input['ThreeTierFullResourceNamesArgsDict']]
2766
+ """
2767
+ The set of custom names to be used for underlying azure resources that are part of the SAP system.
2768
+ """
2769
+ high_availability_config: NotRequired[pulumi.Input['HighAvailabilityConfigurationArgsDict']]
2770
+ """
2771
+ The high availability configuration.
2772
+ """
2773
+ network_configuration: NotRequired[pulumi.Input['NetworkConfigurationArgsDict']]
2774
+ """
2775
+ Network configuration common to all servers
2776
+ """
2777
+ storage_configuration: NotRequired[pulumi.Input['StorageConfigurationArgsDict']]
2778
+ """
2779
+ The storage configuration.
2780
+ """
2781
+ elif False:
2782
+ ThreeTierConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2783
+
2784
+ @pulumi.input_type
2785
+ class ThreeTierConfigurationArgs:
2786
+ def __init__(__self__, *,
2787
+ app_resource_group: pulumi.Input[str],
2788
+ application_server: pulumi.Input['ApplicationServerConfigurationArgs'],
2789
+ central_server: pulumi.Input['CentralServerConfigurationArgs'],
2790
+ database_server: pulumi.Input['DatabaseConfigurationArgs'],
2791
+ deployment_type: pulumi.Input[str],
2792
+ custom_resource_names: Optional[pulumi.Input['ThreeTierFullResourceNamesArgs']] = None,
2793
+ high_availability_config: Optional[pulumi.Input['HighAvailabilityConfigurationArgs']] = None,
2794
+ network_configuration: Optional[pulumi.Input['NetworkConfigurationArgs']] = None,
2795
+ storage_configuration: Optional[pulumi.Input['StorageConfigurationArgs']] = None):
2796
+ """
2797
+ Gets or sets the three tier SAP configuration. For prerequisites for creating the infrastructure, please see [here](https://go.microsoft.com/fwlink/?linkid=2212611&clcid=0x409)
2798
+ :param pulumi.Input[str] app_resource_group: The application resource group where SAP system resources will be deployed.
2799
+ :param pulumi.Input['ApplicationServerConfigurationArgs'] application_server: The application server configuration.
2800
+ :param pulumi.Input['CentralServerConfigurationArgs'] central_server: The central server configuration.
2801
+ :param pulumi.Input['DatabaseConfigurationArgs'] database_server: The database configuration.
2802
+ :param pulumi.Input[str] deployment_type: The type of SAP deployment, single server or Three tier.
2803
+ Expected value is 'ThreeTier'.
2804
+ :param pulumi.Input['ThreeTierFullResourceNamesArgs'] custom_resource_names: The set of custom names to be used for underlying azure resources that are part of the SAP system.
2805
+ :param pulumi.Input['HighAvailabilityConfigurationArgs'] high_availability_config: The high availability configuration.
2806
+ :param pulumi.Input['NetworkConfigurationArgs'] network_configuration: Network configuration common to all servers
2807
+ :param pulumi.Input['StorageConfigurationArgs'] storage_configuration: The storage configuration.
2808
+ """
2809
+ pulumi.set(__self__, "app_resource_group", app_resource_group)
2810
+ pulumi.set(__self__, "application_server", application_server)
2811
+ pulumi.set(__self__, "central_server", central_server)
2812
+ pulumi.set(__self__, "database_server", database_server)
2813
+ pulumi.set(__self__, "deployment_type", 'ThreeTier')
2814
+ if custom_resource_names is not None:
2815
+ pulumi.set(__self__, "custom_resource_names", custom_resource_names)
2816
+ if high_availability_config is not None:
2817
+ pulumi.set(__self__, "high_availability_config", high_availability_config)
2818
+ if network_configuration is not None:
2819
+ pulumi.set(__self__, "network_configuration", network_configuration)
2820
+ if storage_configuration is not None:
2821
+ pulumi.set(__self__, "storage_configuration", storage_configuration)
2822
+
2823
+ @property
2824
+ @pulumi.getter(name="appResourceGroup")
2825
+ def app_resource_group(self) -> pulumi.Input[str]:
2826
+ """
2827
+ The application resource group where SAP system resources will be deployed.
2828
+ """
2829
+ return pulumi.get(self, "app_resource_group")
2830
+
2831
+ @app_resource_group.setter
2832
+ def app_resource_group(self, value: pulumi.Input[str]):
2833
+ pulumi.set(self, "app_resource_group", value)
2834
+
2835
+ @property
2836
+ @pulumi.getter(name="applicationServer")
2837
+ def application_server(self) -> pulumi.Input['ApplicationServerConfigurationArgs']:
2838
+ """
2839
+ The application server configuration.
2840
+ """
2841
+ return pulumi.get(self, "application_server")
2842
+
2843
+ @application_server.setter
2844
+ def application_server(self, value: pulumi.Input['ApplicationServerConfigurationArgs']):
2845
+ pulumi.set(self, "application_server", value)
2846
+
2847
+ @property
2848
+ @pulumi.getter(name="centralServer")
2849
+ def central_server(self) -> pulumi.Input['CentralServerConfigurationArgs']:
2850
+ """
2851
+ The central server configuration.
2852
+ """
2853
+ return pulumi.get(self, "central_server")
2854
+
2855
+ @central_server.setter
2856
+ def central_server(self, value: pulumi.Input['CentralServerConfigurationArgs']):
2857
+ pulumi.set(self, "central_server", value)
2858
+
2859
+ @property
2860
+ @pulumi.getter(name="databaseServer")
2861
+ def database_server(self) -> pulumi.Input['DatabaseConfigurationArgs']:
2862
+ """
2863
+ The database configuration.
2864
+ """
2865
+ return pulumi.get(self, "database_server")
2866
+
2867
+ @database_server.setter
2868
+ def database_server(self, value: pulumi.Input['DatabaseConfigurationArgs']):
2869
+ pulumi.set(self, "database_server", value)
2870
+
2871
+ @property
2872
+ @pulumi.getter(name="deploymentType")
2873
+ def deployment_type(self) -> pulumi.Input[str]:
2874
+ """
2875
+ The type of SAP deployment, single server or Three tier.
2876
+ Expected value is 'ThreeTier'.
2877
+ """
2878
+ return pulumi.get(self, "deployment_type")
2879
+
2880
+ @deployment_type.setter
2881
+ def deployment_type(self, value: pulumi.Input[str]):
2882
+ pulumi.set(self, "deployment_type", value)
2883
+
2884
+ @property
2885
+ @pulumi.getter(name="customResourceNames")
2886
+ def custom_resource_names(self) -> Optional[pulumi.Input['ThreeTierFullResourceNamesArgs']]:
2887
+ """
2888
+ The set of custom names to be used for underlying azure resources that are part of the SAP system.
2889
+ """
2890
+ return pulumi.get(self, "custom_resource_names")
2891
+
2892
+ @custom_resource_names.setter
2893
+ def custom_resource_names(self, value: Optional[pulumi.Input['ThreeTierFullResourceNamesArgs']]):
2894
+ pulumi.set(self, "custom_resource_names", value)
2895
+
2896
+ @property
2897
+ @pulumi.getter(name="highAvailabilityConfig")
2898
+ def high_availability_config(self) -> Optional[pulumi.Input['HighAvailabilityConfigurationArgs']]:
2899
+ """
2900
+ The high availability configuration.
2901
+ """
2902
+ return pulumi.get(self, "high_availability_config")
2903
+
2904
+ @high_availability_config.setter
2905
+ def high_availability_config(self, value: Optional[pulumi.Input['HighAvailabilityConfigurationArgs']]):
2906
+ pulumi.set(self, "high_availability_config", value)
2907
+
2908
+ @property
2909
+ @pulumi.getter(name="networkConfiguration")
2910
+ def network_configuration(self) -> Optional[pulumi.Input['NetworkConfigurationArgs']]:
2911
+ """
2912
+ Network configuration common to all servers
2913
+ """
2914
+ return pulumi.get(self, "network_configuration")
2915
+
2916
+ @network_configuration.setter
2917
+ def network_configuration(self, value: Optional[pulumi.Input['NetworkConfigurationArgs']]):
2918
+ pulumi.set(self, "network_configuration", value)
2919
+
2920
+ @property
2921
+ @pulumi.getter(name="storageConfiguration")
2922
+ def storage_configuration(self) -> Optional[pulumi.Input['StorageConfigurationArgs']]:
2923
+ """
2924
+ The storage configuration.
2925
+ """
2926
+ return pulumi.get(self, "storage_configuration")
2927
+
2928
+ @storage_configuration.setter
2929
+ def storage_configuration(self, value: Optional[pulumi.Input['StorageConfigurationArgs']]):
2930
+ pulumi.set(self, "storage_configuration", value)
2931
+
2932
+
2933
+ if not MYPY:
2934
+ class ThreeTierFullResourceNamesArgsDict(TypedDict):
2935
+ """
2936
+ The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system.
2937
+ """
2938
+ naming_pattern_type: pulumi.Input[str]
2939
+ """
2940
+ The pattern type to be used for resource naming.
2941
+ Expected value is 'FullResourceName'.
2942
+ """
2943
+ application_server: NotRequired[pulumi.Input['ApplicationServerFullResourceNamesArgsDict']]
2944
+ """
2945
+ The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer.
2946
+ """
2947
+ central_server: NotRequired[pulumi.Input['CentralServerFullResourceNamesArgsDict']]
2948
+ """
2949
+ The full resource names object for central server layer resources.
2950
+ """
2951
+ database_server: NotRequired[pulumi.Input['DatabaseServerFullResourceNamesArgsDict']]
2952
+ """
2953
+ The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer.
2954
+ """
2955
+ shared_storage: NotRequired[pulumi.Input['SharedStorageResourceNamesArgsDict']]
2956
+ """
2957
+ The resource names object for shared storage.
2958
+ """
2959
+ elif False:
2960
+ ThreeTierFullResourceNamesArgsDict: TypeAlias = Mapping[str, Any]
2961
+
2962
+ @pulumi.input_type
2963
+ class ThreeTierFullResourceNamesArgs:
2964
+ def __init__(__self__, *,
2965
+ naming_pattern_type: pulumi.Input[str],
2966
+ application_server: Optional[pulumi.Input['ApplicationServerFullResourceNamesArgs']] = None,
2967
+ central_server: Optional[pulumi.Input['CentralServerFullResourceNamesArgs']] = None,
2968
+ database_server: Optional[pulumi.Input['DatabaseServerFullResourceNamesArgs']] = None,
2969
+ shared_storage: Optional[pulumi.Input['SharedStorageResourceNamesArgs']] = None):
2970
+ """
2971
+ The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system.
2972
+ :param pulumi.Input[str] naming_pattern_type: The pattern type to be used for resource naming.
2973
+ Expected value is 'FullResourceName'.
2974
+ :param pulumi.Input['ApplicationServerFullResourceNamesArgs'] application_server: The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer.
2975
+ :param pulumi.Input['CentralServerFullResourceNamesArgs'] central_server: The full resource names object for central server layer resources.
2976
+ :param pulumi.Input['DatabaseServerFullResourceNamesArgs'] database_server: The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer.
2977
+ :param pulumi.Input['SharedStorageResourceNamesArgs'] shared_storage: The resource names object for shared storage.
2978
+ """
2979
+ pulumi.set(__self__, "naming_pattern_type", 'FullResourceName')
2980
+ if application_server is not None:
2981
+ pulumi.set(__self__, "application_server", application_server)
2982
+ if central_server is not None:
2983
+ pulumi.set(__self__, "central_server", central_server)
2984
+ if database_server is not None:
2985
+ pulumi.set(__self__, "database_server", database_server)
2986
+ if shared_storage is not None:
2987
+ pulumi.set(__self__, "shared_storage", shared_storage)
2988
+
2989
+ @property
2990
+ @pulumi.getter(name="namingPatternType")
2991
+ def naming_pattern_type(self) -> pulumi.Input[str]:
2992
+ """
2993
+ The pattern type to be used for resource naming.
2994
+ Expected value is 'FullResourceName'.
2995
+ """
2996
+ return pulumi.get(self, "naming_pattern_type")
2997
+
2998
+ @naming_pattern_type.setter
2999
+ def naming_pattern_type(self, value: pulumi.Input[str]):
3000
+ pulumi.set(self, "naming_pattern_type", value)
3001
+
3002
+ @property
3003
+ @pulumi.getter(name="applicationServer")
3004
+ def application_server(self) -> Optional[pulumi.Input['ApplicationServerFullResourceNamesArgs']]:
3005
+ """
3006
+ The full resource names object for application layer resources. The number of entries in this list should be equal to the number VMs to be created for application layer.
3007
+ """
3008
+ return pulumi.get(self, "application_server")
3009
+
3010
+ @application_server.setter
3011
+ def application_server(self, value: Optional[pulumi.Input['ApplicationServerFullResourceNamesArgs']]):
3012
+ pulumi.set(self, "application_server", value)
3013
+
3014
+ @property
3015
+ @pulumi.getter(name="centralServer")
3016
+ def central_server(self) -> Optional[pulumi.Input['CentralServerFullResourceNamesArgs']]:
3017
+ """
3018
+ The full resource names object for central server layer resources.
3019
+ """
3020
+ return pulumi.get(self, "central_server")
3021
+
3022
+ @central_server.setter
3023
+ def central_server(self, value: Optional[pulumi.Input['CentralServerFullResourceNamesArgs']]):
3024
+ pulumi.set(self, "central_server", value)
3025
+
3026
+ @property
3027
+ @pulumi.getter(name="databaseServer")
3028
+ def database_server(self) -> Optional[pulumi.Input['DatabaseServerFullResourceNamesArgs']]:
3029
+ """
3030
+ The full resource names object for database layer resources. The number of entries in this list should be equal to the number VMs to be created for database layer.
3031
+ """
3032
+ return pulumi.get(self, "database_server")
3033
+
3034
+ @database_server.setter
3035
+ def database_server(self, value: Optional[pulumi.Input['DatabaseServerFullResourceNamesArgs']]):
3036
+ pulumi.set(self, "database_server", value)
3037
+
3038
+ @property
3039
+ @pulumi.getter(name="sharedStorage")
3040
+ def shared_storage(self) -> Optional[pulumi.Input['SharedStorageResourceNamesArgs']]:
3041
+ """
3042
+ The resource names object for shared storage.
3043
+ """
3044
+ return pulumi.get(self, "shared_storage")
3045
+
3046
+ @shared_storage.setter
3047
+ def shared_storage(self, value: Optional[pulumi.Input['SharedStorageResourceNamesArgs']]):
3048
+ pulumi.set(self, "shared_storage", value)
3049
+
3050
+
3051
+ if not MYPY:
3052
+ class VirtualMachineConfigurationArgsDict(TypedDict):
3053
+ """
3054
+ Defines the virtual machine configuration.
3055
+ """
3056
+ image_reference: pulumi.Input['ImageReferenceArgsDict']
3057
+ """
3058
+ The image reference.
3059
+ """
3060
+ os_profile: pulumi.Input['OSProfileArgsDict']
3061
+ """
3062
+ The OS profile.
3063
+ """
3064
+ vm_size: pulumi.Input[str]
3065
+ """
3066
+ The virtual machine size.
3067
+ """
3068
+ elif False:
3069
+ VirtualMachineConfigurationArgsDict: TypeAlias = Mapping[str, Any]
3070
+
3071
+ @pulumi.input_type
3072
+ class VirtualMachineConfigurationArgs:
3073
+ def __init__(__self__, *,
3074
+ image_reference: pulumi.Input['ImageReferenceArgs'],
3075
+ os_profile: pulumi.Input['OSProfileArgs'],
3076
+ vm_size: pulumi.Input[str]):
3077
+ """
3078
+ Defines the virtual machine configuration.
3079
+ :param pulumi.Input['ImageReferenceArgs'] image_reference: The image reference.
3080
+ :param pulumi.Input['OSProfileArgs'] os_profile: The OS profile.
3081
+ :param pulumi.Input[str] vm_size: The virtual machine size.
3082
+ """
3083
+ pulumi.set(__self__, "image_reference", image_reference)
3084
+ pulumi.set(__self__, "os_profile", os_profile)
3085
+ pulumi.set(__self__, "vm_size", vm_size)
3086
+
3087
+ @property
3088
+ @pulumi.getter(name="imageReference")
3089
+ def image_reference(self) -> pulumi.Input['ImageReferenceArgs']:
3090
+ """
3091
+ The image reference.
3092
+ """
3093
+ return pulumi.get(self, "image_reference")
3094
+
3095
+ @image_reference.setter
3096
+ def image_reference(self, value: pulumi.Input['ImageReferenceArgs']):
3097
+ pulumi.set(self, "image_reference", value)
3098
+
3099
+ @property
3100
+ @pulumi.getter(name="osProfile")
3101
+ def os_profile(self) -> pulumi.Input['OSProfileArgs']:
3102
+ """
3103
+ The OS profile.
3104
+ """
3105
+ return pulumi.get(self, "os_profile")
3106
+
3107
+ @os_profile.setter
3108
+ def os_profile(self, value: pulumi.Input['OSProfileArgs']):
3109
+ pulumi.set(self, "os_profile", value)
3110
+
3111
+ @property
3112
+ @pulumi.getter(name="vmSize")
3113
+ def vm_size(self) -> pulumi.Input[str]:
3114
+ """
3115
+ The virtual machine size.
3116
+ """
3117
+ return pulumi.get(self, "vm_size")
3118
+
3119
+ @vm_size.setter
3120
+ def vm_size(self, value: pulumi.Input[str]):
3121
+ pulumi.set(self, "vm_size", value)
3122
+
3123
+
3124
+ if not MYPY:
3125
+ class VirtualMachineResourceNamesArgsDict(TypedDict):
3126
+ """
3127
+ The resource names object for virtual machine and related resources.
3128
+ """
3129
+ data_disk_names: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]]
3130
+ """
3131
+ The full resource names for virtual machine data disks. This is a dictionary containing list of names of data disks per volume. Currently supported volumes for database layer are ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os', 'backup']. For application and cs layers, only 'default' volume is supported
3132
+ """
3133
+ host_name: NotRequired[pulumi.Input[str]]
3134
+ """
3135
+ The full name for virtual-machine's host (computer name). Currently, ACSS only supports host names which are less than or equal to 13 characters long. If this value is not provided, vmName will be used as host name.
3136
+ """
3137
+ network_interfaces: NotRequired[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceResourceNamesArgsDict']]]]
3138
+ """
3139
+ The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine.
3140
+ """
3141
+ os_disk_name: NotRequired[pulumi.Input[str]]
3142
+ """
3143
+ The full name for OS disk attached to the VM. If this value is not provided, it will be named by ARM as per its default naming standards (prefixed with vm name). There is only one OS disk attached per Virtual Machine.
3144
+ """
3145
+ vm_name: NotRequired[pulumi.Input[str]]
3146
+ """
3147
+ The full name for virtual machine. The length of this field can be upto 64 characters. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}vm. In case of HA-AvZone systems, default name will be {SID}{app/ascs/db}z{a/b}vm with an incrementor at the end in case of more than 1 vm per layer. For distributed and HA-AvSet systems, default name will be {SID}{app/ascs/db}vm with an incrementor at the end in case of more than 1 vm per layer.
3148
+ """
3149
+ elif False:
3150
+ VirtualMachineResourceNamesArgsDict: TypeAlias = Mapping[str, Any]
3151
+
3152
+ @pulumi.input_type
3153
+ class VirtualMachineResourceNamesArgs:
3154
+ def __init__(__self__, *,
3155
+ data_disk_names: Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]] = None,
3156
+ host_name: Optional[pulumi.Input[str]] = None,
3157
+ network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceResourceNamesArgs']]]] = None,
3158
+ os_disk_name: Optional[pulumi.Input[str]] = None,
3159
+ vm_name: Optional[pulumi.Input[str]] = None):
3160
+ """
3161
+ The resource names object for virtual machine and related resources.
3162
+ :param pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]] data_disk_names: The full resource names for virtual machine data disks. This is a dictionary containing list of names of data disks per volume. Currently supported volumes for database layer are ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os', 'backup']. For application and cs layers, only 'default' volume is supported
3163
+ :param pulumi.Input[str] host_name: The full name for virtual-machine's host (computer name). Currently, ACSS only supports host names which are less than or equal to 13 characters long. If this value is not provided, vmName will be used as host name.
3164
+ :param pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceResourceNamesArgs']]] network_interfaces: The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine.
3165
+ :param pulumi.Input[str] os_disk_name: The full name for OS disk attached to the VM. If this value is not provided, it will be named by ARM as per its default naming standards (prefixed with vm name). There is only one OS disk attached per Virtual Machine.
3166
+ :param pulumi.Input[str] vm_name: The full name for virtual machine. The length of this field can be upto 64 characters. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}vm. In case of HA-AvZone systems, default name will be {SID}{app/ascs/db}z{a/b}vm with an incrementor at the end in case of more than 1 vm per layer. For distributed and HA-AvSet systems, default name will be {SID}{app/ascs/db}vm with an incrementor at the end in case of more than 1 vm per layer.
3167
+ """
3168
+ if data_disk_names is not None:
3169
+ pulumi.set(__self__, "data_disk_names", data_disk_names)
3170
+ if host_name is not None:
3171
+ pulumi.set(__self__, "host_name", host_name)
3172
+ if network_interfaces is not None:
3173
+ pulumi.set(__self__, "network_interfaces", network_interfaces)
3174
+ if os_disk_name is not None:
3175
+ pulumi.set(__self__, "os_disk_name", os_disk_name)
3176
+ if vm_name is not None:
3177
+ pulumi.set(__self__, "vm_name", vm_name)
3178
+
3179
+ @property
3180
+ @pulumi.getter(name="dataDiskNames")
3181
+ def data_disk_names(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]]:
3182
+ """
3183
+ The full resource names for virtual machine data disks. This is a dictionary containing list of names of data disks per volume. Currently supported volumes for database layer are ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os', 'backup']. For application and cs layers, only 'default' volume is supported
3184
+ """
3185
+ return pulumi.get(self, "data_disk_names")
3186
+
3187
+ @data_disk_names.setter
3188
+ def data_disk_names(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[Sequence[pulumi.Input[str]]]]]]):
3189
+ pulumi.set(self, "data_disk_names", value)
3190
+
3191
+ @property
3192
+ @pulumi.getter(name="hostName")
3193
+ def host_name(self) -> Optional[pulumi.Input[str]]:
3194
+ """
3195
+ The full name for virtual-machine's host (computer name). Currently, ACSS only supports host names which are less than or equal to 13 characters long. If this value is not provided, vmName will be used as host name.
3196
+ """
3197
+ return pulumi.get(self, "host_name")
3198
+
3199
+ @host_name.setter
3200
+ def host_name(self, value: Optional[pulumi.Input[str]]):
3201
+ pulumi.set(self, "host_name", value)
3202
+
3203
+ @property
3204
+ @pulumi.getter(name="networkInterfaces")
3205
+ def network_interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceResourceNamesArgs']]]]:
3206
+ """
3207
+ The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine.
3208
+ """
3209
+ return pulumi.get(self, "network_interfaces")
3210
+
3211
+ @network_interfaces.setter
3212
+ def network_interfaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NetworkInterfaceResourceNamesArgs']]]]):
3213
+ pulumi.set(self, "network_interfaces", value)
3214
+
3215
+ @property
3216
+ @pulumi.getter(name="osDiskName")
3217
+ def os_disk_name(self) -> Optional[pulumi.Input[str]]:
3218
+ """
3219
+ The full name for OS disk attached to the VM. If this value is not provided, it will be named by ARM as per its default naming standards (prefixed with vm name). There is only one OS disk attached per Virtual Machine.
3220
+ """
3221
+ return pulumi.get(self, "os_disk_name")
3222
+
3223
+ @os_disk_name.setter
3224
+ def os_disk_name(self, value: Optional[pulumi.Input[str]]):
3225
+ pulumi.set(self, "os_disk_name", value)
3226
+
3227
+ @property
3228
+ @pulumi.getter(name="vmName")
3229
+ def vm_name(self) -> Optional[pulumi.Input[str]]:
3230
+ """
3231
+ The full name for virtual machine. The length of this field can be upto 64 characters. If name is not provided, service uses a default name based on the deployment type. For SingleServer, default name is {SID}vm. In case of HA-AvZone systems, default name will be {SID}{app/ascs/db}z{a/b}vm with an incrementor at the end in case of more than 1 vm per layer. For distributed and HA-AvSet systems, default name will be {SID}{app/ascs/db}vm with an incrementor at the end in case of more than 1 vm per layer.
3232
+ """
3233
+ return pulumi.get(self, "vm_name")
3234
+
3235
+ @vm_name.setter
3236
+ def vm_name(self, value: Optional[pulumi.Input[str]]):
3237
+ pulumi.set(self, "vm_name", value)
3238
+
3239
+
3240
+ if not MYPY:
3241
+ class WindowsConfigurationArgsDict(TypedDict):
3242
+ """
3243
+ Specifies Windows operating system settings on the virtual machine.
3244
+ """
3245
+ os_type: pulumi.Input[str]
3246
+ """
3247
+ The OS Type
3248
+ Expected value is 'Windows'.
3249
+ """
3250
+ elif False:
3251
+ WindowsConfigurationArgsDict: TypeAlias = Mapping[str, Any]
3252
+
3253
+ @pulumi.input_type
3254
+ class WindowsConfigurationArgs:
3255
+ def __init__(__self__, *,
3256
+ os_type: pulumi.Input[str]):
3257
+ """
3258
+ Specifies Windows operating system settings on the virtual machine.
3259
+ :param pulumi.Input[str] os_type: The OS Type
3260
+ Expected value is 'Windows'.
3261
+ """
3262
+ pulumi.set(__self__, "os_type", 'Windows')
3263
+
3264
+ @property
3265
+ @pulumi.getter(name="osType")
3266
+ def os_type(self) -> pulumi.Input[str]:
3267
+ """
3268
+ The OS Type
3269
+ Expected value is 'Windows'.
3270
+ """
3271
+ return pulumi.get(self, "os_type")
3272
+
3273
+ @os_type.setter
3274
+ def os_type(self, value: pulumi.Input[str]):
3275
+ pulumi.set(self, "os_type", value)
3276
+
3277
+