pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.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 (289) hide show
  1. pulumi_azure_native/__init__.py +73 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  3. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  4. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  5. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  6. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  7. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  8. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  14. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  15. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  16. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  17. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  18. pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
  19. pulumi_azure_native/azurestackhci/security_rule.py +3 -3
  20. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
  95. pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
  96. pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
  97. pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
  98. pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
  99. pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
  100. pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
  101. pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
  102. pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
  103. pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
  104. pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
  105. pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
  106. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
  107. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
  108. pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
  109. pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
  110. pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
  111. pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
  112. pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
  113. pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
  114. pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
  115. pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
  116. pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
  117. pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
  118. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  119. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  120. pulumi_azure_native/batch/v20240701/_enums.py +1 -1
  121. pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
  122. pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
  123. pulumi_azure_native/batch/v20240701/outputs.py +8 -8
  124. pulumi_azure_native/batch/v20240701/pool.py +4 -4
  125. pulumi_azure_native/databasewatcher/__init__.py +3 -0
  126. pulumi_azure_native/databasewatcher/_inputs.py +6 -6
  127. pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
  128. pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
  129. pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
  130. pulumi_azure_native/databasewatcher/get_target.py +2 -2
  131. pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
  132. pulumi_azure_native/databasewatcher/outputs.py +4 -4
  133. pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
  134. pulumi_azure_native/databasewatcher/target.py +3 -3
  135. pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
  136. pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
  137. pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
  138. pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
  139. pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
  140. pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
  141. pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
  142. pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
  143. pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
  144. pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
  145. pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
  146. pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
  147. pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
  148. pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
  149. pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
  150. pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
  151. pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
  152. pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
  153. pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
  154. pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
  155. pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
  156. pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
  157. pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
  158. pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
  159. pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
  160. pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
  161. pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
  162. pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
  163. pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
  164. pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
  165. pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
  166. pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
  167. pulumi_azure_native/databasewatcher/watcher.py +3 -3
  168. pulumi_azure_native/keyvault/__init__.py +6 -0
  169. pulumi_azure_native/keyvault/get_key.py +2 -2
  170. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  171. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  172. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  173. pulumi_azure_native/keyvault/get_secret.py +2 -2
  174. pulumi_azure_native/keyvault/get_vault.py +2 -2
  175. pulumi_azure_native/keyvault/key.py +3 -3
  176. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  177. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  178. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  179. pulumi_azure_native/keyvault/secret.py +3 -3
  180. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  181. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  182. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  183. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  184. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  185. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  186. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  187. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  188. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  189. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  190. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  191. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  192. pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
  193. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
  194. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
  196. pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
  197. pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
  198. pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
  199. pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
  200. pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
  201. pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
  202. pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
  203. pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
  204. pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
  205. pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
  206. pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
  207. pulumi_azure_native/keyvault/v20241101/key.py +329 -0
  208. pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
  209. pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
  210. pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
  211. pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
  212. pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
  213. pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
  214. pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
  215. pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
  216. pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
  217. pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
  218. pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
  219. pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
  220. pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
  221. pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
  222. pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
  223. pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
  224. pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
  225. pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
  226. pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
  227. pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
  228. pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
  229. pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
  230. pulumi_azure_native/keyvault/vault.py +3 -3
  231. pulumi_azure_native/network/ipam_pool.py +17 -16
  232. pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
  233. pulumi_azure_native/pulumi-plugin.json +1 -1
  234. pulumi_azure_native/quota/__init__.py +3 -0
  235. pulumi_azure_native/quota/get_group_quota.py +2 -2
  236. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  237. pulumi_azure_native/quota/group_quota.py +3 -3
  238. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  239. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  240. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  241. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  242. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  243. pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
  244. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
  245. pulumi_azure_native/quota/v20250301/__init__.py +13 -0
  246. pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
  247. pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
  248. pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
  249. pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
  250. pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
  251. pulumi_azure_native/quota/v20250301/outputs.py +230 -0
  252. pulumi_azure_native/search/__init__.py +3 -0
  253. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  254. pulumi_azure_native/search/get_service.py +2 -2
  255. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  256. pulumi_azure_native/search/list_admin_key.py +2 -2
  257. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  258. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  259. pulumi_azure_native/search/service.py +3 -3
  260. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  261. pulumi_azure_native/search/v20210401preview/service.py +1 -1
  262. pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
  263. pulumi_azure_native/search/v20220901/service.py +1 -1
  264. pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
  265. pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
  266. pulumi_azure_native/search/v20231101/service.py +1 -1
  267. pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
  268. pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
  269. pulumi_azure_native/search/v20240301preview/service.py +1 -1
  270. pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
  271. pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
  272. pulumi_azure_native/search/v20240601preview/service.py +1 -1
  273. pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
  274. pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
  275. pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
  276. pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
  277. pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
  278. pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
  279. pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
  280. pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
  281. pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
  282. pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
  283. pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
  284. pulumi_azure_native/search/v20250201preview/service.py +731 -0
  285. pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
  286. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/METADATA +1 -1
  287. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/RECORD +289 -202
  288. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/WHEEL +0 -0
  289. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3941 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'ErrorAdditionalInfoResponse',
