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,2372 @@
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
+ 'CloudEndpointChangeEnumerationActivityResponse',
16
+ 'CloudEndpointChangeEnumerationStatusResponse',
17
+ 'CloudEndpointLastChangeEnumerationStatusResponse',
18
+ 'CloudTieringCachePerformanceResponse',
19
+ 'CloudTieringDatePolicyStatusResponse',
20
+ 'CloudTieringFilesNotTieringResponse',
21
+ 'CloudTieringLowDiskModeResponse',
22
+ 'CloudTieringSpaceSavingsResponse',
23
+ 'CloudTieringVolumeFreeSpacePolicyStatusResponse',
24
+ 'FilesNotTieringErrorResponse',
25
+ 'ManagedServiceIdentityResponse',
26
+ 'PrivateEndpointConnectionResponse',
27
+ 'PrivateEndpointResponse',
28
+ 'PrivateLinkServiceConnectionStateResponse',
29
+ 'ServerEndpointBackgroundDataDownloadActivityResponse',
30
+ 'ServerEndpointCloudTieringStatusResponse',
31
+ 'ServerEndpointFilesNotSyncingErrorResponse',
32
+ 'ServerEndpointProvisioningStatusResponse',
33
+ 'ServerEndpointProvisioningStepStatusResponse',
34
+ 'ServerEndpointRecallErrorResponse',
35
+ 'ServerEndpointRecallStatusResponse',
36
+ 'ServerEndpointSyncActivityStatusResponse',
37
+ 'ServerEndpointSyncSessionStatusResponse',
38
+ 'ServerEndpointSyncStatusResponse',
39
+ 'SystemDataResponse',
40
+ 'UserAssignedIdentityResponse',
41
+ ]
42
+
43
+ @pulumi.output_type
44
+ class CloudEndpointChangeEnumerationActivityResponse(dict):
45
+ """
46
+ Cloud endpoint change enumeration activity object
47
+ """
48
+ @staticmethod
49
+ def __key_warning(key: str):
50
+ suggest = None
51
+ if key == "deletesProgressPercent":
52
+ suggest = "deletes_progress_percent"
53
+ elif key == "lastUpdatedTimestamp":
54
+ suggest = "last_updated_timestamp"
55
+ elif key == "minutesRemaining":
56
+ suggest = "minutes_remaining"
57
+ elif key == "operationState":
58
+ suggest = "operation_state"
59
+ elif key == "processedDirectoriesCount":
60
+ suggest = "processed_directories_count"
61
+ elif key == "processedFilesCount":
62
+ suggest = "processed_files_count"
63
+ elif key == "progressPercent":
64
+ suggest = "progress_percent"
65
+ elif key == "startedTimestamp":
66
+ suggest = "started_timestamp"
67
+ elif key == "statusCode":
68
+ suggest = "status_code"
69
+ elif key == "totalCountsState":
70
+ suggest = "total_counts_state"
71
+ elif key == "totalDirectoriesCount":
72
+ suggest = "total_directories_count"
73
+ elif key == "totalFilesCount":
74
+ suggest = "total_files_count"
75
+ elif key == "totalSizeBytes":
76
+ suggest = "total_size_bytes"
77
+
78
+ if suggest:
79
+ pulumi.log.warn(f"Key '{key}' not found in CloudEndpointChangeEnumerationActivityResponse. Access the value via the '{suggest}' property getter instead.")
80
+
81
+ def __getitem__(self, key: str) -> Any:
82
+ CloudEndpointChangeEnumerationActivityResponse.__key_warning(key)
83
+ return super().__getitem__(key)
84
+
85
+ def get(self, key: str, default = None) -> Any:
86
+ CloudEndpointChangeEnumerationActivityResponse.__key_warning(key)
87
+ return super().get(key, default)
88
+
89
+ def __init__(__self__, *,
90
+ deletes_progress_percent: int,
91
+ last_updated_timestamp: str,
92
+ minutes_remaining: int,
93
+ operation_state: str,
94
+ processed_directories_count: float,
95
+ processed_files_count: float,
96
+ progress_percent: int,
97
+ started_timestamp: str,
98
+ status_code: int,
99
+ total_counts_state: str,
100
+ total_directories_count: float,
101
+ total_files_count: float,
102
+ total_size_bytes: float):
103
+ """
104
+ Cloud endpoint change enumeration activity object
105
+ :param int deletes_progress_percent: Progress percentage for processing deletes. This is done separately from the rest of the enumeration run
106
+ :param str last_updated_timestamp: Last updated timestamp
107
+ :param int minutes_remaining: Estimate of time remaining for the enumeration run
108
+ :param str operation_state: Change enumeration operation state
109
+ :param float processed_directories_count: Count of directories processed
110
+ :param float processed_files_count: Count of files processed
111
+ :param int progress_percent: Progress percentage for change enumeration run, excluding processing of deletes
112
+ :param str started_timestamp: Timestamp when change enumeration started
113
+ :param int status_code: When non-zero, indicates an issue that is delaying change enumeration
114
+ :param str total_counts_state: Change enumeration total counts state
115
+ :param float total_directories_count: Total count of directories enumerated
116
+ :param float total_files_count: Total count of files enumerated
117
+ :param float total_size_bytes: Total enumerated size in bytes
118
+ """
119
+ pulumi.set(__self__, "deletes_progress_percent", deletes_progress_percent)
120
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
121
+ pulumi.set(__self__, "minutes_remaining", minutes_remaining)
122
+ pulumi.set(__self__, "operation_state", operation_state)
123
+ pulumi.set(__self__, "processed_directories_count", processed_directories_count)
124
+ pulumi.set(__self__, "processed_files_count", processed_files_count)
125
+ pulumi.set(__self__, "progress_percent", progress_percent)
126
+ pulumi.set(__self__, "started_timestamp", started_timestamp)
127
+ pulumi.set(__self__, "status_code", status_code)
128
+ pulumi.set(__self__, "total_counts_state", total_counts_state)
129
+ pulumi.set(__self__, "total_directories_count", total_directories_count)
130
+ pulumi.set(__self__, "total_files_count", total_files_count)
131
+ pulumi.set(__self__, "total_size_bytes", total_size_bytes)
132
+
133
+ @property
134
+ @pulumi.getter(name="deletesProgressPercent")
135
+ def deletes_progress_percent(self) -> int:
136
+ """
137
+ Progress percentage for processing deletes. This is done separately from the rest of the enumeration run
138
+ """
139
+ return pulumi.get(self, "deletes_progress_percent")
140
+
141
+ @property
142
+ @pulumi.getter(name="lastUpdatedTimestamp")
143
+ def last_updated_timestamp(self) -> str:
144
+ """
145
+ Last updated timestamp
146
+ """
147
+ return pulumi.get(self, "last_updated_timestamp")
148
+
149
+ @property
150
+ @pulumi.getter(name="minutesRemaining")
151
+ def minutes_remaining(self) -> int:
152
+ """
153
+ Estimate of time remaining for the enumeration run
154
+ """
155
+ return pulumi.get(self, "minutes_remaining")
156
+
157
+ @property
158
+ @pulumi.getter(name="operationState")
159
+ def operation_state(self) -> str:
160
+ """
161
+ Change enumeration operation state
162
+ """
163
+ return pulumi.get(self, "operation_state")
164
+
165
+ @property
166
+ @pulumi.getter(name="processedDirectoriesCount")
167
+ def processed_directories_count(self) -> float:
168
+ """
169
+ Count of directories processed
170
+ """
171
+ return pulumi.get(self, "processed_directories_count")
172
+
173
+ @property
174
+ @pulumi.getter(name="processedFilesCount")
175
+ def processed_files_count(self) -> float:
176
+ """
177
+ Count of files processed
178
+ """
179
+ return pulumi.get(self, "processed_files_count")
180
+
181
+ @property
182
+ @pulumi.getter(name="progressPercent")
183
+ def progress_percent(self) -> int:
184
+ """
185
+ Progress percentage for change enumeration run, excluding processing of deletes
186
+ """
187
+ return pulumi.get(self, "progress_percent")
188
+
189
+ @property
190
+ @pulumi.getter(name="startedTimestamp")
191
+ def started_timestamp(self) -> str:
192
+ """
193
+ Timestamp when change enumeration started
194
+ """
195
+ return pulumi.get(self, "started_timestamp")
196
+
197
+ @property
198
+ @pulumi.getter(name="statusCode")
199
+ def status_code(self) -> int:
200
+ """
201
+ When non-zero, indicates an issue that is delaying change enumeration
202
+ """
203
+ return pulumi.get(self, "status_code")
204
+
205
+ @property
206
+ @pulumi.getter(name="totalCountsState")
207
+ def total_counts_state(self) -> str:
208
+ """
209
+ Change enumeration total counts state
210
+ """
211
+ return pulumi.get(self, "total_counts_state")
212
+
213
+ @property
214
+ @pulumi.getter(name="totalDirectoriesCount")
215
+ def total_directories_count(self) -> float:
216
+ """
217
+ Total count of directories enumerated
218
+ """
219
+ return pulumi.get(self, "total_directories_count")
220
+
221
+ @property
222
+ @pulumi.getter(name="totalFilesCount")
223
+ def total_files_count(self) -> float:
224
+ """
225
+ Total count of files enumerated
226
+ """
227
+ return pulumi.get(self, "total_files_count")
228
+
229
+ @property
230
+ @pulumi.getter(name="totalSizeBytes")
231
+ def total_size_bytes(self) -> float:
232
+ """
233
+ Total enumerated size in bytes
234
+ """
235
+ return pulumi.get(self, "total_size_bytes")
236
+
237
+
238
+ @pulumi.output_type
239
+ class CloudEndpointChangeEnumerationStatusResponse(dict):
240
+ """
241
+ Cloud endpoint change enumeration status object
242
+ """
243
+ @staticmethod
244
+ def __key_warning(key: str):
245
+ suggest = None
246
+ if key == "lastEnumerationStatus":
247
+ suggest = "last_enumeration_status"
248
+ elif key == "lastUpdatedTimestamp":
249
+ suggest = "last_updated_timestamp"
250
+
251
+ if suggest:
252
+ pulumi.log.warn(f"Key '{key}' not found in CloudEndpointChangeEnumerationStatusResponse. Access the value via the '{suggest}' property getter instead.")
253
+
254
+ def __getitem__(self, key: str) -> Any:
255
+ CloudEndpointChangeEnumerationStatusResponse.__key_warning(key)
256
+ return super().__getitem__(key)
257
+
258
+ def get(self, key: str, default = None) -> Any:
259
+ CloudEndpointChangeEnumerationStatusResponse.__key_warning(key)
260
+ return super().get(key, default)
261
+
262
+ def __init__(__self__, *,
263
+ activity: 'outputs.CloudEndpointChangeEnumerationActivityResponse',
264
+ last_enumeration_status: 'outputs.CloudEndpointLastChangeEnumerationStatusResponse',
265
+ last_updated_timestamp: str):
266
+ """
267
+ Cloud endpoint change enumeration status object
268
+ :param 'CloudEndpointChangeEnumerationActivityResponse' activity: Change enumeration activity
269
+ :param 'CloudEndpointLastChangeEnumerationStatusResponse' last_enumeration_status: Status of last completed change enumeration
270
+ :param str last_updated_timestamp: Last updated timestamp
271
+ """
272
+ pulumi.set(__self__, "activity", activity)
273
+ pulumi.set(__self__, "last_enumeration_status", last_enumeration_status)
274
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
275
+
276
+ @property
277
+ @pulumi.getter
278
+ def activity(self) -> 'outputs.CloudEndpointChangeEnumerationActivityResponse':
279
+ """
280
+ Change enumeration activity
281
+ """
282
+ return pulumi.get(self, "activity")
283
+
284
+ @property
285
+ @pulumi.getter(name="lastEnumerationStatus")
286
+ def last_enumeration_status(self) -> 'outputs.CloudEndpointLastChangeEnumerationStatusResponse':
287
+ """
288
+ Status of last completed change enumeration
289
+ """
290
+ return pulumi.get(self, "last_enumeration_status")
291
+
292
+ @property
293
+ @pulumi.getter(name="lastUpdatedTimestamp")
294
+ def last_updated_timestamp(self) -> str:
295
+ """
296
+ Last updated timestamp
297
+ """
298
+ return pulumi.get(self, "last_updated_timestamp")
299
+
300
+
301
+ @pulumi.output_type
302
+ class CloudEndpointLastChangeEnumerationStatusResponse(dict):
303
+ """
304
+ Cloud endpoint change enumeration status object
305
+ """
306
+ @staticmethod
307
+ def __key_warning(key: str):
308
+ suggest = None
309
+ if key == "completedTimestamp":
310
+ suggest = "completed_timestamp"
311
+ elif key == "namespaceDirectoriesCount":
312
+ suggest = "namespace_directories_count"
313
+ elif key == "namespaceFilesCount":
314
+ suggest = "namespace_files_count"
315
+ elif key == "namespaceSizeBytes":
316
+ suggest = "namespace_size_bytes"
317
+ elif key == "nextRunTimestamp":
318
+ suggest = "next_run_timestamp"
319
+ elif key == "startedTimestamp":
320
+ suggest = "started_timestamp"
321
+
322
+ if suggest:
323
+ pulumi.log.warn(f"Key '{key}' not found in CloudEndpointLastChangeEnumerationStatusResponse. Access the value via the '{suggest}' property getter instead.")
324
+
325
+ def __getitem__(self, key: str) -> Any:
326
+ CloudEndpointLastChangeEnumerationStatusResponse.__key_warning(key)
327
+ return super().__getitem__(key)
328
+
329
+ def get(self, key: str, default = None) -> Any:
330
+ CloudEndpointLastChangeEnumerationStatusResponse.__key_warning(key)
331
+ return super().get(key, default)
332
+
333
+ def __init__(__self__, *,
334
+ completed_timestamp: str,
335
+ namespace_directories_count: float,
336
+ namespace_files_count: float,
337
+ namespace_size_bytes: float,
338
+ next_run_timestamp: str,
339
+ started_timestamp: str):
340
+ """
341
+ Cloud endpoint change enumeration status object
342
+ :param str completed_timestamp: Timestamp when change enumeration completed
343
+ :param float namespace_directories_count: Count of directories in the namespace
344
+ :param float namespace_files_count: Count of files in the namespace
345
+ :param float namespace_size_bytes: Namespace size in bytes
346
+ :param str next_run_timestamp: Timestamp of when change enumeration is expected to run again
347
+ :param str started_timestamp: Timestamp when change enumeration started
348
+ """
349
+ pulumi.set(__self__, "completed_timestamp", completed_timestamp)
350
+ pulumi.set(__self__, "namespace_directories_count", namespace_directories_count)
351
+ pulumi.set(__self__, "namespace_files_count", namespace_files_count)
352
+ pulumi.set(__self__, "namespace_size_bytes", namespace_size_bytes)
353
+ pulumi.set(__self__, "next_run_timestamp", next_run_timestamp)
354
+ pulumi.set(__self__, "started_timestamp", started_timestamp)
355
+
356
+ @property
357
+ @pulumi.getter(name="completedTimestamp")
358
+ def completed_timestamp(self) -> str:
359
+ """
360
+ Timestamp when change enumeration completed
361
+ """
362
+ return pulumi.get(self, "completed_timestamp")
363
+
364
+ @property
365
+ @pulumi.getter(name="namespaceDirectoriesCount")
366
+ def namespace_directories_count(self) -> float:
367
+ """
368
+ Count of directories in the namespace
369
+ """
370
+ return pulumi.get(self, "namespace_directories_count")
371
+
372
+ @property
373
+ @pulumi.getter(name="namespaceFilesCount")
374
+ def namespace_files_count(self) -> float:
375
+ """
376
+ Count of files in the namespace
377
+ """
378
+ return pulumi.get(self, "namespace_files_count")
379
+
380
+ @property
381
+ @pulumi.getter(name="namespaceSizeBytes")
382
+ def namespace_size_bytes(self) -> float:
383
+ """
384
+ Namespace size in bytes
385
+ """
386
+ return pulumi.get(self, "namespace_size_bytes")
387
+
388
+ @property
389
+ @pulumi.getter(name="nextRunTimestamp")
390
+ def next_run_timestamp(self) -> str:
391
+ """
392
+ Timestamp of when change enumeration is expected to run again
393
+ """
394
+ return pulumi.get(self, "next_run_timestamp")
395
+
396
+ @property
397
+ @pulumi.getter(name="startedTimestamp")
398
+ def started_timestamp(self) -> str:
399
+ """
400
+ Timestamp when change enumeration started
401
+ """
402
+ return pulumi.get(self, "started_timestamp")
403
+
404
+
405
+ @pulumi.output_type
406
+ class CloudTieringCachePerformanceResponse(dict):
407
+ """
408
+ Server endpoint cloud tiering status object.
409
+ """
410
+ @staticmethod
411
+ def __key_warning(key: str):
412
+ suggest = None
413
+ if key == "cacheHitBytes":
414
+ suggest = "cache_hit_bytes"
415
+ elif key == "cacheHitBytesPercent":
416
+ suggest = "cache_hit_bytes_percent"
417
+ elif key == "cacheMissBytes":
418
+ suggest = "cache_miss_bytes"
419
+ elif key == "lastUpdatedTimestamp":
420
+ suggest = "last_updated_timestamp"
421
+
422
+ if suggest:
423
+ pulumi.log.warn(f"Key '{key}' not found in CloudTieringCachePerformanceResponse. Access the value via the '{suggest}' property getter instead.")
424
+
425
+ def __getitem__(self, key: str) -> Any:
426
+ CloudTieringCachePerformanceResponse.__key_warning(key)
427
+ return super().__getitem__(key)
428
+
429
+ def get(self, key: str, default = None) -> Any:
430
+ CloudTieringCachePerformanceResponse.__key_warning(key)
431
+ return super().get(key, default)
432
+
433
+ def __init__(__self__, *,
434
+ cache_hit_bytes: float,
435
+ cache_hit_bytes_percent: int,
436
+ cache_miss_bytes: float,
437
+ last_updated_timestamp: str):
438
+ """
439
+ Server endpoint cloud tiering status object.
440
+ :param float cache_hit_bytes: Count of bytes that were served from the local server
441
+ :param int cache_hit_bytes_percent: Percentage of total bytes (hit + miss) that were served from the local server
442
+ :param float cache_miss_bytes: Count of bytes that were served from the cloud
443
+ :param str last_updated_timestamp: Last updated timestamp
444
+ """
445
+ pulumi.set(__self__, "cache_hit_bytes", cache_hit_bytes)
446
+ pulumi.set(__self__, "cache_hit_bytes_percent", cache_hit_bytes_percent)
447
+ pulumi.set(__self__, "cache_miss_bytes", cache_miss_bytes)
448
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
449
+
450
+ @property
451
+ @pulumi.getter(name="cacheHitBytes")
452
+ def cache_hit_bytes(self) -> float:
453
+ """
454
+ Count of bytes that were served from the local server
455
+ """
456
+ return pulumi.get(self, "cache_hit_bytes")
457
+
458
+ @property
459
+ @pulumi.getter(name="cacheHitBytesPercent")
460
+ def cache_hit_bytes_percent(self) -> int:
461
+ """
462
+ Percentage of total bytes (hit + miss) that were served from the local server
463
+ """
464
+ return pulumi.get(self, "cache_hit_bytes_percent")
465
+
466
+ @property
467
+ @pulumi.getter(name="cacheMissBytes")
468
+ def cache_miss_bytes(self) -> float:
469
+ """
470
+ Count of bytes that were served from the cloud
471
+ """
472
+ return pulumi.get(self, "cache_miss_bytes")
473
+
474
+ @property
475
+ @pulumi.getter(name="lastUpdatedTimestamp")
476
+ def last_updated_timestamp(self) -> str:
477
+ """
478
+ Last updated timestamp
479
+ """
480
+ return pulumi.get(self, "last_updated_timestamp")
481
+
482
+
483
+ @pulumi.output_type
484
+ class CloudTieringDatePolicyStatusResponse(dict):
485
+ """
486
+ Status of the date policy
487
+ """
488
+ @staticmethod
489
+ def __key_warning(key: str):
490
+ suggest = None
491
+ if key == "lastUpdatedTimestamp":
492
+ suggest = "last_updated_timestamp"
493
+ elif key == "tieredFilesMostRecentAccessTimestamp":
494
+ suggest = "tiered_files_most_recent_access_timestamp"
495
+
496
+ if suggest:
497
+ pulumi.log.warn(f"Key '{key}' not found in CloudTieringDatePolicyStatusResponse. Access the value via the '{suggest}' property getter instead.")
498
+
499
+ def __getitem__(self, key: str) -> Any:
500
+ CloudTieringDatePolicyStatusResponse.__key_warning(key)
501
+ return super().__getitem__(key)
502
+
503
+ def get(self, key: str, default = None) -> Any:
504
+ CloudTieringDatePolicyStatusResponse.__key_warning(key)
505
+ return super().get(key, default)
506
+
507
+ def __init__(__self__, *,
508
+ last_updated_timestamp: str,
509
+ tiered_files_most_recent_access_timestamp: str):
510
+ """
511
+ Status of the date policy
512
+ :param str last_updated_timestamp: Last updated timestamp
513
+ :param str tiered_files_most_recent_access_timestamp: Most recent access time of tiered files
514
+ """
515
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
516
+ pulumi.set(__self__, "tiered_files_most_recent_access_timestamp", tiered_files_most_recent_access_timestamp)
517
+
518
+ @property
519
+ @pulumi.getter(name="lastUpdatedTimestamp")
520
+ def last_updated_timestamp(self) -> str:
521
+ """
522
+ Last updated timestamp
523
+ """
524
+ return pulumi.get(self, "last_updated_timestamp")
525
+
526
+ @property
527
+ @pulumi.getter(name="tieredFilesMostRecentAccessTimestamp")
528
+ def tiered_files_most_recent_access_timestamp(self) -> str:
529
+ """
530
+ Most recent access time of tiered files
531
+ """
532
+ return pulumi.get(self, "tiered_files_most_recent_access_timestamp")
533
+
534
+
535
+ @pulumi.output_type
536
+ class CloudTieringFilesNotTieringResponse(dict):
537
+ """
538
+ Server endpoint cloud tiering status object.
539
+ """
540
+ @staticmethod
541
+ def __key_warning(key: str):
542
+ suggest = None
543
+ if key == "lastUpdatedTimestamp":
544
+ suggest = "last_updated_timestamp"
545
+ elif key == "totalFileCount":
546
+ suggest = "total_file_count"
547
+
548
+ if suggest:
549
+ pulumi.log.warn(f"Key '{key}' not found in CloudTieringFilesNotTieringResponse. Access the value via the '{suggest}' property getter instead.")
550
+
551
+ def __getitem__(self, key: str) -> Any:
552
+ CloudTieringFilesNotTieringResponse.__key_warning(key)
553
+ return super().__getitem__(key)
554
+
555
+ def get(self, key: str, default = None) -> Any:
556
+ CloudTieringFilesNotTieringResponse.__key_warning(key)
557
+ return super().get(key, default)
558
+
559
+ def __init__(__self__, *,
560
+ errors: Sequence['outputs.FilesNotTieringErrorResponse'],
561
+ last_updated_timestamp: str,
562
+ total_file_count: float):
563
+ """
564
+ Server endpoint cloud tiering status object.
565
+ :param Sequence['FilesNotTieringErrorResponse'] errors: Array of tiering errors
566
+ :param str last_updated_timestamp: Last updated timestamp
567
+ :param float total_file_count: Last cloud tiering result (HResult)
568
+ """
569
+ pulumi.set(__self__, "errors", errors)
570
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
571
+ pulumi.set(__self__, "total_file_count", total_file_count)
572
+
573
+ @property
574
+ @pulumi.getter
575
+ def errors(self) -> Sequence['outputs.FilesNotTieringErrorResponse']:
576
+ """
577
+ Array of tiering errors
578
+ """
579
+ return pulumi.get(self, "errors")
580
+
581
+ @property
582
+ @pulumi.getter(name="lastUpdatedTimestamp")
583
+ def last_updated_timestamp(self) -> str:
584
+ """
585
+ Last updated timestamp
586
+ """
587
+ return pulumi.get(self, "last_updated_timestamp")
588
+
589
+ @property
590
+ @pulumi.getter(name="totalFileCount")
591
+ def total_file_count(self) -> float:
592
+ """
593
+ Last cloud tiering result (HResult)
594
+ """
595
+ return pulumi.get(self, "total_file_count")
596
+
597
+
598
+ @pulumi.output_type
599
+ class CloudTieringLowDiskModeResponse(dict):
600
+ """
601
+ Information regarding the low disk mode state
602
+ """
603
+ @staticmethod
604
+ def __key_warning(key: str):
605
+ suggest = None
606
+ if key == "lastUpdatedTimestamp":
607
+ suggest = "last_updated_timestamp"
608
+
609
+ if suggest:
610
+ pulumi.log.warn(f"Key '{key}' not found in CloudTieringLowDiskModeResponse. Access the value via the '{suggest}' property getter instead.")
611
+
612
+ def __getitem__(self, key: str) -> Any:
613
+ CloudTieringLowDiskModeResponse.__key_warning(key)
614
+ return super().__getitem__(key)
615
+
616
+ def get(self, key: str, default = None) -> Any:
617
+ CloudTieringLowDiskModeResponse.__key_warning(key)
618
+ return super().get(key, default)
619
+
620
+ def __init__(__self__, *,
621
+ last_updated_timestamp: str,
622
+ state: str):
623
+ """
624
+ Information regarding the low disk mode state
625
+ :param str last_updated_timestamp: Last updated timestamp
626
+ :param str state: Low disk mode state
627
+ """
628
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
629
+ pulumi.set(__self__, "state", state)
630
+
631
+ @property
632
+ @pulumi.getter(name="lastUpdatedTimestamp")
633
+ def last_updated_timestamp(self) -> str:
634
+ """
635
+ Last updated timestamp
636
+ """
637
+ return pulumi.get(self, "last_updated_timestamp")
638
+
639
+ @property
640
+ @pulumi.getter
641
+ def state(self) -> str:
642
+ """
643
+ Low disk mode state
644
+ """
645
+ return pulumi.get(self, "state")
646
+
647
+
648
+ @pulumi.output_type
649
+ class CloudTieringSpaceSavingsResponse(dict):
650
+ """
651
+ Server endpoint cloud tiering status object.
652
+ """
653
+ @staticmethod
654
+ def __key_warning(key: str):
655
+ suggest = None
656
+ if key == "cachedSizeBytes":
657
+ suggest = "cached_size_bytes"
658
+ elif key == "lastUpdatedTimestamp":
659
+ suggest = "last_updated_timestamp"
660
+ elif key == "spaceSavingsBytes":
661
+ suggest = "space_savings_bytes"
662
+ elif key == "spaceSavingsPercent":
663
+ suggest = "space_savings_percent"
664
+ elif key == "totalSizeCloudBytes":
665
+ suggest = "total_size_cloud_bytes"
666
+ elif key == "volumeSizeBytes":
667
+ suggest = "volume_size_bytes"
668
+
669
+ if suggest:
670
+ pulumi.log.warn(f"Key '{key}' not found in CloudTieringSpaceSavingsResponse. Access the value via the '{suggest}' property getter instead.")
671
+
672
+ def __getitem__(self, key: str) -> Any:
673
+ CloudTieringSpaceSavingsResponse.__key_warning(key)
674
+ return super().__getitem__(key)
675
+
676
+ def get(self, key: str, default = None) -> Any:
677
+ CloudTieringSpaceSavingsResponse.__key_warning(key)
678
+ return super().get(key, default)
679
+
680
+ def __init__(__self__, *,
681
+ cached_size_bytes: float,
682
+ last_updated_timestamp: str,
683
+ space_savings_bytes: float,
684
+ space_savings_percent: int,
685
+ total_size_cloud_bytes: float,
686
+ volume_size_bytes: float):
687
+ """
688
+ Server endpoint cloud tiering status object.
689
+ :param float cached_size_bytes: Cached content size on the server
690
+ :param str last_updated_timestamp: Last updated timestamp
691
+ :param float space_savings_bytes: Count of bytes saved on the server
692
+ :param int space_savings_percent: Percentage of cached size over total size
693
+ :param float total_size_cloud_bytes: Total size of content in the azure file share
694
+ :param float volume_size_bytes: Volume size
695
+ """
696
+ pulumi.set(__self__, "cached_size_bytes", cached_size_bytes)
697
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
698
+ pulumi.set(__self__, "space_savings_bytes", space_savings_bytes)
699
+ pulumi.set(__self__, "space_savings_percent", space_savings_percent)
700
+ pulumi.set(__self__, "total_size_cloud_bytes", total_size_cloud_bytes)
701
+ pulumi.set(__self__, "volume_size_bytes", volume_size_bytes)
702
+
703
+ @property
704
+ @pulumi.getter(name="cachedSizeBytes")
705
+ def cached_size_bytes(self) -> float:
706
+ """
707
+ Cached content size on the server
708
+ """
709
+ return pulumi.get(self, "cached_size_bytes")
710
+
711
+ @property
712
+ @pulumi.getter(name="lastUpdatedTimestamp")
713
+ def last_updated_timestamp(self) -> str:
714
+ """
715
+ Last updated timestamp
716
+ """
717
+ return pulumi.get(self, "last_updated_timestamp")
718
+
719
+ @property
720
+ @pulumi.getter(name="spaceSavingsBytes")
721
+ def space_savings_bytes(self) -> float:
722
+ """
723
+ Count of bytes saved on the server
724
+ """
725
+ return pulumi.get(self, "space_savings_bytes")
726
+
727
+ @property
728
+ @pulumi.getter(name="spaceSavingsPercent")
729
+ def space_savings_percent(self) -> int:
730
+ """
731
+ Percentage of cached size over total size
732
+ """
733
+ return pulumi.get(self, "space_savings_percent")
734
+
735
+ @property
736
+ @pulumi.getter(name="totalSizeCloudBytes")
737
+ def total_size_cloud_bytes(self) -> float:
738
+ """
739
+ Total size of content in the azure file share
740
+ """
741
+ return pulumi.get(self, "total_size_cloud_bytes")
742
+
743
+ @property
744
+ @pulumi.getter(name="volumeSizeBytes")
745
+ def volume_size_bytes(self) -> float:
746
+ """
747
+ Volume size
748
+ """
749
+ return pulumi.get(self, "volume_size_bytes")
750
+
751
+
752
+ @pulumi.output_type
753
+ class CloudTieringVolumeFreeSpacePolicyStatusResponse(dict):
754
+ """
755
+ Status of the volume free space policy
756
+ """
757
+ @staticmethod
758
+ def __key_warning(key: str):
759
+ suggest = None
760
+ if key == "currentVolumeFreeSpacePercent":
761
+ suggest = "current_volume_free_space_percent"
762
+ elif key == "effectiveVolumeFreeSpacePolicy":
763
+ suggest = "effective_volume_free_space_policy"
764
+ elif key == "lastUpdatedTimestamp":
765
+ suggest = "last_updated_timestamp"
766
+
767
+ if suggest:
768
+ pulumi.log.warn(f"Key '{key}' not found in CloudTieringVolumeFreeSpacePolicyStatusResponse. Access the value via the '{suggest}' property getter instead.")
769
+
770
+ def __getitem__(self, key: str) -> Any:
771
+ CloudTieringVolumeFreeSpacePolicyStatusResponse.__key_warning(key)
772
+ return super().__getitem__(key)
773
+
774
+ def get(self, key: str, default = None) -> Any:
775
+ CloudTieringVolumeFreeSpacePolicyStatusResponse.__key_warning(key)
776
+ return super().get(key, default)
777
+
778
+ def __init__(__self__, *,
779
+ current_volume_free_space_percent: int,
780
+ effective_volume_free_space_policy: int,
781
+ last_updated_timestamp: str):
782
+ """
783
+ Status of the volume free space policy
784
+ :param int current_volume_free_space_percent: Current volume free space percentage.
785
+ :param int effective_volume_free_space_policy: In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
786
+ :param str last_updated_timestamp: Last updated timestamp
787
+ """
788
+ pulumi.set(__self__, "current_volume_free_space_percent", current_volume_free_space_percent)
789
+ pulumi.set(__self__, "effective_volume_free_space_policy", effective_volume_free_space_policy)
790
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
791
+
792
+ @property
793
+ @pulumi.getter(name="currentVolumeFreeSpacePercent")
794
+ def current_volume_free_space_percent(self) -> int:
795
+ """
796
+ Current volume free space percentage.
797
+ """
798
+ return pulumi.get(self, "current_volume_free_space_percent")
799
+
800
+ @property
801
+ @pulumi.getter(name="effectiveVolumeFreeSpacePolicy")
802
+ def effective_volume_free_space_policy(self) -> int:
803
+ """
804
+ In the case where multiple server endpoints are present in a volume, an effective free space policy is applied.
805
+ """
806
+ return pulumi.get(self, "effective_volume_free_space_policy")
807
+
808
+ @property
809
+ @pulumi.getter(name="lastUpdatedTimestamp")
810
+ def last_updated_timestamp(self) -> str:
811
+ """
812
+ Last updated timestamp
813
+ """
814
+ return pulumi.get(self, "last_updated_timestamp")
815
+
816
+
817
+ @pulumi.output_type
818
+ class FilesNotTieringErrorResponse(dict):
819
+ """
820
+ Files not tiering error object
821
+ """
822
+ @staticmethod
823
+ def __key_warning(key: str):
824
+ suggest = None
825
+ if key == "errorCode":
826
+ suggest = "error_code"
827
+ elif key == "fileCount":
828
+ suggest = "file_count"
829
+
830
+ if suggest:
831
+ pulumi.log.warn(f"Key '{key}' not found in FilesNotTieringErrorResponse. Access the value via the '{suggest}' property getter instead.")
832
+
833
+ def __getitem__(self, key: str) -> Any:
834
+ FilesNotTieringErrorResponse.__key_warning(key)
835
+ return super().__getitem__(key)
836
+
837
+ def get(self, key: str, default = None) -> Any:
838
+ FilesNotTieringErrorResponse.__key_warning(key)
839
+ return super().get(key, default)
840
+
841
+ def __init__(__self__, *,
842
+ error_code: int,
843
+ file_count: float):
844
+ """
845
+ Files not tiering error object
846
+ :param int error_code: Error code (HResult)
847
+ :param float file_count: Count of files with this error
848
+ """
849
+ pulumi.set(__self__, "error_code", error_code)
850
+ pulumi.set(__self__, "file_count", file_count)
851
+
852
+ @property
853
+ @pulumi.getter(name="errorCode")
854
+ def error_code(self) -> int:
855
+ """
856
+ Error code (HResult)
857
+ """
858
+ return pulumi.get(self, "error_code")
859
+
860
+ @property
861
+ @pulumi.getter(name="fileCount")
862
+ def file_count(self) -> float:
863
+ """
864
+ Count of files with this error
865
+ """
866
+ return pulumi.get(self, "file_count")
867
+
868
+
869
+ @pulumi.output_type
870
+ class ManagedServiceIdentityResponse(dict):
871
+ """
872
+ Managed service identity (system assigned and/or user assigned identities)
873
+ """
874
+ @staticmethod
875
+ def __key_warning(key: str):
876
+ suggest = None
877
+ if key == "principalId":
878
+ suggest = "principal_id"
879
+ elif key == "tenantId":
880
+ suggest = "tenant_id"
881
+ elif key == "userAssignedIdentities":
882
+ suggest = "user_assigned_identities"
883
+
884
+ if suggest:
885
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
886
+
887
+ def __getitem__(self, key: str) -> Any:
888
+ ManagedServiceIdentityResponse.__key_warning(key)
889
+ return super().__getitem__(key)
890
+
891
+ def get(self, key: str, default = None) -> Any:
892
+ ManagedServiceIdentityResponse.__key_warning(key)
893
+ return super().get(key, default)
894
+
895
+ def __init__(__self__, *,
896
+ principal_id: str,
897
+ tenant_id: str,
898
+ type: str,
899
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
900
+ """
901
+ Managed service identity (system assigned and/or user assigned identities)
902
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
903
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
904
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
905
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
906
+ """
907
+ pulumi.set(__self__, "principal_id", principal_id)
908
+ pulumi.set(__self__, "tenant_id", tenant_id)
909
+ pulumi.set(__self__, "type", type)
910
+ if user_assigned_identities is not None:
911
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
912
+
913
+ @property
914
+ @pulumi.getter(name="principalId")
915
+ def principal_id(self) -> str:
916
+ """
917
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
918
+ """
919
+ return pulumi.get(self, "principal_id")
920
+
921
+ @property
922
+ @pulumi.getter(name="tenantId")
923
+ def tenant_id(self) -> str:
924
+ """
925
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
926
+ """
927
+ return pulumi.get(self, "tenant_id")
928
+
929
+ @property
930
+ @pulumi.getter
931
+ def type(self) -> str:
932
+ """
933
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
934
+ """
935
+ return pulumi.get(self, "type")
936
+
937
+ @property
938
+ @pulumi.getter(name="userAssignedIdentities")
939
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
940
+ """
941
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
942
+ """
943
+ return pulumi.get(self, "user_assigned_identities")
944
+
945
+
946
+ @pulumi.output_type
947
+ class PrivateEndpointConnectionResponse(dict):
948
+ """
949
+ The private endpoint connection resource.
950
+ """
951
+ @staticmethod
952
+ def __key_warning(key: str):
953
+ suggest = None
954
+ if key == "groupIds":
955
+ suggest = "group_ids"
956
+ elif key == "privateLinkServiceConnectionState":
957
+ suggest = "private_link_service_connection_state"
958
+ elif key == "provisioningState":
959
+ suggest = "provisioning_state"
960
+ elif key == "systemData":
961
+ suggest = "system_data"
962
+ elif key == "privateEndpoint":
963
+ suggest = "private_endpoint"
964
+
965
+ if suggest:
966
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
967
+
968
+ def __getitem__(self, key: str) -> Any:
969
+ PrivateEndpointConnectionResponse.__key_warning(key)
970
+ return super().__getitem__(key)
971
+
972
+ def get(self, key: str, default = None) -> Any:
973
+ PrivateEndpointConnectionResponse.__key_warning(key)
974
+ return super().get(key, default)
975
+
976
+ def __init__(__self__, *,
977
+ group_ids: Sequence[str],
978
+ id: str,
979
+ name: str,
980
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
981
+ provisioning_state: str,
982
+ system_data: 'outputs.SystemDataResponse',
983
+ type: str,
984
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
985
+ """
986
+ The private endpoint connection resource.
987
+ :param Sequence[str] group_ids: The group ids for the private endpoint resource.
988
+ :param str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
989
+ :param str name: The name of the resource
990
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
991
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
992
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
993
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
994
+ :param 'PrivateEndpointResponse' private_endpoint: The private endpoint resource.
995
+ """
996
+ pulumi.set(__self__, "group_ids", group_ids)
997
+ pulumi.set(__self__, "id", id)
998
+ pulumi.set(__self__, "name", name)
999
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
1000
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1001
+ pulumi.set(__self__, "system_data", system_data)
1002
+ pulumi.set(__self__, "type", type)
1003
+ if private_endpoint is not None:
1004
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
1005
+
1006
+ @property
1007
+ @pulumi.getter(name="groupIds")
1008
+ def group_ids(self) -> Sequence[str]:
1009
+ """
1010
+ The group ids for the private endpoint resource.
1011
+ """
1012
+ return pulumi.get(self, "group_ids")
1013
+
1014
+ @property
1015
+ @pulumi.getter
1016
+ def id(self) -> str:
1017
+ """
1018
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
1019
+ """
1020
+ return pulumi.get(self, "id")
1021
+
1022
+ @property
1023
+ @pulumi.getter
1024
+ def name(self) -> str:
1025
+ """
1026
+ The name of the resource
1027
+ """
1028
+ return pulumi.get(self, "name")
1029
+
1030
+ @property
1031
+ @pulumi.getter(name="privateLinkServiceConnectionState")
1032
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
1033
+ """
1034
+ A collection of information about the state of the connection between service consumer and provider.
1035
+ """
1036
+ return pulumi.get(self, "private_link_service_connection_state")
1037
+
1038
+ @property
1039
+ @pulumi.getter(name="provisioningState")
1040
+ def provisioning_state(self) -> str:
1041
+ """
1042
+ The provisioning state of the private endpoint connection resource.
1043
+ """
1044
+ return pulumi.get(self, "provisioning_state")
1045
+
1046
+ @property
1047
+ @pulumi.getter(name="systemData")
1048
+ def system_data(self) -> 'outputs.SystemDataResponse':
1049
+ """
1050
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
1051
+ """
1052
+ return pulumi.get(self, "system_data")
1053
+
1054
+ @property
1055
+ @pulumi.getter
1056
+ def type(self) -> str:
1057
+ """
1058
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1059
+ """
1060
+ return pulumi.get(self, "type")
1061
+
1062
+ @property
1063
+ @pulumi.getter(name="privateEndpoint")
1064
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
1065
+ """
1066
+ The private endpoint resource.
1067
+ """
1068
+ return pulumi.get(self, "private_endpoint")
1069
+
1070
+
1071
+ @pulumi.output_type
1072
+ class PrivateEndpointResponse(dict):
1073
+ """
1074
+ The private endpoint resource.
1075
+ """
1076
+ def __init__(__self__, *,
1077
+ id: str):
1078
+ """
1079
+ The private endpoint resource.
1080
+ :param str id: The ARM identifier for private endpoint.
1081
+ """
1082
+ pulumi.set(__self__, "id", id)
1083
+
1084
+ @property
1085
+ @pulumi.getter
1086
+ def id(self) -> str:
1087
+ """
1088
+ The ARM identifier for private endpoint.
1089
+ """
1090
+ return pulumi.get(self, "id")
1091
+
1092
+
1093
+ @pulumi.output_type
1094
+ class PrivateLinkServiceConnectionStateResponse(dict):
1095
+ """
1096
+ A collection of information about the state of the connection between service consumer and provider.
1097
+ """
1098
+ @staticmethod
1099
+ def __key_warning(key: str):
1100
+ suggest = None
1101
+ if key == "actionsRequired":
1102
+ suggest = "actions_required"
1103
+
1104
+ if suggest:
1105
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
1106
+
1107
+ def __getitem__(self, key: str) -> Any:
1108
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1109
+ return super().__getitem__(key)
1110
+
1111
+ def get(self, key: str, default = None) -> Any:
1112
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1113
+ return super().get(key, default)
1114
+
1115
+ def __init__(__self__, *,
1116
+ actions_required: Optional[str] = None,
1117
+ description: Optional[str] = None,
1118
+ status: Optional[str] = None):
1119
+ """
1120
+ A collection of information about the state of the connection between service consumer and provider.
1121
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
1122
+ :param str description: The reason for approval/rejection of the connection.
1123
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
1124
+ """
1125
+ if actions_required is not None:
1126
+ pulumi.set(__self__, "actions_required", actions_required)
1127
+ if description is not None:
1128
+ pulumi.set(__self__, "description", description)
1129
+ if status is not None:
1130
+ pulumi.set(__self__, "status", status)
1131
+
1132
+ @property
1133
+ @pulumi.getter(name="actionsRequired")
1134
+ def actions_required(self) -> Optional[str]:
1135
+ """
1136
+ A message indicating if changes on the service provider require any updates on the consumer.
1137
+ """
1138
+ return pulumi.get(self, "actions_required")
1139
+
1140
+ @property
1141
+ @pulumi.getter
1142
+ def description(self) -> Optional[str]:
1143
+ """
1144
+ The reason for approval/rejection of the connection.
1145
+ """
1146
+ return pulumi.get(self, "description")
1147
+
1148
+ @property
1149
+ @pulumi.getter
1150
+ def status(self) -> Optional[str]:
1151
+ """
1152
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
1153
+ """
1154
+ return pulumi.get(self, "status")
1155
+
1156
+
1157
+ @pulumi.output_type
1158
+ class ServerEndpointBackgroundDataDownloadActivityResponse(dict):
1159
+ """
1160
+ Background data download activity object
1161
+ """
1162
+ @staticmethod
1163
+ def __key_warning(key: str):
1164
+ suggest = None
1165
+ if key == "downloadedBytes":
1166
+ suggest = "downloaded_bytes"
1167
+ elif key == "percentProgress":
1168
+ suggest = "percent_progress"
1169
+ elif key == "startedTimestamp":
1170
+ suggest = "started_timestamp"
1171
+
1172
+ if suggest:
1173
+ pulumi.log.warn(f"Key '{key}' not found in ServerEndpointBackgroundDataDownloadActivityResponse. Access the value via the '{suggest}' property getter instead.")
1174
+
1175
+ def __getitem__(self, key: str) -> Any:
1176
+ ServerEndpointBackgroundDataDownloadActivityResponse.__key_warning(key)
1177
+ return super().__getitem__(key)
1178
+
1179
+ def get(self, key: str, default = None) -> Any:
1180
+ ServerEndpointBackgroundDataDownloadActivityResponse.__key_warning(key)
1181
+ return super().get(key, default)
1182
+
1183
+ def __init__(__self__, *,
1184
+ downloaded_bytes: float,
1185
+ percent_progress: int,
1186
+ started_timestamp: str,
1187
+ timestamp: str):
1188
+ """
1189
+ Background data download activity object
1190
+ :param float downloaded_bytes: Running count of bytes downloaded
1191
+ :param int percent_progress: Progress percentage
1192
+ :param str started_timestamp: Timestamp when the operation started
1193
+ :param str timestamp: Timestamp when properties were updated
1194
+ """
1195
+ pulumi.set(__self__, "downloaded_bytes", downloaded_bytes)
1196
+ pulumi.set(__self__, "percent_progress", percent_progress)
1197
+ pulumi.set(__self__, "started_timestamp", started_timestamp)
1198
+ pulumi.set(__self__, "timestamp", timestamp)
1199
+
1200
+ @property
1201
+ @pulumi.getter(name="downloadedBytes")
1202
+ def downloaded_bytes(self) -> float:
1203
+ """
1204
+ Running count of bytes downloaded
1205
+ """
1206
+ return pulumi.get(self, "downloaded_bytes")
1207
+
1208
+ @property
1209
+ @pulumi.getter(name="percentProgress")
1210
+ def percent_progress(self) -> int:
1211
+ """
1212
+ Progress percentage
1213
+ """
1214
+ return pulumi.get(self, "percent_progress")
1215
+
1216
+ @property
1217
+ @pulumi.getter(name="startedTimestamp")
1218
+ def started_timestamp(self) -> str:
1219
+ """
1220
+ Timestamp when the operation started
1221
+ """
1222
+ return pulumi.get(self, "started_timestamp")
1223
+
1224
+ @property
1225
+ @pulumi.getter
1226
+ def timestamp(self) -> str:
1227
+ """
1228
+ Timestamp when properties were updated
1229
+ """
1230
+ return pulumi.get(self, "timestamp")
1231
+
1232
+
1233
+ @pulumi.output_type
1234
+ class ServerEndpointCloudTieringStatusResponse(dict):
1235
+ """
1236
+ Server endpoint cloud tiering status object.
1237
+ """
1238
+ @staticmethod
1239
+ def __key_warning(key: str):
1240
+ suggest = None
1241
+ if key == "cachePerformance":
1242
+ suggest = "cache_performance"
1243
+ elif key == "datePolicyStatus":
1244
+ suggest = "date_policy_status"
1245
+ elif key == "filesNotTiering":
1246
+ suggest = "files_not_tiering"
1247
+ elif key == "healthLastUpdatedTimestamp":
1248
+ suggest = "health_last_updated_timestamp"
1249
+ elif key == "lastCloudTieringResult":
1250
+ suggest = "last_cloud_tiering_result"
1251
+ elif key == "lastSuccessTimestamp":
1252
+ suggest = "last_success_timestamp"
1253
+ elif key == "lastUpdatedTimestamp":
1254
+ suggest = "last_updated_timestamp"
1255
+ elif key == "lowDiskMode":
1256
+ suggest = "low_disk_mode"
1257
+ elif key == "spaceSavings":
1258
+ suggest = "space_savings"
1259
+ elif key == "volumeFreeSpacePolicyStatus":
1260
+ suggest = "volume_free_space_policy_status"
1261
+
1262
+ if suggest:
1263
+ pulumi.log.warn(f"Key '{key}' not found in ServerEndpointCloudTieringStatusResponse. Access the value via the '{suggest}' property getter instead.")
1264
+
1265
+ def __getitem__(self, key: str) -> Any:
1266
+ ServerEndpointCloudTieringStatusResponse.__key_warning(key)
1267
+ return super().__getitem__(key)
1268
+
1269
+ def get(self, key: str, default = None) -> Any:
1270
+ ServerEndpointCloudTieringStatusResponse.__key_warning(key)
1271
+ return super().get(key, default)
1272
+
1273
+ def __init__(__self__, *,
1274
+ cache_performance: 'outputs.CloudTieringCachePerformanceResponse',
1275
+ date_policy_status: 'outputs.CloudTieringDatePolicyStatusResponse',
1276
+ files_not_tiering: 'outputs.CloudTieringFilesNotTieringResponse',
1277
+ health: str,
1278
+ health_last_updated_timestamp: str,
1279
+ last_cloud_tiering_result: int,
1280
+ last_success_timestamp: str,
1281
+ last_updated_timestamp: str,
1282
+ low_disk_mode: 'outputs.CloudTieringLowDiskModeResponse',
1283
+ space_savings: 'outputs.CloudTieringSpaceSavingsResponse',
1284
+ volume_free_space_policy_status: 'outputs.CloudTieringVolumeFreeSpacePolicyStatusResponse'):
1285
+ """
1286
+ Server endpoint cloud tiering status object.
1287
+ :param 'CloudTieringCachePerformanceResponse' cache_performance: Information regarding how well the local cache on the server is performing.
1288
+ :param 'CloudTieringDatePolicyStatusResponse' date_policy_status: Status of the date policy
1289
+ :param 'CloudTieringFilesNotTieringResponse' files_not_tiering: Information regarding files that failed to be tiered
1290
+ :param str health: Cloud tiering health state.
1291
+ :param str health_last_updated_timestamp: The last updated timestamp of health state
1292
+ :param int last_cloud_tiering_result: Last cloud tiering result (HResult)
1293
+ :param str last_success_timestamp: Last cloud tiering success timestamp
1294
+ :param str last_updated_timestamp: Last updated timestamp
1295
+ :param 'CloudTieringLowDiskModeResponse' low_disk_mode: Information regarding the low disk mode state
1296
+ :param 'CloudTieringSpaceSavingsResponse' space_savings: Information regarding how much local space cloud tiering is saving.
1297
+ :param 'CloudTieringVolumeFreeSpacePolicyStatusResponse' volume_free_space_policy_status: Status of the volume free space policy
1298
+ """
1299
+ pulumi.set(__self__, "cache_performance", cache_performance)
1300
+ pulumi.set(__self__, "date_policy_status", date_policy_status)
1301
+ pulumi.set(__self__, "files_not_tiering", files_not_tiering)
1302
+ pulumi.set(__self__, "health", health)
1303
+ pulumi.set(__self__, "health_last_updated_timestamp", health_last_updated_timestamp)
1304
+ pulumi.set(__self__, "last_cloud_tiering_result", last_cloud_tiering_result)
1305
+ pulumi.set(__self__, "last_success_timestamp", last_success_timestamp)
1306
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
1307
+ pulumi.set(__self__, "low_disk_mode", low_disk_mode)
1308
+ pulumi.set(__self__, "space_savings", space_savings)
1309
+ pulumi.set(__self__, "volume_free_space_policy_status", volume_free_space_policy_status)
1310
+
1311
+ @property
1312
+ @pulumi.getter(name="cachePerformance")
1313
+ def cache_performance(self) -> 'outputs.CloudTieringCachePerformanceResponse':
1314
+ """
1315
+ Information regarding how well the local cache on the server is performing.
1316
+ """
1317
+ return pulumi.get(self, "cache_performance")
1318
+
1319
+ @property
1320
+ @pulumi.getter(name="datePolicyStatus")
1321
+ def date_policy_status(self) -> 'outputs.CloudTieringDatePolicyStatusResponse':
1322
+ """
1323
+ Status of the date policy
1324
+ """
1325
+ return pulumi.get(self, "date_policy_status")
1326
+
1327
+ @property
1328
+ @pulumi.getter(name="filesNotTiering")
1329
+ def files_not_tiering(self) -> 'outputs.CloudTieringFilesNotTieringResponse':
1330
+ """
1331
+ Information regarding files that failed to be tiered
1332
+ """
1333
+ return pulumi.get(self, "files_not_tiering")
1334
+
1335
+ @property
1336
+ @pulumi.getter
1337
+ def health(self) -> str:
1338
+ """
1339
+ Cloud tiering health state.
1340
+ """
1341
+ return pulumi.get(self, "health")
1342
+
1343
+ @property
1344
+ @pulumi.getter(name="healthLastUpdatedTimestamp")
1345
+ def health_last_updated_timestamp(self) -> str:
1346
+ """
1347
+ The last updated timestamp of health state
1348
+ """
1349
+ return pulumi.get(self, "health_last_updated_timestamp")
1350
+
1351
+ @property
1352
+ @pulumi.getter(name="lastCloudTieringResult")
1353
+ def last_cloud_tiering_result(self) -> int:
1354
+ """
1355
+ Last cloud tiering result (HResult)
1356
+ """
1357
+ return pulumi.get(self, "last_cloud_tiering_result")
1358
+
1359
+ @property
1360
+ @pulumi.getter(name="lastSuccessTimestamp")
1361
+ def last_success_timestamp(self) -> str:
1362
+ """
1363
+ Last cloud tiering success timestamp
1364
+ """
1365
+ return pulumi.get(self, "last_success_timestamp")
1366
+
1367
+ @property
1368
+ @pulumi.getter(name="lastUpdatedTimestamp")
1369
+ def last_updated_timestamp(self) -> str:
1370
+ """
1371
+ Last updated timestamp
1372
+ """
1373
+ return pulumi.get(self, "last_updated_timestamp")
1374
+
1375
+ @property
1376
+ @pulumi.getter(name="lowDiskMode")
1377
+ def low_disk_mode(self) -> 'outputs.CloudTieringLowDiskModeResponse':
1378
+ """
1379
+ Information regarding the low disk mode state
1380
+ """
1381
+ return pulumi.get(self, "low_disk_mode")
1382
+
1383
+ @property
1384
+ @pulumi.getter(name="spaceSavings")
1385
+ def space_savings(self) -> 'outputs.CloudTieringSpaceSavingsResponse':
1386
+ """
1387
+ Information regarding how much local space cloud tiering is saving.
1388
+ """
1389
+ return pulumi.get(self, "space_savings")
1390
+
1391
+ @property
1392
+ @pulumi.getter(name="volumeFreeSpacePolicyStatus")
1393
+ def volume_free_space_policy_status(self) -> 'outputs.CloudTieringVolumeFreeSpacePolicyStatusResponse':
1394
+ """
1395
+ Status of the volume free space policy
1396
+ """
1397
+ return pulumi.get(self, "volume_free_space_policy_status")
1398
+
1399
+
1400
+ @pulumi.output_type
1401
+ class ServerEndpointFilesNotSyncingErrorResponse(dict):
1402
+ """
1403
+ Files not syncing error object
1404
+ """
1405
+ @staticmethod
1406
+ def __key_warning(key: str):
1407
+ suggest = None
1408
+ if key == "errorCode":
1409
+ suggest = "error_code"
1410
+ elif key == "persistentCount":
1411
+ suggest = "persistent_count"
1412
+ elif key == "transientCount":
1413
+ suggest = "transient_count"
1414
+
1415
+ if suggest:
1416
+ pulumi.log.warn(f"Key '{key}' not found in ServerEndpointFilesNotSyncingErrorResponse. Access the value via the '{suggest}' property getter instead.")
1417
+
1418
+ def __getitem__(self, key: str) -> Any:
1419
+ ServerEndpointFilesNotSyncingErrorResponse.__key_warning(key)
1420
+ return super().__getitem__(key)
1421
+
1422
+ def get(self, key: str, default = None) -> Any:
1423
+ ServerEndpointFilesNotSyncingErrorResponse.__key_warning(key)
1424
+ return super().get(key, default)
1425
+
1426
+ def __init__(__self__, *,
1427
+ error_code: int,
1428
+ persistent_count: float,
1429
+ transient_count: float):
1430
+ """
1431
+ Files not syncing error object
1432
+ :param int error_code: Error code (HResult)
1433
+ :param float persistent_count: Count of persistent files not syncing with the specified error code
1434
+ :param float transient_count: Count of transient files not syncing with the specified error code
1435
+ """
1436
+ pulumi.set(__self__, "error_code", error_code)
1437
+ pulumi.set(__self__, "persistent_count", persistent_count)
1438
+ pulumi.set(__self__, "transient_count", transient_count)
1439
+
1440
+ @property
1441
+ @pulumi.getter(name="errorCode")
1442
+ def error_code(self) -> int:
1443
+ """
1444
+ Error code (HResult)
1445
+ """
1446
+ return pulumi.get(self, "error_code")
1447
+
1448
+ @property
1449
+ @pulumi.getter(name="persistentCount")
1450
+ def persistent_count(self) -> float:
1451
+ """
1452
+ Count of persistent files not syncing with the specified error code
1453
+ """
1454
+ return pulumi.get(self, "persistent_count")
1455
+
1456
+ @property
1457
+ @pulumi.getter(name="transientCount")
1458
+ def transient_count(self) -> float:
1459
+ """
1460
+ Count of transient files not syncing with the specified error code
1461
+ """
1462
+ return pulumi.get(self, "transient_count")
1463
+
1464
+
1465
+ @pulumi.output_type
1466
+ class ServerEndpointProvisioningStatusResponse(dict):
1467
+ """
1468
+ Server endpoint provisioning status information
1469
+ """
1470
+ @staticmethod
1471
+ def __key_warning(key: str):
1472
+ suggest = None
1473
+ if key == "provisioningStatus":
1474
+ suggest = "provisioning_status"
1475
+ elif key == "provisioningStepStatuses":
1476
+ suggest = "provisioning_step_statuses"
1477
+ elif key == "provisioningType":
1478
+ suggest = "provisioning_type"
1479
+
1480
+ if suggest:
1481
+ pulumi.log.warn(f"Key '{key}' not found in ServerEndpointProvisioningStatusResponse. Access the value via the '{suggest}' property getter instead.")
1482
+
1483
+ def __getitem__(self, key: str) -> Any:
1484
+ ServerEndpointProvisioningStatusResponse.__key_warning(key)
1485
+ return super().__getitem__(key)
1486
+
1487
+ def get(self, key: str, default = None) -> Any:
1488
+ ServerEndpointProvisioningStatusResponse.__key_warning(key)
1489
+ return super().get(key, default)
1490
+
1491
+ def __init__(__self__, *,
1492
+ provisioning_status: str,
1493
+ provisioning_step_statuses: Sequence['outputs.ServerEndpointProvisioningStepStatusResponse'],
1494
+ provisioning_type: str):
1495
+ """
1496
+ Server endpoint provisioning status information
1497
+ :param str provisioning_status: Server Endpoint provisioning status
1498
+ :param Sequence['ServerEndpointProvisioningStepStatusResponse'] provisioning_step_statuses: Provisioning Step status information for each step in the provisioning process
1499
+ :param str provisioning_type: Server Endpoint provisioning type
1500
+ """
1501
+ pulumi.set(__self__, "provisioning_status", provisioning_status)
1502
+ pulumi.set(__self__, "provisioning_step_statuses", provisioning_step_statuses)
1503
+ pulumi.set(__self__, "provisioning_type", provisioning_type)
1504
+
1505
+ @property
1506
+ @pulumi.getter(name="provisioningStatus")
1507
+ def provisioning_status(self) -> str:
1508
+ """
1509
+ Server Endpoint provisioning status
1510
+ """
1511
+ return pulumi.get(self, "provisioning_status")
1512
+
1513
+ @property
1514
+ @pulumi.getter(name="provisioningStepStatuses")
1515
+ def provisioning_step_statuses(self) -> Sequence['outputs.ServerEndpointProvisioningStepStatusResponse']:
1516
+ """
1517
+ Provisioning Step status information for each step in the provisioning process
1518
+ """
1519
+ return pulumi.get(self, "provisioning_step_statuses")
1520
+
1521
+ @property
1522
+ @pulumi.getter(name="provisioningType")
1523
+ def provisioning_type(self) -> str:
1524
+ """
1525
+ Server Endpoint provisioning type
1526
+ """
1527
+ return pulumi.get(self, "provisioning_type")
1528
+
1529
+
1530
+ @pulumi.output_type
1531
+ class ServerEndpointProvisioningStepStatusResponse(dict):
1532
+ """
1533
+ Server endpoint provisioning step status object.
1534
+ """
1535
+ @staticmethod
1536
+ def __key_warning(key: str):
1537
+ suggest = None
1538
+ if key == "additionalInformation":
1539
+ suggest = "additional_information"
1540
+ elif key == "endTime":
1541
+ suggest = "end_time"
1542
+ elif key == "errorCode":
1543
+ suggest = "error_code"
1544
+ elif key == "minutesLeft":
1545
+ suggest = "minutes_left"
1546
+ elif key == "progressPercentage":
1547
+ suggest = "progress_percentage"
1548
+ elif key == "startTime":
1549
+ suggest = "start_time"
1550
+
1551
+ if suggest:
1552
+ pulumi.log.warn(f"Key '{key}' not found in ServerEndpointProvisioningStepStatusResponse. Access the value via the '{suggest}' property getter instead.")
1553
+
1554
+ def __getitem__(self, key: str) -> Any:
1555
+ ServerEndpointProvisioningStepStatusResponse.__key_warning(key)
1556
+ return super().__getitem__(key)
1557
+
1558
+ def get(self, key: str, default = None) -> Any:
1559
+ ServerEndpointProvisioningStepStatusResponse.__key_warning(key)
1560
+ return super().get(key, default)
1561
+
1562
+ def __init__(__self__, *,
1563
+ additional_information: Mapping[str, str],
1564
+ end_time: str,
1565
+ error_code: int,
1566
+ minutes_left: int,
1567
+ name: str,
1568
+ progress_percentage: int,
1569
+ start_time: str,
1570
+ status: str):
1571
+ """
1572
+ Server endpoint provisioning step status object.
1573
+ :param Mapping[str, str] additional_information: Additional information for the provisioning step
1574
+ :param str end_time: End time of the provisioning step
1575
+ :param int error_code: Error code (HResult) for the provisioning step
1576
+ :param int minutes_left: Estimated completion time of the provisioning step in minutes
1577
+ :param str name: Name of the provisioning step
1578
+ :param int progress_percentage: Estimated progress percentage
1579
+ :param str start_time: Start time of the provisioning step
1580
+ :param str status: Status of the provisioning step
1581
+ """
1582
+ pulumi.set(__self__, "additional_information", additional_information)
1583
+ pulumi.set(__self__, "end_time", end_time)
1584
+ pulumi.set(__self__, "error_code", error_code)
1585
+ pulumi.set(__self__, "minutes_left", minutes_left)
1586
+ pulumi.set(__self__, "name", name)
1587
+ pulumi.set(__self__, "progress_percentage", progress_percentage)
1588
+ pulumi.set(__self__, "start_time", start_time)
1589
+ pulumi.set(__self__, "status", status)
1590
+
1591
+ @property
1592
+ @pulumi.getter(name="additionalInformation")
1593
+ def additional_information(self) -> Mapping[str, str]:
1594
+ """
1595
+ Additional information for the provisioning step
1596
+ """
1597
+ return pulumi.get(self, "additional_information")
1598
+
1599
+ @property
1600
+ @pulumi.getter(name="endTime")
1601
+ def end_time(self) -> str:
1602
+ """
1603
+ End time of the provisioning step
1604
+ """
1605
+ return pulumi.get(self, "end_time")
1606
+
1607
+ @property
1608
+ @pulumi.getter(name="errorCode")
1609
+ def error_code(self) -> int:
1610
+ """
1611
+ Error code (HResult) for the provisioning step
1612
+ """
1613
+ return pulumi.get(self, "error_code")
1614
+
1615
+ @property
1616
+ @pulumi.getter(name="minutesLeft")
1617
+ def minutes_left(self) -> int:
1618
+ """
1619
+ Estimated completion time of the provisioning step in minutes
1620
+ """
1621
+ return pulumi.get(self, "minutes_left")
1622
+
1623
+ @property
1624
+ @pulumi.getter
1625
+ def name(self) -> str:
1626
+ """
1627
+ Name of the provisioning step
1628
+ """
1629
+ return pulumi.get(self, "name")
1630
+
1631
+ @property
1632
+ @pulumi.getter(name="progressPercentage")
1633
+ def progress_percentage(self) -> int:
1634
+ """
1635
+ Estimated progress percentage
1636
+ """
1637
+ return pulumi.get(self, "progress_percentage")
1638
+
1639
+ @property
1640
+ @pulumi.getter(name="startTime")
1641
+ def start_time(self) -> str:
1642
+ """
1643
+ Start time of the provisioning step
1644
+ """
1645
+ return pulumi.get(self, "start_time")
1646
+
1647
+ @property
1648
+ @pulumi.getter
1649
+ def status(self) -> str:
1650
+ """
1651
+ Status of the provisioning step
1652
+ """
1653
+ return pulumi.get(self, "status")
1654
+
1655
+
1656
+ @pulumi.output_type
1657
+ class ServerEndpointRecallErrorResponse(dict):
1658
+ """
1659
+ Server endpoint recall error object
1660
+ """
1661
+ @staticmethod
1662
+ def __key_warning(key: str):
1663
+ suggest = None
1664
+ if key == "errorCode":
1665
+ suggest = "error_code"
1666
+
1667
+ if suggest:
1668
+ pulumi.log.warn(f"Key '{key}' not found in ServerEndpointRecallErrorResponse. Access the value via the '{suggest}' property getter instead.")
1669
+
1670
+ def __getitem__(self, key: str) -> Any:
1671
+ ServerEndpointRecallErrorResponse.__key_warning(key)
1672
+ return super().__getitem__(key)
1673
+
1674
+ def get(self, key: str, default = None) -> Any:
1675
+ ServerEndpointRecallErrorResponse.__key_warning(key)
1676
+ return super().get(key, default)
1677
+
1678
+ def __init__(__self__, *,
1679
+ count: float,
1680
+ error_code: int):
1681
+ """
1682
+ Server endpoint recall error object
1683
+ :param float count: Count of occurences of the error
1684
+ :param int error_code: Error code (HResult)
1685
+ """
1686
+ pulumi.set(__self__, "count", count)
1687
+ pulumi.set(__self__, "error_code", error_code)
1688
+
1689
+ @property
1690
+ @pulumi.getter
1691
+ def count(self) -> float:
1692
+ """
1693
+ Count of occurences of the error
1694
+ """
1695
+ return pulumi.get(self, "count")
1696
+
1697
+ @property
1698
+ @pulumi.getter(name="errorCode")
1699
+ def error_code(self) -> int:
1700
+ """
1701
+ Error code (HResult)
1702
+ """
1703
+ return pulumi.get(self, "error_code")
1704
+
1705
+
1706
+ @pulumi.output_type
1707
+ class ServerEndpointRecallStatusResponse(dict):
1708
+ """
1709
+ Server endpoint recall status object.
1710
+ """
1711
+ @staticmethod
1712
+ def __key_warning(key: str):
1713
+ suggest = None
1714
+ if key == "lastUpdatedTimestamp":
1715
+ suggest = "last_updated_timestamp"
1716
+ elif key == "recallErrors":
1717
+ suggest = "recall_errors"
1718
+ elif key == "totalRecallErrorsCount":
1719
+ suggest = "total_recall_errors_count"
1720
+
1721
+ if suggest:
1722
+ pulumi.log.warn(f"Key '{key}' not found in ServerEndpointRecallStatusResponse. Access the value via the '{suggest}' property getter instead.")
1723
+
1724
+ def __getitem__(self, key: str) -> Any:
1725
+ ServerEndpointRecallStatusResponse.__key_warning(key)
1726
+ return super().__getitem__(key)
1727
+
1728
+ def get(self, key: str, default = None) -> Any:
1729
+ ServerEndpointRecallStatusResponse.__key_warning(key)
1730
+ return super().get(key, default)
1731
+
1732
+ def __init__(__self__, *,
1733
+ last_updated_timestamp: str,
1734
+ recall_errors: Sequence['outputs.ServerEndpointRecallErrorResponse'],
1735
+ total_recall_errors_count: float):
1736
+ """
1737
+ Server endpoint recall status object.
1738
+ :param str last_updated_timestamp: Last updated timestamp
1739
+ :param Sequence['ServerEndpointRecallErrorResponse'] recall_errors: Array of recall errors
1740
+ :param float total_recall_errors_count: Total count of recall errors.
1741
+ """
1742
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
1743
+ pulumi.set(__self__, "recall_errors", recall_errors)
1744
+ pulumi.set(__self__, "total_recall_errors_count", total_recall_errors_count)
1745
+
1746
+ @property
1747
+ @pulumi.getter(name="lastUpdatedTimestamp")
1748
+ def last_updated_timestamp(self) -> str:
1749
+ """
1750
+ Last updated timestamp
1751
+ """
1752
+ return pulumi.get(self, "last_updated_timestamp")
1753
+
1754
+ @property
1755
+ @pulumi.getter(name="recallErrors")
1756
+ def recall_errors(self) -> Sequence['outputs.ServerEndpointRecallErrorResponse']:
1757
+ """
1758
+ Array of recall errors
1759
+ """
1760
+ return pulumi.get(self, "recall_errors")
1761
+
1762
+ @property
1763
+ @pulumi.getter(name="totalRecallErrorsCount")
1764
+ def total_recall_errors_count(self) -> float:
1765
+ """
1766
+ Total count of recall errors.
1767
+ """
1768
+ return pulumi.get(self, "total_recall_errors_count")
1769
+
1770
+
1771
+ @pulumi.output_type
1772
+ class ServerEndpointSyncActivityStatusResponse(dict):
1773
+ """
1774
+ Sync Session status object.
1775
+ """
1776
+ @staticmethod
1777
+ def __key_warning(key: str):
1778
+ suggest = None
1779
+ if key == "appliedBytes":
1780
+ suggest = "applied_bytes"
1781
+ elif key == "appliedItemCount":
1782
+ suggest = "applied_item_count"
1783
+ elif key == "perItemErrorCount":
1784
+ suggest = "per_item_error_count"
1785
+ elif key == "sessionMinutesRemaining":
1786
+ suggest = "session_minutes_remaining"
1787
+ elif key == "syncMode":
1788
+ suggest = "sync_mode"
1789
+ elif key == "totalBytes":
1790
+ suggest = "total_bytes"
1791
+ elif key == "totalItemCount":
1792
+ suggest = "total_item_count"
1793
+
1794
+ if suggest:
1795
+ pulumi.log.warn(f"Key '{key}' not found in ServerEndpointSyncActivityStatusResponse. Access the value via the '{suggest}' property getter instead.")
1796
+
1797
+ def __getitem__(self, key: str) -> Any:
1798
+ ServerEndpointSyncActivityStatusResponse.__key_warning(key)
1799
+ return super().__getitem__(key)
1800
+
1801
+ def get(self, key: str, default = None) -> Any:
1802
+ ServerEndpointSyncActivityStatusResponse.__key_warning(key)
1803
+ return super().get(key, default)
1804
+
1805
+ def __init__(__self__, *,
1806
+ applied_bytes: float,
1807
+ applied_item_count: float,
1808
+ per_item_error_count: float,
1809
+ session_minutes_remaining: int,
1810
+ sync_mode: str,
1811
+ timestamp: str,
1812
+ total_bytes: float,
1813
+ total_item_count: float):
1814
+ """
1815
+ Sync Session status object.
1816
+ :param float applied_bytes: Applied bytes
1817
+ :param float applied_item_count: Applied item count.
1818
+ :param float per_item_error_count: Per item error count
1819
+ :param int session_minutes_remaining: Session minutes remaining (if available)
1820
+ :param str sync_mode: Sync mode
1821
+ :param str timestamp: Timestamp when properties were updated
1822
+ :param float total_bytes: Total bytes (if available)
1823
+ :param float total_item_count: Total item count (if available)
1824
+ """
1825
+ pulumi.set(__self__, "applied_bytes", applied_bytes)
1826
+ pulumi.set(__self__, "applied_item_count", applied_item_count)
1827
+ pulumi.set(__self__, "per_item_error_count", per_item_error_count)
1828
+ pulumi.set(__self__, "session_minutes_remaining", session_minutes_remaining)
1829
+ pulumi.set(__self__, "sync_mode", sync_mode)
1830
+ pulumi.set(__self__, "timestamp", timestamp)
1831
+ pulumi.set(__self__, "total_bytes", total_bytes)
1832
+ pulumi.set(__self__, "total_item_count", total_item_count)
1833
+
1834
+ @property
1835
+ @pulumi.getter(name="appliedBytes")
1836
+ def applied_bytes(self) -> float:
1837
+ """
1838
+ Applied bytes
1839
+ """
1840
+ return pulumi.get(self, "applied_bytes")
1841
+
1842
+ @property
1843
+ @pulumi.getter(name="appliedItemCount")
1844
+ def applied_item_count(self) -> float:
1845
+ """
1846
+ Applied item count.
1847
+ """
1848
+ return pulumi.get(self, "applied_item_count")
1849
+
1850
+ @property
1851
+ @pulumi.getter(name="perItemErrorCount")
1852
+ def per_item_error_count(self) -> float:
1853
+ """
1854
+ Per item error count
1855
+ """
1856
+ return pulumi.get(self, "per_item_error_count")
1857
+
1858
+ @property
1859
+ @pulumi.getter(name="sessionMinutesRemaining")
1860
+ def session_minutes_remaining(self) -> int:
1861
+ """
1862
+ Session minutes remaining (if available)
1863
+ """
1864
+ return pulumi.get(self, "session_minutes_remaining")
1865
+
1866
+ @property
1867
+ @pulumi.getter(name="syncMode")
1868
+ def sync_mode(self) -> str:
1869
+ """
1870
+ Sync mode
1871
+ """
1872
+ return pulumi.get(self, "sync_mode")
1873
+
1874
+ @property
1875
+ @pulumi.getter
1876
+ def timestamp(self) -> str:
1877
+ """
1878
+ Timestamp when properties were updated
1879
+ """
1880
+ return pulumi.get(self, "timestamp")
1881
+
1882
+ @property
1883
+ @pulumi.getter(name="totalBytes")
1884
+ def total_bytes(self) -> float:
1885
+ """
1886
+ Total bytes (if available)
1887
+ """
1888
+ return pulumi.get(self, "total_bytes")
1889
+
1890
+ @property
1891
+ @pulumi.getter(name="totalItemCount")
1892
+ def total_item_count(self) -> float:
1893
+ """
1894
+ Total item count (if available)
1895
+ """
1896
+ return pulumi.get(self, "total_item_count")
1897
+
1898
+
1899
+ @pulumi.output_type
1900
+ class ServerEndpointSyncSessionStatusResponse(dict):
1901
+ """
1902
+ Sync Session status object.
1903
+ """
1904
+ @staticmethod
1905
+ def __key_warning(key: str):
1906
+ suggest = None
1907
+ if key == "filesNotSyncingErrors":
1908
+ suggest = "files_not_syncing_errors"
1909
+ elif key == "lastSyncMode":
1910
+ suggest = "last_sync_mode"
1911
+ elif key == "lastSyncPerItemErrorCount":
1912
+ suggest = "last_sync_per_item_error_count"
1913
+ elif key == "lastSyncResult":
1914
+ suggest = "last_sync_result"
1915
+ elif key == "lastSyncSuccessTimestamp":
1916
+ suggest = "last_sync_success_timestamp"
1917
+ elif key == "lastSyncTimestamp":
1918
+ suggest = "last_sync_timestamp"
1919
+ elif key == "persistentFilesNotSyncingCount":
1920
+ suggest = "persistent_files_not_syncing_count"
1921
+ elif key == "transientFilesNotSyncingCount":
1922
+ suggest = "transient_files_not_syncing_count"
1923
+
1924
+ if suggest:
1925
+ pulumi.log.warn(f"Key '{key}' not found in ServerEndpointSyncSessionStatusResponse. Access the value via the '{suggest}' property getter instead.")
1926
+
1927
+ def __getitem__(self, key: str) -> Any:
1928
+ ServerEndpointSyncSessionStatusResponse.__key_warning(key)
1929
+ return super().__getitem__(key)
1930
+
1931
+ def get(self, key: str, default = None) -> Any:
1932
+ ServerEndpointSyncSessionStatusResponse.__key_warning(key)
1933
+ return super().get(key, default)
1934
+
1935
+ def __init__(__self__, *,
1936
+ files_not_syncing_errors: Sequence['outputs.ServerEndpointFilesNotSyncingErrorResponse'],
1937
+ last_sync_mode: str,
1938
+ last_sync_per_item_error_count: float,
1939
+ last_sync_result: int,
1940
+ last_sync_success_timestamp: str,
1941
+ last_sync_timestamp: str,
1942
+ persistent_files_not_syncing_count: float,
1943
+ transient_files_not_syncing_count: float):
1944
+ """
1945
+ Sync Session status object.
1946
+ :param Sequence['ServerEndpointFilesNotSyncingErrorResponse'] files_not_syncing_errors: Array of per-item errors coming from the last sync session.
1947
+ :param str last_sync_mode: Sync mode
1948
+ :param float last_sync_per_item_error_count: Last sync per item error count.
1949
+ :param int last_sync_result: Last sync result (HResult)
1950
+ :param str last_sync_success_timestamp: Last sync success timestamp
1951
+ :param str last_sync_timestamp: Last sync timestamp
1952
+ :param float persistent_files_not_syncing_count: Count of persistent files not syncing.
1953
+ :param float transient_files_not_syncing_count: Count of transient files not syncing.
1954
+ """
1955
+ pulumi.set(__self__, "files_not_syncing_errors", files_not_syncing_errors)
1956
+ pulumi.set(__self__, "last_sync_mode", last_sync_mode)
1957
+ pulumi.set(__self__, "last_sync_per_item_error_count", last_sync_per_item_error_count)
1958
+ pulumi.set(__self__, "last_sync_result", last_sync_result)
1959
+ pulumi.set(__self__, "last_sync_success_timestamp", last_sync_success_timestamp)
1960
+ pulumi.set(__self__, "last_sync_timestamp", last_sync_timestamp)
1961
+ pulumi.set(__self__, "persistent_files_not_syncing_count", persistent_files_not_syncing_count)
1962
+ pulumi.set(__self__, "transient_files_not_syncing_count", transient_files_not_syncing_count)
1963
+
1964
+ @property
1965
+ @pulumi.getter(name="filesNotSyncingErrors")
1966
+ def files_not_syncing_errors(self) -> Sequence['outputs.ServerEndpointFilesNotSyncingErrorResponse']:
1967
+ """
1968
+ Array of per-item errors coming from the last sync session.
1969
+ """
1970
+ return pulumi.get(self, "files_not_syncing_errors")
1971
+
1972
+ @property
1973
+ @pulumi.getter(name="lastSyncMode")
1974
+ def last_sync_mode(self) -> str:
1975
+ """
1976
+ Sync mode
1977
+ """
1978
+ return pulumi.get(self, "last_sync_mode")
1979
+
1980
+ @property
1981
+ @pulumi.getter(name="lastSyncPerItemErrorCount")
1982
+ def last_sync_per_item_error_count(self) -> float:
1983
+ """
1984
+ Last sync per item error count.
1985
+ """
1986
+ return pulumi.get(self, "last_sync_per_item_error_count")
1987
+
1988
+ @property
1989
+ @pulumi.getter(name="lastSyncResult")
1990
+ def last_sync_result(self) -> int:
1991
+ """
1992
+ Last sync result (HResult)
1993
+ """
1994
+ return pulumi.get(self, "last_sync_result")
1995
+
1996
+ @property
1997
+ @pulumi.getter(name="lastSyncSuccessTimestamp")
1998
+ def last_sync_success_timestamp(self) -> str:
1999
+ """
2000
+ Last sync success timestamp
2001
+ """
2002
+ return pulumi.get(self, "last_sync_success_timestamp")
2003
+
2004
+ @property
2005
+ @pulumi.getter(name="lastSyncTimestamp")
2006
+ def last_sync_timestamp(self) -> str:
2007
+ """
2008
+ Last sync timestamp
2009
+ """
2010
+ return pulumi.get(self, "last_sync_timestamp")
2011
+
2012
+ @property
2013
+ @pulumi.getter(name="persistentFilesNotSyncingCount")
2014
+ def persistent_files_not_syncing_count(self) -> float:
2015
+ """
2016
+ Count of persistent files not syncing.
2017
+ """
2018
+ return pulumi.get(self, "persistent_files_not_syncing_count")
2019
+
2020
+ @property
2021
+ @pulumi.getter(name="transientFilesNotSyncingCount")
2022
+ def transient_files_not_syncing_count(self) -> float:
2023
+ """
2024
+ Count of transient files not syncing.
2025
+ """
2026
+ return pulumi.get(self, "transient_files_not_syncing_count")
2027
+
2028
+
2029
+ @pulumi.output_type
2030
+ class ServerEndpointSyncStatusResponse(dict):
2031
+ """
2032
+ Server Endpoint sync status
2033
+ """
2034
+ @staticmethod
2035
+ def __key_warning(key: str):
2036
+ suggest = None
2037
+ if key == "backgroundDataDownloadActivity":
2038
+ suggest = "background_data_download_activity"
2039
+ elif key == "combinedHealth":
2040
+ suggest = "combined_health"
2041
+ elif key == "downloadActivity":
2042
+ suggest = "download_activity"
2043
+ elif key == "downloadHealth":
2044
+ suggest = "download_health"
2045
+ elif key == "downloadStatus":
2046
+ suggest = "download_status"
2047
+ elif key == "lastUpdatedTimestamp":
2048
+ suggest = "last_updated_timestamp"
2049
+ elif key == "offlineDataTransferStatus":
2050
+ suggest = "offline_data_transfer_status"
2051
+ elif key == "syncActivity":
2052
+ suggest = "sync_activity"
2053
+ elif key == "totalPersistentFilesNotSyncingCount":
2054
+ suggest = "total_persistent_files_not_syncing_count"
2055
+ elif key == "uploadActivity":
2056
+ suggest = "upload_activity"
2057
+ elif key == "uploadHealth":
2058
+ suggest = "upload_health"
2059
+ elif key == "uploadStatus":
2060
+ suggest = "upload_status"
2061
+
2062
+ if suggest:
2063
+ pulumi.log.warn(f"Key '{key}' not found in ServerEndpointSyncStatusResponse. Access the value via the '{suggest}' property getter instead.")
2064
+
2065
+ def __getitem__(self, key: str) -> Any:
2066
+ ServerEndpointSyncStatusResponse.__key_warning(key)
2067
+ return super().__getitem__(key)
2068
+
2069
+ def get(self, key: str, default = None) -> Any:
2070
+ ServerEndpointSyncStatusResponse.__key_warning(key)
2071
+ return super().get(key, default)
2072
+
2073
+ def __init__(__self__, *,
2074
+ background_data_download_activity: 'outputs.ServerEndpointBackgroundDataDownloadActivityResponse',
2075
+ combined_health: str,
2076
+ download_activity: 'outputs.ServerEndpointSyncActivityStatusResponse',
2077
+ download_health: str,
2078
+ download_status: 'outputs.ServerEndpointSyncSessionStatusResponse',
2079
+ last_updated_timestamp: str,
2080
+ offline_data_transfer_status: str,
2081
+ sync_activity: str,
2082
+ total_persistent_files_not_syncing_count: float,
2083
+ upload_activity: 'outputs.ServerEndpointSyncActivityStatusResponse',
2084
+ upload_health: str,
2085
+ upload_status: 'outputs.ServerEndpointSyncSessionStatusResponse'):
2086
+ """
2087
+ Server Endpoint sync status
2088
+ :param 'ServerEndpointBackgroundDataDownloadActivityResponse' background_data_download_activity: Background data download activity
2089
+ :param str combined_health: Combined Health Status.
2090
+ :param 'ServerEndpointSyncActivityStatusResponse' download_activity: Download sync activity
2091
+ :param str download_health: Download Health Status.
2092
+ :param 'ServerEndpointSyncSessionStatusResponse' download_status: Download Status
2093
+ :param str last_updated_timestamp: Last Updated Timestamp
2094
+ :param str offline_data_transfer_status: Offline Data Transfer State
2095
+ :param str sync_activity: Sync activity
2096
+ :param float total_persistent_files_not_syncing_count: Total count of persistent files not syncing (combined upload + download).
2097
+ :param 'ServerEndpointSyncActivityStatusResponse' upload_activity: Upload sync activity
2098
+ :param str upload_health: Upload Health Status.
2099
+ :param 'ServerEndpointSyncSessionStatusResponse' upload_status: Upload Status
2100
+ """
2101
+ pulumi.set(__self__, "background_data_download_activity", background_data_download_activity)
2102
+ pulumi.set(__self__, "combined_health", combined_health)
2103
+ pulumi.set(__self__, "download_activity", download_activity)
2104
+ pulumi.set(__self__, "download_health", download_health)
2105
+ pulumi.set(__self__, "download_status", download_status)
2106
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
2107
+ pulumi.set(__self__, "offline_data_transfer_status", offline_data_transfer_status)
2108
+ pulumi.set(__self__, "sync_activity", sync_activity)
2109
+ pulumi.set(__self__, "total_persistent_files_not_syncing_count", total_persistent_files_not_syncing_count)
2110
+ pulumi.set(__self__, "upload_activity", upload_activity)
2111
+ pulumi.set(__self__, "upload_health", upload_health)
2112
+ pulumi.set(__self__, "upload_status", upload_status)
2113
+
2114
+ @property
2115
+ @pulumi.getter(name="backgroundDataDownloadActivity")
2116
+ def background_data_download_activity(self) -> 'outputs.ServerEndpointBackgroundDataDownloadActivityResponse':
2117
+ """
2118
+ Background data download activity
2119
+ """
2120
+ return pulumi.get(self, "background_data_download_activity")
2121
+
2122
+ @property
2123
+ @pulumi.getter(name="combinedHealth")
2124
+ def combined_health(self) -> str:
2125
+ """
2126
+ Combined Health Status.
2127
+ """
2128
+ return pulumi.get(self, "combined_health")
2129
+
2130
+ @property
2131
+ @pulumi.getter(name="downloadActivity")
2132
+ def download_activity(self) -> 'outputs.ServerEndpointSyncActivityStatusResponse':
2133
+ """
2134
+ Download sync activity
2135
+ """
2136
+ return pulumi.get(self, "download_activity")
2137
+
2138
+ @property
2139
+ @pulumi.getter(name="downloadHealth")
2140
+ def download_health(self) -> str:
2141
+ """
2142
+ Download Health Status.
2143
+ """
2144
+ return pulumi.get(self, "download_health")
2145
+
2146
+ @property
2147
+ @pulumi.getter(name="downloadStatus")
2148
+ def download_status(self) -> 'outputs.ServerEndpointSyncSessionStatusResponse':
2149
+ """
2150
+ Download Status
2151
+ """
2152
+ return pulumi.get(self, "download_status")
2153
+
2154
+ @property
2155
+ @pulumi.getter(name="lastUpdatedTimestamp")
2156
+ def last_updated_timestamp(self) -> str:
2157
+ """
2158
+ Last Updated Timestamp
2159
+ """
2160
+ return pulumi.get(self, "last_updated_timestamp")
2161
+
2162
+ @property
2163
+ @pulumi.getter(name="offlineDataTransferStatus")
2164
+ def offline_data_transfer_status(self) -> str:
2165
+ """
2166
+ Offline Data Transfer State
2167
+ """
2168
+ return pulumi.get(self, "offline_data_transfer_status")
2169
+
2170
+ @property
2171
+ @pulumi.getter(name="syncActivity")
2172
+ def sync_activity(self) -> str:
2173
+ """
2174
+ Sync activity
2175
+ """
2176
+ return pulumi.get(self, "sync_activity")
2177
+
2178
+ @property
2179
+ @pulumi.getter(name="totalPersistentFilesNotSyncingCount")
2180
+ def total_persistent_files_not_syncing_count(self) -> float:
2181
+ """
2182
+ Total count of persistent files not syncing (combined upload + download).
2183
+ """
2184
+ return pulumi.get(self, "total_persistent_files_not_syncing_count")
2185
+
2186
+ @property
2187
+ @pulumi.getter(name="uploadActivity")
2188
+ def upload_activity(self) -> 'outputs.ServerEndpointSyncActivityStatusResponse':
2189
+ """
2190
+ Upload sync activity
2191
+ """
2192
+ return pulumi.get(self, "upload_activity")
2193
+
2194
+ @property
2195
+ @pulumi.getter(name="uploadHealth")
2196
+ def upload_health(self) -> str:
2197
+ """
2198
+ Upload Health Status.
2199
+ """
2200
+ return pulumi.get(self, "upload_health")
2201
+
2202
+ @property
2203
+ @pulumi.getter(name="uploadStatus")
2204
+ def upload_status(self) -> 'outputs.ServerEndpointSyncSessionStatusResponse':
2205
+ """
2206
+ Upload Status
2207
+ """
2208
+ return pulumi.get(self, "upload_status")
2209
+
2210
+
2211
+ @pulumi.output_type
2212
+ class SystemDataResponse(dict):
2213
+ """
2214
+ Metadata pertaining to creation and last modification of the resource.
2215
+ """
2216
+ @staticmethod
2217
+ def __key_warning(key: str):
2218
+ suggest = None
2219
+ if key == "createdAt":
2220
+ suggest = "created_at"
2221
+ elif key == "createdBy":
2222
+ suggest = "created_by"
2223
+ elif key == "createdByType":
2224
+ suggest = "created_by_type"
2225
+ elif key == "lastModifiedAt":
2226
+ suggest = "last_modified_at"
2227
+ elif key == "lastModifiedBy":
2228
+ suggest = "last_modified_by"
2229
+ elif key == "lastModifiedByType":
2230
+ suggest = "last_modified_by_type"
2231
+
2232
+ if suggest:
2233
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
2234
+
2235
+ def __getitem__(self, key: str) -> Any:
2236
+ SystemDataResponse.__key_warning(key)
2237
+ return super().__getitem__(key)
2238
+
2239
+ def get(self, key: str, default = None) -> Any:
2240
+ SystemDataResponse.__key_warning(key)
2241
+ return super().get(key, default)
2242
+
2243
+ def __init__(__self__, *,
2244
+ created_at: Optional[str] = None,
2245
+ created_by: Optional[str] = None,
2246
+ created_by_type: Optional[str] = None,
2247
+ last_modified_at: Optional[str] = None,
2248
+ last_modified_by: Optional[str] = None,
2249
+ last_modified_by_type: Optional[str] = None):
2250
+ """
2251
+ Metadata pertaining to creation and last modification of the resource.
2252
+ :param str created_at: The timestamp of resource creation (UTC).
2253
+ :param str created_by: The identity that created the resource.
2254
+ :param str created_by_type: The type of identity that created the resource.
2255
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
2256
+ :param str last_modified_by: The identity that last modified the resource.
2257
+ :param str last_modified_by_type: The type of identity that last modified the resource.
2258
+ """
2259
+ if created_at is not None:
2260
+ pulumi.set(__self__, "created_at", created_at)
2261
+ if created_by is not None:
2262
+ pulumi.set(__self__, "created_by", created_by)
2263
+ if created_by_type is not None:
2264
+ pulumi.set(__self__, "created_by_type", created_by_type)
2265
+ if last_modified_at is not None:
2266
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
2267
+ if last_modified_by is not None:
2268
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
2269
+ if last_modified_by_type is not None:
2270
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
2271
+
2272
+ @property
2273
+ @pulumi.getter(name="createdAt")
2274
+ def created_at(self) -> Optional[str]:
2275
+ """
2276
+ The timestamp of resource creation (UTC).
2277
+ """
2278
+ return pulumi.get(self, "created_at")
2279
+
2280
+ @property
2281
+ @pulumi.getter(name="createdBy")
2282
+ def created_by(self) -> Optional[str]:
2283
+ """
2284
+ The identity that created the resource.
2285
+ """
2286
+ return pulumi.get(self, "created_by")
2287
+
2288
+ @property
2289
+ @pulumi.getter(name="createdByType")
2290
+ def created_by_type(self) -> Optional[str]:
2291
+ """
2292
+ The type of identity that created the resource.
2293
+ """
2294
+ return pulumi.get(self, "created_by_type")
2295
+
2296
+ @property
2297
+ @pulumi.getter(name="lastModifiedAt")
2298
+ def last_modified_at(self) -> Optional[str]:
2299
+ """
2300
+ The timestamp of resource last modification (UTC)
2301
+ """
2302
+ return pulumi.get(self, "last_modified_at")
2303
+
2304
+ @property
2305
+ @pulumi.getter(name="lastModifiedBy")
2306
+ def last_modified_by(self) -> Optional[str]:
2307
+ """
2308
+ The identity that last modified the resource.
2309
+ """
2310
+ return pulumi.get(self, "last_modified_by")
2311
+
2312
+ @property
2313
+ @pulumi.getter(name="lastModifiedByType")
2314
+ def last_modified_by_type(self) -> Optional[str]:
2315
+ """
2316
+ The type of identity that last modified the resource.
2317
+ """
2318
+ return pulumi.get(self, "last_modified_by_type")
2319
+
2320
+
2321
+ @pulumi.output_type
2322
+ class UserAssignedIdentityResponse(dict):
2323
+ """
2324
+ User assigned identity properties
2325
+ """
2326
+ @staticmethod
2327
+ def __key_warning(key: str):
2328
+ suggest = None
2329
+ if key == "clientId":
2330
+ suggest = "client_id"
2331
+ elif key == "principalId":
2332
+ suggest = "principal_id"
2333
+
2334
+ if suggest:
2335
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
2336
+
2337
+ def __getitem__(self, key: str) -> Any:
2338
+ UserAssignedIdentityResponse.__key_warning(key)
2339
+ return super().__getitem__(key)
2340
+
2341
+ def get(self, key: str, default = None) -> Any:
2342
+ UserAssignedIdentityResponse.__key_warning(key)
2343
+ return super().get(key, default)
2344
+
2345
+ def __init__(__self__, *,
2346
+ client_id: str,
2347
+ principal_id: str):
2348
+ """
2349
+ User assigned identity properties
2350
+ :param str client_id: The client ID of the assigned identity.
2351
+ :param str principal_id: The principal ID of the assigned identity.
2352
+ """
2353
+ pulumi.set(__self__, "client_id", client_id)
2354
+ pulumi.set(__self__, "principal_id", principal_id)
2355
+
2356
+ @property
2357
+ @pulumi.getter(name="clientId")
2358
+ def client_id(self) -> str:
2359
+ """
2360
+ The client ID of the assigned identity.
2361
+ """
2362
+ return pulumi.get(self, "client_id")
2363
+
2364
+ @property
2365
+ @pulumi.getter(name="principalId")
2366
+ def principal_id(self) -> str:
2367
+ """
2368
+ The principal ID of the assigned identity.
2369
+ """
2370
+ return pulumi.get(self, "principal_id")
2371
+
2372
+