pulumi-azure-native 2.38.1a1713975200__py3-none-any.whl → 2.38.1a1714382243__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 (1139) hide show
  1. pulumi_azure_native/__init__.py +173 -63
  2. pulumi_azure_native/authorization/v20240401/_enums.py +11 -0
  3. pulumi_azure_native/authorization/v20240401/get_policy_assignment.py +14 -14
  4. pulumi_azure_native/authorization/v20240401/policy_assignment.py +29 -29
  5. pulumi_azure_native/cache/v20230501preview/_inputs.py +16 -0
  6. pulumi_azure_native/cache/v20230501preview/outputs.py +14 -0
  7. pulumi_azure_native/cache/v20230801/_inputs.py +16 -0
  8. pulumi_azure_native/cache/v20230801/outputs.py +14 -0
  9. pulumi_azure_native/connectedvmwarevsphere/__init__.py +3 -0
  10. pulumi_azure_native/connectedvmwarevsphere/cluster.py +3 -3
  11. pulumi_azure_native/connectedvmwarevsphere/datastore.py +3 -3
  12. pulumi_azure_native/connectedvmwarevsphere/get_cluster.py +2 -2
  13. pulumi_azure_native/connectedvmwarevsphere/get_datastore.py +2 -2
  14. pulumi_azure_native/connectedvmwarevsphere/get_host.py +2 -2
  15. pulumi_azure_native/connectedvmwarevsphere/get_inventory_item.py +2 -2
  16. pulumi_azure_native/connectedvmwarevsphere/get_resource_pool.py +2 -2
  17. pulumi_azure_native/connectedvmwarevsphere/get_v_center.py +2 -2
  18. pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_instance.py +2 -2
  19. pulumi_azure_native/connectedvmwarevsphere/get_virtual_machine_template.py +2 -2
  20. pulumi_azure_native/connectedvmwarevsphere/get_virtual_network.py +2 -2
  21. pulumi_azure_native/connectedvmwarevsphere/get_vm_instance_guest_agent.py +2 -2
  22. pulumi_azure_native/connectedvmwarevsphere/host.py +3 -3
  23. pulumi_azure_native/connectedvmwarevsphere/inventory_item.py +3 -3
  24. pulumi_azure_native/connectedvmwarevsphere/resource_pool.py +3 -3
  25. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/cluster.py +1 -1
  26. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/datastore.py +1 -1
  27. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/host.py +1 -1
  28. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/inventory_item.py +1 -1
  29. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/resource_pool.py +1 -1
  30. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/v_center.py +1 -1
  31. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_machine_template.py +1 -1
  32. pulumi_azure_native/connectedvmwarevsphere/v20220715preview/virtual_network.py +1 -1
  33. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/cluster.py +1 -1
  34. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/datastore.py +1 -1
  35. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/host.py +1 -1
  36. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/inventory_item.py +1 -1
  37. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/resource_pool.py +1 -1
  38. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/v_center.py +1 -1
  39. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_instance.py +1 -1
  40. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_machine_template.py +1 -1
  41. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/virtual_network.py +1 -1
  42. pulumi_azure_native/connectedvmwarevsphere/v20230301preview/vm_instance_guest_agent.py +1 -1
  43. pulumi_azure_native/connectedvmwarevsphere/v20231001/cluster.py +1 -1
  44. pulumi_azure_native/connectedvmwarevsphere/v20231001/datastore.py +1 -1
  45. pulumi_azure_native/connectedvmwarevsphere/v20231001/host.py +1 -1
  46. pulumi_azure_native/connectedvmwarevsphere/v20231001/inventory_item.py +1 -1
  47. pulumi_azure_native/connectedvmwarevsphere/v20231001/resource_pool.py +1 -1
  48. pulumi_azure_native/connectedvmwarevsphere/v20231001/v_center.py +1 -1
  49. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_instance.py +1 -1
  50. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_machine_template.py +1 -1
  51. pulumi_azure_native/connectedvmwarevsphere/v20231001/virtual_network.py +1 -1
  52. pulumi_azure_native/connectedvmwarevsphere/v20231001/vm_instance_guest_agent.py +1 -1
  53. pulumi_azure_native/connectedvmwarevsphere/v20231201/__init__.py +30 -0
  54. pulumi_azure_native/connectedvmwarevsphere/v20231201/_enums.py +110 -0
  55. pulumi_azure_native/connectedvmwarevsphere/v20231201/_inputs.py +1119 -0
  56. pulumi_azure_native/connectedvmwarevsphere/v20231201/cluster.py +478 -0
  57. pulumi_azure_native/connectedvmwarevsphere/v20231201/datastore.py +438 -0
  58. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_cluster.py +352 -0
  59. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_datastore.py +300 -0
  60. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_host.py +352 -0
  61. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_inventory_item.py +201 -0
  62. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_resource_pool.py +436 -0
  63. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_v_center.py +300 -0
  64. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_instance.py +269 -0
  65. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_machine_template.py +419 -0
  66. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_virtual_network.py +274 -0
  67. pulumi_azure_native/connectedvmwarevsphere/v20231201/get_vm_instance_guest_agent.py +230 -0
  68. pulumi_azure_native/connectedvmwarevsphere/v20231201/host.py +478 -0
  69. pulumi_azure_native/connectedvmwarevsphere/v20231201/inventory_item.py +342 -0
  70. pulumi_azure_native/connectedvmwarevsphere/v20231201/outputs.py +1848 -0
  71. pulumi_azure_native/connectedvmwarevsphere/v20231201/resource_pool.py +544 -0
  72. pulumi_azure_native/connectedvmwarevsphere/v20231201/v_center.py +439 -0
  73. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_instance.py +418 -0
  74. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_machine_template.py +533 -0
  75. pulumi_azure_native/connectedvmwarevsphere/v20231201/virtual_network.py +418 -0
  76. pulumi_azure_native/connectedvmwarevsphere/v20231201/vm_instance_guest_agent.py +312 -0
  77. pulumi_azure_native/connectedvmwarevsphere/v_center.py +3 -3
  78. pulumi_azure_native/connectedvmwarevsphere/virtual_machine_instance.py +3 -3
  79. pulumi_azure_native/connectedvmwarevsphere/virtual_machine_template.py +3 -3
  80. pulumi_azure_native/connectedvmwarevsphere/virtual_network.py +3 -3
  81. pulumi_azure_native/connectedvmwarevsphere/vm_instance_guest_agent.py +3 -3
  82. pulumi_azure_native/containerservice/__init__.py +3 -0
  83. pulumi_azure_native/containerservice/fleet.py +3 -3
  84. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  85. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  86. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  87. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  88. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  89. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  90. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  91. pulumi_azure_native/containerservice/update_run.py +3 -3
  92. pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
  93. pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
  94. pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
  95. pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
  96. pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
  97. pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
  98. pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
  99. pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
  100. pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
  101. pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
  102. pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
  103. pulumi_azure_native/containerservice/v20230815preview/update_run.py +1 -1
  104. pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
  105. pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
  106. pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
  107. pulumi_azure_native/containerservice/v20231015/update_run.py +1 -1
  108. pulumi_azure_native/containerservice/v20240202preview/fleet.py +1 -1
  109. pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
  110. pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +1 -1
  111. pulumi_azure_native/containerservice/v20240202preview/update_run.py +1 -1
  112. pulumi_azure_native/containerservice/v20240401/__init__.py +19 -0
  113. pulumi_azure_native/containerservice/v20240401/_enums.py +53 -0
  114. pulumi_azure_native/containerservice/v20240401/_inputs.py +394 -0
  115. pulumi_azure_native/containerservice/v20240401/fleet.py +302 -0
  116. pulumi_azure_native/containerservice/v20240401/fleet_member.py +264 -0
  117. pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +236 -0
  118. pulumi_azure_native/containerservice/v20240401/get_fleet.py +196 -0
  119. pulumi_azure_native/containerservice/v20240401/get_fleet_member.py +175 -0
  120. pulumi_azure_native/containerservice/v20240401/get_fleet_update_strategy.py +162 -0
  121. pulumi_azure_native/containerservice/v20240401/get_update_run.py +214 -0
  122. pulumi_azure_native/containerservice/v20240401/list_fleet_credentials.py +79 -0
  123. pulumi_azure_native/containerservice/v20240401/outputs.py +1318 -0
  124. pulumi_azure_native/containerservice/v20240401/update_run.py +357 -0
  125. pulumi_azure_native/costmanagement/__init__.py +3 -0
  126. pulumi_azure_native/costmanagement/export.py +3 -3
  127. pulumi_azure_native/costmanagement/get_export.py +2 -2
  128. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  129. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  130. pulumi_azure_native/costmanagement/get_view.py +2 -2
  131. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  132. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  133. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  134. pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
  135. pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
  136. pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
  137. pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
  138. pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
  139. pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
  140. pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
  141. pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
  142. pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
  143. pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
  144. pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
  145. pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
  146. pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
  147. pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
  148. pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
  149. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
  150. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
  151. pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
  152. pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
  153. pulumi_azure_native/costmanagement/v20230701preview/__init__.py +20 -0
  154. pulumi_azure_native/costmanagement/v20230701preview/_enums.py +325 -0
  155. pulumi_azure_native/costmanagement/v20230701preview/_inputs.py +1255 -0
  156. pulumi_azure_native/costmanagement/v20230701preview/export.py +507 -0
  157. pulumi_azure_native/costmanagement/v20230701preview/get_export.py +292 -0
  158. pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action.py +243 -0
  159. pulumi_azure_native/costmanagement/v20230701preview/get_scheduled_action_by_scope.py +248 -0
  160. pulumi_azure_native/costmanagement/v20230701preview/get_view.py +308 -0
  161. pulumi_azure_native/costmanagement/v20230701preview/get_view_by_scope.py +313 -0
  162. pulumi_azure_native/costmanagement/v20230701preview/outputs.py +1943 -0
  163. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +420 -0
  164. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +421 -0
  165. pulumi_azure_native/costmanagement/v20230701preview/view.py +582 -0
  166. pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +583 -0
  167. pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
  168. pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
  169. pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
  170. pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
  171. pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
  172. pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
  173. pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
  174. pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
  175. pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
  176. pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
  177. pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
  178. pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
  179. pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
  180. pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
  181. pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
  182. pulumi_azure_native/costmanagement/view.py +3 -3
  183. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  184. pulumi_azure_native/databox/v20240301preview/_enums.py +0 -31
  185. pulumi_azure_native/databox/v20240301preview/_inputs.py +1 -17
  186. pulumi_azure_native/databox/v20240301preview/outputs.py +12 -13
  187. pulumi_azure_native/datafactory/_enums.py +51 -0
  188. pulumi_azure_native/datafactory/_inputs.py +1827 -78
  189. pulumi_azure_native/datafactory/outputs.py +1563 -72
  190. pulumi_azure_native/datafactory/v20180601/_enums.py +51 -0
  191. pulumi_azure_native/datafactory/v20180601/_inputs.py +1827 -78
  192. pulumi_azure_native/datafactory/v20180601/outputs.py +1563 -72
  193. pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
  194. pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
  195. pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
  196. pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
  197. pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
  198. pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +1 -1
  199. pulumi_azure_native/{machinelearningcompute/v20170801preview → devopsinfrastructure/v20240404preview}/__init__.py +2 -3
  200. pulumi_azure_native/devopsinfrastructure/v20240404preview/_enums.py +195 -0
  201. pulumi_azure_native/devopsinfrastructure/v20240404preview/_inputs.py +958 -0
  202. pulumi_azure_native/devopsinfrastructure/v20240404preview/get_pool.py +235 -0
  203. pulumi_azure_native/devopsinfrastructure/v20240404preview/outputs.py +1237 -0
  204. pulumi_azure_native/devopsinfrastructure/v20240404preview/pool.py +432 -0
  205. pulumi_azure_native/eventgrid/__init__.py +4 -0
  206. pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
  207. pulumi_azure_native/eventgrid/channel.py +3 -3
  208. pulumi_azure_native/eventgrid/client.py +3 -3
  209. pulumi_azure_native/eventgrid/client_group.py +3 -3
  210. pulumi_azure_native/eventgrid/domain.py +3 -3
  211. pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
  212. pulumi_azure_native/eventgrid/domain_topic.py +3 -3
  213. pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
  214. pulumi_azure_native/eventgrid/event_subscription.py +3 -3
  215. pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
  216. pulumi_azure_native/eventgrid/get_channel.py +2 -2
  217. pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
  218. pulumi_azure_native/eventgrid/get_client.py +2 -2
  219. pulumi_azure_native/eventgrid/get_client_group.py +2 -2
  220. pulumi_azure_native/eventgrid/get_domain.py +2 -2
  221. pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
  222. pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
  223. pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
  224. pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
  225. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
  226. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
  227. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
  228. pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
  229. pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
  230. pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
  231. pulumi_azure_native/eventgrid/get_namespace.py +2 -2
  232. pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
  233. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
  234. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +4 -0
  235. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +90 -0
  236. pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
  237. pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
  238. pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
  239. pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
  240. pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
  241. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
  242. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
  243. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
  244. pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
  245. pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
  246. pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
  247. pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
  248. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
  249. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
  250. pulumi_azure_native/eventgrid/get_topic.py +2 -2
  251. pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
  252. pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
  253. pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
  254. pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
  255. pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
  256. pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
  257. pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
  258. pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
  259. pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
  260. pulumi_azure_native/eventgrid/namespace.py +3 -3
  261. pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
  262. pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
  263. pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
  264. pulumi_azure_native/eventgrid/partner_destination.py +3 -3
  265. pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
  266. pulumi_azure_native/eventgrid/partner_registration.py +3 -3
  267. pulumi_azure_native/eventgrid/partner_topic.py +3 -3
  268. pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
  269. pulumi_azure_native/eventgrid/permission_binding.py +3 -3
  270. pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
  271. pulumi_azure_native/eventgrid/system_topic.py +3 -3
  272. pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
  273. pulumi_azure_native/eventgrid/topic.py +3 -3
  274. pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
  275. pulumi_azure_native/eventgrid/topic_space.py +3 -3
  276. pulumi_azure_native/eventgrid/v20200401preview/domain.py +1 -1
  277. pulumi_azure_native/eventgrid/v20200401preview/topic.py +1 -1
  278. pulumi_azure_native/eventgrid/v20211015preview/partner_destination.py +1 -1
  279. pulumi_azure_native/eventgrid/v20211015preview/partner_registration.py +1 -1
  280. pulumi_azure_native/eventgrid/v20220615/channel.py +1 -1
  281. pulumi_azure_native/eventgrid/v20220615/domain.py +1 -1
  282. pulumi_azure_native/eventgrid/v20220615/domain_event_subscription.py +1 -1
  283. pulumi_azure_native/eventgrid/v20220615/domain_topic.py +1 -1
  284. pulumi_azure_native/eventgrid/v20220615/domain_topic_event_subscription.py +1 -1
  285. pulumi_azure_native/eventgrid/v20220615/event_subscription.py +1 -1
  286. pulumi_azure_native/eventgrid/v20220615/partner_configuration.py +1 -1
  287. pulumi_azure_native/eventgrid/v20220615/partner_namespace.py +1 -1
  288. pulumi_azure_native/eventgrid/v20220615/partner_registration.py +1 -1
  289. pulumi_azure_native/eventgrid/v20220615/partner_topic.py +1 -1
  290. pulumi_azure_native/eventgrid/v20220615/partner_topic_event_subscription.py +1 -1
  291. pulumi_azure_native/eventgrid/v20220615/private_endpoint_connection.py +1 -1
  292. pulumi_azure_native/eventgrid/v20220615/system_topic.py +1 -1
  293. pulumi_azure_native/eventgrid/v20220615/system_topic_event_subscription.py +1 -1
  294. pulumi_azure_native/eventgrid/v20220615/topic.py +1 -1
  295. pulumi_azure_native/eventgrid/v20220615/topic_event_subscription.py +1 -1
  296. pulumi_azure_native/eventgrid/v20230601preview/ca_certificate.py +1 -1
  297. pulumi_azure_native/eventgrid/v20230601preview/channel.py +1 -1
  298. pulumi_azure_native/eventgrid/v20230601preview/client.py +1 -1
  299. pulumi_azure_native/eventgrid/v20230601preview/client_group.py +1 -1
  300. pulumi_azure_native/eventgrid/v20230601preview/domain.py +1 -1
  301. pulumi_azure_native/eventgrid/v20230601preview/domain_event_subscription.py +1 -1
  302. pulumi_azure_native/eventgrid/v20230601preview/domain_topic.py +1 -1
  303. pulumi_azure_native/eventgrid/v20230601preview/domain_topic_event_subscription.py +1 -1
  304. pulumi_azure_native/eventgrid/v20230601preview/event_subscription.py +1 -1
  305. pulumi_azure_native/eventgrid/v20230601preview/namespace.py +1 -1
  306. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic.py +1 -1
  307. pulumi_azure_native/eventgrid/v20230601preview/namespace_topic_event_subscription.py +1 -1
  308. pulumi_azure_native/eventgrid/v20230601preview/partner_configuration.py +1 -1
  309. pulumi_azure_native/eventgrid/v20230601preview/partner_destination.py +1 -1
  310. pulumi_azure_native/eventgrid/v20230601preview/partner_namespace.py +1 -1
  311. pulumi_azure_native/eventgrid/v20230601preview/partner_registration.py +1 -1
  312. pulumi_azure_native/eventgrid/v20230601preview/partner_topic.py +1 -1
  313. pulumi_azure_native/eventgrid/v20230601preview/partner_topic_event_subscription.py +1 -1
  314. pulumi_azure_native/eventgrid/v20230601preview/permission_binding.py +1 -1
  315. pulumi_azure_native/eventgrid/v20230601preview/private_endpoint_connection.py +1 -1
  316. pulumi_azure_native/eventgrid/v20230601preview/system_topic.py +1 -1
  317. pulumi_azure_native/eventgrid/v20230601preview/system_topic_event_subscription.py +1 -1
  318. pulumi_azure_native/eventgrid/v20230601preview/topic.py +1 -1
  319. pulumi_azure_native/eventgrid/v20230601preview/topic_event_subscription.py +1 -1
  320. pulumi_azure_native/eventgrid/v20230601preview/topic_space.py +1 -1
  321. pulumi_azure_native/eventgrid/v20231215preview/ca_certificate.py +1 -1
  322. pulumi_azure_native/eventgrid/v20231215preview/channel.py +1 -1
  323. pulumi_azure_native/eventgrid/v20231215preview/client.py +1 -1
  324. pulumi_azure_native/eventgrid/v20231215preview/client_group.py +1 -1
  325. pulumi_azure_native/eventgrid/v20231215preview/domain.py +1 -1
  326. pulumi_azure_native/eventgrid/v20231215preview/domain_event_subscription.py +1 -1
  327. pulumi_azure_native/eventgrid/v20231215preview/domain_topic.py +1 -1
  328. pulumi_azure_native/eventgrid/v20231215preview/domain_topic_event_subscription.py +1 -1
  329. pulumi_azure_native/eventgrid/v20231215preview/event_subscription.py +1 -1
  330. pulumi_azure_native/eventgrid/v20231215preview/namespace.py +1 -1
  331. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic.py +1 -1
  332. pulumi_azure_native/eventgrid/v20231215preview/namespace_topic_event_subscription.py +1 -1
  333. pulumi_azure_native/eventgrid/v20231215preview/partner_configuration.py +1 -1
  334. pulumi_azure_native/eventgrid/v20231215preview/partner_destination.py +1 -1
  335. pulumi_azure_native/eventgrid/v20231215preview/partner_namespace.py +1 -1
  336. pulumi_azure_native/eventgrid/v20231215preview/partner_registration.py +1 -1
  337. pulumi_azure_native/eventgrid/v20231215preview/partner_topic.py +1 -1
  338. pulumi_azure_native/eventgrid/v20231215preview/partner_topic_event_subscription.py +1 -1
  339. pulumi_azure_native/eventgrid/v20231215preview/permission_binding.py +1 -1
  340. pulumi_azure_native/eventgrid/v20231215preview/private_endpoint_connection.py +1 -1
  341. pulumi_azure_native/eventgrid/v20231215preview/system_topic.py +1 -1
  342. pulumi_azure_native/eventgrid/v20231215preview/system_topic_event_subscription.py +1 -1
  343. pulumi_azure_native/eventgrid/v20231215preview/topic.py +1 -1
  344. pulumi_azure_native/eventgrid/v20231215preview/topic_event_subscription.py +1 -1
  345. pulumi_azure_native/eventgrid/v20231215preview/topic_space.py +1 -1
  346. pulumi_azure_native/eventgrid/v20240601preview/__init__.py +80 -0
  347. pulumi_azure_native/eventgrid/v20240601preview/_enums.py +473 -0
  348. pulumi_azure_native/eventgrid/v20240601preview/_inputs.py +5577 -0
  349. pulumi_azure_native/eventgrid/v20240601preview/ca_certificate.py +273 -0
  350. pulumi_azure_native/eventgrid/v20240601preview/channel.py +394 -0
  351. pulumi_azure_native/eventgrid/v20240601preview/client.py +354 -0
  352. pulumi_azure_native/eventgrid/v20240601preview/client_group.py +257 -0
  353. pulumi_azure_native/eventgrid/v20240601preview/domain.py +688 -0
  354. pulumi_azure_native/eventgrid/v20240601preview/domain_event_subscription.py +488 -0
  355. pulumi_azure_native/eventgrid/v20240601preview/domain_topic.py +195 -0
  356. pulumi_azure_native/eventgrid/v20240601preview/domain_topic_event_subscription.py +509 -0
  357. pulumi_azure_native/eventgrid/v20240601preview/event_subscription.py +467 -0
  358. pulumi_azure_native/eventgrid/v20240601preview/get_ca_certificate.py +188 -0
  359. pulumi_azure_native/eventgrid/v20240601preview/get_channel.py +215 -0
  360. pulumi_azure_native/eventgrid/v20240601preview/get_channel_full_url.py +83 -0
  361. pulumi_azure_native/eventgrid/v20240601preview/get_client.py +203 -0
  362. pulumi_azure_native/eventgrid/v20240601preview/get_client_group.py +163 -0
  363. pulumi_azure_native/eventgrid/v20240601preview/get_domain.py +366 -0
  364. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription.py +270 -0
  365. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_delivery_attributes.py +84 -0
  366. pulumi_azure_native/eventgrid/v20240601preview/get_domain_event_subscription_full_url.py +83 -0
  367. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic.py +136 -0
  368. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription.py +275 -0
  369. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_delivery_attributes.py +89 -0
  370. pulumi_azure_native/eventgrid/v20240601preview/get_domain_topic_event_subscription_full_url.py +88 -0
  371. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription.py +265 -0
  372. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_delivery_attributes.py +79 -0
  373. pulumi_azure_native/eventgrid/v20240601preview/get_event_subscription_full_url.py +78 -0
  374. pulumi_azure_native/eventgrid/v20240601preview/get_namespace.py +279 -0
  375. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic.py +176 -0
  376. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription.py +193 -0
  377. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_delivery_attributes.py +89 -0
  378. pulumi_azure_native/eventgrid/v20240601preview/get_namespace_topic_event_subscription_full_url.py +88 -0
  379. pulumi_azure_native/eventgrid/v20240601preview/get_partner_configuration.py +165 -0
  380. pulumi_azure_native/eventgrid/v20240601preview/get_partner_destination.py +236 -0
  381. pulumi_azure_native/eventgrid/v20240601preview/get_partner_namespace.py +264 -0
  382. pulumi_azure_native/eventgrid/v20240601preview/get_partner_registration.py +171 -0
  383. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic.py +263 -0
  384. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription.py +270 -0
  385. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_delivery_attributes.py +84 -0
  386. pulumi_azure_native/eventgrid/v20240601preview/get_partner_topic_event_subscription_full_url.py +83 -0
  387. pulumi_azure_native/eventgrid/v20240601preview/get_permission_binding.py +190 -0
  388. pulumi_azure_native/eventgrid/v20240601preview/get_private_endpoint_connection.py +164 -0
  389. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic.py +209 -0
  390. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription.py +270 -0
  391. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_delivery_attributes.py +84 -0
  392. pulumi_azure_native/eventgrid/v20240601preview/get_system_topic_event_subscription_full_url.py +83 -0
  393. pulumi_azure_native/eventgrid/v20240601preview/get_topic.py +354 -0
  394. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription.py +270 -0
  395. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_delivery_attributes.py +84 -0
  396. pulumi_azure_native/eventgrid/v20240601preview/get_topic_event_subscription_full_url.py +83 -0
  397. pulumi_azure_native/eventgrid/v20240601preview/get_topic_space.py +166 -0
  398. pulumi_azure_native/eventgrid/v20240601preview/list_domain_shared_access_keys.py +91 -0
  399. pulumi_azure_native/eventgrid/v20240601preview/list_namespace_shared_access_keys.py +91 -0
  400. pulumi_azure_native/eventgrid/v20240601preview/list_namespace_topic_shared_access_keys.py +96 -0
  401. pulumi_azure_native/eventgrid/v20240601preview/list_partner_namespace_shared_access_keys.py +91 -0
  402. pulumi_azure_native/eventgrid/v20240601preview/list_topic_shared_access_keys.py +91 -0
  403. pulumi_azure_native/eventgrid/v20240601preview/namespace.py +515 -0
  404. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic.py +291 -0
  405. pulumi_azure_native/eventgrid/v20240601preview/namespace_topic_event_subscription.py +334 -0
  406. pulumi_azure_native/eventgrid/v20240601preview/outputs.py +6511 -0
  407. pulumi_azure_native/eventgrid/v20240601preview/partner_configuration.py +262 -0
  408. pulumi_azure_native/eventgrid/v20240601preview/partner_destination.py +411 -0
  409. pulumi_azure_native/eventgrid/v20240601preview/partner_namespace.py +452 -0
  410. pulumi_azure_native/eventgrid/v20240601preview/partner_registration.py +265 -0
  411. pulumi_azure_native/eventgrid/v20240601preview/partner_topic.py +474 -0
  412. pulumi_azure_native/eventgrid/v20240601preview/partner_topic_event_subscription.py +488 -0
  413. pulumi_azure_native/eventgrid/v20240601preview/permission_binding.py +320 -0
  414. pulumi_azure_native/eventgrid/v20240601preview/private_endpoint_connection.py +312 -0
  415. pulumi_azure_native/eventgrid/v20240601preview/system_topic.py +331 -0
  416. pulumi_azure_native/eventgrid/v20240601preview/system_topic_event_subscription.py +488 -0
  417. pulumi_azure_native/eventgrid/v20240601preview/topic.py +636 -0
  418. pulumi_azure_native/eventgrid/v20240601preview/topic_event_subscription.py +488 -0
  419. pulumi_azure_native/eventgrid/v20240601preview/topic_space.py +269 -0
  420. pulumi_azure_native/insights/__init__.py +3 -0
  421. pulumi_azure_native/insights/action_group.py +5 -1
  422. pulumi_azure_native/insights/get_action_group.py +4 -0
  423. pulumi_azure_native/insights/v20230101/action_group.py +1 -1
  424. pulumi_azure_native/{machinelearningexperimentation/v20170501preview → insights/v20230901preview}/__init__.py +3 -6
  425. pulumi_azure_native/{blockchain → insights/v20230901preview}/_enums.py +4 -7
  426. pulumi_azure_native/insights/v20230901preview/_inputs.py +972 -0
  427. pulumi_azure_native/insights/v20230901preview/action_group.py +626 -0
  428. pulumi_azure_native/insights/v20230901preview/get_action_group.py +313 -0
  429. pulumi_azure_native/insights/v20230901preview/outputs.py +1072 -0
  430. pulumi_azure_native/machinelearningservices/__init__.py +3 -0
  431. pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
  432. pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
  433. pulumi_azure_native/machinelearningservices/code_container.py +3 -3
  434. pulumi_azure_native/machinelearningservices/code_version.py +3 -3
  435. pulumi_azure_native/machinelearningservices/component_container.py +3 -3
  436. pulumi_azure_native/machinelearningservices/component_version.py +3 -3
  437. pulumi_azure_native/machinelearningservices/compute.py +3 -3
  438. pulumi_azure_native/machinelearningservices/data_container.py +3 -3
  439. pulumi_azure_native/machinelearningservices/data_version.py +3 -3
  440. pulumi_azure_native/machinelearningservices/datastore.py +3 -3
  441. pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
  442. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  443. pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
  444. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
  445. pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
  446. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
  447. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
  448. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
  449. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
  450. pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
  451. pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
  452. pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
  453. pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
  454. pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
  455. pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
  456. pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
  457. pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
  458. pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
  459. pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
  460. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
  461. pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
  462. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
  463. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
  464. pulumi_azure_native/machinelearningservices/get_job.py +2 -2
  465. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
  466. pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
  467. pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
  468. pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
  469. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
  470. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
  471. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
  472. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
  473. pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
  474. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
  475. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
  476. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
  477. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
  478. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
  479. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
  480. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
  481. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
  482. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
  483. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
  484. pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
  485. pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
  486. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
  487. pulumi_azure_native/machinelearningservices/job.py +3 -3
  488. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
  489. pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
  490. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
  491. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
  492. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
  493. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
  494. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
  495. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
  496. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
  497. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
  498. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  499. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
  500. pulumi_azure_native/machinelearningservices/model_container.py +3 -3
  501. pulumi_azure_native/machinelearningservices/model_version.py +3 -3
  502. pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
  503. pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
  504. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
  505. pulumi_azure_native/machinelearningservices/registry.py +3 -3
  506. pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
  507. pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
  508. pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
  509. pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
  510. pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
  511. pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
  512. pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
  513. pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
  514. pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
  515. pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
  516. pulumi_azure_native/machinelearningservices/schedule.py +3 -3
  517. pulumi_azure_native/machinelearningservices/v20200501preview/machine_learning_datastore.py +1 -1
  518. pulumi_azure_native/machinelearningservices/v20200801/workspace.py +1 -1
  519. pulumi_azure_native/machinelearningservices/v20200901preview/workspace.py +1 -1
  520. pulumi_azure_native/machinelearningservices/v20210301preview/batch_deployment.py +1 -1
  521. pulumi_azure_native/machinelearningservices/v20210301preview/batch_endpoint.py +1 -1
  522. pulumi_azure_native/machinelearningservices/v20210301preview/code_container.py +1 -1
  523. pulumi_azure_native/machinelearningservices/v20210301preview/code_version.py +1 -1
  524. pulumi_azure_native/machinelearningservices/v20210301preview/data_container.py +1 -1
  525. pulumi_azure_native/machinelearningservices/v20210301preview/data_version.py +1 -1
  526. pulumi_azure_native/machinelearningservices/v20210301preview/datastore.py +1 -1
  527. pulumi_azure_native/machinelearningservices/v20210301preview/environment_container.py +1 -1
  528. pulumi_azure_native/machinelearningservices/v20210301preview/environment_specification_version.py +1 -1
  529. pulumi_azure_native/machinelearningservices/v20210301preview/job.py +1 -1
  530. pulumi_azure_native/machinelearningservices/v20210301preview/model_container.py +1 -1
  531. pulumi_azure_native/machinelearningservices/v20210301preview/model_version.py +1 -1
  532. pulumi_azure_native/machinelearningservices/v20210301preview/online_deployment.py +1 -1
  533. pulumi_azure_native/machinelearningservices/v20210301preview/online_endpoint.py +1 -1
  534. pulumi_azure_native/machinelearningservices/v20210401/machine_learning_compute.py +1 -1
  535. pulumi_azure_native/machinelearningservices/v20210401/workspace_connection.py +1 -1
  536. pulumi_azure_native/machinelearningservices/v20220101preview/compute.py +1 -1
  537. pulumi_azure_native/machinelearningservices/v20220101preview/private_endpoint_connection.py +1 -1
  538. pulumi_azure_native/machinelearningservices/v20220101preview/workspace.py +1 -1
  539. pulumi_azure_native/machinelearningservices/v20220201preview/batch_deployment.py +1 -1
  540. pulumi_azure_native/machinelearningservices/v20220201preview/batch_endpoint.py +1 -1
  541. pulumi_azure_native/machinelearningservices/v20220201preview/code_container.py +1 -1
  542. pulumi_azure_native/machinelearningservices/v20220201preview/code_version.py +1 -1
  543. pulumi_azure_native/machinelearningservices/v20220201preview/component_container.py +1 -1
  544. pulumi_azure_native/machinelearningservices/v20220201preview/component_version.py +1 -1
  545. pulumi_azure_native/machinelearningservices/v20220201preview/data_container.py +1 -1
  546. pulumi_azure_native/machinelearningservices/v20220201preview/data_version.py +1 -1
  547. pulumi_azure_native/machinelearningservices/v20220201preview/datastore.py +1 -1
  548. pulumi_azure_native/machinelearningservices/v20220201preview/environment_container.py +1 -1
  549. pulumi_azure_native/machinelearningservices/v20220201preview/environment_version.py +1 -1
  550. pulumi_azure_native/machinelearningservices/v20220201preview/job.py +1 -1
  551. pulumi_azure_native/machinelearningservices/v20220201preview/model_container.py +1 -1
  552. pulumi_azure_native/machinelearningservices/v20220201preview/model_version.py +1 -1
  553. pulumi_azure_native/machinelearningservices/v20220201preview/online_deployment.py +1 -1
  554. pulumi_azure_native/machinelearningservices/v20220201preview/online_endpoint.py +1 -1
  555. pulumi_azure_native/machinelearningservices/v20220201preview/workspace_connection.py +1 -1
  556. pulumi_azure_native/machinelearningservices/v20230401/batch_deployment.py +1 -1
  557. pulumi_azure_native/machinelearningservices/v20230401/batch_endpoint.py +1 -1
  558. pulumi_azure_native/machinelearningservices/v20230401/code_container.py +1 -1
  559. pulumi_azure_native/machinelearningservices/v20230401/code_version.py +1 -1
  560. pulumi_azure_native/machinelearningservices/v20230401/component_container.py +1 -1
  561. pulumi_azure_native/machinelearningservices/v20230401/component_version.py +1 -1
  562. pulumi_azure_native/machinelearningservices/v20230401/compute.py +1 -1
  563. pulumi_azure_native/machinelearningservices/v20230401/data_container.py +1 -1
  564. pulumi_azure_native/machinelearningservices/v20230401/data_version.py +1 -1
  565. pulumi_azure_native/machinelearningservices/v20230401/datastore.py +1 -1
  566. pulumi_azure_native/machinelearningservices/v20230401/environment_container.py +1 -1
  567. pulumi_azure_native/machinelearningservices/v20230401/environment_version.py +1 -1
  568. pulumi_azure_native/machinelearningservices/v20230401/job.py +1 -1
  569. pulumi_azure_native/machinelearningservices/v20230401/model_container.py +1 -1
  570. pulumi_azure_native/machinelearningservices/v20230401/model_version.py +1 -1
  571. pulumi_azure_native/machinelearningservices/v20230401/online_deployment.py +1 -1
  572. pulumi_azure_native/machinelearningservices/v20230401/online_endpoint.py +1 -1
  573. pulumi_azure_native/machinelearningservices/v20230401/private_endpoint_connection.py +1 -1
  574. pulumi_azure_native/machinelearningservices/v20230401/registry.py +1 -1
  575. pulumi_azure_native/machinelearningservices/v20230401/registry_code_container.py +1 -1
  576. pulumi_azure_native/machinelearningservices/v20230401/registry_code_version.py +1 -1
  577. pulumi_azure_native/machinelearningservices/v20230401/registry_component_container.py +1 -1
  578. pulumi_azure_native/machinelearningservices/v20230401/registry_component_version.py +1 -1
  579. pulumi_azure_native/machinelearningservices/v20230401/registry_data_container.py +1 -1
  580. pulumi_azure_native/machinelearningservices/v20230401/registry_data_version.py +1 -1
  581. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_container.py +1 -1
  582. pulumi_azure_native/machinelearningservices/v20230401/registry_environment_version.py +1 -1
  583. pulumi_azure_native/machinelearningservices/v20230401/registry_model_container.py +1 -1
  584. pulumi_azure_native/machinelearningservices/v20230401/registry_model_version.py +1 -1
  585. pulumi_azure_native/machinelearningservices/v20230401/schedule.py +1 -1
  586. pulumi_azure_native/machinelearningservices/v20230401/workspace.py +1 -1
  587. pulumi_azure_native/machinelearningservices/v20230401/workspace_connection.py +1 -1
  588. pulumi_azure_native/machinelearningservices/v20230401preview/batch_deployment.py +1 -1
  589. pulumi_azure_native/machinelearningservices/v20230401preview/batch_endpoint.py +1 -1
  590. pulumi_azure_native/machinelearningservices/v20230401preview/code_container.py +1 -1
  591. pulumi_azure_native/machinelearningservices/v20230401preview/code_version.py +1 -1
  592. pulumi_azure_native/machinelearningservices/v20230401preview/component_container.py +1 -1
  593. pulumi_azure_native/machinelearningservices/v20230401preview/component_version.py +1 -1
  594. pulumi_azure_native/machinelearningservices/v20230401preview/compute.py +1 -1
  595. pulumi_azure_native/machinelearningservices/v20230401preview/data_container.py +1 -1
  596. pulumi_azure_native/machinelearningservices/v20230401preview/data_version.py +1 -1
  597. pulumi_azure_native/machinelearningservices/v20230401preview/datastore.py +1 -1
  598. pulumi_azure_native/machinelearningservices/v20230401preview/environment_container.py +1 -1
  599. pulumi_azure_native/machinelearningservices/v20230401preview/environment_version.py +1 -1
  600. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_container_entity.py +1 -1
  601. pulumi_azure_native/machinelearningservices/v20230401preview/featureset_version.py +1 -1
  602. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_container_entity.py +1 -1
  603. pulumi_azure_native/machinelearningservices/v20230401preview/featurestore_entity_version.py +1 -1
  604. pulumi_azure_native/machinelearningservices/v20230401preview/job.py +1 -1
  605. pulumi_azure_native/machinelearningservices/v20230401preview/managed_network_settings_rule.py +1 -1
  606. pulumi_azure_native/machinelearningservices/v20230401preview/model_container.py +1 -1
  607. pulumi_azure_native/machinelearningservices/v20230401preview/model_version.py +1 -1
  608. pulumi_azure_native/machinelearningservices/v20230401preview/online_deployment.py +1 -1
  609. pulumi_azure_native/machinelearningservices/v20230401preview/online_endpoint.py +1 -1
  610. pulumi_azure_native/machinelearningservices/v20230401preview/private_endpoint_connection.py +1 -1
  611. pulumi_azure_native/machinelearningservices/v20230401preview/registry.py +1 -1
  612. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_container.py +1 -1
  613. pulumi_azure_native/machinelearningservices/v20230401preview/registry_code_version.py +1 -1
  614. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_container.py +1 -1
  615. pulumi_azure_native/machinelearningservices/v20230401preview/registry_component_version.py +1 -1
  616. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_container.py +1 -1
  617. pulumi_azure_native/machinelearningservices/v20230401preview/registry_data_version.py +1 -1
  618. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_container.py +1 -1
  619. pulumi_azure_native/machinelearningservices/v20230401preview/registry_environment_version.py +1 -1
  620. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_container.py +1 -1
  621. pulumi_azure_native/machinelearningservices/v20230401preview/registry_model_version.py +1 -1
  622. pulumi_azure_native/machinelearningservices/v20230401preview/schedule.py +1 -1
  623. pulumi_azure_native/machinelearningservices/v20230401preview/workspace.py +1 -1
  624. pulumi_azure_native/machinelearningservices/v20230401preview/workspace_connection.py +1 -1
  625. pulumi_azure_native/machinelearningservices/v20230601preview/batch_deployment.py +1 -1
  626. pulumi_azure_native/machinelearningservices/v20230601preview/batch_endpoint.py +1 -1
  627. pulumi_azure_native/machinelearningservices/v20230601preview/code_container.py +1 -1
  628. pulumi_azure_native/machinelearningservices/v20230601preview/code_version.py +1 -1
  629. pulumi_azure_native/machinelearningservices/v20230601preview/component_container.py +1 -1
  630. pulumi_azure_native/machinelearningservices/v20230601preview/component_version.py +1 -1
  631. pulumi_azure_native/machinelearningservices/v20230601preview/compute.py +1 -1
  632. pulumi_azure_native/machinelearningservices/v20230601preview/data_container.py +1 -1
  633. pulumi_azure_native/machinelearningservices/v20230601preview/data_version.py +1 -1
  634. pulumi_azure_native/machinelearningservices/v20230601preview/datastore.py +1 -1
  635. pulumi_azure_native/machinelearningservices/v20230601preview/environment_container.py +1 -1
  636. pulumi_azure_native/machinelearningservices/v20230601preview/environment_version.py +1 -1
  637. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_container_entity.py +1 -1
  638. pulumi_azure_native/machinelearningservices/v20230601preview/featureset_version.py +1 -1
  639. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_container_entity.py +1 -1
  640. pulumi_azure_native/machinelearningservices/v20230601preview/featurestore_entity_version.py +1 -1
  641. pulumi_azure_native/machinelearningservices/v20230601preview/job.py +1 -1
  642. pulumi_azure_native/machinelearningservices/v20230601preview/managed_network_settings_rule.py +1 -1
  643. pulumi_azure_native/machinelearningservices/v20230601preview/model_container.py +1 -1
  644. pulumi_azure_native/machinelearningservices/v20230601preview/model_version.py +1 -1
  645. pulumi_azure_native/machinelearningservices/v20230601preview/online_deployment.py +1 -1
  646. pulumi_azure_native/machinelearningservices/v20230601preview/online_endpoint.py +1 -1
  647. pulumi_azure_native/machinelearningservices/v20230601preview/private_endpoint_connection.py +1 -1
  648. pulumi_azure_native/machinelearningservices/v20230601preview/registry.py +1 -1
  649. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_container.py +1 -1
  650. pulumi_azure_native/machinelearningservices/v20230601preview/registry_code_version.py +1 -1
  651. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_container.py +1 -1
  652. pulumi_azure_native/machinelearningservices/v20230601preview/registry_component_version.py +1 -1
  653. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_container.py +1 -1
  654. pulumi_azure_native/machinelearningservices/v20230601preview/registry_data_version.py +1 -1
  655. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_container.py +1 -1
  656. pulumi_azure_native/machinelearningservices/v20230601preview/registry_environment_version.py +1 -1
  657. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_container.py +1 -1
  658. pulumi_azure_native/machinelearningservices/v20230601preview/registry_model_version.py +1 -1
  659. pulumi_azure_native/machinelearningservices/v20230601preview/schedule.py +1 -1
  660. pulumi_azure_native/machinelearningservices/v20230601preview/workspace.py +1 -1
  661. pulumi_azure_native/machinelearningservices/v20230601preview/workspace_connection.py +1 -1
  662. pulumi_azure_native/machinelearningservices/v20230801preview/batch_deployment.py +1 -1
  663. pulumi_azure_native/machinelearningservices/v20230801preview/batch_endpoint.py +1 -1
  664. pulumi_azure_native/machinelearningservices/v20230801preview/code_container.py +1 -1
  665. pulumi_azure_native/machinelearningservices/v20230801preview/code_version.py +1 -1
  666. pulumi_azure_native/machinelearningservices/v20230801preview/component_container.py +1 -1
  667. pulumi_azure_native/machinelearningservices/v20230801preview/component_version.py +1 -1
  668. pulumi_azure_native/machinelearningservices/v20230801preview/compute.py +1 -1
  669. pulumi_azure_native/machinelearningservices/v20230801preview/data_container.py +1 -1
  670. pulumi_azure_native/machinelearningservices/v20230801preview/data_version.py +1 -1
  671. pulumi_azure_native/machinelearningservices/v20230801preview/datastore.py +1 -1
  672. pulumi_azure_native/machinelearningservices/v20230801preview/environment_container.py +1 -1
  673. pulumi_azure_native/machinelearningservices/v20230801preview/environment_version.py +1 -1
  674. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_container_entity.py +1 -1
  675. pulumi_azure_native/machinelearningservices/v20230801preview/featureset_version.py +1 -1
  676. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_container_entity.py +1 -1
  677. pulumi_azure_native/machinelearningservices/v20230801preview/featurestore_entity_version.py +1 -1
  678. pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
  679. pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
  680. pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
  681. pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
  682. pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
  683. pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
  684. pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
  685. pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
  686. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
  687. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
  688. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
  689. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
  690. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
  691. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
  692. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
  693. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
  694. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
  695. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
  696. pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
  697. pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
  698. pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
  699. pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
  700. pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
  701. pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
  702. pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
  703. pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
  704. pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
  705. pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
  706. pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
  707. pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
  708. pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
  709. pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
  710. pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
  711. pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
  712. pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
  713. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
  714. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
  715. pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
  716. pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
  717. pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
  718. pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
  719. pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
  720. pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
  721. pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
  722. pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
  723. pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
  724. pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
  725. pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
  726. pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
  727. pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
  728. pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
  729. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
  730. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
  731. pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
  732. pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
  733. pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
  734. pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
  735. pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
  736. pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
  737. pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
  738. pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
  739. pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
  740. pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
  741. pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
  742. pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
  743. pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
  744. pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
  745. pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
  746. pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
  747. pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
  748. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
  749. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
  750. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
  751. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
  752. pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
  753. pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
  754. pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
  755. pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
  756. pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
  757. pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
  758. pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
  759. pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
  760. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
  761. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
  762. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
  763. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
  764. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
  765. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
  766. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
  767. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
  768. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
  769. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
  770. pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
  771. pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
  772. pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
  773. pulumi_azure_native/machinelearningservices/v20240401/__init__.py +96 -0
  774. pulumi_azure_native/machinelearningservices/v20240401/_enums.py +2033 -0
  775. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +26309 -0
  776. pulumi_azure_native/machinelearningservices/v20240401/batch_deployment.py +381 -0
  777. pulumi_azure_native/machinelearningservices/v20240401/batch_endpoint.py +360 -0
  778. pulumi_azure_native/machinelearningservices/v20240401/code_container.py +215 -0
  779. pulumi_azure_native/machinelearningservices/v20240401/code_version.py +236 -0
  780. pulumi_azure_native/machinelearningservices/v20240401/component_container.py +215 -0
  781. pulumi_azure_native/machinelearningservices/v20240401/component_version.py +236 -0
  782. pulumi_azure_native/machinelearningservices/v20240401/compute.py +332 -0
  783. pulumi_azure_native/machinelearningservices/v20240401/data_container.py +216 -0
  784. pulumi_azure_native/machinelearningservices/v20240401/data_version.py +236 -0
  785. pulumi_azure_native/machinelearningservices/v20240401/datastore.py +236 -0
  786. pulumi_azure_native/machinelearningservices/v20240401/environment_container.py +215 -0
  787. pulumi_azure_native/machinelearningservices/v20240401/environment_version.py +237 -0
  788. pulumi_azure_native/machinelearningservices/v20240401/featureset_container_entity.py +215 -0
  789. pulumi_azure_native/machinelearningservices/v20240401/featureset_version.py +237 -0
  790. pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_container_entity.py +215 -0
  791. pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_version.py +237 -0
  792. pulumi_azure_native/machinelearningservices/v20240401/get_batch_deployment.py +201 -0
  793. pulumi_azure_native/machinelearningservices/v20240401/get_batch_endpoint.py +196 -0
  794. pulumi_azure_native/machinelearningservices/v20240401/get_code_container.py +136 -0
  795. pulumi_azure_native/machinelearningservices/v20240401/get_code_version.py +141 -0
  796. pulumi_azure_native/machinelearningservices/v20240401/get_component_container.py +136 -0
  797. pulumi_azure_native/machinelearningservices/v20240401/get_component_version.py +141 -0
  798. pulumi_azure_native/machinelearningservices/v20240401/get_compute.py +188 -0
  799. pulumi_azure_native/machinelearningservices/v20240401/get_data_container.py +136 -0
  800. pulumi_azure_native/machinelearningservices/v20240401/get_data_version.py +141 -0
  801. pulumi_azure_native/machinelearningservices/v20240401/get_datastore.py +136 -0
  802. pulumi_azure_native/machinelearningservices/v20240401/get_environment_container.py +136 -0
  803. pulumi_azure_native/machinelearningservices/v20240401/get_environment_version.py +141 -0
  804. pulumi_azure_native/machinelearningservices/v20240401/get_featureset_container_entity.py +136 -0
  805. pulumi_azure_native/machinelearningservices/v20240401/get_featureset_version.py +141 -0
  806. pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_container_entity.py +136 -0
  807. pulumi_azure_native/machinelearningservices/v20240401/get_featurestore_entity_version.py +141 -0
  808. pulumi_azure_native/machinelearningservices/v20240401/get_job.py +136 -0
  809. pulumi_azure_native/machinelearningservices/v20240401/get_managed_network_settings_rule.py +136 -0
  810. pulumi_azure_native/machinelearningservices/v20240401/get_model_container.py +136 -0
  811. pulumi_azure_native/machinelearningservices/v20240401/get_model_version.py +141 -0
  812. pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment.py +201 -0
  813. pulumi_azure_native/machinelearningservices/v20240401/get_online_deployment_logs.py +94 -0
  814. pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint.py +196 -0
  815. pulumi_azure_native/machinelearningservices/v20240401/get_online_endpoint_token.py +122 -0
  816. pulumi_azure_native/machinelearningservices/v20240401/get_private_endpoint_connection.py +214 -0
  817. pulumi_azure_native/machinelearningservices/v20240401/get_registry.py +191 -0
  818. pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_container.py +136 -0
  819. pulumi_azure_native/machinelearningservices/v20240401/get_registry_code_version.py +141 -0
  820. pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_container.py +136 -0
  821. pulumi_azure_native/machinelearningservices/v20240401/get_registry_component_version.py +141 -0
  822. pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_container.py +136 -0
  823. pulumi_azure_native/machinelearningservices/v20240401/get_registry_data_version.py +141 -0
  824. pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_container.py +136 -0
  825. pulumi_azure_native/machinelearningservices/v20240401/get_registry_environment_version.py +141 -0
  826. pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_container.py +136 -0
  827. pulumi_azure_native/machinelearningservices/v20240401/get_registry_model_version.py +141 -0
  828. pulumi_azure_native/machinelearningservices/v20240401/get_schedule.py +136 -0
  829. pulumi_azure_native/machinelearningservices/v20240401/get_workspace.py +587 -0
  830. pulumi_azure_native/machinelearningservices/v20240401/get_workspace_connection.py +128 -0
  831. pulumi_azure_native/machinelearningservices/v20240401/job.py +217 -0
  832. pulumi_azure_native/machinelearningservices/v20240401/list_batch_endpoint_keys.py +96 -0
  833. pulumi_azure_native/machinelearningservices/v20240401/list_compute_keys.py +83 -0
  834. pulumi_azure_native/machinelearningservices/v20240401/list_compute_nodes.py +97 -0
  835. pulumi_azure_native/machinelearningservices/v20240401/list_datastore_secrets.py +83 -0
  836. pulumi_azure_native/machinelearningservices/v20240401/list_online_endpoint_keys.py +96 -0
  837. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_connection_secrets.py +128 -0
  838. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_keys.py +113 -0
  839. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_access_token.py +142 -0
  840. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_notebook_keys.py +82 -0
  841. pulumi_azure_native/machinelearningservices/v20240401/list_workspace_storage_account_keys.py +72 -0
  842. pulumi_azure_native/machinelearningservices/v20240401/managed_network_settings_rule.py +217 -0
  843. pulumi_azure_native/machinelearningservices/v20240401/model_container.py +215 -0
  844. pulumi_azure_native/machinelearningservices/v20240401/model_version.py +236 -0
  845. pulumi_azure_native/machinelearningservices/v20240401/online_deployment.py +381 -0
  846. pulumi_azure_native/machinelearningservices/v20240401/online_endpoint.py +360 -0
  847. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +29784 -0
  848. pulumi_azure_native/machinelearningservices/v20240401/private_endpoint_connection.py +353 -0
  849. pulumi_azure_native/machinelearningservices/v20240401/registry.py +339 -0
  850. pulumi_azure_native/machinelearningservices/v20240401/registry_code_container.py +216 -0
  851. pulumi_azure_native/machinelearningservices/v20240401/registry_code_version.py +237 -0
  852. pulumi_azure_native/machinelearningservices/v20240401/registry_component_container.py +216 -0
  853. pulumi_azure_native/machinelearningservices/v20240401/registry_component_version.py +237 -0
  854. pulumi_azure_native/machinelearningservices/v20240401/registry_data_container.py +216 -0
  855. pulumi_azure_native/machinelearningservices/v20240401/registry_data_version.py +236 -0
  856. pulumi_azure_native/machinelearningservices/v20240401/registry_environment_container.py +216 -0
  857. pulumi_azure_native/machinelearningservices/v20240401/registry_environment_version.py +238 -0
  858. pulumi_azure_native/machinelearningservices/v20240401/registry_model_container.py +216 -0
  859. pulumi_azure_native/machinelearningservices/v20240401/registry_model_version.py +237 -0
  860. pulumi_azure_native/machinelearningservices/v20240401/schedule.py +216 -0
  861. pulumi_azure_native/machinelearningservices/v20240401/workspace.py +1048 -0
  862. pulumi_azure_native/machinelearningservices/v20240401/workspace_connection.py +207 -0
  863. pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +1 -1
  864. pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +1 -1
  865. pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +1 -1
  866. pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +1 -1
  867. pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +1 -1
  868. pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +1 -1
  869. pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +1 -1
  870. pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +1 -1
  871. pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +1 -1
  872. pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +1 -1
  873. pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +1 -1
  874. pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +1 -1
  875. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +1 -1
  876. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +1 -1
  877. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +1 -1
  878. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +1 -1
  879. pulumi_azure_native/machinelearningservices/v20240401preview/job.py +1 -1
  880. pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +1 -1
  881. pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +1 -1
  882. pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +1 -1
  883. pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +1 -1
  884. pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +1 -1
  885. pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +1 -1
  886. pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +1 -1
  887. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +1 -1
  888. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +1 -1
  889. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +1 -1
  890. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +1 -1
  891. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +1 -1
  892. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +1 -1
  893. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +1 -1
  894. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +1 -1
  895. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +1 -1
  896. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +1 -1
  897. pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +1 -1
  898. pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1 -1
  899. pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +1 -1
  900. pulumi_azure_native/machinelearningservices/workspace.py +3 -3
  901. pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
  902. pulumi_azure_native/netapp/__init__.py +3 -0
  903. pulumi_azure_native/netapp/account.py +3 -3
  904. pulumi_azure_native/netapp/backup.py +2 -2
  905. pulumi_azure_native/netapp/backup_policy.py +3 -3
  906. pulumi_azure_native/netapp/backup_vault.py +3 -3
  907. pulumi_azure_native/netapp/get_account.py +2 -2
  908. pulumi_azure_native/netapp/get_backup.py +2 -2
  909. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  910. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  911. pulumi_azure_native/netapp/get_pool.py +2 -2
  912. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  913. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  914. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  915. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  916. pulumi_azure_native/netapp/get_volume.py +2 -2
  917. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  918. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  919. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  920. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  921. pulumi_azure_native/netapp/pool.py +3 -3
  922. pulumi_azure_native/netapp/snapshot.py +3 -3
  923. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  924. pulumi_azure_native/netapp/subvolume.py +3 -3
  925. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  926. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  927. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  928. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  929. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  930. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  931. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  932. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  933. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  934. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  935. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  936. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  937. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  938. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  939. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  940. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  941. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  942. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  943. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  944. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  945. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  946. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  947. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  948. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  949. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  950. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  951. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  952. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  953. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  954. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  955. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  956. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  957. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  958. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  959. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  960. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  961. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  962. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  963. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  964. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  965. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  966. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  967. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  968. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  969. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  970. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  971. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  972. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  973. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  974. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  975. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  976. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  977. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  978. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  979. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  980. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  981. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  982. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  983. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  984. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  985. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  986. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  987. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  988. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  989. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  990. pulumi_azure_native/netapp/v20231101/__init__.py +35 -0
  991. pulumi_azure_native/netapp/v20231101/_enums.py +267 -0
  992. pulumi_azure_native/netapp/v20231101/_inputs.py +2253 -0
  993. pulumi_azure_native/netapp/v20231101/account.py +341 -0
  994. pulumi_azure_native/netapp/v20231101/backup.py +397 -0
  995. pulumi_azure_native/netapp/v20231101/backup_policy.py +409 -0
  996. pulumi_azure_native/{machinelearningexperimentation/v20170501preview/workspace.py → netapp/v20231101/backup_vault.py} +61 -139
  997. pulumi_azure_native/netapp/v20231101/get_account.py +222 -0
  998. pulumi_azure_native/netapp/v20231101/get_backup.py +271 -0
  999. pulumi_azure_native/netapp/v20231101/get_backup_policy.py +266 -0
  1000. pulumi_azure_native/netapp/v20231101/get_backup_vault.py +162 -0
  1001. pulumi_azure_native/netapp/v20231101/get_pool.py +279 -0
  1002. pulumi_azure_native/netapp/v20231101/get_snapshot.py +185 -0
  1003. pulumi_azure_native/netapp/v20231101/get_snapshot_policy.py +240 -0
  1004. pulumi_azure_native/netapp/v20231101/get_subvolume.py +185 -0
  1005. pulumi_azure_native/netapp/v20231101/get_subvolume_metadata.py +249 -0
  1006. pulumi_azure_native/netapp/v20231101/get_volume.py +882 -0
  1007. pulumi_azure_native/netapp/v20231101/get_volume_group.py +162 -0
  1008. pulumi_azure_native/netapp/v20231101/get_volume_group_id_for_ldap_user.py +93 -0
  1009. pulumi_azure_native/netapp/v20231101/get_volume_quota_rule.py +211 -0
  1010. pulumi_azure_native/netapp/v20231101/list_volume_replications.py +89 -0
  1011. pulumi_azure_native/netapp/v20231101/outputs.py +3018 -0
  1012. pulumi_azure_native/netapp/v20231101/pool.py +457 -0
  1013. pulumi_azure_native/netapp/v20231101/snapshot.py +286 -0
  1014. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +409 -0
  1015. pulumi_azure_native/netapp/v20231101/subvolume.py +324 -0
  1016. pulumi_azure_native/netapp/v20231101/volume.py +1634 -0
  1017. pulumi_azure_native/netapp/v20231101/volume_group.py +274 -0
  1018. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +383 -0
  1019. pulumi_azure_native/netapp/volume.py +3 -3
  1020. pulumi_azure_native/netapp/volume_group.py +3 -3
  1021. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  1022. pulumi_azure_native/servicelinker/__init__.py +3 -0
  1023. pulumi_azure_native/servicelinker/connector.py +3 -3
  1024. pulumi_azure_native/servicelinker/connector_dryrun.py +3 -3
  1025. pulumi_azure_native/servicelinker/get_connector.py +2 -2
  1026. pulumi_azure_native/servicelinker/get_connector_dryrun.py +2 -2
  1027. pulumi_azure_native/servicelinker/get_linker.py +2 -2
  1028. pulumi_azure_native/servicelinker/get_linker_dryrun.py +2 -2
  1029. pulumi_azure_native/servicelinker/linker.py +3 -3
  1030. pulumi_azure_native/servicelinker/linker_dryrun.py +3 -3
  1031. pulumi_azure_native/servicelinker/list_linker_configurations.py +2 -2
  1032. pulumi_azure_native/servicelinker/v20211101preview/linker.py +1 -1
  1033. pulumi_azure_native/servicelinker/v20221101preview/connector.py +1 -1
  1034. pulumi_azure_native/servicelinker/v20221101preview/connector_dryrun.py +1 -1
  1035. pulumi_azure_native/servicelinker/v20221101preview/linker.py +1 -1
  1036. pulumi_azure_native/servicelinker/v20221101preview/linker_dryrun.py +1 -1
  1037. pulumi_azure_native/servicelinker/v20230401preview/connector.py +1 -1
  1038. pulumi_azure_native/servicelinker/v20230401preview/connector_dryrun.py +1 -1
  1039. pulumi_azure_native/servicelinker/v20230401preview/linker.py +1 -1
  1040. pulumi_azure_native/servicelinker/v20230401preview/linker_dryrun.py +1 -1
  1041. pulumi_azure_native/{blockchain/v20180601preview → servicelinker/v20240401}/__init__.py +9 -7
  1042. pulumi_azure_native/servicelinker/v20240401/_enums.py +149 -0
  1043. pulumi_azure_native/servicelinker/v20240401/_inputs.py +1851 -0
  1044. pulumi_azure_native/servicelinker/v20240401/connector.py +449 -0
  1045. pulumi_azure_native/servicelinker/v20240401/connector_dryrun.py +266 -0
  1046. pulumi_azure_native/servicelinker/v20240401/get_connector.py +245 -0
  1047. pulumi_azure_native/servicelinker/v20240401/get_connector_dryrun.py +180 -0
  1048. pulumi_azure_native/servicelinker/v20240401/get_linker.py +235 -0
  1049. pulumi_azure_native/servicelinker/v20240401/get_linker_dryrun.py +170 -0
  1050. pulumi_azure_native/servicelinker/v20240401/linker.py +408 -0
  1051. pulumi_azure_native/servicelinker/v20240401/linker_dryrun.py +225 -0
  1052. pulumi_azure_native/servicelinker/v20240401/list_linker_configurations.py +79 -0
  1053. pulumi_azure_native/servicelinker/v20240401/outputs.py +2426 -0
  1054. pulumi_azure_native/storagecache/__init__.py +5 -0
  1055. pulumi_azure_native/storagecache/_enums.py +11 -0
  1056. pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
  1057. pulumi_azure_native/storagecache/cache.py +3 -3
  1058. pulumi_azure_native/storagecache/get_cache.py +2 -2
  1059. pulumi_azure_native/storagecache/get_import_job.py +333 -0
  1060. pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
  1061. pulumi_azure_native/storagecache/get_storage_target.py +2 -2
  1062. pulumi_azure_native/storagecache/import_job.py +451 -0
  1063. pulumi_azure_native/storagecache/storage_target.py +3 -3
  1064. pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
  1065. pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
  1066. pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
  1067. pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
  1068. pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
  1069. pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
  1070. pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
  1071. pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
  1072. pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
  1073. pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
  1074. pulumi_azure_native/storagecache/v20240301/__init__.py +19 -0
  1075. pulumi_azure_native/storagecache/v20240301/_enums.py +116 -0
  1076. pulumi_azure_native/storagecache/v20240301/_inputs.py +1518 -0
  1077. pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +528 -0
  1078. pulumi_azure_native/storagecache/v20240301/cache.py +574 -0
  1079. pulumi_azure_native/storagecache/v20240301/get_aml_filesystem.py +313 -0
  1080. pulumi_azure_native/storagecache/v20240301/get_cache.py +352 -0
  1081. pulumi_azure_native/storagecache/v20240301/get_import_job.py +331 -0
  1082. pulumi_azure_native/storagecache/v20240301/get_required_aml_fs_subnets_size.py +79 -0
  1083. pulumi_azure_native/storagecache/v20240301/get_storage_target.py +253 -0
  1084. pulumi_azure_native/storagecache/v20240301/import_job.py +449 -0
  1085. pulumi_azure_native/storagecache/v20240301/outputs.py +2730 -0
  1086. pulumi_azure_native/storagecache/v20240301/storage_target.py +421 -0
  1087. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/METADATA +1 -1
  1088. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/RECORD +1090 -859
  1089. pulumi_azure_native/blockchain/__init__.py +0 -25
  1090. pulumi_azure_native/blockchain/_inputs.py +0 -138
  1091. pulumi_azure_native/blockchain/blockchain_member.py +0 -537
  1092. pulumi_azure_native/blockchain/get_blockchain_member.py +0 -328
  1093. pulumi_azure_native/blockchain/get_transaction_node.py +0 -203
  1094. pulumi_azure_native/blockchain/list_blockchain_member_api_keys.py +0 -81
  1095. pulumi_azure_native/blockchain/list_location_consortiums.py +0 -76
  1096. pulumi_azure_native/blockchain/list_transaction_node_api_keys.py +0 -86
  1097. pulumi_azure_native/blockchain/outputs.py +0 -216
  1098. pulumi_azure_native/blockchain/transaction_node.py +0 -305
  1099. pulumi_azure_native/blockchain/v20180601preview/_enums.py +0 -19
  1100. pulumi_azure_native/blockchain/v20180601preview/_inputs.py +0 -138
  1101. pulumi_azure_native/blockchain/v20180601preview/blockchain_member.py +0 -535
  1102. pulumi_azure_native/blockchain/v20180601preview/get_blockchain_member.py +0 -326
  1103. pulumi_azure_native/blockchain/v20180601preview/get_transaction_node.py +0 -201
  1104. pulumi_azure_native/blockchain/v20180601preview/list_blockchain_member_api_keys.py +0 -79
  1105. pulumi_azure_native/blockchain/v20180601preview/list_location_consortiums.py +0 -74
  1106. pulumi_azure_native/blockchain/v20180601preview/list_transaction_node_api_keys.py +0 -84
  1107. pulumi_azure_native/blockchain/v20180601preview/outputs.py +0 -216
  1108. pulumi_azure_native/blockchain/v20180601preview/transaction_node.py +0 -303
  1109. pulumi_azure_native/machinelearningcompute/__init__.py +0 -21
  1110. pulumi_azure_native/machinelearningcompute/_enums.py +0 -99
  1111. pulumi_azure_native/machinelearningcompute/_inputs.py +0 -570
  1112. pulumi_azure_native/machinelearningcompute/get_operationalization_cluster.py +0 -280
  1113. pulumi_azure_native/machinelearningcompute/list_operationalization_cluster_keys.py +0 -150
  1114. pulumi_azure_native/machinelearningcompute/operationalization_cluster.py +0 -464
  1115. pulumi_azure_native/machinelearningcompute/outputs.py +0 -1005
  1116. pulumi_azure_native/machinelearningcompute/v20170801preview/_enums.py +0 -99
  1117. pulumi_azure_native/machinelearningcompute/v20170801preview/_inputs.py +0 -570
  1118. pulumi_azure_native/machinelearningcompute/v20170801preview/get_operationalization_cluster.py +0 -274
  1119. pulumi_azure_native/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py +0 -144
  1120. pulumi_azure_native/machinelearningcompute/v20170801preview/operationalization_cluster.py +0 -458
  1121. pulumi_azure_native/machinelearningcompute/v20170801preview/outputs.py +0 -1005
  1122. pulumi_azure_native/machinelearningexperimentation/__init__.py +0 -23
  1123. pulumi_azure_native/machinelearningexperimentation/_inputs.py +0 -53
  1124. pulumi_azure_native/machinelearningexperimentation/account.py +0 -432
  1125. pulumi_azure_native/machinelearningexperimentation/get_account.py +0 -263
  1126. pulumi_azure_native/machinelearningexperimentation/get_project.py +0 -246
  1127. pulumi_azure_native/machinelearningexperimentation/get_workspace.py +0 -215
  1128. pulumi_azure_native/machinelearningexperimentation/outputs.py +0 -67
  1129. pulumi_azure_native/machinelearningexperimentation/project.py +0 -393
  1130. pulumi_azure_native/machinelearningexperimentation/v20170501preview/_inputs.py +0 -53
  1131. pulumi_azure_native/machinelearningexperimentation/v20170501preview/account.py +0 -430
  1132. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_account.py +0 -261
  1133. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_project.py +0 -244
  1134. pulumi_azure_native/machinelearningexperimentation/v20170501preview/get_workspace.py +0 -213
  1135. pulumi_azure_native/machinelearningexperimentation/v20170501preview/outputs.py +0 -67
  1136. pulumi_azure_native/machinelearningexperimentation/v20170501preview/project.py +0 -391
  1137. pulumi_azure_native/machinelearningexperimentation/workspace.py +0 -333
  1138. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/WHEEL +0 -0
  1139. {pulumi_azure_native-2.38.1a1713975200.dist-info → pulumi_azure_native-2.38.1a1714382243.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2730 @@
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
+ 'AmlFilesystemArchiveResponse',
16
+ 'AmlFilesystemArchiveResponseStatus',
17
+ 'AmlFilesystemClientInfoResponse',
18
+ 'AmlFilesystemContainerStorageInterfaceResponse',
19
+ 'AmlFilesystemEncryptionSettingsResponse',
20
+ 'AmlFilesystemHealthResponse',
21
+ 'AmlFilesystemHsmSettingsResponse',
22
+ 'AmlFilesystemIdentityResponse',
23
+ 'AmlFilesystemResponseHsm',
24
+ 'AmlFilesystemResponseMaintenanceWindow',
25
+ 'AmlFilesystemRootSquashSettingsResponse',
26
+ 'BlobNfsTargetResponse',
27
+ 'CacheActiveDirectorySettingsResponse',
28
+ 'CacheActiveDirectorySettingsResponseCredentials',
29
+ 'CacheDirectorySettingsResponse',
30
+ 'CacheEncryptionSettingsResponse',
31
+ 'CacheHealthResponse',
32
+ 'CacheIdentityResponse',
33
+ 'CacheIdentityResponseUserAssignedIdentities',
34
+ 'CacheNetworkSettingsResponse',
35
+ 'CacheResponseSku',
36
+ 'CacheSecuritySettingsResponse',
37
+ 'CacheUpgradeSettingsResponse',
38
+ 'CacheUpgradeStatusResponse',
39
+ 'CacheUsernameDownloadSettingsResponse',
40
+ 'CacheUsernameDownloadSettingsResponseCredentials',
41
+ 'ClfsTargetResponse',
42
+ 'ConditionResponse',
43
+ 'KeyVaultKeyReferenceResponse',
44
+ 'KeyVaultKeyReferenceResponseSourceVault',
45
+ 'NamespaceJunctionResponse',
46
+ 'Nfs3TargetResponse',
47
+ 'NfsAccessPolicyResponse',
48
+ 'NfsAccessRuleResponse',
49
+ 'PrimingJobResponse',
50
+ 'SkuNameResponse',
51
+ 'StorageTargetSpaceAllocationResponse',
52
+ 'SystemDataResponse',
53
+ 'UnknownTargetResponse',
54
+ 'UserAssignedIdentitiesResponseUserAssignedIdentities',
55
+ ]
56
+
57
+ @pulumi.output_type
58
+ class AmlFilesystemArchiveResponse(dict):
59
+ """
60
+ Information about the AML file system archive
61
+ """
62
+ @staticmethod
63
+ def __key_warning(key: str):
64
+ suggest = None
65
+ if key == "filesystemPath":
66
+ suggest = "filesystem_path"
67
+
68
+ if suggest:
69
+ pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemArchiveResponse. Access the value via the '{suggest}' property getter instead.")
70
+
71
+ def __getitem__(self, key: str) -> Any:
72
+ AmlFilesystemArchiveResponse.__key_warning(key)
73
+ return super().__getitem__(key)
74
+
75
+ def get(self, key: str, default = None) -> Any:
76
+ AmlFilesystemArchiveResponse.__key_warning(key)
77
+ return super().get(key, default)
78
+
79
+ def __init__(__self__, *,
80
+ filesystem_path: str,
81
+ status: 'outputs.AmlFilesystemArchiveResponseStatus'):
82
+ """
83
+ Information about the AML file system archive
84
+ :param str filesystem_path: Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
85
+ :param 'AmlFilesystemArchiveResponseStatus' status: The status of the archive
86
+ """
87
+ pulumi.set(__self__, "filesystem_path", filesystem_path)
88
+ pulumi.set(__self__, "status", status)
89
+
90
+ @property
91
+ @pulumi.getter(name="filesystemPath")
92
+ def filesystem_path(self) -> str:
93
+ """
94
+ Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
95
+ """
96
+ return pulumi.get(self, "filesystem_path")
97
+
98
+ @property
99
+ @pulumi.getter
100
+ def status(self) -> 'outputs.AmlFilesystemArchiveResponseStatus':
101
+ """
102
+ The status of the archive
103
+ """
104
+ return pulumi.get(self, "status")
105
+
106
+
107
+ @pulumi.output_type
108
+ class AmlFilesystemArchiveResponseStatus(dict):
109
+ """
110
+ The status of the archive
111
+ """
112
+ @staticmethod
113
+ def __key_warning(key: str):
114
+ suggest = None
115
+ if key == "errorCode":
116
+ suggest = "error_code"
117
+ elif key == "errorMessage":
118
+ suggest = "error_message"
119
+ elif key == "lastCompletionTime":
120
+ suggest = "last_completion_time"
121
+ elif key == "lastStartedTime":
122
+ suggest = "last_started_time"
123
+ elif key == "percentComplete":
124
+ suggest = "percent_complete"
125
+
126
+ if suggest:
127
+ pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemArchiveResponseStatus. Access the value via the '{suggest}' property getter instead.")
128
+
129
+ def __getitem__(self, key: str) -> Any:
130
+ AmlFilesystemArchiveResponseStatus.__key_warning(key)
131
+ return super().__getitem__(key)
132
+
133
+ def get(self, key: str, default = None) -> Any:
134
+ AmlFilesystemArchiveResponseStatus.__key_warning(key)
135
+ return super().get(key, default)
136
+
137
+ def __init__(__self__, *,
138
+ error_code: str,
139
+ error_message: str,
140
+ last_completion_time: str,
141
+ last_started_time: str,
142
+ percent_complete: int,
143
+ state: str):
144
+ """
145
+ The status of the archive
146
+ :param str error_code: Server-defined error code for the archive operation
147
+ :param str error_message: Server-defined error message for the archive operation
148
+ :param str last_completion_time: The time of the last completed archive operation
149
+ :param str last_started_time: The time the latest archive operation started
150
+ :param int percent_complete: The completion percentage of the archive operation
151
+ :param str state: The state of the archive operation
152
+ """
153
+ pulumi.set(__self__, "error_code", error_code)
154
+ pulumi.set(__self__, "error_message", error_message)
155
+ pulumi.set(__self__, "last_completion_time", last_completion_time)
156
+ pulumi.set(__self__, "last_started_time", last_started_time)
157
+ pulumi.set(__self__, "percent_complete", percent_complete)
158
+ pulumi.set(__self__, "state", state)
159
+
160
+ @property
161
+ @pulumi.getter(name="errorCode")
162
+ def error_code(self) -> str:
163
+ """
164
+ Server-defined error code for the archive operation
165
+ """
166
+ return pulumi.get(self, "error_code")
167
+
168
+ @property
169
+ @pulumi.getter(name="errorMessage")
170
+ def error_message(self) -> str:
171
+ """
172
+ Server-defined error message for the archive operation
173
+ """
174
+ return pulumi.get(self, "error_message")
175
+
176
+ @property
177
+ @pulumi.getter(name="lastCompletionTime")
178
+ def last_completion_time(self) -> str:
179
+ """
180
+ The time of the last completed archive operation
181
+ """
182
+ return pulumi.get(self, "last_completion_time")
183
+
184
+ @property
185
+ @pulumi.getter(name="lastStartedTime")
186
+ def last_started_time(self) -> str:
187
+ """
188
+ The time the latest archive operation started
189
+ """
190
+ return pulumi.get(self, "last_started_time")
191
+
192
+ @property
193
+ @pulumi.getter(name="percentComplete")
194
+ def percent_complete(self) -> int:
195
+ """
196
+ The completion percentage of the archive operation
197
+ """
198
+ return pulumi.get(self, "percent_complete")
199
+
200
+ @property
201
+ @pulumi.getter
202
+ def state(self) -> str:
203
+ """
204
+ The state of the archive operation
205
+ """
206
+ return pulumi.get(self, "state")
207
+
208
+
209
+ @pulumi.output_type
210
+ class AmlFilesystemClientInfoResponse(dict):
211
+ """
212
+ AML file system client information
213
+ """
214
+ @staticmethod
215
+ def __key_warning(key: str):
216
+ suggest = None
217
+ if key == "containerStorageInterface":
218
+ suggest = "container_storage_interface"
219
+ elif key == "lustreVersion":
220
+ suggest = "lustre_version"
221
+ elif key == "mgsAddress":
222
+ suggest = "mgs_address"
223
+ elif key == "mountCommand":
224
+ suggest = "mount_command"
225
+
226
+ if suggest:
227
+ pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemClientInfoResponse. Access the value via the '{suggest}' property getter instead.")
228
+
229
+ def __getitem__(self, key: str) -> Any:
230
+ AmlFilesystemClientInfoResponse.__key_warning(key)
231
+ return super().__getitem__(key)
232
+
233
+ def get(self, key: str, default = None) -> Any:
234
+ AmlFilesystemClientInfoResponse.__key_warning(key)
235
+ return super().get(key, default)
236
+
237
+ def __init__(__self__, *,
238
+ container_storage_interface: 'outputs.AmlFilesystemContainerStorageInterfaceResponse',
239
+ lustre_version: str,
240
+ mgs_address: str,
241
+ mount_command: str):
242
+ """
243
+ AML file system client information
244
+ :param 'AmlFilesystemContainerStorageInterfaceResponse' container_storage_interface: Container Storage Interface information for the AML file system.
245
+ :param str lustre_version: The version of Lustre running in the AML file system
246
+ :param str mgs_address: The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
247
+ :param str mount_command: Recommended command to mount the AML file system
248
+ """
249
+ pulumi.set(__self__, "container_storage_interface", container_storage_interface)
250
+ pulumi.set(__self__, "lustre_version", lustre_version)
251
+ pulumi.set(__self__, "mgs_address", mgs_address)
252
+ pulumi.set(__self__, "mount_command", mount_command)
253
+
254
+ @property
255
+ @pulumi.getter(name="containerStorageInterface")
256
+ def container_storage_interface(self) -> 'outputs.AmlFilesystemContainerStorageInterfaceResponse':
257
+ """
258
+ Container Storage Interface information for the AML file system.
259
+ """
260
+ return pulumi.get(self, "container_storage_interface")
261
+
262
+ @property
263
+ @pulumi.getter(name="lustreVersion")
264
+ def lustre_version(self) -> str:
265
+ """
266
+ The version of Lustre running in the AML file system
267
+ """
268
+ return pulumi.get(self, "lustre_version")
269
+
270
+ @property
271
+ @pulumi.getter(name="mgsAddress")
272
+ def mgs_address(self) -> str:
273
+ """
274
+ The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
275
+ """
276
+ return pulumi.get(self, "mgs_address")
277
+
278
+ @property
279
+ @pulumi.getter(name="mountCommand")
280
+ def mount_command(self) -> str:
281
+ """
282
+ Recommended command to mount the AML file system
283
+ """
284
+ return pulumi.get(self, "mount_command")
285
+
286
+
287
+ @pulumi.output_type
288
+ class AmlFilesystemContainerStorageInterfaceResponse(dict):
289
+ """
290
+ AML file system container storage interface information
291
+ """
292
+ @staticmethod
293
+ def __key_warning(key: str):
294
+ suggest = None
295
+ if key == "persistentVolume":
296
+ suggest = "persistent_volume"
297
+ elif key == "persistentVolumeClaim":
298
+ suggest = "persistent_volume_claim"
299
+ elif key == "storageClass":
300
+ suggest = "storage_class"
301
+
302
+ if suggest:
303
+ pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemContainerStorageInterfaceResponse. Access the value via the '{suggest}' property getter instead.")
304
+
305
+ def __getitem__(self, key: str) -> Any:
306
+ AmlFilesystemContainerStorageInterfaceResponse.__key_warning(key)
307
+ return super().__getitem__(key)
308
+
309
+ def get(self, key: str, default = None) -> Any:
310
+ AmlFilesystemContainerStorageInterfaceResponse.__key_warning(key)
311
+ return super().get(key, default)
312
+
313
+ def __init__(__self__, *,
314
+ persistent_volume: str,
315
+ persistent_volume_claim: str,
316
+ storage_class: str):
317
+ """
318
+ AML file system container storage interface information
319
+ :param str persistent_volume: Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
320
+ :param str persistent_volume_claim: Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
321
+ :param str storage_class: Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
322
+ """
323
+ pulumi.set(__self__, "persistent_volume", persistent_volume)
324
+ pulumi.set(__self__, "persistent_volume_claim", persistent_volume_claim)
325
+ pulumi.set(__self__, "storage_class", storage_class)
326
+
327
+ @property
328
+ @pulumi.getter(name="persistentVolume")
329
+ def persistent_volume(self) -> str:
330
+ """
331
+ Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
332
+ """
333
+ return pulumi.get(self, "persistent_volume")
334
+
335
+ @property
336
+ @pulumi.getter(name="persistentVolumeClaim")
337
+ def persistent_volume_claim(self) -> str:
338
+ """
339
+ Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
340
+ """
341
+ return pulumi.get(self, "persistent_volume_claim")
342
+
343
+ @property
344
+ @pulumi.getter(name="storageClass")
345
+ def storage_class(self) -> str:
346
+ """
347
+ Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
348
+ """
349
+ return pulumi.get(self, "storage_class")
350
+
351
+
352
+ @pulumi.output_type
353
+ class AmlFilesystemEncryptionSettingsResponse(dict):
354
+ """
355
+ AML file system encryption settings.
356
+ """
357
+ @staticmethod
358
+ def __key_warning(key: str):
359
+ suggest = None
360
+ if key == "keyEncryptionKey":
361
+ suggest = "key_encryption_key"
362
+
363
+ if suggest:
364
+ pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemEncryptionSettingsResponse. Access the value via the '{suggest}' property getter instead.")
365
+
366
+ def __getitem__(self, key: str) -> Any:
367
+ AmlFilesystemEncryptionSettingsResponse.__key_warning(key)
368
+ return super().__getitem__(key)
369
+
370
+ def get(self, key: str, default = None) -> Any:
371
+ AmlFilesystemEncryptionSettingsResponse.__key_warning(key)
372
+ return super().get(key, default)
373
+
374
+ def __init__(__self__, *,
375
+ key_encryption_key: Optional['outputs.KeyVaultKeyReferenceResponse'] = None):
376
+ """
377
+ AML file system encryption settings.
378
+ :param 'KeyVaultKeyReferenceResponse' key_encryption_key: Specifies the location of the encryption key in Key Vault.
379
+ """
380
+ if key_encryption_key is not None:
381
+ pulumi.set(__self__, "key_encryption_key", key_encryption_key)
382
+
383
+ @property
384
+ @pulumi.getter(name="keyEncryptionKey")
385
+ def key_encryption_key(self) -> Optional['outputs.KeyVaultKeyReferenceResponse']:
386
+ """
387
+ Specifies the location of the encryption key in Key Vault.
388
+ """
389
+ return pulumi.get(self, "key_encryption_key")
390
+
391
+
392
+ @pulumi.output_type
393
+ class AmlFilesystemHealthResponse(dict):
394
+ """
395
+ An indication of AML file system health. Gives more information about health than just that related to provisioning.
396
+ """
397
+ @staticmethod
398
+ def __key_warning(key: str):
399
+ suggest = None
400
+ if key == "statusCode":
401
+ suggest = "status_code"
402
+ elif key == "statusDescription":
403
+ suggest = "status_description"
404
+
405
+ if suggest:
406
+ pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemHealthResponse. Access the value via the '{suggest}' property getter instead.")
407
+
408
+ def __getitem__(self, key: str) -> Any:
409
+ AmlFilesystemHealthResponse.__key_warning(key)
410
+ return super().__getitem__(key)
411
+
412
+ def get(self, key: str, default = None) -> Any:
413
+ AmlFilesystemHealthResponse.__key_warning(key)
414
+ return super().get(key, default)
415
+
416
+ def __init__(__self__, *,
417
+ state: Optional[str] = None,
418
+ status_code: Optional[str] = None,
419
+ status_description: Optional[str] = None):
420
+ """
421
+ An indication of AML file system health. Gives more information about health than just that related to provisioning.
422
+ :param str state: List of AML file system health states.
423
+ :param str status_code: Server-defined error code for the AML file system health
424
+ :param str status_description: Describes the health state.
425
+ """
426
+ if state is not None:
427
+ pulumi.set(__self__, "state", state)
428
+ if status_code is not None:
429
+ pulumi.set(__self__, "status_code", status_code)
430
+ if status_description is not None:
431
+ pulumi.set(__self__, "status_description", status_description)
432
+
433
+ @property
434
+ @pulumi.getter
435
+ def state(self) -> Optional[str]:
436
+ """
437
+ List of AML file system health states.
438
+ """
439
+ return pulumi.get(self, "state")
440
+
441
+ @property
442
+ @pulumi.getter(name="statusCode")
443
+ def status_code(self) -> Optional[str]:
444
+ """
445
+ Server-defined error code for the AML file system health
446
+ """
447
+ return pulumi.get(self, "status_code")
448
+
449
+ @property
450
+ @pulumi.getter(name="statusDescription")
451
+ def status_description(self) -> Optional[str]:
452
+ """
453
+ Describes the health state.
454
+ """
455
+ return pulumi.get(self, "status_description")
456
+
457
+
458
+ @pulumi.output_type
459
+ class AmlFilesystemHsmSettingsResponse(dict):
460
+ """
461
+ AML file system HSM settings.
462
+ """
463
+ @staticmethod
464
+ def __key_warning(key: str):
465
+ suggest = None
466
+ if key == "loggingContainer":
467
+ suggest = "logging_container"
468
+ elif key == "importPrefix":
469
+ suggest = "import_prefix"
470
+ elif key == "importPrefixesInitial":
471
+ suggest = "import_prefixes_initial"
472
+
473
+ if suggest:
474
+ pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemHsmSettingsResponse. Access the value via the '{suggest}' property getter instead.")
475
+
476
+ def __getitem__(self, key: str) -> Any:
477
+ AmlFilesystemHsmSettingsResponse.__key_warning(key)
478
+ return super().__getitem__(key)
479
+
480
+ def get(self, key: str, default = None) -> Any:
481
+ AmlFilesystemHsmSettingsResponse.__key_warning(key)
482
+ return super().get(key, default)
483
+
484
+ def __init__(__self__, *,
485
+ container: str,
486
+ logging_container: str,
487
+ import_prefix: Optional[str] = None,
488
+ import_prefixes_initial: Optional[Sequence[str]] = None):
489
+ """
490
+ AML file system HSM settings.
491
+ :param str container: Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
492
+ :param str logging_container: Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
493
+ :param str import_prefix: Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted.
494
+ :param Sequence[str] import_prefixes_initial: Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted.
495
+ """
496
+ pulumi.set(__self__, "container", container)
497
+ pulumi.set(__self__, "logging_container", logging_container)
498
+ if import_prefix is None:
499
+ import_prefix = '/'
500
+ if import_prefix is not None:
501
+ pulumi.set(__self__, "import_prefix", import_prefix)
502
+ if import_prefixes_initial is not None:
503
+ pulumi.set(__self__, "import_prefixes_initial", import_prefixes_initial)
504
+
505
+ @property
506
+ @pulumi.getter
507
+ def container(self) -> str:
508
+ """
509
+ Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
510
+ """
511
+ return pulumi.get(self, "container")
512
+
513
+ @property
514
+ @pulumi.getter(name="loggingContainer")
515
+ def logging_container(self) -> str:
516
+ """
517
+ Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
518
+ """
519
+ return pulumi.get(self, "logging_container")
520
+
521
+ @property
522
+ @pulumi.getter(name="importPrefix")
523
+ def import_prefix(self) -> Optional[str]:
524
+ """
525
+ Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted.
526
+ """
527
+ return pulumi.get(self, "import_prefix")
528
+
529
+ @property
530
+ @pulumi.getter(name="importPrefixesInitial")
531
+ def import_prefixes_initial(self) -> Optional[Sequence[str]]:
532
+ """
533
+ Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted.
534
+ """
535
+ return pulumi.get(self, "import_prefixes_initial")
536
+
537
+
538
+ @pulumi.output_type
539
+ class AmlFilesystemIdentityResponse(dict):
540
+ """
541
+ Managed Identity properties.
542
+ """
543
+ @staticmethod
544
+ def __key_warning(key: str):
545
+ suggest = None
546
+ if key == "principalId":
547
+ suggest = "principal_id"
548
+ elif key == "tenantId":
549
+ suggest = "tenant_id"
550
+ elif key == "userAssignedIdentities":
551
+ suggest = "user_assigned_identities"
552
+
553
+ if suggest:
554
+ pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemIdentityResponse. Access the value via the '{suggest}' property getter instead.")
555
+
556
+ def __getitem__(self, key: str) -> Any:
557
+ AmlFilesystemIdentityResponse.__key_warning(key)
558
+ return super().__getitem__(key)
559
+
560
+ def get(self, key: str, default = None) -> Any:
561
+ AmlFilesystemIdentityResponse.__key_warning(key)
562
+ return super().get(key, default)
563
+
564
+ def __init__(__self__, *,
565
+ principal_id: str,
566
+ tenant_id: str,
567
+ type: Optional[str] = None,
568
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentitiesResponseUserAssignedIdentities']] = None):
569
+ """
570
+ Managed Identity properties.
571
+ :param str principal_id: The principal ID for the user-assigned identity of the resource.
572
+ :param str tenant_id: The tenant ID associated with the resource.
573
+ :param str type: The type of identity used for the resource.
574
+ :param Mapping[str, 'UserAssignedIdentitiesResponseUserAssignedIdentities'] user_assigned_identities: A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
575
+ """
576
+ pulumi.set(__self__, "principal_id", principal_id)
577
+ pulumi.set(__self__, "tenant_id", tenant_id)
578
+ if type is not None:
579
+ pulumi.set(__self__, "type", type)
580
+ if user_assigned_identities is not None:
581
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
582
+
583
+ @property
584
+ @pulumi.getter(name="principalId")
585
+ def principal_id(self) -> str:
586
+ """
587
+ The principal ID for the user-assigned identity of the resource.
588
+ """
589
+ return pulumi.get(self, "principal_id")
590
+
591
+ @property
592
+ @pulumi.getter(name="tenantId")
593
+ def tenant_id(self) -> str:
594
+ """
595
+ The tenant ID associated with the resource.
596
+ """
597
+ return pulumi.get(self, "tenant_id")
598
+
599
+ @property
600
+ @pulumi.getter
601
+ def type(self) -> Optional[str]:
602
+ """
603
+ The type of identity used for the resource.
604
+ """
605
+ return pulumi.get(self, "type")
606
+
607
+ @property
608
+ @pulumi.getter(name="userAssignedIdentities")
609
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentitiesResponseUserAssignedIdentities']]:
610
+ """
611
+ A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
612
+ """
613
+ return pulumi.get(self, "user_assigned_identities")
614
+
615
+
616
+ @pulumi.output_type
617
+ class AmlFilesystemResponseHsm(dict):
618
+ """
619
+ Hydration and archive settings and status
620
+ """
621
+ @staticmethod
622
+ def __key_warning(key: str):
623
+ suggest = None
624
+ if key == "archiveStatus":
625
+ suggest = "archive_status"
626
+
627
+ if suggest:
628
+ pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemResponseHsm. Access the value via the '{suggest}' property getter instead.")
629
+
630
+ def __getitem__(self, key: str) -> Any:
631
+ AmlFilesystemResponseHsm.__key_warning(key)
632
+ return super().__getitem__(key)
633
+
634
+ def get(self, key: str, default = None) -> Any:
635
+ AmlFilesystemResponseHsm.__key_warning(key)
636
+ return super().get(key, default)
637
+
638
+ def __init__(__self__, *,
639
+ archive_status: Sequence['outputs.AmlFilesystemArchiveResponse'],
640
+ settings: Optional['outputs.AmlFilesystemHsmSettingsResponse'] = None):
641
+ """
642
+ Hydration and archive settings and status
643
+ :param Sequence['AmlFilesystemArchiveResponse'] archive_status: Archive status
644
+ :param 'AmlFilesystemHsmSettingsResponse' settings: Specifies HSM settings of the AML file system.
645
+ """
646
+ pulumi.set(__self__, "archive_status", archive_status)
647
+ if settings is not None:
648
+ pulumi.set(__self__, "settings", settings)
649
+
650
+ @property
651
+ @pulumi.getter(name="archiveStatus")
652
+ def archive_status(self) -> Sequence['outputs.AmlFilesystemArchiveResponse']:
653
+ """
654
+ Archive status
655
+ """
656
+ return pulumi.get(self, "archive_status")
657
+
658
+ @property
659
+ @pulumi.getter
660
+ def settings(self) -> Optional['outputs.AmlFilesystemHsmSettingsResponse']:
661
+ """
662
+ Specifies HSM settings of the AML file system.
663
+ """
664
+ return pulumi.get(self, "settings")
665
+
666
+
667
+ @pulumi.output_type
668
+ class AmlFilesystemResponseMaintenanceWindow(dict):
669
+ """
670
+ Start time of a 30-minute weekly maintenance window.
671
+ """
672
+ @staticmethod
673
+ def __key_warning(key: str):
674
+ suggest = None
675
+ if key == "dayOfWeek":
676
+ suggest = "day_of_week"
677
+ elif key == "timeOfDayUTC":
678
+ suggest = "time_of_day_utc"
679
+
680
+ if suggest:
681
+ pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemResponseMaintenanceWindow. Access the value via the '{suggest}' property getter instead.")
682
+
683
+ def __getitem__(self, key: str) -> Any:
684
+ AmlFilesystemResponseMaintenanceWindow.__key_warning(key)
685
+ return super().__getitem__(key)
686
+
687
+ def get(self, key: str, default = None) -> Any:
688
+ AmlFilesystemResponseMaintenanceWindow.__key_warning(key)
689
+ return super().get(key, default)
690
+
691
+ def __init__(__self__, *,
692
+ day_of_week: Optional[str] = None,
693
+ time_of_day_utc: Optional[str] = None):
694
+ """
695
+ Start time of a 30-minute weekly maintenance window.
696
+ :param str day_of_week: Day of the week on which the maintenance window will occur.
697
+ :param str time_of_day_utc: The time of day (in UTC) to start the maintenance window.
698
+ """
699
+ if day_of_week is not None:
700
+ pulumi.set(__self__, "day_of_week", day_of_week)
701
+ if time_of_day_utc is not None:
702
+ pulumi.set(__self__, "time_of_day_utc", time_of_day_utc)
703
+
704
+ @property
705
+ @pulumi.getter(name="dayOfWeek")
706
+ def day_of_week(self) -> Optional[str]:
707
+ """
708
+ Day of the week on which the maintenance window will occur.
709
+ """
710
+ return pulumi.get(self, "day_of_week")
711
+
712
+ @property
713
+ @pulumi.getter(name="timeOfDayUTC")
714
+ def time_of_day_utc(self) -> Optional[str]:
715
+ """
716
+ The time of day (in UTC) to start the maintenance window.
717
+ """
718
+ return pulumi.get(self, "time_of_day_utc")
719
+
720
+
721
+ @pulumi.output_type
722
+ class AmlFilesystemRootSquashSettingsResponse(dict):
723
+ """
724
+ AML file system squash settings.
725
+ """
726
+ @staticmethod
727
+ def __key_warning(key: str):
728
+ suggest = None
729
+ if key == "noSquashNidLists":
730
+ suggest = "no_squash_nid_lists"
731
+ elif key == "squashGID":
732
+ suggest = "squash_gid"
733
+ elif key == "squashUID":
734
+ suggest = "squash_uid"
735
+
736
+ if suggest:
737
+ pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemRootSquashSettingsResponse. Access the value via the '{suggest}' property getter instead.")
738
+
739
+ def __getitem__(self, key: str) -> Any:
740
+ AmlFilesystemRootSquashSettingsResponse.__key_warning(key)
741
+ return super().__getitem__(key)
742
+
743
+ def get(self, key: str, default = None) -> Any:
744
+ AmlFilesystemRootSquashSettingsResponse.__key_warning(key)
745
+ return super().get(key, default)
746
+
747
+ def __init__(__self__, *,
748
+ status: str,
749
+ mode: Optional[str] = None,
750
+ no_squash_nid_lists: Optional[str] = None,
751
+ squash_gid: Optional[float] = None,
752
+ squash_uid: Optional[float] = None):
753
+ """
754
+ AML file system squash settings.
755
+ :param str status: AML file system squash status.
756
+ :param str mode: Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems.
757
+ :param str no_squash_nid_lists: Semicolon separated NID IP Address list(s) to be added to the TrustedSystems.
758
+ :param float squash_gid: Group ID to squash to.
759
+ :param float squash_uid: User ID to squash to.
760
+ """
761
+ pulumi.set(__self__, "status", status)
762
+ if mode is not None:
763
+ pulumi.set(__self__, "mode", mode)
764
+ if no_squash_nid_lists is not None:
765
+ pulumi.set(__self__, "no_squash_nid_lists", no_squash_nid_lists)
766
+ if squash_gid is not None:
767
+ pulumi.set(__self__, "squash_gid", squash_gid)
768
+ if squash_uid is not None:
769
+ pulumi.set(__self__, "squash_uid", squash_uid)
770
+
771
+ @property
772
+ @pulumi.getter
773
+ def status(self) -> str:
774
+ """
775
+ AML file system squash status.
776
+ """
777
+ return pulumi.get(self, "status")
778
+
779
+ @property
780
+ @pulumi.getter
781
+ def mode(self) -> Optional[str]:
782
+ """
783
+ Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems.
784
+ """
785
+ return pulumi.get(self, "mode")
786
+
787
+ @property
788
+ @pulumi.getter(name="noSquashNidLists")
789
+ def no_squash_nid_lists(self) -> Optional[str]:
790
+ """
791
+ Semicolon separated NID IP Address list(s) to be added to the TrustedSystems.
792
+ """
793
+ return pulumi.get(self, "no_squash_nid_lists")
794
+
795
+ @property
796
+ @pulumi.getter(name="squashGID")
797
+ def squash_gid(self) -> Optional[float]:
798
+ """
799
+ Group ID to squash to.
800
+ """
801
+ return pulumi.get(self, "squash_gid")
802
+
803
+ @property
804
+ @pulumi.getter(name="squashUID")
805
+ def squash_uid(self) -> Optional[float]:
806
+ """
807
+ User ID to squash to.
808
+ """
809
+ return pulumi.get(self, "squash_uid")
810
+
811
+
812
+ @pulumi.output_type
813
+ class BlobNfsTargetResponse(dict):
814
+ """
815
+ Properties pertaining to the BlobNfsTarget.
816
+ """
817
+ @staticmethod
818
+ def __key_warning(key: str):
819
+ suggest = None
820
+ if key == "usageModel":
821
+ suggest = "usage_model"
822
+ elif key == "verificationTimer":
823
+ suggest = "verification_timer"
824
+ elif key == "writeBackTimer":
825
+ suggest = "write_back_timer"
826
+
827
+ if suggest:
828
+ pulumi.log.warn(f"Key '{key}' not found in BlobNfsTargetResponse. Access the value via the '{suggest}' property getter instead.")
829
+
830
+ def __getitem__(self, key: str) -> Any:
831
+ BlobNfsTargetResponse.__key_warning(key)
832
+ return super().__getitem__(key)
833
+
834
+ def get(self, key: str, default = None) -> Any:
835
+ BlobNfsTargetResponse.__key_warning(key)
836
+ return super().get(key, default)
837
+
838
+ def __init__(__self__, *,
839
+ target: Optional[str] = None,
840
+ usage_model: Optional[str] = None,
841
+ verification_timer: Optional[int] = None,
842
+ write_back_timer: Optional[int] = None):
843
+ """
844
+ Properties pertaining to the BlobNfsTarget.
845
+ :param str target: Resource ID of the storage container.
846
+ :param str usage_model: Identifies the StorageCache usage model to be used for this storage target.
847
+ :param int verification_timer: Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
848
+ :param int write_back_timer: Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
849
+ """
850
+ if target is not None:
851
+ pulumi.set(__self__, "target", target)
852
+ if usage_model is not None:
853
+ pulumi.set(__self__, "usage_model", usage_model)
854
+ if verification_timer is not None:
855
+ pulumi.set(__self__, "verification_timer", verification_timer)
856
+ if write_back_timer is not None:
857
+ pulumi.set(__self__, "write_back_timer", write_back_timer)
858
+
859
+ @property
860
+ @pulumi.getter
861
+ def target(self) -> Optional[str]:
862
+ """
863
+ Resource ID of the storage container.
864
+ """
865
+ return pulumi.get(self, "target")
866
+
867
+ @property
868
+ @pulumi.getter(name="usageModel")
869
+ def usage_model(self) -> Optional[str]:
870
+ """
871
+ Identifies the StorageCache usage model to be used for this storage target.
872
+ """
873
+ return pulumi.get(self, "usage_model")
874
+
875
+ @property
876
+ @pulumi.getter(name="verificationTimer")
877
+ def verification_timer(self) -> Optional[int]:
878
+ """
879
+ Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
880
+ """
881
+ return pulumi.get(self, "verification_timer")
882
+
883
+ @property
884
+ @pulumi.getter(name="writeBackTimer")
885
+ def write_back_timer(self) -> Optional[int]:
886
+ """
887
+ Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
888
+ """
889
+ return pulumi.get(self, "write_back_timer")
890
+
891
+
892
+ @pulumi.output_type
893
+ class CacheActiveDirectorySettingsResponse(dict):
894
+ """
895
+ Active Directory settings used to join a cache to a domain.
896
+ """
897
+ @staticmethod
898
+ def __key_warning(key: str):
899
+ suggest = None
900
+ if key == "cacheNetBiosName":
901
+ suggest = "cache_net_bios_name"
902
+ elif key == "domainJoined":
903
+ suggest = "domain_joined"
904
+ elif key == "domainName":
905
+ suggest = "domain_name"
906
+ elif key == "domainNetBiosName":
907
+ suggest = "domain_net_bios_name"
908
+ elif key == "primaryDnsIpAddress":
909
+ suggest = "primary_dns_ip_address"
910
+ elif key == "secondaryDnsIpAddress":
911
+ suggest = "secondary_dns_ip_address"
912
+
913
+ if suggest:
914
+ pulumi.log.warn(f"Key '{key}' not found in CacheActiveDirectorySettingsResponse. Access the value via the '{suggest}' property getter instead.")
915
+
916
+ def __getitem__(self, key: str) -> Any:
917
+ CacheActiveDirectorySettingsResponse.__key_warning(key)
918
+ return super().__getitem__(key)
919
+
920
+ def get(self, key: str, default = None) -> Any:
921
+ CacheActiveDirectorySettingsResponse.__key_warning(key)
922
+ return super().get(key, default)
923
+
924
+ def __init__(__self__, *,
925
+ cache_net_bios_name: str,
926
+ domain_joined: str,
927
+ domain_name: str,
928
+ domain_net_bios_name: str,
929
+ primary_dns_ip_address: str,
930
+ credentials: Optional['outputs.CacheActiveDirectorySettingsResponseCredentials'] = None,
931
+ secondary_dns_ip_address: Optional[str] = None):
932
+ """
933
+ Active Directory settings used to join a cache to a domain.
934
+ :param str cache_net_bios_name: The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class [-0-9a-zA-Z].
935
+ :param str domain_joined: True if the HPC Cache is joined to the Active Directory domain.
936
+ :param str domain_name: The fully qualified domain name of the Active Directory domain controller.
937
+ :param str domain_net_bios_name: The Active Directory domain's NetBIOS name.
938
+ :param str primary_dns_ip_address: Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
939
+ :param 'CacheActiveDirectorySettingsResponseCredentials' credentials: Active Directory admin credentials used to join the HPC Cache to a domain.
940
+ :param str secondary_dns_ip_address: Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
941
+ """
942
+ pulumi.set(__self__, "cache_net_bios_name", cache_net_bios_name)
943
+ pulumi.set(__self__, "domain_joined", domain_joined)
944
+ pulumi.set(__self__, "domain_name", domain_name)
945
+ pulumi.set(__self__, "domain_net_bios_name", domain_net_bios_name)
946
+ pulumi.set(__self__, "primary_dns_ip_address", primary_dns_ip_address)
947
+ if credentials is not None:
948
+ pulumi.set(__self__, "credentials", credentials)
949
+ if secondary_dns_ip_address is not None:
950
+ pulumi.set(__self__, "secondary_dns_ip_address", secondary_dns_ip_address)
951
+
952
+ @property
953
+ @pulumi.getter(name="cacheNetBiosName")
954
+ def cache_net_bios_name(self) -> str:
955
+ """
956
+ The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class [-0-9a-zA-Z].
957
+ """
958
+ return pulumi.get(self, "cache_net_bios_name")
959
+
960
+ @property
961
+ @pulumi.getter(name="domainJoined")
962
+ def domain_joined(self) -> str:
963
+ """
964
+ True if the HPC Cache is joined to the Active Directory domain.
965
+ """
966
+ return pulumi.get(self, "domain_joined")
967
+
968
+ @property
969
+ @pulumi.getter(name="domainName")
970
+ def domain_name(self) -> str:
971
+ """
972
+ The fully qualified domain name of the Active Directory domain controller.
973
+ """
974
+ return pulumi.get(self, "domain_name")
975
+
976
+ @property
977
+ @pulumi.getter(name="domainNetBiosName")
978
+ def domain_net_bios_name(self) -> str:
979
+ """
980
+ The Active Directory domain's NetBIOS name.
981
+ """
982
+ return pulumi.get(self, "domain_net_bios_name")
983
+
984
+ @property
985
+ @pulumi.getter(name="primaryDnsIpAddress")
986
+ def primary_dns_ip_address(self) -> str:
987
+ """
988
+ Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
989
+ """
990
+ return pulumi.get(self, "primary_dns_ip_address")
991
+
992
+ @property
993
+ @pulumi.getter
994
+ def credentials(self) -> Optional['outputs.CacheActiveDirectorySettingsResponseCredentials']:
995
+ """
996
+ Active Directory admin credentials used to join the HPC Cache to a domain.
997
+ """
998
+ return pulumi.get(self, "credentials")
999
+
1000
+ @property
1001
+ @pulumi.getter(name="secondaryDnsIpAddress")
1002
+ def secondary_dns_ip_address(self) -> Optional[str]:
1003
+ """
1004
+ Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
1005
+ """
1006
+ return pulumi.get(self, "secondary_dns_ip_address")
1007
+
1008
+
1009
+ @pulumi.output_type
1010
+ class CacheActiveDirectorySettingsResponseCredentials(dict):
1011
+ """
1012
+ Active Directory admin credentials used to join the HPC Cache to a domain.
1013
+ """
1014
+ def __init__(__self__, *,
1015
+ username: str,
1016
+ password: Optional[str] = None):
1017
+ """
1018
+ Active Directory admin credentials used to join the HPC Cache to a domain.
1019
+ :param str username: Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
1020
+ :param str password: Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
1021
+ """
1022
+ pulumi.set(__self__, "username", username)
1023
+ if password is not None:
1024
+ pulumi.set(__self__, "password", password)
1025
+
1026
+ @property
1027
+ @pulumi.getter
1028
+ def username(self) -> str:
1029
+ """
1030
+ Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
1031
+ """
1032
+ return pulumi.get(self, "username")
1033
+
1034
+ @property
1035
+ @pulumi.getter
1036
+ def password(self) -> Optional[str]:
1037
+ """
1038
+ Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
1039
+ """
1040
+ return pulumi.get(self, "password")
1041
+
1042
+
1043
+ @pulumi.output_type
1044
+ class CacheDirectorySettingsResponse(dict):
1045
+ """
1046
+ Cache Directory Services settings.
1047
+ """
1048
+ @staticmethod
1049
+ def __key_warning(key: str):
1050
+ suggest = None
1051
+ if key == "activeDirectory":
1052
+ suggest = "active_directory"
1053
+ elif key == "usernameDownload":
1054
+ suggest = "username_download"
1055
+
1056
+ if suggest:
1057
+ pulumi.log.warn(f"Key '{key}' not found in CacheDirectorySettingsResponse. Access the value via the '{suggest}' property getter instead.")
1058
+
1059
+ def __getitem__(self, key: str) -> Any:
1060
+ CacheDirectorySettingsResponse.__key_warning(key)
1061
+ return super().__getitem__(key)
1062
+
1063
+ def get(self, key: str, default = None) -> Any:
1064
+ CacheDirectorySettingsResponse.__key_warning(key)
1065
+ return super().get(key, default)
1066
+
1067
+ def __init__(__self__, *,
1068
+ active_directory: Optional['outputs.CacheActiveDirectorySettingsResponse'] = None,
1069
+ username_download: Optional['outputs.CacheUsernameDownloadSettingsResponse'] = None):
1070
+ """
1071
+ Cache Directory Services settings.
1072
+ :param 'CacheActiveDirectorySettingsResponse' active_directory: Specifies settings for joining the HPC Cache to an Active Directory domain.
1073
+ :param 'CacheUsernameDownloadSettingsResponse' username_download: Specifies settings for Extended Groups. Extended Groups allows users to be members of more than 16 groups.
1074
+ """
1075
+ if active_directory is not None:
1076
+ pulumi.set(__self__, "active_directory", active_directory)
1077
+ if username_download is not None:
1078
+ pulumi.set(__self__, "username_download", username_download)
1079
+
1080
+ @property
1081
+ @pulumi.getter(name="activeDirectory")
1082
+ def active_directory(self) -> Optional['outputs.CacheActiveDirectorySettingsResponse']:
1083
+ """
1084
+ Specifies settings for joining the HPC Cache to an Active Directory domain.
1085
+ """
1086
+ return pulumi.get(self, "active_directory")
1087
+
1088
+ @property
1089
+ @pulumi.getter(name="usernameDownload")
1090
+ def username_download(self) -> Optional['outputs.CacheUsernameDownloadSettingsResponse']:
1091
+ """
1092
+ Specifies settings for Extended Groups. Extended Groups allows users to be members of more than 16 groups.
1093
+ """
1094
+ return pulumi.get(self, "username_download")
1095
+
1096
+
1097
+ @pulumi.output_type
1098
+ class CacheEncryptionSettingsResponse(dict):
1099
+ """
1100
+ Cache encryption settings.
1101
+ """
1102
+ @staticmethod
1103
+ def __key_warning(key: str):
1104
+ suggest = None
1105
+ if key == "keyEncryptionKey":
1106
+ suggest = "key_encryption_key"
1107
+ elif key == "rotationToLatestKeyVersionEnabled":
1108
+ suggest = "rotation_to_latest_key_version_enabled"
1109
+
1110
+ if suggest:
1111
+ pulumi.log.warn(f"Key '{key}' not found in CacheEncryptionSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1112
+
1113
+ def __getitem__(self, key: str) -> Any:
1114
+ CacheEncryptionSettingsResponse.__key_warning(key)
1115
+ return super().__getitem__(key)
1116
+
1117
+ def get(self, key: str, default = None) -> Any:
1118
+ CacheEncryptionSettingsResponse.__key_warning(key)
1119
+ return super().get(key, default)
1120
+
1121
+ def __init__(__self__, *,
1122
+ key_encryption_key: Optional['outputs.KeyVaultKeyReferenceResponse'] = None,
1123
+ rotation_to_latest_key_version_enabled: Optional[bool] = None):
1124
+ """
1125
+ Cache encryption settings.
1126
+ :param 'KeyVaultKeyReferenceResponse' key_encryption_key: Specifies the location of the key encryption key in key vault.
1127
+ :param bool rotation_to_latest_key_version_enabled: Specifies whether the service will automatically rotate to the newest version of the key in the key vault.
1128
+ """
1129
+ if key_encryption_key is not None:
1130
+ pulumi.set(__self__, "key_encryption_key", key_encryption_key)
1131
+ if rotation_to_latest_key_version_enabled is not None:
1132
+ pulumi.set(__self__, "rotation_to_latest_key_version_enabled", rotation_to_latest_key_version_enabled)
1133
+
1134
+ @property
1135
+ @pulumi.getter(name="keyEncryptionKey")
1136
+ def key_encryption_key(self) -> Optional['outputs.KeyVaultKeyReferenceResponse']:
1137
+ """
1138
+ Specifies the location of the key encryption key in key vault.
1139
+ """
1140
+ return pulumi.get(self, "key_encryption_key")
1141
+
1142
+ @property
1143
+ @pulumi.getter(name="rotationToLatestKeyVersionEnabled")
1144
+ def rotation_to_latest_key_version_enabled(self) -> Optional[bool]:
1145
+ """
1146
+ Specifies whether the service will automatically rotate to the newest version of the key in the key vault.
1147
+ """
1148
+ return pulumi.get(self, "rotation_to_latest_key_version_enabled")
1149
+
1150
+
1151
+ @pulumi.output_type
1152
+ class CacheHealthResponse(dict):
1153
+ """
1154
+ An indication of cache health. Gives more information about health than just that related to provisioning.
1155
+ """
1156
+ @staticmethod
1157
+ def __key_warning(key: str):
1158
+ suggest = None
1159
+ if key == "statusDescription":
1160
+ suggest = "status_description"
1161
+
1162
+ if suggest:
1163
+ pulumi.log.warn(f"Key '{key}' not found in CacheHealthResponse. Access the value via the '{suggest}' property getter instead.")
1164
+
1165
+ def __getitem__(self, key: str) -> Any:
1166
+ CacheHealthResponse.__key_warning(key)
1167
+ return super().__getitem__(key)
1168
+
1169
+ def get(self, key: str, default = None) -> Any:
1170
+ CacheHealthResponse.__key_warning(key)
1171
+ return super().get(key, default)
1172
+
1173
+ def __init__(__self__, *,
1174
+ conditions: Sequence['outputs.ConditionResponse'],
1175
+ state: Optional[str] = None,
1176
+ status_description: Optional[str] = None):
1177
+ """
1178
+ An indication of cache health. Gives more information about health than just that related to provisioning.
1179
+ :param Sequence['ConditionResponse'] conditions: Outstanding conditions that need to be investigated and resolved.
1180
+ :param str state: List of cache health states. Down is when the cluster is not responding. Degraded is when its functioning but has some alerts. Transitioning when it is creating or deleting. Unknown will be returned in old api versions when a new value is added in future versions. WaitingForKey is when the create is waiting for the system assigned identity to be given access to the encryption key in the encryption settings.
1181
+ :param str status_description: Describes explanation of state.
1182
+ """
1183
+ pulumi.set(__self__, "conditions", conditions)
1184
+ if state is not None:
1185
+ pulumi.set(__self__, "state", state)
1186
+ if status_description is not None:
1187
+ pulumi.set(__self__, "status_description", status_description)
1188
+
1189
+ @property
1190
+ @pulumi.getter
1191
+ def conditions(self) -> Sequence['outputs.ConditionResponse']:
1192
+ """
1193
+ Outstanding conditions that need to be investigated and resolved.
1194
+ """
1195
+ return pulumi.get(self, "conditions")
1196
+
1197
+ @property
1198
+ @pulumi.getter
1199
+ def state(self) -> Optional[str]:
1200
+ """
1201
+ List of cache health states. Down is when the cluster is not responding. Degraded is when its functioning but has some alerts. Transitioning when it is creating or deleting. Unknown will be returned in old api versions when a new value is added in future versions. WaitingForKey is when the create is waiting for the system assigned identity to be given access to the encryption key in the encryption settings.
1202
+ """
1203
+ return pulumi.get(self, "state")
1204
+
1205
+ @property
1206
+ @pulumi.getter(name="statusDescription")
1207
+ def status_description(self) -> Optional[str]:
1208
+ """
1209
+ Describes explanation of state.
1210
+ """
1211
+ return pulumi.get(self, "status_description")
1212
+
1213
+
1214
+ @pulumi.output_type
1215
+ class CacheIdentityResponse(dict):
1216
+ """
1217
+ Cache identity properties.
1218
+ """
1219
+ @staticmethod
1220
+ def __key_warning(key: str):
1221
+ suggest = None
1222
+ if key == "principalId":
1223
+ suggest = "principal_id"
1224
+ elif key == "tenantId":
1225
+ suggest = "tenant_id"
1226
+ elif key == "userAssignedIdentities":
1227
+ suggest = "user_assigned_identities"
1228
+
1229
+ if suggest:
1230
+ pulumi.log.warn(f"Key '{key}' not found in CacheIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1231
+
1232
+ def __getitem__(self, key: str) -> Any:
1233
+ CacheIdentityResponse.__key_warning(key)
1234
+ return super().__getitem__(key)
1235
+
1236
+ def get(self, key: str, default = None) -> Any:
1237
+ CacheIdentityResponse.__key_warning(key)
1238
+ return super().get(key, default)
1239
+
1240
+ def __init__(__self__, *,
1241
+ principal_id: str,
1242
+ tenant_id: str,
1243
+ type: Optional[str] = None,
1244
+ user_assigned_identities: Optional[Mapping[str, 'outputs.CacheIdentityResponseUserAssignedIdentities']] = None):
1245
+ """
1246
+ Cache identity properties.
1247
+ :param str principal_id: The principal ID for the system-assigned identity of the cache.
1248
+ :param str tenant_id: The tenant ID associated with the cache.
1249
+ :param str type: The type of identity used for the cache
1250
+ :param Mapping[str, 'CacheIdentityResponseUserAssignedIdentities'] user_assigned_identities: A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
1251
+ """
1252
+ pulumi.set(__self__, "principal_id", principal_id)
1253
+ pulumi.set(__self__, "tenant_id", tenant_id)
1254
+ if type is not None:
1255
+ pulumi.set(__self__, "type", type)
1256
+ if user_assigned_identities is not None:
1257
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1258
+
1259
+ @property
1260
+ @pulumi.getter(name="principalId")
1261
+ def principal_id(self) -> str:
1262
+ """
1263
+ The principal ID for the system-assigned identity of the cache.
1264
+ """
1265
+ return pulumi.get(self, "principal_id")
1266
+
1267
+ @property
1268
+ @pulumi.getter(name="tenantId")
1269
+ def tenant_id(self) -> str:
1270
+ """
1271
+ The tenant ID associated with the cache.
1272
+ """
1273
+ return pulumi.get(self, "tenant_id")
1274
+
1275
+ @property
1276
+ @pulumi.getter
1277
+ def type(self) -> Optional[str]:
1278
+ """
1279
+ The type of identity used for the cache
1280
+ """
1281
+ return pulumi.get(self, "type")
1282
+
1283
+ @property
1284
+ @pulumi.getter(name="userAssignedIdentities")
1285
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.CacheIdentityResponseUserAssignedIdentities']]:
1286
+ """
1287
+ A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
1288
+ """
1289
+ return pulumi.get(self, "user_assigned_identities")
1290
+
1291
+
1292
+ @pulumi.output_type
1293
+ class CacheIdentityResponseUserAssignedIdentities(dict):
1294
+ @staticmethod
1295
+ def __key_warning(key: str):
1296
+ suggest = None
1297
+ if key == "clientId":
1298
+ suggest = "client_id"
1299
+ elif key == "principalId":
1300
+ suggest = "principal_id"
1301
+
1302
+ if suggest:
1303
+ pulumi.log.warn(f"Key '{key}' not found in CacheIdentityResponseUserAssignedIdentities. Access the value via the '{suggest}' property getter instead.")
1304
+
1305
+ def __getitem__(self, key: str) -> Any:
1306
+ CacheIdentityResponseUserAssignedIdentities.__key_warning(key)
1307
+ return super().__getitem__(key)
1308
+
1309
+ def get(self, key: str, default = None) -> Any:
1310
+ CacheIdentityResponseUserAssignedIdentities.__key_warning(key)
1311
+ return super().get(key, default)
1312
+
1313
+ def __init__(__self__, *,
1314
+ client_id: str,
1315
+ principal_id: str):
1316
+ """
1317
+ :param str client_id: The client ID of the user-assigned identity.
1318
+ :param str principal_id: The principal ID of the user-assigned identity.
1319
+ """
1320
+ pulumi.set(__self__, "client_id", client_id)
1321
+ pulumi.set(__self__, "principal_id", principal_id)
1322
+
1323
+ @property
1324
+ @pulumi.getter(name="clientId")
1325
+ def client_id(self) -> str:
1326
+ """
1327
+ The client ID of the user-assigned identity.
1328
+ """
1329
+ return pulumi.get(self, "client_id")
1330
+
1331
+ @property
1332
+ @pulumi.getter(name="principalId")
1333
+ def principal_id(self) -> str:
1334
+ """
1335
+ The principal ID of the user-assigned identity.
1336
+ """
1337
+ return pulumi.get(self, "principal_id")
1338
+
1339
+
1340
+ @pulumi.output_type
1341
+ class CacheNetworkSettingsResponse(dict):
1342
+ """
1343
+ Cache network settings.
1344
+ """
1345
+ @staticmethod
1346
+ def __key_warning(key: str):
1347
+ suggest = None
1348
+ if key == "utilityAddresses":
1349
+ suggest = "utility_addresses"
1350
+ elif key == "dnsSearchDomain":
1351
+ suggest = "dns_search_domain"
1352
+ elif key == "dnsServers":
1353
+ suggest = "dns_servers"
1354
+ elif key == "ntpServer":
1355
+ suggest = "ntp_server"
1356
+
1357
+ if suggest:
1358
+ pulumi.log.warn(f"Key '{key}' not found in CacheNetworkSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1359
+
1360
+ def __getitem__(self, key: str) -> Any:
1361
+ CacheNetworkSettingsResponse.__key_warning(key)
1362
+ return super().__getitem__(key)
1363
+
1364
+ def get(self, key: str, default = None) -> Any:
1365
+ CacheNetworkSettingsResponse.__key_warning(key)
1366
+ return super().get(key, default)
1367
+
1368
+ def __init__(__self__, *,
1369
+ utility_addresses: Sequence[str],
1370
+ dns_search_domain: Optional[str] = None,
1371
+ dns_servers: Optional[Sequence[str]] = None,
1372
+ mtu: Optional[int] = None,
1373
+ ntp_server: Optional[str] = None):
1374
+ """
1375
+ Cache network settings.
1376
+ :param Sequence[str] utility_addresses: Array of additional IP addresses used by this cache.
1377
+ :param str dns_search_domain: DNS search domain
1378
+ :param Sequence[str] dns_servers: DNS servers for the cache to use. It will be set from the network configuration if no value is provided.
1379
+ :param int mtu: The IPv4 maximum transmission unit configured for the subnet.
1380
+ :param str ntp_server: NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.
1381
+ """
1382
+ pulumi.set(__self__, "utility_addresses", utility_addresses)
1383
+ if dns_search_domain is not None:
1384
+ pulumi.set(__self__, "dns_search_domain", dns_search_domain)
1385
+ if dns_servers is not None:
1386
+ pulumi.set(__self__, "dns_servers", dns_servers)
1387
+ if mtu is None:
1388
+ mtu = 1500
1389
+ if mtu is not None:
1390
+ pulumi.set(__self__, "mtu", mtu)
1391
+ if ntp_server is None:
1392
+ ntp_server = 'time.windows.com'
1393
+ if ntp_server is not None:
1394
+ pulumi.set(__self__, "ntp_server", ntp_server)
1395
+
1396
+ @property
1397
+ @pulumi.getter(name="utilityAddresses")
1398
+ def utility_addresses(self) -> Sequence[str]:
1399
+ """
1400
+ Array of additional IP addresses used by this cache.
1401
+ """
1402
+ return pulumi.get(self, "utility_addresses")
1403
+
1404
+ @property
1405
+ @pulumi.getter(name="dnsSearchDomain")
1406
+ def dns_search_domain(self) -> Optional[str]:
1407
+ """
1408
+ DNS search domain
1409
+ """
1410
+ return pulumi.get(self, "dns_search_domain")
1411
+
1412
+ @property
1413
+ @pulumi.getter(name="dnsServers")
1414
+ def dns_servers(self) -> Optional[Sequence[str]]:
1415
+ """
1416
+ DNS servers for the cache to use. It will be set from the network configuration if no value is provided.
1417
+ """
1418
+ return pulumi.get(self, "dns_servers")
1419
+
1420
+ @property
1421
+ @pulumi.getter
1422
+ def mtu(self) -> Optional[int]:
1423
+ """
1424
+ The IPv4 maximum transmission unit configured for the subnet.
1425
+ """
1426
+ return pulumi.get(self, "mtu")
1427
+
1428
+ @property
1429
+ @pulumi.getter(name="ntpServer")
1430
+ def ntp_server(self) -> Optional[str]:
1431
+ """
1432
+ NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.
1433
+ """
1434
+ return pulumi.get(self, "ntp_server")
1435
+
1436
+
1437
+ @pulumi.output_type
1438
+ class CacheResponseSku(dict):
1439
+ """
1440
+ SKU for the cache.
1441
+ """
1442
+ def __init__(__self__, *,
1443
+ name: Optional[str] = None):
1444
+ """
1445
+ SKU for the cache.
1446
+ :param str name: SKU name for this cache.
1447
+ """
1448
+ if name is not None:
1449
+ pulumi.set(__self__, "name", name)
1450
+
1451
+ @property
1452
+ @pulumi.getter
1453
+ def name(self) -> Optional[str]:
1454
+ """
1455
+ SKU name for this cache.
1456
+ """
1457
+ return pulumi.get(self, "name")
1458
+
1459
+
1460
+ @pulumi.output_type
1461
+ class CacheSecuritySettingsResponse(dict):
1462
+ """
1463
+ Cache security settings.
1464
+ """
1465
+ @staticmethod
1466
+ def __key_warning(key: str):
1467
+ suggest = None
1468
+ if key == "accessPolicies":
1469
+ suggest = "access_policies"
1470
+
1471
+ if suggest:
1472
+ pulumi.log.warn(f"Key '{key}' not found in CacheSecuritySettingsResponse. Access the value via the '{suggest}' property getter instead.")
1473
+
1474
+ def __getitem__(self, key: str) -> Any:
1475
+ CacheSecuritySettingsResponse.__key_warning(key)
1476
+ return super().__getitem__(key)
1477
+
1478
+ def get(self, key: str, default = None) -> Any:
1479
+ CacheSecuritySettingsResponse.__key_warning(key)
1480
+ return super().get(key, default)
1481
+
1482
+ def __init__(__self__, *,
1483
+ access_policies: Optional[Sequence['outputs.NfsAccessPolicyResponse']] = None):
1484
+ """
1485
+ Cache security settings.
1486
+ :param Sequence['NfsAccessPolicyResponse'] access_policies: NFS access policies defined for this cache.
1487
+ """
1488
+ if access_policies is not None:
1489
+ pulumi.set(__self__, "access_policies", access_policies)
1490
+
1491
+ @property
1492
+ @pulumi.getter(name="accessPolicies")
1493
+ def access_policies(self) -> Optional[Sequence['outputs.NfsAccessPolicyResponse']]:
1494
+ """
1495
+ NFS access policies defined for this cache.
1496
+ """
1497
+ return pulumi.get(self, "access_policies")
1498
+
1499
+
1500
+ @pulumi.output_type
1501
+ class CacheUpgradeSettingsResponse(dict):
1502
+ """
1503
+ Cache Upgrade Settings.
1504
+ """
1505
+ @staticmethod
1506
+ def __key_warning(key: str):
1507
+ suggest = None
1508
+ if key == "scheduledTime":
1509
+ suggest = "scheduled_time"
1510
+ elif key == "upgradeScheduleEnabled":
1511
+ suggest = "upgrade_schedule_enabled"
1512
+
1513
+ if suggest:
1514
+ pulumi.log.warn(f"Key '{key}' not found in CacheUpgradeSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1515
+
1516
+ def __getitem__(self, key: str) -> Any:
1517
+ CacheUpgradeSettingsResponse.__key_warning(key)
1518
+ return super().__getitem__(key)
1519
+
1520
+ def get(self, key: str, default = None) -> Any:
1521
+ CacheUpgradeSettingsResponse.__key_warning(key)
1522
+ return super().get(key, default)
1523
+
1524
+ def __init__(__self__, *,
1525
+ scheduled_time: Optional[str] = None,
1526
+ upgrade_schedule_enabled: Optional[bool] = None):
1527
+ """
1528
+ Cache Upgrade Settings.
1529
+ :param str scheduled_time: When upgradeScheduleEnabled is true, this field holds the user-chosen upgrade time. At the user-chosen time, the firmware update will automatically be installed on the cache.
1530
+ :param bool upgrade_schedule_enabled: True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
1531
+ """
1532
+ if scheduled_time is not None:
1533
+ pulumi.set(__self__, "scheduled_time", scheduled_time)
1534
+ if upgrade_schedule_enabled is not None:
1535
+ pulumi.set(__self__, "upgrade_schedule_enabled", upgrade_schedule_enabled)
1536
+
1537
+ @property
1538
+ @pulumi.getter(name="scheduledTime")
1539
+ def scheduled_time(self) -> Optional[str]:
1540
+ """
1541
+ When upgradeScheduleEnabled is true, this field holds the user-chosen upgrade time. At the user-chosen time, the firmware update will automatically be installed on the cache.
1542
+ """
1543
+ return pulumi.get(self, "scheduled_time")
1544
+
1545
+ @property
1546
+ @pulumi.getter(name="upgradeScheduleEnabled")
1547
+ def upgrade_schedule_enabled(self) -> Optional[bool]:
1548
+ """
1549
+ True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
1550
+ """
1551
+ return pulumi.get(self, "upgrade_schedule_enabled")
1552
+
1553
+
1554
+ @pulumi.output_type
1555
+ class CacheUpgradeStatusResponse(dict):
1556
+ """
1557
+ Properties describing the software upgrade state of the cache.
1558
+ """
1559
+ @staticmethod
1560
+ def __key_warning(key: str):
1561
+ suggest = None
1562
+ if key == "currentFirmwareVersion":
1563
+ suggest = "current_firmware_version"
1564
+ elif key == "firmwareUpdateDeadline":
1565
+ suggest = "firmware_update_deadline"
1566
+ elif key == "firmwareUpdateStatus":
1567
+ suggest = "firmware_update_status"
1568
+ elif key == "lastFirmwareUpdate":
1569
+ suggest = "last_firmware_update"
1570
+ elif key == "pendingFirmwareVersion":
1571
+ suggest = "pending_firmware_version"
1572
+
1573
+ if suggest:
1574
+ pulumi.log.warn(f"Key '{key}' not found in CacheUpgradeStatusResponse. Access the value via the '{suggest}' property getter instead.")
1575
+
1576
+ def __getitem__(self, key: str) -> Any:
1577
+ CacheUpgradeStatusResponse.__key_warning(key)
1578
+ return super().__getitem__(key)
1579
+
1580
+ def get(self, key: str, default = None) -> Any:
1581
+ CacheUpgradeStatusResponse.__key_warning(key)
1582
+ return super().get(key, default)
1583
+
1584
+ def __init__(__self__, *,
1585
+ current_firmware_version: str,
1586
+ firmware_update_deadline: str,
1587
+ firmware_update_status: str,
1588
+ last_firmware_update: str,
1589
+ pending_firmware_version: str):
1590
+ """
1591
+ Properties describing the software upgrade state of the cache.
1592
+ :param str current_firmware_version: Version string of the firmware currently installed on this cache.
1593
+ :param str firmware_update_deadline: Time at which the pending firmware update will automatically be installed on the cache.
1594
+ :param str firmware_update_status: True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
1595
+ :param str last_firmware_update: Time of the last successful firmware update.
1596
+ :param str pending_firmware_version: When firmwareUpdateAvailable is true, this field holds the version string for the update.
1597
+ """
1598
+ pulumi.set(__self__, "current_firmware_version", current_firmware_version)
1599
+ pulumi.set(__self__, "firmware_update_deadline", firmware_update_deadline)
1600
+ pulumi.set(__self__, "firmware_update_status", firmware_update_status)
1601
+ pulumi.set(__self__, "last_firmware_update", last_firmware_update)
1602
+ pulumi.set(__self__, "pending_firmware_version", pending_firmware_version)
1603
+
1604
+ @property
1605
+ @pulumi.getter(name="currentFirmwareVersion")
1606
+ def current_firmware_version(self) -> str:
1607
+ """
1608
+ Version string of the firmware currently installed on this cache.
1609
+ """
1610
+ return pulumi.get(self, "current_firmware_version")
1611
+
1612
+ @property
1613
+ @pulumi.getter(name="firmwareUpdateDeadline")
1614
+ def firmware_update_deadline(self) -> str:
1615
+ """
1616
+ Time at which the pending firmware update will automatically be installed on the cache.
1617
+ """
1618
+ return pulumi.get(self, "firmware_update_deadline")
1619
+
1620
+ @property
1621
+ @pulumi.getter(name="firmwareUpdateStatus")
1622
+ def firmware_update_status(self) -> str:
1623
+ """
1624
+ True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
1625
+ """
1626
+ return pulumi.get(self, "firmware_update_status")
1627
+
1628
+ @property
1629
+ @pulumi.getter(name="lastFirmwareUpdate")
1630
+ def last_firmware_update(self) -> str:
1631
+ """
1632
+ Time of the last successful firmware update.
1633
+ """
1634
+ return pulumi.get(self, "last_firmware_update")
1635
+
1636
+ @property
1637
+ @pulumi.getter(name="pendingFirmwareVersion")
1638
+ def pending_firmware_version(self) -> str:
1639
+ """
1640
+ When firmwareUpdateAvailable is true, this field holds the version string for the update.
1641
+ """
1642
+ return pulumi.get(self, "pending_firmware_version")
1643
+
1644
+
1645
+ @pulumi.output_type
1646
+ class CacheUsernameDownloadSettingsResponse(dict):
1647
+ """
1648
+ Settings for Extended Groups username and group download.
1649
+ """
1650
+ @staticmethod
1651
+ def __key_warning(key: str):
1652
+ suggest = None
1653
+ if key == "usernameDownloaded":
1654
+ suggest = "username_downloaded"
1655
+ elif key == "autoDownloadCertificate":
1656
+ suggest = "auto_download_certificate"
1657
+ elif key == "caCertificateURI":
1658
+ suggest = "ca_certificate_uri"
1659
+ elif key == "encryptLdapConnection":
1660
+ suggest = "encrypt_ldap_connection"
1661
+ elif key == "extendedGroups":
1662
+ suggest = "extended_groups"
1663
+ elif key == "groupFileURI":
1664
+ suggest = "group_file_uri"
1665
+ elif key == "ldapBaseDN":
1666
+ suggest = "ldap_base_dn"
1667
+ elif key == "ldapServer":
1668
+ suggest = "ldap_server"
1669
+ elif key == "requireValidCertificate":
1670
+ suggest = "require_valid_certificate"
1671
+ elif key == "userFileURI":
1672
+ suggest = "user_file_uri"
1673
+ elif key == "usernameSource":
1674
+ suggest = "username_source"
1675
+
1676
+ if suggest:
1677
+ pulumi.log.warn(f"Key '{key}' not found in CacheUsernameDownloadSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1678
+
1679
+ def __getitem__(self, key: str) -> Any:
1680
+ CacheUsernameDownloadSettingsResponse.__key_warning(key)
1681
+ return super().__getitem__(key)
1682
+
1683
+ def get(self, key: str, default = None) -> Any:
1684
+ CacheUsernameDownloadSettingsResponse.__key_warning(key)
1685
+ return super().get(key, default)
1686
+
1687
+ def __init__(__self__, *,
1688
+ username_downloaded: str,
1689
+ auto_download_certificate: Optional[bool] = None,
1690
+ ca_certificate_uri: Optional[str] = None,
1691
+ credentials: Optional['outputs.CacheUsernameDownloadSettingsResponseCredentials'] = None,
1692
+ encrypt_ldap_connection: Optional[bool] = None,
1693
+ extended_groups: Optional[bool] = None,
1694
+ group_file_uri: Optional[str] = None,
1695
+ ldap_base_dn: Optional[str] = None,
1696
+ ldap_server: Optional[str] = None,
1697
+ require_valid_certificate: Optional[bool] = None,
1698
+ user_file_uri: Optional[str] = None,
1699
+ username_source: Optional[str] = None):
1700
+ """
1701
+ Settings for Extended Groups username and group download.
1702
+ :param str username_downloaded: Indicates whether or not the HPC Cache has performed the username download successfully.
1703
+ :param bool auto_download_certificate: Determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true.
1704
+ :param str ca_certificate_uri: The URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true.
1705
+ :param 'CacheUsernameDownloadSettingsResponseCredentials' credentials: When present, these are the credentials for the secure LDAP connection.
1706
+ :param bool encrypt_ldap_connection: Whether or not the LDAP connection should be encrypted.
1707
+ :param bool extended_groups: Whether or not Extended Groups is enabled.
1708
+ :param str group_file_uri: The URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'.
1709
+ :param str ldap_base_dn: The base distinguished name for the LDAP domain.
1710
+ :param str ldap_server: The fully qualified domain name or IP address of the LDAP server to use.
1711
+ :param bool require_valid_certificate: Determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided.
1712
+ :param str user_file_uri: The URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'.
1713
+ :param str username_source: This setting determines how the cache gets username and group names for clients.
1714
+ """
1715
+ pulumi.set(__self__, "username_downloaded", username_downloaded)
1716
+ if auto_download_certificate is None:
1717
+ auto_download_certificate = False
1718
+ if auto_download_certificate is not None:
1719
+ pulumi.set(__self__, "auto_download_certificate", auto_download_certificate)
1720
+ if ca_certificate_uri is not None:
1721
+ pulumi.set(__self__, "ca_certificate_uri", ca_certificate_uri)
1722
+ if credentials is not None:
1723
+ pulumi.set(__self__, "credentials", credentials)
1724
+ if encrypt_ldap_connection is None:
1725
+ encrypt_ldap_connection = False
1726
+ if encrypt_ldap_connection is not None:
1727
+ pulumi.set(__self__, "encrypt_ldap_connection", encrypt_ldap_connection)
1728
+ if extended_groups is not None:
1729
+ pulumi.set(__self__, "extended_groups", extended_groups)
1730
+ if group_file_uri is not None:
1731
+ pulumi.set(__self__, "group_file_uri", group_file_uri)
1732
+ if ldap_base_dn is not None:
1733
+ pulumi.set(__self__, "ldap_base_dn", ldap_base_dn)
1734
+ if ldap_server is not None:
1735
+ pulumi.set(__self__, "ldap_server", ldap_server)
1736
+ if require_valid_certificate is None:
1737
+ require_valid_certificate = False
1738
+ if require_valid_certificate is not None:
1739
+ pulumi.set(__self__, "require_valid_certificate", require_valid_certificate)
1740
+ if user_file_uri is not None:
1741
+ pulumi.set(__self__, "user_file_uri", user_file_uri)
1742
+ if username_source is None:
1743
+ username_source = 'None'
1744
+ if username_source is not None:
1745
+ pulumi.set(__self__, "username_source", username_source)
1746
+
1747
+ @property
1748
+ @pulumi.getter(name="usernameDownloaded")
1749
+ def username_downloaded(self) -> str:
1750
+ """
1751
+ Indicates whether or not the HPC Cache has performed the username download successfully.
1752
+ """
1753
+ return pulumi.get(self, "username_downloaded")
1754
+
1755
+ @property
1756
+ @pulumi.getter(name="autoDownloadCertificate")
1757
+ def auto_download_certificate(self) -> Optional[bool]:
1758
+ """
1759
+ Determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true.
1760
+ """
1761
+ return pulumi.get(self, "auto_download_certificate")
1762
+
1763
+ @property
1764
+ @pulumi.getter(name="caCertificateURI")
1765
+ def ca_certificate_uri(self) -> Optional[str]:
1766
+ """
1767
+ The URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true.
1768
+ """
1769
+ return pulumi.get(self, "ca_certificate_uri")
1770
+
1771
+ @property
1772
+ @pulumi.getter
1773
+ def credentials(self) -> Optional['outputs.CacheUsernameDownloadSettingsResponseCredentials']:
1774
+ """
1775
+ When present, these are the credentials for the secure LDAP connection.
1776
+ """
1777
+ return pulumi.get(self, "credentials")
1778
+
1779
+ @property
1780
+ @pulumi.getter(name="encryptLdapConnection")
1781
+ def encrypt_ldap_connection(self) -> Optional[bool]:
1782
+ """
1783
+ Whether or not the LDAP connection should be encrypted.
1784
+ """
1785
+ return pulumi.get(self, "encrypt_ldap_connection")
1786
+
1787
+ @property
1788
+ @pulumi.getter(name="extendedGroups")
1789
+ def extended_groups(self) -> Optional[bool]:
1790
+ """
1791
+ Whether or not Extended Groups is enabled.
1792
+ """
1793
+ return pulumi.get(self, "extended_groups")
1794
+
1795
+ @property
1796
+ @pulumi.getter(name="groupFileURI")
1797
+ def group_file_uri(self) -> Optional[str]:
1798
+ """
1799
+ The URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'.
1800
+ """
1801
+ return pulumi.get(self, "group_file_uri")
1802
+
1803
+ @property
1804
+ @pulumi.getter(name="ldapBaseDN")
1805
+ def ldap_base_dn(self) -> Optional[str]:
1806
+ """
1807
+ The base distinguished name for the LDAP domain.
1808
+ """
1809
+ return pulumi.get(self, "ldap_base_dn")
1810
+
1811
+ @property
1812
+ @pulumi.getter(name="ldapServer")
1813
+ def ldap_server(self) -> Optional[str]:
1814
+ """
1815
+ The fully qualified domain name or IP address of the LDAP server to use.
1816
+ """
1817
+ return pulumi.get(self, "ldap_server")
1818
+
1819
+ @property
1820
+ @pulumi.getter(name="requireValidCertificate")
1821
+ def require_valid_certificate(self) -> Optional[bool]:
1822
+ """
1823
+ Determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided.
1824
+ """
1825
+ return pulumi.get(self, "require_valid_certificate")
1826
+
1827
+ @property
1828
+ @pulumi.getter(name="userFileURI")
1829
+ def user_file_uri(self) -> Optional[str]:
1830
+ """
1831
+ The URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'.
1832
+ """
1833
+ return pulumi.get(self, "user_file_uri")
1834
+
1835
+ @property
1836
+ @pulumi.getter(name="usernameSource")
1837
+ def username_source(self) -> Optional[str]:
1838
+ """
1839
+ This setting determines how the cache gets username and group names for clients.
1840
+ """
1841
+ return pulumi.get(self, "username_source")
1842
+
1843
+
1844
+ @pulumi.output_type
1845
+ class CacheUsernameDownloadSettingsResponseCredentials(dict):
1846
+ """
1847
+ When present, these are the credentials for the secure LDAP connection.
1848
+ """
1849
+ @staticmethod
1850
+ def __key_warning(key: str):
1851
+ suggest = None
1852
+ if key == "bindDn":
1853
+ suggest = "bind_dn"
1854
+ elif key == "bindPassword":
1855
+ suggest = "bind_password"
1856
+
1857
+ if suggest:
1858
+ pulumi.log.warn(f"Key '{key}' not found in CacheUsernameDownloadSettingsResponseCredentials. Access the value via the '{suggest}' property getter instead.")
1859
+
1860
+ def __getitem__(self, key: str) -> Any:
1861
+ CacheUsernameDownloadSettingsResponseCredentials.__key_warning(key)
1862
+ return super().__getitem__(key)
1863
+
1864
+ def get(self, key: str, default = None) -> Any:
1865
+ CacheUsernameDownloadSettingsResponseCredentials.__key_warning(key)
1866
+ return super().get(key, default)
1867
+
1868
+ def __init__(__self__, *,
1869
+ bind_dn: Optional[str] = None,
1870
+ bind_password: Optional[str] = None):
1871
+ """
1872
+ When present, these are the credentials for the secure LDAP connection.
1873
+ :param str bind_dn: The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
1874
+ :param str bind_password: The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
1875
+ """
1876
+ if bind_dn is not None:
1877
+ pulumi.set(__self__, "bind_dn", bind_dn)
1878
+ if bind_password is not None:
1879
+ pulumi.set(__self__, "bind_password", bind_password)
1880
+
1881
+ @property
1882
+ @pulumi.getter(name="bindDn")
1883
+ def bind_dn(self) -> Optional[str]:
1884
+ """
1885
+ The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
1886
+ """
1887
+ return pulumi.get(self, "bind_dn")
1888
+
1889
+ @property
1890
+ @pulumi.getter(name="bindPassword")
1891
+ def bind_password(self) -> Optional[str]:
1892
+ """
1893
+ The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
1894
+ """
1895
+ return pulumi.get(self, "bind_password")
1896
+
1897
+
1898
+ @pulumi.output_type
1899
+ class ClfsTargetResponse(dict):
1900
+ """
1901
+ Properties pertaining to the ClfsTarget
1902
+ """
1903
+ def __init__(__self__, *,
1904
+ target: Optional[str] = None):
1905
+ """
1906
+ Properties pertaining to the ClfsTarget
1907
+ :param str target: Resource ID of storage container.
1908
+ """
1909
+ if target is not None:
1910
+ pulumi.set(__self__, "target", target)
1911
+
1912
+ @property
1913
+ @pulumi.getter
1914
+ def target(self) -> Optional[str]:
1915
+ """
1916
+ Resource ID of storage container.
1917
+ """
1918
+ return pulumi.get(self, "target")
1919
+
1920
+
1921
+ @pulumi.output_type
1922
+ class ConditionResponse(dict):
1923
+ """
1924
+ Outstanding conditions that will need to be resolved.
1925
+ """
1926
+ def __init__(__self__, *,
1927
+ message: str,
1928
+ timestamp: str):
1929
+ """
1930
+ Outstanding conditions that will need to be resolved.
1931
+ :param str message: The issue requiring attention.
1932
+ :param str timestamp: The time when the condition was raised.
1933
+ """
1934
+ pulumi.set(__self__, "message", message)
1935
+ pulumi.set(__self__, "timestamp", timestamp)
1936
+
1937
+ @property
1938
+ @pulumi.getter
1939
+ def message(self) -> str:
1940
+ """
1941
+ The issue requiring attention.
1942
+ """
1943
+ return pulumi.get(self, "message")
1944
+
1945
+ @property
1946
+ @pulumi.getter
1947
+ def timestamp(self) -> str:
1948
+ """
1949
+ The time when the condition was raised.
1950
+ """
1951
+ return pulumi.get(self, "timestamp")
1952
+
1953
+
1954
+ @pulumi.output_type
1955
+ class KeyVaultKeyReferenceResponse(dict):
1956
+ """
1957
+ Describes a reference to key vault key.
1958
+ """
1959
+ @staticmethod
1960
+ def __key_warning(key: str):
1961
+ suggest = None
1962
+ if key == "keyUrl":
1963
+ suggest = "key_url"
1964
+ elif key == "sourceVault":
1965
+ suggest = "source_vault"
1966
+
1967
+ if suggest:
1968
+ pulumi.log.warn(f"Key '{key}' not found in KeyVaultKeyReferenceResponse. Access the value via the '{suggest}' property getter instead.")
1969
+
1970
+ def __getitem__(self, key: str) -> Any:
1971
+ KeyVaultKeyReferenceResponse.__key_warning(key)
1972
+ return super().__getitem__(key)
1973
+
1974
+ def get(self, key: str, default = None) -> Any:
1975
+ KeyVaultKeyReferenceResponse.__key_warning(key)
1976
+ return super().get(key, default)
1977
+
1978
+ def __init__(__self__, *,
1979
+ key_url: str,
1980
+ source_vault: 'outputs.KeyVaultKeyReferenceResponseSourceVault'):
1981
+ """
1982
+ Describes a reference to key vault key.
1983
+ :param str key_url: The URL referencing a key encryption key in key vault.
1984
+ :param 'KeyVaultKeyReferenceResponseSourceVault' source_vault: Describes a resource Id to source key vault.
1985
+ """
1986
+ pulumi.set(__self__, "key_url", key_url)
1987
+ pulumi.set(__self__, "source_vault", source_vault)
1988
+
1989
+ @property
1990
+ @pulumi.getter(name="keyUrl")
1991
+ def key_url(self) -> str:
1992
+ """
1993
+ The URL referencing a key encryption key in key vault.
1994
+ """
1995
+ return pulumi.get(self, "key_url")
1996
+
1997
+ @property
1998
+ @pulumi.getter(name="sourceVault")
1999
+ def source_vault(self) -> 'outputs.KeyVaultKeyReferenceResponseSourceVault':
2000
+ """
2001
+ Describes a resource Id to source key vault.
2002
+ """
2003
+ return pulumi.get(self, "source_vault")
2004
+
2005
+
2006
+ @pulumi.output_type
2007
+ class KeyVaultKeyReferenceResponseSourceVault(dict):
2008
+ """
2009
+ Describes a resource Id to source key vault.
2010
+ """
2011
+ def __init__(__self__, *,
2012
+ id: Optional[str] = None):
2013
+ """
2014
+ Describes a resource Id to source key vault.
2015
+ :param str id: Resource Id.
2016
+ """
2017
+ if id is not None:
2018
+ pulumi.set(__self__, "id", id)
2019
+
2020
+ @property
2021
+ @pulumi.getter
2022
+ def id(self) -> Optional[str]:
2023
+ """
2024
+ Resource Id.
2025
+ """
2026
+ return pulumi.get(self, "id")
2027
+
2028
+
2029
+ @pulumi.output_type
2030
+ class NamespaceJunctionResponse(dict):
2031
+ """
2032
+ A namespace junction.
2033
+ """
2034
+ @staticmethod
2035
+ def __key_warning(key: str):
2036
+ suggest = None
2037
+ if key == "namespacePath":
2038
+ suggest = "namespace_path"
2039
+ elif key == "nfsAccessPolicy":
2040
+ suggest = "nfs_access_policy"
2041
+ elif key == "nfsExport":
2042
+ suggest = "nfs_export"
2043
+ elif key == "targetPath":
2044
+ suggest = "target_path"
2045
+
2046
+ if suggest:
2047
+ pulumi.log.warn(f"Key '{key}' not found in NamespaceJunctionResponse. Access the value via the '{suggest}' property getter instead.")
2048
+
2049
+ def __getitem__(self, key: str) -> Any:
2050
+ NamespaceJunctionResponse.__key_warning(key)
2051
+ return super().__getitem__(key)
2052
+
2053
+ def get(self, key: str, default = None) -> Any:
2054
+ NamespaceJunctionResponse.__key_warning(key)
2055
+ return super().get(key, default)
2056
+
2057
+ def __init__(__self__, *,
2058
+ namespace_path: Optional[str] = None,
2059
+ nfs_access_policy: Optional[str] = None,
2060
+ nfs_export: Optional[str] = None,
2061
+ target_path: Optional[str] = None):
2062
+ """
2063
+ A namespace junction.
2064
+ :param str namespace_path: Namespace path on a cache for a Storage Target.
2065
+ :param str nfs_access_policy: Name of the access policy applied to this junction.
2066
+ :param str nfs_export: NFS export where targetPath exists.
2067
+ :param str target_path: Path in Storage Target to which namespacePath points.
2068
+ """
2069
+ if namespace_path is not None:
2070
+ pulumi.set(__self__, "namespace_path", namespace_path)
2071
+ if nfs_access_policy is None:
2072
+ nfs_access_policy = 'default'
2073
+ if nfs_access_policy is not None:
2074
+ pulumi.set(__self__, "nfs_access_policy", nfs_access_policy)
2075
+ if nfs_export is not None:
2076
+ pulumi.set(__self__, "nfs_export", nfs_export)
2077
+ if target_path is not None:
2078
+ pulumi.set(__self__, "target_path", target_path)
2079
+
2080
+ @property
2081
+ @pulumi.getter(name="namespacePath")
2082
+ def namespace_path(self) -> Optional[str]:
2083
+ """
2084
+ Namespace path on a cache for a Storage Target.
2085
+ """
2086
+ return pulumi.get(self, "namespace_path")
2087
+
2088
+ @property
2089
+ @pulumi.getter(name="nfsAccessPolicy")
2090
+ def nfs_access_policy(self) -> Optional[str]:
2091
+ """
2092
+ Name of the access policy applied to this junction.
2093
+ """
2094
+ return pulumi.get(self, "nfs_access_policy")
2095
+
2096
+ @property
2097
+ @pulumi.getter(name="nfsExport")
2098
+ def nfs_export(self) -> Optional[str]:
2099
+ """
2100
+ NFS export where targetPath exists.
2101
+ """
2102
+ return pulumi.get(self, "nfs_export")
2103
+
2104
+ @property
2105
+ @pulumi.getter(name="targetPath")
2106
+ def target_path(self) -> Optional[str]:
2107
+ """
2108
+ Path in Storage Target to which namespacePath points.
2109
+ """
2110
+ return pulumi.get(self, "target_path")
2111
+
2112
+
2113
+ @pulumi.output_type
2114
+ class Nfs3TargetResponse(dict):
2115
+ """
2116
+ Properties pertaining to the Nfs3Target
2117
+ """
2118
+ @staticmethod
2119
+ def __key_warning(key: str):
2120
+ suggest = None
2121
+ if key == "usageModel":
2122
+ suggest = "usage_model"
2123
+ elif key == "verificationTimer":
2124
+ suggest = "verification_timer"
2125
+ elif key == "writeBackTimer":
2126
+ suggest = "write_back_timer"
2127
+
2128
+ if suggest:
2129
+ pulumi.log.warn(f"Key '{key}' not found in Nfs3TargetResponse. Access the value via the '{suggest}' property getter instead.")
2130
+
2131
+ def __getitem__(self, key: str) -> Any:
2132
+ Nfs3TargetResponse.__key_warning(key)
2133
+ return super().__getitem__(key)
2134
+
2135
+ def get(self, key: str, default = None) -> Any:
2136
+ Nfs3TargetResponse.__key_warning(key)
2137
+ return super().get(key, default)
2138
+
2139
+ def __init__(__self__, *,
2140
+ target: Optional[str] = None,
2141
+ usage_model: Optional[str] = None,
2142
+ verification_timer: Optional[int] = None,
2143
+ write_back_timer: Optional[int] = None):
2144
+ """
2145
+ Properties pertaining to the Nfs3Target
2146
+ :param str target: IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
2147
+ :param str usage_model: Identifies the StorageCache usage model to be used for this storage target.
2148
+ :param int verification_timer: Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
2149
+ :param int write_back_timer: Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
2150
+ """
2151
+ if target is not None:
2152
+ pulumi.set(__self__, "target", target)
2153
+ if usage_model is not None:
2154
+ pulumi.set(__self__, "usage_model", usage_model)
2155
+ if verification_timer is not None:
2156
+ pulumi.set(__self__, "verification_timer", verification_timer)
2157
+ if write_back_timer is not None:
2158
+ pulumi.set(__self__, "write_back_timer", write_back_timer)
2159
+
2160
+ @property
2161
+ @pulumi.getter
2162
+ def target(self) -> Optional[str]:
2163
+ """
2164
+ IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
2165
+ """
2166
+ return pulumi.get(self, "target")
2167
+
2168
+ @property
2169
+ @pulumi.getter(name="usageModel")
2170
+ def usage_model(self) -> Optional[str]:
2171
+ """
2172
+ Identifies the StorageCache usage model to be used for this storage target.
2173
+ """
2174
+ return pulumi.get(self, "usage_model")
2175
+
2176
+ @property
2177
+ @pulumi.getter(name="verificationTimer")
2178
+ def verification_timer(self) -> Optional[int]:
2179
+ """
2180
+ Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
2181
+ """
2182
+ return pulumi.get(self, "verification_timer")
2183
+
2184
+ @property
2185
+ @pulumi.getter(name="writeBackTimer")
2186
+ def write_back_timer(self) -> Optional[int]:
2187
+ """
2188
+ Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
2189
+ """
2190
+ return pulumi.get(self, "write_back_timer")
2191
+
2192
+
2193
+ @pulumi.output_type
2194
+ class NfsAccessPolicyResponse(dict):
2195
+ """
2196
+ A set of rules describing access policies applied to NFSv3 clients of the cache.
2197
+ """
2198
+ @staticmethod
2199
+ def __key_warning(key: str):
2200
+ suggest = None
2201
+ if key == "accessRules":
2202
+ suggest = "access_rules"
2203
+
2204
+ if suggest:
2205
+ pulumi.log.warn(f"Key '{key}' not found in NfsAccessPolicyResponse. Access the value via the '{suggest}' property getter instead.")
2206
+
2207
+ def __getitem__(self, key: str) -> Any:
2208
+ NfsAccessPolicyResponse.__key_warning(key)
2209
+ return super().__getitem__(key)
2210
+
2211
+ def get(self, key: str, default = None) -> Any:
2212
+ NfsAccessPolicyResponse.__key_warning(key)
2213
+ return super().get(key, default)
2214
+
2215
+ def __init__(__self__, *,
2216
+ access_rules: Sequence['outputs.NfsAccessRuleResponse'],
2217
+ name: str):
2218
+ """
2219
+ A set of rules describing access policies applied to NFSv3 clients of the cache.
2220
+ :param Sequence['NfsAccessRuleResponse'] access_rules: The set of rules describing client accesses allowed under this policy.
2221
+ :param str name: Name identifying this policy. Access Policy names are not case sensitive.
2222
+ """
2223
+ pulumi.set(__self__, "access_rules", access_rules)
2224
+ pulumi.set(__self__, "name", name)
2225
+
2226
+ @property
2227
+ @pulumi.getter(name="accessRules")
2228
+ def access_rules(self) -> Sequence['outputs.NfsAccessRuleResponse']:
2229
+ """
2230
+ The set of rules describing client accesses allowed under this policy.
2231
+ """
2232
+ return pulumi.get(self, "access_rules")
2233
+
2234
+ @property
2235
+ @pulumi.getter
2236
+ def name(self) -> str:
2237
+ """
2238
+ Name identifying this policy. Access Policy names are not case sensitive.
2239
+ """
2240
+ return pulumi.get(self, "name")
2241
+
2242
+
2243
+ @pulumi.output_type
2244
+ class NfsAccessRuleResponse(dict):
2245
+ """
2246
+ Rule to place restrictions on portions of the cache namespace being presented to clients.
2247
+ """
2248
+ @staticmethod
2249
+ def __key_warning(key: str):
2250
+ suggest = None
2251
+ if key == "anonymousGID":
2252
+ suggest = "anonymous_gid"
2253
+ elif key == "anonymousUID":
2254
+ suggest = "anonymous_uid"
2255
+ elif key == "rootSquash":
2256
+ suggest = "root_squash"
2257
+ elif key == "submountAccess":
2258
+ suggest = "submount_access"
2259
+
2260
+ if suggest:
2261
+ pulumi.log.warn(f"Key '{key}' not found in NfsAccessRuleResponse. Access the value via the '{suggest}' property getter instead.")
2262
+
2263
+ def __getitem__(self, key: str) -> Any:
2264
+ NfsAccessRuleResponse.__key_warning(key)
2265
+ return super().__getitem__(key)
2266
+
2267
+ def get(self, key: str, default = None) -> Any:
2268
+ NfsAccessRuleResponse.__key_warning(key)
2269
+ return super().get(key, default)
2270
+
2271
+ def __init__(__self__, *,
2272
+ access: str,
2273
+ scope: str,
2274
+ anonymous_gid: Optional[str] = None,
2275
+ anonymous_uid: Optional[str] = None,
2276
+ filter: Optional[str] = None,
2277
+ root_squash: Optional[bool] = None,
2278
+ submount_access: Optional[bool] = None,
2279
+ suid: Optional[bool] = None):
2280
+ """
2281
+ Rule to place restrictions on portions of the cache namespace being presented to clients.
2282
+ :param str access: Access allowed by this rule.
2283
+ :param str scope: Scope for this rule. The scope and filter determine which clients match the rule.
2284
+ :param str anonymous_gid: GID value that replaces 0 when rootSquash is true. This will use the value of anonymousUID if not provided.
2285
+ :param str anonymous_uid: UID value that replaces 0 when rootSquash is true. 65534 will be used if not provided.
2286
+ :param str filter: Filter applied to the scope for this rule. The filter's format depends on its scope. 'default' scope matches all clients and has no filter value. 'network' scope takes a filter in CIDR format (for example, 10.99.1.0/24). 'host' takes an IP address or fully qualified domain name as filter. If a client does not match any filter rule and there is no default rule, access is denied.
2287
+ :param bool root_squash: Map root accesses to anonymousUID and anonymousGID.
2288
+ :param bool submount_access: For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'.
2289
+ :param bool suid: Allow SUID semantics.
2290
+ """
2291
+ pulumi.set(__self__, "access", access)
2292
+ pulumi.set(__self__, "scope", scope)
2293
+ if anonymous_gid is not None:
2294
+ pulumi.set(__self__, "anonymous_gid", anonymous_gid)
2295
+ if anonymous_uid is not None:
2296
+ pulumi.set(__self__, "anonymous_uid", anonymous_uid)
2297
+ if filter is not None:
2298
+ pulumi.set(__self__, "filter", filter)
2299
+ if root_squash is not None:
2300
+ pulumi.set(__self__, "root_squash", root_squash)
2301
+ if submount_access is not None:
2302
+ pulumi.set(__self__, "submount_access", submount_access)
2303
+ if suid is not None:
2304
+ pulumi.set(__self__, "suid", suid)
2305
+
2306
+ @property
2307
+ @pulumi.getter
2308
+ def access(self) -> str:
2309
+ """
2310
+ Access allowed by this rule.
2311
+ """
2312
+ return pulumi.get(self, "access")
2313
+
2314
+ @property
2315
+ @pulumi.getter
2316
+ def scope(self) -> str:
2317
+ """
2318
+ Scope for this rule. The scope and filter determine which clients match the rule.
2319
+ """
2320
+ return pulumi.get(self, "scope")
2321
+
2322
+ @property
2323
+ @pulumi.getter(name="anonymousGID")
2324
+ def anonymous_gid(self) -> Optional[str]:
2325
+ """
2326
+ GID value that replaces 0 when rootSquash is true. This will use the value of anonymousUID if not provided.
2327
+ """
2328
+ return pulumi.get(self, "anonymous_gid")
2329
+
2330
+ @property
2331
+ @pulumi.getter(name="anonymousUID")
2332
+ def anonymous_uid(self) -> Optional[str]:
2333
+ """
2334
+ UID value that replaces 0 when rootSquash is true. 65534 will be used if not provided.
2335
+ """
2336
+ return pulumi.get(self, "anonymous_uid")
2337
+
2338
+ @property
2339
+ @pulumi.getter
2340
+ def filter(self) -> Optional[str]:
2341
+ """
2342
+ Filter applied to the scope for this rule. The filter's format depends on its scope. 'default' scope matches all clients and has no filter value. 'network' scope takes a filter in CIDR format (for example, 10.99.1.0/24). 'host' takes an IP address or fully qualified domain name as filter. If a client does not match any filter rule and there is no default rule, access is denied.
2343
+ """
2344
+ return pulumi.get(self, "filter")
2345
+
2346
+ @property
2347
+ @pulumi.getter(name="rootSquash")
2348
+ def root_squash(self) -> Optional[bool]:
2349
+ """
2350
+ Map root accesses to anonymousUID and anonymousGID.
2351
+ """
2352
+ return pulumi.get(self, "root_squash")
2353
+
2354
+ @property
2355
+ @pulumi.getter(name="submountAccess")
2356
+ def submount_access(self) -> Optional[bool]:
2357
+ """
2358
+ For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'.
2359
+ """
2360
+ return pulumi.get(self, "submount_access")
2361
+
2362
+ @property
2363
+ @pulumi.getter
2364
+ def suid(self) -> Optional[bool]:
2365
+ """
2366
+ Allow SUID semantics.
2367
+ """
2368
+ return pulumi.get(self, "suid")
2369
+
2370
+
2371
+ @pulumi.output_type
2372
+ class PrimingJobResponse(dict):
2373
+ """
2374
+ A priming job instance.
2375
+ """
2376
+ @staticmethod
2377
+ def __key_warning(key: str):
2378
+ suggest = None
2379
+ if key == "primingJobDetails":
2380
+ suggest = "priming_job_details"
2381
+ elif key == "primingJobId":
2382
+ suggest = "priming_job_id"
2383
+ elif key == "primingJobName":
2384
+ suggest = "priming_job_name"
2385
+ elif key == "primingJobPercentComplete":
2386
+ suggest = "priming_job_percent_complete"
2387
+ elif key == "primingJobState":
2388
+ suggest = "priming_job_state"
2389
+ elif key == "primingJobStatus":
2390
+ suggest = "priming_job_status"
2391
+
2392
+ if suggest:
2393
+ pulumi.log.warn(f"Key '{key}' not found in PrimingJobResponse. Access the value via the '{suggest}' property getter instead.")
2394
+
2395
+ def __getitem__(self, key: str) -> Any:
2396
+ PrimingJobResponse.__key_warning(key)
2397
+ return super().__getitem__(key)
2398
+
2399
+ def get(self, key: str, default = None) -> Any:
2400
+ PrimingJobResponse.__key_warning(key)
2401
+ return super().get(key, default)
2402
+
2403
+ def __init__(__self__, *,
2404
+ priming_job_details: str,
2405
+ priming_job_id: str,
2406
+ priming_job_name: str,
2407
+ priming_job_percent_complete: float,
2408
+ priming_job_state: str,
2409
+ priming_job_status: str):
2410
+ """
2411
+ A priming job instance.
2412
+ :param str priming_job_details: The job details or error information if any.
2413
+ :param str priming_job_id: The unique identifier of the priming job.
2414
+ :param str priming_job_name: The priming job name.
2415
+ :param float priming_job_percent_complete: The current progress of the priming job, as a percentage.
2416
+ :param str priming_job_state: The state of the priming operation.
2417
+ :param str priming_job_status: The status code of the priming job.
2418
+ """
2419
+ pulumi.set(__self__, "priming_job_details", priming_job_details)
2420
+ pulumi.set(__self__, "priming_job_id", priming_job_id)
2421
+ pulumi.set(__self__, "priming_job_name", priming_job_name)
2422
+ pulumi.set(__self__, "priming_job_percent_complete", priming_job_percent_complete)
2423
+ pulumi.set(__self__, "priming_job_state", priming_job_state)
2424
+ pulumi.set(__self__, "priming_job_status", priming_job_status)
2425
+
2426
+ @property
2427
+ @pulumi.getter(name="primingJobDetails")
2428
+ def priming_job_details(self) -> str:
2429
+ """
2430
+ The job details or error information if any.
2431
+ """
2432
+ return pulumi.get(self, "priming_job_details")
2433
+
2434
+ @property
2435
+ @pulumi.getter(name="primingJobId")
2436
+ def priming_job_id(self) -> str:
2437
+ """
2438
+ The unique identifier of the priming job.
2439
+ """
2440
+ return pulumi.get(self, "priming_job_id")
2441
+
2442
+ @property
2443
+ @pulumi.getter(name="primingJobName")
2444
+ def priming_job_name(self) -> str:
2445
+ """
2446
+ The priming job name.
2447
+ """
2448
+ return pulumi.get(self, "priming_job_name")
2449
+
2450
+ @property
2451
+ @pulumi.getter(name="primingJobPercentComplete")
2452
+ def priming_job_percent_complete(self) -> float:
2453
+ """
2454
+ The current progress of the priming job, as a percentage.
2455
+ """
2456
+ return pulumi.get(self, "priming_job_percent_complete")
2457
+
2458
+ @property
2459
+ @pulumi.getter(name="primingJobState")
2460
+ def priming_job_state(self) -> str:
2461
+ """
2462
+ The state of the priming operation.
2463
+ """
2464
+ return pulumi.get(self, "priming_job_state")
2465
+
2466
+ @property
2467
+ @pulumi.getter(name="primingJobStatus")
2468
+ def priming_job_status(self) -> str:
2469
+ """
2470
+ The status code of the priming job.
2471
+ """
2472
+ return pulumi.get(self, "priming_job_status")
2473
+
2474
+
2475
+ @pulumi.output_type
2476
+ class SkuNameResponse(dict):
2477
+ """
2478
+ SKU for the resource.
2479
+ """
2480
+ def __init__(__self__, *,
2481
+ name: Optional[str] = None):
2482
+ """
2483
+ SKU for the resource.
2484
+ :param str name: SKU name for this resource.
2485
+ """
2486
+ if name is not None:
2487
+ pulumi.set(__self__, "name", name)
2488
+
2489
+ @property
2490
+ @pulumi.getter
2491
+ def name(self) -> Optional[str]:
2492
+ """
2493
+ SKU name for this resource.
2494
+ """
2495
+ return pulumi.get(self, "name")
2496
+
2497
+
2498
+ @pulumi.output_type
2499
+ class StorageTargetSpaceAllocationResponse(dict):
2500
+ """
2501
+ Storage Target space allocation properties.
2502
+ """
2503
+ @staticmethod
2504
+ def __key_warning(key: str):
2505
+ suggest = None
2506
+ if key == "allocationPercentage":
2507
+ suggest = "allocation_percentage"
2508
+
2509
+ if suggest:
2510
+ pulumi.log.warn(f"Key '{key}' not found in StorageTargetSpaceAllocationResponse. Access the value via the '{suggest}' property getter instead.")
2511
+
2512
+ def __getitem__(self, key: str) -> Any:
2513
+ StorageTargetSpaceAllocationResponse.__key_warning(key)
2514
+ return super().__getitem__(key)
2515
+
2516
+ def get(self, key: str, default = None) -> Any:
2517
+ StorageTargetSpaceAllocationResponse.__key_warning(key)
2518
+ return super().get(key, default)
2519
+
2520
+ def __init__(__self__, *,
2521
+ allocation_percentage: Optional[int] = None,
2522
+ name: Optional[str] = None):
2523
+ """
2524
+ Storage Target space allocation properties.
2525
+ :param int allocation_percentage: The percentage of cache space allocated for this storage target
2526
+ :param str name: Name of the storage target.
2527
+ """
2528
+ if allocation_percentage is not None:
2529
+ pulumi.set(__self__, "allocation_percentage", allocation_percentage)
2530
+ if name is not None:
2531
+ pulumi.set(__self__, "name", name)
2532
+
2533
+ @property
2534
+ @pulumi.getter(name="allocationPercentage")
2535
+ def allocation_percentage(self) -> Optional[int]:
2536
+ """
2537
+ The percentage of cache space allocated for this storage target
2538
+ """
2539
+ return pulumi.get(self, "allocation_percentage")
2540
+
2541
+ @property
2542
+ @pulumi.getter
2543
+ def name(self) -> Optional[str]:
2544
+ """
2545
+ Name of the storage target.
2546
+ """
2547
+ return pulumi.get(self, "name")
2548
+
2549
+
2550
+ @pulumi.output_type
2551
+ class SystemDataResponse(dict):
2552
+ """
2553
+ Metadata pertaining to creation and last modification of the resource.
2554
+ """
2555
+ @staticmethod
2556
+ def __key_warning(key: str):
2557
+ suggest = None
2558
+ if key == "createdAt":
2559
+ suggest = "created_at"
2560
+ elif key == "createdBy":
2561
+ suggest = "created_by"
2562
+ elif key == "createdByType":
2563
+ suggest = "created_by_type"
2564
+ elif key == "lastModifiedAt":
2565
+ suggest = "last_modified_at"
2566
+ elif key == "lastModifiedBy":
2567
+ suggest = "last_modified_by"
2568
+ elif key == "lastModifiedByType":
2569
+ suggest = "last_modified_by_type"
2570
+
2571
+ if suggest:
2572
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
2573
+
2574
+ def __getitem__(self, key: str) -> Any:
2575
+ SystemDataResponse.__key_warning(key)
2576
+ return super().__getitem__(key)
2577
+
2578
+ def get(self, key: str, default = None) -> Any:
2579
+ SystemDataResponse.__key_warning(key)
2580
+ return super().get(key, default)
2581
+
2582
+ def __init__(__self__, *,
2583
+ created_at: Optional[str] = None,
2584
+ created_by: Optional[str] = None,
2585
+ created_by_type: Optional[str] = None,
2586
+ last_modified_at: Optional[str] = None,
2587
+ last_modified_by: Optional[str] = None,
2588
+ last_modified_by_type: Optional[str] = None):
2589
+ """
2590
+ Metadata pertaining to creation and last modification of the resource.
2591
+ :param str created_at: The timestamp of resource creation (UTC).
2592
+ :param str created_by: The identity that created the resource.
2593
+ :param str created_by_type: The type of identity that created the resource.
2594
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
2595
+ :param str last_modified_by: The identity that last modified the resource.
2596
+ :param str last_modified_by_type: The type of identity that last modified the resource.
2597
+ """
2598
+ if created_at is not None:
2599
+ pulumi.set(__self__, "created_at", created_at)
2600
+ if created_by is not None:
2601
+ pulumi.set(__self__, "created_by", created_by)
2602
+ if created_by_type is not None:
2603
+ pulumi.set(__self__, "created_by_type", created_by_type)
2604
+ if last_modified_at is not None:
2605
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
2606
+ if last_modified_by is not None:
2607
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
2608
+ if last_modified_by_type is not None:
2609
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
2610
+
2611
+ @property
2612
+ @pulumi.getter(name="createdAt")
2613
+ def created_at(self) -> Optional[str]:
2614
+ """
2615
+ The timestamp of resource creation (UTC).
2616
+ """
2617
+ return pulumi.get(self, "created_at")
2618
+
2619
+ @property
2620
+ @pulumi.getter(name="createdBy")
2621
+ def created_by(self) -> Optional[str]:
2622
+ """
2623
+ The identity that created the resource.
2624
+ """
2625
+ return pulumi.get(self, "created_by")
2626
+
2627
+ @property
2628
+ @pulumi.getter(name="createdByType")
2629
+ def created_by_type(self) -> Optional[str]:
2630
+ """
2631
+ The type of identity that created the resource.
2632
+ """
2633
+ return pulumi.get(self, "created_by_type")
2634
+
2635
+ @property
2636
+ @pulumi.getter(name="lastModifiedAt")
2637
+ def last_modified_at(self) -> Optional[str]:
2638
+ """
2639
+ The timestamp of resource last modification (UTC)
2640
+ """
2641
+ return pulumi.get(self, "last_modified_at")
2642
+
2643
+ @property
2644
+ @pulumi.getter(name="lastModifiedBy")
2645
+ def last_modified_by(self) -> Optional[str]:
2646
+ """
2647
+ The identity that last modified the resource.
2648
+ """
2649
+ return pulumi.get(self, "last_modified_by")
2650
+
2651
+ @property
2652
+ @pulumi.getter(name="lastModifiedByType")
2653
+ def last_modified_by_type(self) -> Optional[str]:
2654
+ """
2655
+ The type of identity that last modified the resource.
2656
+ """
2657
+ return pulumi.get(self, "last_modified_by_type")
2658
+
2659
+
2660
+ @pulumi.output_type
2661
+ class UnknownTargetResponse(dict):
2662
+ """
2663
+ Properties pertaining to the UnknownTarget
2664
+ """
2665
+ def __init__(__self__, *,
2666
+ attributes: Optional[Mapping[str, str]] = None):
2667
+ """
2668
+ Properties pertaining to the UnknownTarget
2669
+ :param Mapping[str, str] attributes: Dictionary of string->string pairs containing information about the Storage Target.
2670
+ """
2671
+ if attributes is not None:
2672
+ pulumi.set(__self__, "attributes", attributes)
2673
+
2674
+ @property
2675
+ @pulumi.getter
2676
+ def attributes(self) -> Optional[Mapping[str, str]]:
2677
+ """
2678
+ Dictionary of string->string pairs containing information about the Storage Target.
2679
+ """
2680
+ return pulumi.get(self, "attributes")
2681
+
2682
+
2683
+ @pulumi.output_type
2684
+ class UserAssignedIdentitiesResponseUserAssignedIdentities(dict):
2685
+ @staticmethod
2686
+ def __key_warning(key: str):
2687
+ suggest = None
2688
+ if key == "clientId":
2689
+ suggest = "client_id"
2690
+ elif key == "principalId":
2691
+ suggest = "principal_id"
2692
+
2693
+ if suggest:
2694
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentitiesResponseUserAssignedIdentities. Access the value via the '{suggest}' property getter instead.")
2695
+
2696
+ def __getitem__(self, key: str) -> Any:
2697
+ UserAssignedIdentitiesResponseUserAssignedIdentities.__key_warning(key)
2698
+ return super().__getitem__(key)
2699
+
2700
+ def get(self, key: str, default = None) -> Any:
2701
+ UserAssignedIdentitiesResponseUserAssignedIdentities.__key_warning(key)
2702
+ return super().get(key, default)
2703
+
2704
+ def __init__(__self__, *,
2705
+ client_id: str,
2706
+ principal_id: str):
2707
+ """
2708
+ :param str client_id: The client ID of the user-assigned identity.
2709
+ :param str principal_id: The principal ID of the user-assigned identity.
2710
+ """
2711
+ pulumi.set(__self__, "client_id", client_id)
2712
+ pulumi.set(__self__, "principal_id", principal_id)
2713
+
2714
+ @property
2715
+ @pulumi.getter(name="clientId")
2716
+ def client_id(self) -> str:
2717
+ """
2718
+ The client ID of the user-assigned identity.
2719
+ """
2720
+ return pulumi.get(self, "client_id")
2721
+
2722
+ @property
2723
+ @pulumi.getter(name="principalId")
2724
+ def principal_id(self) -> str:
2725
+ """
2726
+ The principal ID of the user-assigned identity.
2727
+ """
2728
+ return pulumi.get(self, "principal_id")
2729
+
2730
+