pulumi-azure-native 2.11.1a1697208201__py3-none-any.whl → 2.12.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (342) hide show
  1. pulumi_azure_native/__init__.py +112 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +5 -0
  3. pulumi_azure_native/azurestackhci/_inputs.py +284 -0
  4. pulumi_azure_native/azurestackhci/gallery_image.py +1 -1
  5. pulumi_azure_native/azurestackhci/get_logical_network.py +224 -0
  6. pulumi_azure_native/azurestackhci/logical_network.py +362 -0
  7. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +1 -1
  8. pulumi_azure_native/azurestackhci/network_interface.py +1 -1
  9. pulumi_azure_native/azurestackhci/outputs.py +446 -0
  10. pulumi_azure_native/azurestackhci/storage_container.py +1 -1
  11. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  12. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  13. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  14. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  15. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  16. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  17. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  18. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  19. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  20. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  21. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +2 -0
  23. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20230901preview/__init__.py +26 -0
  29. pulumi_azure_native/azurestackhci/v20230901preview/_enums.py +124 -0
  30. pulumi_azure_native/azurestackhci/v20230901preview/_inputs.py +1474 -0
  31. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +477 -0
  32. pulumi_azure_native/azurestackhci/v20230901preview/get_gallery_image.py +274 -0
  33. pulumi_azure_native/azurestackhci/v20230901preview/get_guest_agent.py +165 -0
  34. pulumi_azure_native/azurestackhci/v20230901preview/get_logical_network.py +222 -0
  35. pulumi_azure_native/azurestackhci/v20230901preview/get_marketplace_gallery_image.py +261 -0
  36. pulumi_azure_native/azurestackhci/v20230901preview/get_network_interface.py +222 -0
  37. pulumi_azure_native/azurestackhci/v20230901preview/get_storage_container.py +196 -0
  38. pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_hard_disk.py +278 -0
  39. pulumi_azure_native/azurestackhci/v20230901preview/get_virtual_machine_instance.py +295 -0
  40. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +224 -0
  41. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +360 -0
  42. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +448 -0
  43. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +360 -0
  44. pulumi_azure_native/azurestackhci/v20230901preview/outputs.py +3323 -0
  45. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +303 -0
  46. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +481 -0
  47. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +457 -0
  48. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +1 -1
  49. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +1 -1
  50. pulumi_azure_native/cognitiveservices/__init__.py +11 -0
  51. pulumi_azure_native/cognitiveservices/_enums.py +38 -0
  52. pulumi_azure_native/cognitiveservices/_inputs.py +344 -0
  53. pulumi_azure_native/cognitiveservices/account.py +1 -1
  54. pulumi_azure_native/cognitiveservices/commitment_plan.py +1 -1
  55. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +1 -1
  56. pulumi_azure_native/cognitiveservices/deployment.py +1 -1
  57. pulumi_azure_native/cognitiveservices/encryption_scope.py +257 -0
  58. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +164 -0
  59. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +164 -0
  60. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +169 -0
  61. pulumi_azure_native/cognitiveservices/get_rai_policy.py +164 -0
  62. pulumi_azure_native/cognitiveservices/outputs.py +411 -0
  63. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/cognitiveservices/rai_blocklist.py +256 -0
  65. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +277 -0
  66. pulumi_azure_native/cognitiveservices/rai_policy.py +257 -0
  67. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20231001preview/__init__.py +31 -0
  76. pulumi_azure_native/cognitiveservices/v20231001preview/_enums.py +155 -0
  77. pulumi_azure_native/cognitiveservices/v20231001preview/_inputs.py +1814 -0
  78. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +350 -0
  79. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +342 -0
  80. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +253 -0
  81. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +284 -0
  82. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +255 -0
  83. pulumi_azure_native/cognitiveservices/v20231001preview/get_account.py +209 -0
  84. pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan.py +201 -0
  85. pulumi_azure_native/cognitiveservices/v20231001preview/get_commitment_plan_association.py +162 -0
  86. pulumi_azure_native/cognitiveservices/v20231001preview/get_deployment.py +175 -0
  87. pulumi_azure_native/cognitiveservices/v20231001preview/get_encryption_scope.py +162 -0
  88. pulumi_azure_native/cognitiveservices/v20231001preview/get_private_endpoint_connection.py +162 -0
  89. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist.py +162 -0
  90. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_blocklist_item.py +167 -0
  91. pulumi_azure_native/cognitiveservices/v20231001preview/get_rai_policy.py +162 -0
  92. pulumi_azure_native/cognitiveservices/v20231001preview/get_shared_commitment_plan.py +196 -0
  93. pulumi_azure_native/cognitiveservices/v20231001preview/list_account_keys.py +91 -0
  94. pulumi_azure_native/cognitiveservices/v20231001preview/outputs.py +3141 -0
  95. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +255 -0
  96. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +254 -0
  97. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +275 -0
  98. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +255 -0
  99. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +321 -0
  100. pulumi_azure_native/devcenter/__init__.py +3 -0
  101. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +1 -1
  102. pulumi_azure_native/devcenter/catalog.py +1 -1
  103. pulumi_azure_native/devcenter/dev_box_definition.py +1 -1
  104. pulumi_azure_native/devcenter/dev_center.py +1 -1
  105. pulumi_azure_native/devcenter/environment_type.py +1 -1
  106. pulumi_azure_native/devcenter/gallery.py +1 -1
  107. pulumi_azure_native/devcenter/network_connection.py +1 -1
  108. pulumi_azure_native/devcenter/pool.py +1 -1
  109. pulumi_azure_native/devcenter/project.py +1 -1
  110. pulumi_azure_native/devcenter/project_environment_type.py +1 -1
  111. pulumi_azure_native/devcenter/schedule.py +1 -1
  112. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  113. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  114. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  115. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  116. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  117. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  118. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  119. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  120. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  121. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  122. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  123. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  124. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  125. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  126. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  127. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  128. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  129. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  130. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  131. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  132. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  133. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  134. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  135. pulumi_azure_native/devcenter/v20231001preview/__init__.py +36 -0
  136. pulumi_azure_native/devcenter/v20231001preview/_enums.py +145 -0
  137. pulumi_azure_native/devcenter/v20231001preview/_inputs.py +454 -0
  138. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +255 -0
  139. pulumi_azure_native/devcenter/v20231001preview/catalog.py +334 -0
  140. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +413 -0
  141. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +331 -0
  142. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +253 -0
  143. pulumi_azure_native/devcenter/v20231001preview/gallery.py +225 -0
  144. pulumi_azure_native/devcenter/v20231001preview/get_attached_network_by_dev_center.py +188 -0
  145. pulumi_azure_native/devcenter/v20231001preview/get_catalog.py +240 -0
  146. pulumi_azure_native/devcenter/v20231001preview/get_catalog_dev_box_definition_error_details.py +89 -0
  147. pulumi_azure_native/devcenter/v20231001preview/get_catalog_sync_error_details.py +110 -0
  148. pulumi_azure_native/devcenter/v20231001preview/get_customization_task_error_details.py +89 -0
  149. pulumi_azure_native/devcenter/v20231001preview/get_dev_box_definition.py +266 -0
  150. pulumi_azure_native/devcenter/v20231001preview/get_dev_center.py +209 -0
  151. pulumi_azure_native/devcenter/v20231001preview/get_environment_definition_error_details.py +89 -0
  152. pulumi_azure_native/devcenter/v20231001preview/get_environment_type.py +162 -0
  153. pulumi_azure_native/devcenter/v20231001preview/get_gallery.py +149 -0
  154. pulumi_azure_native/devcenter/v20231001preview/get_network_connection.py +261 -0
  155. pulumi_azure_native/devcenter/v20231001preview/get_pool.py +318 -0
  156. pulumi_azure_native/devcenter/v20231001preview/get_project.py +222 -0
  157. pulumi_azure_native/devcenter/v20231001preview/get_project_environment_type.py +253 -0
  158. pulumi_azure_native/devcenter/v20231001preview/get_schedule.py +198 -0
  159. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +448 -0
  160. pulumi_azure_native/devcenter/v20231001preview/outputs.py +1042 -0
  161. pulumi_azure_native/devcenter/v20231001preview/pool.py +550 -0
  162. pulumi_azure_native/devcenter/v20231001preview/project.py +358 -0
  163. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +439 -0
  164. pulumi_azure_native/devcenter/v20231001preview/schedule.py +376 -0
  165. pulumi_azure_native/keyvault/__init__.py +3 -0
  166. pulumi_azure_native/keyvault/key.py +1 -1
  167. pulumi_azure_native/keyvault/managed_hsm.py +1 -1
  168. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/keyvault/private_endpoint_connection.py +1 -1
  170. pulumi_azure_native/keyvault/secret.py +1 -1
  171. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  172. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  173. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  174. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  175. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  176. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  177. pulumi_azure_native/keyvault/v20230701/__init__.py +22 -0
  178. pulumi_azure_native/keyvault/v20230701/_enums.py +242 -0
  179. pulumi_azure_native/keyvault/v20230701/_inputs.py +1621 -0
  180. pulumi_azure_native/keyvault/v20230701/get_key.py +250 -0
  181. pulumi_azure_native/keyvault/v20230701/get_managed_hsm.py +183 -0
  182. pulumi_azure_native/keyvault/v20230701/get_mhsm_private_endpoint_connection.py +227 -0
  183. pulumi_azure_native/keyvault/v20230701/get_private_endpoint_connection.py +188 -0
  184. pulumi_azure_native/keyvault/v20230701/get_secret.py +149 -0
  185. pulumi_azure_native/keyvault/v20230701/get_vault.py +157 -0
  186. pulumi_azure_native/keyvault/v20230701/key.py +324 -0
  187. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +310 -0
  188. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +361 -0
  189. pulumi_azure_native/keyvault/v20230701/outputs.py +2256 -0
  190. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +256 -0
  191. pulumi_azure_native/keyvault/v20230701/secret.py +245 -0
  192. pulumi_azure_native/keyvault/v20230701/vault.py +254 -0
  193. pulumi_azure_native/keyvault/vault.py +1 -1
  194. pulumi_azure_native/managednetworkfabric/v20230615/get_network_fabric.py +1 -1
  195. pulumi_azure_native/managednetworkfabric/v20230615/network_fabric.py +21 -2
  196. pulumi_azure_native/mobilenetwork/__init__.py +3 -0
  197. pulumi_azure_native/mobilenetwork/attached_data_network.py +1 -1
  198. pulumi_azure_native/mobilenetwork/data_network.py +1 -1
  199. pulumi_azure_native/mobilenetwork/diagnostics_package.py +1 -1
  200. pulumi_azure_native/mobilenetwork/mobile_network.py +1 -1
  201. pulumi_azure_native/mobilenetwork/packet_capture.py +1 -1
  202. pulumi_azure_native/mobilenetwork/packet_core_control_plane.py +1 -1
  203. pulumi_azure_native/mobilenetwork/packet_core_data_plane.py +1 -1
  204. pulumi_azure_native/mobilenetwork/service.py +1 -1
  205. pulumi_azure_native/mobilenetwork/sim.py +1 -1
  206. pulumi_azure_native/mobilenetwork/sim_group.py +1 -1
  207. pulumi_azure_native/mobilenetwork/sim_policy.py +1 -1
  208. pulumi_azure_native/mobilenetwork/site.py +1 -1
  209. pulumi_azure_native/mobilenetwork/slice.py +1 -1
  210. pulumi_azure_native/mobilenetwork/v20220301preview/packet_core_control_plane.py +1 -1
  211. pulumi_azure_native/mobilenetwork/v20220401preview/attached_data_network.py +1 -1
  212. pulumi_azure_native/mobilenetwork/v20220401preview/data_network.py +1 -1
  213. pulumi_azure_native/mobilenetwork/v20220401preview/mobile_network.py +1 -1
  214. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_control_plane.py +1 -1
  215. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_data_plane.py +1 -1
  216. pulumi_azure_native/mobilenetwork/v20220401preview/service.py +1 -1
  217. pulumi_azure_native/mobilenetwork/v20220401preview/sim.py +1 -1
  218. pulumi_azure_native/mobilenetwork/v20220401preview/sim_group.py +1 -1
  219. pulumi_azure_native/mobilenetwork/v20220401preview/sim_policy.py +1 -1
  220. pulumi_azure_native/mobilenetwork/v20220401preview/site.py +1 -1
  221. pulumi_azure_native/mobilenetwork/v20220401preview/slice.py +1 -1
  222. pulumi_azure_native/mobilenetwork/v20221101/attached_data_network.py +1 -1
  223. pulumi_azure_native/mobilenetwork/v20221101/data_network.py +1 -1
  224. pulumi_azure_native/mobilenetwork/v20221101/mobile_network.py +1 -1
  225. pulumi_azure_native/mobilenetwork/v20221101/packet_core_control_plane.py +1 -1
  226. pulumi_azure_native/mobilenetwork/v20221101/packet_core_data_plane.py +1 -1
  227. pulumi_azure_native/mobilenetwork/v20221101/service.py +1 -1
  228. pulumi_azure_native/mobilenetwork/v20221101/sim.py +1 -1
  229. pulumi_azure_native/mobilenetwork/v20221101/sim_group.py +1 -1
  230. pulumi_azure_native/mobilenetwork/v20221101/sim_policy.py +1 -1
  231. pulumi_azure_native/mobilenetwork/v20221101/site.py +1 -1
  232. pulumi_azure_native/mobilenetwork/v20221101/slice.py +1 -1
  233. pulumi_azure_native/mobilenetwork/v20230601/attached_data_network.py +1 -1
  234. pulumi_azure_native/mobilenetwork/v20230601/data_network.py +1 -1
  235. pulumi_azure_native/mobilenetwork/v20230601/diagnostics_package.py +1 -1
  236. pulumi_azure_native/mobilenetwork/v20230601/mobile_network.py +1 -1
  237. pulumi_azure_native/mobilenetwork/v20230601/packet_capture.py +1 -1
  238. pulumi_azure_native/mobilenetwork/v20230601/packet_core_control_plane.py +1 -1
  239. pulumi_azure_native/mobilenetwork/v20230601/packet_core_data_plane.py +1 -1
  240. pulumi_azure_native/mobilenetwork/v20230601/service.py +1 -1
  241. pulumi_azure_native/mobilenetwork/v20230601/sim.py +1 -1
  242. pulumi_azure_native/mobilenetwork/v20230601/sim_group.py +1 -1
  243. pulumi_azure_native/mobilenetwork/v20230601/sim_policy.py +1 -1
  244. pulumi_azure_native/mobilenetwork/v20230601/site.py +1 -1
  245. pulumi_azure_native/mobilenetwork/v20230601/slice.py +1 -1
  246. pulumi_azure_native/mobilenetwork/v20230901/__init__.py +36 -0
  247. pulumi_azure_native/mobilenetwork/v20230901/_enums.py +196 -0
  248. pulumi_azure_native/mobilenetwork/v20230901/_inputs.py +1774 -0
  249. pulumi_azure_native/mobilenetwork/v20230901/attached_data_network.py +443 -0
  250. pulumi_azure_native/mobilenetwork/v20230901/data_network.py +282 -0
  251. pulumi_azure_native/mobilenetwork/v20230901/diagnostics_package.py +215 -0
  252. pulumi_azure_native/mobilenetwork/v20230901/get_attached_data_network.py +237 -0
  253. pulumi_azure_native/mobilenetwork/v20230901/get_data_network.py +175 -0
  254. pulumi_azure_native/mobilenetwork/v20230901/get_diagnostics_package.py +162 -0
  255. pulumi_azure_native/mobilenetwork/v20230901/get_mobile_network.py +183 -0
  256. pulumi_azure_native/mobilenetwork/v20230901/get_packet_capture.py +240 -0
  257. pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_control_plane.py +378 -0
  258. pulumi_azure_native/mobilenetwork/v20230901/get_packet_core_data_plane.py +188 -0
  259. pulumi_azure_native/mobilenetwork/v20230901/get_service.py +201 -0
  260. pulumi_azure_native/mobilenetwork/v20230901/get_sim.py +253 -0
  261. pulumi_azure_native/mobilenetwork/v20230901/get_sim_group.py +196 -0
  262. pulumi_azure_native/mobilenetwork/v20230901/get_sim_policy.py +240 -0
  263. pulumi_azure_native/mobilenetwork/v20230901/get_site.py +175 -0
  264. pulumi_azure_native/mobilenetwork/v20230901/get_slice.py +188 -0
  265. pulumi_azure_native/mobilenetwork/v20230901/mobile_network.py +273 -0
  266. pulumi_azure_native/mobilenetwork/v20230901/outputs.py +2277 -0
  267. pulumi_azure_native/mobilenetwork/v20230901/packet_capture.py +363 -0
  268. pulumi_azure_native/mobilenetwork/v20230901/packet_core_control_plane.py +698 -0
  269. pulumi_azure_native/mobilenetwork/v20230901/packet_core_data_plane.py +313 -0
  270. pulumi_azure_native/mobilenetwork/v20230901/service.py +344 -0
  271. pulumi_azure_native/mobilenetwork/v20230901/sim.py +422 -0
  272. pulumi_azure_native/mobilenetwork/v20230901/sim_group.py +321 -0
  273. pulumi_azure_native/mobilenetwork/v20230901/sim_policy.py +417 -0
  274. pulumi_azure_native/mobilenetwork/v20230901/site.py +263 -0
  275. pulumi_azure_native/mobilenetwork/v20230901/slice.py +313 -0
  276. pulumi_azure_native/storagesync/__init__.py +3 -0
  277. pulumi_azure_native/storagesync/cloud_endpoint.py +1 -1
  278. pulumi_azure_native/storagesync/private_endpoint_connection.py +1 -1
  279. pulumi_azure_native/storagesync/registered_server.py +1 -1
  280. pulumi_azure_native/storagesync/server_endpoint.py +1 -1
  281. pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
  282. pulumi_azure_native/storagesync/sync_group.py +1 -1
  283. pulumi_azure_native/storagesync/v20220601/cloud_endpoint.py +1 -1
  284. pulumi_azure_native/storagesync/v20220601/private_endpoint_connection.py +1 -1
  285. pulumi_azure_native/storagesync/v20220601/registered_server.py +1 -1
  286. pulumi_azure_native/storagesync/v20220601/server_endpoint.py +1 -1
  287. pulumi_azure_native/storagesync/v20220601/storage_sync_service.py +1 -1
  288. pulumi_azure_native/storagesync/v20220601/sync_group.py +1 -1
  289. pulumi_azure_native/storagesync/v20220901/__init__.py +22 -0
  290. pulumi_azure_native/storagesync/v20220901/_enums.py +75 -0
  291. pulumi_azure_native/storagesync/v20220901/_inputs.py +112 -0
  292. pulumi_azure_native/storagesync/v20220901/cloud_endpoint.py +382 -0
  293. pulumi_azure_native/storagesync/v20220901/get_cloud_endpoint.py +258 -0
  294. pulumi_azure_native/storagesync/v20220901/get_private_endpoint_connection.py +175 -0
  295. pulumi_azure_native/storagesync/v20220901/get_registered_server.py +474 -0
  296. pulumi_azure_native/storagesync/v20220901/get_server_endpoint.py +401 -0
  297. pulumi_azure_native/storagesync/v20220901/get_storage_sync_service.py +261 -0
  298. pulumi_azure_native/storagesync/v20220901/get_sync_group.py +149 -0
  299. pulumi_azure_native/storagesync/v20220901/outputs.py +2372 -0
  300. pulumi_azure_native/storagesync/v20220901/private_endpoint_connection.py +247 -0
  301. pulumi_azure_native/storagesync/v20220901/registered_server.py +644 -0
  302. pulumi_azure_native/storagesync/v20220901/server_endpoint.py +634 -0
  303. pulumi_azure_native/storagesync/v20220901/storage_sync_service.py +371 -0
  304. pulumi_azure_native/storagesync/v20220901/sync_group.py +205 -0
  305. pulumi_azure_native/synapse/_inputs.py +2 -2
  306. pulumi_azure_native/synapse/outputs.py +2 -2
  307. pulumi_azure_native/synapse/v20210501/_inputs.py +2 -2
  308. pulumi_azure_native/synapse/v20210501/outputs.py +2 -2
  309. pulumi_azure_native/synapse/v20210601/_inputs.py +2 -2
  310. pulumi_azure_native/synapse/v20210601/outputs.py +2 -2
  311. pulumi_azure_native/synapse/v20210601preview/_inputs.py +2 -2
  312. pulumi_azure_native/synapse/v20210601preview/outputs.py +2 -2
  313. pulumi_azure_native/workloads/__init__.py +3 -0
  314. pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
  315. pulumi_azure_native/workloads/sap_central_instance.py +1 -1
  316. pulumi_azure_native/workloads/sap_database_instance.py +1 -1
  317. pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
  318. pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
  319. pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
  320. pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
  321. pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
  322. pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
  323. pulumi_azure_native/workloads/v20231001preview/__init__.py +22 -0
  324. pulumi_azure_native/workloads/v20231001preview/_enums.py +141 -0
  325. pulumi_azure_native/workloads/v20231001preview/_inputs.py +2377 -0
  326. pulumi_azure_native/workloads/v20231001preview/get_sap_application_server_instance.py +357 -0
  327. pulumi_azure_native/workloads/v20231001preview/get_sap_availability_zone_details.py +90 -0
  328. pulumi_azure_native/workloads/v20231001preview/get_sap_central_instance.py +331 -0
  329. pulumi_azure_native/workloads/v20231001preview/get_sap_database_instance.py +266 -0
  330. pulumi_azure_native/workloads/v20231001preview/get_sap_disk_configurations.py +105 -0
  331. pulumi_azure_native/workloads/v20231001preview/get_sap_sizing_recommendations.py +119 -0
  332. pulumi_azure_native/workloads/v20231001preview/get_sap_supported_sku.py +105 -0
  333. pulumi_azure_native/workloads/v20231001preview/get_sap_virtual_instance.py +287 -0
  334. pulumi_azure_native/workloads/v20231001preview/outputs.py +3828 -0
  335. pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +403 -0
  336. pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +383 -0
  337. pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +333 -0
  338. pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +455 -0
  339. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/METADATA +1 -1
  340. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/RECORD +342 -179
  341. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/WHEEL +0 -0
  342. {pulumi_azure_native-2.11.1a1697208201.dist-info → pulumi_azure_native-2.12.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3323 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'ErrorAdditionalInfoResponse',
16
+ 'ErrorDetailResponse',
17
+ 'ExtendedLocationResponse',
18
+ 'GalleryImageIdentifierResponse',
19
+ 'GalleryImageStatusResponse',
20
+ 'GalleryImageStatusResponseDownloadStatus',
21
+ 'GalleryImageStatusResponseProvisioningStatus',
22
+ 'GalleryImageVersionResponse',
23
+ 'GalleryImageVersionStorageProfileResponse',
24
+ 'GalleryOSDiskImageResponse',
25
+ 'GuestAgentInstallStatusResponse',
26
+ 'GuestCredentialResponse',
27
+ 'HttpProxyConfigurationResponse',
28
+ 'IPConfigurationResponse',
29
+ 'IPConfigurationResponseProperties',
30
+ 'IPConfigurationResponseSubnet',
31
+ 'IPPoolInfoResponse',
32
+ 'IPPoolResponse',
33
+ 'IdentityResponse',
34
+ 'InstanceViewStatusResponse',
35
+ 'InterfaceDNSSettingsResponse',
36
+ 'LogicalNetworkPropertiesResponseDhcpOptions',
37
+ 'LogicalNetworkStatusResponse',
38
+ 'LogicalNetworkStatusResponseProvisioningStatus',
39
+ 'MarketplaceGalleryImageStatusResponse',
40
+ 'MarketplaceGalleryImageStatusResponseDownloadStatus',
41
+ 'MarketplaceGalleryImageStatusResponseProvisioningStatus',
42
+ 'NetworkInterfaceStatusResponse',
43
+ 'NetworkInterfaceStatusResponseProvisioningStatus',
44
+ 'RouteResponse',
45
+ 'RouteTableResponse',
46
+ 'SshConfigurationResponse',
47
+ 'SshPublicKeyResponse',
48
+ 'StorageContainerStatusResponse',
49
+ 'StorageContainerStatusResponseProvisioningStatus',
50
+ 'SubnetPropertiesFormatResponseIpConfigurationReferences',
51
+ 'SubnetResponse',
52
+ 'SystemDataResponse',
53
+ 'VirtualHardDiskStatusResponse',
54
+ 'VirtualHardDiskStatusResponseProvisioningStatus',
55
+ 'VirtualMachineConfigAgentInstanceViewResponse',
56
+ 'VirtualMachineInstancePropertiesResponseDataDisks',
57
+ 'VirtualMachineInstancePropertiesResponseDynamicMemoryConfig',
58
+ 'VirtualMachineInstancePropertiesResponseHardwareProfile',
59
+ 'VirtualMachineInstancePropertiesResponseImageReference',
60
+ 'VirtualMachineInstancePropertiesResponseLinuxConfiguration',
61
+ 'VirtualMachineInstancePropertiesResponseNetworkInterfaces',
62
+ 'VirtualMachineInstancePropertiesResponseNetworkProfile',
63
+ 'VirtualMachineInstancePropertiesResponseOsDisk',
64
+ 'VirtualMachineInstancePropertiesResponseOsProfile',
65
+ 'VirtualMachineInstancePropertiesResponseSecurityProfile',
66
+ 'VirtualMachineInstancePropertiesResponseStorageProfile',
67
+ 'VirtualMachineInstancePropertiesResponseUefiSettings',
68
+ 'VirtualMachineInstancePropertiesResponseWindowsConfiguration',
69
+ 'VirtualMachineInstanceStatusResponse',
70
+ 'VirtualMachineInstanceStatusResponseProvisioningStatus',
71
+ 'VirtualMachineInstanceViewResponse',
72
+ ]
73
+
74
+ @pulumi.output_type
75
+ class ErrorAdditionalInfoResponse(dict):
76
+ """
77
+ The resource management error additional info.
78
+ """
79
+ def __init__(__self__, *,
80
+ info: Any,
81
+ type: str):
82
+ """
83
+ The resource management error additional info.
84
+ :param Any info: The additional info.
85
+ :param str type: The additional info type.
86
+ """
87
+ pulumi.set(__self__, "info", info)
88
+ pulumi.set(__self__, "type", type)
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def info(self) -> Any:
93
+ """
94
+ The additional info.
95
+ """
96
+ return pulumi.get(self, "info")
97
+
98
+ @property
99
+ @pulumi.getter
100
+ def type(self) -> str:
101
+ """
102
+ The additional info type.
103
+ """
104
+ return pulumi.get(self, "type")
105
+
106
+
107
+ @pulumi.output_type
108
+ class ErrorDetailResponse(dict):
109
+ """
110
+ The error detail.
111
+ """
112
+ @staticmethod
113
+ def __key_warning(key: str):
114
+ suggest = None
115
+ if key == "additionalInfo":
116
+ suggest = "additional_info"
117
+
118
+ if suggest:
119
+ pulumi.log.warn(f"Key '{key}' not found in ErrorDetailResponse. Access the value via the '{suggest}' property getter instead.")
120
+
121
+ def __getitem__(self, key: str) -> Any:
122
+ ErrorDetailResponse.__key_warning(key)
123
+ return super().__getitem__(key)
124
+
125
+ def get(self, key: str, default = None) -> Any:
126
+ ErrorDetailResponse.__key_warning(key)
127
+ return super().get(key, default)
128
+
129
+ def __init__(__self__, *,
130
+ additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
131
+ code: str,
132
+ details: Sequence['outputs.ErrorDetailResponse'],
133
+ message: str,
134
+ target: str):
135
+ """
136
+ The error detail.
137
+ :param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
138
+ :param str code: The error code.
139
+ :param Sequence['ErrorDetailResponse'] details: The error details.
140
+ :param str message: The error message.
141
+ :param str target: The error target.
142
+ """
143
+ pulumi.set(__self__, "additional_info", additional_info)
144
+ pulumi.set(__self__, "code", code)
145
+ pulumi.set(__self__, "details", details)
146
+ pulumi.set(__self__, "message", message)
147
+ pulumi.set(__self__, "target", target)
148
+
149
+ @property
150
+ @pulumi.getter(name="additionalInfo")
151
+ def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
152
+ """
153
+ The error additional info.
154
+ """
155
+ return pulumi.get(self, "additional_info")
156
+
157
+ @property
158
+ @pulumi.getter
159
+ def code(self) -> str:
160
+ """
161
+ The error code.
162
+ """
163
+ return pulumi.get(self, "code")
164
+
165
+ @property
166
+ @pulumi.getter
167
+ def details(self) -> Sequence['outputs.ErrorDetailResponse']:
168
+ """
169
+ The error details.
170
+ """
171
+ return pulumi.get(self, "details")
172
+
173
+ @property
174
+ @pulumi.getter
175
+ def message(self) -> str:
176
+ """
177
+ The error message.
178
+ """
179
+ return pulumi.get(self, "message")
180
+
181
+ @property
182
+ @pulumi.getter
183
+ def target(self) -> str:
184
+ """
185
+ The error target.
186
+ """
187
+ return pulumi.get(self, "target")
188
+
189
+
190
+ @pulumi.output_type
191
+ class ExtendedLocationResponse(dict):
192
+ """
193
+ The complex type of the extended location.
194
+ """
195
+ def __init__(__self__, *,
196
+ name: Optional[str] = None,
197
+ type: Optional[str] = None):
198
+ """
199
+ The complex type of the extended location.
200
+ :param str name: The name of the extended location.
201
+ :param str type: The type of the extended location.
202
+ """
203
+ if name is not None:
204
+ pulumi.set(__self__, "name", name)
205
+ if type is not None:
206
+ pulumi.set(__self__, "type", type)
207
+
208
+ @property
209
+ @pulumi.getter
210
+ def name(self) -> Optional[str]:
211
+ """
212
+ The name of the extended location.
213
+ """
214
+ return pulumi.get(self, "name")
215
+
216
+ @property
217
+ @pulumi.getter
218
+ def type(self) -> Optional[str]:
219
+ """
220
+ The type of the extended location.
221
+ """
222
+ return pulumi.get(self, "type")
223
+
224
+
225
+ @pulumi.output_type
226
+ class GalleryImageIdentifierResponse(dict):
227
+ """
228
+ This is the gallery image definition identifier.
229
+ """
230
+ def __init__(__self__, *,
231
+ offer: str,
232
+ publisher: str,
233
+ sku: str):
234
+ """
235
+ This is the gallery image definition identifier.
236
+ :param str offer: The name of the gallery image definition offer.
237
+ :param str publisher: The name of the gallery image definition publisher.
238
+ :param str sku: The name of the gallery image definition SKU.
239
+ """
240
+ pulumi.set(__self__, "offer", offer)
241
+ pulumi.set(__self__, "publisher", publisher)
242
+ pulumi.set(__self__, "sku", sku)
243
+
244
+ @property
245
+ @pulumi.getter
246
+ def offer(self) -> str:
247
+ """
248
+ The name of the gallery image definition offer.
249
+ """
250
+ return pulumi.get(self, "offer")
251
+
252
+ @property
253
+ @pulumi.getter
254
+ def publisher(self) -> str:
255
+ """
256
+ The name of the gallery image definition publisher.
257
+ """
258
+ return pulumi.get(self, "publisher")
259
+
260
+ @property
261
+ @pulumi.getter
262
+ def sku(self) -> str:
263
+ """
264
+ The name of the gallery image definition SKU.
265
+ """
266
+ return pulumi.get(self, "sku")
267
+
268
+
269
+ @pulumi.output_type
270
+ class GalleryImageStatusResponse(dict):
271
+ """
272
+ The observed state of gallery images
273
+ """
274
+ @staticmethod
275
+ def __key_warning(key: str):
276
+ suggest = None
277
+ if key == "downloadStatus":
278
+ suggest = "download_status"
279
+ elif key == "errorCode":
280
+ suggest = "error_code"
281
+ elif key == "errorMessage":
282
+ suggest = "error_message"
283
+ elif key == "progressPercentage":
284
+ suggest = "progress_percentage"
285
+ elif key == "provisioningStatus":
286
+ suggest = "provisioning_status"
287
+
288
+ if suggest:
289
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusResponse. Access the value via the '{suggest}' property getter instead.")
290
+
291
+ def __getitem__(self, key: str) -> Any:
292
+ GalleryImageStatusResponse.__key_warning(key)
293
+ return super().__getitem__(key)
294
+
295
+ def get(self, key: str, default = None) -> Any:
296
+ GalleryImageStatusResponse.__key_warning(key)
297
+ return super().get(key, default)
298
+
299
+ def __init__(__self__, *,
300
+ download_status: Optional['outputs.GalleryImageStatusResponseDownloadStatus'] = None,
301
+ error_code: Optional[str] = None,
302
+ error_message: Optional[str] = None,
303
+ progress_percentage: Optional[float] = None,
304
+ provisioning_status: Optional['outputs.GalleryImageStatusResponseProvisioningStatus'] = None):
305
+ """
306
+ The observed state of gallery images
307
+ :param 'GalleryImageStatusResponseDownloadStatus' download_status: The download status of the gallery image
308
+ :param str error_code: GalleryImage provisioning error code
309
+ :param str error_message: Descriptive error message
310
+ :param float progress_percentage: The progress of the operation in percentage
311
+ """
312
+ if download_status is not None:
313
+ pulumi.set(__self__, "download_status", download_status)
314
+ if error_code is not None:
315
+ pulumi.set(__self__, "error_code", error_code)
316
+ if error_message is not None:
317
+ pulumi.set(__self__, "error_message", error_message)
318
+ if progress_percentage is not None:
319
+ pulumi.set(__self__, "progress_percentage", progress_percentage)
320
+ if provisioning_status is not None:
321
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
322
+
323
+ @property
324
+ @pulumi.getter(name="downloadStatus")
325
+ def download_status(self) -> Optional['outputs.GalleryImageStatusResponseDownloadStatus']:
326
+ """
327
+ The download status of the gallery image
328
+ """
329
+ return pulumi.get(self, "download_status")
330
+
331
+ @property
332
+ @pulumi.getter(name="errorCode")
333
+ def error_code(self) -> Optional[str]:
334
+ """
335
+ GalleryImage provisioning error code
336
+ """
337
+ return pulumi.get(self, "error_code")
338
+
339
+ @property
340
+ @pulumi.getter(name="errorMessage")
341
+ def error_message(self) -> Optional[str]:
342
+ """
343
+ Descriptive error message
344
+ """
345
+ return pulumi.get(self, "error_message")
346
+
347
+ @property
348
+ @pulumi.getter(name="progressPercentage")
349
+ def progress_percentage(self) -> Optional[float]:
350
+ """
351
+ The progress of the operation in percentage
352
+ """
353
+ return pulumi.get(self, "progress_percentage")
354
+
355
+ @property
356
+ @pulumi.getter(name="provisioningStatus")
357
+ def provisioning_status(self) -> Optional['outputs.GalleryImageStatusResponseProvisioningStatus']:
358
+ return pulumi.get(self, "provisioning_status")
359
+
360
+
361
+ @pulumi.output_type
362
+ class GalleryImageStatusResponseDownloadStatus(dict):
363
+ """
364
+ The download status of the gallery image
365
+ """
366
+ @staticmethod
367
+ def __key_warning(key: str):
368
+ suggest = None
369
+ if key == "downloadSizeInMB":
370
+ suggest = "download_size_in_mb"
371
+
372
+ if suggest:
373
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusResponseDownloadStatus. Access the value via the '{suggest}' property getter instead.")
374
+
375
+ def __getitem__(self, key: str) -> Any:
376
+ GalleryImageStatusResponseDownloadStatus.__key_warning(key)
377
+ return super().__getitem__(key)
378
+
379
+ def get(self, key: str, default = None) -> Any:
380
+ GalleryImageStatusResponseDownloadStatus.__key_warning(key)
381
+ return super().get(key, default)
382
+
383
+ def __init__(__self__, *,
384
+ download_size_in_mb: Optional[float] = None):
385
+ """
386
+ The download status of the gallery image
387
+ :param float download_size_in_mb: The downloaded sized of the image in MB
388
+ """
389
+ if download_size_in_mb is not None:
390
+ pulumi.set(__self__, "download_size_in_mb", download_size_in_mb)
391
+
392
+ @property
393
+ @pulumi.getter(name="downloadSizeInMB")
394
+ def download_size_in_mb(self) -> Optional[float]:
395
+ """
396
+ The downloaded sized of the image in MB
397
+ """
398
+ return pulumi.get(self, "download_size_in_mb")
399
+
400
+
401
+ @pulumi.output_type
402
+ class GalleryImageStatusResponseProvisioningStatus(dict):
403
+ @staticmethod
404
+ def __key_warning(key: str):
405
+ suggest = None
406
+ if key == "operationId":
407
+ suggest = "operation_id"
408
+
409
+ if suggest:
410
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageStatusResponseProvisioningStatus. Access the value via the '{suggest}' property getter instead.")
411
+
412
+ def __getitem__(self, key: str) -> Any:
413
+ GalleryImageStatusResponseProvisioningStatus.__key_warning(key)
414
+ return super().__getitem__(key)
415
+
416
+ def get(self, key: str, default = None) -> Any:
417
+ GalleryImageStatusResponseProvisioningStatus.__key_warning(key)
418
+ return super().get(key, default)
419
+
420
+ def __init__(__self__, *,
421
+ operation_id: Optional[str] = None,
422
+ status: Optional[str] = None):
423
+ """
424
+ :param str operation_id: The ID of the operation performed on the gallery image
425
+ :param str status: The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
426
+ """
427
+ if operation_id is not None:
428
+ pulumi.set(__self__, "operation_id", operation_id)
429
+ if status is not None:
430
+ pulumi.set(__self__, "status", status)
431
+
432
+ @property
433
+ @pulumi.getter(name="operationId")
434
+ def operation_id(self) -> Optional[str]:
435
+ """
436
+ The ID of the operation performed on the gallery image
437
+ """
438
+ return pulumi.get(self, "operation_id")
439
+
440
+ @property
441
+ @pulumi.getter
442
+ def status(self) -> Optional[str]:
443
+ """
444
+ The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
445
+ """
446
+ return pulumi.get(self, "status")
447
+
448
+
449
+ @pulumi.output_type
450
+ class GalleryImageVersionResponse(dict):
451
+ """
452
+ Specifies information about the gallery image version that you want to create or update.
453
+ """
454
+ @staticmethod
455
+ def __key_warning(key: str):
456
+ suggest = None
457
+ if key == "storageProfile":
458
+ suggest = "storage_profile"
459
+
460
+ if suggest:
461
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionResponse. Access the value via the '{suggest}' property getter instead.")
462
+
463
+ def __getitem__(self, key: str) -> Any:
464
+ GalleryImageVersionResponse.__key_warning(key)
465
+ return super().__getitem__(key)
466
+
467
+ def get(self, key: str, default = None) -> Any:
468
+ GalleryImageVersionResponse.__key_warning(key)
469
+ return super().get(key, default)
470
+
471
+ def __init__(__self__, *,
472
+ storage_profile: 'outputs.GalleryImageVersionStorageProfileResponse',
473
+ name: Optional[str] = None):
474
+ """
475
+ Specifies information about the gallery image version that you want to create or update.
476
+ :param 'GalleryImageVersionStorageProfileResponse' storage_profile: This is the storage profile of a Gallery Image Version.
477
+ :param str name: This is the version of the gallery image.
478
+ """
479
+ pulumi.set(__self__, "storage_profile", storage_profile)
480
+ if name is not None:
481
+ pulumi.set(__self__, "name", name)
482
+
483
+ @property
484
+ @pulumi.getter(name="storageProfile")
485
+ def storage_profile(self) -> 'outputs.GalleryImageVersionStorageProfileResponse':
486
+ """
487
+ This is the storage profile of a Gallery Image Version.
488
+ """
489
+ return pulumi.get(self, "storage_profile")
490
+
491
+ @property
492
+ @pulumi.getter
493
+ def name(self) -> Optional[str]:
494
+ """
495
+ This is the version of the gallery image.
496
+ """
497
+ return pulumi.get(self, "name")
498
+
499
+
500
+ @pulumi.output_type
501
+ class GalleryImageVersionStorageProfileResponse(dict):
502
+ """
503
+ This is the storage profile of a Gallery Image Version.
504
+ """
505
+ @staticmethod
506
+ def __key_warning(key: str):
507
+ suggest = None
508
+ if key == "osDiskImage":
509
+ suggest = "os_disk_image"
510
+
511
+ if suggest:
512
+ pulumi.log.warn(f"Key '{key}' not found in GalleryImageVersionStorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
513
+
514
+ def __getitem__(self, key: str) -> Any:
515
+ GalleryImageVersionStorageProfileResponse.__key_warning(key)
516
+ return super().__getitem__(key)
517
+
518
+ def get(self, key: str, default = None) -> Any:
519
+ GalleryImageVersionStorageProfileResponse.__key_warning(key)
520
+ return super().get(key, default)
521
+
522
+ def __init__(__self__, *,
523
+ os_disk_image: Optional['outputs.GalleryOSDiskImageResponse'] = None):
524
+ """
525
+ This is the storage profile of a Gallery Image Version.
526
+ :param 'GalleryOSDiskImageResponse' os_disk_image: This is the OS disk image.
527
+ """
528
+ if os_disk_image is not None:
529
+ pulumi.set(__self__, "os_disk_image", os_disk_image)
530
+
531
+ @property
532
+ @pulumi.getter(name="osDiskImage")
533
+ def os_disk_image(self) -> Optional['outputs.GalleryOSDiskImageResponse']:
534
+ """
535
+ This is the OS disk image.
536
+ """
537
+ return pulumi.get(self, "os_disk_image")
538
+
539
+
540
+ @pulumi.output_type
541
+ class GalleryOSDiskImageResponse(dict):
542
+ """
543
+ This is the OS disk image.
544
+ """
545
+ @staticmethod
546
+ def __key_warning(key: str):
547
+ suggest = None
548
+ if key == "sizeInMB":
549
+ suggest = "size_in_mb"
550
+
551
+ if suggest:
552
+ pulumi.log.warn(f"Key '{key}' not found in GalleryOSDiskImageResponse. Access the value via the '{suggest}' property getter instead.")
553
+
554
+ def __getitem__(self, key: str) -> Any:
555
+ GalleryOSDiskImageResponse.__key_warning(key)
556
+ return super().__getitem__(key)
557
+
558
+ def get(self, key: str, default = None) -> Any:
559
+ GalleryOSDiskImageResponse.__key_warning(key)
560
+ return super().get(key, default)
561
+
562
+ def __init__(__self__, *,
563
+ size_in_mb: float):
564
+ """
565
+ This is the OS disk image.
566
+ :param float size_in_mb: This property indicates the size of the VHD to be created.
567
+ """
568
+ pulumi.set(__self__, "size_in_mb", size_in_mb)
569
+
570
+ @property
571
+ @pulumi.getter(name="sizeInMB")
572
+ def size_in_mb(self) -> float:
573
+ """
574
+ This property indicates the size of the VHD to be created.
575
+ """
576
+ return pulumi.get(self, "size_in_mb")
577
+
578
+
579
+ @pulumi.output_type
580
+ class GuestAgentInstallStatusResponse(dict):
581
+ """
582
+ Defines the status of a guest agent installation.
583
+ """
584
+ @staticmethod
585
+ def __key_warning(key: str):
586
+ suggest = None
587
+ if key == "agentVersion":
588
+ suggest = "agent_version"
589
+ elif key == "errorDetails":
590
+ suggest = "error_details"
591
+ elif key == "lastStatusChange":
592
+ suggest = "last_status_change"
593
+ elif key == "vmUuid":
594
+ suggest = "vm_uuid"
595
+
596
+ if suggest:
597
+ pulumi.log.warn(f"Key '{key}' not found in GuestAgentInstallStatusResponse. Access the value via the '{suggest}' property getter instead.")
598
+
599
+ def __getitem__(self, key: str) -> Any:
600
+ GuestAgentInstallStatusResponse.__key_warning(key)
601
+ return super().__getitem__(key)
602
+
603
+ def get(self, key: str, default = None) -> Any:
604
+ GuestAgentInstallStatusResponse.__key_warning(key)
605
+ return super().get(key, default)
606
+
607
+ def __init__(__self__, *,
608
+ agent_version: str,
609
+ error_details: Sequence['outputs.ErrorDetailResponse'],
610
+ last_status_change: str,
611
+ status: str,
612
+ vm_uuid: str):
613
+ """
614
+ Defines the status of a guest agent installation.
615
+ :param str agent_version: The hybrid machine agent full version.
616
+ :param Sequence['ErrorDetailResponse'] error_details: Details about the error state.
617
+ :param str last_status_change: The time of the last status change.
618
+ :param str status: The installation status of the hybrid machine agent installation.
619
+ :param str vm_uuid: Specifies the VM's unique SMBIOS ID.
620
+ """
621
+ pulumi.set(__self__, "agent_version", agent_version)
622
+ pulumi.set(__self__, "error_details", error_details)
623
+ pulumi.set(__self__, "last_status_change", last_status_change)
624
+ pulumi.set(__self__, "status", status)
625
+ pulumi.set(__self__, "vm_uuid", vm_uuid)
626
+
627
+ @property
628
+ @pulumi.getter(name="agentVersion")
629
+ def agent_version(self) -> str:
630
+ """
631
+ The hybrid machine agent full version.
632
+ """
633
+ return pulumi.get(self, "agent_version")
634
+
635
+ @property
636
+ @pulumi.getter(name="errorDetails")
637
+ def error_details(self) -> Sequence['outputs.ErrorDetailResponse']:
638
+ """
639
+ Details about the error state.
640
+ """
641
+ return pulumi.get(self, "error_details")
642
+
643
+ @property
644
+ @pulumi.getter(name="lastStatusChange")
645
+ def last_status_change(self) -> str:
646
+ """
647
+ The time of the last status change.
648
+ """
649
+ return pulumi.get(self, "last_status_change")
650
+
651
+ @property
652
+ @pulumi.getter
653
+ def status(self) -> str:
654
+ """
655
+ The installation status of the hybrid machine agent installation.
656
+ """
657
+ return pulumi.get(self, "status")
658
+
659
+ @property
660
+ @pulumi.getter(name="vmUuid")
661
+ def vm_uuid(self) -> str:
662
+ """
663
+ Specifies the VM's unique SMBIOS ID.
664
+ """
665
+ return pulumi.get(self, "vm_uuid")
666
+
667
+
668
+ @pulumi.output_type
669
+ class GuestCredentialResponse(dict):
670
+ """
671
+ Username / Password Credentials to connect to guest.
672
+ """
673
+ def __init__(__self__, *,
674
+ username: Optional[str] = None):
675
+ """
676
+ Username / Password Credentials to connect to guest.
677
+ :param str username: The username to connect with the guest.
678
+ """
679
+ if username is not None:
680
+ pulumi.set(__self__, "username", username)
681
+
682
+ @property
683
+ @pulumi.getter
684
+ def username(self) -> Optional[str]:
685
+ """
686
+ The username to connect with the guest.
687
+ """
688
+ return pulumi.get(self, "username")
689
+
690
+
691
+ @pulumi.output_type
692
+ class HttpProxyConfigurationResponse(dict):
693
+ """
694
+ HTTP Proxy configuration for the VM.
695
+ """
696
+ @staticmethod
697
+ def __key_warning(key: str):
698
+ suggest = None
699
+ if key == "httpProxy":
700
+ suggest = "http_proxy"
701
+ elif key == "httpsProxy":
702
+ suggest = "https_proxy"
703
+ elif key == "noProxy":
704
+ suggest = "no_proxy"
705
+ elif key == "trustedCa":
706
+ suggest = "trusted_ca"
707
+
708
+ if suggest:
709
+ pulumi.log.warn(f"Key '{key}' not found in HttpProxyConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
710
+
711
+ def __getitem__(self, key: str) -> Any:
712
+ HttpProxyConfigurationResponse.__key_warning(key)
713
+ return super().__getitem__(key)
714
+
715
+ def get(self, key: str, default = None) -> Any:
716
+ HttpProxyConfigurationResponse.__key_warning(key)
717
+ return super().get(key, default)
718
+
719
+ def __init__(__self__, *,
720
+ http_proxy: Optional[str] = None,
721
+ https_proxy: Optional[str] = None,
722
+ no_proxy: Optional[Sequence[str]] = None,
723
+ trusted_ca: Optional[str] = None):
724
+ """
725
+ HTTP Proxy configuration for the VM.
726
+ :param str http_proxy: The HTTP proxy server endpoint to use.
727
+ :param str https_proxy: The HTTPS proxy server endpoint to use.
728
+ :param Sequence[str] no_proxy: The endpoints that should not go through proxy.
729
+ :param str trusted_ca: Alternative CA cert to use for connecting to proxy servers.
730
+ """
731
+ if http_proxy is not None:
732
+ pulumi.set(__self__, "http_proxy", http_proxy)
733
+ if https_proxy is not None:
734
+ pulumi.set(__self__, "https_proxy", https_proxy)
735
+ if no_proxy is not None:
736
+ pulumi.set(__self__, "no_proxy", no_proxy)
737
+ if trusted_ca is not None:
738
+ pulumi.set(__self__, "trusted_ca", trusted_ca)
739
+
740
+ @property
741
+ @pulumi.getter(name="httpProxy")
742
+ def http_proxy(self) -> Optional[str]:
743
+ """
744
+ The HTTP proxy server endpoint to use.
745
+ """
746
+ return pulumi.get(self, "http_proxy")
747
+
748
+ @property
749
+ @pulumi.getter(name="httpsProxy")
750
+ def https_proxy(self) -> Optional[str]:
751
+ """
752
+ The HTTPS proxy server endpoint to use.
753
+ """
754
+ return pulumi.get(self, "https_proxy")
755
+
756
+ @property
757
+ @pulumi.getter(name="noProxy")
758
+ def no_proxy(self) -> Optional[Sequence[str]]:
759
+ """
760
+ The endpoints that should not go through proxy.
761
+ """
762
+ return pulumi.get(self, "no_proxy")
763
+
764
+ @property
765
+ @pulumi.getter(name="trustedCa")
766
+ def trusted_ca(self) -> Optional[str]:
767
+ """
768
+ Alternative CA cert to use for connecting to proxy servers.
769
+ """
770
+ return pulumi.get(self, "trusted_ca")
771
+
772
+
773
+ @pulumi.output_type
774
+ class IPConfigurationResponse(dict):
775
+ """
776
+ InterfaceIPConfiguration iPConfiguration in a network interface.
777
+ """
778
+ def __init__(__self__, *,
779
+ name: Optional[str] = None,
780
+ properties: Optional['outputs.IPConfigurationResponseProperties'] = None):
781
+ """
782
+ InterfaceIPConfiguration iPConfiguration in a network interface.
783
+ :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.
784
+ :param 'IPConfigurationResponseProperties' properties: InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
785
+ """
786
+ if name is not None:
787
+ pulumi.set(__self__, "name", name)
788
+ if properties is not None:
789
+ pulumi.set(__self__, "properties", properties)
790
+
791
+ @property
792
+ @pulumi.getter
793
+ def name(self) -> Optional[str]:
794
+ """
795
+ Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
796
+ """
797
+ return pulumi.get(self, "name")
798
+
799
+ @property
800
+ @pulumi.getter
801
+ def properties(self) -> Optional['outputs.IPConfigurationResponseProperties']:
802
+ """
803
+ InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
804
+ """
805
+ return pulumi.get(self, "properties")
806
+
807
+
808
+ @pulumi.output_type
809
+ class IPConfigurationResponseProperties(dict):
810
+ """
811
+ InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
812
+ """
813
+ @staticmethod
814
+ def __key_warning(key: str):
815
+ suggest = None
816
+ if key == "prefixLength":
817
+ suggest = "prefix_length"
818
+ elif key == "privateIPAddress":
819
+ suggest = "private_ip_address"
820
+
821
+ if suggest:
822
+ pulumi.log.warn(f"Key '{key}' not found in IPConfigurationResponseProperties. Access the value via the '{suggest}' property getter instead.")
823
+
824
+ def __getitem__(self, key: str) -> Any:
825
+ IPConfigurationResponseProperties.__key_warning(key)
826
+ return super().__getitem__(key)
827
+
828
+ def get(self, key: str, default = None) -> Any:
829
+ IPConfigurationResponseProperties.__key_warning(key)
830
+ return super().get(key, default)
831
+
832
+ def __init__(__self__, *,
833
+ gateway: str,
834
+ prefix_length: str,
835
+ private_ip_address: Optional[str] = None,
836
+ subnet: Optional['outputs.IPConfigurationResponseSubnet'] = None):
837
+ """
838
+ InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
839
+ :param str gateway: Gateway for network interface
840
+ :param str prefix_length: prefixLength for network interface
841
+ :param str private_ip_address: PrivateIPAddress - Private IP address of the IP configuration.
842
+ :param 'IPConfigurationResponseSubnet' subnet: Subnet - Name of Subnet bound to the IP configuration.
843
+ """
844
+ pulumi.set(__self__, "gateway", gateway)
845
+ pulumi.set(__self__, "prefix_length", prefix_length)
846
+ if private_ip_address is not None:
847
+ pulumi.set(__self__, "private_ip_address", private_ip_address)
848
+ if subnet is not None:
849
+ pulumi.set(__self__, "subnet", subnet)
850
+
851
+ @property
852
+ @pulumi.getter
853
+ def gateway(self) -> str:
854
+ """
855
+ Gateway for network interface
856
+ """
857
+ return pulumi.get(self, "gateway")
858
+
859
+ @property
860
+ @pulumi.getter(name="prefixLength")
861
+ def prefix_length(self) -> str:
862
+ """
863
+ prefixLength for network interface
864
+ """
865
+ return pulumi.get(self, "prefix_length")
866
+
867
+ @property
868
+ @pulumi.getter(name="privateIPAddress")
869
+ def private_ip_address(self) -> Optional[str]:
870
+ """
871
+ PrivateIPAddress - Private IP address of the IP configuration.
872
+ """
873
+ return pulumi.get(self, "private_ip_address")
874
+
875
+ @property
876
+ @pulumi.getter
877
+ def subnet(self) -> Optional['outputs.IPConfigurationResponseSubnet']:
878
+ """
879
+ Subnet - Name of Subnet bound to the IP configuration.
880
+ """
881
+ return pulumi.get(self, "subnet")
882
+
883
+
884
+ @pulumi.output_type
885
+ class IPConfigurationResponseSubnet(dict):
886
+ """
887
+ Subnet - Name of Subnet bound to the IP configuration.
888
+ """
889
+ def __init__(__self__, *,
890
+ id: Optional[str] = None):
891
+ """
892
+ Subnet - Name of Subnet bound to the IP configuration.
893
+ :param str id: ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
894
+ """
895
+ if id is not None:
896
+ pulumi.set(__self__, "id", id)
897
+
898
+ @property
899
+ @pulumi.getter
900
+ def id(self) -> Optional[str]:
901
+ """
902
+ ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
903
+ """
904
+ return pulumi.get(self, "id")
905
+
906
+
907
+ @pulumi.output_type
908
+ class IPPoolInfoResponse(dict):
909
+ def __init__(__self__, *,
910
+ available: str,
911
+ used: str):
912
+ """
913
+ :param str available: Number of IP addresses available in the IP Pool
914
+ :param str used: Number of IP addresses allocated from the IP Pool
915
+ """
916
+ pulumi.set(__self__, "available", available)
917
+ pulumi.set(__self__, "used", used)
918
+
919
+ @property
920
+ @pulumi.getter
921
+ def available(self) -> str:
922
+ """
923
+ Number of IP addresses available in the IP Pool
924
+ """
925
+ return pulumi.get(self, "available")
926
+
927
+ @property
928
+ @pulumi.getter
929
+ def used(self) -> str:
930
+ """
931
+ Number of IP addresses allocated from the IP Pool
932
+ """
933
+ return pulumi.get(self, "used")
934
+
935
+
936
+ @pulumi.output_type
937
+ class IPPoolResponse(dict):
938
+ @staticmethod
939
+ def __key_warning(key: str):
940
+ suggest = None
941
+ if key == "ipPoolType":
942
+ suggest = "ip_pool_type"
943
+
944
+ if suggest:
945
+ pulumi.log.warn(f"Key '{key}' not found in IPPoolResponse. Access the value via the '{suggest}' property getter instead.")
946
+
947
+ def __getitem__(self, key: str) -> Any:
948
+ IPPoolResponse.__key_warning(key)
949
+ return super().__getitem__(key)
950
+
951
+ def get(self, key: str, default = None) -> Any:
952
+ IPPoolResponse.__key_warning(key)
953
+ return super().get(key, default)
954
+
955
+ def __init__(__self__, *,
956
+ end: Optional[str] = None,
957
+ info: Optional['outputs.IPPoolInfoResponse'] = None,
958
+ ip_pool_type: Optional[str] = None,
959
+ name: Optional[str] = None,
960
+ start: Optional[str] = None):
961
+ """
962
+ :param str end: End of the IP address pool
963
+ :param str ip_pool_type: Type of the IP Pool [vm, vippool]
964
+ :param str name: Name of the IP-Pool
965
+ :param str start: Start of the IP address pool
966
+ """
967
+ if end is not None:
968
+ pulumi.set(__self__, "end", end)
969
+ if info is not None:
970
+ pulumi.set(__self__, "info", info)
971
+ if ip_pool_type is not None:
972
+ pulumi.set(__self__, "ip_pool_type", ip_pool_type)
973
+ if name is not None:
974
+ pulumi.set(__self__, "name", name)
975
+ if start is not None:
976
+ pulumi.set(__self__, "start", start)
977
+
978
+ @property
979
+ @pulumi.getter
980
+ def end(self) -> Optional[str]:
981
+ """
982
+ End of the IP address pool
983
+ """
984
+ return pulumi.get(self, "end")
985
+
986
+ @property
987
+ @pulumi.getter
988
+ def info(self) -> Optional['outputs.IPPoolInfoResponse']:
989
+ return pulumi.get(self, "info")
990
+
991
+ @property
992
+ @pulumi.getter(name="ipPoolType")
993
+ def ip_pool_type(self) -> Optional[str]:
994
+ """
995
+ Type of the IP Pool [vm, vippool]
996
+ """
997
+ return pulumi.get(self, "ip_pool_type")
998
+
999
+ @property
1000
+ @pulumi.getter
1001
+ def name(self) -> Optional[str]:
1002
+ """
1003
+ Name of the IP-Pool
1004
+ """
1005
+ return pulumi.get(self, "name")
1006
+
1007
+ @property
1008
+ @pulumi.getter
1009
+ def start(self) -> Optional[str]:
1010
+ """
1011
+ Start of the IP address pool
1012
+ """
1013
+ return pulumi.get(self, "start")
1014
+
1015
+
1016
+ @pulumi.output_type
1017
+ class IdentityResponse(dict):
1018
+ """
1019
+ Identity for the resource.
1020
+ """
1021
+ @staticmethod
1022
+ def __key_warning(key: str):
1023
+ suggest = None
1024
+ if key == "principalId":
1025
+ suggest = "principal_id"
1026
+ elif key == "tenantId":
1027
+ suggest = "tenant_id"
1028
+
1029
+ if suggest:
1030
+ pulumi.log.warn(f"Key '{key}' not found in IdentityResponse. Access the value via the '{suggest}' property getter instead.")
1031
+
1032
+ def __getitem__(self, key: str) -> Any:
1033
+ IdentityResponse.__key_warning(key)
1034
+ return super().__getitem__(key)
1035
+
1036
+ def get(self, key: str, default = None) -> Any:
1037
+ IdentityResponse.__key_warning(key)
1038
+ return super().get(key, default)
1039
+
1040
+ def __init__(__self__, *,
1041
+ principal_id: str,
1042
+ tenant_id: str,
1043
+ type: Optional[str] = None):
1044
+ """
1045
+ Identity for the resource.
1046
+ :param str principal_id: The principal ID of resource identity.
1047
+ :param str tenant_id: The tenant ID of resource.
1048
+ :param str type: The identity type.
1049
+ """
1050
+ pulumi.set(__self__, "principal_id", principal_id)
1051
+ pulumi.set(__self__, "tenant_id", tenant_id)
1052
+ if type is not None:
1053
+ pulumi.set(__self__, "type", type)
1054
+
1055
+ @property
1056
+ @pulumi.getter(name="principalId")
1057
+ def principal_id(self) -> str:
1058
+ """
1059
+ The principal ID of resource identity.
1060
+ """
1061
+ return pulumi.get(self, "principal_id")
1062
+
1063
+ @property
1064
+ @pulumi.getter(name="tenantId")
1065
+ def tenant_id(self) -> str:
1066
+ """
1067
+ The tenant ID of resource.
1068
+ """
1069
+ return pulumi.get(self, "tenant_id")
1070
+
1071
+ @property
1072
+ @pulumi.getter
1073
+ def type(self) -> Optional[str]:
1074
+ """
1075
+ The identity type.
1076
+ """
1077
+ return pulumi.get(self, "type")
1078
+
1079
+
1080
+ @pulumi.output_type
1081
+ class InstanceViewStatusResponse(dict):
1082
+ """
1083
+ Instance view status.
1084
+ """
1085
+ @staticmethod
1086
+ def __key_warning(key: str):
1087
+ suggest = None
1088
+ if key == "displayStatus":
1089
+ suggest = "display_status"
1090
+
1091
+ if suggest:
1092
+ pulumi.log.warn(f"Key '{key}' not found in InstanceViewStatusResponse. Access the value via the '{suggest}' property getter instead.")
1093
+
1094
+ def __getitem__(self, key: str) -> Any:
1095
+ InstanceViewStatusResponse.__key_warning(key)
1096
+ return super().__getitem__(key)
1097
+
1098
+ def get(self, key: str, default = None) -> Any:
1099
+ InstanceViewStatusResponse.__key_warning(key)
1100
+ return super().get(key, default)
1101
+
1102
+ def __init__(__self__, *,
1103
+ code: Optional[str] = None,
1104
+ display_status: Optional[str] = None,
1105
+ level: Optional[str] = None,
1106
+ message: Optional[str] = None,
1107
+ time: Optional[str] = None):
1108
+ """
1109
+ Instance view status.
1110
+ :param str code: The status code.
1111
+ :param str display_status: The short localizable label for the status.
1112
+ :param str level: The level code.
1113
+ :param str message: The detailed status message, including for alerts and error messages.
1114
+ :param str time: The time of the status.
1115
+ """
1116
+ if code is not None:
1117
+ pulumi.set(__self__, "code", code)
1118
+ if display_status is not None:
1119
+ pulumi.set(__self__, "display_status", display_status)
1120
+ if level is not None:
1121
+ pulumi.set(__self__, "level", level)
1122
+ if message is not None:
1123
+ pulumi.set(__self__, "message", message)
1124
+ if time is not None:
1125
+ pulumi.set(__self__, "time", time)
1126
+
1127
+ @property
1128
+ @pulumi.getter
1129
+ def code(self) -> Optional[str]:
1130
+ """
1131
+ The status code.
1132
+ """
1133
+ return pulumi.get(self, "code")
1134
+
1135
+ @property
1136
+ @pulumi.getter(name="displayStatus")
1137
+ def display_status(self) -> Optional[str]:
1138
+ """
1139
+ The short localizable label for the status.
1140
+ """
1141
+ return pulumi.get(self, "display_status")
1142
+
1143
+ @property
1144
+ @pulumi.getter
1145
+ def level(self) -> Optional[str]:
1146
+ """
1147
+ The level code.
1148
+ """
1149
+ return pulumi.get(self, "level")
1150
+
1151
+ @property
1152
+ @pulumi.getter
1153
+ def message(self) -> Optional[str]:
1154
+ """
1155
+ The detailed status message, including for alerts and error messages.
1156
+ """
1157
+ return pulumi.get(self, "message")
1158
+
1159
+ @property
1160
+ @pulumi.getter
1161
+ def time(self) -> Optional[str]:
1162
+ """
1163
+ The time of the status.
1164
+ """
1165
+ return pulumi.get(self, "time")
1166
+
1167
+
1168
+ @pulumi.output_type
1169
+ class InterfaceDNSSettingsResponse(dict):
1170
+ @staticmethod
1171
+ def __key_warning(key: str):
1172
+ suggest = None
1173
+ if key == "dnsServers":
1174
+ suggest = "dns_servers"
1175
+
1176
+ if suggest:
1177
+ pulumi.log.warn(f"Key '{key}' not found in InterfaceDNSSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1178
+
1179
+ def __getitem__(self, key: str) -> Any:
1180
+ InterfaceDNSSettingsResponse.__key_warning(key)
1181
+ return super().__getitem__(key)
1182
+
1183
+ def get(self, key: str, default = None) -> Any:
1184
+ InterfaceDNSSettingsResponse.__key_warning(key)
1185
+ return super().get(key, default)
1186
+
1187
+ def __init__(__self__, *,
1188
+ dns_servers: Optional[Sequence[str]] = None):
1189
+ """
1190
+ :param Sequence[str] dns_servers: List of DNS server IP Addresses for the interface
1191
+ """
1192
+ if dns_servers is not None:
1193
+ pulumi.set(__self__, "dns_servers", dns_servers)
1194
+
1195
+ @property
1196
+ @pulumi.getter(name="dnsServers")
1197
+ def dns_servers(self) -> Optional[Sequence[str]]:
1198
+ """
1199
+ List of DNS server IP Addresses for the interface
1200
+ """
1201
+ return pulumi.get(self, "dns_servers")
1202
+
1203
+
1204
+ @pulumi.output_type
1205
+ class LogicalNetworkPropertiesResponseDhcpOptions(dict):
1206
+ """
1207
+ 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.
1208
+ """
1209
+ @staticmethod
1210
+ def __key_warning(key: str):
1211
+ suggest = None
1212
+ if key == "dnsServers":
1213
+ suggest = "dns_servers"
1214
+
1215
+ if suggest:
1216
+ pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkPropertiesResponseDhcpOptions. Access the value via the '{suggest}' property getter instead.")
1217
+
1218
+ def __getitem__(self, key: str) -> Any:
1219
+ LogicalNetworkPropertiesResponseDhcpOptions.__key_warning(key)
1220
+ return super().__getitem__(key)
1221
+
1222
+ def get(self, key: str, default = None) -> Any:
1223
+ LogicalNetworkPropertiesResponseDhcpOptions.__key_warning(key)
1224
+ return super().get(key, default)
1225
+
1226
+ def __init__(__self__, *,
1227
+ dns_servers: Optional[Sequence[str]] = None):
1228
+ """
1229
+ 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.
1230
+ :param Sequence[str] dns_servers: The list of DNS servers IP addresses.
1231
+ """
1232
+ if dns_servers is not None:
1233
+ pulumi.set(__self__, "dns_servers", dns_servers)
1234
+
1235
+ @property
1236
+ @pulumi.getter(name="dnsServers")
1237
+ def dns_servers(self) -> Optional[Sequence[str]]:
1238
+ """
1239
+ The list of DNS servers IP addresses.
1240
+ """
1241
+ return pulumi.get(self, "dns_servers")
1242
+
1243
+
1244
+ @pulumi.output_type
1245
+ class LogicalNetworkStatusResponse(dict):
1246
+ """
1247
+ The observed state of logical networks
1248
+ """
1249
+ @staticmethod
1250
+ def __key_warning(key: str):
1251
+ suggest = None
1252
+ if key == "errorCode":
1253
+ suggest = "error_code"
1254
+ elif key == "errorMessage":
1255
+ suggest = "error_message"
1256
+ elif key == "provisioningStatus":
1257
+ suggest = "provisioning_status"
1258
+
1259
+ if suggest:
1260
+ pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkStatusResponse. Access the value via the '{suggest}' property getter instead.")
1261
+
1262
+ def __getitem__(self, key: str) -> Any:
1263
+ LogicalNetworkStatusResponse.__key_warning(key)
1264
+ return super().__getitem__(key)
1265
+
1266
+ def get(self, key: str, default = None) -> Any:
1267
+ LogicalNetworkStatusResponse.__key_warning(key)
1268
+ return super().get(key, default)
1269
+
1270
+ def __init__(__self__, *,
1271
+ error_code: Optional[str] = None,
1272
+ error_message: Optional[str] = None,
1273
+ provisioning_status: Optional['outputs.LogicalNetworkStatusResponseProvisioningStatus'] = None):
1274
+ """
1275
+ The observed state of logical networks
1276
+ :param str error_code: LogicalNetwork provisioning error code
1277
+ :param str error_message: Descriptive error message
1278
+ """
1279
+ if error_code is not None:
1280
+ pulumi.set(__self__, "error_code", error_code)
1281
+ if error_message is not None:
1282
+ pulumi.set(__self__, "error_message", error_message)
1283
+ if provisioning_status is not None:
1284
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
1285
+
1286
+ @property
1287
+ @pulumi.getter(name="errorCode")
1288
+ def error_code(self) -> Optional[str]:
1289
+ """
1290
+ LogicalNetwork provisioning error code
1291
+ """
1292
+ return pulumi.get(self, "error_code")
1293
+
1294
+ @property
1295
+ @pulumi.getter(name="errorMessage")
1296
+ def error_message(self) -> Optional[str]:
1297
+ """
1298
+ Descriptive error message
1299
+ """
1300
+ return pulumi.get(self, "error_message")
1301
+
1302
+ @property
1303
+ @pulumi.getter(name="provisioningStatus")
1304
+ def provisioning_status(self) -> Optional['outputs.LogicalNetworkStatusResponseProvisioningStatus']:
1305
+ return pulumi.get(self, "provisioning_status")
1306
+
1307
+
1308
+ @pulumi.output_type
1309
+ class LogicalNetworkStatusResponseProvisioningStatus(dict):
1310
+ @staticmethod
1311
+ def __key_warning(key: str):
1312
+ suggest = None
1313
+ if key == "operationId":
1314
+ suggest = "operation_id"
1315
+
1316
+ if suggest:
1317
+ pulumi.log.warn(f"Key '{key}' not found in LogicalNetworkStatusResponseProvisioningStatus. Access the value via the '{suggest}' property getter instead.")
1318
+
1319
+ def __getitem__(self, key: str) -> Any:
1320
+ LogicalNetworkStatusResponseProvisioningStatus.__key_warning(key)
1321
+ return super().__getitem__(key)
1322
+
1323
+ def get(self, key: str, default = None) -> Any:
1324
+ LogicalNetworkStatusResponseProvisioningStatus.__key_warning(key)
1325
+ return super().get(key, default)
1326
+
1327
+ def __init__(__self__, *,
1328
+ operation_id: Optional[str] = None,
1329
+ status: Optional[str] = None):
1330
+ """
1331
+ :param str operation_id: The ID of the operation performed on the logical network
1332
+ :param str status: The status of the operation performed on the logical network [Succeeded, Failed, InProgress]
1333
+ """
1334
+ if operation_id is not None:
1335
+ pulumi.set(__self__, "operation_id", operation_id)
1336
+ if status is not None:
1337
+ pulumi.set(__self__, "status", status)
1338
+
1339
+ @property
1340
+ @pulumi.getter(name="operationId")
1341
+ def operation_id(self) -> Optional[str]:
1342
+ """
1343
+ The ID of the operation performed on the logical network
1344
+ """
1345
+ return pulumi.get(self, "operation_id")
1346
+
1347
+ @property
1348
+ @pulumi.getter
1349
+ def status(self) -> Optional[str]:
1350
+ """
1351
+ The status of the operation performed on the logical network [Succeeded, Failed, InProgress]
1352
+ """
1353
+ return pulumi.get(self, "status")
1354
+
1355
+
1356
+ @pulumi.output_type
1357
+ class MarketplaceGalleryImageStatusResponse(dict):
1358
+ """
1359
+ The observed state of marketplace gallery images
1360
+ """
1361
+ @staticmethod
1362
+ def __key_warning(key: str):
1363
+ suggest = None
1364
+ if key == "downloadStatus":
1365
+ suggest = "download_status"
1366
+ elif key == "errorCode":
1367
+ suggest = "error_code"
1368
+ elif key == "errorMessage":
1369
+ suggest = "error_message"
1370
+ elif key == "progressPercentage":
1371
+ suggest = "progress_percentage"
1372
+ elif key == "provisioningStatus":
1373
+ suggest = "provisioning_status"
1374
+
1375
+ if suggest:
1376
+ pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusResponse. Access the value via the '{suggest}' property getter instead.")
1377
+
1378
+ def __getitem__(self, key: str) -> Any:
1379
+ MarketplaceGalleryImageStatusResponse.__key_warning(key)
1380
+ return super().__getitem__(key)
1381
+
1382
+ def get(self, key: str, default = None) -> Any:
1383
+ MarketplaceGalleryImageStatusResponse.__key_warning(key)
1384
+ return super().get(key, default)
1385
+
1386
+ def __init__(__self__, *,
1387
+ download_status: Optional['outputs.MarketplaceGalleryImageStatusResponseDownloadStatus'] = None,
1388
+ error_code: Optional[str] = None,
1389
+ error_message: Optional[str] = None,
1390
+ progress_percentage: Optional[float] = None,
1391
+ provisioning_status: Optional['outputs.MarketplaceGalleryImageStatusResponseProvisioningStatus'] = None):
1392
+ """
1393
+ The observed state of marketplace gallery images
1394
+ :param 'MarketplaceGalleryImageStatusResponseDownloadStatus' download_status: The download status of the gallery image
1395
+ :param str error_code: MarketplaceGalleryImage provisioning error code
1396
+ :param str error_message: Descriptive error message
1397
+ :param float progress_percentage: The progress of the operation in percentage
1398
+ """
1399
+ if download_status is not None:
1400
+ pulumi.set(__self__, "download_status", download_status)
1401
+ if error_code is not None:
1402
+ pulumi.set(__self__, "error_code", error_code)
1403
+ if error_message is not None:
1404
+ pulumi.set(__self__, "error_message", error_message)
1405
+ if progress_percentage is not None:
1406
+ pulumi.set(__self__, "progress_percentage", progress_percentage)
1407
+ if provisioning_status is not None:
1408
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
1409
+
1410
+ @property
1411
+ @pulumi.getter(name="downloadStatus")
1412
+ def download_status(self) -> Optional['outputs.MarketplaceGalleryImageStatusResponseDownloadStatus']:
1413
+ """
1414
+ The download status of the gallery image
1415
+ """
1416
+ return pulumi.get(self, "download_status")
1417
+
1418
+ @property
1419
+ @pulumi.getter(name="errorCode")
1420
+ def error_code(self) -> Optional[str]:
1421
+ """
1422
+ MarketplaceGalleryImage provisioning error code
1423
+ """
1424
+ return pulumi.get(self, "error_code")
1425
+
1426
+ @property
1427
+ @pulumi.getter(name="errorMessage")
1428
+ def error_message(self) -> Optional[str]:
1429
+ """
1430
+ Descriptive error message
1431
+ """
1432
+ return pulumi.get(self, "error_message")
1433
+
1434
+ @property
1435
+ @pulumi.getter(name="progressPercentage")
1436
+ def progress_percentage(self) -> Optional[float]:
1437
+ """
1438
+ The progress of the operation in percentage
1439
+ """
1440
+ return pulumi.get(self, "progress_percentage")
1441
+
1442
+ @property
1443
+ @pulumi.getter(name="provisioningStatus")
1444
+ def provisioning_status(self) -> Optional['outputs.MarketplaceGalleryImageStatusResponseProvisioningStatus']:
1445
+ return pulumi.get(self, "provisioning_status")
1446
+
1447
+
1448
+ @pulumi.output_type
1449
+ class MarketplaceGalleryImageStatusResponseDownloadStatus(dict):
1450
+ """
1451
+ The download status of the gallery image
1452
+ """
1453
+ @staticmethod
1454
+ def __key_warning(key: str):
1455
+ suggest = None
1456
+ if key == "downloadSizeInMB":
1457
+ suggest = "download_size_in_mb"
1458
+
1459
+ if suggest:
1460
+ pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusResponseDownloadStatus. Access the value via the '{suggest}' property getter instead.")
1461
+
1462
+ def __getitem__(self, key: str) -> Any:
1463
+ MarketplaceGalleryImageStatusResponseDownloadStatus.__key_warning(key)
1464
+ return super().__getitem__(key)
1465
+
1466
+ def get(self, key: str, default = None) -> Any:
1467
+ MarketplaceGalleryImageStatusResponseDownloadStatus.__key_warning(key)
1468
+ return super().get(key, default)
1469
+
1470
+ def __init__(__self__, *,
1471
+ download_size_in_mb: Optional[float] = None):
1472
+ """
1473
+ The download status of the gallery image
1474
+ :param float download_size_in_mb: The downloaded sized of the image in MB
1475
+ """
1476
+ if download_size_in_mb is not None:
1477
+ pulumi.set(__self__, "download_size_in_mb", download_size_in_mb)
1478
+
1479
+ @property
1480
+ @pulumi.getter(name="downloadSizeInMB")
1481
+ def download_size_in_mb(self) -> Optional[float]:
1482
+ """
1483
+ The downloaded sized of the image in MB
1484
+ """
1485
+ return pulumi.get(self, "download_size_in_mb")
1486
+
1487
+
1488
+ @pulumi.output_type
1489
+ class MarketplaceGalleryImageStatusResponseProvisioningStatus(dict):
1490
+ @staticmethod
1491
+ def __key_warning(key: str):
1492
+ suggest = None
1493
+ if key == "operationId":
1494
+ suggest = "operation_id"
1495
+
1496
+ if suggest:
1497
+ pulumi.log.warn(f"Key '{key}' not found in MarketplaceGalleryImageStatusResponseProvisioningStatus. Access the value via the '{suggest}' property getter instead.")
1498
+
1499
+ def __getitem__(self, key: str) -> Any:
1500
+ MarketplaceGalleryImageStatusResponseProvisioningStatus.__key_warning(key)
1501
+ return super().__getitem__(key)
1502
+
1503
+ def get(self, key: str, default = None) -> Any:
1504
+ MarketplaceGalleryImageStatusResponseProvisioningStatus.__key_warning(key)
1505
+ return super().get(key, default)
1506
+
1507
+ def __init__(__self__, *,
1508
+ operation_id: Optional[str] = None,
1509
+ status: Optional[str] = None):
1510
+ """
1511
+ :param str operation_id: The ID of the operation performed on the gallery image
1512
+ :param str status: The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
1513
+ """
1514
+ if operation_id is not None:
1515
+ pulumi.set(__self__, "operation_id", operation_id)
1516
+ if status is not None:
1517
+ pulumi.set(__self__, "status", status)
1518
+
1519
+ @property
1520
+ @pulumi.getter(name="operationId")
1521
+ def operation_id(self) -> Optional[str]:
1522
+ """
1523
+ The ID of the operation performed on the gallery image
1524
+ """
1525
+ return pulumi.get(self, "operation_id")
1526
+
1527
+ @property
1528
+ @pulumi.getter
1529
+ def status(self) -> Optional[str]:
1530
+ """
1531
+ The status of the operation performed on the gallery image [Succeeded, Failed, InProgress]
1532
+ """
1533
+ return pulumi.get(self, "status")
1534
+
1535
+
1536
+ @pulumi.output_type
1537
+ class NetworkInterfaceStatusResponse(dict):
1538
+ """
1539
+ The observed state of network interfaces
1540
+ """
1541
+ @staticmethod
1542
+ def __key_warning(key: str):
1543
+ suggest = None
1544
+ if key == "errorCode":
1545
+ suggest = "error_code"
1546
+ elif key == "errorMessage":
1547
+ suggest = "error_message"
1548
+ elif key == "provisioningStatus":
1549
+ suggest = "provisioning_status"
1550
+
1551
+ if suggest:
1552
+ pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceStatusResponse. Access the value via the '{suggest}' property getter instead.")
1553
+
1554
+ def __getitem__(self, key: str) -> Any:
1555
+ NetworkInterfaceStatusResponse.__key_warning(key)
1556
+ return super().__getitem__(key)
1557
+
1558
+ def get(self, key: str, default = None) -> Any:
1559
+ NetworkInterfaceStatusResponse.__key_warning(key)
1560
+ return super().get(key, default)
1561
+
1562
+ def __init__(__self__, *,
1563
+ error_code: Optional[str] = None,
1564
+ error_message: Optional[str] = None,
1565
+ provisioning_status: Optional['outputs.NetworkInterfaceStatusResponseProvisioningStatus'] = None):
1566
+ """
1567
+ The observed state of network interfaces
1568
+ :param str error_code: NetworkInterface provisioning error code
1569
+ :param str error_message: Descriptive error message
1570
+ """
1571
+ if error_code is not None:
1572
+ pulumi.set(__self__, "error_code", error_code)
1573
+ if error_message is not None:
1574
+ pulumi.set(__self__, "error_message", error_message)
1575
+ if provisioning_status is not None:
1576
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
1577
+
1578
+ @property
1579
+ @pulumi.getter(name="errorCode")
1580
+ def error_code(self) -> Optional[str]:
1581
+ """
1582
+ NetworkInterface provisioning error code
1583
+ """
1584
+ return pulumi.get(self, "error_code")
1585
+
1586
+ @property
1587
+ @pulumi.getter(name="errorMessage")
1588
+ def error_message(self) -> Optional[str]:
1589
+ """
1590
+ Descriptive error message
1591
+ """
1592
+ return pulumi.get(self, "error_message")
1593
+
1594
+ @property
1595
+ @pulumi.getter(name="provisioningStatus")
1596
+ def provisioning_status(self) -> Optional['outputs.NetworkInterfaceStatusResponseProvisioningStatus']:
1597
+ return pulumi.get(self, "provisioning_status")
1598
+
1599
+
1600
+ @pulumi.output_type
1601
+ class NetworkInterfaceStatusResponseProvisioningStatus(dict):
1602
+ @staticmethod
1603
+ def __key_warning(key: str):
1604
+ suggest = None
1605
+ if key == "operationId":
1606
+ suggest = "operation_id"
1607
+
1608
+ if suggest:
1609
+ pulumi.log.warn(f"Key '{key}' not found in NetworkInterfaceStatusResponseProvisioningStatus. Access the value via the '{suggest}' property getter instead.")
1610
+
1611
+ def __getitem__(self, key: str) -> Any:
1612
+ NetworkInterfaceStatusResponseProvisioningStatus.__key_warning(key)
1613
+ return super().__getitem__(key)
1614
+
1615
+ def get(self, key: str, default = None) -> Any:
1616
+ NetworkInterfaceStatusResponseProvisioningStatus.__key_warning(key)
1617
+ return super().get(key, default)
1618
+
1619
+ def __init__(__self__, *,
1620
+ operation_id: Optional[str] = None,
1621
+ status: Optional[str] = None):
1622
+ """
1623
+ :param str operation_id: The ID of the operation performed on the network interface
1624
+ :param str status: The status of the operation performed on the network interface [Succeeded, Failed, InProgress]
1625
+ """
1626
+ if operation_id is not None:
1627
+ pulumi.set(__self__, "operation_id", operation_id)
1628
+ if status is not None:
1629
+ pulumi.set(__self__, "status", status)
1630
+
1631
+ @property
1632
+ @pulumi.getter(name="operationId")
1633
+ def operation_id(self) -> Optional[str]:
1634
+ """
1635
+ The ID of the operation performed on the network interface
1636
+ """
1637
+ return pulumi.get(self, "operation_id")
1638
+
1639
+ @property
1640
+ @pulumi.getter
1641
+ def status(self) -> Optional[str]:
1642
+ """
1643
+ The status of the operation performed on the network interface [Succeeded, Failed, InProgress]
1644
+ """
1645
+ return pulumi.get(self, "status")
1646
+
1647
+
1648
+ @pulumi.output_type
1649
+ class RouteResponse(dict):
1650
+ """
1651
+ Route - Route resource.
1652
+ """
1653
+ @staticmethod
1654
+ def __key_warning(key: str):
1655
+ suggest = None
1656
+ if key == "addressPrefix":
1657
+ suggest = "address_prefix"
1658
+ elif key == "nextHopIpAddress":
1659
+ suggest = "next_hop_ip_address"
1660
+
1661
+ if suggest:
1662
+ pulumi.log.warn(f"Key '{key}' not found in RouteResponse. Access the value via the '{suggest}' property getter instead.")
1663
+
1664
+ def __getitem__(self, key: str) -> Any:
1665
+ RouteResponse.__key_warning(key)
1666
+ return super().__getitem__(key)
1667
+
1668
+ def get(self, key: str, default = None) -> Any:
1669
+ RouteResponse.__key_warning(key)
1670
+ return super().get(key, default)
1671
+
1672
+ def __init__(__self__, *,
1673
+ address_prefix: Optional[str] = None,
1674
+ name: Optional[str] = None,
1675
+ next_hop_ip_address: Optional[str] = None):
1676
+ """
1677
+ Route - Route resource.
1678
+ :param str address_prefix: The destination CIDR to which the route applies.
1679
+ :param str name: Name - name of the subnet
1680
+ :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.
1681
+ """
1682
+ if address_prefix is not None:
1683
+ pulumi.set(__self__, "address_prefix", address_prefix)
1684
+ if name is not None:
1685
+ pulumi.set(__self__, "name", name)
1686
+ if next_hop_ip_address is not None:
1687
+ pulumi.set(__self__, "next_hop_ip_address", next_hop_ip_address)
1688
+
1689
+ @property
1690
+ @pulumi.getter(name="addressPrefix")
1691
+ def address_prefix(self) -> Optional[str]:
1692
+ """
1693
+ The destination CIDR to which the route applies.
1694
+ """
1695
+ return pulumi.get(self, "address_prefix")
1696
+
1697
+ @property
1698
+ @pulumi.getter
1699
+ def name(self) -> Optional[str]:
1700
+ """
1701
+ Name - name of the subnet
1702
+ """
1703
+ return pulumi.get(self, "name")
1704
+
1705
+ @property
1706
+ @pulumi.getter(name="nextHopIpAddress")
1707
+ def next_hop_ip_address(self) -> Optional[str]:
1708
+ """
1709
+ The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
1710
+ """
1711
+ return pulumi.get(self, "next_hop_ip_address")
1712
+
1713
+
1714
+ @pulumi.output_type
1715
+ class RouteTableResponse(dict):
1716
+ """
1717
+ Route table resource.
1718
+ """
1719
+ def __init__(__self__, *,
1720
+ etag: str,
1721
+ name: str,
1722
+ type: str,
1723
+ routes: Optional[Sequence['outputs.RouteResponse']] = None):
1724
+ """
1725
+ Route table resource.
1726
+ :param str etag: A unique read-only string that changes whenever the resource is updated.
1727
+ :param str name: Resource name.
1728
+ :param str type: Resource type.
1729
+ :param Sequence['RouteResponse'] routes: Collection of routes contained within a route table.
1730
+ """
1731
+ pulumi.set(__self__, "etag", etag)
1732
+ pulumi.set(__self__, "name", name)
1733
+ pulumi.set(__self__, "type", type)
1734
+ if routes is not None:
1735
+ pulumi.set(__self__, "routes", routes)
1736
+
1737
+ @property
1738
+ @pulumi.getter
1739
+ def etag(self) -> str:
1740
+ """
1741
+ A unique read-only string that changes whenever the resource is updated.
1742
+ """
1743
+ return pulumi.get(self, "etag")
1744
+
1745
+ @property
1746
+ @pulumi.getter
1747
+ def name(self) -> str:
1748
+ """
1749
+ Resource name.
1750
+ """
1751
+ return pulumi.get(self, "name")
1752
+
1753
+ @property
1754
+ @pulumi.getter
1755
+ def type(self) -> str:
1756
+ """
1757
+ Resource type.
1758
+ """
1759
+ return pulumi.get(self, "type")
1760
+
1761
+ @property
1762
+ @pulumi.getter
1763
+ def routes(self) -> Optional[Sequence['outputs.RouteResponse']]:
1764
+ """
1765
+ Collection of routes contained within a route table.
1766
+ """
1767
+ return pulumi.get(self, "routes")
1768
+
1769
+
1770
+ @pulumi.output_type
1771
+ class SshConfigurationResponse(dict):
1772
+ """
1773
+ SSH configuration for Linux based VMs running on Azure
1774
+ """
1775
+ @staticmethod
1776
+ def __key_warning(key: str):
1777
+ suggest = None
1778
+ if key == "publicKeys":
1779
+ suggest = "public_keys"
1780
+
1781
+ if suggest:
1782
+ pulumi.log.warn(f"Key '{key}' not found in SshConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1783
+
1784
+ def __getitem__(self, key: str) -> Any:
1785
+ SshConfigurationResponse.__key_warning(key)
1786
+ return super().__getitem__(key)
1787
+
1788
+ def get(self, key: str, default = None) -> Any:
1789
+ SshConfigurationResponse.__key_warning(key)
1790
+ return super().get(key, default)
1791
+
1792
+ def __init__(__self__, *,
1793
+ public_keys: Optional[Sequence['outputs.SshPublicKeyResponse']] = None):
1794
+ """
1795
+ SSH configuration for Linux based VMs running on Azure
1796
+ :param Sequence['SshPublicKeyResponse'] public_keys: The list of SSH public keys used to authenticate with linux based VMs.
1797
+ """
1798
+ if public_keys is not None:
1799
+ pulumi.set(__self__, "public_keys", public_keys)
1800
+
1801
+ @property
1802
+ @pulumi.getter(name="publicKeys")
1803
+ def public_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]:
1804
+ """
1805
+ The list of SSH public keys used to authenticate with linux based VMs.
1806
+ """
1807
+ return pulumi.get(self, "public_keys")
1808
+
1809
+
1810
+ @pulumi.output_type
1811
+ class SshPublicKeyResponse(dict):
1812
+ """
1813
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1814
+ """
1815
+ @staticmethod
1816
+ def __key_warning(key: str):
1817
+ suggest = None
1818
+ if key == "keyData":
1819
+ suggest = "key_data"
1820
+
1821
+ if suggest:
1822
+ pulumi.log.warn(f"Key '{key}' not found in SshPublicKeyResponse. Access the value via the '{suggest}' property getter instead.")
1823
+
1824
+ def __getitem__(self, key: str) -> Any:
1825
+ SshPublicKeyResponse.__key_warning(key)
1826
+ return super().__getitem__(key)
1827
+
1828
+ def get(self, key: str, default = None) -> Any:
1829
+ SshPublicKeyResponse.__key_warning(key)
1830
+ return super().get(key, default)
1831
+
1832
+ def __init__(__self__, *,
1833
+ key_data: Optional[str] = None,
1834
+ path: Optional[str] = None):
1835
+ """
1836
+ Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed.
1837
+ :param str key_data: SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1838
+ :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
1839
+ """
1840
+ if key_data is not None:
1841
+ pulumi.set(__self__, "key_data", key_data)
1842
+ if path is not None:
1843
+ pulumi.set(__self__, "path", path)
1844
+
1845
+ @property
1846
+ @pulumi.getter(name="keyData")
1847
+ def key_data(self) -> Optional[str]:
1848
+ """
1849
+ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed).
1850
+ """
1851
+ return pulumi.get(self, "key_data")
1852
+
1853
+ @property
1854
+ @pulumi.getter
1855
+ def path(self) -> Optional[str]:
1856
+ """
1857
+ 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
1858
+ """
1859
+ return pulumi.get(self, "path")
1860
+
1861
+
1862
+ @pulumi.output_type
1863
+ class StorageContainerStatusResponse(dict):
1864
+ """
1865
+ The observed state of storage containers
1866
+ """
1867
+ @staticmethod
1868
+ def __key_warning(key: str):
1869
+ suggest = None
1870
+ if key == "availableSizeMB":
1871
+ suggest = "available_size_mb"
1872
+ elif key == "containerSizeMB":
1873
+ suggest = "container_size_mb"
1874
+ elif key == "errorCode":
1875
+ suggest = "error_code"
1876
+ elif key == "errorMessage":
1877
+ suggest = "error_message"
1878
+ elif key == "provisioningStatus":
1879
+ suggest = "provisioning_status"
1880
+
1881
+ if suggest:
1882
+ pulumi.log.warn(f"Key '{key}' not found in StorageContainerStatusResponse. Access the value via the '{suggest}' property getter instead.")
1883
+
1884
+ def __getitem__(self, key: str) -> Any:
1885
+ StorageContainerStatusResponse.__key_warning(key)
1886
+ return super().__getitem__(key)
1887
+
1888
+ def get(self, key: str, default = None) -> Any:
1889
+ StorageContainerStatusResponse.__key_warning(key)
1890
+ return super().get(key, default)
1891
+
1892
+ def __init__(__self__, *,
1893
+ available_size_mb: Optional[float] = None,
1894
+ container_size_mb: Optional[float] = None,
1895
+ error_code: Optional[str] = None,
1896
+ error_message: Optional[str] = None,
1897
+ provisioning_status: Optional['outputs.StorageContainerStatusResponseProvisioningStatus'] = None):
1898
+ """
1899
+ The observed state of storage containers
1900
+ :param float available_size_mb: Amount of space available on the disk in MB
1901
+ :param float container_size_mb: Total size of the disk in MB
1902
+ :param str error_code: StorageContainer provisioning error code
1903
+ :param str error_message: Descriptive error message
1904
+ """
1905
+ if available_size_mb is not None:
1906
+ pulumi.set(__self__, "available_size_mb", available_size_mb)
1907
+ if container_size_mb is not None:
1908
+ pulumi.set(__self__, "container_size_mb", container_size_mb)
1909
+ if error_code is not None:
1910
+ pulumi.set(__self__, "error_code", error_code)
1911
+ if error_message is not None:
1912
+ pulumi.set(__self__, "error_message", error_message)
1913
+ if provisioning_status is not None:
1914
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
1915
+
1916
+ @property
1917
+ @pulumi.getter(name="availableSizeMB")
1918
+ def available_size_mb(self) -> Optional[float]:
1919
+ """
1920
+ Amount of space available on the disk in MB
1921
+ """
1922
+ return pulumi.get(self, "available_size_mb")
1923
+
1924
+ @property
1925
+ @pulumi.getter(name="containerSizeMB")
1926
+ def container_size_mb(self) -> Optional[float]:
1927
+ """
1928
+ Total size of the disk in MB
1929
+ """
1930
+ return pulumi.get(self, "container_size_mb")
1931
+
1932
+ @property
1933
+ @pulumi.getter(name="errorCode")
1934
+ def error_code(self) -> Optional[str]:
1935
+ """
1936
+ StorageContainer provisioning error code
1937
+ """
1938
+ return pulumi.get(self, "error_code")
1939
+
1940
+ @property
1941
+ @pulumi.getter(name="errorMessage")
1942
+ def error_message(self) -> Optional[str]:
1943
+ """
1944
+ Descriptive error message
1945
+ """
1946
+ return pulumi.get(self, "error_message")
1947
+
1948
+ @property
1949
+ @pulumi.getter(name="provisioningStatus")
1950
+ def provisioning_status(self) -> Optional['outputs.StorageContainerStatusResponseProvisioningStatus']:
1951
+ return pulumi.get(self, "provisioning_status")
1952
+
1953
+
1954
+ @pulumi.output_type
1955
+ class StorageContainerStatusResponseProvisioningStatus(dict):
1956
+ @staticmethod
1957
+ def __key_warning(key: str):
1958
+ suggest = None
1959
+ if key == "operationId":
1960
+ suggest = "operation_id"
1961
+
1962
+ if suggest:
1963
+ pulumi.log.warn(f"Key '{key}' not found in StorageContainerStatusResponseProvisioningStatus. Access the value via the '{suggest}' property getter instead.")
1964
+
1965
+ def __getitem__(self, key: str) -> Any:
1966
+ StorageContainerStatusResponseProvisioningStatus.__key_warning(key)
1967
+ return super().__getitem__(key)
1968
+
1969
+ def get(self, key: str, default = None) -> Any:
1970
+ StorageContainerStatusResponseProvisioningStatus.__key_warning(key)
1971
+ return super().get(key, default)
1972
+
1973
+ def __init__(__self__, *,
1974
+ operation_id: Optional[str] = None,
1975
+ status: Optional[str] = None):
1976
+ """
1977
+ :param str operation_id: The ID of the operation performed on the storage container
1978
+ :param str status: The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
1979
+ """
1980
+ if operation_id is not None:
1981
+ pulumi.set(__self__, "operation_id", operation_id)
1982
+ if status is not None:
1983
+ pulumi.set(__self__, "status", status)
1984
+
1985
+ @property
1986
+ @pulumi.getter(name="operationId")
1987
+ def operation_id(self) -> Optional[str]:
1988
+ """
1989
+ The ID of the operation performed on the storage container
1990
+ """
1991
+ return pulumi.get(self, "operation_id")
1992
+
1993
+ @property
1994
+ @pulumi.getter
1995
+ def status(self) -> Optional[str]:
1996
+ """
1997
+ The status of the operation performed on the storage container [Succeeded, Failed, InProgress]
1998
+ """
1999
+ return pulumi.get(self, "status")
2000
+
2001
+
2002
+ @pulumi.output_type
2003
+ class SubnetPropertiesFormatResponseIpConfigurationReferences(dict):
2004
+ """
2005
+ IPConfigurationReference - Describes a IPConfiguration under the virtual network
2006
+ """
2007
+ def __init__(__self__, *,
2008
+ id: Optional[str] = None):
2009
+ """
2010
+ IPConfigurationReference - Describes a IPConfiguration under the virtual network
2011
+ :param str id: IPConfigurationID
2012
+ """
2013
+ if id is not None:
2014
+ pulumi.set(__self__, "id", id)
2015
+
2016
+ @property
2017
+ @pulumi.getter
2018
+ def id(self) -> Optional[str]:
2019
+ """
2020
+ IPConfigurationID
2021
+ """
2022
+ return pulumi.get(self, "id")
2023
+
2024
+
2025
+ @pulumi.output_type
2026
+ class SubnetResponse(dict):
2027
+ @staticmethod
2028
+ def __key_warning(key: str):
2029
+ suggest = None
2030
+ if key == "addressPrefix":
2031
+ suggest = "address_prefix"
2032
+ elif key == "addressPrefixes":
2033
+ suggest = "address_prefixes"
2034
+ elif key == "ipAllocationMethod":
2035
+ suggest = "ip_allocation_method"
2036
+ elif key == "ipConfigurationReferences":
2037
+ suggest = "ip_configuration_references"
2038
+ elif key == "ipPools":
2039
+ suggest = "ip_pools"
2040
+ elif key == "routeTable":
2041
+ suggest = "route_table"
2042
+
2043
+ if suggest:
2044
+ pulumi.log.warn(f"Key '{key}' not found in SubnetResponse. Access the value via the '{suggest}' property getter instead.")
2045
+
2046
+ def __getitem__(self, key: str) -> Any:
2047
+ SubnetResponse.__key_warning(key)
2048
+ return super().__getitem__(key)
2049
+
2050
+ def get(self, key: str, default = None) -> Any:
2051
+ SubnetResponse.__key_warning(key)
2052
+ return super().get(key, default)
2053
+
2054
+ def __init__(__self__, *,
2055
+ address_prefix: Optional[str] = None,
2056
+ address_prefixes: Optional[Sequence[str]] = None,
2057
+ ip_allocation_method: Optional[str] = None,
2058
+ ip_configuration_references: Optional[Sequence['outputs.SubnetPropertiesFormatResponseIpConfigurationReferences']] = None,
2059
+ ip_pools: Optional[Sequence['outputs.IPPoolResponse']] = None,
2060
+ name: Optional[str] = None,
2061
+ route_table: Optional['outputs.RouteTableResponse'] = None,
2062
+ vlan: Optional[int] = None):
2063
+ """
2064
+ :param str address_prefix: The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
2065
+ :param Sequence[str] address_prefixes: List of address prefixes for the subnet.
2066
+ :param str ip_allocation_method: IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
2067
+ :param Sequence['SubnetPropertiesFormatResponseIpConfigurationReferences'] ip_configuration_references: IPConfigurationReferences - list of IPConfigurationReferences
2068
+ :param Sequence['IPPoolResponse'] ip_pools: network associated pool of IP Addresses
2069
+ :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.
2070
+ :param 'RouteTableResponse' route_table: Route table resource.
2071
+ :param int vlan: Vlan to use for the subnet
2072
+ """
2073
+ if address_prefix is not None:
2074
+ pulumi.set(__self__, "address_prefix", address_prefix)
2075
+ if address_prefixes is not None:
2076
+ pulumi.set(__self__, "address_prefixes", address_prefixes)
2077
+ if ip_allocation_method is not None:
2078
+ pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
2079
+ if ip_configuration_references is not None:
2080
+ pulumi.set(__self__, "ip_configuration_references", ip_configuration_references)
2081
+ if ip_pools is not None:
2082
+ pulumi.set(__self__, "ip_pools", ip_pools)
2083
+ if name is not None:
2084
+ pulumi.set(__self__, "name", name)
2085
+ if route_table is not None:
2086
+ pulumi.set(__self__, "route_table", route_table)
2087
+ if vlan is not None:
2088
+ pulumi.set(__self__, "vlan", vlan)
2089
+
2090
+ @property
2091
+ @pulumi.getter(name="addressPrefix")
2092
+ def address_prefix(self) -> Optional[str]:
2093
+ """
2094
+ The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6.
2095
+ """
2096
+ return pulumi.get(self, "address_prefix")
2097
+
2098
+ @property
2099
+ @pulumi.getter(name="addressPrefixes")
2100
+ def address_prefixes(self) -> Optional[Sequence[str]]:
2101
+ """
2102
+ List of address prefixes for the subnet.
2103
+ """
2104
+ return pulumi.get(self, "address_prefixes")
2105
+
2106
+ @property
2107
+ @pulumi.getter(name="ipAllocationMethod")
2108
+ def ip_allocation_method(self) -> Optional[str]:
2109
+ """
2110
+ IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'
2111
+ """
2112
+ return pulumi.get(self, "ip_allocation_method")
2113
+
2114
+ @property
2115
+ @pulumi.getter(name="ipConfigurationReferences")
2116
+ def ip_configuration_references(self) -> Optional[Sequence['outputs.SubnetPropertiesFormatResponseIpConfigurationReferences']]:
2117
+ """
2118
+ IPConfigurationReferences - list of IPConfigurationReferences
2119
+ """
2120
+ return pulumi.get(self, "ip_configuration_references")
2121
+
2122
+ @property
2123
+ @pulumi.getter(name="ipPools")
2124
+ def ip_pools(self) -> Optional[Sequence['outputs.IPPoolResponse']]:
2125
+ """
2126
+ network associated pool of IP Addresses
2127
+ """
2128
+ return pulumi.get(self, "ip_pools")
2129
+
2130
+ @property
2131
+ @pulumi.getter
2132
+ def name(self) -> Optional[str]:
2133
+ """
2134
+ Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.
2135
+ """
2136
+ return pulumi.get(self, "name")
2137
+
2138
+ @property
2139
+ @pulumi.getter(name="routeTable")
2140
+ def route_table(self) -> Optional['outputs.RouteTableResponse']:
2141
+ """
2142
+ Route table resource.
2143
+ """
2144
+ return pulumi.get(self, "route_table")
2145
+
2146
+ @property
2147
+ @pulumi.getter
2148
+ def vlan(self) -> Optional[int]:
2149
+ """
2150
+ Vlan to use for the subnet
2151
+ """
2152
+ return pulumi.get(self, "vlan")
2153
+
2154
+
2155
+ @pulumi.output_type
2156
+ class SystemDataResponse(dict):
2157
+ """
2158
+ Metadata pertaining to creation and last modification of the resource.
2159
+ """
2160
+ @staticmethod
2161
+ def __key_warning(key: str):
2162
+ suggest = None
2163
+ if key == "createdAt":
2164
+ suggest = "created_at"
2165
+ elif key == "createdBy":
2166
+ suggest = "created_by"
2167
+ elif key == "createdByType":
2168
+ suggest = "created_by_type"
2169
+ elif key == "lastModifiedAt":
2170
+ suggest = "last_modified_at"
2171
+ elif key == "lastModifiedBy":
2172
+ suggest = "last_modified_by"
2173
+ elif key == "lastModifiedByType":
2174
+ suggest = "last_modified_by_type"
2175
+
2176
+ if suggest:
2177
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
2178
+
2179
+ def __getitem__(self, key: str) -> Any:
2180
+ SystemDataResponse.__key_warning(key)
2181
+ return super().__getitem__(key)
2182
+
2183
+ def get(self, key: str, default = None) -> Any:
2184
+ SystemDataResponse.__key_warning(key)
2185
+ return super().get(key, default)
2186
+
2187
+ def __init__(__self__, *,
2188
+ created_at: Optional[str] = None,
2189
+ created_by: Optional[str] = None,
2190
+ created_by_type: Optional[str] = None,
2191
+ last_modified_at: Optional[str] = None,
2192
+ last_modified_by: Optional[str] = None,
2193
+ last_modified_by_type: Optional[str] = None):
2194
+ """
2195
+ Metadata pertaining to creation and last modification of the resource.
2196
+ :param str created_at: The timestamp of resource creation (UTC).
2197
+ :param str created_by: The identity that created the resource.
2198
+ :param str created_by_type: The type of identity that created the resource.
2199
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
2200
+ :param str last_modified_by: The identity that last modified the resource.
2201
+ :param str last_modified_by_type: The type of identity that last modified the resource.
2202
+ """
2203
+ if created_at is not None:
2204
+ pulumi.set(__self__, "created_at", created_at)
2205
+ if created_by is not None:
2206
+ pulumi.set(__self__, "created_by", created_by)
2207
+ if created_by_type is not None:
2208
+ pulumi.set(__self__, "created_by_type", created_by_type)
2209
+ if last_modified_at is not None:
2210
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
2211
+ if last_modified_by is not None:
2212
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
2213
+ if last_modified_by_type is not None:
2214
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
2215
+
2216
+ @property
2217
+ @pulumi.getter(name="createdAt")
2218
+ def created_at(self) -> Optional[str]:
2219
+ """
2220
+ The timestamp of resource creation (UTC).
2221
+ """
2222
+ return pulumi.get(self, "created_at")
2223
+
2224
+ @property
2225
+ @pulumi.getter(name="createdBy")
2226
+ def created_by(self) -> Optional[str]:
2227
+ """
2228
+ The identity that created the resource.
2229
+ """
2230
+ return pulumi.get(self, "created_by")
2231
+
2232
+ @property
2233
+ @pulumi.getter(name="createdByType")
2234
+ def created_by_type(self) -> Optional[str]:
2235
+ """
2236
+ The type of identity that created the resource.
2237
+ """
2238
+ return pulumi.get(self, "created_by_type")
2239
+
2240
+ @property
2241
+ @pulumi.getter(name="lastModifiedAt")
2242
+ def last_modified_at(self) -> Optional[str]:
2243
+ """
2244
+ The timestamp of resource last modification (UTC)
2245
+ """
2246
+ return pulumi.get(self, "last_modified_at")
2247
+
2248
+ @property
2249
+ @pulumi.getter(name="lastModifiedBy")
2250
+ def last_modified_by(self) -> Optional[str]:
2251
+ """
2252
+ The identity that last modified the resource.
2253
+ """
2254
+ return pulumi.get(self, "last_modified_by")
2255
+
2256
+ @property
2257
+ @pulumi.getter(name="lastModifiedByType")
2258
+ def last_modified_by_type(self) -> Optional[str]:
2259
+ """
2260
+ The type of identity that last modified the resource.
2261
+ """
2262
+ return pulumi.get(self, "last_modified_by_type")
2263
+
2264
+
2265
+ @pulumi.output_type
2266
+ class VirtualHardDiskStatusResponse(dict):
2267
+ """
2268
+ The observed state of virtual hard disks
2269
+ """
2270
+ @staticmethod
2271
+ def __key_warning(key: str):
2272
+ suggest = None
2273
+ if key == "errorCode":
2274
+ suggest = "error_code"
2275
+ elif key == "errorMessage":
2276
+ suggest = "error_message"
2277
+ elif key == "provisioningStatus":
2278
+ suggest = "provisioning_status"
2279
+
2280
+ if suggest:
2281
+ pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskStatusResponse. Access the value via the '{suggest}' property getter instead.")
2282
+
2283
+ def __getitem__(self, key: str) -> Any:
2284
+ VirtualHardDiskStatusResponse.__key_warning(key)
2285
+ return super().__getitem__(key)
2286
+
2287
+ def get(self, key: str, default = None) -> Any:
2288
+ VirtualHardDiskStatusResponse.__key_warning(key)
2289
+ return super().get(key, default)
2290
+
2291
+ def __init__(__self__, *,
2292
+ error_code: Optional[str] = None,
2293
+ error_message: Optional[str] = None,
2294
+ provisioning_status: Optional['outputs.VirtualHardDiskStatusResponseProvisioningStatus'] = None):
2295
+ """
2296
+ The observed state of virtual hard disks
2297
+ :param str error_code: VirtualHardDisk provisioning error code
2298
+ :param str error_message: Descriptive error message
2299
+ """
2300
+ if error_code is not None:
2301
+ pulumi.set(__self__, "error_code", error_code)
2302
+ if error_message is not None:
2303
+ pulumi.set(__self__, "error_message", error_message)
2304
+ if provisioning_status is not None:
2305
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
2306
+
2307
+ @property
2308
+ @pulumi.getter(name="errorCode")
2309
+ def error_code(self) -> Optional[str]:
2310
+ """
2311
+ VirtualHardDisk provisioning error code
2312
+ """
2313
+ return pulumi.get(self, "error_code")
2314
+
2315
+ @property
2316
+ @pulumi.getter(name="errorMessage")
2317
+ def error_message(self) -> Optional[str]:
2318
+ """
2319
+ Descriptive error message
2320
+ """
2321
+ return pulumi.get(self, "error_message")
2322
+
2323
+ @property
2324
+ @pulumi.getter(name="provisioningStatus")
2325
+ def provisioning_status(self) -> Optional['outputs.VirtualHardDiskStatusResponseProvisioningStatus']:
2326
+ return pulumi.get(self, "provisioning_status")
2327
+
2328
+
2329
+ @pulumi.output_type
2330
+ class VirtualHardDiskStatusResponseProvisioningStatus(dict):
2331
+ @staticmethod
2332
+ def __key_warning(key: str):
2333
+ suggest = None
2334
+ if key == "operationId":
2335
+ suggest = "operation_id"
2336
+
2337
+ if suggest:
2338
+ pulumi.log.warn(f"Key '{key}' not found in VirtualHardDiskStatusResponseProvisioningStatus. Access the value via the '{suggest}' property getter instead.")
2339
+
2340
+ def __getitem__(self, key: str) -> Any:
2341
+ VirtualHardDiskStatusResponseProvisioningStatus.__key_warning(key)
2342
+ return super().__getitem__(key)
2343
+
2344
+ def get(self, key: str, default = None) -> Any:
2345
+ VirtualHardDiskStatusResponseProvisioningStatus.__key_warning(key)
2346
+ return super().get(key, default)
2347
+
2348
+ def __init__(__self__, *,
2349
+ operation_id: Optional[str] = None,
2350
+ status: Optional[str] = None):
2351
+ """
2352
+ :param str operation_id: The ID of the operation performed on the virtual hard disk
2353
+ :param str status: The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress]
2354
+ """
2355
+ if operation_id is not None:
2356
+ pulumi.set(__self__, "operation_id", operation_id)
2357
+ if status is not None:
2358
+ pulumi.set(__self__, "status", status)
2359
+
2360
+ @property
2361
+ @pulumi.getter(name="operationId")
2362
+ def operation_id(self) -> Optional[str]:
2363
+ """
2364
+ The ID of the operation performed on the virtual hard disk
2365
+ """
2366
+ return pulumi.get(self, "operation_id")
2367
+
2368
+ @property
2369
+ @pulumi.getter
2370
+ def status(self) -> Optional[str]:
2371
+ """
2372
+ The status of the operation performed on the virtual hard disk [Succeeded, Failed, InProgress]
2373
+ """
2374
+ return pulumi.get(self, "status")
2375
+
2376
+
2377
+ @pulumi.output_type
2378
+ class VirtualMachineConfigAgentInstanceViewResponse(dict):
2379
+ """
2380
+ The instance view of the VM Config Agent running on the virtual machine.
2381
+ """
2382
+ @staticmethod
2383
+ def __key_warning(key: str):
2384
+ suggest = None
2385
+ if key == "vmConfigAgentVersion":
2386
+ suggest = "vm_config_agent_version"
2387
+
2388
+ if suggest:
2389
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineConfigAgentInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
2390
+
2391
+ def __getitem__(self, key: str) -> Any:
2392
+ VirtualMachineConfigAgentInstanceViewResponse.__key_warning(key)
2393
+ return super().__getitem__(key)
2394
+
2395
+ def get(self, key: str, default = None) -> Any:
2396
+ VirtualMachineConfigAgentInstanceViewResponse.__key_warning(key)
2397
+ return super().get(key, default)
2398
+
2399
+ def __init__(__self__, *,
2400
+ statuses: Optional[Sequence['outputs.InstanceViewStatusResponse']] = None,
2401
+ vm_config_agent_version: Optional[str] = None):
2402
+ """
2403
+ The instance view of the VM Config Agent running on the virtual machine.
2404
+ :param Sequence['InstanceViewStatusResponse'] statuses: The resource status information.
2405
+ :param str vm_config_agent_version: The VM Config Agent full version.
2406
+ """
2407
+ if statuses is not None:
2408
+ pulumi.set(__self__, "statuses", statuses)
2409
+ if vm_config_agent_version is not None:
2410
+ pulumi.set(__self__, "vm_config_agent_version", vm_config_agent_version)
2411
+
2412
+ @property
2413
+ @pulumi.getter
2414
+ def statuses(self) -> Optional[Sequence['outputs.InstanceViewStatusResponse']]:
2415
+ """
2416
+ The resource status information.
2417
+ """
2418
+ return pulumi.get(self, "statuses")
2419
+
2420
+ @property
2421
+ @pulumi.getter(name="vmConfigAgentVersion")
2422
+ def vm_config_agent_version(self) -> Optional[str]:
2423
+ """
2424
+ The VM Config Agent full version.
2425
+ """
2426
+ return pulumi.get(self, "vm_config_agent_version")
2427
+
2428
+
2429
+ @pulumi.output_type
2430
+ class VirtualMachineInstancePropertiesResponseDataDisks(dict):
2431
+ def __init__(__self__, *,
2432
+ id: Optional[str] = None):
2433
+ """
2434
+ :param str id: Resource ID of the data disk
2435
+ """
2436
+ if id is not None:
2437
+ pulumi.set(__self__, "id", id)
2438
+
2439
+ @property
2440
+ @pulumi.getter
2441
+ def id(self) -> Optional[str]:
2442
+ """
2443
+ Resource ID of the data disk
2444
+ """
2445
+ return pulumi.get(self, "id")
2446
+
2447
+
2448
+ @pulumi.output_type
2449
+ class VirtualMachineInstancePropertiesResponseDynamicMemoryConfig(dict):
2450
+ @staticmethod
2451
+ def __key_warning(key: str):
2452
+ suggest = None
2453
+ if key == "maximumMemoryMB":
2454
+ suggest = "maximum_memory_mb"
2455
+ elif key == "minimumMemoryMB":
2456
+ suggest = "minimum_memory_mb"
2457
+ elif key == "targetMemoryBuffer":
2458
+ suggest = "target_memory_buffer"
2459
+
2460
+ if suggest:
2461
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesResponseDynamicMemoryConfig. Access the value via the '{suggest}' property getter instead.")
2462
+
2463
+ def __getitem__(self, key: str) -> Any:
2464
+ VirtualMachineInstancePropertiesResponseDynamicMemoryConfig.__key_warning(key)
2465
+ return super().__getitem__(key)
2466
+
2467
+ def get(self, key: str, default = None) -> Any:
2468
+ VirtualMachineInstancePropertiesResponseDynamicMemoryConfig.__key_warning(key)
2469
+ return super().get(key, default)
2470
+
2471
+ def __init__(__self__, *,
2472
+ maximum_memory_mb: Optional[float] = None,
2473
+ minimum_memory_mb: Optional[float] = None,
2474
+ target_memory_buffer: Optional[int] = None):
2475
+ """
2476
+ :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.
2477
+ """
2478
+ if maximum_memory_mb is not None:
2479
+ pulumi.set(__self__, "maximum_memory_mb", maximum_memory_mb)
2480
+ if minimum_memory_mb is not None:
2481
+ pulumi.set(__self__, "minimum_memory_mb", minimum_memory_mb)
2482
+ if target_memory_buffer is not None:
2483
+ pulumi.set(__self__, "target_memory_buffer", target_memory_buffer)
2484
+
2485
+ @property
2486
+ @pulumi.getter(name="maximumMemoryMB")
2487
+ def maximum_memory_mb(self) -> Optional[float]:
2488
+ return pulumi.get(self, "maximum_memory_mb")
2489
+
2490
+ @property
2491
+ @pulumi.getter(name="minimumMemoryMB")
2492
+ def minimum_memory_mb(self) -> Optional[float]:
2493
+ return pulumi.get(self, "minimum_memory_mb")
2494
+
2495
+ @property
2496
+ @pulumi.getter(name="targetMemoryBuffer")
2497
+ def target_memory_buffer(self) -> Optional[int]:
2498
+ """
2499
+ 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.
2500
+ """
2501
+ return pulumi.get(self, "target_memory_buffer")
2502
+
2503
+
2504
+ @pulumi.output_type
2505
+ class VirtualMachineInstancePropertiesResponseHardwareProfile(dict):
2506
+ """
2507
+ HardwareProfile - Specifies the hardware settings for the virtual machine instance.
2508
+ """
2509
+ @staticmethod
2510
+ def __key_warning(key: str):
2511
+ suggest = None
2512
+ if key == "dynamicMemoryConfig":
2513
+ suggest = "dynamic_memory_config"
2514
+ elif key == "memoryMB":
2515
+ suggest = "memory_mb"
2516
+ elif key == "vmSize":
2517
+ suggest = "vm_size"
2518
+
2519
+ if suggest:
2520
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesResponseHardwareProfile. Access the value via the '{suggest}' property getter instead.")
2521
+
2522
+ def __getitem__(self, key: str) -> Any:
2523
+ VirtualMachineInstancePropertiesResponseHardwareProfile.__key_warning(key)
2524
+ return super().__getitem__(key)
2525
+
2526
+ def get(self, key: str, default = None) -> Any:
2527
+ VirtualMachineInstancePropertiesResponseHardwareProfile.__key_warning(key)
2528
+ return super().get(key, default)
2529
+
2530
+ def __init__(__self__, *,
2531
+ dynamic_memory_config: Optional['outputs.VirtualMachineInstancePropertiesResponseDynamicMemoryConfig'] = None,
2532
+ memory_mb: Optional[float] = None,
2533
+ processors: Optional[int] = None,
2534
+ vm_size: Optional[str] = None):
2535
+ """
2536
+ HardwareProfile - Specifies the hardware settings for the virtual machine instance.
2537
+ :param float memory_mb: RAM in MB for the virtual machine instance
2538
+ :param int processors: number of processors for the virtual machine instance
2539
+ """
2540
+ if dynamic_memory_config is not None:
2541
+ pulumi.set(__self__, "dynamic_memory_config", dynamic_memory_config)
2542
+ if memory_mb is not None:
2543
+ pulumi.set(__self__, "memory_mb", memory_mb)
2544
+ if processors is not None:
2545
+ pulumi.set(__self__, "processors", processors)
2546
+ if vm_size is None:
2547
+ vm_size = 'Default'
2548
+ if vm_size is not None:
2549
+ pulumi.set(__self__, "vm_size", vm_size)
2550
+
2551
+ @property
2552
+ @pulumi.getter(name="dynamicMemoryConfig")
2553
+ def dynamic_memory_config(self) -> Optional['outputs.VirtualMachineInstancePropertiesResponseDynamicMemoryConfig']:
2554
+ return pulumi.get(self, "dynamic_memory_config")
2555
+
2556
+ @property
2557
+ @pulumi.getter(name="memoryMB")
2558
+ def memory_mb(self) -> Optional[float]:
2559
+ """
2560
+ RAM in MB for the virtual machine instance
2561
+ """
2562
+ return pulumi.get(self, "memory_mb")
2563
+
2564
+ @property
2565
+ @pulumi.getter
2566
+ def processors(self) -> Optional[int]:
2567
+ """
2568
+ number of processors for the virtual machine instance
2569
+ """
2570
+ return pulumi.get(self, "processors")
2571
+
2572
+ @property
2573
+ @pulumi.getter(name="vmSize")
2574
+ def vm_size(self) -> Optional[str]:
2575
+ return pulumi.get(self, "vm_size")
2576
+
2577
+
2578
+ @pulumi.output_type
2579
+ class VirtualMachineInstancePropertiesResponseImageReference(dict):
2580
+ """
2581
+ Which Image to use for the virtual machine instance
2582
+ """
2583
+ def __init__(__self__, *,
2584
+ id: Optional[str] = None):
2585
+ """
2586
+ Which Image to use for the virtual machine instance
2587
+ :param str id: Resource ID of the image
2588
+ """
2589
+ if id is not None:
2590
+ pulumi.set(__self__, "id", id)
2591
+
2592
+ @property
2593
+ @pulumi.getter
2594
+ def id(self) -> Optional[str]:
2595
+ """
2596
+ Resource ID of the image
2597
+ """
2598
+ return pulumi.get(self, "id")
2599
+
2600
+
2601
+ @pulumi.output_type
2602
+ class VirtualMachineInstancePropertiesResponseLinuxConfiguration(dict):
2603
+ """
2604
+ LinuxConfiguration - linux specific configuration values for the virtual machine instance
2605
+ """
2606
+ @staticmethod
2607
+ def __key_warning(key: str):
2608
+ suggest = None
2609
+ if key == "disablePasswordAuthentication":
2610
+ suggest = "disable_password_authentication"
2611
+ elif key == "provisionVMAgent":
2612
+ suggest = "provision_vm_agent"
2613
+ elif key == "provisionVMConfigAgent":
2614
+ suggest = "provision_vm_config_agent"
2615
+
2616
+ if suggest:
2617
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesResponseLinuxConfiguration. Access the value via the '{suggest}' property getter instead.")
2618
+
2619
+ def __getitem__(self, key: str) -> Any:
2620
+ VirtualMachineInstancePropertiesResponseLinuxConfiguration.__key_warning(key)
2621
+ return super().__getitem__(key)
2622
+
2623
+ def get(self, key: str, default = None) -> Any:
2624
+ VirtualMachineInstancePropertiesResponseLinuxConfiguration.__key_warning(key)
2625
+ return super().get(key, default)
2626
+
2627
+ def __init__(__self__, *,
2628
+ disable_password_authentication: Optional[bool] = None,
2629
+ provision_vm_agent: Optional[bool] = None,
2630
+ provision_vm_config_agent: Optional[bool] = None,
2631
+ ssh: Optional['outputs.SshConfigurationResponse'] = None):
2632
+ """
2633
+ LinuxConfiguration - linux specific configuration values for the virtual machine instance
2634
+ :param bool disable_password_authentication: DisablePasswordAuthentication - whether password authentication should be disabled
2635
+ :param bool provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
2636
+ :param bool provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
2637
+ :param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for a Linux OS.
2638
+ """
2639
+ if disable_password_authentication is not None:
2640
+ pulumi.set(__self__, "disable_password_authentication", disable_password_authentication)
2641
+ if provision_vm_agent is None:
2642
+ provision_vm_agent = True
2643
+ if provision_vm_agent is not None:
2644
+ pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
2645
+ if provision_vm_config_agent is None:
2646
+ provision_vm_config_agent = True
2647
+ if provision_vm_config_agent is not None:
2648
+ pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
2649
+ if ssh is not None:
2650
+ pulumi.set(__self__, "ssh", ssh)
2651
+
2652
+ @property
2653
+ @pulumi.getter(name="disablePasswordAuthentication")
2654
+ def disable_password_authentication(self) -> Optional[bool]:
2655
+ """
2656
+ DisablePasswordAuthentication - whether password authentication should be disabled
2657
+ """
2658
+ return pulumi.get(self, "disable_password_authentication")
2659
+
2660
+ @property
2661
+ @pulumi.getter(name="provisionVMAgent")
2662
+ def provision_vm_agent(self) -> Optional[bool]:
2663
+ """
2664
+ Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
2665
+ """
2666
+ return pulumi.get(self, "provision_vm_agent")
2667
+
2668
+ @property
2669
+ @pulumi.getter(name="provisionVMConfigAgent")
2670
+ def provision_vm_config_agent(self) -> Optional[bool]:
2671
+ """
2672
+ Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
2673
+ """
2674
+ return pulumi.get(self, "provision_vm_config_agent")
2675
+
2676
+ @property
2677
+ @pulumi.getter
2678
+ def ssh(self) -> Optional['outputs.SshConfigurationResponse']:
2679
+ """
2680
+ Specifies the ssh key configuration for a Linux OS.
2681
+ """
2682
+ return pulumi.get(self, "ssh")
2683
+
2684
+
2685
+ @pulumi.output_type
2686
+ class VirtualMachineInstancePropertiesResponseNetworkInterfaces(dict):
2687
+ def __init__(__self__, *,
2688
+ id: Optional[str] = None):
2689
+ """
2690
+ :param str id: ID - Resource Id of the network interface
2691
+ """
2692
+ if id is not None:
2693
+ pulumi.set(__self__, "id", id)
2694
+
2695
+ @property
2696
+ @pulumi.getter
2697
+ def id(self) -> Optional[str]:
2698
+ """
2699
+ ID - Resource Id of the network interface
2700
+ """
2701
+ return pulumi.get(self, "id")
2702
+
2703
+
2704
+ @pulumi.output_type
2705
+ class VirtualMachineInstancePropertiesResponseNetworkProfile(dict):
2706
+ """
2707
+ NetworkProfile - describes the network configuration the virtual machine instance
2708
+ """
2709
+ @staticmethod
2710
+ def __key_warning(key: str):
2711
+ suggest = None
2712
+ if key == "networkInterfaces":
2713
+ suggest = "network_interfaces"
2714
+
2715
+ if suggest:
2716
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesResponseNetworkProfile. Access the value via the '{suggest}' property getter instead.")
2717
+
2718
+ def __getitem__(self, key: str) -> Any:
2719
+ VirtualMachineInstancePropertiesResponseNetworkProfile.__key_warning(key)
2720
+ return super().__getitem__(key)
2721
+
2722
+ def get(self, key: str, default = None) -> Any:
2723
+ VirtualMachineInstancePropertiesResponseNetworkProfile.__key_warning(key)
2724
+ return super().get(key, default)
2725
+
2726
+ def __init__(__self__, *,
2727
+ network_interfaces: Optional[Sequence['outputs.VirtualMachineInstancePropertiesResponseNetworkInterfaces']] = None):
2728
+ """
2729
+ NetworkProfile - describes the network configuration the virtual machine instance
2730
+ :param Sequence['VirtualMachineInstancePropertiesResponseNetworkInterfaces'] network_interfaces: NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
2731
+ """
2732
+ if network_interfaces is not None:
2733
+ pulumi.set(__self__, "network_interfaces", network_interfaces)
2734
+
2735
+ @property
2736
+ @pulumi.getter(name="networkInterfaces")
2737
+ def network_interfaces(self) -> Optional[Sequence['outputs.VirtualMachineInstancePropertiesResponseNetworkInterfaces']]:
2738
+ """
2739
+ NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance
2740
+ """
2741
+ return pulumi.get(self, "network_interfaces")
2742
+
2743
+
2744
+ @pulumi.output_type
2745
+ class VirtualMachineInstancePropertiesResponseOsDisk(dict):
2746
+ """
2747
+ VHD to attach as OS disk
2748
+ """
2749
+ @staticmethod
2750
+ def __key_warning(key: str):
2751
+ suggest = None
2752
+ if key == "osType":
2753
+ suggest = "os_type"
2754
+
2755
+ if suggest:
2756
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesResponseOsDisk. Access the value via the '{suggest}' property getter instead.")
2757
+
2758
+ def __getitem__(self, key: str) -> Any:
2759
+ VirtualMachineInstancePropertiesResponseOsDisk.__key_warning(key)
2760
+ return super().__getitem__(key)
2761
+
2762
+ def get(self, key: str, default = None) -> Any:
2763
+ VirtualMachineInstancePropertiesResponseOsDisk.__key_warning(key)
2764
+ return super().get(key, default)
2765
+
2766
+ def __init__(__self__, *,
2767
+ id: Optional[str] = None,
2768
+ os_type: Optional[str] = None):
2769
+ """
2770
+ VHD to attach as OS disk
2771
+ :param str id: Resource ID of the OS disk
2772
+ :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.**
2773
+ """
2774
+ if id is not None:
2775
+ pulumi.set(__self__, "id", id)
2776
+ if os_type is not None:
2777
+ pulumi.set(__self__, "os_type", os_type)
2778
+
2779
+ @property
2780
+ @pulumi.getter
2781
+ def id(self) -> Optional[str]:
2782
+ """
2783
+ Resource ID of the OS disk
2784
+ """
2785
+ return pulumi.get(self, "id")
2786
+
2787
+ @property
2788
+ @pulumi.getter(name="osType")
2789
+ def os_type(self) -> Optional[str]:
2790
+ """
2791
+ 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.**
2792
+ """
2793
+ return pulumi.get(self, "os_type")
2794
+
2795
+
2796
+ @pulumi.output_type
2797
+ class VirtualMachineInstancePropertiesResponseOsProfile(dict):
2798
+ """
2799
+ OsProfile - describes the configuration of the operating system and sets login data
2800
+ """
2801
+ @staticmethod
2802
+ def __key_warning(key: str):
2803
+ suggest = None
2804
+ if key == "adminUsername":
2805
+ suggest = "admin_username"
2806
+ elif key == "computerName":
2807
+ suggest = "computer_name"
2808
+ elif key == "linuxConfiguration":
2809
+ suggest = "linux_configuration"
2810
+ elif key == "windowsConfiguration":
2811
+ suggest = "windows_configuration"
2812
+
2813
+ if suggest:
2814
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesResponseOsProfile. Access the value via the '{suggest}' property getter instead.")
2815
+
2816
+ def __getitem__(self, key: str) -> Any:
2817
+ VirtualMachineInstancePropertiesResponseOsProfile.__key_warning(key)
2818
+ return super().__getitem__(key)
2819
+
2820
+ def get(self, key: str, default = None) -> Any:
2821
+ VirtualMachineInstancePropertiesResponseOsProfile.__key_warning(key)
2822
+ return super().get(key, default)
2823
+
2824
+ def __init__(__self__, *,
2825
+ admin_username: Optional[str] = None,
2826
+ computer_name: Optional[str] = None,
2827
+ linux_configuration: Optional['outputs.VirtualMachineInstancePropertiesResponseLinuxConfiguration'] = None,
2828
+ windows_configuration: Optional['outputs.VirtualMachineInstancePropertiesResponseWindowsConfiguration'] = None):
2829
+ """
2830
+ OsProfile - describes the configuration of the operating system and sets login data
2831
+ :param str admin_username: AdminUsername - admin username
2832
+ :param str computer_name: ComputerName - name of the compute
2833
+ :param 'VirtualMachineInstancePropertiesResponseLinuxConfiguration' linux_configuration: LinuxConfiguration - linux specific configuration values for the virtual machine instance
2834
+ :param 'VirtualMachineInstancePropertiesResponseWindowsConfiguration' windows_configuration: Windows Configuration for the virtual machine instance
2835
+ """
2836
+ if admin_username is not None:
2837
+ pulumi.set(__self__, "admin_username", admin_username)
2838
+ if computer_name is not None:
2839
+ pulumi.set(__self__, "computer_name", computer_name)
2840
+ if linux_configuration is not None:
2841
+ pulumi.set(__self__, "linux_configuration", linux_configuration)
2842
+ if windows_configuration is not None:
2843
+ pulumi.set(__self__, "windows_configuration", windows_configuration)
2844
+
2845
+ @property
2846
+ @pulumi.getter(name="adminUsername")
2847
+ def admin_username(self) -> Optional[str]:
2848
+ """
2849
+ AdminUsername - admin username
2850
+ """
2851
+ return pulumi.get(self, "admin_username")
2852
+
2853
+ @property
2854
+ @pulumi.getter(name="computerName")
2855
+ def computer_name(self) -> Optional[str]:
2856
+ """
2857
+ ComputerName - name of the compute
2858
+ """
2859
+ return pulumi.get(self, "computer_name")
2860
+
2861
+ @property
2862
+ @pulumi.getter(name="linuxConfiguration")
2863
+ def linux_configuration(self) -> Optional['outputs.VirtualMachineInstancePropertiesResponseLinuxConfiguration']:
2864
+ """
2865
+ LinuxConfiguration - linux specific configuration values for the virtual machine instance
2866
+ """
2867
+ return pulumi.get(self, "linux_configuration")
2868
+
2869
+ @property
2870
+ @pulumi.getter(name="windowsConfiguration")
2871
+ def windows_configuration(self) -> Optional['outputs.VirtualMachineInstancePropertiesResponseWindowsConfiguration']:
2872
+ """
2873
+ Windows Configuration for the virtual machine instance
2874
+ """
2875
+ return pulumi.get(self, "windows_configuration")
2876
+
2877
+
2878
+ @pulumi.output_type
2879
+ class VirtualMachineInstancePropertiesResponseSecurityProfile(dict):
2880
+ """
2881
+ SecurityProfile - Specifies the security settings for the virtual machine instance.
2882
+ """
2883
+ @staticmethod
2884
+ def __key_warning(key: str):
2885
+ suggest = None
2886
+ if key == "enableTPM":
2887
+ suggest = "enable_tpm"
2888
+ elif key == "securityType":
2889
+ suggest = "security_type"
2890
+ elif key == "uefiSettings":
2891
+ suggest = "uefi_settings"
2892
+
2893
+ if suggest:
2894
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesResponseSecurityProfile. Access the value via the '{suggest}' property getter instead.")
2895
+
2896
+ def __getitem__(self, key: str) -> Any:
2897
+ VirtualMachineInstancePropertiesResponseSecurityProfile.__key_warning(key)
2898
+ return super().__getitem__(key)
2899
+
2900
+ def get(self, key: str, default = None) -> Any:
2901
+ VirtualMachineInstancePropertiesResponseSecurityProfile.__key_warning(key)
2902
+ return super().get(key, default)
2903
+
2904
+ def __init__(__self__, *,
2905
+ enable_tpm: Optional[bool] = None,
2906
+ security_type: Optional[str] = None,
2907
+ uefi_settings: Optional['outputs.VirtualMachineInstancePropertiesResponseUefiSettings'] = None):
2908
+ """
2909
+ SecurityProfile - Specifies the security settings for the virtual machine instance.
2910
+ :param str security_type: Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
2911
+ """
2912
+ if enable_tpm is None:
2913
+ enable_tpm = False
2914
+ if enable_tpm is not None:
2915
+ pulumi.set(__self__, "enable_tpm", enable_tpm)
2916
+ if security_type is not None:
2917
+ pulumi.set(__self__, "security_type", security_type)
2918
+ if uefi_settings is not None:
2919
+ pulumi.set(__self__, "uefi_settings", uefi_settings)
2920
+
2921
+ @property
2922
+ @pulumi.getter(name="enableTPM")
2923
+ def enable_tpm(self) -> Optional[bool]:
2924
+ return pulumi.get(self, "enable_tpm")
2925
+
2926
+ @property
2927
+ @pulumi.getter(name="securityType")
2928
+ def security_type(self) -> Optional[str]:
2929
+ """
2930
+ Specifies the SecurityType of the virtual machine. EnableTPM and SecureBootEnabled must be set to true for SecurityType to function.
2931
+ """
2932
+ return pulumi.get(self, "security_type")
2933
+
2934
+ @property
2935
+ @pulumi.getter(name="uefiSettings")
2936
+ def uefi_settings(self) -> Optional['outputs.VirtualMachineInstancePropertiesResponseUefiSettings']:
2937
+ return pulumi.get(self, "uefi_settings")
2938
+
2939
+
2940
+ @pulumi.output_type
2941
+ class VirtualMachineInstancePropertiesResponseStorageProfile(dict):
2942
+ """
2943
+ StorageProfile - contains information about the disks and storage information for the virtual machine instance
2944
+ """
2945
+ @staticmethod
2946
+ def __key_warning(key: str):
2947
+ suggest = None
2948
+ if key == "dataDisks":
2949
+ suggest = "data_disks"
2950
+ elif key == "imageReference":
2951
+ suggest = "image_reference"
2952
+ elif key == "osDisk":
2953
+ suggest = "os_disk"
2954
+ elif key == "vmConfigStoragePathId":
2955
+ suggest = "vm_config_storage_path_id"
2956
+
2957
+ if suggest:
2958
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesResponseStorageProfile. Access the value via the '{suggest}' property getter instead.")
2959
+
2960
+ def __getitem__(self, key: str) -> Any:
2961
+ VirtualMachineInstancePropertiesResponseStorageProfile.__key_warning(key)
2962
+ return super().__getitem__(key)
2963
+
2964
+ def get(self, key: str, default = None) -> Any:
2965
+ VirtualMachineInstancePropertiesResponseStorageProfile.__key_warning(key)
2966
+ return super().get(key, default)
2967
+
2968
+ def __init__(__self__, *,
2969
+ data_disks: Optional[Sequence['outputs.VirtualMachineInstancePropertiesResponseDataDisks']] = None,
2970
+ image_reference: Optional['outputs.VirtualMachineInstancePropertiesResponseImageReference'] = None,
2971
+ os_disk: Optional['outputs.VirtualMachineInstancePropertiesResponseOsDisk'] = None,
2972
+ vm_config_storage_path_id: Optional[str] = None):
2973
+ """
2974
+ StorageProfile - contains information about the disks and storage information for the virtual machine instance
2975
+ :param Sequence['VirtualMachineInstancePropertiesResponseDataDisks'] data_disks: adds data disks to the virtual machine instance
2976
+ :param 'VirtualMachineInstancePropertiesResponseImageReference' image_reference: Which Image to use for the virtual machine instance
2977
+ :param 'VirtualMachineInstancePropertiesResponseOsDisk' os_disk: VHD to attach as OS disk
2978
+ :param str vm_config_storage_path_id: Id of the storage container that hosts the VM configuration file
2979
+ """
2980
+ if data_disks is not None:
2981
+ pulumi.set(__self__, "data_disks", data_disks)
2982
+ if image_reference is not None:
2983
+ pulumi.set(__self__, "image_reference", image_reference)
2984
+ if os_disk is not None:
2985
+ pulumi.set(__self__, "os_disk", os_disk)
2986
+ if vm_config_storage_path_id is not None:
2987
+ pulumi.set(__self__, "vm_config_storage_path_id", vm_config_storage_path_id)
2988
+
2989
+ @property
2990
+ @pulumi.getter(name="dataDisks")
2991
+ def data_disks(self) -> Optional[Sequence['outputs.VirtualMachineInstancePropertiesResponseDataDisks']]:
2992
+ """
2993
+ adds data disks to the virtual machine instance
2994
+ """
2995
+ return pulumi.get(self, "data_disks")
2996
+
2997
+ @property
2998
+ @pulumi.getter(name="imageReference")
2999
+ def image_reference(self) -> Optional['outputs.VirtualMachineInstancePropertiesResponseImageReference']:
3000
+ """
3001
+ Which Image to use for the virtual machine instance
3002
+ """
3003
+ return pulumi.get(self, "image_reference")
3004
+
3005
+ @property
3006
+ @pulumi.getter(name="osDisk")
3007
+ def os_disk(self) -> Optional['outputs.VirtualMachineInstancePropertiesResponseOsDisk']:
3008
+ """
3009
+ VHD to attach as OS disk
3010
+ """
3011
+ return pulumi.get(self, "os_disk")
3012
+
3013
+ @property
3014
+ @pulumi.getter(name="vmConfigStoragePathId")
3015
+ def vm_config_storage_path_id(self) -> Optional[str]:
3016
+ """
3017
+ Id of the storage container that hosts the VM configuration file
3018
+ """
3019
+ return pulumi.get(self, "vm_config_storage_path_id")
3020
+
3021
+
3022
+ @pulumi.output_type
3023
+ class VirtualMachineInstancePropertiesResponseUefiSettings(dict):
3024
+ @staticmethod
3025
+ def __key_warning(key: str):
3026
+ suggest = None
3027
+ if key == "secureBootEnabled":
3028
+ suggest = "secure_boot_enabled"
3029
+
3030
+ if suggest:
3031
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesResponseUefiSettings. Access the value via the '{suggest}' property getter instead.")
3032
+
3033
+ def __getitem__(self, key: str) -> Any:
3034
+ VirtualMachineInstancePropertiesResponseUefiSettings.__key_warning(key)
3035
+ return super().__getitem__(key)
3036
+
3037
+ def get(self, key: str, default = None) -> Any:
3038
+ VirtualMachineInstancePropertiesResponseUefiSettings.__key_warning(key)
3039
+ return super().get(key, default)
3040
+
3041
+ def __init__(__self__, *,
3042
+ secure_boot_enabled: Optional[bool] = None):
3043
+ """
3044
+ :param bool secure_boot_enabled: Specifies whether secure boot should be enabled on the virtual machine instance.
3045
+ """
3046
+ if secure_boot_enabled is None:
3047
+ secure_boot_enabled = False
3048
+ if secure_boot_enabled is not None:
3049
+ pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
3050
+
3051
+ @property
3052
+ @pulumi.getter(name="secureBootEnabled")
3053
+ def secure_boot_enabled(self) -> Optional[bool]:
3054
+ """
3055
+ Specifies whether secure boot should be enabled on the virtual machine instance.
3056
+ """
3057
+ return pulumi.get(self, "secure_boot_enabled")
3058
+
3059
+
3060
+ @pulumi.output_type
3061
+ class VirtualMachineInstancePropertiesResponseWindowsConfiguration(dict):
3062
+ """
3063
+ Windows Configuration for the virtual machine instance
3064
+ """
3065
+ @staticmethod
3066
+ def __key_warning(key: str):
3067
+ suggest = None
3068
+ if key == "enableAutomaticUpdates":
3069
+ suggest = "enable_automatic_updates"
3070
+ elif key == "provisionVMAgent":
3071
+ suggest = "provision_vm_agent"
3072
+ elif key == "provisionVMConfigAgent":
3073
+ suggest = "provision_vm_config_agent"
3074
+ elif key == "timeZone":
3075
+ suggest = "time_zone"
3076
+
3077
+ if suggest:
3078
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstancePropertiesResponseWindowsConfiguration. Access the value via the '{suggest}' property getter instead.")
3079
+
3080
+ def __getitem__(self, key: str) -> Any:
3081
+ VirtualMachineInstancePropertiesResponseWindowsConfiguration.__key_warning(key)
3082
+ return super().__getitem__(key)
3083
+
3084
+ def get(self, key: str, default = None) -> Any:
3085
+ VirtualMachineInstancePropertiesResponseWindowsConfiguration.__key_warning(key)
3086
+ return super().get(key, default)
3087
+
3088
+ def __init__(__self__, *,
3089
+ enable_automatic_updates: Optional[bool] = None,
3090
+ provision_vm_agent: Optional[bool] = None,
3091
+ provision_vm_config_agent: Optional[bool] = None,
3092
+ ssh: Optional['outputs.SshConfigurationResponse'] = None,
3093
+ time_zone: Optional[str] = None):
3094
+ """
3095
+ Windows Configuration for the virtual machine instance
3096
+ :param bool enable_automatic_updates: Whether to EnableAutomaticUpdates on the machine
3097
+ :param bool provision_vm_agent: Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
3098
+ :param bool provision_vm_config_agent: Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
3099
+ :param 'SshConfigurationResponse' ssh: Specifies the ssh key configuration for Windows OS.
3100
+ :param str time_zone: TimeZone for the virtual machine instance
3101
+ """
3102
+ if enable_automatic_updates is not None:
3103
+ pulumi.set(__self__, "enable_automatic_updates", enable_automatic_updates)
3104
+ if provision_vm_agent is None:
3105
+ provision_vm_agent = True
3106
+ if provision_vm_agent is not None:
3107
+ pulumi.set(__self__, "provision_vm_agent", provision_vm_agent)
3108
+ if provision_vm_config_agent is None:
3109
+ provision_vm_config_agent = True
3110
+ if provision_vm_config_agent is not None:
3111
+ pulumi.set(__self__, "provision_vm_config_agent", provision_vm_config_agent)
3112
+ if ssh is not None:
3113
+ pulumi.set(__self__, "ssh", ssh)
3114
+ if time_zone is not None:
3115
+ pulumi.set(__self__, "time_zone", time_zone)
3116
+
3117
+ @property
3118
+ @pulumi.getter(name="enableAutomaticUpdates")
3119
+ def enable_automatic_updates(self) -> Optional[bool]:
3120
+ """
3121
+ Whether to EnableAutomaticUpdates on the machine
3122
+ """
3123
+ return pulumi.get(self, "enable_automatic_updates")
3124
+
3125
+ @property
3126
+ @pulumi.getter(name="provisionVMAgent")
3127
+ def provision_vm_agent(self) -> Optional[bool]:
3128
+ """
3129
+ Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine instance creation process.
3130
+ """
3131
+ return pulumi.get(self, "provision_vm_agent")
3132
+
3133
+ @property
3134
+ @pulumi.getter(name="provisionVMConfigAgent")
3135
+ def provision_vm_config_agent(self) -> Optional[bool]:
3136
+ """
3137
+ Used to indicate whether the VM Config Agent should be installed during the virtual machine creation process.
3138
+ """
3139
+ return pulumi.get(self, "provision_vm_config_agent")
3140
+
3141
+ @property
3142
+ @pulumi.getter
3143
+ def ssh(self) -> Optional['outputs.SshConfigurationResponse']:
3144
+ """
3145
+ Specifies the ssh key configuration for Windows OS.
3146
+ """
3147
+ return pulumi.get(self, "ssh")
3148
+
3149
+ @property
3150
+ @pulumi.getter(name="timeZone")
3151
+ def time_zone(self) -> Optional[str]:
3152
+ """
3153
+ TimeZone for the virtual machine instance
3154
+ """
3155
+ return pulumi.get(self, "time_zone")
3156
+
3157
+
3158
+ @pulumi.output_type
3159
+ class VirtualMachineInstanceStatusResponse(dict):
3160
+ """
3161
+ The observed state of virtual machine instances
3162
+ """
3163
+ @staticmethod
3164
+ def __key_warning(key: str):
3165
+ suggest = None
3166
+ if key == "errorCode":
3167
+ suggest = "error_code"
3168
+ elif key == "errorMessage":
3169
+ suggest = "error_message"
3170
+ elif key == "powerState":
3171
+ suggest = "power_state"
3172
+ elif key == "provisioningStatus":
3173
+ suggest = "provisioning_status"
3174
+
3175
+ if suggest:
3176
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceStatusResponse. Access the value via the '{suggest}' property getter instead.")
3177
+
3178
+ def __getitem__(self, key: str) -> Any:
3179
+ VirtualMachineInstanceStatusResponse.__key_warning(key)
3180
+ return super().__getitem__(key)
3181
+
3182
+ def get(self, key: str, default = None) -> Any:
3183
+ VirtualMachineInstanceStatusResponse.__key_warning(key)
3184
+ return super().get(key, default)
3185
+
3186
+ def __init__(__self__, *,
3187
+ error_code: Optional[str] = None,
3188
+ error_message: Optional[str] = None,
3189
+ power_state: Optional[str] = None,
3190
+ provisioning_status: Optional['outputs.VirtualMachineInstanceStatusResponseProvisioningStatus'] = None):
3191
+ """
3192
+ The observed state of virtual machine instances
3193
+ :param str error_code: VirtualMachine provisioning error code
3194
+ :param str error_message: Descriptive error message
3195
+ :param str power_state: The power state of the virtual machine instance
3196
+ """
3197
+ if error_code is not None:
3198
+ pulumi.set(__self__, "error_code", error_code)
3199
+ if error_message is not None:
3200
+ pulumi.set(__self__, "error_message", error_message)
3201
+ if power_state is not None:
3202
+ pulumi.set(__self__, "power_state", power_state)
3203
+ if provisioning_status is not None:
3204
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
3205
+
3206
+ @property
3207
+ @pulumi.getter(name="errorCode")
3208
+ def error_code(self) -> Optional[str]:
3209
+ """
3210
+ VirtualMachine provisioning error code
3211
+ """
3212
+ return pulumi.get(self, "error_code")
3213
+
3214
+ @property
3215
+ @pulumi.getter(name="errorMessage")
3216
+ def error_message(self) -> Optional[str]:
3217
+ """
3218
+ Descriptive error message
3219
+ """
3220
+ return pulumi.get(self, "error_message")
3221
+
3222
+ @property
3223
+ @pulumi.getter(name="powerState")
3224
+ def power_state(self) -> Optional[str]:
3225
+ """
3226
+ The power state of the virtual machine instance
3227
+ """
3228
+ return pulumi.get(self, "power_state")
3229
+
3230
+ @property
3231
+ @pulumi.getter(name="provisioningStatus")
3232
+ def provisioning_status(self) -> Optional['outputs.VirtualMachineInstanceStatusResponseProvisioningStatus']:
3233
+ return pulumi.get(self, "provisioning_status")
3234
+
3235
+
3236
+ @pulumi.output_type
3237
+ class VirtualMachineInstanceStatusResponseProvisioningStatus(dict):
3238
+ @staticmethod
3239
+ def __key_warning(key: str):
3240
+ suggest = None
3241
+ if key == "operationId":
3242
+ suggest = "operation_id"
3243
+
3244
+ if suggest:
3245
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceStatusResponseProvisioningStatus. Access the value via the '{suggest}' property getter instead.")
3246
+
3247
+ def __getitem__(self, key: str) -> Any:
3248
+ VirtualMachineInstanceStatusResponseProvisioningStatus.__key_warning(key)
3249
+ return super().__getitem__(key)
3250
+
3251
+ def get(self, key: str, default = None) -> Any:
3252
+ VirtualMachineInstanceStatusResponseProvisioningStatus.__key_warning(key)
3253
+ return super().get(key, default)
3254
+
3255
+ def __init__(__self__, *,
3256
+ operation_id: Optional[str] = None,
3257
+ status: Optional[str] = None):
3258
+ """
3259
+ :param str operation_id: The ID of the operation performed on the virtual machine instance
3260
+ :param str status: The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress]
3261
+ """
3262
+ if operation_id is not None:
3263
+ pulumi.set(__self__, "operation_id", operation_id)
3264
+ if status is not None:
3265
+ pulumi.set(__self__, "status", status)
3266
+
3267
+ @property
3268
+ @pulumi.getter(name="operationId")
3269
+ def operation_id(self) -> Optional[str]:
3270
+ """
3271
+ The ID of the operation performed on the virtual machine instance
3272
+ """
3273
+ return pulumi.get(self, "operation_id")
3274
+
3275
+ @property
3276
+ @pulumi.getter
3277
+ def status(self) -> Optional[str]:
3278
+ """
3279
+ The status of the operation performed on the virtual machine instance [Succeeded, Failed, InProgress]
3280
+ """
3281
+ return pulumi.get(self, "status")
3282
+
3283
+
3284
+ @pulumi.output_type
3285
+ class VirtualMachineInstanceViewResponse(dict):
3286
+ """
3287
+ The instance view of a virtual machine.
3288
+ """
3289
+ @staticmethod
3290
+ def __key_warning(key: str):
3291
+ suggest = None
3292
+ if key == "vmAgent":
3293
+ suggest = "vm_agent"
3294
+
3295
+ if suggest:
3296
+ pulumi.log.warn(f"Key '{key}' not found in VirtualMachineInstanceViewResponse. Access the value via the '{suggest}' property getter instead.")
3297
+
3298
+ def __getitem__(self, key: str) -> Any:
3299
+ VirtualMachineInstanceViewResponse.__key_warning(key)
3300
+ return super().__getitem__(key)
3301
+
3302
+ def get(self, key: str, default = None) -> Any:
3303
+ VirtualMachineInstanceViewResponse.__key_warning(key)
3304
+ return super().get(key, default)
3305
+
3306
+ def __init__(__self__, *,
3307
+ vm_agent: Optional['outputs.VirtualMachineConfigAgentInstanceViewResponse'] = None):
3308
+ """
3309
+ The instance view of a virtual machine.
3310
+ :param 'VirtualMachineConfigAgentInstanceViewResponse' vm_agent: The VM Config Agent running on the virtual machine.
3311
+ """
3312
+ if vm_agent is not None:
3313
+ pulumi.set(__self__, "vm_agent", vm_agent)
3314
+
3315
+ @property
3316
+ @pulumi.getter(name="vmAgent")
3317
+ def vm_agent(self) -> Optional['outputs.VirtualMachineConfigAgentInstanceViewResponse']:
3318
+ """
3319
+ The VM Config Agent running on the virtual machine.
3320
+ """
3321
+ return pulumi.get(self, "vm_agent")
3322
+
3323
+