pulumi-azure-native 2.11.1a1697208201__py3-none-any.whl → 2.12.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 (342) hide show
  1. pulumi_azure_native/__init__.py +112 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +5 -0
  3. pulumi_azure_native/azurestackhci/_inputs.py +284 -0
  4. pulumi_azure_native/azurestackhci/gallery_image.py +1 -1
  5. pulumi_azure_native/azurestackhci/get_logical_network.py +224 -0
  6. pulumi_azure_native/azurestackhci/logical_network.py +362 -0
  7. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +1 -1
  8. pulumi_azure_native/azurestackhci/network_interface.py +1 -1
  9. pulumi_azure_native/azurestackhci/outputs.py +446 -0
  10. pulumi_azure_native/azurestackhci/storage_container.py +1 -1
  11. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  12. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  13. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  14. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  15. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  16. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  17. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  18. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  19. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  20. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  21. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +2 -0
  23. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20230901preview/__init__.py +26 -0
  29. pulumi_azure_native/azurestackhci/v20230901preview/_enums.py +124 -0
  30. pulumi_azure_native/azurestackhci/v20230901preview/_inputs.py +1474 -0
  31. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +477 -0
  32. pulumi_azure_native/azurestackhci/v20230901preview/get_gallery_image.py +274 -0
  33. pulumi_azure_native/azurestackhci/v20230901preview/get_guest_agent.py +165 -0
  34. pulumi_azure_native/azurestackhci/v20230901preview/get_logical_network.py +222 -0
  35. pulumi_azure_native/azurestackhci/v20230901preview/get_marketplace_gallery_image.py +261 -0
  36. pulumi_azure_native/azurestackhci/v20230901preview/get_network_interface.py +222 -0
  37. pulumi_azure_native/azurestackhci/v20230901preview/get_storage_container.py +196 -0
  38. pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_hard_disk.py +278 -0
  39. pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_machine_instance.py +295 -0
  40. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +224 -0
  41. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +360 -0
  42. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +448 -0
  43. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +360 -0
  44. pulumi_azure_native/azurestackhci/v20230901preview/outputs.py +3323 -0
  45. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +303 -0
  46. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +481 -0
  47. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +457 -0
  48. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +1 -1
  49. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +1 -1
  50. pulumi_azure_native/cognitiveservices/__init__.py +11 -0
  51. pulumi_azure_native/cognitiveservices/_enums.py +38 -0
  52. pulumi_azure_native/cognitiveservices/_inputs.py +344 -0
  53. pulumi_azure_native/cognitiveservices/account.py +1 -1
  54. pulumi_azure_native/cognitiveservices/commitment_plan.py +1 -1
  55. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +1 -1
  56. pulumi_azure_native/cognitiveservices/deployment.py +1 -1
  57. pulumi_azure_native/cognitiveservices/encryption_scope.py +257 -0
  58. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +164 -0
  59. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +164 -0
  60. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +169 -0
  61. pulumi_azure_native/cognitiveservices/get_rai_policy.py +164 -0
  62. pulumi_azure_native/cognitiveservices/outputs.py +411 -0
  63. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/cognitiveservices/rai_blocklist.py +256 -0
  65. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +277 -0
  66. pulumi_azure_native/cognitiveservices/rai_policy.py +257 -0
  67. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20231001preview/__init__.py +31 -0
  76. pulumi_azure_native/cognitiveservices/v20231001preview/_enums.py +155 -0
  77. pulumi_azure_native/cognitiveservices/v20231001preview/_inputs.py +1814 -0
  78. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +350 -0
  79. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +342 -0
  80. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +253 -0
  81. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +284 -0
  82. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +255 -0
  83. pulumi_azure_native/cognitiveservices/v20231001preview/get_account.py +209 -0
  84. pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan.py +201 -0
  85. pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan_association.py +162 -0
  86. pulumi_azure_native/cognitiveservices/v20231001preview/get_deployment.py +175 -0
  87. pulumi_azure_native/cognitiveservices/v20231001preview/get_encryption_scope.py +162 -0
  88. pulumi_azure_native/cognitiveservices/v20231001preview/get_private_endpoint_connection.py +162 -0
  89. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist.py +162 -0
  90. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist_item.py +167 -0
  91. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_policy.py +162 -0
  92. pulumi_azure_native/cognitiveservices/v20231001preview/get_shared_commitment_plan.py +196 -0
  93. pulumi_azure_native/cognitiveservices/v20231001preview/list_account_keys.py +91 -0
  94. pulumi_azure_native/cognitiveservices/v20231001preview/outputs.py +3141 -0
  95. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +255 -0
  96. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +254 -0
  97. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +275 -0
  98. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +255 -0
  99. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +321 -0
  100. pulumi_azure_native/devcenter/__init__.py +3 -0
  101. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +1 -1
  102. pulumi_azure_native/devcenter/catalog.py +1 -1
  103. pulumi_azure_native/devcenter/dev_box_definition.py +1 -1
  104. pulumi_azure_native/devcenter/dev_center.py +1 -1
  105. pulumi_azure_native/devcenter/environment_type.py +1 -1
  106. pulumi_azure_native/devcenter/gallery.py +1 -1
  107. pulumi_azure_native/devcenter/network_connection.py +1 -1
  108. pulumi_azure_native/devcenter/pool.py +1 -1
  109. pulumi_azure_native/devcenter/project.py +1 -1
  110. pulumi_azure_native/devcenter/project_environment_type.py +1 -1
  111. pulumi_azure_native/devcenter/schedule.py +1 -1
  112. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  113. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  114. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  115. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  116. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  117. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  118. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  119. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  120. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  121. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  122. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  123. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  124. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  125. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  126. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  127. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  128. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  129. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  130. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  131. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  132. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  133. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  134. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  135. pulumi_azure_native/devcenter/v20231001preview/__init__.py +36 -0
  136. pulumi_azure_native/devcenter/v20231001preview/_enums.py +145 -0
  137. pulumi_azure_native/devcenter/v20231001preview/_inputs.py +454 -0
  138. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +255 -0
  139. pulumi_azure_native/devcenter/v20231001preview/catalog.py +334 -0
  140. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +413 -0
  141. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +331 -0
  142. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +253 -0
  143. pulumi_azure_native/devcenter/v20231001preview/gallery.py +225 -0
  144. pulumi_azure_native/devcenter/v20231001preview/get_attached_network_by_dev_center.py +188 -0
  145. pulumi_azure_native/devcenter/v20231001preview/get_catalog.py +240 -0
  146. pulumi_azure_native/devcenter/v20231001preview/get_catalog_dev_box_definition_error_details.py +89 -0
  147. pulumi_azure_native/devcenter/v20231001preview/get_catalog_sync_error_details.py +110 -0
  148. pulumi_azure_native/devcenter/v20231001preview/get_customization_task_error_details.py +89 -0
  149. pulumi_azure_native/devcenter/v20231001preview/get_dev_box_definition.py +266 -0
  150. pulumi_azure_native/devcenter/v20231001preview/get_dev_center.py +209 -0
  151. pulumi_azure_native/devcenter/v20231001preview/get_environment_definition_error_details.py +89 -0
  152. pulumi_azure_native/devcenter/v20231001preview/get_environment_type.py +162 -0
  153. pulumi_azure_native/devcenter/v20231001preview/get_gallery.py +149 -0
  154. pulumi_azure_native/devcenter/v20231001preview/get_network_connection.py +261 -0
  155. pulumi_azure_native/devcenter/v20231001preview/get_pool.py +318 -0
  156. pulumi_azure_native/devcenter/v20231001preview/get_project.py +222 -0
  157. pulumi_azure_native/devcenter/v20231001preview/get_project_environment_type.py +253 -0
  158. pulumi_azure_native/devcenter/v20231001preview/get_schedule.py +198 -0
  159. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +448 -0
  160. pulumi_azure_native/devcenter/v20231001preview/outputs.py +1042 -0
  161. pulumi_azure_native/devcenter/v20231001preview/pool.py +550 -0
  162. pulumi_azure_native/devcenter/v20231001preview/project.py +358 -0
  163. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +439 -0
  164. pulumi_azure_native/devcenter/v20231001preview/schedule.py +376 -0
  165. pulumi_azure_native/keyvault/__init__.py +3 -0
  166. pulumi_azure_native/keyvault/key.py +1 -1
  167. pulumi_azure_native/keyvault/managed_hsm.py +1 -1
  168. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/keyvault/private_endpoint_connection.py +1 -1
  170. pulumi_azure_native/keyvault/secret.py +1 -1
  171. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  172. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  173. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  174. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  175. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  176. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  177. pulumi_azure_native/keyvault/v20230701/__init__.py +22 -0
  178. pulumi_azure_native/keyvault/v20230701/_enums.py +242 -0
  179. pulumi_azure_native/keyvault/v20230701/_inputs.py +1621 -0
  180. pulumi_azure_native/keyvault/v20230701/get_key.py +250 -0
  181. pulumi_azure_native/keyvault/v20230701/get_managed_hsm.py +183 -0
  182. pulumi_azure_native/keyvault/v20230701/get_mhsm_private_endpoint_connection.py +227 -0
  183. pulumi_azure_native/keyvault/v20230701/get_private_endpoint_connection.py +188 -0
  184. pulumi_azure_native/keyvault/v20230701/get_secret.py +149 -0
  185. pulumi_azure_native/keyvault/v20230701/get_vault.py +157 -0
  186. pulumi_azure_native/keyvault/v20230701/key.py +324 -0
  187. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +310 -0
  188. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +361 -0
  189. pulumi_azure_native/keyvault/v20230701/outputs.py +2256 -0
  190. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +256 -0
  191. pulumi_azure_native/keyvault/v20230701/secret.py +245 -0
  192. pulumi_azure_native/keyvault/v20230701/vault.py +254 -0
  193. pulumi_azure_native/keyvault/vault.py +1 -1
  194. pulumi_azure_native/managednetworkfabric/v20230615/get_network_fabric.py +1 -1
  195. pulumi_azure_native/managednetworkfabric/v20230615/network_fabric.py +21 -2
  196. pulumi_azure_native/mobilenetwork/__init__.py +3 -0
  197. pulumi_azure_native/mobilenetwork/attached_data_network.py +1 -1
  198. pulumi_azure_native/mobilenetwork/data_network.py +1 -1
  199. pulumi_azure_native/mobilenetwork/diagnostics_package.py +1 -1
  200. pulumi_azure_native/mobilenetwork/mobile_network.py +1 -1
  201. pulumi_azure_native/mobilenetwork/packet_capture.py +1 -1
  202. pulumi_azure_native/mobilenetwork/packet_core_control_plane.py +1 -1
  203. pulumi_azure_native/mobilenetwork/packet_core_data_plane.py +1 -1
  204. pulumi_azure_native/mobilenetwork/service.py +1 -1
  205. pulumi_azure_native/mobilenetwork/sim.py +1 -1
  206. pulumi_azure_native/mobilenetwork/sim_group.py +1 -1
  207. pulumi_azure_native/mobilenetwork/sim_policy.py +1 -1
  208. pulumi_azure_native/mobilenetwork/site.py +1 -1
  209. pulumi_azure_native/mobilenetwork/slice.py +1 -1
  210. pulumi_azure_native/mobilenetwork/v20220301preview/packet_core_control_plane.py +1 -1
  211. pulumi_azure_native/mobilenetwork/v20220401preview/attached_data_network.py +1 -1
  212. pulumi_azure_native/mobilenetwork/v20220401preview/data_network.py +1 -1
  213. pulumi_azure_native/mobilenetwork/v20220401preview/mobile_network.py +1 -1
  214. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_control_plane.py +1 -1
  215. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_data_plane.py +1 -1
  216. pulumi_azure_native/mobilenetwork/v20220401preview/service.py +1 -1
  217. pulumi_azure_native/mobilenetwork/v20220401preview/sim.py +1 -1
  218. pulumi_azure_native/mobilenetwork/v20220401preview/sim_group.py +1 -1
  219. pulumi_azure_native/mobilenetwork/v20220401preview/sim_policy.py +1 -1
  220. pulumi_azure_native/mobilenetwork/v20220401preview/site.py +1 -1
  221. pulumi_azure_native/mobilenetwork/v20220401preview/slice.py +1 -1
  222. pulumi_azure_native/mobilenetwork/v20221101/attached_data_network.py +1 -1
  223. pulumi_azure_native/mobilenetwork/v20221101/data_network.py +1 -1
  224. pulumi_azure_native/mobilenetwork/v20221101/mobile_network.py +1 -1
  225. pulumi_azure_native/mobilenetwork/v20221101/packet_core_control_plane.py +1 -1
  226. pulumi_azure_native/mobilenetwork/v20221101/packet_core_data_plane.py +1 -1
  227. pulumi_azure_native/mobilenetwork/v20221101/service.py +1 -1
  228. pulumi_azure_native/mobilenetwork/v20221101/sim.py +1 -1
  229. pulumi_azure_native/mobilenetwork/v20221101/sim_group.py +1 -1
  230. pulumi_azure_native/mobilenetwork/v20221101/sim_policy.py +1 -1
  231. pulumi_azure_native/mobilenetwork/v20221101/site.py +1 -1
  232. pulumi_azure_native/mobilenetwork/v20221101/slice.py +1 -1
  233. pulumi_azure_native/mobilenetwork/v20230601/attached_data_network.py +1 -1
  234. pulumi_azure_native/mobilenetwork/v20230601/data_network.py +1 -1
  235. pulumi_azure_native/mobilenetwork/v20230601/diagnostics_package.py +1 -1
  236. pulumi_azure_native/mobilenetwork/v20230601/mobile_network.py +1 -1
  237. pulumi_azure_native/mobilenetwork/v20230601/packet_capture.py +1 -1
  238. pulumi_azure_native/mobilenetwork/v20230601/packet_core_control_plane.py +1 -1
  239. pulumi_azure_native/mobilenetwork/v20230601/packet_core_data_plane.py +1 -1
  240. pulumi_azure_native/mobilenetwork/v20230601/service.py +1 -1
  241. pulumi_azure_native/mobilenetwork/v20230601/sim.py +1 -1
  242. pulumi_azure_native/mobilenetwork/v20230601/sim_group.py +1 -1
  243. pulumi_azure_native/mobilenetwork/v20230601/sim_policy.py +1 -1
  244. pulumi_azure_native/mobilenetwork/v20230601/site.py +1 -1
  245. pulumi_azure_native/mobilenetwork/v20230601/slice.py +1 -1
  246. pulumi_azure_native/mobilenetwork/v20230901/__init__.py +36 -0
  247. pulumi_azure_native/mobilenetwork/v20230901/_enums.py +196 -0
  248. pulumi_azure_native/mobilenetwork/v20230901/_inputs.py +1774 -0
  249. pulumi_azure_native/mobilenetwork/v20230901/attached_data_network.py +443 -0
  250. pulumi_azure_native/mobilenetwork/v20230901/data_network.py +282 -0
  251. pulumi_azure_native/mobilenetwork/v20230901/diagnostics_package.py +215 -0
  252. pulumi_azure_native/mobilenetwork/v20230901/get_attached_data_network.py +237 -0
  253. pulumi_azure_native/mobilenetwork/v20230901/get_data_network.py +175 -0
  254. pulumi_azure_native/mobilenetwork/v20230901/get_diagnostics_package.py +162 -0
  255. pulumi_azure_native/mobilenetwork/v20230901/get_mobile_network.py +183 -0
  256. pulumi_azure_native/mobilenetwork/v20230901/get_packet_capture.py +240 -0
  257. pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_control_plane.py +378 -0
  258. pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_data_plane.py +188 -0
  259. pulumi_azure_native/mobilenetwork/v20230901/get_service.py +201 -0
  260. pulumi_azure_native/mobilenetwork/v20230901/get_sim.py +253 -0
  261. pulumi_azure_native/mobilenetwork/v20230901/get_sim_group.py +196 -0
  262. pulumi_azure_native/mobilenetwork/v20230901/get_sim_policy.py +240 -0
  263. pulumi_azure_native/mobilenetwork/v20230901/get_site.py +175 -0
  264. pulumi_azure_native/mobilenetwork/v20230901/get_slice.py +188 -0
  265. pulumi_azure_native/mobilenetwork/v20230901/mobile_network.py +273 -0
  266. pulumi_azure_native/mobilenetwork/v20230901/outputs.py +2277 -0
  267. pulumi_azure_native/mobilenetwork/v20230901/packet_capture.py +363 -0
  268. pulumi_azure_native/mobilenetwork/v20230901/packet_core_control_plane.py +698 -0
  269. pulumi_azure_native/mobilenetwork/v20230901/packet_core_data_plane.py +313 -0
  270. pulumi_azure_native/mobilenetwork/v20230901/service.py +344 -0
  271. pulumi_azure_native/mobilenetwork/v20230901/sim.py +422 -0
  272. pulumi_azure_native/mobilenetwork/v20230901/sim_group.py +321 -0
  273. pulumi_azure_native/mobilenetwork/v20230901/sim_policy.py +417 -0
  274. pulumi_azure_native/mobilenetwork/v20230901/site.py +263 -0
  275. pulumi_azure_native/mobilenetwork/v20230901/slice.py +313 -0
  276. pulumi_azure_native/storagesync/__init__.py +3 -0
  277. pulumi_azure_native/storagesync/cloud_endpoint.py +1 -1
  278. pulumi_azure_native/storagesync/private_endpoint_connection.py +1 -1
  279. pulumi_azure_native/storagesync/registered_server.py +1 -1
  280. pulumi_azure_native/storagesync/server_endpoint.py +1 -1
  281. pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
  282. pulumi_azure_native/storagesync/sync_group.py +1 -1
  283. pulumi_azure_native/storagesync/v20220601/cloud_endpoint.py +1 -1
  284. pulumi_azure_native/storagesync/v20220601/private_endpoint_connection.py +1 -1
  285. pulumi_azure_native/storagesync/v20220601/registered_server.py +1 -1
  286. pulumi_azure_native/storagesync/v20220601/server_endpoint.py +1 -1
  287. pulumi_azure_native/storagesync/v20220601/storage_sync_service.py +1 -1
  288. pulumi_azure_native/storagesync/v20220601/sync_group.py +1 -1
  289. pulumi_azure_native/storagesync/v20220901/__init__.py +22 -0
  290. pulumi_azure_native/storagesync/v20220901/_enums.py +75 -0
  291. pulumi_azure_native/storagesync/v20220901/_inputs.py +112 -0
  292. pulumi_azure_native/storagesync/v20220901/cloud_endpoint.py +382 -0
  293. pulumi_azure_native/storagesync/v20220901/get_cloud_endpoint.py +258 -0
  294. pulumi_azure_native/storagesync/v20220901/get_private_endpoint_connection.py +175 -0
  295. pulumi_azure_native/storagesync/v20220901/get_registered_server.py +474 -0
  296. pulumi_azure_native/storagesync/v20220901/get_server_endpoint.py +401 -0
  297. pulumi_azure_native/storagesync/v20220901/get_storage_sync_service.py +261 -0
  298. pulumi_azure_native/storagesync/v20220901/get_sync_group.py +149 -0
  299. pulumi_azure_native/storagesync/v20220901/outputs.py +2372 -0
  300. pulumi_azure_native/storagesync/v20220901/private_endpoint_connection.py +247 -0
  301. pulumi_azure_native/storagesync/v20220901/registered_server.py +644 -0
  302. pulumi_azure_native/storagesync/v20220901/server_endpoint.py +634 -0
  303. pulumi_azure_native/storagesync/v20220901/storage_sync_service.py +371 -0
  304. pulumi_azure_native/storagesync/v20220901/sync_group.py +205 -0
  305. pulumi_azure_native/synapse/_inputs.py +2 -2
  306. pulumi_azure_native/synapse/outputs.py +2 -2
  307. pulumi_azure_native/synapse/v20210501/_inputs.py +2 -2
  308. pulumi_azure_native/synapse/v20210501/outputs.py +2 -2
  309. pulumi_azure_native/synapse/v20210601/_inputs.py +2 -2
  310. pulumi_azure_native/synapse/v20210601/outputs.py +2 -2
  311. pulumi_azure_native/synapse/v20210601preview/_inputs.py +2 -2
  312. pulumi_azure_native/synapse/v20210601preview/outputs.py +2 -2
  313. pulumi_azure_native/workloads/__init__.py +3 -0
  314. pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
  315. pulumi_azure_native/workloads/sap_central_instance.py +1 -1
  316. pulumi_azure_native/workloads/sap_database_instance.py +1 -1
  317. pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
  318. pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
  319. pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
  320. pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
  321. pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
  322. pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
  323. pulumi_azure_native/workloads/v20231001preview/__init__.py +22 -0
  324. pulumi_azure_native/workloads/v20231001preview/_enums.py +141 -0
  325. pulumi_azure_native/workloads/v20231001preview/_inputs.py +2377 -0
  326. pulumi_azure_native/workloads/v20231001preview/get_sap_application_server_instance.py +357 -0
  327. pulumi_azure_native/workloads/v20231001preview/get_sap_availability_zone_details.py +90 -0
  328. pulumi_azure_native/workloads/v20231001preview/get_sap_central_instance.py +331 -0
  329. pulumi_azure_native/workloads/v20231001preview/get_sap_database_instance.py +266 -0
  330. pulumi_azure_native/workloads/v20231001preview/get_sap_disk_configurations.py +105 -0
  331. pulumi_azure_native/workloads/v20231001preview/get_sap_sizing_recommendations.py +119 -0
  332. pulumi_azure_native/workloads/v20231001preview/get_sap_supported_sku.py +105 -0
  333. pulumi_azure_native/workloads/v20231001preview/get_sap_virtual_instance.py +287 -0
  334. pulumi_azure_native/workloads/v20231001preview/outputs.py +3828 -0
  335. pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +403 -0
  336. pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +383 -0
  337. pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +333 -0
  338. pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +455 -0
  339. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/METADATA +1 -1
  340. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/RECORD +342 -179
  341. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/WHEEL +0 -0
  342. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3828 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'ApplicationServerConfigurationResponse',