21
+ 'ErrorDetailResponse',
22
+ 'ExtendedLocationResponse',
23
+ 'GalleryImageIdentifierResponse',
24
+ 'GalleryImageStatusDownloadStatusResponse',
25
+ 'GalleryImageStatusProvisioningStatusResponse',
26
+ 'GalleryImageStatusResponse',
27
+ 'GalleryImageVersionResponse',
28
+ 'GalleryImageVersionStorageProfileResponse',
29
+ 'GalleryOSDiskImageResponse',
30
+ 'GuestAgentInstallStatusResponse',
31
+ 'GuestCredentialResponse',
32
+ 'HttpProxyConfigurationResponse',
33
+ 'IPConfigurationPropertiesResponse',
34
+ 'IPConfigurationResponse',
35
+ 'IPPoolInfoResponse',
36
+ 'IPPoolResponse',
37
+ 'ImageArmReferenceResponse',
38
+ 'InstanceViewStatusResponse',
39
+ 'InterfaceDNSSettingsResponse',
40
+ 'LogicalNetworkArmReferenceResponse',
41
+ 'LogicalNetworkPropertiesDhcpOptionsResponse',
42
+ 'LogicalNetworkStatusProvisioningStatusResponse',
43
+ 'LogicalNetworkStatusResponse',
44
+ 'ManagedServiceIdentityResponse',
45
+ 'MarketplaceGalleryImageStatusDownloadStatusResponse',
46
+ 'MarketplaceGalleryImageStatusProvisioningStatusResponse',
47
+ 'MarketplaceGalleryImageStatusResponse',
48
+ 'NetworkInterfaceArmReferenceResponse',
49
+ 'NetworkInterfaceStatusProvisioningStatusResponse',
50
+ 'NetworkInterfaceStatusResponse',
51
+ 'NetworkSecurityGroupArmReferenceResponse',
52
+ 'RouteResponse',
53
+ 'RouteTableResponse',
54
+ 'SshConfigurationResponse',
55
+ 'SshPublicKeyResponse',
56
+ 'StorageContainerStatusProvisioningStatusResponse',
57
+ 'StorageContainerStatusResponse',
58
+ 'SubnetIpConfigurationReferenceResponse',
59
+ 'SubnetResponse',
60
+ 'SystemDataResponse',
61
+ 'UserAssignedIdentityResponse',
62
+ 'VMDiskSecurityProfileResponse',
63
+ 'VirtualHardDiskArmReferenceResponse',
64
+ 'VirtualHardDiskDownloadStatusResponse',
65
+ 'VirtualHardDiskStatusProvisioningStatusResponse',
66
+ 'VirtualHardDiskStatusResponse',
67
+ 'VirtualHardDiskUploadStatusResponse',
68
+ 'VirtualMachineConfigAgentInstanceViewResponse',
69
+ 'VirtualMachineInstanceManagedDiskParametersResponse',
70
+ 'VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse',
71
+ 'VirtualMachineInstancePropertiesHardwareProfileResponse',
72
+ 'VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse',
73
+ 'VirtualMachineInstancePropertiesNetworkProfileResponse',
74
+ 'VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse',
75
+ 'VirtualMachineInstancePropertiesOsProfileResponse',
76
+ 'VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse',
77
+ 'VirtualMachineInstancePropertiesSecurityProfileResponse',
78
+ 'VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse',
79
+ 'VirtualMachineInstancePropertiesStorageProfileOsDiskResponse',
80
+ 'VirtualMachineInstancePropertiesStorageProfileResponse',
81
+ 'VirtualMachineInstanceStatusProvisioningStatusResponse',
82
+ 'VirtualMachineInstanceStatusResponse',
83
+ 'VirtualMachineInstanceViewResponse',
84
+ 'VmImageRepositoryCredentialsResponse',
85
+ ]
86
+
87
+ @pulumi.output_type
88
+ class ErrorAdditionalInfoResponse(dict):
89
+ """
90
+ The resource management error additional info.
91
+ """
92
+ def __init__(__self__, *,
93
+ info: Any,
94
+ type: str):
95
+ """
96
+ The resource management error additional info.
97
+ :param Any info: The additional info.
98
+ :param str type: The additional info type.
99
+ """
100
+ pulumi.set(__self__, "info", info)
101
+ pulumi.set(__self__, "type", type)
102
+
103
+ @property
104
+ @pulumi.getter
105
+ def info(self) -> Any:
106
+ """
107
+ The additional info.
108
+ """
109
+ return pulumi.get(self, "info")
110
+
111
+ @property
112
+ @pulumi.getter
113
+ def type(self) -> str:
114
+ """
115
+ The additional info type.
116
+ """
117
+ return pulumi.get(self, "type")
118
+
119
+
120
+ @pulumi.output_type
121
+ class ErrorDetailResponse(dict):
122
+ """
123
+ The error detail.
124
+ """
125
+ @staticmethod
126
+ def __key_warning(key: str):
127
+ suggest = None
128
+ if key == "additionalInfo":
129
+ suggest = "additional_info"
130
+
131
+ if suggest:
132
+ pulumi.log.warn(f"Key '{key}' not found in ErrorDetailResponse. Access the value via the '{suggest}' property getter instead.")
133
+
134
+ def __getitem__(self, key: str) -> Any:
135
+ ErrorDetailResponse.__key_warning(key)
136
+ return super().__getitem__(key)
137
+
138
+ def get(self, key: str, default = None) -> Any:
139
+ ErrorDetailResponse.__key_warning(key)
140
+ return super().get(key, default)
141
+
142
+ def __init__(__self__, *,
143
+ additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
144
+ code: str,
145
+ details: Sequence['outputs.ErrorDetailResponse'],
146
+ message: str,
147
+ target: str):
148
+ """
149
+ The error detail.
150
+ :param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
151
+ :param str code: The error code.
152
+ :param Sequence['ErrorDetailResponse'] details: The error details.
153
+ :param str message: The error message.
154
+ :param str target: The error target.
155
+ """
156
+ pulumi.set(__self__, "additional_info", additional_info)
157
+ pulumi.set(__self__, "code", code)
158
+ pulumi.set(__self__, "details", details)
159
+ pulumi.set(__self__, "message", message)
160
+ pulumi.set(__self__, "target", target)
161
+
162
+ @property
163
+ @pulumi.getter(name="additionalInfo")
164
+ def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
165
+ """
166
+ The error additional info.
167
+ """
168
+ return pulumi.get(self, "additional_info")
169
+
170
+ @property
171
+ @pulumi.getter
172
+ def code(self) -> str:
173
+ """
174
+ The error code.
175
+ """
176
+ return pulumi.get(self, "code")
177
+
178
+ @property
179
+ @pulumi.getter
180
+ def details(self) -> Sequence['outputs.ErrorDetailResponse']:
181
+ """
182
+ The error details.
183
+ """
184
+ return pulumi.get(self, "details")
185
+
186
+ @property
187
+ @pulumi.getter
188
+ def message(self) -> str:
189
+ """
190
+ The error message.
191
+ """
192
+ return pulumi.get(self, "message")
193
+
194
+ @property
195
+ @pulumi.getter
196
+ def target(self) -> str:
197
+ """
198
+ The error target.
199
+ """
200
+ return pulumi.get(self, "target")
201
+
202
+
203
+ @pulumi.output_type
204
+ class ExtendedLocationResponse(dict):
205
+ """
206
+ The complex type of the extended location.
207
+ """
208
+ def __init__(__self__, *,
209
+ name: Optional[str] = None,
210
+ type: Optional[str] = None):
211
+ """
212
+ The complex type of the extended location.
213
+ :param str name: The name of the extended location.
214
+ :param str type: The type of the extended location.
215
+ """
216
+ if name is not None:
217
+ pulumi.set(__self__, "name", name)
218
+ if type is not None:
219
+ pulumi.set(__self__, "type", type)
220
+
221
+ @property
222
+ @pulumi.getter
223
+ def name(self) -> Optional[str]:
224
+ """
225
+ The name of the extended location.
226
+ """
227
+ return pulumi.get(self, "name")
228
+
229
+ @property
230
+ @pulumi.getter
231
+ def type(self) -> Optional[str]:
232
+ """
233
+ The type of the extended location.
234
+ """
235
+ return pulumi.get(self, "type")
236
+
237
+
238
+ @pulumi.output_type
239
+ class GalleryImageIdentifierResponse(dict):
240
+ """
241
+ This is the gallery image definition identifier.
242
+ """
243
+ def __init__(__self__, *,
244
+ offer: str,
245
+ publisher: str,
246
+ sku: str):
247
+ """
248
+ This is the gallery image definition identifier.
249
+ :param str offer: The name of the gallery image definition offer.
250
+ :param str publisher: The name of the gallery image definition publisher.
251
+ :param str sku: The name of the gallery image definition SKU.
252
+ """
253
+ pulumi.set(__self__, "offer", offer)
254
+ pulumi.set(__self__, "publisher", publisher)
255
+ pulumi.set(__self__, "sku", sku)
256
+
257
+ @property
258
+ @pulumi.getter
259
+ def offer(self) -> str:
260
+ """
261
+ The name of the gallery image definition offer.
262
+ """
263
+ return pulumi.get(self, "offer")
264
+
265
+ @property
266
+ @pulumi.getter
267
+ def publisher(self) -> str:
268
+ """
269
+ The name of the gallery image definition publisher.
270
+ """
271
+ return pulumi.get(self, "publisher")
272
+
273
+ @property
274
+ @pulumi.getter
275
+ def sku(self) -> str:
276
+ """
277
+ The name of the gallery image definition SKU.
278
+ """
279
+ return pulumi.get(self, "sku")
280
+
281
+
282
+ @pulumi.output_type
283
+ class GalleryImageStatusDownloadStatusResponse(dict):
284
+ """
285
+ The download status of the gallery image
286
+ """
287
+ @staticmethod
288
+ def __key_warning(key: str):
289
+ suggest = None
290
+ if key == "downloadSizeInMB":
291
+ suggest = "download_size_in_mb"
292
+
293
+ if suggest:
294
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusDownloadStatusResponse. Access the value via the '{suggest}' property getter instead.")
295
+
296
+ def __getitem__(self, key: str) -> Any:
297
+ GalleryImageStatusDownloadStatusResponse.__key_warning(key)
298
+ return super().__getitem__(key)
299
+
300
+ def get(self, key: str, default = None) -> Any:
301
+ GalleryImageStatusDownloadStatusResponse.__key_warning(key)
302
+ return super().get(key, default)
303
+
304
+ def __init__(__self__, *,
305
+ download_size_in_mb: Optional[float] = None):
306
+ """
307
+ The download status of the gallery image
308
+ :param float download_size_in_mb: The downloaded sized of the image in MB
309
+ """
310
+ if download_size_in_mb is not None:
311
+ pulumi.set(__self__, "download_size_in_mb", download_size_in_mb)
312
+
313
+ @property
314
+ @pulumi.getter(name="downloadSizeInMB")
315
+ def download_size_in_mb(self) -> Optional[float]:
316
+ """
317
+ The downloaded sized of the image in MB
318
+ """
319
+ return pulumi.get(self, "download_size_in_mb")
320
+
321
+
322
+ @pulumi.output_type
323
+ class GalleryImageStatusProvisioningStatusResponse(dict):
324
+ """
325
+ The status of the operation performed on the gallery image
326
+ """
327
+ @staticmethod
328
+ def __key_warning(key: str):
329
+ suggest = None
330
+ if key == "operationId":
331
+ suggest = "operation_id"
332
+
333
+ if suggest:
334
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
335
+
336
+ def __getitem__(self, key: str) -> Any:
337
+ GalleryImageStatusProvisioningStatusResponse.__key_warning(key)
338
+ return super().__getitem__(key)
339
+
340
+ def get(self, key: str, default = None) -> Any:
341
+ GalleryImageStatusProvisioningStatusResponse.__key_warning(key)
342
+ return super().get(key, default)
343
+
344
+ def __init__(__self__, *,
345
+ status: str,
346
+ operation_id: Optional[str] = None):
347
+ """
348
+ The status of the operation performed on the gallery image
349
+ :param str status: The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
350
+ :param str operation_id: The ID of the operation performed on the gallery image
351
+ """
352
+ pulumi.set(__self__, "status", status)
353
+ if operation_id is not None:
354
+ pulumi.set(__self__, "operation_id", operation_id)
355
+
356
+ @property
357
+ @pulumi.getter
358
+ def status(self) -> str:
359
+ """
360
+ The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
361
+ """
362
+ return pulumi.get(self, "status")
363
+
364
+ @property
365
+ @pulumi.getter(name="operationId")
366
+ def operation_id(self) -> Optional[str]:
367
+ """
368
+ The ID of the operation performed on the gallery image
369
+ """
370
+ return pulumi.get(self, "operation_id")
371
+
372
+
373
+ @pulumi.output_type
374
+ class GalleryImageStatusResponse(dict):
375
+ """
376
+ The observed state of gallery images
377
+ """
378
+ @staticmethod
379
+ def __key_warning(key: str):
380
+ suggest = None
381
+ if key == "downloadStatus":
382
+ suggest = "download_status"
383
+ elif key == "errorCode":
384
+ suggest = "error_code"
385
+ elif key == "errorMessage":
386
+ suggest = "error_message"
387
+ elif key == "progressPercentage":
388
+ suggest = "progress_percentage"
389
+ elif key == "provisioningStatus":
390
+ suggest = "provisioning_status"
391
+
392
+ if suggest:
393
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusResponse. Access the value via the '{suggest}' property getter instead.")
394
+
395
+ def __getitem__(self, key: str) -> Any:
396
+ GalleryImageStatusResponse.__key_warning(key)
397
+ return super().__getitem__(key)
398
+
399
+ def get(self, key: str, default = None) -> Any:
400
+ GalleryImageStatusResponse.__key_warning(key)
401
+ return super().get(key, default)
402
+
403
+ def __init__(__self__, *,
404
+ download_status: Optional['outputs.GalleryImageStatusDownloadStatusResponse'] = None,
405
+ error_code: Optional[str] = None,
406
+ error_message: Optional[str] = None,
407
+ progress_percentage: Optional[float] = None,
408
+ provisioning_status: Optional['outputs.GalleryImageStatusProvisioningStatusResponse'] = None):
409
+ """
410
+ The observed state of gallery images
411
+ :param 'GalleryImageStatusDownloadStatusResponse' download_status: The download status of the gallery image
412
+ :param str error_code: GalleryImage provisioning error code
413
+ :param str error_message: Descriptive error message
414
+ :param float progress_percentage: The progress of the operation in percentage
415
+ :param 'GalleryImageStatusProvisioningStatusResponse' provisioning_status: provisioning status of the gallery image
416
+ """
417
+ if download_status is not None:
418
+ pulumi.set(__self__, "download_status", download_status)
419
+ if error_code is not None:
420
+ pulumi.set(__self__, "error_code", error_code)
421
+ if error_message is not None:
422
+ pulumi.set(__self__, "error_message", error_message)
423
+ if progress_percentage is not None:
424
+ pulumi.set(__self__, "progress_percentage", progress_percentage)
425
+ if provisioning_status is not None:
426
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
427
+
428
+ @property
429
+ @pulumi.getter(name="downloadStatus")
430
+ def download_status(self) -> Optional['outputs.GalleryImageStatusDownloadStatusResponse']:
431
+ """
432
+ The download status of the gallery image
433
+ """
434
+ return pulumi.get(self, "download_status")
435
+
436
+ @property
437
+ @pulumi.getter(name="errorCode")
438
+ def error_code(self) -> Optional[str]:
439
+ """
440
+ GalleryImage provisioning error code
441
+ """
442
+ return pulumi.get(self, "error_code")
443
+
444
+ @property
445
+ @pulumi.getter(name="errorMessage")
446
+ def error_message(self) -> Optional[str]:
447
+ """
448
+ Descriptive error message
449
+ """
450
+ return pulumi.get(self, "error_message")
451
+
452
+ @property
453
+ @pulumi.getter(name="progressPercentage")
454
+ def progress_percentage(self) -> Optional[float]:
455
+ """
456
+ The progress of the operation in percentage
457
+ """
458
+ return pulumi.get(self, "progress_percentage")
459
+
460
+ @property
461
+ @pulumi.getter(name="provisioningStatus")
462
+ def provisioning_status(self) -> Optional['outputs.GalleryImageStatusProvisioningStatusResponse']:
463
+ """
464
+ provisioning status of the gallery image
465
+ """
466
+ return pulumi.get(self, "provisioning_status")
467
+
468
+
469
+ @pulumi.output_type
470
+ class GalleryImageVersionResponse(dict):
471
+ """
472
+ Specifies information about the gallery image version that you want to create or update.
473
+ """
474
+ @staticmethod
475
+ def __key_warning(key: str):
476
+ suggest = None
477
+ if key == "storageProfile":
478
+ suggest = "storage_profile"
479
+
480
+ if suggest:
481
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionResponse. Access the value via the '{suggest}' property getter instead.")
482
+
483
+ def __getitem__(self, key: str) -> Any:
484
+ GalleryImageVersionResponse.__key_warning(key)
485
+ return super().__getitem__(key)
486
+
487
+ def get(self, key: str, default = None) -> Any:
488
+ GalleryImageVersionResponse.__key_warning(key)
489
+ return super().get(key, default)
490
+
491
+ def __init__(__self__, *,
492
+ storage_profile: 'outputs.GalleryImageVersionStorageProfileResponse',
493
+ name: Optional[str] = None):
494
+ """
495
+ Specifies information about the gallery image version that you want to create or update.
496
+ :param 'GalleryImageVersionStorageProfileResponse' storage_profile: This is the storage profile of a Gallery Image Version.
497
+ :param str name: This is the version of the gallery image.
498
+ """
499
+ pulumi.set(__self__, "storage_profile", storage_profile)
500
+ if name is not None:
501
+ pulumi.set(__self__, "name", name)
502
+
503
+ @property
504
+ @pulumi.getter(name="storageProfile")
505
+ def storage_profile(self) -> 'outputs.GalleryImageVersionStorageProfileResponse':
506
+ """
507
+ This is the storage profile of a Gallery Image Version.
508
+ """
509
+ return pulumi.get(self, "storage_profile")
510
+
511
+ @property
512
+ @pulumi.getter
513
+ def name(self) -> Optional[str]:
514
+ """
515
+ This is the version of the gallery image.
516
+ """
517
+ return pulumi.get(self, "name")
518
+
519
+
520
+ @pulumi.output_type
521
+ class GalleryImageVersionStorageProfileResponse(dict):
522
+ """
523
+ This is the storage profile of a Gallery Image Version.
524
+ """
525
+ @staticmethod
526
+ def __key_warning(key: str):
527
+ suggest = None
528
+ if key == "osDiskImage":
529
+ suggest = "os_disk_image"
530
+
531
+ if suggest:
532
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionStorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
533
+
534
+ def __getitem__(self, key: str) -> Any:
535
+ GalleryImageVersionStorageProfileResponse.__key_warning(key)
536
+ return super().__getitem__(key)
537
+
538
+ def get(self, key: str, default = None) -> Any:
539
+ GalleryImageVersionStorageProfileResponse.__key_warning(key)
540
+ return super().get(key, default)
541
+
542
+ def __init__(__self__, *,
543
+ os_disk_image: Optional['outputs.GalleryOSDiskImageResponse'] = None):
544
+ """
545
+ This is the storage profile of a Gallery Image Version.
546
+ :param 'GalleryOSDiskImageResponse' os_disk_image: This is the OS disk image.
547
+ """
548
+ if os_disk_image is not None:
549
+ pulumi.set(__self__, "os_disk_image", os_disk_image)
550
+
551
+ @property
552
+ @pulumi.getter(name="osDiskImage")
553
+ def os_disk_image(self) -> Optional['outputs.GalleryOSDiskImageResponse']:
554
+ """
555
+ This is the OS disk image.
556
+ """
557
+ return pulumi.get(self, "os_disk_image")
558
+
559
+
560
+ @pulumi.output_type
561
+ class GalleryOSDiskImageResponse(dict):
562
+ """
563
+ This is the OS disk image.
564
+ """
565
+ @staticmethod
566
+ def __key_warning(key: str):
567
+ suggest = None
568
+ if key == "sizeInMB":
569
+ suggest = "size_in_mb"
570
+
571
+ if suggest:
572
+ pulumi.log.warn(f"Key '{key}' not found in GalleryOSDiskImageResponse. Access the value via the '{suggest}' property getter instead.")
573
+
574
+ def __getitem__(self, key: str) -> Any:
575
+ GalleryOSDiskImageResponse.__key_warning(key)
576
+ return super().__getitem__(key)
577
+
578
+ def get(self, key: str, default = None) -> Any:
579
+ GalleryOSDiskImageResponse.__key_warning(key)
580
+ return super().get(key, default)
581
+
582
+ def __init__(__self__, *,
583
+ size_in_mb: float):
584
+ """
585
+ This is the OS disk image.
586
+ :param float size_in_mb: This property indicates the size of the VHD to be created.
587
+ """
588
+ pulumi.set(__self__, "size_in_mb", size_in_mb)
589
+
590
+ @property
591
+ @pulumi.getter(name="sizeInMB")
592
+ def size_in_mb(self) -> float:
593
+ """
594
+ This property indicates the size of the VHD to be created.
595
+ """
596
+ return pulumi.get(self, "size_in_mb")
597
+
598
+
599
+ @pulumi.output_type
600
+ class GuestAgentInstallStatusResponse(dict):
601
+ """
602
+ Defines the status of a guest agent installation.
603
+ """
604
+ @staticmethod
605
+ def __key_warning(key: str):
606
+ suggest = None
607
+ if key == "agentVersion":
608
+ suggest = "agent_version"
609
+ elif key == "errorDetails":
610
+ suggest = "error_details"
611
+ elif key == "lastStatusChange":
612
+ suggest = "last_status_change"
613
+ elif key == "vmUuid":
614
+ suggest = "vm_uuid"
615
+
616
+ if suggest:
617
+ pulumi.log.warn(f"Key '{key}' not found in GuestAgentInstallStatusResponse. Access the value via the '{suggest}' property getter instead.")
618
+
619
+ def __getitem__(self, key: str) -> Any:
620
+ GuestAgentInstallStatusResponse.__key_warning(key)
621
+ return super().__getitem__(key)
622
+
623
+ def get(self, key: str, default = None) -> Any:
624
+ GuestAgentInstallStatusResponse.__key_warning(key)
625
+ return super().get(key, default)
626
+
627
+ def __init__(__self__, *,
628
+ agent_version: str,
629
+ error_details: Sequence['outputs.ErrorDetailResponse'],
630
+ last_status_change: str,
631
+ status: str,
632
+ vm_uuid: str):
633
+ """
634
+ Defines the status of a guest agent installation.
635
+ :param str agent_version: The hybrid machine agent full version.
636
+ :param Sequence['ErrorDetailResponse'] error_details: Details about the error state.
637
+ :param str last_status_change: The time of the last status change.
638
+ :param str status: The installation status of the hybrid machine agent installation.
639
+ :param str vm_uuid: Specifies the VM's unique SMBIOS ID.
640
+ """
641
+ pulumi.set(__self__, "agent_version", agent_version)
642
+ pulumi.set(__self__, "error_details", error_details)
643
+ pulumi.set(__self__, "last_status_change", last_status_change)
644
+ pulumi.set(__self__, "status", status)
645
+ pulumi.set(__self__, "vm_uuid", vm_uuid)
646
+
647
+ @property
648
+ @pulumi.getter(name="agentVersion")
649
+ def agent_version(self) -> str:
650
+ """
651
+ The hybrid machine agent full version.
652
+ """
653
+ return pulumi.get(self, "agent_version")
654
+
655
+ @property
656
+ @pulumi.getter(name="errorDetails")
657
+ def error_details(self) -> Sequence['outputs.ErrorDetailResponse']:
658
+ """
659
+ Details about the error state.
660
+ """
661
+ return pulumi.get(self, "error_details")
662
+
663
+ @property
664
+ @pulumi.getter(name="lastStatusChange")
665
+ def last_status_change(self) -> str:
666
+ """
667
+ The time of the last status change.
668
+ """
669
+ return pulumi.get(self, "last_status_change")
670
+
671
+ @property
672
+ @pulumi.getter
673
+ def status(self) -> str:
674
+ """
675
+ The installation status of the hybrid machine agent installation.
676
+ """
677
+ return pulumi.get(self, "status")
678
+
679
+ @property
680
+ @pulumi.getter(name="vmUuid")
681
+ def vm_uuid(self) -> str:
682
+ """
683
+ Specifies the VM's unique SMBIOS ID.
684
+ """
685
+ return pulumi.get(self, "vm_uuid")
686
+
687
+
688
+ @pulumi.output_type
689
+ class GuestCredentialResponse(dict):
690
+ """
691
+ Username / Password Credentials to connect to guest.
692
+ """
693
+ def __init__(__self__, *,
694
+ username: Optional[str] = None):
695
+ """
696
+ Username / Password Credentials to connect to guest.
697
+ :param str username: The username to connect with the guest.
698
+ """
699
+ if username is not None:
700
+ pulumi.set(__self__, "username", username)
701
+
702
+ @property
703
+ @pulumi.getter
704
+ def username(self) -> Optional[str]:
705
+ """
706
+ The username to connect with the guest.
707
+ """
708
+ return pulumi.get(self, "username")
709
+
710
+
711
+ @pulumi.output_type
712
+ class HttpProxyConfigurationResponse(dict):
713
+ """
714
+ HTTP Proxy configuration for the VM.
715
+ """
716
+ @staticmethod
717
+ def __key_warning(key: str):
718
+ suggest = None
719
+ if key == "httpProxy":
720
+ suggest = "http_proxy"
721
+ elif key == "httpsProxy":
722
+ suggest = "https_proxy"
723
+ elif key == "noProxy":
724
+ suggest = "no_proxy"
725
+ elif key == "trustedCa":
726
+ suggest = "trusted_ca"
727
+
728
+ if suggest:
729
+ pulumi.log.warn(f"Key '{key}' not found in HttpProxyConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
730
+
731
+ def __getitem__(self, key: str) -> Any:
732
+ HttpProxyConfigurationResponse.__key_warning(key)
733
+ return super().__getitem__(key)
734
+
735
+ def get(self, key: str, default = None) -> Any:
736
+ HttpProxyConfigurationResponse.__key_warning(key)
737
+ return super().get(key, default)
738
+
739
+ def __init__(__self__, *,
740
+ http_proxy: Optional[str] = None,
741
+ https_proxy: Optional[str] = None,
742
+ no_proxy: Optional[Sequence[str]] = None,
743
+ trusted_ca: Optional[str] = None):
744
+ """
745
+ HTTP Proxy configuration for the VM.
746
+ :param str http_proxy: The HTTP proxy server endpoint to use.
747
+ :param str https_proxy: The HTTPS proxy server endpoint to use.
748
+ :param Sequence[str] no_proxy: The endpoints that should not go through proxy.
749
+ :param str trusted_ca: Alternative CA cert to use for connecting to proxy servers.
750
+ """
751
+ if http_proxy is not None:
752
+ pulumi.set(__self__, "http_proxy", http_proxy)
753
+ if https_proxy is not None:
754
+ pulumi.set(__self__, "https_proxy", https_proxy)
755
+ if no_proxy is not None:
756
+ pulumi.set(__self__, "no_proxy", no_proxy)
757
+ if trusted_ca is not None:
758
+ pulumi.set(__self__, "trusted_ca", trusted_ca)
759
+
760
+ @property
761
+ @pulumi.getter(name="httpProxy")
762
+ def http_proxy(self) -> Optional[str]:
763
+ """
764
+ The HTTP proxy server endpoint to use.
765
+ """
766
+ return pulumi.get(self, "http_proxy")
767
+
768
+ @property
769
+ @pulumi.getter(name="httpsProxy")
770
+ def https_proxy(self) -> Optional[str]:
771
+ """
772
+ The HTTPS proxy server endpoint to use.
773
+ """
774
+ return pulumi.get(self, "https_proxy")
775
+
776
+ @property
777
+ @pulumi.getter(name="noProxy")
778
+ def no_proxy(self) -> Optional[Sequence[str]]:
779
+ """
780
+ The endpoints that should not go through proxy.
781
+ """
782
+ return pulumi.get(self, "no_proxy")
783
+
784
+ @property
785
+ @pulumi.getter(name="trustedCa")
786
+ def trusted_ca(self) -> Optional[str]:
787
+ """
788
+ Alternative CA cert to use for connecting to proxy servers.
789
+ """
790
+ return pulumi.get(self, "trusted_ca")
791
+
792
+
793
+ @pulumi.output_type
794
+ class IPConfigurationPropertiesResponse(dict):
795
+ """
796
+ InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
797
+ """
798
+ @staticmethod
799
+ def __key_warning(key: str):
800
+ suggest = None
801
+ if key == "prefixLength":
802
+ suggest = "prefix_length"
803
+ elif key == "privateIPAddress":
804
+ suggest = "private_ip_address"
805
+
806
+ if suggest:
807
+ pulumi.log.warn(f"Key '{key}' not found in IPConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
808
+
809
+ def __getitem__(self, key: str) -> Any:
810
+ IPConfigurationPropertiesResponse.__key_warning(key)
811
+ return super().__getitem__(key)
812
+
813
+ def get(self, key: str, default = None) -> Any:
814
+ IPConfigurationPropertiesResponse.__key_warning(key)
815
+ return super().get(key, default)
816
+
817
+ def __init__(__self__, *,
818
+ gateway: str,
819
+ prefix_length: str,
820
+ private_ip_address: Optional[str] = None,
821
+ subnet: Optional['outputs.LogicalNetworkArmReferenceResponse'] = None):
822
+ """
823
+ InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
824
+ :param str gateway: Gateway for network interface
825
+ :param str prefix_length: prefixLength for network interface
826
+ :param str private_ip_address: PrivateIPAddress - Private IP address of the IP configuration.
827
+ :param 'LogicalNetworkArmReferenceResponse' subnet: Subnet - Name of Subnet bound to the IP configuration.
828
+ """
829
+ pulumi.set(__self__, "gateway", gateway)
830
+ pulumi.set(__self__, "prefix_length", prefix_length)
831
+ if private_ip_address is not None:
832
+ pulumi.set(__self__, "private_ip_address", private_ip_address)
833
+ if subnet is not None:
834
+ pulumi.set(__self__, "subnet", subnet)
835
+
836
+ @property
837
+ @pulumi.getter
838
+ def gateway(self) -> str:
839
+ """
840
+ Gateway for network interface
841
+ """
842
+ return pulumi.get(self, "gateway")
843
+
844
+ @property
845
+ @pulumi.getter(name="prefixLength")
846
+ def prefix_length(self) -> str:
847
+ """
848
+ prefixLength for network interface
849
+ """
850
+ return pulumi.get(self, "prefix_length")
851
+
852
+ @property
853
+ @pulumi.getter(name="privateIPAddress")
854
+ def private_ip_address(self) -> Optional[str]:
855
+ """
856
+ PrivateIPAddress - Private IP address of the IP configuration.
857
+ """
858
+ return pulumi.get(self, "private_ip_address")
859
+
860
+ @property
861
+ @pulumi.getter
862
+ def subnet(self) -> Optional['outputs.LogicalNetworkArmReferenceResponse']:
863
+ """
864
+ Subnet - Name of Subnet bound to the IP configuration.
865
+ """
866
+ return pulumi.get(self, "subnet")
867
+
868
+
869
+ @pulumi.output_type
870
+ class IPConfigurationResponse(dict):
871
+ """
872
+ InterfaceIPConfiguration IPConfiguration in a network interface.
873
+ """
874
+ def __init__(__self__, *,
875
+ name: Optional[str] = None,
876
+ properties: Optional['outputs.IPConfigurationPropertiesResponse'] = None):
877
+ """
878
+ InterfaceIPConfiguration IPConfiguration in a network interface.
879
+ :param str name: Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
880
+ :param 'IPConfigurationPropertiesResponse' properties: InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
881
+ """
882
+ if name is not None:
883
+ pulumi.set(__self__, "name", name)
884
+ if properties is not None:
885
+ pulumi.set(__self__, "properties", properties)
886
+
887
+ @property
888
+ @pulumi.getter
889
+ def name(self) -> Optional[str]:
890
+ """
891
+ Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
892
+ """
893
+ return pulumi.get(self, "name")
894
+
895
+ @property
896
+ @pulumi.getter
897
+ def properties(self) -> Optional['outputs.IPConfigurationPropertiesResponse']:
898
+ """
899
+ InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
900
+ """
901
+ return pulumi.get(self, "properties")
902
+
903
+
904
+ @pulumi.output_type
905
+ class IPPoolInfoResponse(dict):
906
+ """
907
+ IP Pool info
908
+ """
909
+ def __init__(__self__, *,
910
+ available: str,
911
+ used: str):
912
+ """
913
+ IP Pool info
914
+ :param str available: Number of IP addresses available in the IP Pool
915
+ :param str used: Number of IP addresses allocated from the IP Pool
916
+ """
917
+ pulumi.set(__self__, "available", available)
918
+ pulumi.set(__self__, "used", used)
919
+
920
+ @property
921
+ @pulumi.getter
922
+ def available(self) -> str:
923
+ """
924
+ Number of IP addresses available in the IP Pool
925
+ """
926
+ return pulumi.get(self, "available")
927
+
928
+ @property
929
+ @pulumi.getter
930
+ def used(self) -> str:
931
+ """
932
+ Number of IP addresses allocated from the IP Pool
933
+ """
934
+ return pulumi.get(self, "used")
935
+
936
+
937
+ @pulumi.output_type
938
+ class IPPoolResponse(dict):
939
+ """
940
+ Describes IPPool
941
+ """
942
+ @staticmethod
943
+ def __key_warning(key: str):
944
+ suggest = None
945
+ if key == "ipPoolType":
946
+ suggest = "ip_pool_type"
947
+
948
+ if suggest:
949
+ pulumi.log.warn(f"Key '{key}' not found in IPPoolResponse. Access the value via the '{suggest}' property getter instead.")
950
+
951
+ def __getitem__(self, key: str) -> Any:
952
+ IPPoolResponse.__key_warning(key)
953
+ return super().__getitem__(key)
954
+
955
+ def get(self, key: str, default = None) -> Any:
956
+ IPPoolResponse.__key_warning(key)
957
+ return super().get(key, default)
958
+
959
+ def __init__(__self__, *,
960
+ end: Optional[str] = None,
961
+ info: Optional['outputs.IPPoolInfoResponse'] = None,
962
+ ip_pool_type: Optional[str] = None,
963
+ name: Optional[str] = None,
964
+ start: Optional[str] = None):
965
+ """
966
+ Describes IPPool
967
+ :param str end: End of the IP address pool
968
+ :param 'IPPoolInfoResponse' info: IPPool info
969
+ :param str ip_pool_type: Type of the IP Pool [vm, vippool]
970
+ :param str name: Name of the IP-Pool
971
+ :param str start: Start of the IP address pool
972
+ """
973
+ if end is not None:
974
+ pulumi.set(__self__, "end", end)
975
+ if info is not None:
976
+ pulumi.set(__self__, "info", info)
977
+ if ip_pool_type is not None:
978
+ pulumi.set(__self__, "ip_pool_type", ip_pool_type)
979
+ if name is not None:
980
+ pulumi.set(__self__, "name", name)
981
+ if start is not None:
982
+ pulumi.set(__self__, "start", start)
983
+
984
+ @property
985
+ @pulumi.getter
986
+ def end(self) -> Optional[str]:
987
+ """
988
+ End of the IP address pool
989
+ """
990
+ return pulumi.get(self, "end")
991
+
992
+ @property
993
+ @pulumi.getter
994
+ def info(self) -> Optional['outputs.IPPoolInfoResponse']:
995
+ """
996
+ IPPool info
997
+ """
998
+ return pulumi.get(self, "info")
999
+
1000
+ @property
1001
+ @pulumi.getter(name="ipPoolType")
1002
+ def ip_pool_type(self) -> Optional[str]:
1003
+ """
1004
+ Type of the IP Pool [vm, vippool]
1005
+ """
1006
+ return pulumi.get(self, "ip_pool_type")
1007
+
1008
+ @property
1009
+ @pulumi.getter
1010
+ def name(self) -> Optional[str]:
1011
+ """
1012
+ Name of the IP-Pool
1013
+ """
1014
+ return pulumi.get(self, "name")
1015
+
1016
+ @property
1017
+ @pulumi.getter
1018
+ def start(self) -> Optional[str]:
1019
+ """
1020
+ Start of the IP address pool
1021
+ """
1022
+ return pulumi.get(self, "start")
1023
+
1024
+
1025
+ @pulumi.output_type
1026
+ class ImageArmReferenceResponse(dict):
1027
+ """
1028
+ The ARM ID for a Gallery Image.
1029
+ """
1030
+ def __init__(__self__, *,
1031
+ id: Optional[str] = None):
1032
+ """
1033
+ The ARM ID for a Gallery Image.
1034
+ :param str id: The ARM ID for an image resource used by the virtual machine instance.
1035
+ """
1036
+ if id is not None:
1037
+ pulumi.set(__self__, "id", id)
1038
+
1039
+ @property
1040
+ @pulumi.getter
1041
+ def id(self) -> Optional[str]:
1042
+ """
1043
+ The ARM ID for an image resource used by the virtual machine instance.
1044
+ """
1045
+ return pulumi.get(self, "id")
1046
+
1047
+
1048
+ @pulumi.output_type
1049
+ class InstanceViewStatusResponse(dict):
1050
+ """
1051
+ Instance view status.
1052
+ """
1053
+ @staticmethod
1054
+ def __key_warning(key: str):
1055
+ suggest = None
1056
+ if key == "displayStatus":
1057
+ suggest = "display_status"
1058
+
1059
+ if suggest:
1060
+ pulumi.log.warn(f"Key '{key}' not found in InstanceViewStatusResponse. Access the value via the '{suggest}' property getter instead.")
1061
+
1062
+ def __getitem__(self, key: str) -> Any:
1063
+ InstanceViewStatusResponse.__key_warning(key)
1064
+ return super().__getitem__(key)
1065
+
1066
+ def get(self, key: str, default = None) -> Any:
1067
+ InstanceViewStatusResponse.__key_warning(key)
1068
+ return super().get(key, default)
1069
+
1070
+ def __init__(__self__, *,
1071
+ code: Optional[str] = None,
1072
+ display_status: Optional[str] = None,
1073
+ level: Optional[str] = None,
1074
+ message: Optional[str] = None,
1075
+ time: Optional[str] = None):
1076
+ """
1077
+ Instance view status.
1078
+ :param str code: The status code.
1079
+ :param str display_status: The short localizable label for the status.
1080
+ :param str level: The level code.
1081
+ :param str message: The detailed status message, including for alerts and error messages.
1082
+ :param str time: The time of the status.
1083
+ """
1084
+ if code is not None:
1085
+ pulumi.set(__self__, "code", code)
1086
+ if display_status is not None:
1087
+ pulumi.set(__self__, "display_status", display_status)
1088
+ if level is not None:
1089
+ pulumi.set(__self__, "level", level)
1090
+ if message is not None:
1091
+ pulumi.set(__self__, "message", message)
1092
+ if time is not None:
1093
+ pulumi.set(__self__, "time", time)
1094
+
1095
+ @property
1096
+ @pulumi.getter
1097
+ def code(self) -> Optional[str]:
1098
+ """
1099
+ The status code.
1100
+ """
1101
+ return pulumi.get(self, "code")
1102
+
1103
+ @property
1104
+ @pulumi.getter(name="displayStatus")
1105
+ def display_status(self) -> Optional[str]:
1106
+ """
1107
+ The short localizable label for the status.
1108
+ """
1109
+ return pulumi.get(self, "display_status")
1110
+
1111
+ @property
1112
+ @pulumi.getter
1113
+ def level(self) -> Optional[str]:
1114
+ """
1115
+ The level code.
1116
+ """
1117
+ return pulumi.get(self, "level")
1118
+
1119
+ @property
1120
+ @pulumi.getter
1121
+ def message(self) -> Optional[str]:
1122
+ """
1123
+ The detailed status message, including for alerts and error messages.
1124
+ """
1125
+ return pulumi.get(self, "message")
1126
+
1127
+ @property
1128
+ @pulumi.getter
1129
+ def time(self) -> Optional[str]:
1130
+ """
1131
+ The time of the status.
1132
+ """
1133
+ return pulumi.get(self, "time")
1134
+
1135
+
1136
+ @pulumi.output_type
1137
+ class InterfaceDNSSettingsResponse(dict):
1138
+ """
1139
+ DNS Settings of the interface
1140
+ """
1141
+ @staticmethod
1142
+ def __key_warning(key: str):
1143
+ suggest = None
1144
+ if key == "dnsServers":
1145
+ suggest = "dns_servers"
1146
+
1147
+ if suggest:
1148
+ pulumi.log.warn(f"Key '{key}' not found in InterfaceDNSSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1149
+
1150
+ def __getitem__(self, key: str) -> Any:
1151
+ InterfaceDNSSettingsResponse.__key_warning(key)
1152
+ return super().__getitem__(key)
1153
+
1154
+ def get(self, key: str, default = None) -> Any:
1155
+ InterfaceDNSSettingsResponse.__key_warning(key)
1156
+ return super().get(key, default)
1157
+
1158
+ def __init__(__self__, *,
1159
+ dns_servers: Optional[Sequence[str]] = None):
1160
+ """
1161
+ DNS Settings of the interface
1162
+ :param Sequence[str] dns_servers: List of DNS server IP Addresses for the interface
1163
+ """
1164
+ if dns_servers is not None:
1165
+ pulumi.set(__self__, "dns_servers", dns_servers)
1166
+
1167
+ @property
1168
+ @pulumi.getter(name="dnsServers")
1169
+ def dns_servers(self) -> Optional[Sequence[str]]:
1170
+ """
1171
+ List of DNS server IP Addresses for the interface
1172
+ """
1173
+ return pulumi.get(self, "dns_servers")
1174
+
1175
+
1176
+ @pulumi.output_type
1177
+ class LogicalNetworkArmReferenceResponse(dict):
1178
+ """
1179
+ The ARM ID for a Logical Network.
1180
+ """
1181
+ def __init__(__self__, *,
1182
+ id: Optional[str] = None):
1183
+ """
1184
+ The ARM ID for a Logical Network.
1185
+ :param str id: The ARM ID for a Logical Network.
1186
+ """
1187
+ if id is not None:
1188
+ pulumi.set(__self__, "id", id)
1189
+
1190
+ @property
1191
+ @pulumi.getter
1192
+ def id(self) -> Optional[str]:
1193
+ """
1194
+ The ARM ID for a Logical Network.
1195
+ """
1196
+ return pulumi.get(self, "id")
1197
+
1198
+
1199
+ @pulumi.output_type
1200
+ class LogicalNetworkPropertiesDhcpOptionsResponse(dict):
1201
+ """
1202
+ DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.
1203
+ """
1204
+ @staticmethod
1205
+ def __key_warning(key: str):
1206
+ suggest = None
1207
+ if key == "dnsServers":
1208
+ suggest = "dns_servers"
1209
+
1210
+ if suggest:
1211
+ pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkPropertiesDhcpOptionsResponse. Access the value via the '{suggest}' property getter instead.")
1212
+
1213
+ def __getitem__(self, key: str) -> Any:
1214
+ LogicalNetworkPropertiesDhcpOptionsResponse.__key_warning(key)
1215
+ return super().__getitem__(key)
1216
+
1217
+ def get(self, key: str, default = None) -> Any:
1218
+ LogicalNetworkPropertiesDhcpOptionsResponse.__key_warning(key)
1219
+ return super().get(key, default)
1220
+
1221
+ def __init__(__self__, *,
1222
+ dns_servers: Optional[Sequence[str]] = None):
1223
+ """
1224
+ DhcpOptions contains an array of DNS servers available to VMs deployed in the logical network. Standard DHCP option for a subnet overrides logical network DHCP options.
1225
+ :param Sequence[str] dns_servers: The list of DNS servers IP addresses.
1226
+ """
1227
+ if dns_servers is not None:
1228
+ pulumi.set(__self__, "dns_servers", dns_servers)
1229
+
1230
+ @property
1231
+ @pulumi.getter(name="dnsServers")
1232
+ def dns_servers(self) -> Optional[Sequence[str]]:
1233
+ """
1234
+ The list of DNS servers IP addresses.
1235
+ """
1236
+ return pulumi.get(self, "dns_servers")
1237
+
1238
+
1239
+ @pulumi.output_type
1240
+ class LogicalNetworkStatusProvisioningStatusResponse(dict):
1241
+ """
1242
+ Describes the status of the provisioning.
1243
+ """
1244
+ @staticmethod
1245
+ def __key_warning(key: str):
1246
+ suggest = None
1247
+ if key == "operationId":
1248
+ suggest = "operation_id"
1249
+
1250
+ if suggest:
1251
+ pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
1252
+
1253
+ def __getitem__(self, key: str) -> Any:
1254
+ LogicalNetworkStatusProvisioningStatusResponse.__key_warning(key)
1255
+ return super().__getitem__(key)
1256
+
1257
+ def get(self, key: str, default = None) -> Any:
1258
+ LogicalNetworkStatusProvisioningStatusResponse.__key_warning(key)
1259
+ return super().get(key, default)
1260
+
1261
+ def __init__(__self__, *,
1262
+ status: str,
1263
+ operation_id: Optional[str] = None):
1264
+ """
1265
+ Describes the status of the provisioning.
1266
+ :param str status: The status of the operation performed on the logical network [Succeeded, Failed, InProgress]
1267
+ :param str operation_id: The ID of the operation performed on the logical network
1268
+ """
1269
+ pulumi.set(__self__, "status", status)
1270
+ if operation_id is not None:
1271
+ pulumi.set(__self__, "operation_id", operation_id)
1272
+
1273
+ @property
1274
+ @pulumi.getter
1275
+ def status(self) -> str:
1276
+ """
1277
+ The status of the operation performed on the logical network [Succeeded, Failed, InProgress]
1278
+ """
1279
+ return pulumi.get(self, "status")
1280
+
1281
+ @property
1282
+ @pulumi.getter(name="operationId")
1283
+ def operation_id(self) -> Optional[str]:
1284
+ """
1285
+ The ID of the operation performed on the logical network
1286
+ """
1287
+ return pulumi.get(self, "operation_id")
1288
+
1289
+
1290
+ @pulumi.output_type
1291
+ class LogicalNetworkStatusResponse(dict):
1292
+ """
1293
+ The observed state of logical networks
1294
+ """
1295
+ @staticmethod
1296
+ def __key_warning(key: str):
1297
+ suggest = None
1298
+ if key == "errorCode":
1299
+ suggest = "error_code"
1300
+ elif key == "errorMessage":
1301
+ suggest = "error_message"
1302
+ elif key == "provisioningStatus":
1303
+ suggest = "provisioning_status"
1304
+
1305
+ if suggest:
1306
+ pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkStatusResponse. Access the value via the '{suggest}' property getter instead.")
1307
+
1308
+ def __getitem__(self, key: str) -> Any:
1309
+ LogicalNetworkStatusResponse.__key_warning(key)
1310
+ return super().__getitem__(key)
1311
+
1312
+ def get(self, key: str, default = None) -> Any:
1313
+ LogicalNetworkStatusResponse.__key_warning(key)
1314
+ return super().get(key, default)
1315
+
1316
+ def __init__(__self__, *,
1317
+ error_code: Optional[str] = None,
1318
+ error_message: Optional[str] = None,
1319
+ provisioning_status: Optional['outputs.LogicalNetworkStatusProvisioningStatusResponse'] = None):
1320
+ """
1321
+ The observed state of logical networks
1322
+ :param str error_code: LogicalNetwork provisioning error code
1323
+ :param str error_message: Descriptive error message
1324
+ :param 'LogicalNetworkStatusProvisioningStatusResponse' provisioning_status: Logical network provisioning status
1325
+ """
1326
+ if error_code is not None:
1327
+ pulumi.set(__self__, "error_code", error_code)
1328
+ if error_message is not None:
1329
+ pulumi.set(__self__, "error_message", error_message)
1330
+ if provisioning_status is not None:
1331
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
1332
+
1333
+ @property
1334
+ @pulumi.getter(name="errorCode")
1335
+ def error_code(self) -> Optional[str]:
1336
+ """
1337
+ LogicalNetwork provisioning error code
1338
+ """
1339
+ return pulumi.get(self, "error_code")
1340
+
1341
+ @property
1342
+ @pulumi.getter(name="errorMessage")
1343
+ def error_message(self) -> Optional[str]:
1344
+ """
1345
+ Descriptive error message
1346
+ """
1347
+ return pulumi.get(self, "error_message")
1348
+
1349
+ @property
1350
+ @pulumi.getter(name="provisioningStatus")
1351
+ def provisioning_status(self) -> Optional['outputs.LogicalNetworkStatusProvisioningStatusResponse']:
1352
+ """
1353
+ Logical network provisioning status
1354
+ """
1355
+ return pulumi.get(self, "provisioning_status")
1356
+
1357
+
1358
+ @pulumi.output_type
1359
+ class ManagedServiceIdentityResponse(dict):
1360
+ """
1361
+ Managed service identity (system assigned and/or user assigned identities)
1362
+ """
1363
+ @staticmethod
1364
+ def __key_warning(key: str):
1365
+ suggest = None
1366
+ if key == "principalId":
1367
+ suggest = "principal_id"
1368
+ elif key == "tenantId":
1369
+ suggest = "tenant_id"
1370
+ elif key == "userAssignedIdentities":
1371
+ suggest = "user_assigned_identities"
1372
+
1373
+ if suggest:
1374
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1375
+
1376
+ def __getitem__(self, key: str) -> Any:
1377
+ ManagedServiceIdentityResponse.__key_warning(key)
1378
+ return super().__getitem__(key)
1379
+
1380
+ def get(self, key: str, default = None) -> Any:
1381
+ ManagedServiceIdentityResponse.__key_warning(key)
1382
+ return super().get(key, default)
1383
+
1384
+ def __init__(__self__, *,
1385
+ principal_id: str,
1386
+ tenant_id: str,
1387
+ type: str,
1388
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1389
+ """
1390
+ Managed service identity (system assigned and/or user assigned identities)
1391
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1392
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1393
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1394
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1395
+ """
1396
+ pulumi.set(__self__, "principal_id", principal_id)
1397
+ pulumi.set(__self__, "tenant_id", tenant_id)
1398
+ pulumi.set(__self__, "type", type)
1399
+ if user_assigned_identities is not None:
1400
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1401
+
1402
+ @property
1403
+ @pulumi.getter(name="principalId")
1404
+ def principal_id(self) -> str:
1405
+ """
1406
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1407
+ """
1408
+ return pulumi.get(self, "principal_id")
1409
+
1410
+ @property
1411
+ @pulumi.getter(name="tenantId")
1412
+ def tenant_id(self) -> str:
1413
+ """
1414
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1415
+ """
1416
+ return pulumi.get(self, "tenant_id")
1417
+
1418
+ @property
1419
+ @pulumi.getter
1420
+ def type(self) -> str:
1421
+ """
1422
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1423
+ """
1424
+ return pulumi.get(self, "type")
1425
+
1426
+ @property
1427
+ @pulumi.getter(name="userAssignedIdentities")
1428
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1429
+ """
1430
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1431
+ """
1432
+ return pulumi.get(self, "user_assigned_identities")
1433
+
1434
+
1435
+ @pulumi.output_type
1436
+ class MarketplaceGalleryImageStatusDownloadStatusResponse(dict):
1437
+ """
1438
+ The download status of the gallery image
1439
+ """
1440
+ @staticmethod
1441
+ def __key_warning(key: str):
1442
+ suggest = None
1443
+ if key == "downloadSizeInMB":
1444
+ suggest = "download_size_in_mb"
1445
+
1446
+ if suggest:
1447
+ pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusDownloadStatusResponse. Access the value via the '{suggest}' property getter instead.")
1448
+
1449
+ def __getitem__(self, key: str) -> Any:
1450
+ MarketplaceGalleryImageStatusDownloadStatusResponse.__key_warning(key)
1451
+ return super().__getitem__(key)
1452
+
1453
+ def get(self, key: str, default = None) -> Any:
1454
+ MarketplaceGalleryImageStatusDownloadStatusResponse.__key_warning(key)
1455
+ return super().get(key, default)
1456
+
1457
+ def __init__(__self__, *,
1458
+ download_size_in_mb: Optional[float] = None):
1459
+ """
1460
+ The download status of the gallery image
1461
+ :param float download_size_in_mb: The downloaded sized of the image in MB
1462
+ """
1463
+ if download_size_in_mb is not None:
1464
+ pulumi.set(__self__, "download_size_in_mb", download_size_in_mb)
1465
+
1466
+ @property
1467
+ @pulumi.getter(name="downloadSizeInMB")
1468
+ def download_size_in_mb(self) -> Optional[float]:
1469
+ """
1470
+ The downloaded sized of the image in MB
1471
+ """
1472
+ return pulumi.get(self, "download_size_in_mb")
1473
+
1474
+
1475
+ @pulumi.output_type
1476
+ class MarketplaceGalleryImageStatusProvisioningStatusResponse(dict):
1477
+ """
1478
+ Marketplace GalleryImage provisioning status
1479
+ """
1480
+ @staticmethod
1481
+ def __key_warning(key: str):
1482
+ suggest = None
1483
+ if key == "operationId":
1484
+ suggest = "operation_id"
1485
+
1486
+ if suggest:
1487
+ pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
1488
+
1489
+ def __getitem__(self, key: str) -> Any:
1490
+ MarketplaceGalleryImageStatusProvisioningStatusResponse.__key_warning(key)
1491
+ return super().__getitem__(key)
1492
+
1493
+ def get(self, key: str, default = None) -> Any:
1494
+ MarketplaceGalleryImageStatusProvisioningStatusResponse.__key_warning(key)
1495
+ return super().get(key, default)
1496
+
1497
+ def __init__(__self__, *,
1498
+ status: str,
1499
+ operation_id: Optional[str] = None):
1500
+ """
1501
+ Marketplace GalleryImage provisioning status
1502
+ :param str status: The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
1503
+ :param str operation_id: The ID of the operation performed on the gallery image
1504
+ """
1505
+ pulumi.set(__self__, "status", status)
1506
+ if operation_id is not None:
1507
+ pulumi.set(__self__, "operation_id", operation_id)
1508
+
1509
+ @property
1510
+ @pulumi.getter
1511
+ def status(self) -> str:
1512
+ """
1513
+ The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
1514
+ """
1515
+ return pulumi.get(self, "status")
1516
+
1517
+ @property
1518
+ @pulumi.getter(name="operationId")
1519
+ def operation_id(self) -> Optional[str]:
1520
+ """
1521
+ The ID of the operation performed on the gallery image
1522
+ """
1523
+ return pulumi.get(self, "operation_id")
1524
+
1525
+
1526
+ @pulumi.output_type
1527
+ class MarketplaceGalleryImageStatusResponse(dict):
1528
+ """
1529
+ The observed state of marketplace gallery images
1530
+ """
1531
+ @staticmethod
1532
+ def __key_warning(key: str):
1533
+ suggest = None
1534
+ if key == "downloadStatus":
1535
+ suggest = "download_status"
1536
+ elif key == "errorCode":
1537
+ suggest = "error_code"
1538
+ elif key == "errorMessage":
1539
+ suggest = "error_message"
1540
+ elif key == "progressPercentage":
1541
+ suggest = "progress_percentage"
1542
+ elif key == "provisioningStatus":
1543
+ suggest = "provisioning_status"
1544
+
1545
+ if suggest:
1546
+ pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusResponse. Access the value via the '{suggest}' property getter instead.")
1547
+
1548
+ def __getitem__(self, key: str) -> Any:
1549
+ MarketplaceGalleryImageStatusResponse.__key_warning(key)
1550
+ return super().__getitem__(key)
1551
+
1552
+ def get(self, key: str, default = None) -> Any:
1553
+ MarketplaceGalleryImageStatusResponse.__key_warning(key)
1554
+ return super().get(key, default)
1555
+
1556
+ def __init__(__self__, *,
1557
+ download_status: Optional['outputs.MarketplaceGalleryImageStatusDownloadStatusResponse'] = None,
1558
+ error_code: Optional[str] = None,
1559
+ error_message: Optional[str] = None,
1560
+ progress_percentage: Optional[float] = None,
1561
+ provisioning_status: Optional['outputs.MarketplaceGalleryImageStatusProvisioningStatusResponse'] = None):
1562
+ """
1563
+ The observed state of marketplace gallery images
1564
+ :param 'MarketplaceGalleryImageStatusDownloadStatusResponse' download_status: The download status of the gallery image
1565
+ :param str error_code: MarketplaceGalleryImage provisioning error code
1566
+ :param str error_message: Descriptive error message
1567
+ :param float progress_percentage: The progress of the operation in percentage
1568
+ :param 'MarketplaceGalleryImageStatusProvisioningStatusResponse' provisioning_status: Provisioning status of marketplace gallery image
1569
+ """
1570
+ if download_status is not None:
1571
+ pulumi.set(__self__, "download_status", download_status)
1572
+ if error_code is not None:
1573
+ pulumi.set(__self__, "error_code", error_code)
1574
+ if error_message is not None:
1575
+ pulumi.set(__self__, "error_message", error_message)
1576
+ if progress_percentage is not None:
1577
+ pulumi.set(__self__, "progress_percentage", progress_percentage)
1578
+ if provisioning_status is not None:
1579
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
1580
+
1581
+ @property
1582
+ @pulumi.getter(name="downloadStatus")
1583
+ def download_status(self) -> Optional['outputs.MarketplaceGalleryImageStatusDownloadStatusResponse']:
1584
+ """
1585
+ The download status of the gallery image
1586
+ """
1587
+ return pulumi.get(self, "download_status")
1588
+
1589
+ @property
1590
+ @pulumi.getter(name="errorCode")
1591
+ def error_code(self) -> Optional[str]:
1592
+ """
1593
+ MarketplaceGalleryImage provisioning error code
1594
+ """
1595
+ return pulumi.get(self, "error_code")
1596
+
1597
+ @property
1598
+ @pulumi.getter(name="errorMessage")
1599
+ def error_message(self) -> Optional[str]:
1600
+ """
1601
+ Descriptive error message
1602
+ """
1603
+ return pulumi.get(self, "error_message")
1604
+
1605
+ @property
1606
+ @pulumi.getter(name="progressPercentage")
1607
+ def progress_percentage(self) -> Optional[float]:
1608
+ """
1609
+ The progress of the operation in percentage
1610
+ """
1611
+ return pulumi.get(self, "progress_percentage")
1612
+
1613
+ @property
1614
+ @pulumi.getter(name="provisioningStatus")
1615
+ def provisioning_status(self) -> Optional['outputs.MarketplaceGalleryImageStatusProvisioningStatusResponse']:
1616
+ """
1617
+ Provisioning status of marketplace gallery image
1618
+ """
1619
+ return pulumi.get(self, "provisioning_status")
1620
+
1621
+
1622
+ @pulumi.output_type
1623
+ class NetworkInterfaceArmReferenceResponse(dict):
1624
+ """
1625
+ The ARM ID for a Network Interface.
1626
+ """
1627
+ def __init__(__self__, *,
1628
+ id: Optional[str] = None):
1629
+ """
1630
+ The ARM ID for a Network Interface.
1631
+ :param str id: The ARM ID for a Network Interface.
1632
+ """
1633
+ if id is not None:
1634
+ pulumi.set(__self__, "id", id)
1635
+
1636
+ @property
1637
+ @pulumi.getter
1638
+ def id(self) -> Optional[str]:
1639
+ """
1640
+ The ARM ID for a Network Interface.
1641
+ """
1642
+ return pulumi.get(self, "id")
1643
+
1644
+
1645
+ @pulumi.output_type
1646
+ class NetworkInterfaceStatusProvisioningStatusResponse(dict):
1647
+ """
1648
+ Network interface provisioning status
1649
+ """
1650
+ @staticmethod
1651
+ def __key_warning(key: str):
1652
+ suggest = None
1653
+ if key == "operationId":
1654
+ suggest = "operation_id"
1655
+
1656
+ if suggest:
1657
+ pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
1658
+
1659
+ def __getitem__(self, key: str) -> Any:
1660
+ NetworkInterfaceStatusProvisioningStatusResponse.__key_warning(key)
1661
+ return super().__getitem__(key)
1662
+
1663
+ def get(self, key: str, default = None) -> Any:
1664
+ NetworkInterfaceStatusProvisioningStatusResponse.__key_warning(key)
1665
+ return super().get(key, default)
1666
+
1667
+ def __init__(__self__, *,
1668
+ status: str,
1669
+ operation_id: Optional[str] = None):
1670
+ """
1671
+ Network interface provisioning status
1672
+ :param str status: The status of the operation performed on the network interface [Succeeded, Failed, InProgress]
1673
+ :param str operation_id: The ID of the operation performed on the network interface
1674
+ """
1675
+ pulumi.set(__self__, "status", status)
1676
+ if operation_id is not None:
1677
+ pulumi.set(__self__, "operation_id", operation_id)
1678
+
1679
+ @property
1680
+ @pulumi.getter
1681
+ def status(self) -> str:
1682
+ """
1683
+ The status of the operation performed on the network interface [Succeeded, Failed, InProgress]
1684
+ """
1685
+ return pulumi.get(self, "status")
1686
+
1687
+ @property
1688
+ @pulumi.getter(name="operationId")
1689
+ def operation_id(self) -> Optional[str]:
1690
+ """
1691
+ The ID of the operation performed on the network interface
1692
+ """
1693
+ return pulumi.get(self, "operation_id")
1694
+
1695
+
1696
+ @pulumi.output_type
1697
+ class NetworkInterfaceStatusResponse(dict):
1698
+ """
1699
+ The observed state of network interfaces
1700
+ """
1701
+ @staticmethod
1702
+ def __key_warning(key: str):
1703
+ suggest = None
1704
+ if key == "errorCode":
1705
+ suggest = "error_code"
1706
+ elif key == "errorMessage":
1707
+ suggest = "error_message"
1708
+ elif key == "provisioningStatus":
1709
+ suggest = "provisioning_status"
1710
+
1711
+ if suggest:
1712
+ pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceStatusResponse. Access the value via the '{suggest}' property getter instead.")
1713
+
1714
+ def __getitem__(self, key: str) -> Any:
1715
+ NetworkInterfaceStatusResponse.__key_warning(key)
1716
+ return super().__getitem__(key)
1717
+
1718
+ def get(self, key: str, default = None) -> Any:
1719
+ NetworkInterfaceStatusResponse.__key_warning(key)
1720
+ return super().get(key, default)
1721
+
1722
+ def __init__(__self__, *,
1723
+ error_code: Optional[str] = None,
1724
+ error_message: Optional[str] = None,
1725
+ provisioning_status: Optional['outputs.NetworkInterfaceStatusProvisioningStatusResponse'] = None):
1726
+ """
1727
+ The observed state of network interfaces
1728
+ :param str error_code: NetworkInterface provisioning error code
1729
+ :param str error_message: Descriptive error message
1730
+ :param 'NetworkInterfaceStatusProvisioningStatusResponse' provisioning_status: Network interface provisioning status
1731
+ """
1732
+ if error_code is not None:
1733
+ pulumi.set(__self__, "error_code", error_code)
1734
+ if error_message is not None:
1735
+ pulumi.set(__self__, "error_message", error_message)
1736
+ if provisioning_status is not None:
1737
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
1738
+
1739
+ @property
1740
+ @pulumi.getter(name="errorCode")
1741
+ def error_code(self) -> Optional[str]:
1742
+ """
1743
+ NetworkInterface provisioning error code
1744
+ """
1745
+ return pulumi.get(self, "error_code")
1746
+
1747
+ @property
1748
+ @pulumi.getter(name="errorMessage")
1749
+ def error_message(self) -> Optional[str]:
1750
+ """
1751
+ Descriptive error message
1752
+ """
1753
+ return pulumi.get(self, "error_message")
1754
+
1755
+ @property
1756
+ @pulumi.getter(name="provisioningStatus")
1757
+ def provisioning_status(self) -> Optional['outputs.NetworkInterfaceStatusProvisioningStatusResponse']:
1758
+ """
1759
+ Network interface provisioning status
1760
+ """
1761
+ return pulumi.get(self, "provisioning_status")
1762
+
1763
+
1764
+ @pulumi.output_type
1765
+ class NetworkSecurityGroupArmReferenceResponse(dict):
1766
+ """
1767
+ The ARM ID for a Network Security Group.
1768
+ """
1769
+ def __init__(__self__, *,
1770
+ id: Optional[str] = None):
1771
+ """
1772
+ The ARM ID for a Network Security Group.
1773
+ :param str id: The ARM ID for a Network Security Group.
1774
+ """
1775
+ if id is not None:
1776
+ pulumi.set(__self__, "id", id)
1777
+
1778
+ @property
1779
+ @pulumi.getter
1780
+ def id(self) -> Optional[str]:
1781
+ """
1782
+ The ARM ID for a Network Security Group.
1783
+ """
1784
+ return pulumi.get(self, "id")
1785
+
1786
+
1787
+ @pulumi.output_type
1788
+ class RouteResponse(dict):
1789
+ """
1790
+ Route - Route resource.
1791
+ """
1792
+ @staticmethod
1793
+ def __key_warning(key: str):
1794
+ suggest = None
1795
+ if key == "addressPrefix":
1796
+ suggest = "address_prefix"
1797
+ elif key == "nextHopIpAddress":
1798
+ suggest = "next_hop_ip_address"
1799
+
1800
+ if suggest:
1801
+ pulumi.log.warn(f"Key '{key}' not found in RouteResponse. Access the value via the '{suggest}' property getter instead.")
1802
+
1803
+ def __getitem__(self, key: str) -> Any:
1804
+ RouteResponse.__key_warning(key)
1805
+ return super().__getitem__(key)
1806
+
1807
+ def get(self, key: str, default = None) -> Any:
1808
+ RouteResponse.__key_warning(key)
1809
+ return super().get(key, default)
1810
+
1811
+ def __init__(__self__, *,
1812
+ address_prefix: Optional[str] = None,
1813
+ name: Optional[str] = None,
1814
+ next_hop_ip_address: Optional[str] = None):
1815
+ """
1816
+ Route - Route resource.
1817
+ :param str address_prefix: The destination CIDR to which the route applies.
1818
+ :param str name: Name - name of the subnet
1819
+ :param str next_hop_ip_address: The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
1820
+ """
1821
+ if address_prefix is not None:
1822
+ pulumi.set(__self__, "address_prefix", address_prefix)
1823
+ if name is not None:
1824
+ pulumi.set(__self__, "name", name)
1825
+ if next_hop_ip_address is not None:
1826
+ pulumi.set(__self__, "next_hop_ip_address", next_hop_ip_address)
1827
+
1828
+ @property
1829
+ @pulumi.getter(name="addressPrefix")
1830
+ def address_prefix(self) -> Optional[str]:
1831
+ """
1832
+ The destination CIDR to which the route applies.
1833
+ """
1834
+ return pulumi.get(self, "address_prefix")
1835
+
1836
+ @property
1837
+ @pulumi.getter
1838
+ def name(self) -> Optional[str]:
1839
+ """
1840
+ Name - name of the subnet
1841
+ """
1842
+ return pulumi.get(self, "name")
1843
+
1844
+ @property
1845
+ @pulumi.getter(name="nextHopIpAddress")
1846
+ def next_hop_ip_address(self) -> Optional[str]:
1847
+ """
1848
+ The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
1849
+ """
1850
+ return pulumi.get(self, "next_hop_ip_address")
1851
+
1852
+
1853
+ @pulumi.output_type
1854
+ class RouteTableResponse(dict):
1855
+ """
1856
+ Route table resource.
1857
+ """
1858
+ def __init__(__self__, *,
1859
+ etag: str,
1860
+ name: str,
1861
+ type: str,
1862
+ routes: Optional[Sequence['outputs.RouteResponse']] = None):
1863
+ """
1864
+ Route table resource.
1865
+ :param str etag: A unique read-only string that changes whenever the resource is updated.
1866
+ :param str name: Resource name.
1867
+ :param str type: Resource type.
1868
+ :param Sequence['RouteResponse'] routes: Collection of routes contained within a route table.
1869
+ """
1870
+ pulumi.set(__self__, "etag", etag)
1871
+ pulumi.set(__self__, "name", name)
1872
+ pulumi.set(__self__, "type", type)
1873
+ if routes is not None:
1874
+ pulumi.set(__self__, "routes", routes)
1875
+
1876
+ @property
1877
+ @pulumi.getter
1878
+ def etag(self) -> str:
1879
+ """
1880
+ A unique read-only string that changes whenever the resource is updated.
1881
+ """
1882
+ return pulumi.get(self, "etag")
1883
+
1884
+ @property
1885
+ @pulumi.getter
1886
+ def name(self) -> str:
1887
+ """
1888
+ Resource name.
1889
+ """
1890
+ return pulumi.get(self, "name")
1891
+
1892
+ @property
1893
+ @pulumi.getter
1894
+ def type(self) -> str:
1895
+ """
1896
+ Resource type.
1897
+ """
1898
+ return pulumi.get(self, "type")
1899
+
1900
+ @property
1901
+ @pulumi.getter
1902
+ def routes(self) -> Optional[Sequence['outputs.RouteResponse']]:
1903
+ """
1904
+ Collection of routes contained within a route table.
1905
+ """
1906
+ return pulumi.get(self, "routes")
1907
+
1908
+
1909
+ @pulumi.output_type
1910
+ class SshConfigurationResponse(dict):
1911
+ """
1912
+ SSH configuration for Linux based VMs running on Azure
1913
+ """
1914
+ @staticmethod
1915
+ def __key_warning(key: str):
1916
+ suggest = None
1917
+ if key == "publicKeys":
1918
+ suggest = "public_keys"
1919
+
1920
+ if suggest:
1921
+ pulumi.log.warn(f"Key '{key}' not found in SshConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1922
+
1923
+ def __getitem__(self, key: str) -> Any:
1924
+ SshConfigurationResponse.__key_warning(key)
1925
+ return super().__getitem__(key)
1926
+
1927
+ def get(self, key: str, default = None) -> Any:
1928
+ SshConfigurationResponse.__key_warning(key)
1929
+ return super().get(key, default)
1930
+
1931
+ def __init__(__self__, *,
1932
+ public_keys: Optional[Sequence['outputs.SshPublicKeyResponse']] = None):
1933
+ """
1934
+ SSH configuration for Linux based VMs running on Azure
1935
+ :param Sequence['SshPublicKeyResponse'] public_keys: The list of SSH public keys used to authenticate with linux based VMs.
1936
+ """
1937
+ if public_keys is not None:
1938
+ pulumi.set(__self__, "public_keys", public_keys)
1939
+
1940
+ @property
1941
+ @pulumi.getter(name="publicKeys")
1942
+ def public_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]:
1943
+ """
1944
+ The list of SSH public keys used to authenticate with linux based VMs.
1945
+ """
1946
+ return pulumi.get(self, "public_keys")
1947
+
1948
+
1949
+ @pulumi.output_type
1950
+ class SshPublicKeyResponse(dict):
1951
+ """
1952
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1953
+ """
1954
+ @staticmethod
1955
+ def __key_warning(key: str):
1956
+ suggest = None
1957
+ if key == "keyData":
1958
+ suggest = "key_data"
1959
+
1960
+ if suggest:
1961
+ pulumi.log.warn(f"Key '{key}' not found in SshPublicKeyResponse. Access the value via the '{suggest}' property getter instead.")
1962
+
1963
+ def __getitem__(self, key: str) -> Any:
1964
+ SshPublicKeyResponse.__key_warning(key)
1965
+ return super().__getitem__(key)
1966
+
1967
+ def get(self, key: str, default = None) -> Any:
1968
+ SshPublicKeyResponse.__key_warning(key)
1969
+ return super().get(key, default)
1970
+
1971
+ def __init__(__self__, *,
1972
+ key_data: Optional[str] = None,
1973
+ path: Optional[str] = None):
1974
+ """
1975
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1976
+ :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://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1977
+ :param str path: Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1978
+ """
1979
+ if key_data is not None:
1980
+ pulumi.set(__self__, "key_data", key_data)
1981
+ if path is not None:
1982
+ pulumi.set(__self__, "path", path)
1983
+
1984
+ @property
1985
+ @pulumi.getter(name="keyData")
1986
+ def key_data(self) -> Optional[str]:
1987
+ """
1988
+ 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://learn.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1989
+ """
1990
+ return pulumi.get(self, "key_data")
1991
+
1992
+ @property
1993
+ @pulumi.getter
1994
+ def path(self) -> Optional[str]:
1995
+ """
1996
+ Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
1997
+ """
1998
+ return pulumi.get(self, "path")
1999
+
2000
+
2001
+ @pulumi.output_type
2002
+ class StorageContainerStatusProvisioningStatusResponse(dict):
2003
+ """
2004
+ Storage container provisioning status
2005
+ """
2006
+ @staticmethod
2007
+ def __key_warning(key: str):
2008
+ suggest = None
2009
+ if key == "operationId":
2010
+ suggest = "operation_id"
2011
+
2012
+ if suggest:
2013
+ pulumi.log.warn(f"Key '{key}' not found in StorageContainerStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
2014
+
2015
+ def __getitem__(self, key: str) -> Any:
2016
+ StorageContainerStatusProvisioningStatusResponse.__key_warning(key)
2017
+ return super().__getitem__(key)
2018
+
2019
+ def get(self, key: str, default = None) -> Any:
2020
+ StorageContainerStatusProvisioningStatusResponse.__key_warning(key)
2021
+ return super().get(key, default)
2022
+
2023
+ def __init__(__self__, *,
2024
+ status: str,
2025
+ operation_id: Optional[str] = None):
2026
+ """
2027
+ Storage container provisioning status
2028
+ :param str status: The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
2029
+ :param str operation_id: The ID of the operation performed on the storage container
2030
+ """
2031
+ pulumi.set(__self__, "status", status)
2032
+ if operation_id is not None:
2033
+ pulumi.set(__self__, "operation_id", operation_id)
2034
+
2035
+ @property
2036
+ @pulumi.getter
2037
+ def status(self) -> str:
2038
+ """
2039
+ The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
2040
+ """
2041
+ return pulumi.get(self, "status")
2042
+
2043
+ @property
2044
+ @pulumi.getter(name="operationId")
2045
+ def operation_id(self) -> Optional[str]:
2046
+ """
2047
+ The ID of the operation performed on the storage container
2048
+ """
2049
+ return pulumi.get(self, "operation_id")
2050
+
2051
+
2052
+ @pulumi.output_type
2053
+ class StorageContainerStatusResponse(dict):
2054
+ """
2055
+ The observed state of storage containers
2056
+ """
2057
+ @staticmethod
2058
+ def __key_warning(key: str):
2059
+ suggest = None
2060
+ if key == "availableSizeMB":
2061
+ suggest = "available_size_mb"
2062
+ elif key == "containerSizeMB":
2063
+ suggest = "container_size_mb"
2064
+ elif key == "errorCode":
2065
+ suggest = "error_code"
2066
+ elif key == "errorMessage":
2067
+ suggest = "error_message"
2068
+ elif key == "provisioningStatus":
2069
+ suggest = "provisioning_status"
2070
+
2071
+ if suggest:
2072
+ pulumi.log.warn(f"Key '{key}' not found in StorageContainerStatusResponse. Access the value via the '{suggest}' property getter instead.")
2073
+
2074
+ def __getitem__(self, key: str) -> Any:
2075
+ StorageContainerStatusResponse.__key_warning(key)
2076
+ return super().__getitem__(key)
2077
+
2078
+ def get(self, key: str, default = None) -> Any:
2079
+ StorageContainerStatusResponse.__key_warning(key)
2080
+ return super().get(key, default)
2081
+
2082
+ def __init__(__self__, *,
2083
+ available_size_mb: Optional[float] = None,
2084
+ container_size_mb: Optional[float] = None,
2085
+ error_code: Optional[str] = None,
2086
+ error_message: Optional[str] = None,
2087
+ provisioning_status: Optional['outputs.StorageContainerStatusProvisioningStatusResponse'] = None):
2088
+ """
2089
+ The observed state of storage containers
2090
+ :param float available_size_mb: Amount of space available on the disk in MB
2091
+ :param float container_size_mb: Total size of the disk in MB
2092
+ :param str error_code: StorageContainer provisioning error code
2093
+ :param str error_message: Descriptive error message
2094
+ :param 'StorageContainerStatusProvisioningStatusResponse' provisioning_status: Storage container's provisioning status
2095
+ """
2096
+ if available_size_mb is not None:
2097
+ pulumi.set(__self__, "available_size_mb", available_size_mb)
2098
+ if container_size_mb is not None:
2099
+ pulumi.set(__self__, "container_size_mb", container_size_mb)
2100
+ if error_code is not None:
2101
+ pulumi.set(__self__, "error_code", error_code)
2102
+ if error_message is not None:
2103
+ pulumi.set(__self__, "error_message", error_message)
2104
+ if provisioning_status is not None:
2105
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
2106
+
2107
+ @property
2108
+ @pulumi.getter(name="availableSizeMB")
2109
+ def available_size_mb(self) -> Optional[float]:
2110
+ """
2111
+ Amount of space available on the disk in MB
2112
+ """
2113
+ return pulumi.get(self, "available_size_mb")
2114
+
2115
+ @property
2116
+ @pulumi.getter(name="containerSizeMB")
2117
+ def container_size_mb(self) -> Optional[float]:
2118
+ """
2119
+ Total size of the disk in MB
2120
+ """
2121
+ return pulumi.get(self, "container_size_mb")
2122
+
2123
+ @property
2124
+ @pulumi.getter(name="errorCode")
2125
+ def error_code(self) -> Optional[str]:
2126
+ """
2127
+ StorageContainer provisioning error code
2128
+ """
2129
+ return pulumi.get(self, "error_code")
2130
+
2131
+ @property
2132
+ @pulumi.getter(name="errorMessage")
2133
+ def error_message(self) -> Optional[str]:
2134
+ """
2135
+ Descriptive error message
2136
+ """
2137
+ return pulumi.get(self, "error_message")
2138
+
2139
+ @property
2140
+ @pulumi.getter(name="provisioningStatus")
2141
+ def provisioning_status(self) -> Optional['outputs.StorageContainerStatusProvisioningStatusResponse']:
2142
+ """
2143
+ Storage container's provisioning status
2144
+ """
2145
+ return pulumi.get(self, "provisioning_status")
2146
+
2147
+
2148
+ @pulumi.output_type
2149
+ class SubnetIpConfigurationReferenceResponse(dict):
2150
+ """
2151
+ The ARM ID for a Network Interface.
2152
+ """
2153
+ def __init__(__self__, *,
2154
+ id: Optional[str] = None):
2155
+ """
2156
+ The ARM ID for a Network Interface.
2157
+ :param str id: The ARM ID for a Network Interface.
2158
+ """
2159
+ if id is not None:
2160
+ pulumi.set(__self__, "id", id)
2161
+
2162
+ @property
2163
+ @pulumi.getter
2164
+ def id(self) -> Optional[str]:
2165
+ """
2166
+ The ARM ID for a Network Interface.
2167
+ """
2168
+ return pulumi.get(self, "id")
2169
+
2170
+
2171
+ @pulumi.output_type
2172
+ class SubnetResponse(dict):
2173
+ """
2174
+ Properties of the subnet.
2175
+ """
2176
+ @staticmethod
2177
+ def __key_warning(key: str):
2178
+ suggest = None
2179
+ if key == "addressPrefix":
2180
+ suggest = "address_prefix"
2181
+ elif key == "addressPrefixes":
2182
+ suggest = "address_prefixes"
2183
+ elif key == "ipAllocationMethod":
2184
+ suggest = "ip_allocation_method"
2185
+ elif key == "ipConfigurationReferences":
2186
+ suggest = "ip_configuration_references"
2187
+ elif key == "ipPools":
2188
+ suggest = "ip_pools"
2189
+ elif key == "networkSecurityGroup":
2190
+ suggest = "network_security_group"
2191
+ elif key == "routeTable":
2192
+ suggest = "route_table"
2193
+
2194
+ if suggest:
2195
+ pulumi.log.warn(f"Key '{key}' not found in SubnetResponse. Access the value via the '{suggest}' property getter instead.")
2196
+
2197
+ def __getitem__(self, key: str) -> Any:
2198
+ SubnetResponse.__key_warning(key)
2199
+ return super().__getitem__(key)
2200
+
2201
+ def get(self, key: str, default = None) -> Any:
2202
+ SubnetResponse.__key_warning(key)
2203
+ return super().get(key, default)
2204
+
2205
+ def __init__(__self__, *,
2206
+ address_prefix: Optional[str] = None,
2207
+ address_prefixes: Optional[Sequence[str]] = None,
2208
+ ip_allocation_method: Optional[str] = None,
2209
+ ip_configuration_references: Optional[Sequence['outputs.SubnetIpConfigurationReferenceResponse']] = None,
2210
+ ip_pools: Optional[Sequence['outputs.IPPoolResponse']] = None,
2211
+ name: Optional[str] = None,
2212
+ network_security_group: Optional['outputs.NetworkSecurityGroupArmReferenceResponse'] = None,
2213
+ route_table: Optional['outputs.RouteTableResponse'] = None,
2214
+ vlan: Optional[int] = None):
2215
+ """
2216
+ Properties of the subnet.
2217
+ :param str address_prefix: The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
2218
+ :param Sequence[str] address_prefixes: List of address prefixes for the subnet.
2219
+ :param str ip_allocation_method: IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
2220
+ :param Sequence['SubnetIpConfigurationReferenceResponse'] ip_configuration_references: IPConfigurationReferences - list of IPConfigurationReferences
2221
+ :param Sequence['IPPoolResponse'] ip_pools: network associated pool of IP Addresses
2222
+ :param str name: Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
2223
+ :param 'NetworkSecurityGroupArmReferenceResponse' network_security_group: NetworkSecurityGroup - Network Security Group attached to the logical network.
2224
+ :param 'RouteTableResponse' route_table: Route table resource.
2225
+ :param int vlan: Vlan to use for the subnet
2226
+ """
2227
+ if address_prefix is not None:
2228
+ pulumi.set(__self__, "address_prefix", address_prefix)
2229
+ if address_prefixes is not None:
2230
+ pulumi.set(__self__, "address_prefixes", address_prefixes)
2231
+ if ip_allocation_method is not None:
2232
+ pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
2233
+ if ip_configuration_references is not None:
2234
+ pulumi.set(__self__, "ip_configuration_references", ip_configuration_references)
2235
+ if ip_pools is not None:
2236
+ pulumi.set(__self__, "ip_pools", ip_pools)
2237
+ if name is not None:
2238
+ pulumi.set(__self__, "name", name)
2239
+ if network_security_group is not None:
2240
+ pulumi.set(__self__, "network_security_group", network_security_group)
2241
+ if route_table is not None:
2242
+ pulumi.set(__self__, "route_table", route_table)
2243
+ if vlan is not None:
2244
+ pulumi.set(__self__, "vlan", vlan)
2245
+
2246
+ @property
2247
+ @pulumi.getter(name="addressPrefix")
2248
+ def address_prefix(self) -> Optional[str]:
2249
+ """
2250
+ The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
2251
+ """
2252
+ return pulumi.get(self, "address_prefix")
2253
+
2254
+ @property
2255
+ @pulumi.getter(name="addressPrefixes")
2256
+ def address_prefixes(self) -> Optional[Sequence[str]]:
2257
+ """
2258
+ List of address prefixes for the subnet.
2259
+ """
2260
+ return pulumi.get(self, "address_prefixes")
2261
+
2262
+ @property
2263
+ @pulumi.getter(name="ipAllocationMethod")
2264
+ def ip_allocation_method(self) -> Optional[str]:
2265
+ """
2266
+ IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
2267
+ """
2268
+ return pulumi.get(self, "ip_allocation_method")
2269
+
2270
+ @property
2271
+ @pulumi.getter(name="ipConfigurationReferences")
2272
+ def ip_configuration_references(self) -> Optional[Sequence['outputs.SubnetIpConfigurationReferenceResponse']]:
2273
+ """
2274
+ IPConfigurationReferences - list of IPConfigurationReferences
2275
+ """
2276
+ return pulumi.get(self, "ip_configuration_references")
2277
+
2278
+ @property
2279
+ @pulumi.getter(name="ipPools")
2280
+ def ip_pools(self) -> Optional[Sequence['outputs.IPPoolResponse']]:
2281
+ """
2282
+ network associated pool of IP Addresses
2283
+ """
2284
+ return pulumi.get(self, "ip_pools")
2285
+
2286
+ @property
2287
+ @pulumi.getter
2288
+ def name(self) -> Optional[str]:
2289
+ """
2290
+ Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
2291
+ """
2292
+ return pulumi.get(self, "name")
2293
+
2294
+ @property
2295
+ @pulumi.getter(name="networkSecurityGroup")
2296
+ def network_security_group(self) -> Optional['outputs.NetworkSecurityGroupArmReferenceResponse']:
2297
+ """
2298
+ NetworkSecurityGroup - Network Security Group attached to the logical network.
2299
+ """
2300
+ return pulumi.get(self, "network_security_group")
2301
+
2302
+ @property
2303
+ @pulumi.getter(name="routeTable")
2304
+ def route_table(self) -> Optional['outputs.RouteTableResponse']:
2305
+ """
2306
+ Route table resource.
2307
+ """
2308
+ return pulumi.get(self, "route_table")
2309
+
2310
+ @property
2311
+ @pulumi.getter
2312
+ def vlan(self) -> Optional[int]:
2313
+ """
2314
+ Vlan to use for the subnet
2315
+ """
2316
+ return pulumi.get(self, "vlan")
2317
+
2318
+
2319
+ @pulumi.output_type
2320
+ class SystemDataResponse(dict):
2321
+ """
2322
+ Metadata pertaining to creation and last modification of the resource.
2323
+ """
2324
+ @staticmethod
2325
+ def __key_warning(key: str):
2326
+ suggest = None
2327
+ if key == "createdAt":
2328
+ suggest = "created_at"
2329
+ elif key == "createdBy":
2330
+ suggest = "created_by"
2331
+ elif key == "createdByType":
2332
+ suggest = "created_by_type"
2333
+ elif key == "lastModifiedAt":
2334
+ suggest = "last_modified_at"
2335
+ elif key == "lastModifiedBy":
2336
+ suggest = "last_modified_by"
2337
+ elif key == "lastModifiedByType":
2338
+ suggest = "last_modified_by_type"
2339
+
2340
+ if suggest:
2341
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
2342
+
2343
+ def __getitem__(self, key: str) -> Any:
2344
+ SystemDataResponse.__key_warning(key)
2345
+ return super().__getitem__(key)
2346
+
2347
+ def get(self, key: str, default = None) -> Any:
2348
+ SystemDataResponse.__key_warning(key)
2349
+ return super().get(key, default)
2350
+
2351
+ def __init__(__self__, *,
2352
+ created_at: Optional[str] = None,
2353
+ created_by: Optional[str] = None,
2354
+ created_by_type: Optional[str] = None,
2355
+ last_modified_at: Optional[str] = None,
2356
+ last_modified_by: Optional[str] = None,
2357
+ last_modified_by_type: Optional[str] = None):
2358
+ """
2359
+ Metadata pertaining to creation and last modification of the resource.
2360
+ :param str created_at: The timestamp of resource creation (UTC).
2361
+ :param str created_by: The identity that created the resource.
2362
+ :param str created_by_type: The type of identity that created the resource.
2363
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
2364
+ :param str last_modified_by: The identity that last modified the resource.
2365
+ :param str last_modified_by_type: The type of identity that last modified the resource.
2366
+ """
2367
+ if created_at is not None:
2368
+ pulumi.set(__self__, "created_at", created_at)
2369
+ if created_by is not None:
2370
+ pulumi.set(__self__, "created_by", created_by)
2371
+ if created_by_type is not None:
2372
+ pulumi.set(__self__, "created_by_type", created_by_type)
2373
+ if last_modified_at is not None:
2374
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
2375
+ if last_modified_by is not None:
2376
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
2377
+ if last_modified_by_type is not None:
2378
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
2379
+
2380
+ @property
2381
+ @pulumi.getter(name="createdAt")
2382
+ def created_at(self) -> Optional[str]:
2383
+ """
2384
+ The timestamp of resource creation (UTC).
2385
+ """
2386
+ return pulumi.get(self, "created_at")
2387
+
2388
+ @property
2389
+ @pulumi.getter(name="createdBy")
2390
+ def created_by(self) -> Optional[str]:
2391
+ """
2392
+ The identity that created the resource.
2393
+ """
2394
+ return pulumi.get(self, "created_by")
2395
+
2396
+ @property
2397
+ @pulumi.getter(name="createdByType")
2398
+ def created_by_type(self) -> Optional[str]:
2399
+ """
2400
+ The type of identity that created the resource.
2401
+ """
2402
+ return pulumi.get(self, "created_by_type")
2403
+
2404
+ @property
2405
+ @pulumi.getter(name="lastModifiedAt")
2406
+ def last_modified_at(self) -> Optional[str]:
2407
+ """
2408
+ The timestamp of resource last modification (UTC)
2409
+ """
2410
+ return pulumi.get(self, "last_modified_at")
2411
+
2412
+ @property
2413
+ @pulumi.getter(name="lastModifiedBy")
2414
+ def last_modified_by(self) -> Optional[str]:
2415
+ """
2416
+ The identity that last modified the resource.
2417
+ """
2418
+ return pulumi.get(self, "last_modified_by")
2419
+
2420
+ @property
2421
+ @pulumi.getter(name="lastModifiedByType")
2422
+ def last_modified_by_type(self) -> Optional[str]:
2423
+ """
2424
+ The type of identity that last modified the resource.
2425
+ """
2426
+ return pulumi.get(self, "last_modified_by_type")
2427
+
2428
+
2429
+ @pulumi.output_type
2430
+ class UserAssignedIdentityResponse(dict):
2431
+ """
2432
+ User assigned identity properties
2433
+ """
2434
+ @staticmethod
2435
+ def __key_warning(key: str):
2436
+ suggest = None
2437
+ if key == "clientId":
2438
+ suggest = "client_id"
2439
+ elif key == "principalId":
2440
+ suggest = "principal_id"
2441
+
2442
+ if suggest:
2443
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
2444
+
2445
+ def __getitem__(self, key: str) -> Any:
2446
+ UserAssignedIdentityResponse.__key_warning(key)
2447
+ return super().__getitem__(key)
2448
+
2449
+ def get(self, key: str, default = None) -> Any:
2450
+ UserAssignedIdentityResponse.__key_warning(key)
2451
+ return super().get(key, default)
2452
+
2453
+ def __init__(__self__, *,
2454
+ client_id: str,
2455
+ principal_id: str):
2456
+ """
2457
+ User assigned identity properties
2458
+ :param str client_id: The client ID of the assigned identity.
2459
+ :param str principal_id: The principal ID of the assigned identity.
2460
+ """
2461
+ pulumi.set(__self__, "client_id", client_id)
2462
+ pulumi.set(__self__, "principal_id", principal_id)
2463
+
2464
+ @property
2465
+ @pulumi.getter(name="clientId")
2466
+ def client_id(self) -> str:
2467
+ """
2468
+ The client ID of the assigned identity.
2469
+ """
2470
+ return pulumi.get(self, "client_id")
2471
+
2472
+ @property
2473
+ @pulumi.getter(name="principalId")
2474
+ def principal_id(self) -> str:
2475
+ """
2476
+ The principal ID of the assigned identity.
2477
+ """
2478
+ return pulumi.get(self, "principal_id")
2479
+
2480
+
2481
+ @pulumi.output_type
2482
+ class VMDiskSecurityProfileResponse(dict):
2483
+ """
2484
+ Specifies the security profile settings for the managed disk. NOTE: It can only be set for Confidential VMs
2485
+ """
2486
+ @staticmethod
2487
+ def __key_warning(key: str):
2488
+ suggest = None
2489
+ if key == "securityEncryptionType":
2490
+ suggest = "security_encryption_type"
2491
+
2492
+ if suggest:
2493
+ pulumi.log.warn(f"Key '{key}' not found in VMDiskSecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
2494
+
2495
+ def __getitem__(self, key: str) -> Any:
2496
+ VMDiskSecurityProfileResponse.__key_warning(key)
2497
+ return super().__getitem__(key)
2498
+
2499
+ def get(self, key: str, default = None) -> Any:
2500
+ VMDiskSecurityProfileResponse.__key_warning(key)
2501
+ return super().get(key, default)
2502
+
2503
+ def __init__(__self__, *,
2504
+ security_encryption_type: Optional[str] = None):
2505
+ """
2506
+ Specifies the security profile settings for the managed disk. NOTE: It can only be set for Confidential VMs
2507
+ :param str security_encryption_type: Specifies the EncryptionType of the managed disk. It is set to NonPersistedTPM for not persisting firmware state in the VMGuestState blob. NOTE: It can be set for only Confidential VMs.
2508
+ """
2509
+ if security_encryption_type is not None:
2510
+ pulumi.set(__self__, "security_encryption_type", security_encryption_type)
2511
+
2512
+ @property
2513
+ @pulumi.getter(name="securityEncryptionType")
2514
+ def security_encryption_type(self) -> Optional[str]:
2515
+ """
2516
+ Specifies the EncryptionType of the managed disk. It is set to NonPersistedTPM for not persisting firmware state in the VMGuestState blob. NOTE: It can be set for only Confidential VMs.
2517
+ """
2518
+ return pulumi.get(self, "security_encryption_type")
2519
+
2520
+
2521
+ @pulumi.output_type
2522
+ class VirtualHardDiskArmReferenceResponse(dict):
2523
+ """
2524
+ The ARM ID for a Virtual Hard Disk.
2525
+ """
2526
+ def __init__(__self__, *,
2527
+ id: Optional[str] = None):
2528
+ """
2529
+ The ARM ID for a Virtual Hard Disk.
2530
+ :param str id: The ARM ID for a Virtual Hard Disk.
2531
+ """
2532
+ if id is not None:
2533
+ pulumi.set(__self__, "id", id)
2534
+
2535
+ @property
2536
+ @pulumi.getter
2537
+ def id(self) -> Optional[str]:
2538
+ """
2539
+ The ARM ID for a Virtual Hard Disk.
2540
+ """
2541
+ return pulumi.get(self, "id")
2542
+
2543
+
2544
+ @pulumi.output_type
2545
+ class VirtualHardDiskDownloadStatusResponse(dict):
2546
+ """
2547
+ The download status of the virtual hard disk
2548
+ """
2549
+ @staticmethod
2550
+ def __key_warning(key: str):
2551
+ suggest = None
2552
+ if key == "downloadedSizeInMB":
2553
+ suggest = "downloaded_size_in_mb"
2554
+ elif key == "progressPercentage":
2555
+ suggest = "progress_percentage"
2556
+
2557
+ if suggest:
2558
+ pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskDownloadStatusResponse. Access the value via the '{suggest}' property getter instead.")
2559
+
2560
+ def __getitem__(self, key: str) -> Any:
2561
+ VirtualHardDiskDownloadStatusResponse.__key_warning(key)
2562
+ return super().__getitem__(key)
2563
+
2564
+ def get(self, key: str, default = None) -> Any:
2565
+ VirtualHardDiskDownloadStatusResponse.__key_warning(key)
2566
+ return super().get(key, default)
2567
+
2568
+ def __init__(__self__, *,
2569
+ status: str,
2570
+ downloaded_size_in_mb: Optional[float] = None,
2571
+ progress_percentage: Optional[float] = None):
2572
+ """
2573
+ The download status of the virtual hard disk
2574
+ :param str status: The status of Uploading virtual hard disk [Succeeded, Failed, InProgress]
2575
+ :param float downloaded_size_in_mb: The downloaded sized of the virtual hard disk in MB
2576
+ :param float progress_percentage: The progress of the operation in percentage
2577
+ """
2578
+ pulumi.set(__self__, "status", status)
2579
+ if downloaded_size_in_mb is not None:
2580
+ pulumi.set(__self__, "downloaded_size_in_mb", downloaded_size_in_mb)
2581
+ if progress_percentage is not None:
2582
+ pulumi.set(__self__, "progress_percentage", progress_percentage)
2583
+
2584
+ @property
2585
+ @pulumi.getter
2586
+ def status(self) -> str:
2587
+ """
2588
+ The status of Uploading virtual hard disk [Succeeded, Failed, InProgress]
2589
+ """
2590
+ return pulumi.get(self, "status")
2591
+
2592
+ @property
2593
+ @pulumi.getter(name="downloadedSizeInMB")
2594
+ def downloaded_size_in_mb(self) -> Optional[float]:
2595
+ """
2596
+ The downloaded sized of the virtual hard disk in MB
2597
+ """
2598
+ return pulumi.get(self, "downloaded_size_in_mb")
2599
+
2600
+ @property
2601
+ @pulumi.getter(name="progressPercentage")
2602
+ def progress_percentage(self) -> Optional[float]:
2603
+ """
2604
+ The progress of the operation in percentage
2605
+ """
2606
+ return pulumi.get(self, "progress_percentage")
2607
+
2608
+
2609
+ @pulumi.output_type
2610
+ class VirtualHardDiskStatusProvisioningStatusResponse(dict):
2611
+ """
2612
+ VHD Status provisioning status
2613
+ """
2614
+ @staticmethod
2615
+ def __key_warning(key: str):
2616
+ suggest = None
2617
+ if key == "operationId":
2618
+ suggest = "operation_id"
2619
+
2620
+ if suggest:
2621
+ pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
2622
+
2623
+ def __getitem__(self, key: str) -> Any:
2624
+ VirtualHardDiskStatusProvisioningStatusResponse.__key_warning(key)
2625
+ return super().__getitem__(key)
2626
+
2627
+ def get(self, key: str, default = None) -> Any:
2628
+ VirtualHardDiskStatusProvisioningStatusResponse.__key_warning(key)
2629
+ return super().get(key, default)
2630
+
2631
+ def __init__(__self__, *,
2632
+ status: str,
2633
+ operation_id: Optional[str] = None):
2634
+ """
2635
+ VHD Status provisioning status
2636
+ :param str status: The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress]
2637
+ :param str operation_id: The ID of the operation performed on the virtual hard disk
2638
+ """
2639
+ pulumi.set(__self__, "status", status)
2640
+ if operation_id is not None:
2641
+ pulumi.set(__self__, "operation_id", operation_id)
2642
+
2643
+ @property
2644
+ @pulumi.getter
2645
+ def status(self) -> str:
2646
+ """
2647
+ The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress]
2648
+ """
2649
+ return pulumi.get(self, "status")
2650
+
2651
+ @property
2652
+ @pulumi.getter(name="operationId")
2653
+ def operation_id(self) -> Optional[str]:
2654
+ """
2655
+ The ID of the operation performed on the virtual hard disk
2656
+ """
2657
+ return pulumi.get(self, "operation_id")
2658
+
2659
+
2660
+ @pulumi.output_type
2661
+ class VirtualHardDiskStatusResponse(dict):
2662
+ """
2663
+ The observed state of virtual hard disks
2664
+ """
2665
+ @staticmethod
2666
+ def __key_warning(key: str):
2667
+ suggest = None
2668
+ if key == "downloadStatus":
2669
+ suggest = "download_status"
2670
+ elif key == "errorCode":
2671
+ suggest = "error_code"
2672
+ elif key == "errorMessage":
2673
+ suggest = "error_message"
2674
+ elif key == "provisioningStatus":
2675
+ suggest = "provisioning_status"
2676
+ elif key == "uploadStatus":
2677
+ suggest = "upload_status"
2678
+
2679
+ if suggest:
2680
+ pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskStatusResponse. Access the value via the '{suggest}' property getter instead.")
2681
+
2682
+ def __getitem__(self, key: str) -> Any:
2683
+ VirtualHardDiskStatusResponse.__key_warning(key)
2684
+ return super().__getitem__(key)
2685
+
2686
+ def get(self, key: str, default = None) -> Any:
2687
+ VirtualHardDiskStatusResponse.__key_warning(key)
2688
+ return super().get(key, default)
2689
+
2690
+ def __init__(__self__, *,
2691
+ download_status: Optional['outputs.VirtualHardDiskDownloadStatusResponse'] = None,
2692
+ error_code: Optional[str] = None,
2693
+ error_message: Optional[str] = None,
2694
+ provisioning_status: Optional['outputs.VirtualHardDiskStatusProvisioningStatusResponse'] = None,
2695
+ upload_status: Optional['outputs.VirtualHardDiskUploadStatusResponse'] = None):
2696
+ """
2697
+ The observed state of virtual hard disks
2698
+ :param 'VirtualHardDiskDownloadStatusResponse' download_status: The download status of the virtual hard disk
2699
+ :param str error_code: VirtualHardDisk provisioning error code
2700
+ :param str error_message: Descriptive error message
2701
+ :param 'VirtualHardDiskStatusProvisioningStatusResponse' provisioning_status: Provisioning status of the vhd
2702
+ :param 'VirtualHardDiskUploadStatusResponse' upload_status: The upload status of the virtual hard disk
2703
+ """
2704
+ if download_status is not None:
2705
+ pulumi.set(__self__, "download_status", download_status)
2706
+ if error_code is not None:
2707
+ pulumi.set(__self__, "error_code", error_code)
2708
+ if error_message is not None:
2709
+ pulumi.set(__self__, "error_message", error_message)
2710
+ if provisioning_status is not None:
2711
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
2712
+ if upload_status is not None:
2713
+ pulumi.set(__self__, "upload_status", upload_status)
2714
+
2715
+ @property
2716
+ @pulumi.getter(name="downloadStatus")
2717
+ def download_status(self) -> Optional['outputs.VirtualHardDiskDownloadStatusResponse']:
2718
+ """
2719
+ The download status of the virtual hard disk
2720
+ """
2721
+ return pulumi.get(self, "download_status")
2722
+
2723
+ @property
2724
+ @pulumi.getter(name="errorCode")
2725
+ def error_code(self) -> Optional[str]:
2726
+ """
2727
+ VirtualHardDisk provisioning error code
2728
+ """
2729
+ return pulumi.get(self, "error_code")
2730
+
2731
+ @property
2732
+ @pulumi.getter(name="errorMessage")
2733
+ def error_message(self) -> Optional[str]:
2734
+ """
2735
+ Descriptive error message
2736
+ """
2737
+ return pulumi.get(self, "error_message")
2738
+
2739
+ @property
2740
+ @pulumi.getter(name="provisioningStatus")
2741
+ def provisioning_status(self) -> Optional['outputs.VirtualHardDiskStatusProvisioningStatusResponse']:
2742
+ """
2743
+ Provisioning status of the vhd
2744
+ """
2745
+ return pulumi.get(self, "provisioning_status")
2746
+
2747
+ @property
2748
+ @pulumi.getter(name="uploadStatus")
2749
+ def upload_status(self) -> Optional['outputs.VirtualHardDiskUploadStatusResponse']:
2750
+ """
2751
+ The upload status of the virtual hard disk
2752
+ """
2753
+ return pulumi.get(self, "upload_status")
2754
+
2755
+
2756
+ @pulumi.output_type
2757
+ class VirtualHardDiskUploadStatusResponse(dict):
2758
+ """
2759
+ The upload status of the virtual hard disk
2760
+ """
2761
+ @staticmethod
2762
+ def __key_warning(key: str):
2763
+ suggest = None
2764
+ if key == "errorCode":
2765
+ suggest = "error_code"
2766
+ elif key == "errorMessage":
2767
+ suggest = "error_message"
2768
+ elif key == "progressPercentage":
2769
+ suggest = "progress_percentage"
2770
+ elif key == "uploadedSizeInMB":
2771
+ suggest = "uploaded_size_in_mb"
2772
+
2773
+ if suggest:
2774
+ pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskUploadStatusResponse. Access the value via the '{suggest}' property getter instead.")
2775
+
2776
+ def __getitem__(self, key: str) -> Any:
2777
+ VirtualHardDiskUploadStatusResponse.__key_warning(key)
2778
+ return super().__getitem__(key)
2779
+
2780
+ def get(self, key: str, default = None) -> Any:
2781
+ VirtualHardDiskUploadStatusResponse.__key_warning(key)
2782
+ return super().get(key, default)
2783
+
2784
+ def __init__(__self__, *,
2785
+ status: str,
2786
+ error_code: Optional[str] = None,
2787
+ error_message: Optional[str] = None,
2788
+ progress_percentage: Optional[float] = None,
2789
+ uploaded_size_in_mb: Optional[float] = None):
2790
+ """
2791
+ The upload status of the virtual hard disk
2792
+ :param str status: The status of Uploading virtual hard disk [Succeeded, Failed, InProgress]
2793
+ :param str error_code: VirtualHardDisk upload error code
2794
+ :param str error_message: Descriptive upload error message
2795
+ :param float progress_percentage: The progress of the operation in percentage
2796
+ :param float uploaded_size_in_mb: The uploaded sized of the virtual hard disk in MB
2797
+ """
2798
+ pulumi.set(__self__, "status", status)
2799
+ if error_code is not None:
2800
+ pulumi.set(__self__, "error_code", error_code)
2801
+ if error_message is not None:
2802
+ pulumi.set(__self__, "error_message", error_message)
2803
+ if progress_percentage is not None:
2804
+ pulumi.set(__self__, "progress_percentage", progress_percentage)
2805
+ if uploaded_size_in_mb is not None:
2806
+ pulumi.set(__self__, "uploaded_size_in_mb", uploaded_size_in_mb)
2807
+
2808
+ @property
2809
+ @pulumi.getter
2810
+ def status(self) -> str:
2811
+ """
2812
+ The status of Uploading virtual hard disk [Succeeded, Failed, InProgress]
2813
+ """
2814
+ return pulumi.get(self, "status")
2815
+
2816
+ @property
2817
+ @pulumi.getter(name="errorCode")
2818
+ def error_code(self) -> Optional[str]:
2819
+ """
2820
+ VirtualHardDisk upload error code
2821
+ """
2822
+ return pulumi.get(self, "error_code")
2823
+
2824
+ @property
2825
+ @pulumi.getter(name="errorMessage")
2826
+ def error_message(self) -> Optional[str]:
2827
+ """
2828
+ Descriptive upload error message
2829
+ """
2830
+ return pulumi.get(self, "error_message")
2831
+
2832
+ @property
2833
+ @pulumi.getter(name="progressPercentage")
2834
+ def progress_percentage(self) -> Optional[float]:
2835
+ """
2836
+ The progress of the operation in percentage
2837
+ """
2838
+ return pulumi.get(self, "progress_percentage")
2839
+
2840
+ @property
2841
+ @pulumi.getter(name="uploadedSizeInMB")
2842
+ def uploaded_size_in_mb(self) -> Optional[float]:
2843
+ """
2844
+ The uploaded sized of the virtual hard disk in MB
2845
+ """
2846
+ return pulumi.get(self, "uploaded_size_in_mb")
2847
+
2848
+
2849
+ @pulumi.output_type
2850
+ class VirtualMachineConfigAgentInstanceViewResponse(dict):
2851
+ """
2852
+ The instance view of the VM Config Agent running on the virtual machine.
2853
+ """
2854
+ @staticmethod
2855
+ def __key_warning(key: str):
2856
+ suggest = None
2857
+ if key == "vmConfigAgentVersion":
2858
+ suggest = "vm_config_agent_version"
2859
+
2860
+ if suggest:
2861
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineConfigAgentInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
2862
+
2863
+ def __getitem__(self, key: str) -> Any:
2864
+ VirtualMachineConfigAgentInstanceViewResponse.__key_warning(key)
2865
+ return super().__getitem__(key)
2866
+
2867
+ def get(self, key: str, default = None) -> Any:
2868
+ VirtualMachineConfigAgentInstanceViewResponse.__key_warning(key)
2869
+ return super().get(key, default)
2870
+
2871
+ def __init__(__self__, *,
2872
+ statuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
2873
+ vm_config_agent_version: Optional[str] = None):
2874
+ """
2875
+ The instance view of the VM Config Agent running on the virtual machine.
2876
+ :param Sequence['InstanceViewStatusResponse'] statuses: The resource status information.
2877
+ :param str vm_config_agent_version: The VM Config Agent full version.
2878
+ """
2879
+ if statuses is not None:
2880
+ pulumi.set(__self__, "statuses", statuses)
2881
+ if vm_config_agent_version is not None:
2882
+ pulumi.set(__self__, "vm_config_agent_version", vm_config_agent_version)
2883
+
2884
+ @property
2885
+ @pulumi.getter
2886
+ def statuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
2887
+ """
2888
+ The resource status information.
2889
+ """
2890
+ return pulumi.get(self, "statuses")
2891
+
2892
+ @property
2893
+ @pulumi.getter(name="vmConfigAgentVersion")
2894
+ def vm_config_agent_version(self) -> Optional[str]:
2895
+ """
2896
+ The VM Config Agent full version.
2897
+ """
2898
+ return pulumi.get(self, "vm_config_agent_version")
2899
+
2900
+
2901
+ @pulumi.output_type
2902
+ class VirtualMachineInstanceManagedDiskParametersResponse(dict):
2903
+ """
2904
+ The parameters of a managed disk.
2905
+ """
2906
+ @staticmethod
2907
+ def __key_warning(key: str):
2908
+ suggest = None
2909
+ if key == "securityProfile":
2910
+ suggest = "security_profile"
2911
+
2912
+ if suggest:
2913
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceManagedDiskParametersResponse. Access the value via the '{suggest}' property getter instead.")
2914
+
2915
+ def __getitem__(self, key: str) -> Any:
2916
+ VirtualMachineInstanceManagedDiskParametersResponse.__key_warning(key)
2917
+ return super().__getitem__(key)
2918
+
2919
+ def get(self, key: str, default = None) -> Any:
2920
+ VirtualMachineInstanceManagedDiskParametersResponse.__key_warning(key)
2921
+ return super().get(key, default)
2922
+
2923
+ def __init__(__self__, *,
2924
+ security_profile: Optional['outputs.VMDiskSecurityProfileResponse'] = None):
2925
+ """
2926
+ The parameters of a managed disk.
2927
+ :param 'VMDiskSecurityProfileResponse' security_profile: Specifies the security profile for the managed disk.
2928
+ """
2929
+ if security_profile is not None:
2930
+ pulumi.set(__self__, "security_profile", security_profile)
2931
+
2932
+ @property
2933
+ @pulumi.getter(name="securityProfile")
2934
+ def security_profile(self) -> Optional['outputs.VMDiskSecurityProfileResponse']:
2935
+ """
2936
+ Specifies the security profile for the managed disk.
2937
+ """
2938
+ return pulumi.get(self, "security_profile")
2939
+
2940
+
2941
+ @pulumi.output_type
2942
+ class VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse(dict):
2943
+ """
2944
+ Dynamic memory config
2945
+ """
2946
+ @staticmethod
2947
+ def __key_warning(key: str):
2948
+ suggest = None
2949
+ if key == "maximumMemoryMB":
2950
+ suggest = "maximum_memory_mb"
2951
+ elif key == "minimumMemoryMB":
2952
+ suggest = "minimum_memory_mb"
2953
+ elif key == "targetMemoryBuffer":
2954
+ suggest = "target_memory_buffer"
2955
+
2956
+ if suggest:
2957
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse. Access the value via the '{suggest}' property getter instead.")
2958
+
2959
+ def __getitem__(self, key: str) -> Any:
2960
+ VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse.__key_warning(key)
2961
+ return super().__getitem__(key)
2962
+
2963
+ def get(self, key: str, default = None) -> Any:
2964
+ VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse.__key_warning(key)
2965
+ return super().get(key, default)
2966
+
2967
+ def __init__(__self__, *,
2968
+ maximum_memory_mb: Optional[float] = None,
2969
+ minimum_memory_mb: Optional[float] = None,
2970
+ target_memory_buffer: Optional[int] = None):
2971
+ """
2972
+ Dynamic memory config
2973
+ :param float maximum_memory_mb: Maximum memory in MB
2974
+ :param float minimum_memory_mb: Minimum memory in MB
2975
+ :param int target_memory_buffer: Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
2976
+ """
2977
+ if maximum_memory_mb is not None:
2978
+ pulumi.set(__self__, "maximum_memory_mb", maximum_memory_mb)
2979
+ if minimum_memory_mb is not None:
2980
+ pulumi.set(__self__, "minimum_memory_mb", minimum_memory_mb)
2981
+ if target_memory_buffer is not None:
2982
+ pulumi.set(__self__, "target_memory_buffer", target_memory_buffer)
2983
+
2984
+ @property
2985
+ @pulumi.getter(name="maximumMemoryMB")
2986
+ def maximum_memory_mb(self) -> Optional[float]:
2987
+ """
2988
+ Maximum memory in MB
2989
+ """
2990
+ return pulumi.get(self, "maximum_memory_mb")
2991
+
2992
+ @property
2993
+ @pulumi.getter(name="minimumMemoryMB")
2994
+ def minimum_memory_mb(self) -> Optional[float]:
2995
+ """
2996
+ Minimum memory in MB
2997
+ """
2998
+ return pulumi.get(self, "minimum_memory_mb")
2999
+
3000
+ @property
3001
+ @pulumi.getter(name="targetMemoryBuffer")
3002
+ def target_memory_buffer(self) -> Optional[int]:
3003
+ """
3004
+ Defines the amount of extra memory that should be reserved for a virtual machine instance at runtime, as a percentage of the total memory that the virtual machine instance is thought to need. This only applies to virtual systems with dynamic memory enabled. This property can be in the range of 5 to 2000.
3005
+ """
3006
+ return pulumi.get(self, "target_memory_buffer")
3007
+
3008
+
3009
+ @pulumi.output_type
3010
+ class VirtualMachineInstancePropertiesHardwareProfileResponse(dict):
3011
+ """
3012
+ HardwareProfile - Specifies the hardware settings for the virtual machine instance.
3013
+ """
3014
+ @staticmethod
3015
+ def __key_warning(key: str):
3016
+ suggest = None
3017
+ if key == "dynamicMemoryConfig":
3018
+ suggest = "dynamic_memory_config"
3019
+ elif key == "memoryMB":
3020
+ suggest = "memory_mb"
3021
+ elif key == "virtualMachineGPUs":
3022
+ suggest = "virtual_machine_gpus"
3023
+ elif key == "vmSize":
3024
+ suggest = "vm_size"
3025
+
3026
+ if suggest:
3027
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesHardwareProfileResponse. Access the value via the '{suggest}' property getter instead.")
3028
+
3029
+ def __getitem__(self, key: str) -> Any:
3030
+ VirtualMachineInstancePropertiesHardwareProfileResponse.__key_warning(key)
3031
+ return super().__getitem__(key)
3032
+
3033
+ def get(self, key: str, default = None) -> Any:
3034
+ VirtualMachineInstancePropertiesHardwareProfileResponse.__key_warning(key)
3035
+ return super().get(key, default)
3036
+
3037
+ def __init__(__self__, *,
3038
+ dynamic_memory_config: Optional['outputs.VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse'] = None,
3039
+ memory_mb: Optional[float] = None,
3040
+ processors: Optional[int] = None,
3041
+ virtual_machine_gpus: Optional[Sequence['outputs.VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse']] = None,
3042
+ vm_size: Optional[str] = None):
3043
+ """
3044
+ HardwareProfile - Specifies the hardware settings for the virtual machine instance.
3045
+ :param 'VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse' dynamic_memory_config: Dynamic memory config
3046
+ :param float memory_mb: RAM in MB for the virtual machine instance
3047
+ :param int processors: number of processors for the virtual machine instance
3048
+ :param Sequence['VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse'] virtual_machine_gpus: virtualMachineGPUs - list of gpus to be attached to the virtual machine instance
3049
+ :param str vm_size: Enum of VM Sizes
3050
+ """
3051
+ if dynamic_memory_config is not None:
3052
+ pulumi.set(__self__, "dynamic_memory_config", dynamic_memory_config)
3053
+ if memory_mb is not None:
3054
+ pulumi.set(__self__, "memory_mb", memory_mb)
3055
+ if processors is not None:
3056
+ pulumi.set(__self__, "processors", processors)
3057
+ if virtual_machine_gpus is not None:
3058
+ pulumi.set(__self__, "virtual_machine_gpus", virtual_machine_gpus)
3059
+ if vm_size is None:
3060
+ vm_size = 'Default'
3061
+ if vm_size is not None:
3062
+ pulumi.set(__self__, "vm_size", vm_size)
3063
+
3064
+ @property
3065
+ @pulumi.getter(name="dynamicMemoryConfig")
3066
+ def dynamic_memory_config(self) -> Optional['outputs.VirtualMachineInstancePropertiesHardwareProfileDynamicMemoryConfigResponse']:
3067
+ """
3068
+ Dynamic memory config
3069
+ """
3070
+ return pulumi.get(self, "dynamic_memory_config")
3071
+
3072
+ @property
3073
+ @pulumi.getter(name="memoryMB")
3074
+ def memory_mb(self) -> Optional[float]:
3075
+ """
3076
+ RAM in MB for the virtual machine instance
3077
+ """
3078
+ return pulumi.get(self, "memory_mb")
3079
+
3080
+ @property
3081
+ @pulumi.getter
3082
+ def processors(self) -> Optional[int]:
3083
+ """
3084
+ number of processors for the virtual machine instance
3085
+ """
3086
+ return pulumi.get(self, "processors")
3087
+
3088
+ @property
3089
+ @pulumi.getter(name="virtualMachineGPUs")
3090
+ def virtual_machine_gpus(self) -> Optional[Sequence['outputs.VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse']]:
3091
+ """
3092
+ virtualMachineGPUs - list of gpus to be attached to the virtual machine instance
3093
+ """
3094
+ return pulumi.get(self, "virtual_machine_gpus")
3095
+
3096
+ @property
3097
+ @pulumi.getter(name="vmSize")
3098
+ def vm_size(self) -> Optional[str]:
3099
+ """
3100
+ Enum of VM Sizes
3101
+ """
3102
+ return pulumi.get(self, "vm_size")
3103
+
3104
+
3105
+ @pulumi.output_type
3106
+ class VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse(dict):
3107
+ """
3108
+ GPU properties - describes the GPU configuration.
3109
+ """
3110
+ @staticmethod
3111
+ def __key_warning(key: str):
3112
+ suggest = None
3113
+ if key == "assignmentType":
3114
+ suggest = "assignment_type"
3115
+ elif key == "gpuName":
3116
+ suggest = "gpu_name"
3117
+ elif key == "partitionSizeMB":
3118
+ suggest = "partition_size_mb"
3119
+
3120
+ if suggest:
3121
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse. Access the value via the '{suggest}' property getter instead.")
3122
+
3123
+ def __getitem__(self, key: str) -> Any:
3124
+ VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse.__key_warning(key)
3125
+ return super().__getitem__(key)
3126
+
3127
+ def get(self, key: str, default = None) -> Any:
3128
+ VirtualMachineInstancePropertiesHardwareProfileVirtualMachineGPUResponse.__key_warning(key)
3129
+ return super().get(key, default)
3130
+
3131
+ def __init__(__self__, *,
3132
+ assignment_type: str,
3133
+ gpu_name: Optional[str] = None,
3134
+ partition_size_mb: Optional[float] = None):
3135
+ """
3136
+ GPU properties - describes the GPU configuration.
3137
+ :param str assignment_type: GPU assignment type
3138
+ :param str gpu_name: Name of the GPU
3139
+ :param float partition_size_mb: Size of gpu partition in MB for GPU-P
3140
+ """
3141
+ pulumi.set(__self__, "assignment_type", assignment_type)
3142
+ if gpu_name is not None:
3143
+ pulumi.set(__self__, "gpu_name", gpu_name)
3144
+ if partition_size_mb is not None:
3145
+ pulumi.set(__self__, "partition_size_mb", partition_size_mb)
3146
+
3147
+ @property
3148
+ @pulumi.getter(name="assignmentType")
3149
+ def assignment_type(self) -> str:
3150
+ """
3151
+ GPU assignment type
3152
+ """
3153
+ return pulumi.get(self, "assignment_type")
3154
+
3155
+ @property
3156
+ @pulumi.getter(name="gpuName")
3157
+ def gpu_name(self) -> Optional[str]:
3158
+ """
3159
+ Name of the GPU
3160
+ """
3161
+ return pulumi.get(self, "gpu_name")
3162
+
3163
+ @property
3164
+ @pulumi.getter(name="partitionSizeMB")
3165
+ def partition_size_mb(self) -> Optional[float]:
3166
+ """
3167
+ Size of gpu partition in MB for GPU-P
3168
+ """
3169
+ return pulumi.get(self, "partition_size_mb")
3170
+
3171
+
3172
+ @pulumi.output_type
3173
+ class VirtualMachineInstancePropertiesNetworkProfileResponse(dict):
3174
+ """
3175
+ NetworkProfile - describes the network configuration the virtual machine instance
3176
+ """
3177
+ @staticmethod
3178
+ def __key_warning(key: str):
3179
+ suggest = None
3180
+ if key == "networkInterfaces":
3181
+ suggest = "network_interfaces"
3182
+
3183
+ if suggest:
3184
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesNetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
3185
+
3186
+ def __getitem__(self, key: str) -> Any:
3187
+ VirtualMachineInstancePropertiesNetworkProfileResponse.__key_warning(key)
3188
+ return super().__getitem__(key)
3189
+
3190
+ def get(self, key: str, default = None) -> Any:
3191
+ VirtualMachineInstancePropertiesNetworkProfileResponse.__key_warning(key)
3192
+ return super().get(key, default)
3193
+
3194
+ def __init__(__self__, *,
3195
+ network_interfaces: Optional[Sequence['outputs.NetworkInterfaceArmReferenceResponse']] = None):
3196
+ """
3197
+ NetworkProfile - describes the network configuration the virtual machine instance
3198
+ :param Sequence['NetworkInterfaceArmReferenceResponse'] network_interfaces: NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
3199
+ """
3200
+ if network_interfaces is not None:
3201
+ pulumi.set(__self__, "network_interfaces", network_interfaces)
3202
+
3203
+ @property
3204
+ @pulumi.getter(name="networkInterfaces")
3205
+ def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceArmReferenceResponse']]:
3206
+ """
3207
+ NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
3208
+ """
3209
+ return pulumi.get(self, "network_interfaces")
3210
+
3211
+
3212
+ @pulumi.output_type
3213
+ class VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse(dict):
3214
+ """
3215
+ LinuxConfiguration - linux specific configuration values for the virtual machine instance
3216
+ """
3217
+ @staticmethod
3218
+ def __key_warning(key: str):
3219
+ suggest = None
3220
+ if key == "disablePasswordAuthentication":
3221
+ suggest = "disable_password_authentication"
3222
+ elif key == "provisionVMAgent":
3223
+ suggest = "provision_vm_agent"
3224
+ elif key == "provisionVMConfigAgent":
3225
+ suggest = "provision_vm_config_agent"
3226
+
3227
+ if suggest:
3228
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3229
+
3230
+ def __getitem__(self, key: str) -> Any:
3231
+ VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse.__key_warning(key)
3232
+ return super().__getitem__(key)
3233
+
3234
+ def get(self, key: str, default = None) -> Any:
3235
+ VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse.__key_warning(key)
3236
+ return super().get(key, default)
3237
+
3238
+ def __init__(__self__, *,
3239
+ disable_password_authentication: Optional[bool] = None,
3240
+ provision_vm_agent: Optional[bool] = None,
3241
+ provision_vm_config_agent: Optional[bool] = None,
3242
+ ssh: Optional['outputs.SshConfigurationResponse'] = None):
3243
+ """
3244
+ LinuxConfiguration - linux specific configuration values for the virtual machine instance
3245
+ :param bool disable_password_authentication: DisablePasswordAuthentication - whether password authentication should be disabled
3246
+ :param bool provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
3247
+ :param bool provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
3248
+ :param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for a Linux OS.
3249
+ """
3250
+ if disable_password_authentication is not None:
3251
+ pulumi.set(__self__, "disable_password_authentication", disable_password_authentication)
3252
+ if provision_vm_agent is None:
3253
+ provision_vm_agent = True
3254
+ if provision_vm_agent is not None:
3255
+ pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
3256
+ if provision_vm_config_agent is None:
3257
+ provision_vm_config_agent = True
3258
+ if provision_vm_config_agent is not None:
3259
+ pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
3260
+ if ssh is not None:
3261
+ pulumi.set(__self__, "ssh", ssh)
3262
+
3263
+ @property
3264
+ @pulumi.getter(name="disablePasswordAuthentication")
3265
+ def disable_password_authentication(self) -> Optional[bool]:
3266
+ """
3267
+ DisablePasswordAuthentication - whether password authentication should be disabled
3268
+ """
3269
+ return pulumi.get(self, "disable_password_authentication")
3270
+
3271
+ @property
3272
+ @pulumi.getter(name="provisionVMAgent")
3273
+ def provision_vm_agent(self) -> Optional[bool]:
3274
+ """
3275
+ Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
3276
+ """
3277
+ return pulumi.get(self, "provision_vm_agent")
3278
+
3279
+ @property
3280
+ @pulumi.getter(name="provisionVMConfigAgent")
3281
+ def provision_vm_config_agent(self) -> Optional[bool]:
3282
+ """
3283
+ Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
3284
+ """
3285
+ return pulumi.get(self, "provision_vm_config_agent")
3286
+
3287
+ @property
3288
+ @pulumi.getter
3289
+ def ssh(self) -> Optional['outputs.SshConfigurationResponse']:
3290
+ """
3291
+ Specifies the ssh key configuration for a Linux OS.
3292
+ """
3293
+ return pulumi.get(self, "ssh")
3294
+
3295
+
3296
+ @pulumi.output_type
3297
+ class VirtualMachineInstancePropertiesOsProfileResponse(dict):
3298
+ """
3299
+ OsProfile - describes the configuration of the operating system and sets login data
3300
+ """
3301
+ @staticmethod
3302
+ def __key_warning(key: str):
3303
+ suggest = None
3304
+ if key == "adminUsername":
3305
+ suggest = "admin_username"
3306
+ elif key == "computerName":
3307
+ suggest = "computer_name"
3308
+ elif key == "linuxConfiguration":
3309
+ suggest = "linux_configuration"
3310
+ elif key == "windowsConfiguration":
3311
+ suggest = "windows_configuration"
3312
+
3313
+ if suggest:
3314
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesOsProfileResponse. Access the value via the '{suggest}' property getter instead.")
3315
+
3316
+ def __getitem__(self, key: str) -> Any:
3317
+ VirtualMachineInstancePropertiesOsProfileResponse.__key_warning(key)
3318
+ return super().__getitem__(key)
3319
+
3320
+ def get(self, key: str, default = None) -> Any:
3321
+ VirtualMachineInstancePropertiesOsProfileResponse.__key_warning(key)
3322
+ return super().get(key, default)
3323
+
3324
+ def __init__(__self__, *,
3325
+ admin_username: Optional[str] = None,
3326
+ computer_name: Optional[str] = None,
3327
+ linux_configuration: Optional['outputs.VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse'] = None,
3328
+ windows_configuration: Optional['outputs.VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse'] = None):
3329
+ """
3330
+ OsProfile - describes the configuration of the operating system and sets login data
3331
+ :param str admin_username: AdminUsername - admin username
3332
+ :param str computer_name: ComputerName - name of the compute
3333
+ :param 'VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse' linux_configuration: LinuxConfiguration - linux specific configuration values for the virtual machine instance
3334
+ :param 'VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse' windows_configuration: Windows Configuration for the virtual machine instance
3335
+ """
3336
+ if admin_username is not None:
3337
+ pulumi.set(__self__, "admin_username", admin_username)
3338
+ if computer_name is not None:
3339
+ pulumi.set(__self__, "computer_name", computer_name)
3340
+ if linux_configuration is not None:
3341
+ pulumi.set(__self__, "linux_configuration", linux_configuration)
3342
+ if windows_configuration is not None:
3343
+ pulumi.set(__self__, "windows_configuration", windows_configuration)
3344
+
3345
+ @property
3346
+ @pulumi.getter(name="adminUsername")
3347
+ def admin_username(self) -> Optional[str]:
3348
+ """
3349
+ AdminUsername - admin username
3350
+ """
3351
+ return pulumi.get(self, "admin_username")
3352
+
3353
+ @property
3354
+ @pulumi.getter(name="computerName")
3355
+ def computer_name(self) -> Optional[str]:
3356
+ """
3357
+ ComputerName - name of the compute
3358
+ """
3359
+ return pulumi.get(self, "computer_name")
3360
+
3361
+ @property
3362
+ @pulumi.getter(name="linuxConfiguration")
3363
+ def linux_configuration(self) -> Optional['outputs.VirtualMachineInstancePropertiesOsProfileLinuxConfigurationResponse']:
3364
+ """
3365
+ LinuxConfiguration - linux specific configuration values for the virtual machine instance
3366
+ """
3367
+ return pulumi.get(self, "linux_configuration")
3368
+
3369
+ @property
3370
+ @pulumi.getter(name="windowsConfiguration")
3371
+ def windows_configuration(self) -> Optional['outputs.VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse']:
3372
+ """
3373
+ Windows Configuration for the virtual machine instance
3374
+ """
3375
+ return pulumi.get(self, "windows_configuration")
3376
+
3377
+
3378
+ @pulumi.output_type
3379
+ class VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse(dict):
3380
+ """
3381
+ Windows Configuration for the virtual machine instance
3382
+ """
3383
+ @staticmethod
3384
+ def __key_warning(key: str):
3385
+ suggest = None
3386
+ if key == "enableAutomaticUpdates":
3387
+ suggest = "enable_automatic_updates"
3388
+ elif key == "provisionVMAgent":
3389
+ suggest = "provision_vm_agent"
3390
+ elif key == "provisionVMConfigAgent":
3391
+ suggest = "provision_vm_config_agent"
3392
+ elif key == "timeZone":
3393
+ suggest = "time_zone"
3394
+
3395
+ if suggest:
3396
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3397
+
3398
+ def __getitem__(self, key: str) -> Any:
3399
+ VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse.__key_warning(key)
3400
+ return super().__getitem__(key)
3401
+
3402
+ def get(self, key: str, default = None) -> Any:
3403
+ VirtualMachineInstancePropertiesOsProfileWindowsConfigurationResponse.__key_warning(key)
3404
+ return super().get(key, default)
3405
+
3406
+ def __init__(__self__, *,
3407
+ enable_automatic_updates: Optional[bool] = None,
3408
+ provision_vm_agent: Optional[bool] = None,
3409
+ provision_vm_config_agent: Optional[bool] = None,
3410
+ ssh: Optional['outputs.SshConfigurationResponse'] = None,
3411
+ time_zone: Optional[str] = None):
3412
+ """
3413
+ Windows Configuration for the virtual machine instance
3414
+ :param bool enable_automatic_updates: Whether to EnableAutomaticUpdates on the machine
3415
+ :param bool provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
3416
+ :param bool provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
3417
+ :param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for Windows OS.
3418
+ :param str time_zone: TimeZone for the virtual machine instance
3419
+ """
3420
+ if enable_automatic_updates is not None:
3421
+ pulumi.set(__self__, "enable_automatic_updates", enable_automatic_updates)
3422
+ if provision_vm_agent is None:
3423
+ provision_vm_agent = True
3424
+ if provision_vm_agent is not None:
3425
+ pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
3426
+ if provision_vm_config_agent is None:
3427
+ provision_vm_config_agent = True
3428
+ if provision_vm_config_agent is not None:
3429
+ pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
3430
+ if ssh is not None:
3431
+ pulumi.set(__self__, "ssh", ssh)
3432
+ if time_zone is not None:
3433
+ pulumi.set(__self__, "time_zone", time_zone)
3434
+
3435
+ @property
3436
+ @pulumi.getter(name="enableAutomaticUpdates")
3437
+ def enable_automatic_updates(self) -> Optional[bool]:
3438
+ """
3439
+ Whether to EnableAutomaticUpdates on the machine
3440
+ """
3441
+ return pulumi.get(self, "enable_automatic_updates")
3442
+
3443
+ @property
3444
+ @pulumi.getter(name="provisionVMAgent")
3445
+ def provision_vm_agent(self) -> Optional[bool]:
3446
+ """
3447
+ Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
3448
+ """
3449
+ return pulumi.get(self, "provision_vm_agent")
3450
+
3451
+ @property
3452
+ @pulumi.getter(name="provisionVMConfigAgent")
3453
+ def provision_vm_config_agent(self) -> Optional[bool]:
3454
+ """
3455
+ Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
3456
+ """
3457
+ return pulumi.get(self, "provision_vm_config_agent")
3458
+
3459
+ @property
3460
+ @pulumi.getter
3461
+ def ssh(self) -> Optional['outputs.SshConfigurationResponse']:
3462
+ """
3463
+ Specifies the ssh key configuration for Windows OS.
3464
+ """
3465
+ return pulumi.get(self, "ssh")
3466
+
3467
+ @property
3468
+ @pulumi.getter(name="timeZone")
3469
+ def time_zone(self) -> Optional[str]:
3470
+ """
3471
+ TimeZone for the virtual machine instance
3472
+ """
3473
+ return pulumi.get(self, "time_zone")
3474
+
3475
+
3476
+ @pulumi.output_type
3477
+ class VirtualMachineInstancePropertiesSecurityProfileResponse(dict):
3478
+ """
3479
+ SecurityProfile - Specifies the security settings for the virtual machine instance.
3480
+ """
3481
+ @staticmethod
3482
+ def __key_warning(key: str):
3483
+ suggest = None
3484
+ if key == "enableTPM":
3485
+ suggest = "enable_tpm"
3486
+ elif key == "securityType":
3487
+ suggest = "security_type"
3488
+ elif key == "uefiSettings":
3489
+ suggest = "uefi_settings"
3490
+
3491
+ if suggest:
3492
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesSecurityProfileResponse. Access the value via the '{suggest}' property getter instead.")
3493
+
3494
+ def __getitem__(self, key: str) -> Any:
3495
+ VirtualMachineInstancePropertiesSecurityProfileResponse.__key_warning(key)
3496
+ return super().__getitem__(key)
3497
+
3498
+ def get(self, key: str, default = None) -> Any:
3499
+ VirtualMachineInstancePropertiesSecurityProfileResponse.__key_warning(key)
3500
+ return super().get(key, default)
3501
+
3502
+ def __init__(__self__, *,
3503
+ enable_tpm: Optional[bool] = None,
3504
+ security_type: Optional[str] = None,
3505
+ uefi_settings: Optional['outputs.VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse'] = None):
3506
+ """
3507
+ SecurityProfile - Specifies the security settings for the virtual machine instance.
3508
+ :param bool enable_tpm: Enable TPM flag
3509
+ :param str security_type: Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
3510
+ :param 'VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse' uefi_settings: Uefi settings of the virtual machine instance
3511
+ """
3512
+ if enable_tpm is None:
3513
+ enable_tpm = False
3514
+ if enable_tpm is not None:
3515
+ pulumi.set(__self__, "enable_tpm", enable_tpm)
3516
+ if security_type is not None:
3517
+ pulumi.set(__self__, "security_type", security_type)
3518
+ if uefi_settings is not None:
3519
+ pulumi.set(__self__, "uefi_settings", uefi_settings)
3520
+
3521
+ @property
3522
+ @pulumi.getter(name="enableTPM")
3523
+ def enable_tpm(self) -> Optional[bool]:
3524
+ """
3525
+ Enable TPM flag
3526
+ """
3527
+ return pulumi.get(self, "enable_tpm")
3528
+
3529
+ @property
3530
+ @pulumi.getter(name="securityType")
3531
+ def security_type(self) -> Optional[str]:
3532
+ """
3533
+ Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
3534
+ """
3535
+ return pulumi.get(self, "security_type")
3536
+
3537
+ @property
3538
+ @pulumi.getter(name="uefiSettings")
3539
+ def uefi_settings(self) -> Optional['outputs.VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse']:
3540
+ """
3541
+ Uefi settings of the virtual machine instance
3542
+ """
3543
+ return pulumi.get(self, "uefi_settings")
3544
+
3545
+
3546
+ @pulumi.output_type
3547
+ class VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse(dict):
3548
+ """
3549
+ Uefi settings - Specifies whether secure boot should be enabled on the virtual machine instance.
3550
+ """
3551
+ @staticmethod
3552
+ def __key_warning(key: str):
3553
+ suggest = None
3554
+ if key == "secureBootEnabled":
3555
+ suggest = "secure_boot_enabled"
3556
+
3557
+ if suggest:
3558
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse. Access the value via the '{suggest}' property getter instead.")
3559
+
3560
+ def __getitem__(self, key: str) -> Any:
3561
+ VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse.__key_warning(key)
3562
+ return super().__getitem__(key)
3563
+
3564
+ def get(self, key: str, default = None) -> Any:
3565
+ VirtualMachineInstancePropertiesSecurityProfileUefiSettingsResponse.__key_warning(key)
3566
+ return super().get(key, default)
3567
+
3568
+ def __init__(__self__, *,
3569
+ secure_boot_enabled: Optional[bool] = None):
3570
+ """
3571
+ Uefi settings - Specifies whether secure boot should be enabled on the virtual machine instance.
3572
+ :param bool secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine instance.
3573
+ """
3574
+ if secure_boot_enabled is None:
3575
+ secure_boot_enabled = False
3576
+ if secure_boot_enabled is not None:
3577
+ pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
3578
+
3579
+ @property
3580
+ @pulumi.getter(name="secureBootEnabled")
3581
+ def secure_boot_enabled(self) -> Optional[bool]:
3582
+ """
3583
+ Specifies whether secure boot should be enabled on the virtual machine instance.
3584
+ """
3585
+ return pulumi.get(self, "secure_boot_enabled")
3586
+
3587
+
3588
+ @pulumi.output_type
3589
+ class VirtualMachineInstancePropertiesStorageProfileOsDiskResponse(dict):
3590
+ """
3591
+ VHD to attach as OS disk
3592
+ """
3593
+ @staticmethod
3594
+ def __key_warning(key: str):
3595
+ suggest = None
3596
+ if key == "managedDisk":
3597
+ suggest = "managed_disk"
3598
+ elif key == "osType":
3599
+ suggest = "os_type"
3600
+
3601
+ if suggest:
3602
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesStorageProfileOsDiskResponse. Access the value via the '{suggest}' property getter instead.")
3603
+
3604
+ def __getitem__(self, key: str) -> Any:
3605
+ VirtualMachineInstancePropertiesStorageProfileOsDiskResponse.__key_warning(key)
3606
+ return super().__getitem__(key)
3607
+
3608
+ def get(self, key: str, default = None) -> Any:
3609
+ VirtualMachineInstancePropertiesStorageProfileOsDiskResponse.__key_warning(key)
3610
+ return super().get(key, default)
3611
+
3612
+ def __init__(__self__, *,
3613
+ id: Optional[str] = None,
3614
+ managed_disk: Optional['outputs.VirtualMachineInstanceManagedDiskParametersResponse'] = None,
3615
+ os_type: Optional[str] = None):
3616
+ """
3617
+ VHD to attach as OS disk
3618
+ :param str id: The ARM ID for a Virtual Hard Disk.
3619
+ :param 'VirtualMachineInstanceManagedDiskParametersResponse' managed_disk: The managed disk parameters.
3620
+ :param str os_type: This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
3621
+ """
3622
+ if id is not None:
3623
+ pulumi.set(__self__, "id", id)
3624
+ if managed_disk is not None:
3625
+ pulumi.set(__self__, "managed_disk", managed_disk)
3626
+ if os_type is not None:
3627
+ pulumi.set(__self__, "os_type", os_type)
3628
+
3629
+ @property
3630
+ @pulumi.getter
3631
+ def id(self) -> Optional[str]:
3632
+ """
3633
+ The ARM ID for a Virtual Hard Disk.
3634
+ """
3635
+ return pulumi.get(self, "id")
3636
+
3637
+ @property
3638
+ @pulumi.getter(name="managedDisk")
3639
+ def managed_disk(self) -> Optional['outputs.VirtualMachineInstanceManagedDiskParametersResponse']:
3640
+ """
3641
+ The managed disk parameters.
3642
+ """
3643
+ return pulumi.get(self, "managed_disk")
3644
+
3645
+ @property
3646
+ @pulumi.getter(name="osType")
3647
+ def os_type(self) -> Optional[str]:
3648
+ """
3649
+ This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. Possible values are: Windows, Linux.
3650
+ """
3651
+ return pulumi.get(self, "os_type")
3652
+
3653
+
3654
+ @pulumi.output_type
3655
+ class VirtualMachineInstancePropertiesStorageProfileResponse(dict):
3656
+ """
3657
+ StorageProfile - contains information about the disks and storage information for the virtual machine instance
3658
+ """
3659
+ @staticmethod
3660
+ def __key_warning(key: str):
3661
+ suggest = None
3662
+ if key == "dataDisks":
3663
+ suggest = "data_disks"
3664
+ elif key == "imageReference":
3665
+ suggest = "image_reference"
3666
+ elif key == "osDisk":
3667
+ suggest = "os_disk"
3668
+ elif key == "vmConfigStoragePathId":
3669
+ suggest = "vm_config_storage_path_id"
3670
+
3671
+ if suggest:
3672
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesStorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
3673
+
3674
+ def __getitem__(self, key: str) -> Any:
3675
+ VirtualMachineInstancePropertiesStorageProfileResponse.__key_warning(key)
3676
+ return super().__getitem__(key)
3677
+
3678
+ def get(self, key: str, default = None) -> Any:
3679
+ VirtualMachineInstancePropertiesStorageProfileResponse.__key_warning(key)
3680
+ return super().get(key, default)
3681
+
3682
+ def __init__(__self__, *,
3683
+ data_disks: Optional[Sequence['outputs.VirtualHardDiskArmReferenceResponse']] = None,
3684
+ image_reference: Optional['outputs.ImageArmReferenceResponse'] = None,
3685
+ os_disk: Optional['outputs.VirtualMachineInstancePropertiesStorageProfileOsDiskResponse'] = None,
3686
+ vm_config_storage_path_id: Optional[str] = None):
3687
+ """
3688
+ StorageProfile - contains information about the disks and storage information for the virtual machine instance
3689
+ :param Sequence['VirtualHardDiskArmReferenceResponse'] data_disks: adds data disks to the virtual machine instance
3690
+ :param 'ImageArmReferenceResponse' image_reference: Which Image to use for the virtual machine instance
3691
+ :param 'VirtualMachineInstancePropertiesStorageProfileOsDiskResponse' os_disk: VHD to attach as OS disk
3692
+ :param str vm_config_storage_path_id: Id of the storage container that hosts the VM configuration file
3693
+ """
3694
+ if data_disks is not None:
3695
+ pulumi.set(__self__, "data_disks", data_disks)
3696
+ if image_reference is not None:
3697
+ pulumi.set(__self__, "image_reference", image_reference)
3698
+ if os_disk is not None:
3699
+ pulumi.set(__self__, "os_disk", os_disk)
3700
+ if vm_config_storage_path_id is not None:
3701
+ pulumi.set(__self__, "vm_config_storage_path_id", vm_config_storage_path_id)
3702
+
3703
+ @property
3704
+ @pulumi.getter(name="dataDisks")
3705
+ def data_disks(self) -> Optional[Sequence['outputs.VirtualHardDiskArmReferenceResponse']]:
3706
+ """
3707
+ adds data disks to the virtual machine instance
3708
+ """
3709
+ return pulumi.get(self, "data_disks")
3710
+
3711
+ @property
3712
+ @pulumi.getter(name="imageReference")
3713
+ def image_reference(self) -> Optional['outputs.ImageArmReferenceResponse']:
3714
+ """
3715
+ Which Image to use for the virtual machine instance
3716
+ """
3717
+ return pulumi.get(self, "image_reference")
3718
+
3719
+ @property
3720
+ @pulumi.getter(name="osDisk")
3721
+ def os_disk(self) -> Optional['outputs.VirtualMachineInstancePropertiesStorageProfileOsDiskResponse']:
3722
+ """
3723
+ VHD to attach as OS disk
3724
+ """
3725
+ return pulumi.get(self, "os_disk")
3726
+
3727
+ @property
3728
+ @pulumi.getter(name="vmConfigStoragePathId")
3729
+ def vm_config_storage_path_id(self) -> Optional[str]:
3730
+ """
3731
+ Id of the storage container that hosts the VM configuration file
3732
+ """
3733
+ return pulumi.get(self, "vm_config_storage_path_id")
3734
+
3735
+
3736
+ @pulumi.output_type
3737
+ class VirtualMachineInstanceStatusProvisioningStatusResponse(dict):
3738
+ """
3739
+ Virtual machine instance provisioning status.
3740
+ """
3741
+ @staticmethod
3742
+ def __key_warning(key: str):
3743
+ suggest = None
3744
+ if key == "operationId":
3745
+ suggest = "operation_id"
3746
+
3747
+ if suggest:
3748
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceStatusProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
3749
+
3750
+ def __getitem__(self, key: str) -> Any:
3751
+ VirtualMachineInstanceStatusProvisioningStatusResponse.__key_warning(key)
3752
+ return super().__getitem__(key)
3753
+
3754
+ def get(self, key: str, default = None) -> Any:
3755
+ VirtualMachineInstanceStatusProvisioningStatusResponse.__key_warning(key)
3756
+ return super().get(key, default)
3757
+
3758
+ def __init__(__self__, *,
3759
+ status: str,
3760
+ operation_id: Optional[str] = None):
3761
+ """
3762
+ Virtual machine instance provisioning status.
3763
+ :param str status: The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress]
3764
+ :param str operation_id: The ID of the operation performed on the virtual machine instance
3765
+ """
3766
+ pulumi.set(__self__, "status", status)
3767
+ if operation_id is not None:
3768
+ pulumi.set(__self__, "operation_id", operation_id)
3769
+
3770
+ @property
3771
+ @pulumi.getter
3772
+ def status(self) -> str:
3773
+ """
3774
+ The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress]
3775
+ """
3776
+ return pulumi.get(self, "status")
3777
+
3778
+ @property
3779
+ @pulumi.getter(name="operationId")
3780
+ def operation_id(self) -> Optional[str]:
3781
+ """
3782
+ The ID of the operation performed on the virtual machine instance
3783
+ """
3784
+ return pulumi.get(self, "operation_id")
3785
+
3786
+
3787
+ @pulumi.output_type
3788
+ class VirtualMachineInstanceStatusResponse(dict):
3789
+ """
3790
+ The observed state of virtual machine instances
3791
+ """
3792
+ @staticmethod
3793
+ def __key_warning(key: str):
3794
+ suggest = None
3795
+ if key == "errorCode":
3796
+ suggest = "error_code"
3797
+ elif key == "errorMessage":
3798
+ suggest = "error_message"
3799
+ elif key == "powerState":
3800
+ suggest = "power_state"
3801
+ elif key == "provisioningStatus":
3802
+ suggest = "provisioning_status"
3803
+
3804
+ if suggest:
3805
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceStatusResponse. Access the value via the '{suggest}' property getter instead.")
3806
+
3807
+ def __getitem__(self, key: str) -> Any:
3808
+ VirtualMachineInstanceStatusResponse.__key_warning(key)
3809
+ return super().__getitem__(key)
3810
+
3811
+ def get(self, key: str, default = None) -> Any:
3812
+ VirtualMachineInstanceStatusResponse.__key_warning(key)
3813
+ return super().get(key, default)
3814
+
3815
+ def __init__(__self__, *,
3816
+ error_code: Optional[str] = None,
3817
+ error_message: Optional[str] = None,
3818
+ power_state: Optional[str] = None,
3819
+ provisioning_status: Optional['outputs.VirtualMachineInstanceStatusProvisioningStatusResponse'] = None):
3820
+ """
3821
+ The observed state of virtual machine instances
3822
+ :param str error_code: VirtualMachine provisioning error code
3823
+ :param str error_message: Descriptive error message
3824
+ :param str power_state: The power state of the virtual machine instance
3825
+ :param 'VirtualMachineInstanceStatusProvisioningStatusResponse' provisioning_status: Provisioning status of the virtual machine instance
3826
+ """
3827
+ if error_code is not None:
3828
+ pulumi.set(__self__, "error_code", error_code)
3829
+ if error_message is not None:
3830
+ pulumi.set(__self__, "error_message", error_message)
3831
+ if power_state is not None:
3832
+ pulumi.set(__self__, "power_state", power_state)
3833
+ if provisioning_status is not None:
3834
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
3835
+
3836
+ @property
3837
+ @pulumi.getter(name="errorCode")
3838
+ def error_code(self) -> Optional[str]:
3839
+ """
3840
+ VirtualMachine provisioning error code
3841
+ """
3842
+ return pulumi.get(self, "error_code")
3843
+
3844
+ @property
3845
+ @pulumi.getter(name="errorMessage")
3846
+ def error_message(self) -> Optional[str]:
3847
+ """
3848
+ Descriptive error message
3849
+ """
3850
+ return pulumi.get(self, "error_message")
3851
+
3852
+ @property
3853
+ @pulumi.getter(name="powerState")
3854
+ def power_state(self) -> Optional[str]:
3855
+ """
3856
+ The power state of the virtual machine instance
3857
+ """
3858
+ return pulumi.get(self, "power_state")
3859
+
3860
+ @property
3861
+ @pulumi.getter(name="provisioningStatus")
3862
+ def provisioning_status(self) -> Optional['outputs.VirtualMachineInstanceStatusProvisioningStatusResponse']:
3863
+ """
3864
+ Provisioning status of the virtual machine instance
3865
+ """
3866
+ return pulumi.get(self, "provisioning_status")
3867
+
3868
+
3869
+ @pulumi.output_type
3870
+ class VirtualMachineInstanceViewResponse(dict):
3871
+ """
3872
+ The instance view of a virtual machine.
3873
+ """
3874
+ @staticmethod
3875
+ def __key_warning(key: str):
3876
+ suggest = None
3877
+ if key == "vmAgent":
3878
+ suggest = "vm_agent"
3879
+
3880
+ if suggest:
3881
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
3882
+
3883
+ def __getitem__(self, key: str) -> Any:
3884
+ VirtualMachineInstanceViewResponse.__key_warning(key)
3885
+ return super().__getitem__(key)
3886
+
3887
+ def get(self, key: str, default = None) -> Any:
3888
+ VirtualMachineInstanceViewResponse.__key_warning(key)
3889
+ return super().get(key, default)
3890
+
3891
+ def __init__(__self__, *,
3892
+ vm_agent: Optional['outputs.VirtualMachineConfigAgentInstanceViewResponse'] = None):
3893
+ """
3894
+ The instance view of a virtual machine.
3895
+ :param 'VirtualMachineConfigAgentInstanceViewResponse' vm_agent: The VM Config Agent running on the virtual machine.
3896
+ """
3897
+ if vm_agent is not None:
3898
+ pulumi.set(__self__, "vm_agent", vm_agent)
3899
+
3900
+ @property
3901
+ @pulumi.getter(name="vmAgent")
3902
+ def vm_agent(self) -> Optional['outputs.VirtualMachineConfigAgentInstanceViewResponse']:
3903
+ """
3904
+ The VM Config Agent running on the virtual machine.
3905
+ """
3906
+ return pulumi.get(self, "vm_agent")
3907
+
3908
+
3909
+ @pulumi.output_type
3910
+ class VmImageRepositoryCredentialsResponse(dict):
3911
+ """
3912
+ The credentials used to login to the image repository that has access to the specified image
3913
+ """
3914
+ def __init__(__self__, *,
3915
+ password: str,
3916
+ username: str):
3917
+ """
3918
+ The credentials used to login to the image repository that has access to the specified image
3919
+ :param str password: Password for accessing image repository
3920
+ :param str username: Username for accessing image repository
3921
+ """
3922
+ pulumi.set(__self__, "password", password)
3923
+ pulumi.set(__self__, "username", username)
3924
+
3925
+ @property
3926
+ @pulumi.getter
3927
+ def password(self) -> str:
3928
+ """
3929
+ Password for accessing image repository
3930
+ """
3931
+ return pulumi.get(self, "password")
3932
+
3933
+ @property
3934
+ @pulumi.getter
3935
+ def username(self) -> str:
3936
+ """
3937
+ Username for accessing image repository
3938
+ """
3939
+ return pulumi.get(self, "username")
3940
+
3941
+