16
+ 'ApplicationServerFullResourceNamesResponse',
17
+ 'ApplicationServerVmDetailsResponse',
18
+ 'CentralServerConfigurationResponse',
19
+ 'CentralServerFullResourceNamesResponse',
20
+ 'CentralServerVmDetailsResponse',
21
+ 'CreateAndMountFileShareConfigurationResponse',
22
+ 'DatabaseConfigurationResponse',
23
+ 'DatabaseServerFullResourceNamesResponse',
24
+ 'DatabaseVmDetailsResponse',
25
+ 'DeployerVmPackagesResponse',
26
+ 'DeploymentConfigurationResponse',
27
+ 'DeploymentWithOSConfigurationResponse',
28
+ 'DiscoveryConfigurationResponse',
29
+ 'DiskConfigurationResponse',
30
+ 'DiskDetailsResponse',
31
+ 'DiskSkuResponse',
32
+ 'DiskVolumeConfigurationResponse',
33
+ 'EnqueueReplicationServerPropertiesResponse',
34
+ 'EnqueueServerPropertiesResponse',
35
+ 'ErrorDefinitionResponse',
36
+ 'ExternalInstallationSoftwareConfigurationResponse',
37
+ 'GatewayServerPropertiesResponse',
38
+ 'HighAvailabilityConfigurationResponse',
39
+ 'HighAvailabilitySoftwareConfigurationResponse',
40
+ 'ImageReferenceResponse',
41
+ 'LinuxConfigurationResponse',
42
+ 'LoadBalancerDetailsResponse',
43
+ 'LoadBalancerResourceNamesResponse',
44
+ 'ManagedRGConfigurationResponse',
45
+ 'MessageServerPropertiesResponse',
46
+ 'MountFileShareConfigurationResponse',
47
+ 'NetworkConfigurationResponse',
48
+ 'NetworkInterfaceResourceNamesResponse',
49
+ 'OSProfileResponse',
50
+ 'OsSapConfigurationResponse',
51
+ 'SAPAvailabilityZonePairResponse',
52
+ 'SAPDiskConfigurationResponse',
53
+ 'SAPInstallWithoutOSConfigSoftwareConfigurationResponse',
54
+ 'SAPSupportedSkuResponse',
55
+ 'SAPVirtualInstanceErrorResponse',
56
+ 'ServiceInitiatedSoftwareConfigurationResponse',
57
+ 'SharedStorageResourceNamesResponse',
58
+ 'SingleServerConfigurationResponse',
59
+ 'SingleServerFullResourceNamesResponse',
60
+ 'SkipFileShareConfigurationResponse',
61
+ 'SshConfigurationResponse',
62
+ 'SshKeyPairResponse',
63
+ 'SshPublicKeyResponse',
64
+ 'StorageConfigurationResponse',
65
+ 'StorageInformationResponse',
66
+ 'SystemDataResponse',
67
+ 'ThreeTierConfigurationResponse',
68
+ 'ThreeTierFullResourceNamesResponse',
69
+ 'UserAssignedIdentityResponse',
70
+ 'UserAssignedServiceIdentityResponse',
71
+ 'VirtualMachineConfigurationResponse',
72
+ 'VirtualMachineResourceNamesResponse',
73
+ 'WindowsConfigurationResponse',
74
+ ]
75
+
76
+ @pulumi.output_type
77
+ class ApplicationServerConfigurationResponse(dict):
78
+ """
79
+ Gets or sets the application server configuration.
80
+ """
81
+ @staticmethod
82
+ def __key_warning(key: str):
83
+ suggest = None
84
+ if key == "instanceCount":
85
+ suggest = "instance_count"
86
+ elif key == "subnetId":
87
+ suggest = "subnet_id"
88
+ elif key == "virtualMachineConfiguration":
89
+ suggest = "virtual_machine_configuration"
90
+
91
+ if suggest:
92
+ pulumi.log.warn(f"Key '{key}' not found in ApplicationServerConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
93
+
94
+ def __getitem__(self, key: str) -> Any:
95
+ ApplicationServerConfigurationResponse.__key_warning(key)
96
+ return super().__getitem__(key)
97
+
98
+ def get(self, key: str, default = None) -> Any:
99
+ ApplicationServerConfigurationResponse.__key_warning(key)
100
+ return super().get(key, default)
101
+
102
+ def __init__(__self__, *,
103
+ instance_count: float,
104
+ subnet_id: str,
105
+ virtual_machine_configuration: 'outputs.VirtualMachineConfigurationResponse'):
106
+ """
107
+ Gets or sets the application server configuration.
108
+ :param float instance_count: The number of app server instances.
109
+ :param str subnet_id: The subnet id.
110
+ :param 'VirtualMachineConfigurationResponse' virtual_machine_configuration: Gets or sets the virtual machine configuration.
111
+ """
112
+ pulumi.set(__self__, "instance_count", instance_count)
113
+ pulumi.set(__self__, "subnet_id", subnet_id)
114
+ pulumi.set(__self__, "virtual_machine_configuration", virtual_machine_configuration)
115
+
116
+ @property
117
+ @pulumi.getter(name="instanceCount")
118
+ def instance_count(self) -> float:
119
+ """
120
+ The number of app server instances.
121
+ """
122
+ return pulumi.get(self, "instance_count")
123
+
124
+ @property
125
+ @pulumi.getter(name="subnetId")
126
+ def subnet_id(self) -> str:
127
+ """
128
+ The subnet id.
129
+ """
130
+ return pulumi.get(self, "subnet_id")
131
+
132
+ @property
133
+ @pulumi.getter(name="virtualMachineConfiguration")
134
+ def virtual_machine_configuration(self) -> 'outputs.VirtualMachineConfigurationResponse':
135
+ """
136
+ Gets or sets the virtual machine configuration.
137
+ """
138
+ return pulumi.get(self, "virtual_machine_configuration")
139
+
140
+
141
+ @pulumi.output_type
142
+ class ApplicationServerFullResourceNamesResponse(dict):
143
+ """
144
+ 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.
145
+ """
146
+ @staticmethod
147
+ def __key_warning(key: str):
148
+ suggest = None
149
+ if key == "availabilitySetName":
150
+ suggest = "availability_set_name"
151
+ elif key == "virtualMachines":
152
+ suggest = "virtual_machines"
153
+
154
+ if suggest:
155
+ pulumi.log.warn(f"Key '{key}' not found in ApplicationServerFullResourceNamesResponse. Access the value via the '{suggest}' property getter instead.")
156
+
157
+ def __getitem__(self, key: str) -> Any:
158
+ ApplicationServerFullResourceNamesResponse.__key_warning(key)
159
+ return super().__getitem__(key)
160
+
161
+ def get(self, key: str, default = None) -> Any:
162
+ ApplicationServerFullResourceNamesResponse.__key_warning(key)
163
+ return super().get(key, default)
164
+
165
+ def __init__(__self__, *,
166
+ availability_set_name: Optional[str] = None,
167
+ virtual_machines: Optional[Sequence['outputs.VirtualMachineResourceNamesResponse']] = None):
168
+ """
169
+ 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.
170
+ :param str availability_set_name: The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet.
171
+ :param Sequence['VirtualMachineResourceNamesResponse'] virtual_machines: The list of virtual machine naming details.
172
+ """
173
+ if availability_set_name is not None:
174
+ pulumi.set(__self__, "availability_set_name", availability_set_name)
175
+ if virtual_machines is not None:
176
+ pulumi.set(__self__, "virtual_machines", virtual_machines)
177
+
178
+ @property
179
+ @pulumi.getter(name="availabilitySetName")
180
+ def availability_set_name(self) -> Optional[str]:
181
+ """
182
+ The full name for availability set. In case name is not provided, it will be defaulted to {SID}-App-AvSet.
183
+ """
184
+ return pulumi.get(self, "availability_set_name")
185
+
186
+ @property
187
+ @pulumi.getter(name="virtualMachines")
188
+ def virtual_machines(self) -> Optional[Sequence['outputs.VirtualMachineResourceNamesResponse']]:
189
+ """
190
+ The list of virtual machine naming details.
191
+ """
192
+ return pulumi.get(self, "virtual_machines")
193
+
194
+
195
+ @pulumi.output_type
196
+ class ApplicationServerVmDetailsResponse(dict):
197
+ """
198
+ The Application Server VM Details.
199
+ """
200
+ @staticmethod
201
+ def __key_warning(key: str):
202
+ suggest = None
203
+ if key == "storageDetails":
204
+ suggest = "storage_details"
205
+ elif key == "virtualMachineId":
206
+ suggest = "virtual_machine_id"
207
+
208
+ if suggest:
209
+ pulumi.log.warn(f"Key '{key}' not found in ApplicationServerVmDetailsResponse. Access the value via the '{suggest}' property getter instead.")
210
+
211
+ def __getitem__(self, key: str) -> Any:
212
+ ApplicationServerVmDetailsResponse.__key_warning(key)
213
+ return super().__getitem__(key)
214
+
215
+ def get(self, key: str, default = None) -> Any:
216
+ ApplicationServerVmDetailsResponse.__key_warning(key)
217
+ return super().get(key, default)
218
+
219
+ def __init__(__self__, *,
220
+ storage_details: Sequence['outputs.StorageInformationResponse'],
221
+ type: str,
222
+ virtual_machine_id: str):
223
+ """
224
+ The Application Server VM Details.
225
+ :param Sequence['StorageInformationResponse'] storage_details: Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage.
226
+ :param str type: Defines the type of application server VM.
227
+ """
228
+ pulumi.set(__self__, "storage_details", storage_details)
229
+ pulumi.set(__self__, "type", type)
230
+ pulumi.set(__self__, "virtual_machine_id", virtual_machine_id)
231
+
232
+ @property
233
+ @pulumi.getter(name="storageDetails")
234
+ def storage_details(self) -> Sequence['outputs.StorageInformationResponse']:
235
+ """
236
+ Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage.
237
+ """
238
+ return pulumi.get(self, "storage_details")
239
+
240
+ @property
241
+ @pulumi.getter
242
+ def type(self) -> str:
243
+ """
244
+ Defines the type of application server VM.
245
+ """
246
+ return pulumi.get(self, "type")
247
+
248
+ @property
249
+ @pulumi.getter(name="virtualMachineId")
250
+ def virtual_machine_id(self) -> str:
251
+ return pulumi.get(self, "virtual_machine_id")
252
+
253
+
254
+ @pulumi.output_type
255
+ class CentralServerConfigurationResponse(dict):
256
+ """
257
+ Gets or sets the central server configuration.
258
+ """
259
+ @staticmethod
260
+ def __key_warning(key: str):
261
+ suggest = None
262
+ if key == "instanceCount":
263
+ suggest = "instance_count"
264
+ elif key == "subnetId":
265
+ suggest = "subnet_id"
266
+ elif key == "virtualMachineConfiguration":
267
+ suggest = "virtual_machine_configuration"
268
+
269
+ if suggest:
270
+ pulumi.log.warn(f"Key '{key}' not found in CentralServerConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
271
+
272
+ def __getitem__(self, key: str) -> Any:
273
+ CentralServerConfigurationResponse.__key_warning(key)
274
+ return super().__getitem__(key)
275
+
276
+ def get(self, key: str, default = None) -> Any:
277
+ CentralServerConfigurationResponse.__key_warning(key)
278
+ return super().get(key, default)
279
+
280
+ def __init__(__self__, *,
281
+ instance_count: float,
282
+ subnet_id: str,
283
+ virtual_machine_configuration: 'outputs.VirtualMachineConfigurationResponse'):
284
+ """
285
+ Gets or sets the central server configuration.
286
+ :param float instance_count: The number of central server VMs.
287
+ :param str subnet_id: The subnet id.
288
+ :param 'VirtualMachineConfigurationResponse' virtual_machine_configuration: Gets or sets the virtual machine configuration.
289
+ """
290
+ pulumi.set(__self__, "instance_count", instance_count)
291
+ pulumi.set(__self__, "subnet_id", subnet_id)
292
+ pulumi.set(__self__, "virtual_machine_configuration", virtual_machine_configuration)
293
+
294
+ @property
295
+ @pulumi.getter(name="instanceCount")
296
+ def instance_count(self) -> float:
297
+ """
298
+ The number of central server VMs.
299
+ """
300
+ return pulumi.get(self, "instance_count")
301
+
302
+ @property
303
+ @pulumi.getter(name="subnetId")
304
+ def subnet_id(self) -> str:
305
+ """
306
+ The subnet id.
307
+ """
308
+ return pulumi.get(self, "subnet_id")
309
+
310
+ @property
311
+ @pulumi.getter(name="virtualMachineConfiguration")
312
+ def virtual_machine_configuration(self) -> 'outputs.VirtualMachineConfigurationResponse':
313
+ """
314
+ Gets or sets the virtual machine configuration.
315
+ """
316
+ return pulumi.get(self, "virtual_machine_configuration")
317
+
318
+
319
+ @pulumi.output_type
320
+ class CentralServerFullResourceNamesResponse(dict):
321
+ """
322
+ The full resource names object for central server layer resources.
323
+ """
324
+ @staticmethod
325
+ def __key_warning(key: str):
326
+ suggest = None
327
+ if key == "availabilitySetName":
328
+ suggest = "availability_set_name"
329
+ elif key == "loadBalancer":
330
+ suggest = "load_balancer"
331
+ elif key == "virtualMachines":
332
+ suggest = "virtual_machines"
333
+
334
+ if suggest:
335
+ pulumi.log.warn(f"Key '{key}' not found in CentralServerFullResourceNamesResponse. Access the value via the '{suggest}' property getter instead.")
336
+
337
+ def __getitem__(self, key: str) -> Any:
338
+ CentralServerFullResourceNamesResponse.__key_warning(key)
339
+ return super().__getitem__(key)
340
+
341
+ def get(self, key: str, default = None) -> Any:
342
+ CentralServerFullResourceNamesResponse.__key_warning(key)
343
+ return super().get(key, default)
344
+
345
+ def __init__(__self__, *,
346
+ availability_set_name: Optional[str] = None,
347
+ load_balancer: Optional['outputs.LoadBalancerResourceNamesResponse'] = None,
348
+ virtual_machines: Optional[Sequence['outputs.VirtualMachineResourceNamesResponse']] = None):
349
+ """
350
+ The full resource names object for central server layer resources.
351
+ :param str availability_set_name: The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet.
352
+ :param 'LoadBalancerResourceNamesResponse' load_balancer: The resource names object for load balancer and related resources.
353
+ :param Sequence['VirtualMachineResourceNamesResponse'] 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.
354
+ """
355
+ if availability_set_name is not None:
356
+ pulumi.set(__self__, "availability_set_name", availability_set_name)
357
+ if load_balancer is not None:
358
+ pulumi.set(__self__, "load_balancer", load_balancer)
359
+ if virtual_machines is not None:
360
+ pulumi.set(__self__, "virtual_machines", virtual_machines)
361
+
362
+ @property
363
+ @pulumi.getter(name="availabilitySetName")
364
+ def availability_set_name(self) -> Optional[str]:
365
+ """
366
+ The full name for availability set. In case name is not provided, it will be defaulted to {SID}-ASCS-AvSet.
367
+ """
368
+ return pulumi.get(self, "availability_set_name")
369
+
370
+ @property
371
+ @pulumi.getter(name="loadBalancer")
372
+ def load_balancer(self) -> Optional['outputs.LoadBalancerResourceNamesResponse']:
373
+ """
374
+ The resource names object for load balancer and related resources.
375
+ """
376
+ return pulumi.get(self, "load_balancer")
377
+
378
+ @property
379
+ @pulumi.getter(name="virtualMachines")
380
+ def virtual_machines(self) -> Optional[Sequence['outputs.VirtualMachineResourceNamesResponse']]:
381
+ """
382
+ 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.
383
+ """
384
+ return pulumi.get(self, "virtual_machines")
385
+
386
+
387
+ @pulumi.output_type
388
+ class CentralServerVmDetailsResponse(dict):
389
+ """
390
+ The SAP Central Services Instance VM details.
391
+ """
392
+ @staticmethod
393
+ def __key_warning(key: str):
394
+ suggest = None
395
+ if key == "storageDetails":
396
+ suggest = "storage_details"
397
+ elif key == "virtualMachineId":
398
+ suggest = "virtual_machine_id"
399
+
400
+ if suggest:
401
+ pulumi.log.warn(f"Key '{key}' not found in CentralServerVmDetailsResponse. Access the value via the '{suggest}' property getter instead.")
402
+
403
+ def __getitem__(self, key: str) -> Any:
404
+ CentralServerVmDetailsResponse.__key_warning(key)
405
+ return super().__getitem__(key)
406
+
407
+ def get(self, key: str, default = None) -> Any:
408
+ CentralServerVmDetailsResponse.__key_warning(key)
409
+ return super().get(key, default)
410
+
411
+ def __init__(__self__, *,
412
+ storage_details: Sequence['outputs.StorageInformationResponse'],
413
+ type: str,
414
+ virtual_machine_id: str):
415
+ """
416
+ The SAP Central Services Instance VM details.
417
+ :param Sequence['StorageInformationResponse'] storage_details: Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage.
418
+ :param str type: Defines the type of central server VM.
419
+ """
420
+ pulumi.set(__self__, "storage_details", storage_details)
421
+ pulumi.set(__self__, "type", type)
422
+ pulumi.set(__self__, "virtual_machine_id", virtual_machine_id)
423
+
424
+ @property
425
+ @pulumi.getter(name="storageDetails")
426
+ def storage_details(self) -> Sequence['outputs.StorageInformationResponse']:
427
+ """
428
+ Storage details of all the Storage Accounts attached to the ASCS Virtual Machine. For e.g. NFS on AFS Shared Storage.
429
+ """
430
+ return pulumi.get(self, "storage_details")
431
+
432
+ @property
433
+ @pulumi.getter
434
+ def type(self) -> str:
435
+ """
436
+ Defines the type of central server VM.
437
+ """
438
+ return pulumi.get(self, "type")
439
+
440
+ @property
441
+ @pulumi.getter(name="virtualMachineId")
442
+ def virtual_machine_id(self) -> str:
443
+ return pulumi.get(self, "virtual_machine_id")
444
+
445
+
446
+ @pulumi.output_type
447
+ class CreateAndMountFileShareConfigurationResponse(dict):
448
+ """
449
+ 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.
450
+ """
451
+ @staticmethod
452
+ def __key_warning(key: str):
453
+ suggest = None
454
+ if key == "configurationType":
455
+ suggest = "configuration_type"
456
+ elif key == "resourceGroup":
457
+ suggest = "resource_group"
458
+ elif key == "storageAccountName":
459
+ suggest = "storage_account_name"
460
+
461
+ if suggest:
462
+ pulumi.log.warn(f"Key '{key}' not found in CreateAndMountFileShareConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
463
+
464
+ def __getitem__(self, key: str) -> Any:
465
+ CreateAndMountFileShareConfigurationResponse.__key_warning(key)
466
+ return super().__getitem__(key)
467
+
468
+ def get(self, key: str, default = None) -> Any:
469
+ CreateAndMountFileShareConfigurationResponse.__key_warning(key)
470
+ return super().get(key, default)
471
+
472
+ def __init__(__self__, *,
473
+ configuration_type: str,
474
+ resource_group: Optional[str] = None,
475
+ storage_account_name: Optional[str] = None):
476
+ """
477
+ 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.
478
+ :param str configuration_type: The type of file share config.
479
+ Expected value is 'CreateAndMount'.
480
+ :param 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.
481
+ :param str storage_account_name: The name of file share storage account name . A custom name is used in case of missing input.
482
+ """
483
+ pulumi.set(__self__, "configuration_type", 'CreateAndMount')
484
+ if resource_group is not None:
485
+ pulumi.set(__self__, "resource_group", resource_group)
486
+ if storage_account_name is not None:
487
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
488
+
489
+ @property
490
+ @pulumi.getter(name="configurationType")
491
+ def configuration_type(self) -> str:
492
+ """
493
+ The type of file share config.
494
+ Expected value is 'CreateAndMount'.
495
+ """
496
+ return pulumi.get(self, "configuration_type")
497
+
498
+ @property
499
+ @pulumi.getter(name="resourceGroup")
500
+ def resource_group(self) -> Optional[str]:
501
+ """
502
+ 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.
503
+ """
504
+ return pulumi.get(self, "resource_group")
505
+
506
+ @property
507
+ @pulumi.getter(name="storageAccountName")
508
+ def storage_account_name(self) -> Optional[str]:
509
+ """
510
+ The name of file share storage account name . A custom name is used in case of missing input.
511
+ """
512
+ return pulumi.get(self, "storage_account_name")
513
+
514
+
515
+ @pulumi.output_type
516
+ class DatabaseConfigurationResponse(dict):
517
+ """
518
+ Gets or sets the database configuration.
519
+ """
520
+ @staticmethod
521
+ def __key_warning(key: str):
522
+ suggest = None
523
+ if key == "instanceCount":
524
+ suggest = "instance_count"
525
+ elif key == "subnetId":
526
+ suggest = "subnet_id"
527
+ elif key == "virtualMachineConfiguration":
528
+ suggest = "virtual_machine_configuration"
529
+ elif key == "databaseType":
530
+ suggest = "database_type"
531
+ elif key == "diskConfiguration":
532
+ suggest = "disk_configuration"
533
+
534
+ if suggest:
535
+ pulumi.log.warn(f"Key '{key}' not found in DatabaseConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
536
+
537
+ def __getitem__(self, key: str) -> Any:
538
+ DatabaseConfigurationResponse.__key_warning(key)
539
+ return super().__getitem__(key)
540
+
541
+ def get(self, key: str, default = None) -> Any:
542
+ DatabaseConfigurationResponse.__key_warning(key)
543
+ return super().get(key, default)
544
+
545
+ def __init__(__self__, *,
546
+ instance_count: float,
547
+ subnet_id: str,
548
+ virtual_machine_configuration: 'outputs.VirtualMachineConfigurationResponse',
549
+ database_type: Optional[str] = None,
550
+ disk_configuration: Optional['outputs.DiskConfigurationResponse'] = None):
551
+ """
552
+ Gets or sets the database configuration.
553
+ :param float instance_count: The number of database VMs.
554
+ :param str subnet_id: The subnet id.
555
+ :param 'VirtualMachineConfigurationResponse' virtual_machine_configuration: Gets or sets the virtual machine configuration.
556
+ :param str database_type: The database type.
557
+ :param 'DiskConfigurationResponse' disk_configuration: Gets or sets the disk configuration.
558
+ """
559
+ pulumi.set(__self__, "instance_count", instance_count)
560
+ pulumi.set(__self__, "subnet_id", subnet_id)
561
+ pulumi.set(__self__, "virtual_machine_configuration", virtual_machine_configuration)
562
+ if database_type is not None:
563
+ pulumi.set(__self__, "database_type", database_type)
564
+ if disk_configuration is not None:
565
+ pulumi.set(__self__, "disk_configuration", disk_configuration)
566
+
567
+ @property
568
+ @pulumi.getter(name="instanceCount")
569
+ def instance_count(self) -> float:
570
+ """
571
+ The number of database VMs.
572
+ """
573
+ return pulumi.get(self, "instance_count")
574
+
575
+ @property
576
+ @pulumi.getter(name="subnetId")
577
+ def subnet_id(self) -> str:
578
+ """
579
+ The subnet id.
580
+ """
581
+ return pulumi.get(self, "subnet_id")
582
+
583
+ @property
584
+ @pulumi.getter(name="virtualMachineConfiguration")
585
+ def virtual_machine_configuration(self) -> 'outputs.VirtualMachineConfigurationResponse':
586
+ """
587
+ Gets or sets the virtual machine configuration.
588
+ """
589
+ return pulumi.get(self, "virtual_machine_configuration")
590
+
591
+ @property
592
+ @pulumi.getter(name="databaseType")
593
+ def database_type(self) -> Optional[str]:
594
+ """
595
+ The database type.
596
+ """
597
+ return pulumi.get(self, "database_type")
598
+
599
+ @property
600
+ @pulumi.getter(name="diskConfiguration")
601
+ def disk_configuration(self) -> Optional['outputs.DiskConfigurationResponse']:
602
+ """
603
+ Gets or sets the disk configuration.
604
+ """
605
+ return pulumi.get(self, "disk_configuration")
606
+
607
+
608
+ @pulumi.output_type
609
+ class DatabaseServerFullResourceNamesResponse(dict):
610
+ """
611
+ 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.
612
+ """
613
+ @staticmethod
614
+ def __key_warning(key: str):
615
+ suggest = None
616
+ if key == "availabilitySetName":
617
+ suggest = "availability_set_name"
618
+ elif key == "loadBalancer":
619
+ suggest = "load_balancer"
620
+ elif key == "virtualMachines":
621
+ suggest = "virtual_machines"
622
+
623
+ if suggest:
624
+ pulumi.log.warn(f"Key '{key}' not found in DatabaseServerFullResourceNamesResponse. Access the value via the '{suggest}' property getter instead.")
625
+
626
+ def __getitem__(self, key: str) -> Any:
627
+ DatabaseServerFullResourceNamesResponse.__key_warning(key)
628
+ return super().__getitem__(key)
629
+
630
+ def get(self, key: str, default = None) -> Any:
631
+ DatabaseServerFullResourceNamesResponse.__key_warning(key)
632
+ return super().get(key, default)
633
+
634
+ def __init__(__self__, *,
635
+ availability_set_name: Optional[str] = None,
636
+ load_balancer: Optional['outputs.LoadBalancerResourceNamesResponse'] = None,
637
+ virtual_machines: Optional[Sequence['outputs.VirtualMachineResourceNamesResponse']] = None):
638
+ """
639
+ 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.
640
+ :param str availability_set_name: The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet.
641
+ :param 'LoadBalancerResourceNamesResponse' load_balancer: The resource names object for load balancer and related resources.
642
+ :param Sequence['VirtualMachineResourceNamesResponse'] virtual_machines: The list of virtual machine naming details.
643
+ """
644
+ if availability_set_name is not None:
645
+ pulumi.set(__self__, "availability_set_name", availability_set_name)
646
+ if load_balancer is not None:
647
+ pulumi.set(__self__, "load_balancer", load_balancer)
648
+ if virtual_machines is not None:
649
+ pulumi.set(__self__, "virtual_machines", virtual_machines)
650
+
651
+ @property
652
+ @pulumi.getter(name="availabilitySetName")
653
+ def availability_set_name(self) -> Optional[str]:
654
+ """
655
+ The full name for availability set. In case name is not provided, it will be defaulted to {SID}-DB-AvSet.
656
+ """
657
+ return pulumi.get(self, "availability_set_name")
658
+
659
+ @property
660
+ @pulumi.getter(name="loadBalancer")
661
+ def load_balancer(self) -> Optional['outputs.LoadBalancerResourceNamesResponse']:
662
+ """
663
+ The resource names object for load balancer and related resources.
664
+ """
665
+ return pulumi.get(self, "load_balancer")
666
+
667
+ @property
668
+ @pulumi.getter(name="virtualMachines")
669
+ def virtual_machines(self) -> Optional[Sequence['outputs.VirtualMachineResourceNamesResponse']]:
670
+ """
671
+ The list of virtual machine naming details.
672
+ """
673
+ return pulumi.get(self, "virtual_machines")
674
+
675
+
676
+ @pulumi.output_type
677
+ class DatabaseVmDetailsResponse(dict):
678
+ """
679
+ Database VM details.
680
+ """
681
+ @staticmethod
682
+ def __key_warning(key: str):
683
+ suggest = None
684
+ if key == "storageDetails":
685
+ suggest = "storage_details"
686
+ elif key == "virtualMachineId":
687
+ suggest = "virtual_machine_id"
688
+
689
+ if suggest:
690
+ pulumi.log.warn(f"Key '{key}' not found in DatabaseVmDetailsResponse. Access the value via the '{suggest}' property getter instead.")
691
+
692
+ def __getitem__(self, key: str) -> Any:
693
+ DatabaseVmDetailsResponse.__key_warning(key)
694
+ return super().__getitem__(key)
695
+
696
+ def get(self, key: str, default = None) -> Any:
697
+ DatabaseVmDetailsResponse.__key_warning(key)
698
+ return super().get(key, default)
699
+
700
+ def __init__(__self__, *,
701
+ status: str,
702
+ storage_details: Sequence['outputs.StorageInformationResponse'],
703
+ virtual_machine_id: str):
704
+ """
705
+ Database VM details.
706
+ :param str status: Defines the SAP Instance status.
707
+ :param Sequence['StorageInformationResponse'] storage_details: Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage.
708
+ """
709
+ pulumi.set(__self__, "status", status)
710
+ pulumi.set(__self__, "storage_details", storage_details)
711
+ pulumi.set(__self__, "virtual_machine_id", virtual_machine_id)
712
+
713
+ @property
714
+ @pulumi.getter
715
+ def status(self) -> str:
716
+ """
717
+ Defines the SAP Instance status.
718
+ """
719
+ return pulumi.get(self, "status")
720
+
721
+ @property
722
+ @pulumi.getter(name="storageDetails")
723
+ def storage_details(self) -> Sequence['outputs.StorageInformationResponse']:
724
+ """
725
+ Storage details of all the Storage Accounts attached to the Database Virtual Machine. For e.g. NFS on AFS Shared Storage.
726
+ """
727
+ return pulumi.get(self, "storage_details")
728
+
729
+ @property
730
+ @pulumi.getter(name="virtualMachineId")
731
+ def virtual_machine_id(self) -> str:
732
+ return pulumi.get(self, "virtual_machine_id")
733
+
734
+
735
+ @pulumi.output_type
736
+ class DeployerVmPackagesResponse(dict):
737
+ """
738
+ Defines the url and storage account ID where deployer VM packages are uploaded
739
+ """
740
+ @staticmethod
741
+ def __key_warning(key: str):
742
+ suggest = None
743
+ if key == "storageAccountId":
744
+ suggest = "storage_account_id"
745
+
746
+ if suggest:
747
+ pulumi.log.warn(f"Key '{key}' not found in DeployerVmPackagesResponse. Access the value via the '{suggest}' property getter instead.")
748
+
749
+ def __getitem__(self, key: str) -> Any:
750
+ DeployerVmPackagesResponse.__key_warning(key)
751
+ return super().__getitem__(key)
752
+
753
+ def get(self, key: str, default = None) -> Any:
754
+ DeployerVmPackagesResponse.__key_warning(key)
755
+ return super().get(key, default)
756
+
757
+ def __init__(__self__, *,
758
+ storage_account_id: Optional[str] = None,
759
+ url: Optional[str] = None):
760
+ """
761
+ Defines the url and storage account ID where deployer VM packages are uploaded
762
+ :param str storage_account_id: The deployer VM packages storage account id
763
+ :param str url: The URL to the deployer VM packages file.
764
+ """
765
+ if storage_account_id is not None:
766
+ pulumi.set(__self__, "storage_account_id", storage_account_id)
767
+ if url is not None:
768
+ pulumi.set(__self__, "url", url)
769
+
770
+ @property
771
+ @pulumi.getter(name="storageAccountId")
772
+ def storage_account_id(self) -> Optional[str]:
773
+ """
774
+ The deployer VM packages storage account id
775
+ """
776
+ return pulumi.get(self, "storage_account_id")
777
+
778
+ @property
779
+ @pulumi.getter
780
+ def url(self) -> Optional[str]:
781
+ """
782
+ The URL to the deployer VM packages file.
783
+ """
784
+ return pulumi.get(self, "url")
785
+
786
+
787
+ @pulumi.output_type
788
+ class DeploymentConfigurationResponse(dict):
789
+ """
790
+ Deployment Configuration.
791
+ """
792
+ @staticmethod
793
+ def __key_warning(key: str):
794
+ suggest = None
795
+ if key == "configurationType":
796
+ suggest = "configuration_type"
797
+ elif key == "appLocation":
798
+ suggest = "app_location"
799
+ elif key == "infrastructureConfiguration":
800
+ suggest = "infrastructure_configuration"
801
+ elif key == "softwareConfiguration":
802
+ suggest = "software_configuration"
803
+
804
+ if suggest:
805
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
806
+
807
+ def __getitem__(self, key: str) -> Any:
808
+ DeploymentConfigurationResponse.__key_warning(key)
809
+ return super().__getitem__(key)
810
+
811
+ def get(self, key: str, default = None) -> Any:
812
+ DeploymentConfigurationResponse.__key_warning(key)
813
+ return super().get(key, default)
814
+
815
+ def __init__(__self__, *,
816
+ configuration_type: str,
817
+ app_location: Optional[str] = None,
818
+ infrastructure_configuration: Optional[Any] = None,
819
+ software_configuration: Optional[Any] = None):
820
+ """
821
+ Deployment Configuration.
822
+ :param str configuration_type: The configuration Type.
823
+ Expected value is 'Deployment'.
824
+ :param str app_location: The geo-location where the SAP system is to be created.
825
+ :param Union['SingleServerConfigurationResponse', 'ThreeTierConfigurationResponse'] infrastructure_configuration: The infrastructure configuration.
826
+ :param Union['ExternalInstallationSoftwareConfigurationResponse', 'SAPInstallWithoutOSConfigSoftwareConfigurationResponse', 'ServiceInitiatedSoftwareConfigurationResponse'] software_configuration: The software configuration.
827
+ """
828
+ pulumi.set(__self__, "configuration_type", 'Deployment')
829
+ if app_location is not None:
830
+ pulumi.set(__self__, "app_location", app_location)
831
+ if infrastructure_configuration is not None:
832
+ pulumi.set(__self__, "infrastructure_configuration", infrastructure_configuration)
833
+ if software_configuration is not None:
834
+ pulumi.set(__self__, "software_configuration", software_configuration)
835
+
836
+ @property
837
+ @pulumi.getter(name="configurationType")
838
+ def configuration_type(self) -> str:
839
+ """
840
+ The configuration Type.
841
+ Expected value is 'Deployment'.
842
+ """
843
+ return pulumi.get(self, "configuration_type")
844
+
845
+ @property
846
+ @pulumi.getter(name="appLocation")
847
+ def app_location(self) -> Optional[str]:
848
+ """
849
+ The geo-location where the SAP system is to be created.
850
+ """
851
+ return pulumi.get(self, "app_location")
852
+
853
+ @property
854
+ @pulumi.getter(name="infrastructureConfiguration")
855
+ def infrastructure_configuration(self) -> Optional[Any]:
856
+ """
857
+ The infrastructure configuration.
858
+ """
859
+ return pulumi.get(self, "infrastructure_configuration")
860
+
861
+ @property
862
+ @pulumi.getter(name="softwareConfiguration")
863
+ def software_configuration(self) -> Optional[Any]:
864
+ """
865
+ The software configuration.
866
+ """
867
+ return pulumi.get(self, "software_configuration")
868
+
869
+
870
+ @pulumi.output_type
871
+ class DeploymentWithOSConfigurationResponse(dict):
872
+ """
873
+ Deployment along with OS Configuration.
874
+ """
875
+ @staticmethod
876
+ def __key_warning(key: str):
877
+ suggest = None
878
+ if key == "configurationType":
879
+ suggest = "configuration_type"
880
+ elif key == "appLocation":
881
+ suggest = "app_location"
882
+ elif key == "infrastructureConfiguration":
883
+ suggest = "infrastructure_configuration"
884
+ elif key == "osSapConfiguration":
885
+ suggest = "os_sap_configuration"
886
+ elif key == "softwareConfiguration":
887
+ suggest = "software_configuration"
888
+
889
+ if suggest:
890
+ pulumi.log.warn(f"Key '{key}' not found in DeploymentWithOSConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
891
+
892
+ def __getitem__(self, key: str) -> Any:
893
+ DeploymentWithOSConfigurationResponse.__key_warning(key)
894
+ return super().__getitem__(key)
895
+
896
+ def get(self, key: str, default = None) -> Any:
897
+ DeploymentWithOSConfigurationResponse.__key_warning(key)
898
+ return super().get(key, default)
899
+
900
+ def __init__(__self__, *,
901
+ configuration_type: str,
902
+ app_location: Optional[str] = None,
903
+ infrastructure_configuration: Optional[Any] = None,
904
+ os_sap_configuration: Optional['outputs.OsSapConfigurationResponse'] = None,
905
+ software_configuration: Optional[Any] = None):
906
+ """
907
+ Deployment along with OS Configuration.
908
+ :param str configuration_type: The configuration Type.
909
+ Expected value is 'DeploymentWithOSConfig'.
910
+ :param str app_location: The geo-location where the SAP system is to be created.
911
+ :param Union['SingleServerConfigurationResponse', 'ThreeTierConfigurationResponse'] infrastructure_configuration: The infrastructure configuration.
912
+ :param 'OsSapConfigurationResponse' os_sap_configuration: The OS and SAP configuration.
913
+ :param Union['ExternalInstallationSoftwareConfigurationResponse', 'SAPInstallWithoutOSConfigSoftwareConfigurationResponse', 'ServiceInitiatedSoftwareConfigurationResponse'] software_configuration: The software configuration.
914
+ """
915
+ pulumi.set(__self__, "configuration_type", 'DeploymentWithOSConfig')
916
+ if app_location is not None:
917
+ pulumi.set(__self__, "app_location", app_location)
918
+ if infrastructure_configuration is not None:
919
+ pulumi.set(__self__, "infrastructure_configuration", infrastructure_configuration)
920
+ if os_sap_configuration is not None:
921
+ pulumi.set(__self__, "os_sap_configuration", os_sap_configuration)
922
+ if software_configuration is not None:
923
+ pulumi.set(__self__, "software_configuration", software_configuration)
924
+
925
+ @property
926
+ @pulumi.getter(name="configurationType")
927
+ def configuration_type(self) -> str:
928
+ """
929
+ The configuration Type.
930
+ Expected value is 'DeploymentWithOSConfig'.
931
+ """
932
+ return pulumi.get(self, "configuration_type")
933
+
934
+ @property
935
+ @pulumi.getter(name="appLocation")
936
+ def app_location(self) -> Optional[str]:
937
+ """
938
+ The geo-location where the SAP system is to be created.
939
+ """
940
+ return pulumi.get(self, "app_location")
941
+
942
+ @property
943
+ @pulumi.getter(name="infrastructureConfiguration")
944
+ def infrastructure_configuration(self) -> Optional[Any]:
945
+ """
946
+ The infrastructure configuration.
947
+ """
948
+ return pulumi.get(self, "infrastructure_configuration")
949
+
950
+ @property
951
+ @pulumi.getter(name="osSapConfiguration")
952
+ def os_sap_configuration(self) -> Optional['outputs.OsSapConfigurationResponse']:
953
+ """
954
+ The OS and SAP configuration.
955
+ """
956
+ return pulumi.get(self, "os_sap_configuration")
957
+
958
+ @property
959
+ @pulumi.getter(name="softwareConfiguration")
960
+ def software_configuration(self) -> Optional[Any]:
961
+ """
962
+ The software configuration.
963
+ """
964
+ return pulumi.get(self, "software_configuration")
965
+
966
+
967
+ @pulumi.output_type
968
+ class DiscoveryConfigurationResponse(dict):
969
+ """
970
+ Discovery Details.
971
+ """
972
+ @staticmethod
973
+ def __key_warning(key: str):
974
+ suggest = None
975
+ if key == "appLocation":
976
+ suggest = "app_location"
977
+ elif key == "configurationType":
978
+ suggest = "configuration_type"
979
+ elif key == "centralServerVmId":
980
+ suggest = "central_server_vm_id"
981
+ elif key == "managedRgStorageAccountName":
982
+ suggest = "managed_rg_storage_account_name"
983
+
984
+ if suggest:
985
+ pulumi.log.warn(f"Key '{key}' not found in DiscoveryConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
986
+
987
+ def __getitem__(self, key: str) -> Any:
988
+ DiscoveryConfigurationResponse.__key_warning(key)
989
+ return super().__getitem__(key)
990
+
991
+ def get(self, key: str, default = None) -> Any:
992
+ DiscoveryConfigurationResponse.__key_warning(key)
993
+ return super().get(key, default)
994
+
995
+ def __init__(__self__, *,
996
+ app_location: str,
997
+ configuration_type: str,
998
+ central_server_vm_id: Optional[str] = None,
999
+ managed_rg_storage_account_name: Optional[str] = None):
1000
+ """
1001
+ Discovery Details.
1002
+ :param str app_location: The geo-location where the SAP system exists.
1003
+ :param str configuration_type: The configuration Type.
1004
+ Expected value is 'Discovery'.
1005
+ :param str central_server_vm_id: The virtual machine ID of the Central Server.
1006
+ :param 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.
1007
+ """
1008
+ pulumi.set(__self__, "app_location", app_location)
1009
+ pulumi.set(__self__, "configuration_type", 'Discovery')
1010
+ if central_server_vm_id is not None:
1011
+ pulumi.set(__self__, "central_server_vm_id", central_server_vm_id)
1012
+ if managed_rg_storage_account_name is not None:
1013
+ pulumi.set(__self__, "managed_rg_storage_account_name", managed_rg_storage_account_name)
1014
+
1015
+ @property
1016
+ @pulumi.getter(name="appLocation")
1017
+ def app_location(self) -> str:
1018
+ """
1019
+ The geo-location where the SAP system exists.
1020
+ """
1021
+ return pulumi.get(self, "app_location")
1022
+
1023
+ @property
1024
+ @pulumi.getter(name="configurationType")
1025
+ def configuration_type(self) -> str:
1026
+ """
1027
+ The configuration Type.
1028
+ Expected value is 'Discovery'.
1029
+ """
1030
+ return pulumi.get(self, "configuration_type")
1031
+
1032
+ @property
1033
+ @pulumi.getter(name="centralServerVmId")
1034
+ def central_server_vm_id(self) -> Optional[str]:
1035
+ """
1036
+ The virtual machine ID of the Central Server.
1037
+ """
1038
+ return pulumi.get(self, "central_server_vm_id")
1039
+
1040
+ @property
1041
+ @pulumi.getter(name="managedRgStorageAccountName")
1042
+ def managed_rg_storage_account_name(self) -> Optional[str]:
1043
+ """
1044
+ 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.
1045
+ """
1046
+ return pulumi.get(self, "managed_rg_storage_account_name")
1047
+
1048
+
1049
+ @pulumi.output_type
1050
+ class DiskConfigurationResponse(dict):
1051
+ """
1052
+ The Disk Configuration Details.
1053
+ """
1054
+ @staticmethod
1055
+ def __key_warning(key: str):
1056
+ suggest = None
1057
+ if key == "diskVolumeConfigurations":
1058
+ suggest = "disk_volume_configurations"
1059
+
1060
+ if suggest:
1061
+ pulumi.log.warn(f"Key '{key}' not found in DiskConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1062
+
1063
+ def __getitem__(self, key: str) -> Any:
1064
+ DiskConfigurationResponse.__key_warning(key)
1065
+ return super().__getitem__(key)
1066
+
1067
+ def get(self, key: str, default = None) -> Any:
1068
+ DiskConfigurationResponse.__key_warning(key)
1069
+ return super().get(key, default)
1070
+
1071
+ def __init__(__self__, *,
1072
+ disk_volume_configurations: Optional[Mapping[str, 'outputs.DiskVolumeConfigurationResponse']] = None):
1073
+ """
1074
+ The Disk Configuration Details.
1075
+ :param Mapping[str, 'DiskVolumeConfigurationResponse'] 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'].
1076
+ """
1077
+ if disk_volume_configurations is not None:
1078
+ pulumi.set(__self__, "disk_volume_configurations", disk_volume_configurations)
1079
+
1080
+ @property
1081
+ @pulumi.getter(name="diskVolumeConfigurations")
1082
+ def disk_volume_configurations(self) -> Optional[Mapping[str, 'outputs.DiskVolumeConfigurationResponse']]:
1083
+ """
1084
+ The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup'].
1085
+ """
1086
+ return pulumi.get(self, "disk_volume_configurations")
1087
+
1088
+
1089
+ @pulumi.output_type
1090
+ class DiskDetailsResponse(dict):
1091
+ """
1092
+ The supported disk size details for a disk type.
1093
+ """
1094
+ def __init__(__self__, *,
1095
+ disk_tier: Optional[str] = None,
1096
+ iops_read_write: Optional[float] = None,
1097
+ maximum_supported_disk_count: Optional[float] = None,
1098
+ mbps_read_write: Optional[float] = None,
1099
+ minimum_supported_disk_count: Optional[float] = None,
1100
+ size_gb: Optional[float] = None,
1101
+ sku: Optional['outputs.DiskSkuResponse'] = None):
1102
+ """
1103
+ The supported disk size details for a disk type.
1104
+ :param str disk_tier: The disk tier, e.g. P10, E10.
1105
+ :param float iops_read_write: The disk Iops.
1106
+ :param float maximum_supported_disk_count: The maximum supported disk count.
1107
+ :param float mbps_read_write: The disk provisioned throughput in MBps.
1108
+ :param float minimum_supported_disk_count: The minimum supported disk count.
1109
+ :param float size_gb: The disk size in GB.
1110
+ :param 'DiskSkuResponse' sku: The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS.
1111
+ """
1112
+ if disk_tier is not None:
1113
+ pulumi.set(__self__, "disk_tier", disk_tier)
1114
+ if iops_read_write is not None:
1115
+ pulumi.set(__self__, "iops_read_write", iops_read_write)
1116
+ if maximum_supported_disk_count is not None:
1117
+ pulumi.set(__self__, "maximum_supported_disk_count", maximum_supported_disk_count)
1118
+ if mbps_read_write is not None:
1119
+ pulumi.set(__self__, "mbps_read_write", mbps_read_write)
1120
+ if minimum_supported_disk_count is not None:
1121
+ pulumi.set(__self__, "minimum_supported_disk_count", minimum_supported_disk_count)
1122
+ if size_gb is not None:
1123
+ pulumi.set(__self__, "size_gb", size_gb)
1124
+ if sku is not None:
1125
+ pulumi.set(__self__, "sku", sku)
1126
+
1127
+ @property
1128
+ @pulumi.getter(name="diskTier")
1129
+ def disk_tier(self) -> Optional[str]:
1130
+ """
1131
+ The disk tier, e.g. P10, E10.
1132
+ """
1133
+ return pulumi.get(self, "disk_tier")
1134
+
1135
+ @property
1136
+ @pulumi.getter(name="iopsReadWrite")
1137
+ def iops_read_write(self) -> Optional[float]:
1138
+ """
1139
+ The disk Iops.
1140
+ """
1141
+ return pulumi.get(self, "iops_read_write")
1142
+
1143
+ @property
1144
+ @pulumi.getter(name="maximumSupportedDiskCount")
1145
+ def maximum_supported_disk_count(self) -> Optional[float]:
1146
+ """
1147
+ The maximum supported disk count.
1148
+ """
1149
+ return pulumi.get(self, "maximum_supported_disk_count")
1150
+
1151
+ @property
1152
+ @pulumi.getter(name="mbpsReadWrite")
1153
+ def mbps_read_write(self) -> Optional[float]:
1154
+ """
1155
+ The disk provisioned throughput in MBps.
1156
+ """
1157
+ return pulumi.get(self, "mbps_read_write")
1158
+
1159
+ @property
1160
+ @pulumi.getter(name="minimumSupportedDiskCount")
1161
+ def minimum_supported_disk_count(self) -> Optional[float]:
1162
+ """
1163
+ The minimum supported disk count.
1164
+ """
1165
+ return pulumi.get(self, "minimum_supported_disk_count")
1166
+
1167
+ @property
1168
+ @pulumi.getter(name="sizeGB")
1169
+ def size_gb(self) -> Optional[float]:
1170
+ """
1171
+ The disk size in GB.
1172
+ """
1173
+ return pulumi.get(self, "size_gb")
1174
+
1175
+ @property
1176
+ @pulumi.getter
1177
+ def sku(self) -> Optional['outputs.DiskSkuResponse']:
1178
+ """
1179
+ The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS.
1180
+ """
1181
+ return pulumi.get(self, "sku")
1182
+
1183
+
1184
+ @pulumi.output_type
1185
+ class DiskSkuResponse(dict):
1186
+ """
1187
+ The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS.
1188
+ """
1189
+ def __init__(__self__, *,
1190
+ name: Optional[str] = None):
1191
+ """
1192
+ The type of disk sku. For example, Standard_LRS, Standard_ZRS, Premium_LRS, Premium_ZRS.
1193
+ :param str name: Defines the disk sku name.
1194
+ """
1195
+ if name is not None:
1196
+ pulumi.set(__self__, "name", name)
1197
+
1198
+ @property
1199
+ @pulumi.getter
1200
+ def name(self) -> Optional[str]:
1201
+ """
1202
+ Defines the disk sku name.
1203
+ """
1204
+ return pulumi.get(self, "name")
1205
+
1206
+
1207
+ @pulumi.output_type
1208
+ class DiskVolumeConfigurationResponse(dict):
1209
+ """
1210
+ The disk configuration required for the selected volume.
1211
+ """
1212
+ @staticmethod
1213
+ def __key_warning(key: str):
1214
+ suggest = None
1215
+ if key == "sizeGB":
1216
+ suggest = "size_gb"
1217
+
1218
+ if suggest:
1219
+ pulumi.log.warn(f"Key '{key}' not found in DiskVolumeConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1220
+
1221
+ def __getitem__(self, key: str) -> Any:
1222
+ DiskVolumeConfigurationResponse.__key_warning(key)
1223
+ return super().__getitem__(key)
1224
+
1225
+ def get(self, key: str, default = None) -> Any:
1226
+ DiskVolumeConfigurationResponse.__key_warning(key)
1227
+ return super().get(key, default)
1228
+
1229
+ def __init__(__self__, *,
1230
+ count: Optional[float] = None,
1231
+ size_gb: Optional[float] = None,
1232
+ sku: Optional['outputs.DiskSkuResponse'] = None):
1233
+ """
1234
+ The disk configuration required for the selected volume.
1235
+ :param float count: The total number of disks required for the concerned volume.
1236
+ :param float size_gb: The disk size in GB.
1237
+ :param 'DiskSkuResponse' sku: The disk SKU details.
1238
+ """
1239
+ if count is not None:
1240
+ pulumi.set(__self__, "count", count)
1241
+ if size_gb is not None:
1242
+ pulumi.set(__self__, "size_gb", size_gb)
1243
+ if sku is not None:
1244
+ pulumi.set(__self__, "sku", sku)
1245
+
1246
+ @property
1247
+ @pulumi.getter
1248
+ def count(self) -> Optional[float]:
1249
+ """
1250
+ The total number of disks required for the concerned volume.
1251
+ """
1252
+ return pulumi.get(self, "count")
1253
+
1254
+ @property
1255
+ @pulumi.getter(name="sizeGB")
1256
+ def size_gb(self) -> Optional[float]:
1257
+ """
1258
+ The disk size in GB.
1259
+ """
1260
+ return pulumi.get(self, "size_gb")
1261
+
1262
+ @property
1263
+ @pulumi.getter
1264
+ def sku(self) -> Optional['outputs.DiskSkuResponse']:
1265
+ """
1266
+ The disk SKU details.
1267
+ """
1268
+ return pulumi.get(self, "sku")
1269
+
1270
+
1271
+ @pulumi.output_type
1272
+ class EnqueueReplicationServerPropertiesResponse(dict):
1273
+ """
1274
+ Defines the SAP Enqueue Replication Server (ERS) properties.
1275
+ """
1276
+ @staticmethod
1277
+ def __key_warning(key: str):
1278
+ suggest = None
1279
+ if key == "ersVersion":
1280
+ suggest = "ers_version"
1281
+ elif key == "instanceNo":
1282
+ suggest = "instance_no"
1283
+ elif key == "ipAddress":
1284
+ suggest = "ip_address"
1285
+ elif key == "kernelPatch":
1286
+ suggest = "kernel_patch"
1287
+ elif key == "kernelVersion":
1288
+ suggest = "kernel_version"
1289
+
1290
+ if suggest:
1291
+ pulumi.log.warn(f"Key '{key}' not found in EnqueueReplicationServerPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1292
+
1293
+ def __getitem__(self, key: str) -> Any:
1294
+ EnqueueReplicationServerPropertiesResponse.__key_warning(key)
1295
+ return super().__getitem__(key)
1296
+
1297
+ def get(self, key: str, default = None) -> Any:
1298
+ EnqueueReplicationServerPropertiesResponse.__key_warning(key)
1299
+ return super().get(key, default)
1300
+
1301
+ def __init__(__self__, *,
1302
+ ers_version: str,
1303
+ health: str,
1304
+ hostname: str,
1305
+ instance_no: str,
1306
+ ip_address: str,
1307
+ kernel_patch: str,
1308
+ kernel_version: str):
1309
+ """
1310
+ Defines the SAP Enqueue Replication Server (ERS) properties.
1311
+ :param str ers_version: Defines the type of Enqueue Replication Server.
1312
+ :param str health: Defines the health of SAP Instances.
1313
+ :param str hostname: ERS SAP Hostname.
1314
+ :param str instance_no: ERS Instance Number.
1315
+ :param str ip_address: ERS SAP IP Address.
1316
+ :param str kernel_patch: ERS SAP Kernel Patch level.
1317
+ :param str kernel_version: ERS SAP Kernel Version.
1318
+ """
1319
+ pulumi.set(__self__, "ers_version", ers_version)
1320
+ pulumi.set(__self__, "health", health)
1321
+ pulumi.set(__self__, "hostname", hostname)
1322
+ pulumi.set(__self__, "instance_no", instance_no)
1323
+ pulumi.set(__self__, "ip_address", ip_address)
1324
+ pulumi.set(__self__, "kernel_patch", kernel_patch)
1325
+ pulumi.set(__self__, "kernel_version", kernel_version)
1326
+
1327
+ @property
1328
+ @pulumi.getter(name="ersVersion")
1329
+ def ers_version(self) -> str:
1330
+ """
1331
+ Defines the type of Enqueue Replication Server.
1332
+ """
1333
+ return pulumi.get(self, "ers_version")
1334
+
1335
+ @property
1336
+ @pulumi.getter
1337
+ def health(self) -> str:
1338
+ """
1339
+ Defines the health of SAP Instances.
1340
+ """
1341
+ return pulumi.get(self, "health")
1342
+
1343
+ @property
1344
+ @pulumi.getter
1345
+ def hostname(self) -> str:
1346
+ """
1347
+ ERS SAP Hostname.
1348
+ """
1349
+ return pulumi.get(self, "hostname")
1350
+
1351
+ @property
1352
+ @pulumi.getter(name="instanceNo")
1353
+ def instance_no(self) -> str:
1354
+ """
1355
+ ERS Instance Number.
1356
+ """
1357
+ return pulumi.get(self, "instance_no")
1358
+
1359
+ @property
1360
+ @pulumi.getter(name="ipAddress")
1361
+ def ip_address(self) -> str:
1362
+ """
1363
+ ERS SAP IP Address.
1364
+ """
1365
+ return pulumi.get(self, "ip_address")
1366
+
1367
+ @property
1368
+ @pulumi.getter(name="kernelPatch")
1369
+ def kernel_patch(self) -> str:
1370
+ """
1371
+ ERS SAP Kernel Patch level.
1372
+ """
1373
+ return pulumi.get(self, "kernel_patch")
1374
+
1375
+ @property
1376
+ @pulumi.getter(name="kernelVersion")
1377
+ def kernel_version(self) -> str:
1378
+ """
1379
+ ERS SAP Kernel Version.
1380
+ """
1381
+ return pulumi.get(self, "kernel_version")
1382
+
1383
+
1384
+ @pulumi.output_type
1385
+ class EnqueueServerPropertiesResponse(dict):
1386
+ """
1387
+ Defines the SAP Enqueue Server properties.
1388
+ """
1389
+ @staticmethod
1390
+ def __key_warning(key: str):
1391
+ suggest = None
1392
+ if key == "ipAddress":
1393
+ suggest = "ip_address"
1394
+
1395
+ if suggest:
1396
+ pulumi.log.warn(f"Key '{key}' not found in EnqueueServerPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1397
+
1398
+ def __getitem__(self, key: str) -> Any:
1399
+ EnqueueServerPropertiesResponse.__key_warning(key)
1400
+ return super().__getitem__(key)
1401
+
1402
+ def get(self, key: str, default = None) -> Any:
1403
+ EnqueueServerPropertiesResponse.__key_warning(key)
1404
+ return super().get(key, default)
1405
+
1406
+ def __init__(__self__, *,
1407
+ health: str,
1408
+ hostname: str,
1409
+ ip_address: str,
1410
+ port: float):
1411
+ """
1412
+ Defines the SAP Enqueue Server properties.
1413
+ :param str health: Defines the health of SAP Instances.
1414
+ :param str hostname: Enqueue Server SAP Hostname.
1415
+ :param str ip_address: Enqueue Server SAP IP Address.
1416
+ :param float port: Enqueue Server Port.
1417
+ """
1418
+ pulumi.set(__self__, "health", health)
1419
+ pulumi.set(__self__, "hostname", hostname)
1420
+ pulumi.set(__self__, "ip_address", ip_address)
1421
+ pulumi.set(__self__, "port", port)
1422
+
1423
+ @property
1424
+ @pulumi.getter
1425
+ def health(self) -> str:
1426
+ """
1427
+ Defines the health of SAP Instances.
1428
+ """
1429
+ return pulumi.get(self, "health")
1430
+
1431
+ @property
1432
+ @pulumi.getter
1433
+ def hostname(self) -> str:
1434
+ """
1435
+ Enqueue Server SAP Hostname.
1436
+ """
1437
+ return pulumi.get(self, "hostname")
1438
+
1439
+ @property
1440
+ @pulumi.getter(name="ipAddress")
1441
+ def ip_address(self) -> str:
1442
+ """
1443
+ Enqueue Server SAP IP Address.
1444
+ """
1445
+ return pulumi.get(self, "ip_address")
1446
+
1447
+ @property
1448
+ @pulumi.getter
1449
+ def port(self) -> float:
1450
+ """
1451
+ Enqueue Server Port.
1452
+ """
1453
+ return pulumi.get(self, "port")
1454
+
1455
+
1456
+ @pulumi.output_type
1457
+ class ErrorDefinitionResponse(dict):
1458
+ """
1459
+ Error definition.
1460
+ """
1461
+ def __init__(__self__, *,
1462
+ code: str,
1463
+ details: Sequence['outputs.ErrorDefinitionResponse'],
1464
+ message: str):
1465
+ """
1466
+ Error definition.
1467
+ :param str code: Service specific error code which serves as the substatus for the HTTP error code.
1468
+ :param Sequence['ErrorDefinitionResponse'] details: Internal error details.
1469
+ :param str message: Description of the error.
1470
+ """
1471
+ pulumi.set(__self__, "code", code)
1472
+ pulumi.set(__self__, "details", details)
1473
+ pulumi.set(__self__, "message", message)
1474
+
1475
+ @property
1476
+ @pulumi.getter
1477
+ def code(self) -> str:
1478
+ """
1479
+ Service specific error code which serves as the substatus for the HTTP error code.
1480
+ """
1481
+ return pulumi.get(self, "code")
1482
+
1483
+ @property
1484
+ @pulumi.getter
1485
+ def details(self) -> Sequence['outputs.ErrorDefinitionResponse']:
1486
+ """
1487
+ Internal error details.
1488
+ """
1489
+ return pulumi.get(self, "details")
1490
+
1491
+ @property
1492
+ @pulumi.getter
1493
+ def message(self) -> str:
1494
+ """
1495
+ Description of the error.
1496
+ """
1497
+ return pulumi.get(self, "message")
1498
+
1499
+
1500
+ @pulumi.output_type
1501
+ class ExternalInstallationSoftwareConfigurationResponse(dict):
1502
+ """
1503
+ The SAP Software configuration Input when the software is installed externally outside the service.
1504
+ """
1505
+ @staticmethod
1506
+ def __key_warning(key: str):
1507
+ suggest = None
1508
+ if key == "softwareInstallationType":
1509
+ suggest = "software_installation_type"
1510
+ elif key == "centralServerVmId":
1511
+ suggest = "central_server_vm_id"
1512
+
1513
+ if suggest:
1514
+ pulumi.log.warn(f"Key '{key}' not found in ExternalInstallationSoftwareConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1515
+
1516
+ def __getitem__(self, key: str) -> Any:
1517
+ ExternalInstallationSoftwareConfigurationResponse.__key_warning(key)
1518
+ return super().__getitem__(key)
1519
+
1520
+ def get(self, key: str, default = None) -> Any:
1521
+ ExternalInstallationSoftwareConfigurationResponse.__key_warning(key)
1522
+ return super().get(key, default)
1523
+
1524
+ def __init__(__self__, *,
1525
+ software_installation_type: str,
1526
+ central_server_vm_id: Optional[str] = None):
1527
+ """
1528
+ The SAP Software configuration Input when the software is installed externally outside the service.
1529
+ :param str software_installation_type: The SAP software installation Type.
1530
+ Expected value is 'External'.
1531
+ :param str central_server_vm_id: The resource ID of the virtual machine containing the central server instance.
1532
+ """
1533
+ pulumi.set(__self__, "software_installation_type", 'External')
1534
+ if central_server_vm_id is not None:
1535
+ pulumi.set(__self__, "central_server_vm_id", central_server_vm_id)
1536
+
1537
+ @property
1538
+ @pulumi.getter(name="softwareInstallationType")
1539
+ def software_installation_type(self) -> str:
1540
+ """
1541
+ The SAP software installation Type.
1542
+ Expected value is 'External'.
1543
+ """
1544
+ return pulumi.get(self, "software_installation_type")
1545
+
1546
+ @property
1547
+ @pulumi.getter(name="centralServerVmId")
1548
+ def central_server_vm_id(self) -> Optional[str]:
1549
+ """
1550
+ The resource ID of the virtual machine containing the central server instance.
1551
+ """
1552
+ return pulumi.get(self, "central_server_vm_id")
1553
+
1554
+
1555
+ @pulumi.output_type
1556
+ class GatewayServerPropertiesResponse(dict):
1557
+ """
1558
+ Defines the SAP Gateway Server properties.
1559
+ """
1560
+ def __init__(__self__, *,
1561
+ health: str,
1562
+ port: float):
1563
+ """
1564
+ Defines the SAP Gateway Server properties.
1565
+ :param str health: Defines the health of SAP Instances.
1566
+ :param float port: Gateway Port.
1567
+ """
1568
+ pulumi.set(__self__, "health", health)
1569
+ pulumi.set(__self__, "port", port)
1570
+
1571
+ @property
1572
+ @pulumi.getter
1573
+ def health(self) -> str:
1574
+ """
1575
+ Defines the health of SAP Instances.
1576
+ """
1577
+ return pulumi.get(self, "health")
1578
+
1579
+ @property
1580
+ @pulumi.getter
1581
+ def port(self) -> float:
1582
+ """
1583
+ Gateway Port.
1584
+ """
1585
+ return pulumi.get(self, "port")
1586
+
1587
+
1588
+ @pulumi.output_type
1589
+ class HighAvailabilityConfigurationResponse(dict):
1590
+ """
1591
+ Gets or sets the high availability configuration.
1592
+ """
1593
+ @staticmethod
1594
+ def __key_warning(key: str):
1595
+ suggest = None
1596
+ if key == "highAvailabilityType":
1597
+ suggest = "high_availability_type"
1598
+
1599
+ if suggest:
1600
+ pulumi.log.warn(f"Key '{key}' not found in HighAvailabilityConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1601
+
1602
+ def __getitem__(self, key: str) -> Any:
1603
+ HighAvailabilityConfigurationResponse.__key_warning(key)
1604
+ return super().__getitem__(key)
1605
+
1606
+ def get(self, key: str, default = None) -> Any:
1607
+ HighAvailabilityConfigurationResponse.__key_warning(key)
1608
+ return super().get(key, default)
1609
+
1610
+ def __init__(__self__, *,
1611
+ high_availability_type: str):
1612
+ """
1613
+ Gets or sets the high availability configuration.
1614
+ :param str high_availability_type: The high availability type.
1615
+ """
1616
+ pulumi.set(__self__, "high_availability_type", high_availability_type)
1617
+
1618
+ @property
1619
+ @pulumi.getter(name="highAvailabilityType")
1620
+ def high_availability_type(self) -> str:
1621
+ """
1622
+ The high availability type.
1623
+ """
1624
+ return pulumi.get(self, "high_availability_type")
1625
+
1626
+
1627
+ @pulumi.output_type
1628
+ class HighAvailabilitySoftwareConfigurationResponse(dict):
1629
+ """
1630
+ Gets or sets the HA software configuration.
1631
+ """
1632
+ @staticmethod
1633
+ def __key_warning(key: str):
1634
+ suggest = None
1635
+ if key == "fencingClientId":
1636
+ suggest = "fencing_client_id"
1637
+ elif key == "fencingClientPassword":
1638
+ suggest = "fencing_client_password"
1639
+
1640
+ if suggest:
1641
+ pulumi.log.warn(f"Key '{key}' not found in HighAvailabilitySoftwareConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1642
+
1643
+ def __getitem__(self, key: str) -> Any:
1644
+ HighAvailabilitySoftwareConfigurationResponse.__key_warning(key)
1645
+ return super().__getitem__(key)
1646
+
1647
+ def get(self, key: str, default = None) -> Any:
1648
+ HighAvailabilitySoftwareConfigurationResponse.__key_warning(key)
1649
+ return super().get(key, default)
1650
+
1651
+ def __init__(__self__, *,
1652
+ fencing_client_id: str,
1653
+ fencing_client_password: str):
1654
+ """
1655
+ Gets or sets the HA software configuration.
1656
+ :param str fencing_client_id: The fencing client id.
1657
+ :param 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.
1658
+ """
1659
+ pulumi.set(__self__, "fencing_client_id", fencing_client_id)
1660
+ pulumi.set(__self__, "fencing_client_password", fencing_client_password)
1661
+
1662
+ @property
1663
+ @pulumi.getter(name="fencingClientId")
1664
+ def fencing_client_id(self) -> str:
1665
+ """
1666
+ The fencing client id.
1667
+ """
1668
+ return pulumi.get(self, "fencing_client_id")
1669
+
1670
+ @property
1671
+ @pulumi.getter(name="fencingClientPassword")
1672
+ def fencing_client_password(self) -> str:
1673
+ """
1674
+ The fencing client id secret/password. The secret should never expire. This will be used pacemaker to start/stop the cluster VMs.
1675
+ """
1676
+ return pulumi.get(self, "fencing_client_password")
1677
+
1678
+
1679
+ @pulumi.output_type
1680
+ class ImageReferenceResponse(dict):
1681
+ """
1682
+ 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.
1683
+ """
1684
+ def __init__(__self__, *,
1685
+ id: Optional[str] = None,
1686
+ offer: Optional[str] = None,
1687
+ publisher: Optional[str] = None,
1688
+ sku: Optional[str] = None,
1689
+ version: Optional[str] = None):
1690
+ """
1691
+ 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.
1692
+ :param 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.
1693
+ :param str offer: Specifies the offer of the platform image or marketplace image used to create the virtual machine.
1694
+ :param str publisher: The image publisher.
1695
+ :param str sku: The image SKU.
1696
+ :param 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.
1697
+ """
1698
+ if id is not None:
1699
+ pulumi.set(__self__, "id", id)
1700
+ if offer is not None:
1701
+ pulumi.set(__self__, "offer", offer)
1702
+ if publisher is not None:
1703
+ pulumi.set(__self__, "publisher", publisher)
1704
+ if sku is not None:
1705
+ pulumi.set(__self__, "sku", sku)
1706
+ if version is not None:
1707
+ pulumi.set(__self__, "version", version)
1708
+
1709
+ @property
1710
+ @pulumi.getter
1711
+ def id(self) -> Optional[str]:
1712
+ """
1713
+ 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.
1714
+ """
1715
+ return pulumi.get(self, "id")
1716
+
1717
+ @property
1718
+ @pulumi.getter
1719
+ def offer(self) -> Optional[str]:
1720
+ """
1721
+ Specifies the offer of the platform image or marketplace image used to create the virtual machine.
1722
+ """
1723
+ return pulumi.get(self, "offer")
1724
+
1725
+ @property
1726
+ @pulumi.getter
1727
+ def publisher(self) -> Optional[str]:
1728
+ """
1729
+ The image publisher.
1730
+ """
1731
+ return pulumi.get(self, "publisher")
1732
+
1733
+ @property
1734
+ @pulumi.getter
1735
+ def sku(self) -> Optional[str]:
1736
+ """
1737
+ The image SKU.
1738
+ """
1739
+ return pulumi.get(self, "sku")
1740
+
1741
+ @property
1742
+ @pulumi.getter
1743
+ def version(self) -> Optional[str]:
1744
+ """
1745
+ 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.
1746
+ """
1747
+ return pulumi.get(self, "version")
1748
+
1749
+
1750
+ @pulumi.output_type
1751
+ class LinuxConfigurationResponse(dict):
1752
+ """
1753
+ 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).
1754
+ """
1755
+ @staticmethod
1756
+ def __key_warning(key: str):
1757
+ suggest = None
1758
+ if key == "osType":
1759
+ suggest = "os_type"
1760
+ elif key == "disablePasswordAuthentication":
1761
+ suggest = "disable_password_authentication"
1762
+ elif key == "sshKeyPair":
1763
+ suggest = "ssh_key_pair"
1764
+
1765
+ if suggest:
1766
+ pulumi.log.warn(f"Key '{key}' not found in LinuxConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1767
+
1768
+ def __getitem__(self, key: str) -> Any:
1769
+ LinuxConfigurationResponse.__key_warning(key)
1770
+ return super().__getitem__(key)
1771
+
1772
+ def get(self, key: str, default = None) -> Any:
1773
+ LinuxConfigurationResponse.__key_warning(key)
1774
+ return super().get(key, default)
1775
+
1776
+ def __init__(__self__, *,
1777
+ os_type: str,
1778
+ disable_password_authentication: Optional[bool] = None,
1779
+ ssh: Optional['outputs.SshConfigurationResponse'] = None,
1780
+ ssh_key_pair: Optional['outputs.SshKeyPairResponse'] = None):
1781
+ """
1782
+ 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).
1783
+ :param str os_type: The OS Type
1784
+ Expected value is 'Linux'.
1785
+ :param bool disable_password_authentication: Specifies whether password authentication should be disabled.
1786
+ :param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead)
1787
+ :param 'SshKeyPairResponse' ssh_key_pair: The SSH Key-pair used to authenticate with the VM's.
1788
+ """
1789
+ pulumi.set(__self__, "os_type", 'Linux')
1790
+ if disable_password_authentication is not None:
1791
+ pulumi.set(__self__, "disable_password_authentication", disable_password_authentication)
1792
+ if ssh is not None:
1793
+ pulumi.set(__self__, "ssh", ssh)
1794
+ if ssh_key_pair is not None:
1795
+ pulumi.set(__self__, "ssh_key_pair", ssh_key_pair)
1796
+
1797
+ @property
1798
+ @pulumi.getter(name="osType")
1799
+ def os_type(self) -> str:
1800
+ """
1801
+ The OS Type
1802
+ Expected value is 'Linux'.
1803
+ """
1804
+ return pulumi.get(self, "os_type")
1805
+
1806
+ @property
1807
+ @pulumi.getter(name="disablePasswordAuthentication")
1808
+ def disable_password_authentication(self) -> Optional[bool]:
1809
+ """
1810
+ Specifies whether password authentication should be disabled.
1811
+ """
1812
+ return pulumi.get(self, "disable_password_authentication")
1813
+
1814
+ @property
1815
+ @pulumi.getter
1816
+ def ssh(self) -> Optional['outputs.SshConfigurationResponse']:
1817
+ """
1818
+ Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead)
1819
+ """
1820
+ return pulumi.get(self, "ssh")
1821
+
1822
+ @property
1823
+ @pulumi.getter(name="sshKeyPair")
1824
+ def ssh_key_pair(self) -> Optional['outputs.SshKeyPairResponse']:
1825
+ """
1826
+ The SSH Key-pair used to authenticate with the VM's.
1827
+ """
1828
+ return pulumi.get(self, "ssh_key_pair")
1829
+
1830
+
1831
+ @pulumi.output_type
1832
+ class LoadBalancerDetailsResponse(dict):
1833
+ """
1834
+ The Load Balancer details such as Load Balancer ID.
1835
+ """
1836
+ def __init__(__self__, *,
1837
+ id: str):
1838
+ """
1839
+ The Load Balancer details such as Load Balancer ID.
1840
+ """
1841
+ pulumi.set(__self__, "id", id)
1842
+
1843
+ @property
1844
+ @pulumi.getter
1845
+ def id(self) -> str:
1846
+ return pulumi.get(self, "id")
1847
+
1848
+
1849
+ @pulumi.output_type
1850
+ class LoadBalancerResourceNamesResponse(dict):
1851
+ """
1852
+ The resource names object for load balancer and related resources.
1853
+ """
1854
+ @staticmethod
1855
+ def __key_warning(key: str):
1856
+ suggest = None
1857
+ if key == "backendPoolNames":
1858
+ suggest = "backend_pool_names"
1859
+ elif key == "frontendIpConfigurationNames":
1860
+ suggest = "frontend_ip_configuration_names"
1861
+ elif key == "healthProbeNames":
1862
+ suggest = "health_probe_names"
1863
+ elif key == "loadBalancerName":
1864
+ suggest = "load_balancer_name"
1865
+
1866
+ if suggest:
1867
+ pulumi.log.warn(f"Key '{key}' not found in LoadBalancerResourceNamesResponse. Access the value via the '{suggest}' property getter instead.")
1868
+
1869
+ def __getitem__(self, key: str) -> Any:
1870
+ LoadBalancerResourceNamesResponse.__key_warning(key)
1871
+ return super().__getitem__(key)
1872
+
1873
+ def get(self, key: str, default = None) -> Any:
1874
+ LoadBalancerResourceNamesResponse.__key_warning(key)
1875
+ return super().get(key, default)
1876
+
1877
+ def __init__(__self__, *,
1878
+ backend_pool_names: Optional[Sequence[str]] = None,
1879
+ frontend_ip_configuration_names: Optional[Sequence[str]] = None,
1880
+ health_probe_names: Optional[Sequence[str]] = None,
1881
+ load_balancer_name: Optional[str] = None):
1882
+ """
1883
+ The resource names object for load balancer and related resources.
1884
+ :param Sequence[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
1885
+ :param Sequence[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.
1886
+ :param Sequence[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.
1887
+ :param 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.
1888
+ """
1889
+ if backend_pool_names is not None:
1890
+ pulumi.set(__self__, "backend_pool_names", backend_pool_names)
1891
+ if frontend_ip_configuration_names is not None:
1892
+ pulumi.set(__self__, "frontend_ip_configuration_names", frontend_ip_configuration_names)
1893
+ if health_probe_names is not None:
1894
+ pulumi.set(__self__, "health_probe_names", health_probe_names)
1895
+ if load_balancer_name is not None:
1896
+ pulumi.set(__self__, "load_balancer_name", load_balancer_name)
1897
+
1898
+ @property
1899
+ @pulumi.getter(name="backendPoolNames")
1900
+ def backend_pool_names(self) -> Optional[Sequence[str]]:
1901
+ """
1902
+ The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1
1903
+ """
1904
+ return pulumi.get(self, "backend_pool_names")
1905
+
1906
+ @property
1907
+ @pulumi.getter(name="frontendIpConfigurationNames")
1908
+ def frontend_ip_configuration_names(self) -> Optional[Sequence[str]]:
1909
+ """
1910
+ 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.
1911
+ """
1912
+ return pulumi.get(self, "frontend_ip_configuration_names")
1913
+
1914
+ @property
1915
+ @pulumi.getter(name="healthProbeNames")
1916
+ def health_probe_names(self) -> Optional[Sequence[str]]:
1917
+ """
1918
+ 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.
1919
+ """
1920
+ return pulumi.get(self, "health_probe_names")
1921
+
1922
+ @property
1923
+ @pulumi.getter(name="loadBalancerName")
1924
+ def load_balancer_name(self) -> Optional[str]:
1925
+ """
1926
+ The full resource name for load balancer. If this value is not provided, load balancer will be name as {ASCS/DB}-loadBalancer.
1927
+ """
1928
+ return pulumi.get(self, "load_balancer_name")
1929
+
1930
+
1931
+ @pulumi.output_type
1932
+ class ManagedRGConfigurationResponse(dict):
1933
+ """
1934
+ Managed resource group configuration
1935
+ """
1936
+ def __init__(__self__, *,
1937
+ name: Optional[str] = None):
1938
+ """
1939
+ Managed resource group configuration
1940
+ :param str name: Managed resource group name
1941
+ """
1942
+ if name is not None:
1943
+ pulumi.set(__self__, "name", name)
1944
+
1945
+ @property
1946
+ @pulumi.getter
1947
+ def name(self) -> Optional[str]:
1948
+ """
1949
+ Managed resource group name
1950
+ """
1951
+ return pulumi.get(self, "name")
1952
+
1953
+
1954
+ @pulumi.output_type
1955
+ class MessageServerPropertiesResponse(dict):
1956
+ """
1957
+ Defines the SAP message server properties.
1958
+ """
1959
+ @staticmethod
1960
+ def __key_warning(key: str):
1961
+ suggest = None
1962
+ if key == "httpPort":
1963
+ suggest = "http_port"
1964
+ elif key == "httpsPort":
1965
+ suggest = "https_port"
1966
+ elif key == "internalMsPort":
1967
+ suggest = "internal_ms_port"
1968
+ elif key == "ipAddress":
1969
+ suggest = "ip_address"
1970
+ elif key == "msPort":
1971
+ suggest = "ms_port"
1972
+
1973
+ if suggest:
1974
+ pulumi.log.warn(f"Key '{key}' not found in MessageServerPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1975
+
1976
+ def __getitem__(self, key: str) -> Any:
1977
+ MessageServerPropertiesResponse.__key_warning(key)
1978
+ return super().__getitem__(key)
1979
+
1980
+ def get(self, key: str, default = None) -> Any:
1981
+ MessageServerPropertiesResponse.__key_warning(key)
1982
+ return super().get(key, default)
1983
+
1984
+ def __init__(__self__, *,
1985
+ health: str,
1986
+ hostname: str,
1987
+ http_port: float,
1988
+ https_port: float,
1989
+ internal_ms_port: float,
1990
+ ip_address: str,
1991
+ ms_port: float):
1992
+ """
1993
+ Defines the SAP message server properties.
1994
+ :param str health: Defines the health of SAP Instances.
1995
+ :param str hostname: message server SAP Hostname.
1996
+ :param float http_port: message server HTTP Port.
1997
+ :param float https_port: message server HTTPS Port.
1998
+ :param float internal_ms_port: message server internal MS port.
1999
+ :param str ip_address: message server IP Address.
2000
+ :param float ms_port: message server port.
2001
+ """
2002
+ pulumi.set(__self__, "health", health)
2003
+ pulumi.set(__self__, "hostname", hostname)
2004
+ pulumi.set(__self__, "http_port", http_port)
2005
+ pulumi.set(__self__, "https_port", https_port)
2006
+ pulumi.set(__self__, "internal_ms_port", internal_ms_port)
2007
+ pulumi.set(__self__, "ip_address", ip_address)
2008
+ pulumi.set(__self__, "ms_port", ms_port)
2009
+
2010
+ @property
2011
+ @pulumi.getter
2012
+ def health(self) -> str:
2013
+ """
2014
+ Defines the health of SAP Instances.
2015
+ """
2016
+ return pulumi.get(self, "health")
2017
+
2018
+ @property
2019
+ @pulumi.getter
2020
+ def hostname(self) -> str:
2021
+ """
2022
+ message server SAP Hostname.
2023
+ """
2024
+ return pulumi.get(self, "hostname")
2025
+
2026
+ @property
2027
+ @pulumi.getter(name="httpPort")
2028
+ def http_port(self) -> float:
2029
+ """
2030
+ message server HTTP Port.
2031
+ """
2032
+ return pulumi.get(self, "http_port")
2033
+
2034
+ @property
2035
+ @pulumi.getter(name="httpsPort")
2036
+ def https_port(self) -> float:
2037
+ """
2038
+ message server HTTPS Port.
2039
+ """
2040
+ return pulumi.get(self, "https_port")
2041
+
2042
+ @property
2043
+ @pulumi.getter(name="internalMsPort")
2044
+ def internal_ms_port(self) -> float:
2045
+ """
2046
+ message server internal MS port.
2047
+ """
2048
+ return pulumi.get(self, "internal_ms_port")
2049
+
2050
+ @property
2051
+ @pulumi.getter(name="ipAddress")
2052
+ def ip_address(self) -> str:
2053
+ """
2054
+ message server IP Address.
2055
+ """
2056
+ return pulumi.get(self, "ip_address")
2057
+
2058
+ @property
2059
+ @pulumi.getter(name="msPort")
2060
+ def ms_port(self) -> float:
2061
+ """
2062
+ message server port.
2063
+ """
2064
+ return pulumi.get(self, "ms_port")
2065
+
2066
+
2067
+ @pulumi.output_type
2068
+ class MountFileShareConfigurationResponse(dict):
2069
+ """
2070
+ 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.
2071
+ """
2072
+ @staticmethod
2073
+ def __key_warning(key: str):
2074
+ suggest = None
2075
+ if key == "configurationType":
2076
+ suggest = "configuration_type"
2077
+ elif key == "privateEndpointId":
2078
+ suggest = "private_endpoint_id"
2079
+
2080
+ if suggest:
2081
+ pulumi.log.warn(f"Key '{key}' not found in MountFileShareConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2082
+
2083
+ def __getitem__(self, key: str) -> Any:
2084
+ MountFileShareConfigurationResponse.__key_warning(key)
2085
+ return super().__getitem__(key)
2086
+
2087
+ def get(self, key: str, default = None) -> Any:
2088
+ MountFileShareConfigurationResponse.__key_warning(key)
2089
+ return super().get(key, default)
2090
+
2091
+ def __init__(__self__, *,
2092
+ configuration_type: str,
2093
+ id: str,
2094
+ private_endpoint_id: str):
2095
+ """
2096
+ 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.
2097
+ :param str configuration_type: The type of file share config.
2098
+ Expected value is 'Mount'.
2099
+ :param str id: The fileshare resource ID
2100
+ :param str private_endpoint_id: The private endpoint resource ID
2101
+ """
2102
+ pulumi.set(__self__, "configuration_type", 'Mount')
2103
+ pulumi.set(__self__, "id", id)
2104
+ pulumi.set(__self__, "private_endpoint_id", private_endpoint_id)
2105
+
2106
+ @property
2107
+ @pulumi.getter(name="configurationType")
2108
+ def configuration_type(self) -> str:
2109
+ """
2110
+ The type of file share config.
2111
+ Expected value is 'Mount'.
2112
+ """
2113
+ return pulumi.get(self, "configuration_type")
2114
+
2115
+ @property
2116
+ @pulumi.getter
2117
+ def id(self) -> str:
2118
+ """
2119
+ The fileshare resource ID
2120
+ """
2121
+ return pulumi.get(self, "id")
2122
+
2123
+ @property
2124
+ @pulumi.getter(name="privateEndpointId")
2125
+ def private_endpoint_id(self) -> str:
2126
+ """
2127
+ The private endpoint resource ID
2128
+ """
2129
+ return pulumi.get(self, "private_endpoint_id")
2130
+
2131
+
2132
+ @pulumi.output_type
2133
+ class NetworkConfigurationResponse(dict):
2134
+ """
2135
+ Defines the network configuration type for SAP system infrastructure that is being deployed
2136
+ """
2137
+ @staticmethod
2138
+ def __key_warning(key: str):
2139
+ suggest = None
2140
+ if key == "isSecondaryIpEnabled":
2141
+ suggest = "is_secondary_ip_enabled"
2142
+
2143
+ if suggest:
2144
+ pulumi.log.warn(f"Key '{key}' not found in NetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2145
+
2146
+ def __getitem__(self, key: str) -> Any:
2147
+ NetworkConfigurationResponse.__key_warning(key)
2148
+ return super().__getitem__(key)
2149
+
2150
+ def get(self, key: str, default = None) -> Any:
2151
+ NetworkConfigurationResponse.__key_warning(key)
2152
+ return super().get(key, default)
2153
+
2154
+ def __init__(__self__, *,
2155
+ is_secondary_ip_enabled: Optional[bool] = None):
2156
+ """
2157
+ Defines the network configuration type for SAP system infrastructure that is being deployed
2158
+ :param 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
2159
+ """
2160
+ if is_secondary_ip_enabled is None:
2161
+ is_secondary_ip_enabled = False
2162
+ if is_secondary_ip_enabled is not None:
2163
+ pulumi.set(__self__, "is_secondary_ip_enabled", is_secondary_ip_enabled)
2164
+
2165
+ @property
2166
+ @pulumi.getter(name="isSecondaryIpEnabled")
2167
+ def is_secondary_ip_enabled(self) -> Optional[bool]:
2168
+ """
2169
+ Specifies whether a secondary IP address should be added to the network interface on all VMs of the SAP system being deployed
2170
+ """
2171
+ return pulumi.get(self, "is_secondary_ip_enabled")
2172
+
2173
+
2174
+ @pulumi.output_type
2175
+ class NetworkInterfaceResourceNamesResponse(dict):
2176
+ """
2177
+ The resource names object for network interface and related resources.
2178
+ """
2179
+ @staticmethod
2180
+ def __key_warning(key: str):
2181
+ suggest = None
2182
+ if key == "networkInterfaceName":
2183
+ suggest = "network_interface_name"
2184
+
2185
+ if suggest:
2186
+ pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceResourceNamesResponse. Access the value via the '{suggest}' property getter instead.")
2187
+
2188
+ def __getitem__(self, key: str) -> Any:
2189
+ NetworkInterfaceResourceNamesResponse.__key_warning(key)
2190
+ return super().__getitem__(key)
2191
+
2192
+ def get(self, key: str, default = None) -> Any:
2193
+ NetworkInterfaceResourceNamesResponse.__key_warning(key)
2194
+ return super().get(key, default)
2195
+
2196
+ def __init__(__self__, *,
2197
+ network_interface_name: Optional[str] = None):
2198
+ """
2199
+ The resource names object for network interface and related resources.
2200
+ :param 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.
2201
+ """
2202
+ if network_interface_name is not None:
2203
+ pulumi.set(__self__, "network_interface_name", network_interface_name)
2204
+
2205
+ @property
2206
+ @pulumi.getter(name="networkInterfaceName")
2207
+ def network_interface_name(self) -> Optional[str]:
2208
+ """
2209
+ 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.
2210
+ """
2211
+ return pulumi.get(self, "network_interface_name")
2212
+
2213
+
2214
+ @pulumi.output_type
2215
+ class OSProfileResponse(dict):
2216
+ """
2217
+ Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned.
2218
+ """
2219
+ @staticmethod
2220
+ def __key_warning(key: str):
2221
+ suggest = None
2222
+ if key == "adminPassword":
2223
+ suggest = "admin_password"
2224
+ elif key == "adminUsername":
2225
+ suggest = "admin_username"
2226
+ elif key == "osConfiguration":
2227
+ suggest = "os_configuration"
2228
+
2229
+ if suggest:
2230
+ pulumi.log.warn(f"Key '{key}' not found in OSProfileResponse. Access the value via the '{suggest}' property getter instead.")
2231
+
2232
+ def __getitem__(self, key: str) -> Any:
2233
+ OSProfileResponse.__key_warning(key)
2234
+ return super().__getitem__(key)
2235
+
2236
+ def get(self, key: str, default = None) -> Any:
2237
+ OSProfileResponse.__key_warning(key)
2238
+ return super().get(key, default)
2239
+
2240
+ def __init__(__self__, *,
2241
+ admin_password: Optional[str] = None,
2242
+ admin_username: Optional[str] = None,
2243
+ os_configuration: Optional[Any] = None):
2244
+ """
2245
+ Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned.
2246
+ :param 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)
2247
+ :param 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.
2248
+ :param Union['LinuxConfigurationResponse', 'WindowsConfigurationResponse'] os_configuration: Specifies Windows operating system settings on the virtual machine.
2249
+ """
2250
+ if admin_password is not None:
2251
+ pulumi.set(__self__, "admin_password", admin_password)
2252
+ if admin_username is not None:
2253
+ pulumi.set(__self__, "admin_username", admin_username)
2254
+ if os_configuration is not None:
2255
+ pulumi.set(__self__, "os_configuration", os_configuration)
2256
+
2257
+ @property
2258
+ @pulumi.getter(name="adminPassword")
2259
+ def admin_password(self) -> Optional[str]:
2260
+ """
2261
+ 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)
2262
+ """
2263
+ return pulumi.get(self, "admin_password")
2264
+
2265
+ @property
2266
+ @pulumi.getter(name="adminUsername")
2267
+ def admin_username(self) -> Optional[str]:
2268
+ """
2269
+ 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.
2270
+ """
2271
+ return pulumi.get(self, "admin_username")
2272
+
2273
+ @property
2274
+ @pulumi.getter(name="osConfiguration")
2275
+ def os_configuration(self) -> Optional[Any]:
2276
+ """
2277
+ Specifies Windows operating system settings on the virtual machine.
2278
+ """
2279
+ return pulumi.get(self, "os_configuration")
2280
+
2281
+
2282
+ @pulumi.output_type
2283
+ class OsSapConfigurationResponse(dict):
2284
+ """
2285
+ Defines the OS and SAP Configurations for Deployment
2286
+ """
2287
+ @staticmethod
2288
+ def __key_warning(key: str):
2289
+ suggest = None
2290
+ if key == "deployerVmPackages":
2291
+ suggest = "deployer_vm_packages"
2292
+ elif key == "sapFqdn":
2293
+ suggest = "sap_fqdn"
2294
+
2295
+ if suggest:
2296
+ pulumi.log.warn(f"Key '{key}' not found in OsSapConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2297
+
2298
+ def __getitem__(self, key: str) -> Any:
2299
+ OsSapConfigurationResponse.__key_warning(key)
2300
+ return super().__getitem__(key)
2301
+
2302
+ def get(self, key: str, default = None) -> Any:
2303
+ OsSapConfigurationResponse.__key_warning(key)
2304
+ return super().get(key, default)
2305
+
2306
+ def __init__(__self__, *,
2307
+ deployer_vm_packages: Optional['outputs.DeployerVmPackagesResponse'] = None,
2308
+ sap_fqdn: Optional[str] = None):
2309
+ """
2310
+ Defines the OS and SAP Configurations for Deployment
2311
+ :param 'DeployerVmPackagesResponse' deployer_vm_packages: The url and storage account ID where deployer VM packages are uploaded
2312
+ :param str sap_fqdn: The FQDN to set for the SAP system
2313
+ """
2314
+ if deployer_vm_packages is not None:
2315
+ pulumi.set(__self__, "deployer_vm_packages", deployer_vm_packages)
2316
+ if sap_fqdn is not None:
2317
+ pulumi.set(__self__, "sap_fqdn", sap_fqdn)
2318
+
2319
+ @property
2320
+ @pulumi.getter(name="deployerVmPackages")
2321
+ def deployer_vm_packages(self) -> Optional['outputs.DeployerVmPackagesResponse']:
2322
+ """
2323
+ The url and storage account ID where deployer VM packages are uploaded
2324
+ """
2325
+ return pulumi.get(self, "deployer_vm_packages")
2326
+
2327
+ @property
2328
+ @pulumi.getter(name="sapFqdn")
2329
+ def sap_fqdn(self) -> Optional[str]:
2330
+ """
2331
+ The FQDN to set for the SAP system
2332
+ """
2333
+ return pulumi.get(self, "sap_fqdn")
2334
+
2335
+
2336
+ @pulumi.output_type
2337
+ class SAPAvailabilityZonePairResponse(dict):
2338
+ """
2339
+ The SAP Availability Zone Pair.
2340
+ """
2341
+ def __init__(__self__, *,
2342
+ zone_a: Optional[float] = None,
2343
+ zone_b: Optional[float] = None):
2344
+ """
2345
+ The SAP Availability Zone Pair.
2346
+ :param float zone_a: The zone A.
2347
+ :param float zone_b: The zone B.
2348
+ """
2349
+ if zone_a is not None:
2350
+ pulumi.set(__self__, "zone_a", zone_a)
2351
+ if zone_b is not None:
2352
+ pulumi.set(__self__, "zone_b", zone_b)
2353
+
2354
+ @property
2355
+ @pulumi.getter(name="zoneA")
2356
+ def zone_a(self) -> Optional[float]:
2357
+ """
2358
+ The zone A.
2359
+ """
2360
+ return pulumi.get(self, "zone_a")
2361
+
2362
+ @property
2363
+ @pulumi.getter(name="zoneB")
2364
+ def zone_b(self) -> Optional[float]:
2365
+ """
2366
+ The zone B.
2367
+ """
2368
+ return pulumi.get(self, "zone_b")
2369
+
2370
+
2371
+ @pulumi.output_type
2372
+ class SAPDiskConfigurationResponse(dict):
2373
+ """
2374
+ The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type.
2375
+ """
2376
+ def __init__(__self__, *,
2377
+ recommended_configuration: Optional['outputs.DiskVolumeConfigurationResponse'] = None,
2378
+ supported_configurations: Optional[Sequence['outputs.DiskDetailsResponse']] = None):
2379
+ """
2380
+ The SAP Disk Configuration contains 'recommended disk' details and list of supported disks detail for a volume type.
2381
+ :param 'DiskVolumeConfigurationResponse' recommended_configuration: The recommended disk details for a given VM Sku.
2382
+ :param Sequence['DiskDetailsResponse'] supported_configurations: The list of supported disks for a given VM Sku.
2383
+ """
2384
+ if recommended_configuration is not None:
2385
+ pulumi.set(__self__, "recommended_configuration", recommended_configuration)
2386
+ if supported_configurations is not None:
2387
+ pulumi.set(__self__, "supported_configurations", supported_configurations)
2388
+
2389
+ @property
2390
+ @pulumi.getter(name="recommendedConfiguration")
2391
+ def recommended_configuration(self) -> Optional['outputs.DiskVolumeConfigurationResponse']:
2392
+ """
2393
+ The recommended disk details for a given VM Sku.
2394
+ """
2395
+ return pulumi.get(self, "recommended_configuration")
2396
+
2397
+ @property
2398
+ @pulumi.getter(name="supportedConfigurations")
2399
+ def supported_configurations(self) -> Optional[Sequence['outputs.DiskDetailsResponse']]:
2400
+ """
2401
+ The list of supported disks for a given VM Sku.
2402
+ """
2403
+ return pulumi.get(self, "supported_configurations")
2404
+
2405
+
2406
+ @pulumi.output_type
2407
+ class SAPInstallWithoutOSConfigSoftwareConfigurationResponse(dict):
2408
+ """
2409
+ The SAP Software configuration Input when the software is to be installed by service without OS Configurations
2410
+ """
2411
+ @staticmethod
2412
+ def __key_warning(key: str):
2413
+ suggest = None
2414
+ if key == "bomUrl":
2415
+ suggest = "bom_url"
2416
+ elif key == "sapBitsStorageAccountId":
2417
+ suggest = "sap_bits_storage_account_id"
2418
+ elif key == "softwareInstallationType":
2419
+ suggest = "software_installation_type"
2420
+ elif key == "softwareVersion":
2421
+ suggest = "software_version"
2422
+ elif key == "highAvailabilitySoftwareConfiguration":
2423
+ suggest = "high_availability_software_configuration"
2424
+
2425
+ if suggest:
2426
+ pulumi.log.warn(f"Key '{key}' not found in SAPInstallWithoutOSConfigSoftwareConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2427
+
2428
+ def __getitem__(self, key: str) -> Any:
2429
+ SAPInstallWithoutOSConfigSoftwareConfigurationResponse.__key_warning(key)
2430
+ return super().__getitem__(key)
2431
+
2432
+ def get(self, key: str, default = None) -> Any:
2433
+ SAPInstallWithoutOSConfigSoftwareConfigurationResponse.__key_warning(key)
2434
+ return super().get(key, default)
2435
+
2436
+ def __init__(__self__, *,
2437
+ bom_url: str,
2438
+ sap_bits_storage_account_id: str,
2439
+ software_installation_type: str,
2440
+ software_version: str,
2441
+ high_availability_software_configuration: Optional['outputs.HighAvailabilitySoftwareConfigurationResponse'] = None):
2442
+ """
2443
+ The SAP Software configuration Input when the software is to be installed by service without OS Configurations
2444
+ :param str bom_url: The URL to the SAP Build of Materials(BOM) file.
2445
+ :param str sap_bits_storage_account_id: The SAP bits storage account id.
2446
+ :param str software_installation_type: The SAP software installation Type.
2447
+ Expected value is 'SAPInstallWithoutOSConfig'.
2448
+ :param str software_version: The software version to install.
2449
+ :param 'HighAvailabilitySoftwareConfigurationResponse' high_availability_software_configuration: Gets or sets the HA software configuration.
2450
+ """
2451
+ pulumi.set(__self__, "bom_url", bom_url)
2452
+ pulumi.set(__self__, "sap_bits_storage_account_id", sap_bits_storage_account_id)
2453
+ pulumi.set(__self__, "software_installation_type", 'SAPInstallWithoutOSConfig')
2454
+ pulumi.set(__self__, "software_version", software_version)
2455
+ if high_availability_software_configuration is not None:
2456
+ pulumi.set(__self__, "high_availability_software_configuration", high_availability_software_configuration)
2457
+
2458
+ @property
2459
+ @pulumi.getter(name="bomUrl")
2460
+ def bom_url(self) -> str:
2461
+ """
2462
+ The URL to the SAP Build of Materials(BOM) file.
2463
+ """
2464
+ return pulumi.get(self, "bom_url")
2465
+
2466
+ @property
2467
+ @pulumi.getter(name="sapBitsStorageAccountId")
2468
+ def sap_bits_storage_account_id(self) -> str:
2469
+ """
2470
+ The SAP bits storage account id.
2471
+ """
2472
+ return pulumi.get(self, "sap_bits_storage_account_id")
2473
+
2474
+ @property
2475
+ @pulumi.getter(name="softwareInstallationType")
2476
+ def software_installation_type(self) -> str:
2477
+ """
2478
+ The SAP software installation Type.
2479
+ Expected value is 'SAPInstallWithoutOSConfig'.
2480
+ """
2481
+ return pulumi.get(self, "software_installation_type")
2482
+
2483
+ @property
2484
+ @pulumi.getter(name="softwareVersion")
2485
+ def software_version(self) -> str:
2486
+ """
2487
+ The software version to install.
2488
+ """
2489
+ return pulumi.get(self, "software_version")
2490
+
2491
+ @property
2492
+ @pulumi.getter(name="highAvailabilitySoftwareConfiguration")
2493
+ def high_availability_software_configuration(self) -> Optional['outputs.HighAvailabilitySoftwareConfigurationResponse']:
2494
+ """
2495
+ Gets or sets the HA software configuration.
2496
+ """
2497
+ return pulumi.get(self, "high_availability_software_configuration")
2498
+
2499
+
2500
+ @pulumi.output_type
2501
+ class SAPSupportedSkuResponse(dict):
2502
+ """
2503
+ The SAP supported SKU.
2504
+ """
2505
+ def __init__(__self__, *,
2506
+ is_app_server_certified: Optional[bool] = None,
2507
+ is_database_certified: Optional[bool] = None,
2508
+ vm_sku: Optional[str] = None):
2509
+ """
2510
+ The SAP supported SKU.
2511
+ :param bool is_app_server_certified: True if the Sku is certified for App server in the SAP system.
2512
+ :param bool is_database_certified: True if the Sku is certified for Database server in the SAP system.
2513
+ :param str vm_sku: The VM Sku.
2514
+ """
2515
+ if is_app_server_certified is not None:
2516
+ pulumi.set(__self__, "is_app_server_certified", is_app_server_certified)
2517
+ if is_database_certified is not None:
2518
+ pulumi.set(__self__, "is_database_certified", is_database_certified)
2519
+ if vm_sku is not None:
2520
+ pulumi.set(__self__, "vm_sku", vm_sku)
2521
+
2522
+ @property
2523
+ @pulumi.getter(name="isAppServerCertified")
2524
+ def is_app_server_certified(self) -> Optional[bool]:
2525
+ """
2526
+ True if the Sku is certified for App server in the SAP system.
2527
+ """
2528
+ return pulumi.get(self, "is_app_server_certified")
2529
+
2530
+ @property
2531
+ @pulumi.getter(name="isDatabaseCertified")
2532
+ def is_database_certified(self) -> Optional[bool]:
2533
+ """
2534
+ True if the Sku is certified for Database server in the SAP system.
2535
+ """
2536
+ return pulumi.get(self, "is_database_certified")
2537
+
2538
+ @property
2539
+ @pulumi.getter(name="vmSku")
2540
+ def vm_sku(self) -> Optional[str]:
2541
+ """
2542
+ The VM Sku.
2543
+ """
2544
+ return pulumi.get(self, "vm_sku")
2545
+
2546
+
2547
+ @pulumi.output_type
2548
+ class SAPVirtualInstanceErrorResponse(dict):
2549
+ """
2550
+ An error response from the Virtual Instance for SAP Workload service.
2551
+ """
2552
+ def __init__(__self__, *,
2553
+ properties: Optional['outputs.ErrorDefinitionResponse'] = None):
2554
+ """
2555
+ An error response from the Virtual Instance for SAP Workload service.
2556
+ :param 'ErrorDefinitionResponse' properties: The Virtual Instance for SAP error body.
2557
+ """
2558
+ if properties is not None:
2559
+ pulumi.set(__self__, "properties", properties)
2560
+
2561
+ @property
2562
+ @pulumi.getter
2563
+ def properties(self) -> Optional['outputs.ErrorDefinitionResponse']:
2564
+ """
2565
+ The Virtual Instance for SAP error body.
2566
+ """
2567
+ return pulumi.get(self, "properties")
2568
+
2569
+
2570
+ @pulumi.output_type
2571
+ class ServiceInitiatedSoftwareConfigurationResponse(dict):
2572
+ """
2573
+ The SAP Software configuration Input when the software is to be installed by service.
2574
+ """
2575
+ @staticmethod
2576
+ def __key_warning(key: str):
2577
+ suggest = None
2578
+ if key == "bomUrl":
2579
+ suggest = "bom_url"
2580
+ elif key == "sapBitsStorageAccountId":
2581
+ suggest = "sap_bits_storage_account_id"
2582
+ elif key == "sapFqdn":
2583
+ suggest = "sap_fqdn"
2584
+ elif key == "softwareInstallationType":
2585
+ suggest = "software_installation_type"
2586
+ elif key == "softwareVersion":
2587
+ suggest = "software_version"
2588
+ elif key == "sshPrivateKey":
2589
+ suggest = "ssh_private_key"
2590
+ elif key == "highAvailabilitySoftwareConfiguration":
2591
+ suggest = "high_availability_software_configuration"
2592
+
2593
+ if suggest:
2594
+ pulumi.log.warn(f"Key '{key}' not found in ServiceInitiatedSoftwareConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2595
+
2596
+ def __getitem__(self, key: str) -> Any:
2597
+ ServiceInitiatedSoftwareConfigurationResponse.__key_warning(key)
2598
+ return super().__getitem__(key)
2599
+
2600
+ def get(self, key: str, default = None) -> Any:
2601
+ ServiceInitiatedSoftwareConfigurationResponse.__key_warning(key)
2602
+ return super().get(key, default)
2603
+
2604
+ def __init__(__self__, *,
2605
+ bom_url: str,
2606
+ sap_bits_storage_account_id: str,
2607
+ sap_fqdn: str,
2608
+ software_installation_type: str,
2609
+ software_version: str,
2610
+ ssh_private_key: str,
2611
+ high_availability_software_configuration: Optional['outputs.HighAvailabilitySoftwareConfigurationResponse'] = None):
2612
+ """
2613
+ The SAP Software configuration Input when the software is to be installed by service.
2614
+ :param str bom_url: The URL to the SAP Build of Materials(BOM) file.
2615
+ :param str sap_bits_storage_account_id: The SAP bits storage account id.
2616
+ :param str sap_fqdn: The FQDN to set for the SAP system during install.
2617
+ :param str software_installation_type: The SAP software installation Type.
2618
+ Expected value is 'ServiceInitiated'.
2619
+ :param str software_version: The software version to install.
2620
+ :param str ssh_private_key: The SSH private key.
2621
+ :param 'HighAvailabilitySoftwareConfigurationResponse' high_availability_software_configuration: Gets or sets the HA software configuration.
2622
+ """
2623
+ pulumi.set(__self__, "bom_url", bom_url)
2624
+ pulumi.set(__self__, "sap_bits_storage_account_id", sap_bits_storage_account_id)
2625
+ pulumi.set(__self__, "sap_fqdn", sap_fqdn)
2626
+ pulumi.set(__self__, "software_installation_type", 'ServiceInitiated')
2627
+ pulumi.set(__self__, "software_version", software_version)
2628
+ pulumi.set(__self__, "ssh_private_key", ssh_private_key)
2629
+ if high_availability_software_configuration is not None:
2630
+ pulumi.set(__self__, "high_availability_software_configuration", high_availability_software_configuration)
2631
+
2632
+ @property
2633
+ @pulumi.getter(name="bomUrl")
2634
+ def bom_url(self) -> str:
2635
+ """
2636
+ The URL to the SAP Build of Materials(BOM) file.
2637
+ """
2638
+ return pulumi.get(self, "bom_url")
2639
+
2640
+ @property
2641
+ @pulumi.getter(name="sapBitsStorageAccountId")
2642
+ def sap_bits_storage_account_id(self) -> str:
2643
+ """
2644
+ The SAP bits storage account id.
2645
+ """
2646
+ return pulumi.get(self, "sap_bits_storage_account_id")
2647
+
2648
+ @property
2649
+ @pulumi.getter(name="sapFqdn")
2650
+ def sap_fqdn(self) -> str:
2651
+ """
2652
+ The FQDN to set for the SAP system during install.
2653
+ """
2654
+ return pulumi.get(self, "sap_fqdn")
2655
+
2656
+ @property
2657
+ @pulumi.getter(name="softwareInstallationType")
2658
+ def software_installation_type(self) -> str:
2659
+ """
2660
+ The SAP software installation Type.
2661
+ Expected value is 'ServiceInitiated'.
2662
+ """
2663
+ return pulumi.get(self, "software_installation_type")
2664
+
2665
+ @property
2666
+ @pulumi.getter(name="softwareVersion")
2667
+ def software_version(self) -> str:
2668
+ """
2669
+ The software version to install.
2670
+ """
2671
+ return pulumi.get(self, "software_version")
2672
+
2673
+ @property
2674
+ @pulumi.getter(name="sshPrivateKey")
2675
+ def ssh_private_key(self) -> str:
2676
+ """
2677
+ The SSH private key.
2678
+ """
2679
+ return pulumi.get(self, "ssh_private_key")
2680
+
2681
+ @property
2682
+ @pulumi.getter(name="highAvailabilitySoftwareConfiguration")
2683
+ def high_availability_software_configuration(self) -> Optional['outputs.HighAvailabilitySoftwareConfigurationResponse']:
2684
+ """
2685
+ Gets or sets the HA software configuration.
2686
+ """
2687
+ return pulumi.get(self, "high_availability_software_configuration")
2688
+
2689
+
2690
+ @pulumi.output_type
2691
+ class SharedStorageResourceNamesResponse(dict):
2692
+ """
2693
+ The resource names object for shared storage.
2694
+ """
2695
+ @staticmethod
2696
+ def __key_warning(key: str):
2697
+ suggest = None
2698
+ if key == "sharedStorageAccountName":
2699
+ suggest = "shared_storage_account_name"
2700
+ elif key == "sharedStorageAccountPrivateEndPointName":
2701
+ suggest = "shared_storage_account_private_end_point_name"
2702
+
2703
+ if suggest:
2704
+ pulumi.log.warn(f"Key '{key}' not found in SharedStorageResourceNamesResponse. Access the value via the '{suggest}' property getter instead.")
2705
+
2706
+ def __getitem__(self, key: str) -> Any:
2707
+ SharedStorageResourceNamesResponse.__key_warning(key)
2708
+ return super().__getitem__(key)
2709
+
2710
+ def get(self, key: str, default = None) -> Any:
2711
+ SharedStorageResourceNamesResponse.__key_warning(key)
2712
+ return super().get(key, default)
2713
+
2714
+ def __init__(__self__, *,
2715
+ shared_storage_account_name: Optional[str] = None,
2716
+ shared_storage_account_private_end_point_name: Optional[str] = None):
2717
+ """
2718
+ The resource names object for shared storage.
2719
+ :param 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}.
2720
+ :param 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
2721
+ """
2722
+ if shared_storage_account_name is not None:
2723
+ pulumi.set(__self__, "shared_storage_account_name", shared_storage_account_name)
2724
+ if shared_storage_account_private_end_point_name is not None:
2725
+ pulumi.set(__self__, "shared_storage_account_private_end_point_name", shared_storage_account_private_end_point_name)
2726
+
2727
+ @property
2728
+ @pulumi.getter(name="sharedStorageAccountName")
2729
+ def shared_storage_account_name(self) -> Optional[str]:
2730
+ """
2731
+ The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}.
2732
+ """
2733
+ return pulumi.get(self, "shared_storage_account_name")
2734
+
2735
+ @property
2736
+ @pulumi.getter(name="sharedStorageAccountPrivateEndPointName")
2737
+ def shared_storage_account_private_end_point_name(self) -> Optional[str]:
2738
+ """
2739
+ The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe
2740
+ """
2741
+ return pulumi.get(self, "shared_storage_account_private_end_point_name")
2742
+
2743
+
2744
+ @pulumi.output_type
2745
+ class SingleServerConfigurationResponse(dict):
2746
+ """
2747
+ 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)
2748
+ """
2749
+ @staticmethod
2750
+ def __key_warning(key: str):
2751
+ suggest = None
2752
+ if key == "appResourceGroup":
2753
+ suggest = "app_resource_group"
2754
+ elif key == "deploymentType":
2755
+ suggest = "deployment_type"
2756
+ elif key == "subnetId":
2757
+ suggest = "subnet_id"
2758
+ elif key == "virtualMachineConfiguration":
2759
+ suggest = "virtual_machine_configuration"
2760
+ elif key == "customResourceNames":
2761
+ suggest = "custom_resource_names"
2762
+ elif key == "databaseType":
2763
+ suggest = "database_type"
2764
+ elif key == "dbDiskConfiguration":
2765
+ suggest = "db_disk_configuration"
2766
+ elif key == "networkConfiguration":
2767
+ suggest = "network_configuration"
2768
+
2769
+ if suggest:
2770
+ pulumi.log.warn(f"Key '{key}' not found in SingleServerConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2771
+
2772
+ def __getitem__(self, key: str) -> Any:
2773
+ SingleServerConfigurationResponse.__key_warning(key)
2774
+ return super().__getitem__(key)
2775
+
2776
+ def get(self, key: str, default = None) -> Any:
2777
+ SingleServerConfigurationResponse.__key_warning(key)
2778
+ return super().get(key, default)
2779
+
2780
+ def __init__(__self__, *,
2781
+ app_resource_group: str,
2782
+ deployment_type: str,
2783
+ subnet_id: str,
2784
+ virtual_machine_configuration: 'outputs.VirtualMachineConfigurationResponse',
2785
+ custom_resource_names: Optional['outputs.SingleServerFullResourceNamesResponse'] = None,
2786
+ database_type: Optional[str] = None,
2787
+ db_disk_configuration: Optional['outputs.DiskConfigurationResponse'] = None,
2788
+ network_configuration: Optional['outputs.NetworkConfigurationResponse'] = None):
2789
+ """
2790
+ 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)
2791
+ :param str app_resource_group: The application resource group where SAP system resources will be deployed.
2792
+ :param str deployment_type: The type of SAP deployment, single server or Three tier.
2793
+ Expected value is 'SingleServer'.
2794
+ :param str subnet_id: The subnet id.
2795
+ :param 'VirtualMachineConfigurationResponse' virtual_machine_configuration: Gets or sets the virtual machine configuration.
2796
+ :param 'SingleServerFullResourceNamesResponse' custom_resource_names: The set of custom names to be used for underlying azure resources that are part of the SAP system.
2797
+ :param str database_type: The database type.
2798
+ :param 'DiskConfigurationResponse' db_disk_configuration: Gets or sets the disk configuration.
2799
+ :param 'NetworkConfigurationResponse' network_configuration: Network configuration for the server
2800
+ """
2801
+ pulumi.set(__self__, "app_resource_group", app_resource_group)
2802
+ pulumi.set(__self__, "deployment_type", 'SingleServer')
2803
+ pulumi.set(__self__, "subnet_id", subnet_id)
2804
+ pulumi.set(__self__, "virtual_machine_configuration", virtual_machine_configuration)
2805
+ if custom_resource_names is not None:
2806
+ pulumi.set(__self__, "custom_resource_names", custom_resource_names)
2807
+ if database_type is not None:
2808
+ pulumi.set(__self__, "database_type", database_type)
2809
+ if db_disk_configuration is not None:
2810
+ pulumi.set(__self__, "db_disk_configuration", db_disk_configuration)
2811
+ if network_configuration is not None:
2812
+ pulumi.set(__self__, "network_configuration", network_configuration)
2813
+
2814
+ @property
2815
+ @pulumi.getter(name="appResourceGroup")
2816
+ def app_resource_group(self) -> str:
2817
+ """
2818
+ The application resource group where SAP system resources will be deployed.
2819
+ """
2820
+ return pulumi.get(self, "app_resource_group")
2821
+
2822
+ @property
2823
+ @pulumi.getter(name="deploymentType")
2824
+ def deployment_type(self) -> str:
2825
+ """
2826
+ The type of SAP deployment, single server or Three tier.
2827
+ Expected value is 'SingleServer'.
2828
+ """
2829
+ return pulumi.get(self, "deployment_type")
2830
+
2831
+ @property
2832
+ @pulumi.getter(name="subnetId")
2833
+ def subnet_id(self) -> str:
2834
+ """
2835
+ The subnet id.
2836
+ """
2837
+ return pulumi.get(self, "subnet_id")
2838
+
2839
+ @property
2840
+ @pulumi.getter(name="virtualMachineConfiguration")
2841
+ def virtual_machine_configuration(self) -> 'outputs.VirtualMachineConfigurationResponse':
2842
+ """
2843
+ Gets or sets the virtual machine configuration.
2844
+ """
2845
+ return pulumi.get(self, "virtual_machine_configuration")
2846
+
2847
+ @property
2848
+ @pulumi.getter(name="customResourceNames")
2849
+ def custom_resource_names(self) -> Optional['outputs.SingleServerFullResourceNamesResponse']:
2850
+ """
2851
+ The set of custom names to be used for underlying azure resources that are part of the SAP system.
2852
+ """
2853
+ return pulumi.get(self, "custom_resource_names")
2854
+
2855
+ @property
2856
+ @pulumi.getter(name="databaseType")
2857
+ def database_type(self) -> Optional[str]:
2858
+ """
2859
+ The database type.
2860
+ """
2861
+ return pulumi.get(self, "database_type")
2862
+
2863
+ @property
2864
+ @pulumi.getter(name="dbDiskConfiguration")
2865
+ def db_disk_configuration(self) -> Optional['outputs.DiskConfigurationResponse']:
2866
+ """
2867
+ Gets or sets the disk configuration.
2868
+ """
2869
+ return pulumi.get(self, "db_disk_configuration")
2870
+
2871
+ @property
2872
+ @pulumi.getter(name="networkConfiguration")
2873
+ def network_configuration(self) -> Optional['outputs.NetworkConfigurationResponse']:
2874
+ """
2875
+ Network configuration for the server
2876
+ """
2877
+ return pulumi.get(self, "network_configuration")
2878
+
2879
+
2880
+ @pulumi.output_type
2881
+ class SingleServerFullResourceNamesResponse(dict):
2882
+ """
2883
+ The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system.
2884
+ """
2885
+ @staticmethod
2886
+ def __key_warning(key: str):
2887
+ suggest = None
2888
+ if key == "namingPatternType":
2889
+ suggest = "naming_pattern_type"
2890
+ elif key == "virtualMachine":
2891
+ suggest = "virtual_machine"
2892
+
2893
+ if suggest:
2894
+ pulumi.log.warn(f"Key '{key}' not found in SingleServerFullResourceNamesResponse. Access the value via the '{suggest}' property getter instead.")
2895
+
2896
+ def __getitem__(self, key: str) -> Any:
2897
+ SingleServerFullResourceNamesResponse.__key_warning(key)
2898
+ return super().__getitem__(key)
2899
+
2900
+ def get(self, key: str, default = None) -> Any:
2901
+ SingleServerFullResourceNamesResponse.__key_warning(key)
2902
+ return super().get(key, default)
2903
+
2904
+ def __init__(__self__, *,
2905
+ naming_pattern_type: str,
2906
+ virtual_machine: Optional['outputs.VirtualMachineResourceNamesResponse'] = None):
2907
+ """
2908
+ The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system.
2909
+ :param str naming_pattern_type: The pattern type to be used for resource naming.
2910
+ Expected value is 'FullResourceName'.
2911
+ :param 'VirtualMachineResourceNamesResponse' virtual_machine: The resource names object for virtual machine and related resources.
2912
+ """
2913
+ pulumi.set(__self__, "naming_pattern_type", 'FullResourceName')
2914
+ if virtual_machine is not None:
2915
+ pulumi.set(__self__, "virtual_machine", virtual_machine)
2916
+
2917
+ @property
2918
+ @pulumi.getter(name="namingPatternType")
2919
+ def naming_pattern_type(self) -> str:
2920
+ """
2921
+ The pattern type to be used for resource naming.
2922
+ Expected value is 'FullResourceName'.
2923
+ """
2924
+ return pulumi.get(self, "naming_pattern_type")
2925
+
2926
+ @property
2927
+ @pulumi.getter(name="virtualMachine")
2928
+ def virtual_machine(self) -> Optional['outputs.VirtualMachineResourceNamesResponse']:
2929
+ """
2930
+ The resource names object for virtual machine and related resources.
2931
+ """
2932
+ return pulumi.get(self, "virtual_machine")
2933
+
2934
+
2935
+ @pulumi.output_type
2936
+ class SkipFileShareConfigurationResponse(dict):
2937
+ """
2938
+ Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required.
2939
+ """
2940
+ @staticmethod
2941
+ def __key_warning(key: str):
2942
+ suggest = None
2943
+ if key == "configurationType":
2944
+ suggest = "configuration_type"
2945
+
2946
+ if suggest:
2947
+ pulumi.log.warn(f"Key '{key}' not found in SkipFileShareConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2948
+
2949
+ def __getitem__(self, key: str) -> Any:
2950
+ SkipFileShareConfigurationResponse.__key_warning(key)
2951
+ return super().__getitem__(key)
2952
+
2953
+ def get(self, key: str, default = None) -> Any:
2954
+ SkipFileShareConfigurationResponse.__key_warning(key)
2955
+ return super().get(key, default)
2956
+
2957
+ def __init__(__self__, *,
2958
+ configuration_type: str):
2959
+ """
2960
+ Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required.
2961
+ :param str configuration_type: The type of file share config.
2962
+ Expected value is 'Skip'.
2963
+ """
2964
+ pulumi.set(__self__, "configuration_type", 'Skip')
2965
+
2966
+ @property
2967
+ @pulumi.getter(name="configurationType")
2968
+ def configuration_type(self) -> str:
2969
+ """
2970
+ The type of file share config.
2971
+ Expected value is 'Skip'.
2972
+ """
2973
+ return pulumi.get(self, "configuration_type")
2974
+
2975
+
2976
+ @pulumi.output_type
2977
+ class SshConfigurationResponse(dict):
2978
+ """
2979
+ SSH configuration for Linux based VMs running on Azure
2980
+ """
2981
+ @staticmethod
2982
+ def __key_warning(key: str):
2983
+ suggest = None
2984
+ if key == "publicKeys":
2985
+ suggest = "public_keys"
2986
+
2987
+ if suggest:
2988
+ pulumi.log.warn(f"Key '{key}' not found in SshConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2989
+
2990
+ def __getitem__(self, key: str) -> Any:
2991
+ SshConfigurationResponse.__key_warning(key)
2992
+ return super().__getitem__(key)
2993
+
2994
+ def get(self, key: str, default = None) -> Any:
2995
+ SshConfigurationResponse.__key_warning(key)
2996
+ return super().get(key, default)
2997
+
2998
+ def __init__(__self__, *,
2999
+ public_keys: Optional[Sequence['outputs.SshPublicKeyResponse']] = None):
3000
+ """
3001
+ SSH configuration for Linux based VMs running on Azure
3002
+ :param Sequence['SshPublicKeyResponse'] public_keys: The list of SSH public keys used to authenticate with linux based VMs.
3003
+ """
3004
+ if public_keys is not None:
3005
+ pulumi.set(__self__, "public_keys", public_keys)
3006
+
3007
+ @property
3008
+ @pulumi.getter(name="publicKeys")
3009
+ def public_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]:
3010
+ """
3011
+ The list of SSH public keys used to authenticate with linux based VMs.
3012
+ """
3013
+ return pulumi.get(self, "public_keys")
3014
+
3015
+
3016
+ @pulumi.output_type
3017
+ class SshKeyPairResponse(dict):
3018
+ """
3019
+ 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).
3020
+ """
3021
+ @staticmethod
3022
+ def __key_warning(key: str):
3023
+ suggest = None
3024
+ if key == "privateKey":
3025
+ suggest = "private_key"
3026
+ elif key == "publicKey":
3027
+ suggest = "public_key"
3028
+
3029
+ if suggest:
3030
+ pulumi.log.warn(f"Key '{key}' not found in SshKeyPairResponse. Access the value via the '{suggest}' property getter instead.")
3031
+
3032
+ def __getitem__(self, key: str) -> Any:
3033
+ SshKeyPairResponse.__key_warning(key)
3034
+ return super().__getitem__(key)
3035
+
3036
+ def get(self, key: str, default = None) -> Any:
3037
+ SshKeyPairResponse.__key_warning(key)
3038
+ return super().get(key, default)
3039
+
3040
+ def __init__(__self__, *,
3041
+ private_key: Optional[str] = None,
3042
+ public_key: Optional[str] = None):
3043
+ """
3044
+ 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).
3045
+ :param str private_key: SSH private key.
3046
+ :param str public_key: SSH public key
3047
+ """
3048
+ if private_key is not None:
3049
+ pulumi.set(__self__, "private_key", private_key)
3050
+ if public_key is not None:
3051
+ pulumi.set(__self__, "public_key", public_key)
3052
+
3053
+ @property
3054
+ @pulumi.getter(name="privateKey")
3055
+ def private_key(self) -> Optional[str]:
3056
+ """
3057
+ SSH private key.
3058
+ """
3059
+ return pulumi.get(self, "private_key")
3060
+
3061
+ @property
3062
+ @pulumi.getter(name="publicKey")
3063
+ def public_key(self) -> Optional[str]:
3064
+ """
3065
+ SSH public key
3066
+ """
3067
+ return pulumi.get(self, "public_key")
3068
+
3069
+
3070
+ @pulumi.output_type
3071
+ class SshPublicKeyResponse(dict):
3072
+ """
3073
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
3074
+ """
3075
+ @staticmethod
3076
+ def __key_warning(key: str):
3077
+ suggest = None
3078
+ if key == "keyData":
3079
+ suggest = "key_data"
3080
+
3081
+ if suggest:
3082
+ pulumi.log.warn(f"Key '{key}' not found in SshPublicKeyResponse. Access the value via the '{suggest}' property getter instead.")
3083
+
3084
+ def __getitem__(self, key: str) -> Any:
3085
+ SshPublicKeyResponse.__key_warning(key)
3086
+ return super().__getitem__(key)
3087
+
3088
+ def get(self, key: str, default = None) -> Any:
3089
+ SshPublicKeyResponse.__key_warning(key)
3090
+ return super().get(key, default)
3091
+
3092
+ def __init__(__self__, *,
3093
+ key_data: Optional[str] = None):
3094
+ """
3095
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
3096
+ :param 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).
3097
+ """
3098
+ if key_data is not None:
3099
+ pulumi.set(__self__, "key_data", key_data)
3100
+
3101
+ @property
3102
+ @pulumi.getter(name="keyData")
3103
+ def key_data(self) -> Optional[str]:
3104
+ """
3105
+ 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).
3106
+ """
3107
+ return pulumi.get(self, "key_data")
3108
+
3109
+
3110
+ @pulumi.output_type
3111
+ class StorageConfigurationResponse(dict):
3112
+ """
3113
+ Gets or sets the storage configuration.
3114
+ """
3115
+ @staticmethod
3116
+ def __key_warning(key: str):
3117
+ suggest = None
3118
+ if key == "transportFileShareConfiguration":
3119
+ suggest = "transport_file_share_configuration"
3120
+
3121
+ if suggest:
3122
+ pulumi.log.warn(f"Key '{key}' not found in StorageConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3123
+
3124
+ def __getitem__(self, key: str) -> Any:
3125
+ StorageConfigurationResponse.__key_warning(key)
3126
+ return super().__getitem__(key)
3127
+
3128
+ def get(self, key: str, default = None) -> Any:
3129
+ StorageConfigurationResponse.__key_warning(key)
3130
+ return super().get(key, default)
3131
+
3132
+ def __init__(__self__, *,
3133
+ transport_file_share_configuration: Optional[Any] = None):
3134
+ """
3135
+ Gets or sets the storage configuration.
3136
+ :param Union['CreateAndMountFileShareConfigurationResponse', 'MountFileShareConfigurationResponse', 'SkipFileShareConfigurationResponse'] 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.
3137
+ """
3138
+ if transport_file_share_configuration is not None:
3139
+ pulumi.set(__self__, "transport_file_share_configuration", transport_file_share_configuration)
3140
+
3141
+ @property
3142
+ @pulumi.getter(name="transportFileShareConfiguration")
3143
+ def transport_file_share_configuration(self) -> Optional[Any]:
3144
+ """
3145
+ The properties of the transport directory attached to the VIS. The default for transportFileShareConfiguration is the createAndMount flow if storage configuration is missing.
3146
+ """
3147
+ return pulumi.get(self, "transport_file_share_configuration")
3148
+
3149
+
3150
+ @pulumi.output_type
3151
+ class StorageInformationResponse(dict):
3152
+ """
3153
+ Storage details of all the Storage accounts attached to the VM. For e.g. NFS on AFS Shared Storage.
3154
+ """
3155
+ def __init__(__self__, *,
3156
+ id: str):
3157
+ """
3158
+ Storage details of all the Storage accounts attached to the VM. For e.g. NFS on AFS Shared Storage.
3159
+ """
3160
+ pulumi.set(__self__, "id", id)
3161
+
3162
+ @property
3163
+ @pulumi.getter
3164
+ def id(self) -> str:
3165
+ return pulumi.get(self, "id")
3166
+
3167
+
3168
+ @pulumi.output_type
3169
+ class SystemDataResponse(dict):
3170
+ """
3171
+ Metadata pertaining to creation and last modification of the resource.
3172
+ """
3173
+ @staticmethod
3174
+ def __key_warning(key: str):
3175
+ suggest = None
3176
+ if key == "createdAt":
3177
+ suggest = "created_at"
3178
+ elif key == "createdBy":
3179
+ suggest = "created_by"
3180
+ elif key == "createdByType":
3181
+ suggest = "created_by_type"
3182
+ elif key == "lastModifiedAt":
3183
+ suggest = "last_modified_at"
3184
+ elif key == "lastModifiedBy":
3185
+ suggest = "last_modified_by"
3186
+ elif key == "lastModifiedByType":
3187
+ suggest = "last_modified_by_type"
3188
+
3189
+ if suggest:
3190
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
3191
+
3192
+ def __getitem__(self, key: str) -> Any:
3193
+ SystemDataResponse.__key_warning(key)
3194
+ return super().__getitem__(key)
3195
+
3196
+ def get(self, key: str, default = None) -> Any:
3197
+ SystemDataResponse.__key_warning(key)
3198
+ return super().get(key, default)
3199
+
3200
+ def __init__(__self__, *,
3201
+ created_at: Optional[str] = None,
3202
+ created_by: Optional[str] = None,
3203
+ created_by_type: Optional[str] = None,
3204
+ last_modified_at: Optional[str] = None,
3205
+ last_modified_by: Optional[str] = None,
3206
+ last_modified_by_type: Optional[str] = None):
3207
+ """
3208
+ Metadata pertaining to creation and last modification of the resource.
3209
+ :param str created_at: The timestamp of resource creation (UTC).
3210
+ :param str created_by: The identity that created the resource.
3211
+ :param str created_by_type: The type of identity that created the resource.
3212
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
3213
+ :param str last_modified_by: The identity that last modified the resource.
3214
+ :param str last_modified_by_type: The type of identity that last modified the resource.
3215
+ """
3216
+ if created_at is not None:
3217
+ pulumi.set(__self__, "created_at", created_at)
3218
+ if created_by is not None:
3219
+ pulumi.set(__self__, "created_by", created_by)
3220
+ if created_by_type is not None:
3221
+ pulumi.set(__self__, "created_by_type", created_by_type)
3222
+ if last_modified_at is not None:
3223
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
3224
+ if last_modified_by is not None:
3225
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
3226
+ if last_modified_by_type is not None:
3227
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
3228
+
3229
+ @property
3230
+ @pulumi.getter(name="createdAt")
3231
+ def created_at(self) -> Optional[str]:
3232
+ """
3233
+ The timestamp of resource creation (UTC).
3234
+ """
3235
+ return pulumi.get(self, "created_at")
3236
+
3237
+ @property
3238
+ @pulumi.getter(name="createdBy")
3239
+ def created_by(self) -> Optional[str]:
3240
+ """
3241
+ The identity that created the resource.
3242
+ """
3243
+ return pulumi.get(self, "created_by")
3244
+
3245
+ @property
3246
+ @pulumi.getter(name="createdByType")
3247
+ def created_by_type(self) -> Optional[str]:
3248
+ """
3249
+ The type of identity that created the resource.
3250
+ """
3251
+ return pulumi.get(self, "created_by_type")
3252
+
3253
+ @property
3254
+ @pulumi.getter(name="lastModifiedAt")
3255
+ def last_modified_at(self) -> Optional[str]:
3256
+ """
3257
+ The timestamp of resource last modification (UTC)
3258
+ """
3259
+ return pulumi.get(self, "last_modified_at")
3260
+
3261
+ @property
3262
+ @pulumi.getter(name="lastModifiedBy")
3263
+ def last_modified_by(self) -> Optional[str]:
3264
+ """
3265
+ The identity that last modified the resource.
3266
+ """
3267
+ return pulumi.get(self, "last_modified_by")
3268
+
3269
+ @property
3270
+ @pulumi.getter(name="lastModifiedByType")
3271
+ def last_modified_by_type(self) -> Optional[str]:
3272
+ """
3273
+ The type of identity that last modified the resource.
3274
+ """
3275
+ return pulumi.get(self, "last_modified_by_type")
3276
+
3277
+
3278
+ @pulumi.output_type
3279
+ class ThreeTierConfigurationResponse(dict):
3280
+ """
3281
+ 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)
3282
+ """
3283
+ @staticmethod
3284
+ def __key_warning(key: str):
3285
+ suggest = None
3286
+ if key == "appResourceGroup":
3287
+ suggest = "app_resource_group"
3288
+ elif key == "applicationServer":
3289
+ suggest = "application_server"
3290
+ elif key == "centralServer":
3291
+ suggest = "central_server"
3292
+ elif key == "databaseServer":
3293
+ suggest = "database_server"
3294
+ elif key == "deploymentType":
3295
+ suggest = "deployment_type"
3296
+ elif key == "customResourceNames":
3297
+ suggest = "custom_resource_names"
3298
+ elif key == "highAvailabilityConfig":
3299
+ suggest = "high_availability_config"
3300
+ elif key == "networkConfiguration":
3301
+ suggest = "network_configuration"
3302
+ elif key == "storageConfiguration":
3303
+ suggest = "storage_configuration"
3304
+
3305
+ if suggest:
3306
+ pulumi.log.warn(f"Key '{key}' not found in ThreeTierConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3307
+
3308
+ def __getitem__(self, key: str) -> Any:
3309
+ ThreeTierConfigurationResponse.__key_warning(key)
3310
+ return super().__getitem__(key)
3311
+
3312
+ def get(self, key: str, default = None) -> Any:
3313
+ ThreeTierConfigurationResponse.__key_warning(key)
3314
+ return super().get(key, default)
3315
+
3316
+ def __init__(__self__, *,
3317
+ app_resource_group: str,
3318
+ application_server: 'outputs.ApplicationServerConfigurationResponse',
3319
+ central_server: 'outputs.CentralServerConfigurationResponse',
3320
+ database_server: 'outputs.DatabaseConfigurationResponse',
3321
+ deployment_type: str,
3322
+ custom_resource_names: Optional['outputs.ThreeTierFullResourceNamesResponse'] = None,
3323
+ high_availability_config: Optional['outputs.HighAvailabilityConfigurationResponse'] = None,
3324
+ network_configuration: Optional['outputs.NetworkConfigurationResponse'] = None,
3325
+ storage_configuration: Optional['outputs.StorageConfigurationResponse'] = None):
3326
+ """
3327
+ 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)
3328
+ :param str app_resource_group: The application resource group where SAP system resources will be deployed.
3329
+ :param 'ApplicationServerConfigurationResponse' application_server: The application server configuration.
3330
+ :param 'CentralServerConfigurationResponse' central_server: The central server configuration.
3331
+ :param 'DatabaseConfigurationResponse' database_server: The database configuration.
3332
+ :param str deployment_type: The type of SAP deployment, single server or Three tier.
3333
+ Expected value is 'ThreeTier'.
3334
+ :param 'ThreeTierFullResourceNamesResponse' custom_resource_names: The set of custom names to be used for underlying azure resources that are part of the SAP system.
3335
+ :param 'HighAvailabilityConfigurationResponse' high_availability_config: The high availability configuration.
3336
+ :param 'NetworkConfigurationResponse' network_configuration: Network configuration common to all servers
3337
+ :param 'StorageConfigurationResponse' storage_configuration: The storage configuration.
3338
+ """
3339
+ pulumi.set(__self__, "app_resource_group", app_resource_group)
3340
+ pulumi.set(__self__, "application_server", application_server)
3341
+ pulumi.set(__self__, "central_server", central_server)
3342
+ pulumi.set(__self__, "database_server", database_server)
3343
+ pulumi.set(__self__, "deployment_type", 'ThreeTier')
3344
+ if custom_resource_names is not None:
3345
+ pulumi.set(__self__, "custom_resource_names", custom_resource_names)
3346
+ if high_availability_config is not None:
3347
+ pulumi.set(__self__, "high_availability_config", high_availability_config)
3348
+ if network_configuration is not None:
3349
+ pulumi.set(__self__, "network_configuration", network_configuration)
3350
+ if storage_configuration is not None:
3351
+ pulumi.set(__self__, "storage_configuration", storage_configuration)
3352
+
3353
+ @property
3354
+ @pulumi.getter(name="appResourceGroup")
3355
+ def app_resource_group(self) -> str:
3356
+ """
3357
+ The application resource group where SAP system resources will be deployed.
3358
+ """
3359
+ return pulumi.get(self, "app_resource_group")
3360
+
3361
+ @property
3362
+ @pulumi.getter(name="applicationServer")
3363
+ def application_server(self) -> 'outputs.ApplicationServerConfigurationResponse':
3364
+ """
3365
+ The application server configuration.
3366
+ """
3367
+ return pulumi.get(self, "application_server")
3368
+
3369
+ @property
3370
+ @pulumi.getter(name="centralServer")
3371
+ def central_server(self) -> 'outputs.CentralServerConfigurationResponse':
3372
+ """
3373
+ The central server configuration.
3374
+ """
3375
+ return pulumi.get(self, "central_server")
3376
+
3377
+ @property
3378
+ @pulumi.getter(name="databaseServer")
3379
+ def database_server(self) -> 'outputs.DatabaseConfigurationResponse':
3380
+ """
3381
+ The database configuration.
3382
+ """
3383
+ return pulumi.get(self, "database_server")
3384
+
3385
+ @property
3386
+ @pulumi.getter(name="deploymentType")
3387
+ def deployment_type(self) -> str:
3388
+ """
3389
+ The type of SAP deployment, single server or Three tier.
3390
+ Expected value is 'ThreeTier'.
3391
+ """
3392
+ return pulumi.get(self, "deployment_type")
3393
+
3394
+ @property
3395
+ @pulumi.getter(name="customResourceNames")
3396
+ def custom_resource_names(self) -> Optional['outputs.ThreeTierFullResourceNamesResponse']:
3397
+ """
3398
+ The set of custom names to be used for underlying azure resources that are part of the SAP system.
3399
+ """
3400
+ return pulumi.get(self, "custom_resource_names")
3401
+
3402
+ @property
3403
+ @pulumi.getter(name="highAvailabilityConfig")
3404
+ def high_availability_config(self) -> Optional['outputs.HighAvailabilityConfigurationResponse']:
3405
+ """
3406
+ The high availability configuration.
3407
+ """
3408
+ return pulumi.get(self, "high_availability_config")
3409
+
3410
+ @property
3411
+ @pulumi.getter(name="networkConfiguration")
3412
+ def network_configuration(self) -> Optional['outputs.NetworkConfigurationResponse']:
3413
+ """
3414
+ Network configuration common to all servers
3415
+ """
3416
+ return pulumi.get(self, "network_configuration")
3417
+
3418
+ @property
3419
+ @pulumi.getter(name="storageConfiguration")
3420
+ def storage_configuration(self) -> Optional['outputs.StorageConfigurationResponse']:
3421
+ """
3422
+ The storage configuration.
3423
+ """
3424
+ return pulumi.get(self, "storage_configuration")
3425
+
3426
+
3427
+ @pulumi.output_type
3428
+ class ThreeTierFullResourceNamesResponse(dict):
3429
+ """
3430
+ The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system.
3431
+ """
3432
+ @staticmethod
3433
+ def __key_warning(key: str):
3434
+ suggest = None
3435
+ if key == "namingPatternType":
3436
+ suggest = "naming_pattern_type"
3437
+ elif key == "applicationServer":
3438
+ suggest = "application_server"
3439
+ elif key == "centralServer":
3440
+ suggest = "central_server"
3441
+ elif key == "databaseServer":
3442
+ suggest = "database_server"
3443
+ elif key == "sharedStorage":
3444
+ suggest = "shared_storage"
3445
+
3446
+ if suggest:
3447
+ pulumi.log.warn(f"Key '{key}' not found in ThreeTierFullResourceNamesResponse. Access the value via the '{suggest}' property getter instead.")
3448
+
3449
+ def __getitem__(self, key: str) -> Any:
3450
+ ThreeTierFullResourceNamesResponse.__key_warning(key)
3451
+ return super().__getitem__(key)
3452
+
3453
+ def get(self, key: str, default = None) -> Any:
3454
+ ThreeTierFullResourceNamesResponse.__key_warning(key)
3455
+ return super().get(key, default)
3456
+
3457
+ def __init__(__self__, *,
3458
+ naming_pattern_type: str,
3459
+ application_server: Optional['outputs.ApplicationServerFullResourceNamesResponse'] = None,
3460
+ central_server: Optional['outputs.CentralServerFullResourceNamesResponse'] = None,
3461
+ database_server: Optional['outputs.DatabaseServerFullResourceNamesResponse'] = None,
3462
+ shared_storage: Optional['outputs.SharedStorageResourceNamesResponse'] = None):
3463
+ """
3464
+ The resource name object where the specified values will be full resource names of the corresponding resources in a three tier SAP system.
3465
+ :param str naming_pattern_type: The pattern type to be used for resource naming.
3466
+ Expected value is 'FullResourceName'.
3467
+ :param 'ApplicationServerFullResourceNamesResponse' 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.
3468
+ :param 'CentralServerFullResourceNamesResponse' central_server: The full resource names object for central server layer resources.
3469
+ :param 'DatabaseServerFullResourceNamesResponse' 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.
3470
+ :param 'SharedStorageResourceNamesResponse' shared_storage: The resource names object for shared storage.
3471
+ """
3472
+ pulumi.set(__self__, "naming_pattern_type", 'FullResourceName')
3473
+ if application_server is not None:
3474
+ pulumi.set(__self__, "application_server", application_server)
3475
+ if central_server is not None:
3476
+ pulumi.set(__self__, "central_server", central_server)
3477
+ if database_server is not None:
3478
+ pulumi.set(__self__, "database_server", database_server)
3479
+ if shared_storage is not None:
3480
+ pulumi.set(__self__, "shared_storage", shared_storage)
3481
+
3482
+ @property
3483
+ @pulumi.getter(name="namingPatternType")
3484
+ def naming_pattern_type(self) -> str:
3485
+ """
3486
+ The pattern type to be used for resource naming.
3487
+ Expected value is 'FullResourceName'.
3488
+ """
3489
+ return pulumi.get(self, "naming_pattern_type")
3490
+
3491
+ @property
3492
+ @pulumi.getter(name="applicationServer")
3493
+ def application_server(self) -> Optional['outputs.ApplicationServerFullResourceNamesResponse']:
3494
+ """
3495
+ 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.
3496
+ """
3497
+ return pulumi.get(self, "application_server")
3498
+
3499
+ @property
3500
+ @pulumi.getter(name="centralServer")
3501
+ def central_server(self) -> Optional['outputs.CentralServerFullResourceNamesResponse']:
3502
+ """
3503
+ The full resource names object for central server layer resources.
3504
+ """
3505
+ return pulumi.get(self, "central_server")
3506
+
3507
+ @property
3508
+ @pulumi.getter(name="databaseServer")
3509
+ def database_server(self) -> Optional['outputs.DatabaseServerFullResourceNamesResponse']:
3510
+ """
3511
+ 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.
3512
+ """
3513
+ return pulumi.get(self, "database_server")
3514
+
3515
+ @property
3516
+ @pulumi.getter(name="sharedStorage")
3517
+ def shared_storage(self) -> Optional['outputs.SharedStorageResourceNamesResponse']:
3518
+ """
3519
+ The resource names object for shared storage.
3520
+ """
3521
+ return pulumi.get(self, "shared_storage")
3522
+
3523
+
3524
+ @pulumi.output_type
3525
+ class UserAssignedIdentityResponse(dict):
3526
+ """
3527
+ User assigned identity properties
3528
+ """
3529
+ @staticmethod
3530
+ def __key_warning(key: str):
3531
+ suggest = None
3532
+ if key == "clientId":
3533
+ suggest = "client_id"
3534
+ elif key == "principalId":
3535
+ suggest = "principal_id"
3536
+
3537
+ if suggest:
3538
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
3539
+
3540
+ def __getitem__(self, key: str) -> Any:
3541
+ UserAssignedIdentityResponse.__key_warning(key)
3542
+ return super().__getitem__(key)
3543
+
3544
+ def get(self, key: str, default = None) -> Any:
3545
+ UserAssignedIdentityResponse.__key_warning(key)
3546
+ return super().get(key, default)
3547
+
3548
+ def __init__(__self__, *,
3549
+ client_id: str,
3550
+ principal_id: str):
3551
+ """
3552
+ User assigned identity properties
3553
+ :param str client_id: The client ID of the assigned identity.
3554
+ :param str principal_id: The principal ID of the assigned identity.
3555
+ """
3556
+ pulumi.set(__self__, "client_id", client_id)
3557
+ pulumi.set(__self__, "principal_id", principal_id)
3558
+
3559
+ @property
3560
+ @pulumi.getter(name="clientId")
3561
+ def client_id(self) -> str:
3562
+ """
3563
+ The client ID of the assigned identity.
3564
+ """
3565
+ return pulumi.get(self, "client_id")
3566
+
3567
+ @property
3568
+ @pulumi.getter(name="principalId")
3569
+ def principal_id(self) -> str:
3570
+ """
3571
+ The principal ID of the assigned identity.
3572
+ """
3573
+ return pulumi.get(self, "principal_id")
3574
+
3575
+
3576
+ @pulumi.output_type
3577
+ class UserAssignedServiceIdentityResponse(dict):
3578
+ """
3579
+ Managed service identity (user assigned identities)
3580
+ """
3581
+ @staticmethod
3582
+ def __key_warning(key: str):
3583
+ suggest = None
3584
+ if key == "userAssignedIdentities":
3585
+ suggest = "user_assigned_identities"
3586
+
3587
+ if suggest:
3588
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
3589
+
3590
+ def __getitem__(self, key: str) -> Any:
3591
+ UserAssignedServiceIdentityResponse.__key_warning(key)
3592
+ return super().__getitem__(key)
3593
+
3594
+ def get(self, key: str, default = None) -> Any:
3595
+ UserAssignedServiceIdentityResponse.__key_warning(key)
3596
+ return super().get(key, default)
3597
+
3598
+ def __init__(__self__, *,
3599
+ type: str,
3600
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
3601
+ """
3602
+ Managed service identity (user assigned identities)
3603
+ :param str type: Type of manage identity
3604
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: User assigned identities dictionary
3605
+ """
3606
+ pulumi.set(__self__, "type", type)
3607
+ if user_assigned_identities is not None:
3608
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
3609
+
3610
+ @property
3611
+ @pulumi.getter
3612
+ def type(self) -> str:
3613
+ """
3614
+ Type of manage identity
3615
+ """
3616
+ return pulumi.get(self, "type")
3617
+
3618
+ @property
3619
+ @pulumi.getter(name="userAssignedIdentities")
3620
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
3621
+ """
3622
+ User assigned identities dictionary
3623
+ """
3624
+ return pulumi.get(self, "user_assigned_identities")
3625
+
3626
+
3627
+ @pulumi.output_type
3628
+ class VirtualMachineConfigurationResponse(dict):
3629
+ """
3630
+ Defines the virtual machine configuration.
3631
+ """
3632
+ @staticmethod
3633
+ def __key_warning(key: str):
3634
+ suggest = None
3635
+ if key == "imageReference":
3636
+ suggest = "image_reference"
3637
+ elif key == "osProfile":
3638
+ suggest = "os_profile"
3639
+ elif key == "vmSize":
3640
+ suggest = "vm_size"
3641
+
3642
+ if suggest:
3643
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3644
+
3645
+ def __getitem__(self, key: str) -> Any:
3646
+ VirtualMachineConfigurationResponse.__key_warning(key)
3647
+ return super().__getitem__(key)
3648
+
3649
+ def get(self, key: str, default = None) -> Any:
3650
+ VirtualMachineConfigurationResponse.__key_warning(key)
3651
+ return super().get(key, default)
3652
+
3653
+ def __init__(__self__, *,
3654
+ image_reference: 'outputs.ImageReferenceResponse',
3655
+ os_profile: 'outputs.OSProfileResponse',
3656
+ vm_size: str):
3657
+ """
3658
+ Defines the virtual machine configuration.
3659
+ :param 'ImageReferenceResponse' image_reference: The image reference.
3660
+ :param 'OSProfileResponse' os_profile: The OS profile.
3661
+ :param str vm_size: The virtual machine size.
3662
+ """
3663
+ pulumi.set(__self__, "image_reference", image_reference)
3664
+ pulumi.set(__self__, "os_profile", os_profile)
3665
+ pulumi.set(__self__, "vm_size", vm_size)
3666
+
3667
+ @property
3668
+ @pulumi.getter(name="imageReference")
3669
+ def image_reference(self) -> 'outputs.ImageReferenceResponse':
3670
+ """
3671
+ The image reference.
3672
+ """
3673
+ return pulumi.get(self, "image_reference")
3674
+
3675
+ @property
3676
+ @pulumi.getter(name="osProfile")
3677
+ def os_profile(self) -> 'outputs.OSProfileResponse':
3678
+ """
3679
+ The OS profile.
3680
+ """
3681
+ return pulumi.get(self, "os_profile")
3682
+
3683
+ @property
3684
+ @pulumi.getter(name="vmSize")
3685
+ def vm_size(self) -> str:
3686
+ """
3687
+ The virtual machine size.
3688
+ """
3689
+ return pulumi.get(self, "vm_size")
3690
+
3691
+
3692
+ @pulumi.output_type
3693
+ class VirtualMachineResourceNamesResponse(dict):
3694
+ """
3695
+ The resource names object for virtual machine and related resources.
3696
+ """
3697
+ @staticmethod
3698
+ def __key_warning(key: str):
3699
+ suggest = None
3700
+ if key == "dataDiskNames":
3701
+ suggest = "data_disk_names"
3702
+ elif key == "hostName":
3703
+ suggest = "host_name"
3704
+ elif key == "networkInterfaces":
3705
+ suggest = "network_interfaces"
3706
+ elif key == "osDiskName":
3707
+ suggest = "os_disk_name"
3708
+ elif key == "vmName":
3709
+ suggest = "vm_name"
3710
+
3711
+ if suggest:
3712
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineResourceNamesResponse. Access the value via the '{suggest}' property getter instead.")
3713
+
3714
+ def __getitem__(self, key: str) -> Any:
3715
+ VirtualMachineResourceNamesResponse.__key_warning(key)
3716
+ return super().__getitem__(key)
3717
+
3718
+ def get(self, key: str, default = None) -> Any:
3719
+ VirtualMachineResourceNamesResponse.__key_warning(key)
3720
+ return super().get(key, default)
3721
+
3722
+ def __init__(__self__, *,
3723
+ data_disk_names: Optional[Mapping[str, Sequence[str]]] = None,
3724
+ host_name: Optional[str] = None,
3725
+ network_interfaces: Optional[Sequence['outputs.NetworkInterfaceResourceNamesResponse']] = None,
3726
+ os_disk_name: Optional[str] = None,
3727
+ vm_name: Optional[str] = None):
3728
+ """
3729
+ The resource names object for virtual machine and related resources.
3730
+ :param Mapping[str, Sequence[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
3731
+ :param 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.
3732
+ :param Sequence['NetworkInterfaceResourceNamesResponse'] network_interfaces: The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine.
3733
+ :param 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.
3734
+ :param 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.
3735
+ """
3736
+ if data_disk_names is not None:
3737
+ pulumi.set(__self__, "data_disk_names", data_disk_names)
3738
+ if host_name is not None:
3739
+ pulumi.set(__self__, "host_name", host_name)
3740
+ if network_interfaces is not None:
3741
+ pulumi.set(__self__, "network_interfaces", network_interfaces)
3742
+ if os_disk_name is not None:
3743
+ pulumi.set(__self__, "os_disk_name", os_disk_name)
3744
+ if vm_name is not None:
3745
+ pulumi.set(__self__, "vm_name", vm_name)
3746
+
3747
+ @property
3748
+ @pulumi.getter(name="dataDiskNames")
3749
+ def data_disk_names(self) -> Optional[Mapping[str, Sequence[str]]]:
3750
+ """
3751
+ 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
3752
+ """
3753
+ return pulumi.get(self, "data_disk_names")
3754
+
3755
+ @property
3756
+ @pulumi.getter(name="hostName")
3757
+ def host_name(self) -> Optional[str]:
3758
+ """
3759
+ 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.
3760
+ """
3761
+ return pulumi.get(self, "host_name")
3762
+
3763
+ @property
3764
+ @pulumi.getter(name="networkInterfaces")
3765
+ def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceResourceNamesResponse']]:
3766
+ """
3767
+ The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine.
3768
+ """
3769
+ return pulumi.get(self, "network_interfaces")
3770
+
3771
+ @property
3772
+ @pulumi.getter(name="osDiskName")
3773
+ def os_disk_name(self) -> Optional[str]:
3774
+ """
3775
+ 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.
3776
+ """
3777
+ return pulumi.get(self, "os_disk_name")
3778
+
3779
+ @property
3780
+ @pulumi.getter(name="vmName")
3781
+ def vm_name(self) -> Optional[str]:
3782
+ """
3783
+ 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.
3784
+ """
3785
+ return pulumi.get(self, "vm_name")
3786
+
3787
+
3788
+ @pulumi.output_type
3789
+ class WindowsConfigurationResponse(dict):
3790
+ """
3791
+ Specifies Windows operating system settings on the virtual machine.
3792
+ """
3793
+ @staticmethod
3794
+ def __key_warning(key: str):
3795
+ suggest = None
3796
+ if key == "osType":
3797
+ suggest = "os_type"
3798
+
3799
+ if suggest:
3800
+ pulumi.log.warn(f"Key '{key}' not found in WindowsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3801
+
3802
+ def __getitem__(self, key: str) -> Any:
3803
+ WindowsConfigurationResponse.__key_warning(key)
3804
+ return super().__getitem__(key)
3805
+
3806
+ def get(self, key: str, default = None) -> Any:
3807
+ WindowsConfigurationResponse.__key_warning(key)
3808
+ return super().get(key, default)
3809
+
3810
+ def __init__(__self__, *,
3811
+ os_type: str):
3812
+ """
3813
+ Specifies Windows operating system settings on the virtual machine.
3814
+ :param str os_type: The OS Type
3815
+ Expected value is 'Windows'.
3816
+ """
3817
+ pulumi.set(__self__, "os_type", 'Windows')
3818
+
3819
+ @property
3820
+ @pulumi.getter(name="osType")
3821
+ def os_type(self) -> str:
3822
+ """
3823
+ The OS Type
3824
+ Expected value is 'Windows'.
3825
+ """
3826
+ return pulumi.get(self, "os_type")
3827
+
3828
+