pulumi-azure-native 2.69.0a1730143300__py3-none-any.whl → 2.70.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (1137) hide show
  1. pulumi_azure_native/__init__.py +189 -0
  2. pulumi_azure_native/cache/v20240901preview/get_redis_enterprise.py +15 -1
  3. pulumi_azure_native/cache/v20240901preview/redis_enterprise.py +10 -0
  4. pulumi_azure_native/connectedcache/__init__.py +33 -0
  5. pulumi_azure_native/connectedcache/_enums.py +99 -0
  6. pulumi_azure_native/connectedcache/_inputs.py +1722 -0
  7. pulumi_azure_native/connectedcache/cache_nodes_operation.py +259 -0
  8. pulumi_azure_native/connectedcache/enterprise_customer_operation.py +259 -0
  9. pulumi_azure_native/connectedcache/enterprise_mcc_cache_nodes_operation.py +281 -0
  10. pulumi_azure_native/connectedcache/enterprise_mcc_customer.py +260 -0
  11. pulumi_azure_native/connectedcache/get_cache_nodes_operation.py +173 -0
  12. pulumi_azure_native/connectedcache/get_enterprise_customer_operation.py +173 -0
  13. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation.py +179 -0
  14. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_install_details.py +179 -0
  15. pulumi_azure_native/connectedcache/get_enterprise_mcc_customer.py +173 -0
  16. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation.py +179 -0
  17. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_bgp_cidrs.py +179 -0
  18. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_install_details.py +179 -0
  19. pulumi_azure_native/connectedcache/get_isp_customer.py +173 -0
  20. pulumi_azure_native/connectedcache/isp_cache_nodes_operation.py +281 -0
  21. pulumi_azure_native/connectedcache/isp_customer.py +260 -0
  22. pulumi_azure_native/connectedcache/outputs.py +2740 -0
  23. pulumi_azure_native/connectedcache/v20230501preview/__init__.py +25 -0
  24. pulumi_azure_native/connectedcache/v20230501preview/_enums.py +99 -0
  25. pulumi_azure_native/connectedcache/v20230501preview/_inputs.py +1722 -0
  26. pulumi_azure_native/connectedcache/v20230501preview/cache_nodes_operation.py +257 -0
  27. pulumi_azure_native/connectedcache/v20230501preview/enterprise_customer_operation.py +257 -0
  28. pulumi_azure_native/connectedcache/v20230501preview/enterprise_mcc_cache_nodes_operation.py +279 -0
  29. pulumi_azure_native/connectedcache/v20230501preview/enterprise_mcc_customer.py +258 -0
  30. pulumi_azure_native/connectedcache/v20230501preview/get_cache_nodes_operation.py +171 -0
  31. pulumi_azure_native/connectedcache/v20230501preview/get_enterprise_customer_operation.py +171 -0
  32. pulumi_azure_native/connectedcache/v20230501preview/get_enterprise_mcc_cache_nodes_operation.py +177 -0
  33. pulumi_azure_native/connectedcache/v20230501preview/get_enterprise_mcc_cache_nodes_operation_cache_node_install_details.py +177 -0
  34. pulumi_azure_native/connectedcache/v20230501preview/get_enterprise_mcc_customer.py +171 -0
  35. pulumi_azure_native/connectedcache/v20230501preview/get_isp_cache_nodes_operation.py +177 -0
  36. pulumi_azure_native/connectedcache/v20230501preview/get_isp_cache_nodes_operation_bgp_cidrs.py +177 -0
  37. pulumi_azure_native/connectedcache/v20230501preview/get_isp_cache_nodes_operation_cache_node_install_details.py +177 -0
  38. pulumi_azure_native/connectedcache/v20230501preview/get_isp_customer.py +171 -0
  39. pulumi_azure_native/connectedcache/v20230501preview/isp_cache_nodes_operation.py +279 -0
  40. pulumi_azure_native/connectedcache/v20230501preview/isp_customer.py +258 -0
  41. pulumi_azure_native/connectedcache/v20230501preview/outputs.py +2740 -0
  42. pulumi_azure_native/containerservice/__init__.py +3 -0
  43. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  44. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  45. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  46. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  47. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  48. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  49. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  50. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  51. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  52. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  53. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  54. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  55. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  56. pulumi_azure_native/containerservice/snapshot.py +3 -3
  57. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  58. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  59. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  60. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  61. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  62. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  63. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  64. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  65. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  66. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  67. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  68. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  69. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  70. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  71. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  72. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  73. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  74. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  75. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  76. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  77. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  78. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  79. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  80. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  81. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  82. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  83. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  85. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  86. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  87. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  88. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  89. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  90. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  91. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  92. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  93. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  94. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  95. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  96. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  97. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  98. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  99. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  100. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  101. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  102. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  103. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  104. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  105. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  106. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  107. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  108. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  109. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  110. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  111. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  112. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  113. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  114. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  115. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  116. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  117. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  118. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  119. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  120. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  121. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  122. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  123. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  124. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  125. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  126. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  127. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  128. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  129. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  130. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  131. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  132. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  133. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  134. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  135. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  136. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  137. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  138. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  139. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  140. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  141. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  142. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  143. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  144. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  145. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  146. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  147. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  148. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  149. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  150. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  151. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  152. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  153. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  154. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  155. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  156. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  157. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  158. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  159. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  160. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  161. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  162. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  163. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  164. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  165. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  166. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  167. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  168. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  169. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  170. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  171. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  172. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  173. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  174. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  175. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  176. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  177. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  178. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  179. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  180. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  181. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  182. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  183. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  184. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  185. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  186. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  187. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  188. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  189. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  190. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  191. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  192. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  193. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  194. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  195. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  196. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  197. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  198. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
  199. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
  200. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
  201. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
  202. pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
  203. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
  204. pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
  205. pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
  206. pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
  207. pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
  208. pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
  209. pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
  210. pulumi_azure_native/containerservice/v20240801/agent_pool.py +1 -1
  211. pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +1 -1
  212. pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1 -1
  213. pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +1 -1
  214. pulumi_azure_native/containerservice/v20240801/snapshot.py +1 -1
  215. pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +1 -1
  216. pulumi_azure_native/containerservice/v20240901/__init__.py +25 -0
  217. pulumi_azure_native/containerservice/v20240901/_enums.py +643 -0
  218. pulumi_azure_native/containerservice/v20240901/_inputs.py +7742 -0
  219. pulumi_azure_native/containerservice/v20240901/agent_pool.py +1430 -0
  220. pulumi_azure_native/containerservice/v20240901/get_agent_pool.py +751 -0
  221. pulumi_azure_native/containerservice/v20240901/get_maintenance_configuration.py +177 -0
  222. pulumi_azure_native/containerservice/v20240901/get_managed_cluster.py +801 -0
  223. pulumi_azure_native/containerservice/v20240901/get_private_endpoint_connection.py +163 -0
  224. pulumi_azure_native/containerservice/v20240901/get_snapshot.py +269 -0
  225. pulumi_azure_native/containerservice/v20240901/get_trusted_access_role_binding.py +177 -0
  226. pulumi_azure_native/containerservice/v20240901/list_managed_cluster_admin_credentials.py +93 -0
  227. pulumi_azure_native/containerservice/v20240901/list_managed_cluster_monitoring_user_credentials.py +93 -0
  228. pulumi_azure_native/containerservice/v20240901/list_managed_cluster_user_credentials.py +99 -0
  229. pulumi_azure_native/containerservice/v20240901/maintenance_configuration.py +279 -0
  230. pulumi_azure_native/containerservice/v20240901/managed_cluster.py +1392 -0
  231. pulumi_azure_native/containerservice/v20240901/outputs.py +6634 -0
  232. pulumi_azure_native/containerservice/v20240901/private_endpoint_connection.py +251 -0
  233. pulumi_azure_native/containerservice/v20240901/snapshot.py +347 -0
  234. pulumi_azure_native/containerservice/v20240901/trusted_access_role_binding.py +260 -0
  235. pulumi_azure_native/dashboard/__init__.py +5 -0
  236. pulumi_azure_native/dashboard/_inputs.py +74 -0
  237. pulumi_azure_native/dashboard/get_grafana.py +2 -2
  238. pulumi_azure_native/dashboard/get_integration_fabric.py +176 -0
  239. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
  240. pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
  241. pulumi_azure_native/dashboard/grafana.py +3 -3
  242. pulumi_azure_native/dashboard/integration_fabric.py +272 -0
  243. pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
  244. pulumi_azure_native/dashboard/outputs.py +76 -0
  245. pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
  246. pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
  247. pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
  248. pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
  249. pulumi_azure_native/dashboard/v20221001preview/grafana.py +1 -1
  250. pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +1 -1
  251. pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +1 -1
  252. pulumi_azure_native/dashboard/v20230901/grafana.py +1 -1
  253. pulumi_azure_native/dashboard/v20230901/managed_private_endpoint.py +1 -1
  254. pulumi_azure_native/dashboard/v20230901/private_endpoint_connection.py +1 -1
  255. pulumi_azure_native/dashboard/v20231001preview/__init__.py +18 -0
  256. pulumi_azure_native/dashboard/v20231001preview/_enums.py +93 -0
  257. pulumi_azure_native/dashboard/v20231001preview/_inputs.py +951 -0
  258. pulumi_azure_native/dashboard/v20231001preview/get_grafana.py +199 -0
  259. pulumi_azure_native/dashboard/v20231001preview/get_integration_fabric.py +174 -0
  260. pulumi_azure_native/dashboard/v20231001preview/get_managed_private_endpoint.py +275 -0
  261. pulumi_azure_native/dashboard/v20231001preview/get_private_endpoint_connection.py +191 -0
  262. pulumi_azure_native/dashboard/v20231001preview/grafana.py +316 -0
  263. pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py +270 -0
  264. pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py +423 -0
  265. pulumi_azure_native/dashboard/v20231001preview/outputs.py +1279 -0
  266. pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py +271 -0
  267. pulumi_azure_native/dbformysql/__init__.py +3 -0
  268. pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
  269. pulumi_azure_native/dbformysql/get_server.py +2 -2
  270. pulumi_azure_native/dbformysql/server.py +3 -3
  271. pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
  272. pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
  273. pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
  274. pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
  275. pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
  276. pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
  277. pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
  278. pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
  279. pulumi_azure_native/dbformysql/v20231230/server.py +1 -1
  280. pulumi_azure_native/dbformysql/v20240201preview/server.py +1 -1
  281. pulumi_azure_native/dbformysql/v20240601preview/server.py +1 -1
  282. pulumi_azure_native/dbformysql/v20241001preview/__init__.py +13 -0
  283. pulumi_azure_native/dbformysql/v20241001preview/_enums.py +110 -0
  284. pulumi_azure_native/dbformysql/v20241001preview/_inputs.py +850 -0
  285. pulumi_azure_native/dbformysql/v20241001preview/get_get_private_dns_zone_suffix_execute.py +70 -0
  286. pulumi_azure_native/dbformysql/v20241001preview/get_server.py +451 -0
  287. pulumi_azure_native/dbformysql/v20241001preview/outputs.py +1147 -0
  288. pulumi_azure_native/dbformysql/v20241001preview/server.py +822 -0
  289. pulumi_azure_native/dbforpostgresql/__init__.py +3 -0
  290. pulumi_azure_native/dbforpostgresql/administrator.py +3 -3
  291. pulumi_azure_native/dbforpostgresql/backup.py +3 -3
  292. pulumi_azure_native/dbforpostgresql/configuration.py +11 -11
  293. pulumi_azure_native/dbforpostgresql/database.py +3 -3
  294. pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
  295. pulumi_azure_native/dbforpostgresql/get_administrator.py +2 -2
  296. pulumi_azure_native/dbforpostgresql/get_backup.py +2 -2
  297. pulumi_azure_native/dbforpostgresql/get_configuration.py +4 -4
  298. pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
  299. pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
  300. pulumi_azure_native/dbforpostgresql/get_get_private_dns_zone_suffix_execute.py +2 -2
  301. pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
  302. pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
  303. pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
  304. pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
  305. pulumi_azure_native/dbforpostgresql/migration.py +3 -3
  306. pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +2 -2
  307. pulumi_azure_native/dbforpostgresql/server.py +3 -3
  308. pulumi_azure_native/dbforpostgresql/v20200214preview/server.py +1 -1
  309. pulumi_azure_native/dbforpostgresql/v20210410privatepreview/server.py +1 -1
  310. pulumi_azure_native/dbforpostgresql/v20210615privatepreview/migration.py +1 -1
  311. pulumi_azure_native/dbforpostgresql/v20210615privatepreview/server.py +1 -1
  312. pulumi_azure_native/dbforpostgresql/v20220308preview/server.py +1 -1
  313. pulumi_azure_native/dbforpostgresql/v20220501preview/migration.py +1 -1
  314. pulumi_azure_native/dbforpostgresql/v20221201/administrator.py +1 -1
  315. pulumi_azure_native/dbforpostgresql/v20221201/configuration.py +9 -9
  316. pulumi_azure_native/dbforpostgresql/v20221201/database.py +1 -1
  317. pulumi_azure_native/dbforpostgresql/v20221201/firewall_rule.py +1 -1
  318. pulumi_azure_native/dbforpostgresql/v20221201/get_configuration.py +2 -2
  319. pulumi_azure_native/dbforpostgresql/v20221201/server.py +1 -1
  320. pulumi_azure_native/dbforpostgresql/v20230301preview/administrator.py +1 -1
  321. pulumi_azure_native/dbforpostgresql/v20230301preview/configuration.py +1 -1
  322. pulumi_azure_native/dbforpostgresql/v20230301preview/database.py +1 -1
  323. pulumi_azure_native/dbforpostgresql/v20230301preview/firewall_rule.py +1 -1
  324. pulumi_azure_native/dbforpostgresql/v20230301preview/migration.py +1 -1
  325. pulumi_azure_native/dbforpostgresql/v20230301preview/server.py +1 -1
  326. pulumi_azure_native/dbforpostgresql/v20230601preview/administrator.py +1 -1
  327. pulumi_azure_native/dbforpostgresql/v20230601preview/configuration.py +1 -1
  328. pulumi_azure_native/dbforpostgresql/v20230601preview/database.py +1 -1
  329. pulumi_azure_native/dbforpostgresql/v20230601preview/firewall_rule.py +1 -1
  330. pulumi_azure_native/dbforpostgresql/v20230601preview/migration.py +1 -1
  331. pulumi_azure_native/dbforpostgresql/v20230601preview/private_endpoint_connection.py +1 -1
  332. pulumi_azure_native/dbforpostgresql/v20230601preview/server.py +1 -1
  333. pulumi_azure_native/dbforpostgresql/v20230601preview/virtual_endpoint.py +1 -1
  334. pulumi_azure_native/dbforpostgresql/v20231201preview/administrator.py +1 -1
  335. pulumi_azure_native/dbforpostgresql/v20231201preview/configuration.py +1 -1
  336. pulumi_azure_native/dbforpostgresql/v20231201preview/database.py +1 -1
  337. pulumi_azure_native/dbforpostgresql/v20231201preview/firewall_rule.py +1 -1
  338. pulumi_azure_native/dbforpostgresql/v20231201preview/migration.py +1 -1
  339. pulumi_azure_native/dbforpostgresql/v20231201preview/private_endpoint_connection.py +1 -1
  340. pulumi_azure_native/dbforpostgresql/v20231201preview/server.py +1 -1
  341. pulumi_azure_native/dbforpostgresql/v20231201preview/virtual_endpoint.py +1 -1
  342. pulumi_azure_native/dbforpostgresql/v20240301preview/administrator.py +1 -1
  343. pulumi_azure_native/dbforpostgresql/v20240301preview/backup.py +1 -1
  344. pulumi_azure_native/dbforpostgresql/v20240301preview/configuration.py +9 -9
  345. pulumi_azure_native/dbforpostgresql/v20240301preview/database.py +1 -1
  346. pulumi_azure_native/dbforpostgresql/v20240301preview/firewall_rule.py +1 -1
  347. pulumi_azure_native/dbforpostgresql/v20240301preview/get_configuration.py +2 -2
  348. pulumi_azure_native/dbforpostgresql/v20240301preview/migration.py +1 -1
  349. pulumi_azure_native/dbforpostgresql/v20240301preview/private_endpoint_connection.py +1 -1
  350. pulumi_azure_native/dbforpostgresql/v20240301preview/server.py +1 -1
  351. pulumi_azure_native/dbforpostgresql/v20240301preview/virtual_endpoint.py +1 -1
  352. pulumi_azure_native/dbforpostgresql/v20240801/administrator.py +1 -1
  353. pulumi_azure_native/dbforpostgresql/v20240801/backup.py +1 -1
  354. pulumi_azure_native/dbforpostgresql/v20240801/configuration.py +1 -1
  355. pulumi_azure_native/dbforpostgresql/v20240801/database.py +1 -1
  356. pulumi_azure_native/dbforpostgresql/v20240801/firewall_rule.py +1 -1
  357. pulumi_azure_native/dbforpostgresql/v20240801/migration.py +1 -1
  358. pulumi_azure_native/dbforpostgresql/v20240801/private_endpoint_connection.py +1 -1
  359. pulumi_azure_native/dbforpostgresql/v20240801/server.py +1 -1
  360. pulumi_azure_native/dbforpostgresql/v20240801/virtual_endpoint.py +1 -1
  361. pulumi_azure_native/dbforpostgresql/v20241101preview/__init__.py +29 -0
  362. pulumi_azure_native/dbforpostgresql/v20241101preview/_enums.py +333 -0
  363. pulumi_azure_native/dbforpostgresql/v20241101preview/_inputs.py +1208 -0
  364. pulumi_azure_native/dbforpostgresql/v20241101preview/administrator.py +287 -0
  365. pulumi_azure_native/dbforpostgresql/v20241101preview/backup.py +220 -0
  366. pulumi_azure_native/dbforpostgresql/v20241101preview/configuration.py +338 -0
  367. pulumi_azure_native/dbforpostgresql/v20241101preview/database.py +248 -0
  368. pulumi_azure_native/dbforpostgresql/v20241101preview/firewall_rule.py +250 -0
  369. pulumi_azure_native/dbforpostgresql/v20241101preview/get_administrator.py +191 -0
  370. pulumi_azure_native/dbforpostgresql/v20241101preview/get_backup.py +177 -0
  371. pulumi_azure_native/dbforpostgresql/v20241101preview/get_configuration.py +289 -0
  372. pulumi_azure_native/dbforpostgresql/v20241101preview/get_database.py +163 -0
  373. pulumi_azure_native/dbforpostgresql/v20241101preview/get_firewall_rule.py +163 -0
  374. pulumi_azure_native/dbforpostgresql/v20241101preview/get_get_private_dns_zone_suffix_execute.py +67 -0
  375. pulumi_azure_native/dbforpostgresql/v20241101preview/get_migration.py +505 -0
  376. pulumi_azure_native/dbforpostgresql/v20241101preview/get_private_endpoint_connection.py +191 -0
  377. pulumi_azure_native/dbforpostgresql/v20241101preview/get_server.py +451 -0
  378. pulumi_azure_native/dbforpostgresql/v20241101preview/get_virtual_endpoint.py +177 -0
  379. pulumi_azure_native/dbforpostgresql/v20241101preview/migration.py +891 -0
  380. pulumi_azure_native/dbforpostgresql/v20241101preview/outputs.py +1950 -0
  381. pulumi_azure_native/dbforpostgresql/v20241101preview/private_endpoint_connection.py +252 -0
  382. pulumi_azure_native/dbforpostgresql/v20241101preview/server.py +807 -0
  383. pulumi_azure_native/dbforpostgresql/v20241101preview/virtual_endpoint.py +259 -0
  384. pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
  385. pulumi_azure_native/insights/__init__.py +3 -0
  386. pulumi_azure_native/insights/action_group.py +3 -3
  387. pulumi_azure_native/insights/get_action_group.py +2 -2
  388. pulumi_azure_native/insights/v20230101/action_group.py +1 -1
  389. pulumi_azure_native/insights/v20230901preview/action_group.py +1 -1
  390. pulumi_azure_native/insights/v20241001preview/__init__.py +12 -0
  391. pulumi_azure_native/insights/v20241001preview/_enums.py +27 -0
  392. pulumi_azure_native/insights/v20241001preview/_inputs.py +1469 -0
  393. pulumi_azure_native/insights/v20241001preview/action_group.py +660 -0
  394. pulumi_azure_native/insights/v20241001preview/get_action_group.py +353 -0
  395. pulumi_azure_native/insights/v20241001preview/outputs.py +1278 -0
  396. pulumi_azure_native/machinelearningservices/__init__.py +11 -0
  397. pulumi_azure_native/machinelearningservices/_enums.py +8 -0
  398. pulumi_azure_native/machinelearningservices/_inputs.py +176 -0
  399. pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
  400. pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
  401. pulumi_azure_native/machinelearningservices/capability_host.py +223 -0
  402. pulumi_azure_native/machinelearningservices/code_container.py +3 -3
  403. pulumi_azure_native/machinelearningservices/code_version.py +3 -3
  404. pulumi_azure_native/machinelearningservices/component_container.py +3 -3
  405. pulumi_azure_native/machinelearningservices/component_version.py +3 -3
  406. pulumi_azure_native/machinelearningservices/compute.py +3 -3
  407. pulumi_azure_native/machinelearningservices/connection_deployment.py +3 -3
  408. pulumi_azure_native/machinelearningservices/connection_rai_blocklist.py +3 -3
  409. pulumi_azure_native/machinelearningservices/connection_rai_blocklist_item.py +3 -3
  410. pulumi_azure_native/machinelearningservices/connection_rai_policy.py +3 -3
  411. pulumi_azure_native/machinelearningservices/data_container.py +3 -3
  412. pulumi_azure_native/machinelearningservices/data_version.py +3 -3
  413. pulumi_azure_native/machinelearningservices/datastore.py +3 -3
  414. pulumi_azure_native/machinelearningservices/endpoint_deployment.py +3 -3
  415. pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
  416. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  417. pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
  418. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
  419. pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
  420. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
  421. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
  422. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
  423. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
  424. pulumi_azure_native/machinelearningservices/get_capability_host.py +151 -0
  425. pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
  426. pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
  427. pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
  428. pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
  429. pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
  430. pulumi_azure_native/machinelearningservices/get_compute_allowed_resize_sizes.py +2 -2
  431. pulumi_azure_native/machinelearningservices/get_connection_deployment.py +2 -2
  432. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist.py +2 -2
  433. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist_item.py +2 -2
  434. pulumi_azure_native/machinelearningservices/get_connection_rai_policy.py +2 -2
  435. pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
  436. pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
  437. pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
  438. pulumi_azure_native/machinelearningservices/get_endpoint_deployment.py +2 -2
  439. pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
  440. pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
  441. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
  442. pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
  443. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
  444. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
  445. pulumi_azure_native/machinelearningservices/get_inference_endpoint.py +2 -2
  446. pulumi_azure_native/machinelearningservices/get_inference_group.py +2 -2
  447. pulumi_azure_native/machinelearningservices/get_inference_group_delta_models_status_async.py +169 -0
  448. pulumi_azure_native/machinelearningservices/get_inference_group_status.py +2 -2
  449. pulumi_azure_native/machinelearningservices/get_inference_pool.py +2 -2
  450. pulumi_azure_native/machinelearningservices/get_job.py +2 -2
  451. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
  452. pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
  453. pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
  454. pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
  455. pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
  456. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
  457. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
  458. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
  459. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
  460. pulumi_azure_native/machinelearningservices/get_rai_policy.py +2 -2
  461. pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
  462. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
  463. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
  464. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
  465. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
  466. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
  467. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
  468. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
  469. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
  470. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
  471. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
  472. pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
  473. pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
  474. pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
  475. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
  476. pulumi_azure_native/machinelearningservices/inference_endpoint.py +3 -3
  477. pulumi_azure_native/machinelearningservices/inference_group.py +3 -3
  478. pulumi_azure_native/machinelearningservices/inference_pool.py +3 -3
  479. pulumi_azure_native/machinelearningservices/job.py +3 -3
  480. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
  481. pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
  482. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
  483. pulumi_azure_native/machinelearningservices/list_connection_all_models.py +98 -0
  484. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
  485. pulumi_azure_native/machinelearningservices/list_endpoint_keys.py +2 -2
  486. pulumi_azure_native/machinelearningservices/list_inference_group_delta_models_async.py +132 -0
  487. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
  488. pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
  489. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
  490. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
  491. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
  492. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
  493. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
  494. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  495. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
  496. pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
  497. pulumi_azure_native/machinelearningservices/model_container.py +3 -3
  498. pulumi_azure_native/machinelearningservices/model_version.py +3 -3
  499. pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
  500. pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
  501. pulumi_azure_native/machinelearningservices/outputs.py +194 -0
  502. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
  503. pulumi_azure_native/machinelearningservices/rai_policy.py +3 -3
  504. pulumi_azure_native/machinelearningservices/registry.py +3 -3
  505. pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
  506. pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
  507. pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
  508. pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
  509. pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
  510. pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
  511. pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
  512. pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
  513. pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
  514. pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
  515. pulumi_azure_native/machinelearningservices/schedule.py +3 -3
  516. pulumi_azure_native/machinelearningservices/serverless_endpoint.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/inference_endpoint.py +1 -1
  679. pulumi_azure_native/machinelearningservices/v20230801preview/inference_group.py +1 -1
  680. pulumi_azure_native/machinelearningservices/v20230801preview/inference_pool.py +1 -1
  681. pulumi_azure_native/machinelearningservices/v20230801preview/job.py +1 -1
  682. pulumi_azure_native/machinelearningservices/v20230801preview/managed_network_settings_rule.py +1 -1
  683. pulumi_azure_native/machinelearningservices/v20230801preview/model_container.py +1 -1
  684. pulumi_azure_native/machinelearningservices/v20230801preview/model_version.py +1 -1
  685. pulumi_azure_native/machinelearningservices/v20230801preview/online_deployment.py +1 -1
  686. pulumi_azure_native/machinelearningservices/v20230801preview/online_endpoint.py +1 -1
  687. pulumi_azure_native/machinelearningservices/v20230801preview/private_endpoint_connection.py +1 -1
  688. pulumi_azure_native/machinelearningservices/v20230801preview/registry.py +1 -1
  689. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_container.py +1 -1
  690. pulumi_azure_native/machinelearningservices/v20230801preview/registry_code_version.py +1 -1
  691. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_container.py +1 -1
  692. pulumi_azure_native/machinelearningservices/v20230801preview/registry_component_version.py +1 -1
  693. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_container.py +1 -1
  694. pulumi_azure_native/machinelearningservices/v20230801preview/registry_data_version.py +1 -1
  695. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_container.py +1 -1
  696. pulumi_azure_native/machinelearningservices/v20230801preview/registry_environment_version.py +1 -1
  697. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_container.py +1 -1
  698. pulumi_azure_native/machinelearningservices/v20230801preview/registry_model_version.py +1 -1
  699. pulumi_azure_native/machinelearningservices/v20230801preview/schedule.py +1 -1
  700. pulumi_azure_native/machinelearningservices/v20230801preview/serverless_endpoint.py +1 -1
  701. pulumi_azure_native/machinelearningservices/v20230801preview/workspace.py +1 -1
  702. pulumi_azure_native/machinelearningservices/v20230801preview/workspace_connection.py +1 -1
  703. pulumi_azure_native/machinelearningservices/v20231001/batch_deployment.py +1 -1
  704. pulumi_azure_native/machinelearningservices/v20231001/batch_endpoint.py +1 -1
  705. pulumi_azure_native/machinelearningservices/v20231001/code_container.py +1 -1
  706. pulumi_azure_native/machinelearningservices/v20231001/code_version.py +1 -1
  707. pulumi_azure_native/machinelearningservices/v20231001/component_container.py +1 -1
  708. pulumi_azure_native/machinelearningservices/v20231001/component_version.py +1 -1
  709. pulumi_azure_native/machinelearningservices/v20231001/compute.py +1 -1
  710. pulumi_azure_native/machinelearningservices/v20231001/data_container.py +1 -1
  711. pulumi_azure_native/machinelearningservices/v20231001/data_version.py +1 -1
  712. pulumi_azure_native/machinelearningservices/v20231001/datastore.py +1 -1
  713. pulumi_azure_native/machinelearningservices/v20231001/environment_container.py +1 -1
  714. pulumi_azure_native/machinelearningservices/v20231001/environment_version.py +1 -1
  715. pulumi_azure_native/machinelearningservices/v20231001/featureset_container_entity.py +1 -1
  716. pulumi_azure_native/machinelearningservices/v20231001/featureset_version.py +1 -1
  717. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_container_entity.py +1 -1
  718. pulumi_azure_native/machinelearningservices/v20231001/featurestore_entity_version.py +1 -1
  719. pulumi_azure_native/machinelearningservices/v20231001/job.py +1 -1
  720. pulumi_azure_native/machinelearningservices/v20231001/managed_network_settings_rule.py +1 -1
  721. pulumi_azure_native/machinelearningservices/v20231001/model_container.py +1 -1
  722. pulumi_azure_native/machinelearningservices/v20231001/model_version.py +1 -1
  723. pulumi_azure_native/machinelearningservices/v20231001/online_deployment.py +1 -1
  724. pulumi_azure_native/machinelearningservices/v20231001/online_endpoint.py +1 -1
  725. pulumi_azure_native/machinelearningservices/v20231001/private_endpoint_connection.py +1 -1
  726. pulumi_azure_native/machinelearningservices/v20231001/registry.py +1 -1
  727. pulumi_azure_native/machinelearningservices/v20231001/registry_code_container.py +1 -1
  728. pulumi_azure_native/machinelearningservices/v20231001/registry_code_version.py +1 -1
  729. pulumi_azure_native/machinelearningservices/v20231001/registry_component_container.py +1 -1
  730. pulumi_azure_native/machinelearningservices/v20231001/registry_component_version.py +1 -1
  731. pulumi_azure_native/machinelearningservices/v20231001/registry_data_container.py +1 -1
  732. pulumi_azure_native/machinelearningservices/v20231001/registry_data_version.py +1 -1
  733. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_container.py +1 -1
  734. pulumi_azure_native/machinelearningservices/v20231001/registry_environment_version.py +1 -1
  735. pulumi_azure_native/machinelearningservices/v20231001/registry_model_container.py +1 -1
  736. pulumi_azure_native/machinelearningservices/v20231001/registry_model_version.py +1 -1
  737. pulumi_azure_native/machinelearningservices/v20231001/schedule.py +1 -1
  738. pulumi_azure_native/machinelearningservices/v20231001/workspace.py +1 -1
  739. pulumi_azure_native/machinelearningservices/v20231001/workspace_connection.py +1 -1
  740. pulumi_azure_native/machinelearningservices/v20240101preview/batch_deployment.py +1 -1
  741. pulumi_azure_native/machinelearningservices/v20240101preview/batch_endpoint.py +1 -1
  742. pulumi_azure_native/machinelearningservices/v20240101preview/code_container.py +1 -1
  743. pulumi_azure_native/machinelearningservices/v20240101preview/code_version.py +1 -1
  744. pulumi_azure_native/machinelearningservices/v20240101preview/component_container.py +1 -1
  745. pulumi_azure_native/machinelearningservices/v20240101preview/component_version.py +1 -1
  746. pulumi_azure_native/machinelearningservices/v20240101preview/compute.py +1 -1
  747. pulumi_azure_native/machinelearningservices/v20240101preview/data_container.py +1 -1
  748. pulumi_azure_native/machinelearningservices/v20240101preview/data_version.py +1 -1
  749. pulumi_azure_native/machinelearningservices/v20240101preview/datastore.py +1 -1
  750. pulumi_azure_native/machinelearningservices/v20240101preview/endpoint_deployment.py +1 -1
  751. pulumi_azure_native/machinelearningservices/v20240101preview/environment_container.py +1 -1
  752. pulumi_azure_native/machinelearningservices/v20240101preview/environment_version.py +1 -1
  753. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_container_entity.py +1 -1
  754. pulumi_azure_native/machinelearningservices/v20240101preview/featureset_version.py +1 -1
  755. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_container_entity.py +1 -1
  756. pulumi_azure_native/machinelearningservices/v20240101preview/featurestore_entity_version.py +1 -1
  757. pulumi_azure_native/machinelearningservices/v20240101preview/inference_endpoint.py +1 -1
  758. pulumi_azure_native/machinelearningservices/v20240101preview/inference_group.py +1 -1
  759. pulumi_azure_native/machinelearningservices/v20240101preview/inference_pool.py +1 -1
  760. pulumi_azure_native/machinelearningservices/v20240101preview/job.py +1 -1
  761. pulumi_azure_native/machinelearningservices/v20240101preview/managed_network_settings_rule.py +1 -1
  762. pulumi_azure_native/machinelearningservices/v20240101preview/marketplace_subscription.py +1 -1
  763. pulumi_azure_native/machinelearningservices/v20240101preview/model_container.py +1 -1
  764. pulumi_azure_native/machinelearningservices/v20240101preview/model_version.py +1 -1
  765. pulumi_azure_native/machinelearningservices/v20240101preview/online_deployment.py +1 -1
  766. pulumi_azure_native/machinelearningservices/v20240101preview/online_endpoint.py +1 -1
  767. pulumi_azure_native/machinelearningservices/v20240101preview/private_endpoint_connection.py +1 -1
  768. pulumi_azure_native/machinelearningservices/v20240101preview/registry.py +1 -1
  769. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_container.py +1 -1
  770. pulumi_azure_native/machinelearningservices/v20240101preview/registry_code_version.py +1 -1
  771. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_container.py +1 -1
  772. pulumi_azure_native/machinelearningservices/v20240101preview/registry_component_version.py +1 -1
  773. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_container.py +1 -1
  774. pulumi_azure_native/machinelearningservices/v20240101preview/registry_data_version.py +1 -1
  775. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_container.py +1 -1
  776. pulumi_azure_native/machinelearningservices/v20240101preview/registry_environment_version.py +1 -1
  777. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_container.py +1 -1
  778. pulumi_azure_native/machinelearningservices/v20240101preview/registry_model_version.py +1 -1
  779. pulumi_azure_native/machinelearningservices/v20240101preview/schedule.py +1 -1
  780. pulumi_azure_native/machinelearningservices/v20240101preview/serverless_endpoint.py +1 -1
  781. pulumi_azure_native/machinelearningservices/v20240101preview/workspace.py +1 -1
  782. pulumi_azure_native/machinelearningservices/v20240101preview/workspace_connection.py +1 -1
  783. pulumi_azure_native/machinelearningservices/v20240401/batch_deployment.py +1 -1
  784. pulumi_azure_native/machinelearningservices/v20240401/batch_endpoint.py +1 -1
  785. pulumi_azure_native/machinelearningservices/v20240401/code_container.py +1 -1
  786. pulumi_azure_native/machinelearningservices/v20240401/code_version.py +1 -1
  787. pulumi_azure_native/machinelearningservices/v20240401/component_container.py +1 -1
  788. pulumi_azure_native/machinelearningservices/v20240401/component_version.py +1 -1
  789. pulumi_azure_native/machinelearningservices/v20240401/compute.py +1 -1
  790. pulumi_azure_native/machinelearningservices/v20240401/data_container.py +1 -1
  791. pulumi_azure_native/machinelearningservices/v20240401/data_version.py +1 -1
  792. pulumi_azure_native/machinelearningservices/v20240401/datastore.py +1 -1
  793. pulumi_azure_native/machinelearningservices/v20240401/environment_container.py +1 -1
  794. pulumi_azure_native/machinelearningservices/v20240401/environment_version.py +1 -1
  795. pulumi_azure_native/machinelearningservices/v20240401/featureset_container_entity.py +1 -1
  796. pulumi_azure_native/machinelearningservices/v20240401/featureset_version.py +1 -1
  797. pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_container_entity.py +1 -1
  798. pulumi_azure_native/machinelearningservices/v20240401/featurestore_entity_version.py +1 -1
  799. pulumi_azure_native/machinelearningservices/v20240401/job.py +1 -1
  800. pulumi_azure_native/machinelearningservices/v20240401/managed_network_settings_rule.py +1 -1
  801. pulumi_azure_native/machinelearningservices/v20240401/marketplace_subscription.py +1 -1
  802. pulumi_azure_native/machinelearningservices/v20240401/model_container.py +1 -1
  803. pulumi_azure_native/machinelearningservices/v20240401/model_version.py +1 -1
  804. pulumi_azure_native/machinelearningservices/v20240401/online_deployment.py +1 -1
  805. pulumi_azure_native/machinelearningservices/v20240401/online_endpoint.py +1 -1
  806. pulumi_azure_native/machinelearningservices/v20240401/private_endpoint_connection.py +1 -1
  807. pulumi_azure_native/machinelearningservices/v20240401/registry.py +1 -1
  808. pulumi_azure_native/machinelearningservices/v20240401/registry_code_container.py +1 -1
  809. pulumi_azure_native/machinelearningservices/v20240401/registry_code_version.py +1 -1
  810. pulumi_azure_native/machinelearningservices/v20240401/registry_component_container.py +1 -1
  811. pulumi_azure_native/machinelearningservices/v20240401/registry_component_version.py +1 -1
  812. pulumi_azure_native/machinelearningservices/v20240401/registry_data_container.py +1 -1
  813. pulumi_azure_native/machinelearningservices/v20240401/registry_data_version.py +1 -1
  814. pulumi_azure_native/machinelearningservices/v20240401/registry_environment_container.py +1 -1
  815. pulumi_azure_native/machinelearningservices/v20240401/registry_environment_version.py +1 -1
  816. pulumi_azure_native/machinelearningservices/v20240401/registry_model_container.py +1 -1
  817. pulumi_azure_native/machinelearningservices/v20240401/registry_model_version.py +1 -1
  818. pulumi_azure_native/machinelearningservices/v20240401/schedule.py +1 -1
  819. pulumi_azure_native/machinelearningservices/v20240401/serverless_endpoint.py +1 -1
  820. pulumi_azure_native/machinelearningservices/v20240401/workspace.py +1 -1
  821. pulumi_azure_native/machinelearningservices/v20240401/workspace_connection.py +1 -1
  822. pulumi_azure_native/machinelearningservices/v20240401preview/batch_deployment.py +1 -1
  823. pulumi_azure_native/machinelearningservices/v20240401preview/batch_endpoint.py +1 -1
  824. pulumi_azure_native/machinelearningservices/v20240401preview/code_container.py +1 -1
  825. pulumi_azure_native/machinelearningservices/v20240401preview/code_version.py +1 -1
  826. pulumi_azure_native/machinelearningservices/v20240401preview/component_container.py +1 -1
  827. pulumi_azure_native/machinelearningservices/v20240401preview/component_version.py +1 -1
  828. pulumi_azure_native/machinelearningservices/v20240401preview/compute.py +1 -1
  829. pulumi_azure_native/machinelearningservices/v20240401preview/connection_deployment.py +1 -1
  830. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_blocklist.py +1 -1
  831. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_blocklist_item.py +1 -1
  832. pulumi_azure_native/machinelearningservices/v20240401preview/connection_rai_policy.py +1 -1
  833. pulumi_azure_native/machinelearningservices/v20240401preview/data_container.py +1 -1
  834. pulumi_azure_native/machinelearningservices/v20240401preview/data_version.py +1 -1
  835. pulumi_azure_native/machinelearningservices/v20240401preview/datastore.py +1 -1
  836. pulumi_azure_native/machinelearningservices/v20240401preview/endpoint_deployment.py +1 -1
  837. pulumi_azure_native/machinelearningservices/v20240401preview/environment_container.py +1 -1
  838. pulumi_azure_native/machinelearningservices/v20240401preview/environment_version.py +1 -1
  839. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_container_entity.py +1 -1
  840. pulumi_azure_native/machinelearningservices/v20240401preview/featureset_version.py +1 -1
  841. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_container_entity.py +1 -1
  842. pulumi_azure_native/machinelearningservices/v20240401preview/featurestore_entity_version.py +1 -1
  843. pulumi_azure_native/machinelearningservices/v20240401preview/inference_endpoint.py +1 -1
  844. pulumi_azure_native/machinelearningservices/v20240401preview/inference_group.py +1 -1
  845. pulumi_azure_native/machinelearningservices/v20240401preview/inference_pool.py +1 -1
  846. pulumi_azure_native/machinelearningservices/v20240401preview/job.py +1 -1
  847. pulumi_azure_native/machinelearningservices/v20240401preview/managed_network_settings_rule.py +1 -1
  848. pulumi_azure_native/machinelearningservices/v20240401preview/marketplace_subscription.py +1 -1
  849. pulumi_azure_native/machinelearningservices/v20240401preview/model_container.py +1 -1
  850. pulumi_azure_native/machinelearningservices/v20240401preview/model_version.py +1 -1
  851. pulumi_azure_native/machinelearningservices/v20240401preview/online_deployment.py +1 -1
  852. pulumi_azure_native/machinelearningservices/v20240401preview/online_endpoint.py +1 -1
  853. pulumi_azure_native/machinelearningservices/v20240401preview/private_endpoint_connection.py +1 -1
  854. pulumi_azure_native/machinelearningservices/v20240401preview/rai_policy.py +1 -1
  855. pulumi_azure_native/machinelearningservices/v20240401preview/registry.py +1 -1
  856. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_container.py +1 -1
  857. pulumi_azure_native/machinelearningservices/v20240401preview/registry_code_version.py +1 -1
  858. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_container.py +1 -1
  859. pulumi_azure_native/machinelearningservices/v20240401preview/registry_component_version.py +1 -1
  860. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_container.py +1 -1
  861. pulumi_azure_native/machinelearningservices/v20240401preview/registry_data_version.py +1 -1
  862. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_container.py +1 -1
  863. pulumi_azure_native/machinelearningservices/v20240401preview/registry_environment_version.py +1 -1
  864. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_container.py +1 -1
  865. pulumi_azure_native/machinelearningservices/v20240401preview/registry_model_version.py +1 -1
  866. pulumi_azure_native/machinelearningservices/v20240401preview/schedule.py +1 -1
  867. pulumi_azure_native/machinelearningservices/v20240401preview/serverless_endpoint.py +1 -1
  868. pulumi_azure_native/machinelearningservices/v20240401preview/workspace.py +1 -1
  869. pulumi_azure_native/machinelearningservices/v20240401preview/workspace_connection.py +1 -1
  870. pulumi_azure_native/machinelearningservices/v20240701preview/batch_deployment.py +1 -1
  871. pulumi_azure_native/machinelearningservices/v20240701preview/batch_endpoint.py +1 -1
  872. pulumi_azure_native/machinelearningservices/v20240701preview/code_container.py +1 -1
  873. pulumi_azure_native/machinelearningservices/v20240701preview/code_version.py +1 -1
  874. pulumi_azure_native/machinelearningservices/v20240701preview/component_container.py +1 -1
  875. pulumi_azure_native/machinelearningservices/v20240701preview/component_version.py +1 -1
  876. pulumi_azure_native/machinelearningservices/v20240701preview/compute.py +1 -1
  877. pulumi_azure_native/machinelearningservices/v20240701preview/connection_deployment.py +1 -1
  878. pulumi_azure_native/machinelearningservices/v20240701preview/connection_rai_blocklist.py +1 -1
  879. pulumi_azure_native/machinelearningservices/v20240701preview/connection_rai_blocklist_item.py +1 -1
  880. pulumi_azure_native/machinelearningservices/v20240701preview/connection_rai_policy.py +1 -1
  881. pulumi_azure_native/machinelearningservices/v20240701preview/data_container.py +1 -1
  882. pulumi_azure_native/machinelearningservices/v20240701preview/data_version.py +1 -1
  883. pulumi_azure_native/machinelearningservices/v20240701preview/datastore.py +1 -1
  884. pulumi_azure_native/machinelearningservices/v20240701preview/endpoint_deployment.py +1 -1
  885. pulumi_azure_native/machinelearningservices/v20240701preview/environment_container.py +1 -1
  886. pulumi_azure_native/machinelearningservices/v20240701preview/environment_version.py +1 -1
  887. pulumi_azure_native/machinelearningservices/v20240701preview/featureset_container_entity.py +1 -1
  888. pulumi_azure_native/machinelearningservices/v20240701preview/featureset_version.py +1 -1
  889. pulumi_azure_native/machinelearningservices/v20240701preview/featurestore_entity_container_entity.py +1 -1
  890. pulumi_azure_native/machinelearningservices/v20240701preview/featurestore_entity_version.py +1 -1
  891. pulumi_azure_native/machinelearningservices/v20240701preview/job.py +1 -1
  892. pulumi_azure_native/machinelearningservices/v20240701preview/managed_network_settings_rule.py +1 -1
  893. pulumi_azure_native/machinelearningservices/v20240701preview/marketplace_subscription.py +1 -1
  894. pulumi_azure_native/machinelearningservices/v20240701preview/model_container.py +1 -1
  895. pulumi_azure_native/machinelearningservices/v20240701preview/model_version.py +1 -1
  896. pulumi_azure_native/machinelearningservices/v20240701preview/online_deployment.py +1 -1
  897. pulumi_azure_native/machinelearningservices/v20240701preview/online_endpoint.py +1 -1
  898. pulumi_azure_native/machinelearningservices/v20240701preview/private_endpoint_connection.py +1 -1
  899. pulumi_azure_native/machinelearningservices/v20240701preview/rai_policy.py +1 -1
  900. pulumi_azure_native/machinelearningservices/v20240701preview/registry.py +1 -1
  901. pulumi_azure_native/machinelearningservices/v20240701preview/registry_code_container.py +1 -1
  902. pulumi_azure_native/machinelearningservices/v20240701preview/registry_code_version.py +1 -1
  903. pulumi_azure_native/machinelearningservices/v20240701preview/registry_component_container.py +1 -1
  904. pulumi_azure_native/machinelearningservices/v20240701preview/registry_component_version.py +1 -1
  905. pulumi_azure_native/machinelearningservices/v20240701preview/registry_data_container.py +1 -1
  906. pulumi_azure_native/machinelearningservices/v20240701preview/registry_data_version.py +1 -1
  907. pulumi_azure_native/machinelearningservices/v20240701preview/registry_environment_container.py +1 -1
  908. pulumi_azure_native/machinelearningservices/v20240701preview/registry_environment_version.py +1 -1
  909. pulumi_azure_native/machinelearningservices/v20240701preview/registry_model_container.py +1 -1
  910. pulumi_azure_native/machinelearningservices/v20240701preview/registry_model_version.py +1 -1
  911. pulumi_azure_native/machinelearningservices/v20240701preview/schedule.py +1 -1
  912. pulumi_azure_native/machinelearningservices/v20240701preview/serverless_endpoint.py +1 -1
  913. pulumi_azure_native/machinelearningservices/v20240701preview/workspace.py +1 -1
  914. pulumi_azure_native/machinelearningservices/v20240701preview/workspace_connection.py +1 -1
  915. pulumi_azure_native/machinelearningservices/v20241001/__init__.py +101 -0
  916. pulumi_azure_native/machinelearningservices/v20241001/_enums.py +2062 -0
  917. pulumi_azure_native/machinelearningservices/v20241001/_inputs.py +34752 -0
  918. pulumi_azure_native/machinelearningservices/v20241001/batch_deployment.py +386 -0
  919. pulumi_azure_native/machinelearningservices/v20241001/batch_endpoint.py +365 -0
  920. pulumi_azure_native/machinelearningservices/v20241001/code_container.py +220 -0
  921. pulumi_azure_native/machinelearningservices/v20241001/code_version.py +241 -0
  922. pulumi_azure_native/machinelearningservices/v20241001/component_container.py +220 -0
  923. pulumi_azure_native/machinelearningservices/v20241001/component_version.py +241 -0
  924. pulumi_azure_native/machinelearningservices/v20241001/compute.py +337 -0
  925. pulumi_azure_native/machinelearningservices/v20241001/data_container.py +221 -0
  926. pulumi_azure_native/machinelearningservices/v20241001/data_version.py +241 -0
  927. pulumi_azure_native/machinelearningservices/v20241001/datastore.py +241 -0
  928. pulumi_azure_native/machinelearningservices/v20241001/environment_container.py +220 -0
  929. pulumi_azure_native/machinelearningservices/v20241001/environment_version.py +242 -0
  930. pulumi_azure_native/machinelearningservices/v20241001/featureset_container_entity.py +220 -0
  931. pulumi_azure_native/machinelearningservices/v20241001/featureset_version.py +242 -0
  932. pulumi_azure_native/machinelearningservices/v20241001/featurestore_entity_container_entity.py +220 -0
  933. pulumi_azure_native/machinelearningservices/v20241001/featurestore_entity_version.py +242 -0
  934. pulumi_azure_native/machinelearningservices/v20241001/get_batch_deployment.py +220 -0
  935. pulumi_azure_native/machinelearningservices/v20241001/get_batch_endpoint.py +214 -0
  936. pulumi_azure_native/machinelearningservices/v20241001/get_code_container.py +149 -0
  937. pulumi_azure_native/machinelearningservices/v20241001/get_code_version.py +155 -0
  938. pulumi_azure_native/machinelearningservices/v20241001/get_component_container.py +149 -0
  939. pulumi_azure_native/machinelearningservices/v20241001/get_component_version.py +155 -0
  940. pulumi_azure_native/machinelearningservices/v20241001/get_compute.py +205 -0
  941. pulumi_azure_native/machinelearningservices/v20241001/get_data_container.py +149 -0
  942. pulumi_azure_native/machinelearningservices/v20241001/get_data_version.py +155 -0
  943. pulumi_azure_native/machinelearningservices/v20241001/get_datastore.py +149 -0
  944. pulumi_azure_native/machinelearningservices/v20241001/get_environment_container.py +149 -0
  945. pulumi_azure_native/machinelearningservices/v20241001/get_environment_version.py +155 -0
  946. pulumi_azure_native/machinelearningservices/v20241001/get_featureset_container_entity.py +149 -0
  947. pulumi_azure_native/machinelearningservices/v20241001/get_featureset_version.py +155 -0
  948. pulumi_azure_native/machinelearningservices/v20241001/get_featurestore_entity_container_entity.py +149 -0
  949. pulumi_azure_native/machinelearningservices/v20241001/get_featurestore_entity_version.py +155 -0
  950. pulumi_azure_native/machinelearningservices/v20241001/get_job.py +149 -0
  951. pulumi_azure_native/machinelearningservices/v20241001/get_managed_network_settings_rule.py +149 -0
  952. pulumi_azure_native/machinelearningservices/v20241001/get_marketplace_subscription.py +149 -0
  953. pulumi_azure_native/machinelearningservices/v20241001/get_model_container.py +149 -0
  954. pulumi_azure_native/machinelearningservices/v20241001/get_model_version.py +155 -0
  955. pulumi_azure_native/machinelearningservices/v20241001/get_online_deployment.py +220 -0
  956. pulumi_azure_native/machinelearningservices/v20241001/get_online_deployment_logs.py +106 -0
  957. pulumi_azure_native/machinelearningservices/v20241001/get_online_endpoint.py +214 -0
  958. pulumi_azure_native/machinelearningservices/v20241001/get_online_endpoint_token.py +134 -0
  959. pulumi_azure_native/machinelearningservices/v20241001/get_private_endpoint_connection.py +233 -0
  960. pulumi_azure_native/machinelearningservices/v20241001/get_registry.py +208 -0
  961. pulumi_azure_native/machinelearningservices/v20241001/get_registry_code_container.py +149 -0
  962. pulumi_azure_native/machinelearningservices/v20241001/get_registry_code_version.py +155 -0
  963. pulumi_azure_native/machinelearningservices/v20241001/get_registry_component_container.py +149 -0
  964. pulumi_azure_native/machinelearningservices/v20241001/get_registry_component_version.py +155 -0
  965. pulumi_azure_native/machinelearningservices/v20241001/get_registry_data_container.py +149 -0
  966. pulumi_azure_native/machinelearningservices/v20241001/get_registry_data_version.py +155 -0
  967. pulumi_azure_native/machinelearningservices/v20241001/get_registry_environment_container.py +149 -0
  968. pulumi_azure_native/machinelearningservices/v20241001/get_registry_environment_version.py +155 -0
  969. pulumi_azure_native/machinelearningservices/v20241001/get_registry_model_container.py +149 -0
  970. pulumi_azure_native/machinelearningservices/v20241001/get_registry_model_version.py +155 -0
  971. pulumi_azure_native/machinelearningservices/v20241001/get_schedule.py +149 -0
  972. pulumi_azure_native/machinelearningservices/v20241001/get_serverless_endpoint.py +214 -0
  973. pulumi_azure_native/machinelearningservices/v20241001/get_workspace.py +635 -0
  974. pulumi_azure_native/machinelearningservices/v20241001/get_workspace_connection.py +141 -0
  975. pulumi_azure_native/machinelearningservices/v20241001/job.py +222 -0
  976. pulumi_azure_native/machinelearningservices/v20241001/list_batch_endpoint_keys.py +106 -0
  977. pulumi_azure_native/machinelearningservices/v20241001/list_compute_keys.py +92 -0
  978. pulumi_azure_native/machinelearningservices/v20241001/list_compute_nodes.py +107 -0
  979. pulumi_azure_native/machinelearningservices/v20241001/list_datastore_secrets.py +92 -0
  980. pulumi_azure_native/machinelearningservices/v20241001/list_online_endpoint_keys.py +106 -0
  981. pulumi_azure_native/machinelearningservices/v20241001/list_serverless_endpoint_keys.py +106 -0
  982. pulumi_azure_native/machinelearningservices/v20241001/list_workspace_connection_secrets.py +141 -0
  983. pulumi_azure_native/machinelearningservices/v20241001/list_workspace_keys.py +125 -0
  984. pulumi_azure_native/machinelearningservices/v20241001/list_workspace_notebook_access_token.py +157 -0
  985. pulumi_azure_native/machinelearningservices/v20241001/list_workspace_notebook_keys.py +91 -0
  986. pulumi_azure_native/machinelearningservices/v20241001/list_workspace_storage_account_keys.py +80 -0
  987. pulumi_azure_native/machinelearningservices/v20241001/managed_network_settings_rule.py +222 -0
  988. pulumi_azure_native/machinelearningservices/v20241001/marketplace_subscription.py +220 -0
  989. pulumi_azure_native/machinelearningservices/v20241001/model_container.py +220 -0
  990. pulumi_azure_native/machinelearningservices/v20241001/model_version.py +241 -0
  991. pulumi_azure_native/machinelearningservices/v20241001/online_deployment.py +386 -0
  992. pulumi_azure_native/machinelearningservices/v20241001/online_endpoint.py +365 -0
  993. pulumi_azure_native/machinelearningservices/v20241001/outputs.py +30173 -0
  994. pulumi_azure_native/machinelearningservices/v20241001/private_endpoint_connection.py +358 -0
  995. pulumi_azure_native/machinelearningservices/v20241001/registry.py +344 -0
  996. pulumi_azure_native/machinelearningservices/v20241001/registry_code_container.py +221 -0
  997. pulumi_azure_native/machinelearningservices/v20241001/registry_code_version.py +242 -0
  998. pulumi_azure_native/machinelearningservices/v20241001/registry_component_container.py +221 -0
  999. pulumi_azure_native/machinelearningservices/v20241001/registry_component_version.py +242 -0
  1000. pulumi_azure_native/machinelearningservices/v20241001/registry_data_container.py +221 -0
  1001. pulumi_azure_native/machinelearningservices/v20241001/registry_data_version.py +241 -0
  1002. pulumi_azure_native/machinelearningservices/v20241001/registry_environment_container.py +221 -0
  1003. pulumi_azure_native/machinelearningservices/v20241001/registry_environment_version.py +243 -0
  1004. pulumi_azure_native/machinelearningservices/v20241001/registry_model_container.py +221 -0
  1005. pulumi_azure_native/machinelearningservices/v20241001/registry_model_version.py +242 -0
  1006. pulumi_azure_native/machinelearningservices/v20241001/schedule.py +221 -0
  1007. pulumi_azure_native/machinelearningservices/v20241001/serverless_endpoint.py +364 -0
  1008. pulumi_azure_native/machinelearningservices/v20241001/workspace.py +1053 -0
  1009. pulumi_azure_native/machinelearningservices/v20241001/workspace_connection.py +212 -0
  1010. pulumi_azure_native/machinelearningservices/v20241001preview/__init__.py +127 -0
  1011. pulumi_azure_native/machinelearningservices/v20241001preview/_enums.py +2193 -0
  1012. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +38072 -0
  1013. pulumi_azure_native/machinelearningservices/v20241001preview/batch_deployment.py +386 -0
  1014. pulumi_azure_native/machinelearningservices/v20241001preview/batch_endpoint.py +365 -0
  1015. pulumi_azure_native/machinelearningservices/v20241001preview/capability_host.py +221 -0
  1016. pulumi_azure_native/machinelearningservices/v20241001preview/code_container.py +220 -0
  1017. pulumi_azure_native/machinelearningservices/v20241001preview/code_version.py +241 -0
  1018. pulumi_azure_native/machinelearningservices/v20241001preview/component_container.py +220 -0
  1019. pulumi_azure_native/machinelearningservices/v20241001preview/component_version.py +241 -0
  1020. pulumi_azure_native/machinelearningservices/v20241001preview/compute.py +337 -0
  1021. pulumi_azure_native/machinelearningservices/v20241001preview/connection_deployment.py +253 -0
  1022. pulumi_azure_native/machinelearningservices/v20241001preview/connection_rai_blocklist.py +260 -0
  1023. pulumi_azure_native/machinelearningservices/v20241001preview/connection_rai_blocklist_item.py +281 -0
  1024. pulumi_azure_native/machinelearningservices/v20241001preview/connection_rai_policy.py +263 -0
  1025. pulumi_azure_native/machinelearningservices/v20241001preview/data_container.py +221 -0
  1026. pulumi_azure_native/machinelearningservices/v20241001preview/data_version.py +241 -0
  1027. pulumi_azure_native/machinelearningservices/v20241001preview/datastore.py +241 -0
  1028. pulumi_azure_native/machinelearningservices/v20241001preview/endpoint_deployment.py +233 -0
  1029. pulumi_azure_native/machinelearningservices/v20241001preview/environment_container.py +220 -0
  1030. pulumi_azure_native/machinelearningservices/v20241001preview/environment_version.py +242 -0
  1031. pulumi_azure_native/machinelearningservices/v20241001preview/featureset_container_entity.py +220 -0
  1032. pulumi_azure_native/machinelearningservices/v20241001preview/featureset_version.py +242 -0
  1033. pulumi_azure_native/machinelearningservices/v20241001preview/featurestore_entity_container_entity.py +220 -0
  1034. pulumi_azure_native/machinelearningservices/v20241001preview/featurestore_entity_version.py +242 -0
  1035. pulumi_azure_native/machinelearningservices/v20241001preview/get_batch_deployment.py +220 -0
  1036. pulumi_azure_native/machinelearningservices/v20241001preview/get_batch_endpoint.py +214 -0
  1037. pulumi_azure_native/machinelearningservices/v20241001preview/get_capability_host.py +149 -0
  1038. pulumi_azure_native/machinelearningservices/v20241001preview/get_code_container.py +149 -0
  1039. pulumi_azure_native/machinelearningservices/v20241001preview/get_code_version.py +155 -0
  1040. pulumi_azure_native/machinelearningservices/v20241001preview/get_component_container.py +149 -0
  1041. pulumi_azure_native/machinelearningservices/v20241001preview/get_component_version.py +155 -0
  1042. pulumi_azure_native/machinelearningservices/v20241001preview/get_compute.py +205 -0
  1043. pulumi_azure_native/machinelearningservices/v20241001preview/get_compute_allowed_resize_sizes.py +93 -0
  1044. pulumi_azure_native/machinelearningservices/v20241001preview/get_connection_deployment.py +147 -0
  1045. pulumi_azure_native/machinelearningservices/v20241001preview/get_connection_rai_blocklist.py +150 -0
  1046. pulumi_azure_native/machinelearningservices/v20241001preview/get_connection_rai_blocklist_item.py +156 -0
  1047. pulumi_azure_native/machinelearningservices/v20241001preview/get_connection_rai_policy.py +155 -0
  1048. pulumi_azure_native/machinelearningservices/v20241001preview/get_data_container.py +149 -0
  1049. pulumi_azure_native/machinelearningservices/v20241001preview/get_data_version.py +155 -0
  1050. pulumi_azure_native/machinelearningservices/v20241001preview/get_datastore.py +149 -0
  1051. pulumi_azure_native/machinelearningservices/v20241001preview/get_endpoint_deployment.py +147 -0
  1052. pulumi_azure_native/machinelearningservices/v20241001preview/get_environment_container.py +149 -0
  1053. pulumi_azure_native/machinelearningservices/v20241001preview/get_environment_version.py +155 -0
  1054. pulumi_azure_native/machinelearningservices/v20241001preview/get_featureset_container_entity.py +149 -0
  1055. pulumi_azure_native/machinelearningservices/v20241001preview/get_featureset_version.py +155 -0
  1056. pulumi_azure_native/machinelearningservices/v20241001preview/get_featurestore_entity_container_entity.py +149 -0
  1057. pulumi_azure_native/machinelearningservices/v20241001preview/get_featurestore_entity_version.py +155 -0
  1058. pulumi_azure_native/machinelearningservices/v20241001preview/get_inference_endpoint.py +220 -0
  1059. pulumi_azure_native/machinelearningservices/v20241001preview/get_inference_group.py +220 -0
  1060. pulumi_azure_native/machinelearningservices/v20241001preview/get_inference_group_delta_models_status_async.py +167 -0
  1061. pulumi_azure_native/machinelearningservices/v20241001preview/get_inference_group_status.py +122 -0
  1062. pulumi_azure_native/machinelearningservices/v20241001preview/get_inference_pool.py +214 -0
  1063. pulumi_azure_native/machinelearningservices/v20241001preview/get_job.py +149 -0
  1064. pulumi_azure_native/machinelearningservices/v20241001preview/get_managed_network_settings_rule.py +144 -0
  1065. pulumi_azure_native/machinelearningservices/v20241001preview/get_marketplace_subscription.py +149 -0
  1066. pulumi_azure_native/machinelearningservices/v20241001preview/get_model_container.py +149 -0
  1067. pulumi_azure_native/machinelearningservices/v20241001preview/get_model_version.py +155 -0
  1068. pulumi_azure_native/machinelearningservices/v20241001preview/get_online_deployment.py +220 -0
  1069. pulumi_azure_native/machinelearningservices/v20241001preview/get_online_deployment_logs.py +106 -0
  1070. pulumi_azure_native/machinelearningservices/v20241001preview/get_online_endpoint.py +214 -0
  1071. pulumi_azure_native/machinelearningservices/v20241001preview/get_online_endpoint_token.py +134 -0
  1072. pulumi_azure_native/machinelearningservices/v20241001preview/get_private_endpoint_connection.py +230 -0
  1073. pulumi_azure_native/machinelearningservices/v20241001preview/get_rai_policy.py +155 -0
  1074. pulumi_azure_native/machinelearningservices/v20241001preview/get_registry.py +208 -0
  1075. pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_code_container.py +149 -0
  1076. pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_code_version.py +155 -0
  1077. pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_component_container.py +149 -0
  1078. pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_component_version.py +155 -0
  1079. pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_data_container.py +149 -0
  1080. pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_data_version.py +155 -0
  1081. pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_environment_container.py +149 -0
  1082. pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_environment_version.py +155 -0
  1083. pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_model_container.py +149 -0
  1084. pulumi_azure_native/machinelearningservices/v20241001preview/get_registry_model_version.py +155 -0
  1085. pulumi_azure_native/machinelearningservices/v20241001preview/get_schedule.py +149 -0
  1086. pulumi_azure_native/machinelearningservices/v20241001preview/get_serverless_endpoint.py +214 -0
  1087. pulumi_azure_native/machinelearningservices/v20241001preview/get_workspace.py +807 -0
  1088. pulumi_azure_native/machinelearningservices/v20241001preview/get_workspace_connection.py +141 -0
  1089. pulumi_azure_native/machinelearningservices/v20241001preview/inference_endpoint.py +386 -0
  1090. pulumi_azure_native/machinelearningservices/v20241001preview/inference_group.py +386 -0
  1091. pulumi_azure_native/machinelearningservices/v20241001preview/inference_pool.py +365 -0
  1092. pulumi_azure_native/machinelearningservices/v20241001preview/job.py +222 -0
  1093. pulumi_azure_native/machinelearningservices/v20241001preview/list_batch_endpoint_keys.py +106 -0
  1094. pulumi_azure_native/machinelearningservices/v20241001preview/list_compute_keys.py +92 -0
  1095. pulumi_azure_native/machinelearningservices/v20241001preview/list_compute_nodes.py +107 -0
  1096. pulumi_azure_native/machinelearningservices/v20241001preview/list_connection_all_models.py +96 -0
  1097. pulumi_azure_native/machinelearningservices/v20241001preview/list_datastore_secrets.py +104 -0
  1098. pulumi_azure_native/machinelearningservices/v20241001preview/list_endpoint_keys.py +88 -0
  1099. pulumi_azure_native/machinelearningservices/v20241001preview/list_inference_group_delta_models_async.py +130 -0
  1100. pulumi_azure_native/machinelearningservices/v20241001preview/list_online_endpoint_keys.py +106 -0
  1101. pulumi_azure_native/machinelearningservices/v20241001preview/list_serverless_endpoint_keys.py +106 -0
  1102. pulumi_azure_native/machinelearningservices/v20241001preview/list_workspace_connection_secrets.py +141 -0
  1103. pulumi_azure_native/machinelearningservices/v20241001preview/list_workspace_keys.py +132 -0
  1104. pulumi_azure_native/machinelearningservices/v20241001preview/list_workspace_notebook_access_token.py +155 -0
  1105. pulumi_azure_native/machinelearningservices/v20241001preview/list_workspace_notebook_keys.py +95 -0
  1106. pulumi_azure_native/machinelearningservices/v20241001preview/list_workspace_storage_account_keys.py +81 -0
  1107. pulumi_azure_native/machinelearningservices/v20241001preview/managed_network_settings_rule.py +220 -0
  1108. pulumi_azure_native/machinelearningservices/v20241001preview/marketplace_subscription.py +220 -0
  1109. pulumi_azure_native/machinelearningservices/v20241001preview/model_container.py +220 -0
  1110. pulumi_azure_native/machinelearningservices/v20241001preview/model_version.py +241 -0
  1111. pulumi_azure_native/machinelearningservices/v20241001preview/online_deployment.py +386 -0
  1112. pulumi_azure_native/machinelearningservices/v20241001preview/online_endpoint.py +365 -0
  1113. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +33976 -0
  1114. pulumi_azure_native/machinelearningservices/v20241001preview/private_endpoint_connection.py +368 -0
  1115. pulumi_azure_native/machinelearningservices/v20241001preview/rai_policy.py +263 -0
  1116. pulumi_azure_native/machinelearningservices/v20241001preview/registry.py +344 -0
  1117. pulumi_azure_native/machinelearningservices/v20241001preview/registry_code_container.py +221 -0
  1118. pulumi_azure_native/machinelearningservices/v20241001preview/registry_code_version.py +242 -0
  1119. pulumi_azure_native/machinelearningservices/v20241001preview/registry_component_container.py +221 -0
  1120. pulumi_azure_native/machinelearningservices/v20241001preview/registry_component_version.py +242 -0
  1121. pulumi_azure_native/machinelearningservices/v20241001preview/registry_data_container.py +221 -0
  1122. pulumi_azure_native/machinelearningservices/v20241001preview/registry_data_version.py +241 -0
  1123. pulumi_azure_native/machinelearningservices/v20241001preview/registry_environment_container.py +221 -0
  1124. pulumi_azure_native/machinelearningservices/v20241001preview/registry_environment_version.py +243 -0
  1125. pulumi_azure_native/machinelearningservices/v20241001preview/registry_model_container.py +221 -0
  1126. pulumi_azure_native/machinelearningservices/v20241001preview/registry_model_version.py +242 -0
  1127. pulumi_azure_native/machinelearningservices/v20241001preview/schedule.py +221 -0
  1128. pulumi_azure_native/machinelearningservices/v20241001preview/serverless_endpoint.py +364 -0
  1129. pulumi_azure_native/machinelearningservices/v20241001preview/workspace.py +1364 -0
  1130. pulumi_azure_native/machinelearningservices/v20241001preview/workspace_connection.py +212 -0
  1131. pulumi_azure_native/machinelearningservices/workspace.py +3 -3
  1132. pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
  1133. pulumi_azure_native/pulumi-plugin.json +1 -1
  1134. {pulumi_azure_native-2.69.0a1730143300.dist-info → pulumi_azure_native-2.70.0.dist-info}/METADATA +1 -1
  1135. {pulumi_azure_native-2.69.0a1730143300.dist-info → pulumi_azure_native-2.70.0.dist-info}/RECORD +1137 -809
  1136. {pulumi_azure_native-2.69.0a1730143300.dist-info → pulumi_azure_native-2.70.0.dist-info}/WHEEL +1 -1
  1137. {pulumi_azure_native-2.69.0a1730143300.dist-info → pulumi_azure_native-2.70.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2740 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AdditionalCacheNodePropertiesResponse',
21
+ 'AdditionalCustomerPropertiesResponse',
22
+ 'BgpCidrsConfigurationResponse',
23
+ 'BgpConfigurationResponse',
24
+ 'CacheNodeDriveConfigurationResponse',
25
+ 'CacheNodeEntityResponse',
26
+ 'CacheNodeInstallPropertiesResponse',
27
+ 'CacheNodeOldResponseResponse',
28
+ 'CacheNodePropertyResponse',
29
+ 'CustomerEntityResponse',
30
+ 'CustomerPropertyResponse',
31
+ 'ErrorAdditionalInfoResponse',
32
+ 'ErrorDetailResponse',
33
+ 'ProxyUrlConfigurationResponse',
34
+ 'SystemDataResponse',
35
+ ]
36
+
37
+ @pulumi.output_type
38
+ class AdditionalCacheNodePropertiesResponse(dict):
39
+ """
40
+ Model representing cache node for connected cache resource
41
+ """
42
+ @staticmethod
43
+ def __key_warning(key: str):
44
+ suggest = None
45
+ if key == "aggregatedStatusCode":
46
+ suggest = "aggregated_status_code"
47
+ elif key == "aggregatedStatusDetails":
48
+ suggest = "aggregated_status_details"
49
+ elif key == "aggregatedStatusText":
50
+ suggest = "aggregated_status_text"
51
+ elif key == "autoUpdateAppliedVersion":
52
+ suggest = "auto_update_applied_version"
53
+ elif key == "autoUpdateLastAppliedDateTime":
54
+ suggest = "auto_update_last_applied_date_time"
55
+ elif key == "autoUpdateLastAppliedDetails":
56
+ suggest = "auto_update_last_applied_details"
57
+ elif key == "autoUpdateLastAppliedState":
58
+ suggest = "auto_update_last_applied_state"
59
+ elif key == "autoUpdateLastTriggeredDateTime":
60
+ suggest = "auto_update_last_triggered_date_time"
61
+ elif key == "autoUpdateNextAvailableDateTime":
62
+ suggest = "auto_update_next_available_date_time"
63
+ elif key == "autoUpdateNextAvailableVersion":
64
+ suggest = "auto_update_next_available_version"
65
+ elif key == "cacheNodeState":
66
+ suggest = "cache_node_state"
67
+ elif key == "cacheNodeStateDetailedText":
68
+ suggest = "cache_node_state_detailed_text"
69
+ elif key == "cacheNodeStateShortText":
70
+ suggest = "cache_node_state_short_text"
71
+ elif key == "isProvisioned":
72
+ suggest = "is_provisioned"
73
+ elif key == "productVersion":
74
+ suggest = "product_version"
75
+ elif key == "autoUpdateVersion":
76
+ suggest = "auto_update_version"
77
+ elif key == "bgpConfiguration":
78
+ suggest = "bgp_configuration"
79
+ elif key == "cacheNodePropertiesDetailsIssuesList":
80
+ suggest = "cache_node_properties_details_issues_list"
81
+ elif key == "driveConfiguration":
82
+ suggest = "drive_configuration"
83
+ elif key == "isProxyRequired":
84
+ suggest = "is_proxy_required"
85
+ elif key == "optionalProperty1":
86
+ suggest = "optional_property1"
87
+ elif key == "optionalProperty2":
88
+ suggest = "optional_property2"
89
+ elif key == "optionalProperty3":
90
+ suggest = "optional_property3"
91
+ elif key == "optionalProperty4":
92
+ suggest = "optional_property4"
93
+ elif key == "optionalProperty5":
94
+ suggest = "optional_property5"
95
+ elif key == "osType":
96
+ suggest = "os_type"
97
+ elif key == "proxyUrl":
98
+ suggest = "proxy_url"
99
+ elif key == "proxyUrlConfiguration":
100
+ suggest = "proxy_url_configuration"
101
+ elif key == "updateCycleType":
102
+ suggest = "update_cycle_type"
103
+ elif key == "updateInfoDetails":
104
+ suggest = "update_info_details"
105
+ elif key == "updateRequestedDateTime":
106
+ suggest = "update_requested_date_time"
107
+
108
+ if suggest:
109
+ pulumi.log.warn(f"Key '{key}' not found in AdditionalCacheNodePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
110
+
111
+ def __getitem__(self, key: str) -> Any:
112
+ AdditionalCacheNodePropertiesResponse.__key_warning(key)
113
+ return super().__getitem__(key)
114
+
115
+ def get(self, key: str, default = None) -> Any:
116
+ AdditionalCacheNodePropertiesResponse.__key_warning(key)
117
+ return super().get(key, default)
118
+
119
+ def __init__(__self__, *,
120
+ aggregated_status_code: int,
121
+ aggregated_status_details: str,
122
+ aggregated_status_text: str,
123
+ auto_update_applied_version: str,
124
+ auto_update_last_applied_date_time: str,
125
+ auto_update_last_applied_details: str,
126
+ auto_update_last_applied_state: str,
127
+ auto_update_last_triggered_date_time: str,
128
+ auto_update_next_available_date_time: str,
129
+ auto_update_next_available_version: str,
130
+ cache_node_state: int,
131
+ cache_node_state_detailed_text: str,
132
+ cache_node_state_short_text: str,
133
+ is_provisioned: bool,
134
+ product_version: str,
135
+ auto_update_version: Optional[str] = None,
136
+ bgp_configuration: Optional['outputs.BgpConfigurationResponse'] = None,
137
+ cache_node_properties_details_issues_list: Optional[Sequence[str]] = None,
138
+ drive_configuration: Optional[Sequence['outputs.CacheNodeDriveConfigurationResponse']] = None,
139
+ is_proxy_required: Optional[str] = None,
140
+ optional_property1: Optional[str] = None,
141
+ optional_property2: Optional[str] = None,
142
+ optional_property3: Optional[str] = None,
143
+ optional_property4: Optional[str] = None,
144
+ optional_property5: Optional[str] = None,
145
+ os_type: Optional[str] = None,
146
+ proxy_url: Optional[str] = None,
147
+ proxy_url_configuration: Optional['outputs.ProxyUrlConfigurationResponse'] = None,
148
+ update_cycle_type: Optional[str] = None,
149
+ update_info_details: Optional[str] = None,
150
+ update_requested_date_time: Optional[str] = None):
151
+ """
152
+ Model representing cache node for connected cache resource
153
+ :param int aggregated_status_code: Cache node resource aggregated status code.
154
+ :param str aggregated_status_details: Cache node resource aggregated status details.
155
+ :param str aggregated_status_text: Cache node resource aggregated status text.
156
+ :param str auto_update_applied_version: Auto update version that is the applied to update on mcc cache node
157
+ :param str auto_update_last_applied_date_time: Auto update last applied date time of mcc install
158
+ :param str auto_update_last_applied_details: Auto Update status details from the backend after applying the new version details
159
+ :param str auto_update_last_applied_state: Last applied auto update state for mcc install of auto update cycle
160
+ :param str auto_update_last_triggered_date_time: Auto update last triggered date time of mcc install
161
+ :param str auto_update_next_available_date_time: Auto update last applied date time of mcc install
162
+ :param str auto_update_next_available_version: Auto update version that is the Next available version to update on mcc cache node
163
+ :param int cache_node_state: Cache node resource state as integer.
164
+ :param str cache_node_state_detailed_text: Cache node resource detailed state text.
165
+ :param str cache_node_state_short_text: Cache node resource short state text.
166
+ :param bool is_provisioned: Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
167
+ :param str product_version: Cache node resource Mcc product version.
168
+ :param str auto_update_version: Auto update or fast update version
169
+ :param 'BgpConfigurationResponse' bgp_configuration: Cache node resource Bgp configuration.
170
+ :param Sequence[str] cache_node_properties_details_issues_list: issues list to return the issues as part of the additional cache node properties
171
+ :param Sequence['CacheNodeDriveConfigurationResponse'] drive_configuration: Cache node resource drive configurations.
172
+ :param str is_proxy_required: Cache node resource requires a proxy
173
+ :param str optional_property1: Optional property #1 of Mcc response object
174
+ :param str optional_property2: Optional property #2 of Mcc response object
175
+ :param str optional_property3: Optional property #3 of Mcc response object
176
+ :param str optional_property4: Optional property #4 of Mcc response object
177
+ :param str optional_property5: Optional property #5 of Mcc response object
178
+ :param str os_type: Operating system of the cache node
179
+ :param str proxy_url: Cache node resource Mcc proxy Url
180
+ :param 'ProxyUrlConfigurationResponse' proxy_url_configuration: proxyUrl configuration of the cache node
181
+ :param str update_cycle_type: Update Cycle Type
182
+ :param str update_info_details: Update related information details
183
+ :param str update_requested_date_time: customer requested date time for mcc install of update cycle
184
+ """
185
+ pulumi.set(__self__, "aggregated_status_code", aggregated_status_code)
186
+ pulumi.set(__self__, "aggregated_status_details", aggregated_status_details)
187
+ pulumi.set(__self__, "aggregated_status_text", aggregated_status_text)
188
+ pulumi.set(__self__, "auto_update_applied_version", auto_update_applied_version)
189
+ pulumi.set(__self__, "auto_update_last_applied_date_time", auto_update_last_applied_date_time)
190
+ pulumi.set(__self__, "auto_update_last_applied_details", auto_update_last_applied_details)
191
+ pulumi.set(__self__, "auto_update_last_applied_state", auto_update_last_applied_state)
192
+ pulumi.set(__self__, "auto_update_last_triggered_date_time", auto_update_last_triggered_date_time)
193
+ pulumi.set(__self__, "auto_update_next_available_date_time", auto_update_next_available_date_time)
194
+ pulumi.set(__self__, "auto_update_next_available_version", auto_update_next_available_version)
195
+ pulumi.set(__self__, "cache_node_state", cache_node_state)
196
+ pulumi.set(__self__, "cache_node_state_detailed_text", cache_node_state_detailed_text)
197
+ pulumi.set(__self__, "cache_node_state_short_text", cache_node_state_short_text)
198
+ pulumi.set(__self__, "is_provisioned", is_provisioned)
199
+ pulumi.set(__self__, "product_version", product_version)
200
+ if auto_update_version is not None:
201
+ pulumi.set(__self__, "auto_update_version", auto_update_version)
202
+ if bgp_configuration is not None:
203
+ pulumi.set(__self__, "bgp_configuration", bgp_configuration)
204
+ if cache_node_properties_details_issues_list is not None:
205
+ pulumi.set(__self__, "cache_node_properties_details_issues_list", cache_node_properties_details_issues_list)
206
+ if drive_configuration is not None:
207
+ pulumi.set(__self__, "drive_configuration", drive_configuration)
208
+ if is_proxy_required is not None:
209
+ pulumi.set(__self__, "is_proxy_required", is_proxy_required)
210
+ if optional_property1 is not None:
211
+ pulumi.set(__self__, "optional_property1", optional_property1)
212
+ if optional_property2 is not None:
213
+ pulumi.set(__self__, "optional_property2", optional_property2)
214
+ if optional_property3 is not None:
215
+ pulumi.set(__self__, "optional_property3", optional_property3)
216
+ if optional_property4 is not None:
217
+ pulumi.set(__self__, "optional_property4", optional_property4)
218
+ if optional_property5 is not None:
219
+ pulumi.set(__self__, "optional_property5", optional_property5)
220
+ if os_type is not None:
221
+ pulumi.set(__self__, "os_type", os_type)
222
+ if proxy_url is not None:
223
+ pulumi.set(__self__, "proxy_url", proxy_url)
224
+ if proxy_url_configuration is not None:
225
+ pulumi.set(__self__, "proxy_url_configuration", proxy_url_configuration)
226
+ if update_cycle_type is not None:
227
+ pulumi.set(__self__, "update_cycle_type", update_cycle_type)
228
+ if update_info_details is not None:
229
+ pulumi.set(__self__, "update_info_details", update_info_details)
230
+ if update_requested_date_time is not None:
231
+ pulumi.set(__self__, "update_requested_date_time", update_requested_date_time)
232
+
233
+ @property
234
+ @pulumi.getter(name="aggregatedStatusCode")
235
+ def aggregated_status_code(self) -> int:
236
+ """
237
+ Cache node resource aggregated status code.
238
+ """
239
+ return pulumi.get(self, "aggregated_status_code")
240
+
241
+ @property
242
+ @pulumi.getter(name="aggregatedStatusDetails")
243
+ def aggregated_status_details(self) -> str:
244
+ """
245
+ Cache node resource aggregated status details.
246
+ """
247
+ return pulumi.get(self, "aggregated_status_details")
248
+
249
+ @property
250
+ @pulumi.getter(name="aggregatedStatusText")
251
+ def aggregated_status_text(self) -> str:
252
+ """
253
+ Cache node resource aggregated status text.
254
+ """
255
+ return pulumi.get(self, "aggregated_status_text")
256
+
257
+ @property
258
+ @pulumi.getter(name="autoUpdateAppliedVersion")
259
+ def auto_update_applied_version(self) -> str:
260
+ """
261
+ Auto update version that is the applied to update on mcc cache node
262
+ """
263
+ return pulumi.get(self, "auto_update_applied_version")
264
+
265
+ @property
266
+ @pulumi.getter(name="autoUpdateLastAppliedDateTime")
267
+ def auto_update_last_applied_date_time(self) -> str:
268
+ """
269
+ Auto update last applied date time of mcc install
270
+ """
271
+ return pulumi.get(self, "auto_update_last_applied_date_time")
272
+
273
+ @property
274
+ @pulumi.getter(name="autoUpdateLastAppliedDetails")
275
+ def auto_update_last_applied_details(self) -> str:
276
+ """
277
+ Auto Update status details from the backend after applying the new version details
278
+ """
279
+ return pulumi.get(self, "auto_update_last_applied_details")
280
+
281
+ @property
282
+ @pulumi.getter(name="autoUpdateLastAppliedState")
283
+ def auto_update_last_applied_state(self) -> str:
284
+ """
285
+ Last applied auto update state for mcc install of auto update cycle
286
+ """
287
+ return pulumi.get(self, "auto_update_last_applied_state")
288
+
289
+ @property
290
+ @pulumi.getter(name="autoUpdateLastTriggeredDateTime")
291
+ def auto_update_last_triggered_date_time(self) -> str:
292
+ """
293
+ Auto update last triggered date time of mcc install
294
+ """
295
+ return pulumi.get(self, "auto_update_last_triggered_date_time")
296
+
297
+ @property
298
+ @pulumi.getter(name="autoUpdateNextAvailableDateTime")
299
+ def auto_update_next_available_date_time(self) -> str:
300
+ """
301
+ Auto update last applied date time of mcc install
302
+ """
303
+ return pulumi.get(self, "auto_update_next_available_date_time")
304
+
305
+ @property
306
+ @pulumi.getter(name="autoUpdateNextAvailableVersion")
307
+ def auto_update_next_available_version(self) -> str:
308
+ """
309
+ Auto update version that is the Next available version to update on mcc cache node
310
+ """
311
+ return pulumi.get(self, "auto_update_next_available_version")
312
+
313
+ @property
314
+ @pulumi.getter(name="cacheNodeState")
315
+ def cache_node_state(self) -> int:
316
+ """
317
+ Cache node resource state as integer.
318
+ """
319
+ return pulumi.get(self, "cache_node_state")
320
+
321
+ @property
322
+ @pulumi.getter(name="cacheNodeStateDetailedText")
323
+ def cache_node_state_detailed_text(self) -> str:
324
+ """
325
+ Cache node resource detailed state text.
326
+ """
327
+ return pulumi.get(self, "cache_node_state_detailed_text")
328
+
329
+ @property
330
+ @pulumi.getter(name="cacheNodeStateShortText")
331
+ def cache_node_state_short_text(self) -> str:
332
+ """
333
+ Cache node resource short state text.
334
+ """
335
+ return pulumi.get(self, "cache_node_state_short_text")
336
+
337
+ @property
338
+ @pulumi.getter(name="isProvisioned")
339
+ def is_provisioned(self) -> bool:
340
+ """
341
+ Cache node resource flag indicating if cache node has been physically installed or provisioned on their physical lab.
342
+ """
343
+ return pulumi.get(self, "is_provisioned")
344
+
345
+ @property
346
+ @pulumi.getter(name="productVersion")
347
+ def product_version(self) -> str:
348
+ """
349
+ Cache node resource Mcc product version.
350
+ """
351
+ return pulumi.get(self, "product_version")
352
+
353
+ @property
354
+ @pulumi.getter(name="autoUpdateVersion")
355
+ def auto_update_version(self) -> Optional[str]:
356
+ """
357
+ Auto update or fast update version
358
+ """
359
+ return pulumi.get(self, "auto_update_version")
360
+
361
+ @property
362
+ @pulumi.getter(name="bgpConfiguration")
363
+ def bgp_configuration(self) -> Optional['outputs.BgpConfigurationResponse']:
364
+ """
365
+ Cache node resource Bgp configuration.
366
+ """
367
+ return pulumi.get(self, "bgp_configuration")
368
+
369
+ @property
370
+ @pulumi.getter(name="cacheNodePropertiesDetailsIssuesList")
371
+ def cache_node_properties_details_issues_list(self) -> Optional[Sequence[str]]:
372
+ """
373
+ issues list to return the issues as part of the additional cache node properties
374
+ """
375
+ return pulumi.get(self, "cache_node_properties_details_issues_list")
376
+
377
+ @property
378
+ @pulumi.getter(name="driveConfiguration")
379
+ def drive_configuration(self) -> Optional[Sequence['outputs.CacheNodeDriveConfigurationResponse']]:
380
+ """
381
+ Cache node resource drive configurations.
382
+ """
383
+ return pulumi.get(self, "drive_configuration")
384
+
385
+ @property
386
+ @pulumi.getter(name="isProxyRequired")
387
+ def is_proxy_required(self) -> Optional[str]:
388
+ """
389
+ Cache node resource requires a proxy
390
+ """
391
+ return pulumi.get(self, "is_proxy_required")
392
+
393
+ @property
394
+ @pulumi.getter(name="optionalProperty1")
395
+ def optional_property1(self) -> Optional[str]:
396
+ """
397
+ Optional property #1 of Mcc response object
398
+ """
399
+ return pulumi.get(self, "optional_property1")
400
+
401
+ @property
402
+ @pulumi.getter(name="optionalProperty2")
403
+ def optional_property2(self) -> Optional[str]:
404
+ """
405
+ Optional property #2 of Mcc response object
406
+ """
407
+ return pulumi.get(self, "optional_property2")
408
+
409
+ @property
410
+ @pulumi.getter(name="optionalProperty3")
411
+ def optional_property3(self) -> Optional[str]:
412
+ """
413
+ Optional property #3 of Mcc response object
414
+ """
415
+ return pulumi.get(self, "optional_property3")
416
+
417
+ @property
418
+ @pulumi.getter(name="optionalProperty4")
419
+ def optional_property4(self) -> Optional[str]:
420
+ """
421
+ Optional property #4 of Mcc response object
422
+ """
423
+ return pulumi.get(self, "optional_property4")
424
+
425
+ @property
426
+ @pulumi.getter(name="optionalProperty5")
427
+ def optional_property5(self) -> Optional[str]:
428
+ """
429
+ Optional property #5 of Mcc response object
430
+ """
431
+ return pulumi.get(self, "optional_property5")
432
+
433
+ @property
434
+ @pulumi.getter(name="osType")
435
+ def os_type(self) -> Optional[str]:
436
+ """
437
+ Operating system of the cache node
438
+ """
439
+ return pulumi.get(self, "os_type")
440
+
441
+ @property
442
+ @pulumi.getter(name="proxyUrl")
443
+ def proxy_url(self) -> Optional[str]:
444
+ """
445
+ Cache node resource Mcc proxy Url
446
+ """
447
+ return pulumi.get(self, "proxy_url")
448
+
449
+ @property
450
+ @pulumi.getter(name="proxyUrlConfiguration")
451
+ def proxy_url_configuration(self) -> Optional['outputs.ProxyUrlConfigurationResponse']:
452
+ """
453
+ proxyUrl configuration of the cache node
454
+ """
455
+ return pulumi.get(self, "proxy_url_configuration")
456
+
457
+ @property
458
+ @pulumi.getter(name="updateCycleType")
459
+ def update_cycle_type(self) -> Optional[str]:
460
+ """
461
+ Update Cycle Type
462
+ """
463
+ return pulumi.get(self, "update_cycle_type")
464
+
465
+ @property
466
+ @pulumi.getter(name="updateInfoDetails")
467
+ def update_info_details(self) -> Optional[str]:
468
+ """
469
+ Update related information details
470
+ """
471
+ return pulumi.get(self, "update_info_details")
472
+
473
+ @property
474
+ @pulumi.getter(name="updateRequestedDateTime")
475
+ def update_requested_date_time(self) -> Optional[str]:
476
+ """
477
+ customer requested date time for mcc install of update cycle
478
+ """
479
+ return pulumi.get(self, "update_requested_date_time")
480
+
481
+
482
+ @pulumi.output_type
483
+ class AdditionalCustomerPropertiesResponse(dict):
484
+ """
485
+ Model representing customer for connected cache resource
486
+ """
487
+ @staticmethod
488
+ def __key_warning(key: str):
489
+ suggest = None
490
+ if key == "customerAsnEstimatedEgressPeekGbps":
491
+ suggest = "customer_asn_estimated_egress_peek_gbps"
492
+ elif key == "customerOrgName":
493
+ suggest = "customer_org_name"
494
+ elif key == "customerPropertiesOverviewAverageEgressMbps":
495
+ suggest = "customer_properties_overview_average_egress_mbps"
496
+ elif key == "customerPropertiesOverviewAverageMissMbps":
497
+ suggest = "customer_properties_overview_average_miss_mbps"
498
+ elif key == "customerPropertiesOverviewCacheEfficiency":
499
+ suggest = "customer_properties_overview_cache_efficiency"
500
+ elif key == "customerPropertiesOverviewCacheNodesHealthyCount":
501
+ suggest = "customer_properties_overview_cache_nodes_healthy_count"
502
+ elif key == "customerPropertiesOverviewCacheNodesUnhealthyCount":
503
+ suggest = "customer_properties_overview_cache_nodes_unhealthy_count"
504
+ elif key == "customerPropertiesOverviewEgressMbpsMax":
505
+ suggest = "customer_properties_overview_egress_mbps_max"
506
+ elif key == "customerPropertiesOverviewEgressMbpsMaxDateTime":
507
+ suggest = "customer_properties_overview_egress_mbps_max_date_time"
508
+ elif key == "customerPropertiesOverviewMissMbpsMax":
509
+ suggest = "customer_properties_overview_miss_mbps_max"
510
+ elif key == "customerPropertiesOverviewMissMbpsMaxDateTime":
511
+ suggest = "customer_properties_overview_miss_mbps_max_date_time"
512
+ elif key == "peeringDbLastUpdateDate":
513
+ suggest = "peering_db_last_update_date"
514
+ elif key == "peeringDbLastUpdateTime":
515
+ suggest = "peering_db_last_update_time"
516
+ elif key == "signupPhaseStatusCode":
517
+ suggest = "signup_phase_status_code"
518
+ elif key == "signupPhaseStatusText":
519
+ suggest = "signup_phase_status_text"
520
+ elif key == "signupStatus":
521
+ suggest = "signup_status"
522
+ elif key == "signupStatusCode":
523
+ suggest = "signup_status_code"
524
+ elif key == "signupStatusText":
525
+ suggest = "signup_status_text"
526
+ elif key == "customerAsn":
527
+ suggest = "customer_asn"
528
+ elif key == "customerEmail":
529
+ suggest = "customer_email"
530
+ elif key == "customerEntitlementExpiration":
531
+ suggest = "customer_entitlement_expiration"
532
+ elif key == "customerEntitlementSkuGuid":
533
+ suggest = "customer_entitlement_sku_guid"
534
+ elif key == "customerEntitlementSkuId":
535
+ suggest = "customer_entitlement_sku_id"
536
+ elif key == "customerEntitlementSkuName":
537
+ suggest = "customer_entitlement_sku_name"
538
+ elif key == "customerTransitAsn":
539
+ suggest = "customer_transit_asn"
540
+ elif key == "customerTransitState":
541
+ suggest = "customer_transit_state"
542
+ elif key == "optionalProperty1":
543
+ suggest = "optional_property1"
544
+ elif key == "optionalProperty2":
545
+ suggest = "optional_property2"
546
+ elif key == "optionalProperty3":
547
+ suggest = "optional_property3"
548
+ elif key == "optionalProperty4":
549
+ suggest = "optional_property4"
550
+ elif key == "optionalProperty5":
551
+ suggest = "optional_property5"
552
+
553
+ if suggest:
554
+ pulumi.log.warn(f"Key '{key}' not found in AdditionalCustomerPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
555
+
556
+ def __getitem__(self, key: str) -> Any:
557
+ AdditionalCustomerPropertiesResponse.__key_warning(key)
558
+ return super().__getitem__(key)
559
+
560
+ def get(self, key: str, default = None) -> Any:
561
+ AdditionalCustomerPropertiesResponse.__key_warning(key)
562
+ return super().get(key, default)
563
+
564
+ def __init__(__self__, *,
565
+ customer_asn_estimated_egress_peek_gbps: float,
566
+ customer_org_name: str,
567
+ customer_properties_overview_average_egress_mbps: float,
568
+ customer_properties_overview_average_miss_mbps: float,
569
+ customer_properties_overview_cache_efficiency: float,
570
+ customer_properties_overview_cache_nodes_healthy_count: int,
571
+ customer_properties_overview_cache_nodes_unhealthy_count: int,
572
+ customer_properties_overview_egress_mbps_max: float,
573
+ customer_properties_overview_egress_mbps_max_date_time: str,
574
+ customer_properties_overview_miss_mbps_max: float,
575
+ customer_properties_overview_miss_mbps_max_date_time: str,
576
+ peering_db_last_update_date: str,
577
+ peering_db_last_update_time: str,
578
+ signup_phase_status_code: int,
579
+ signup_phase_status_text: str,
580
+ signup_status: bool,
581
+ signup_status_code: int,
582
+ signup_status_text: str,
583
+ customer_asn: Optional[str] = None,
584
+ customer_email: Optional[str] = None,
585
+ customer_entitlement_expiration: Optional[str] = None,
586
+ customer_entitlement_sku_guid: Optional[str] = None,
587
+ customer_entitlement_sku_id: Optional[str] = None,
588
+ customer_entitlement_sku_name: Optional[str] = None,
589
+ customer_transit_asn: Optional[str] = None,
590
+ customer_transit_state: Optional[str] = None,
591
+ optional_property1: Optional[str] = None,
592
+ optional_property2: Optional[str] = None,
593
+ optional_property3: Optional[str] = None,
594
+ optional_property4: Optional[str] = None,
595
+ optional_property5: Optional[str] = None):
596
+ """
597
+ Model representing customer for connected cache resource
598
+ :param float customer_asn_estimated_egress_peek_gbps: Customer resource estimated Asn peering peak in Gbps.
599
+ :param str customer_org_name: Customer resource owner organization name.
600
+ :param float customer_properties_overview_average_egress_mbps: Customer resource average egress in Mbps.
601
+ :param float customer_properties_overview_average_miss_mbps: Customer resource average cache miss throughput in Mbps.
602
+ :param float customer_properties_overview_cache_efficiency: Customer resource cache efficiency.
603
+ :param int customer_properties_overview_cache_nodes_healthy_count: Customer resource total healthy cache nodes.
604
+ :param int customer_properties_overview_cache_nodes_unhealthy_count: Customer resource total unhealthy cache nodes.
605
+ :param float customer_properties_overview_egress_mbps_max: Customer resource maximum egress in Mbps.
606
+ :param str customer_properties_overview_egress_mbps_max_date_time: Customer resource peak egress timestamp.
607
+ :param float customer_properties_overview_miss_mbps_max: Customer resource maximum cache miss throughput in Mbps.
608
+ :param str customer_properties_overview_miss_mbps_max_date_time: Customer resource peak cache miss throughput timestamp.
609
+ :param str peering_db_last_update_date: Customer resource last PeeringDB update timestamp.
610
+ :param str peering_db_last_update_time: Customer resource last PeeringDB update timestamp.
611
+ :param int signup_phase_status_code: Customer resource signup phase status code as integer.
612
+ :param str signup_phase_status_text: Customer resource signup phase status as string text.
613
+ :param bool signup_status: Customer resource signup status as boolean.
614
+ :param int signup_status_code: Customer resource signup status as integer code.
615
+ :param str signup_status_text: Customer resource signup status as string text.
616
+ :param str customer_asn: Customer resource Asn (autonomous system number).
617
+ :param str customer_email: Customer resource contact email.
618
+ :param str customer_entitlement_expiration: Customer resource entitlement expiration date string.
619
+ :param str customer_entitlement_sku_guid: Customer resource entitlement Sku Guid.
620
+ :param str customer_entitlement_sku_id: Customer resource entitlement Sku Id.
621
+ :param str customer_entitlement_sku_name: Customer resource entitlement Sku name.
622
+ :param str customer_transit_asn: Customer resource transit Asn (autonomous system number).
623
+ :param str customer_transit_state: Customer resource transit state.
624
+ :param str optional_property1: Optional property #1 of Mcc response object.
625
+ :param str optional_property2: Optional property #2 of Mcc response object.
626
+ :param str optional_property3: Optional property #3 of Mcc response object.
627
+ :param str optional_property4: Optional property #4 of Mcc response object.
628
+ :param str optional_property5: Optional property #5 of Mcc response object.
629
+ """
630
+ pulumi.set(__self__, "customer_asn_estimated_egress_peek_gbps", customer_asn_estimated_egress_peek_gbps)
631
+ pulumi.set(__self__, "customer_org_name", customer_org_name)
632
+ pulumi.set(__self__, "customer_properties_overview_average_egress_mbps", customer_properties_overview_average_egress_mbps)
633
+ pulumi.set(__self__, "customer_properties_overview_average_miss_mbps", customer_properties_overview_average_miss_mbps)
634
+ pulumi.set(__self__, "customer_properties_overview_cache_efficiency", customer_properties_overview_cache_efficiency)
635
+ pulumi.set(__self__, "customer_properties_overview_cache_nodes_healthy_count", customer_properties_overview_cache_nodes_healthy_count)
636
+ pulumi.set(__self__, "customer_properties_overview_cache_nodes_unhealthy_count", customer_properties_overview_cache_nodes_unhealthy_count)
637
+ pulumi.set(__self__, "customer_properties_overview_egress_mbps_max", customer_properties_overview_egress_mbps_max)
638
+ pulumi.set(__self__, "customer_properties_overview_egress_mbps_max_date_time", customer_properties_overview_egress_mbps_max_date_time)
639
+ pulumi.set(__self__, "customer_properties_overview_miss_mbps_max", customer_properties_overview_miss_mbps_max)
640
+ pulumi.set(__self__, "customer_properties_overview_miss_mbps_max_date_time", customer_properties_overview_miss_mbps_max_date_time)
641
+ pulumi.set(__self__, "peering_db_last_update_date", peering_db_last_update_date)
642
+ pulumi.set(__self__, "peering_db_last_update_time", peering_db_last_update_time)
643
+ pulumi.set(__self__, "signup_phase_status_code", signup_phase_status_code)
644
+ pulumi.set(__self__, "signup_phase_status_text", signup_phase_status_text)
645
+ pulumi.set(__self__, "signup_status", signup_status)
646
+ pulumi.set(__self__, "signup_status_code", signup_status_code)
647
+ pulumi.set(__self__, "signup_status_text", signup_status_text)
648
+ if customer_asn is not None:
649
+ pulumi.set(__self__, "customer_asn", customer_asn)
650
+ if customer_email is not None:
651
+ pulumi.set(__self__, "customer_email", customer_email)
652
+ if customer_entitlement_expiration is not None:
653
+ pulumi.set(__self__, "customer_entitlement_expiration", customer_entitlement_expiration)
654
+ if customer_entitlement_sku_guid is not None:
655
+ pulumi.set(__self__, "customer_entitlement_sku_guid", customer_entitlement_sku_guid)
656
+ if customer_entitlement_sku_id is not None:
657
+ pulumi.set(__self__, "customer_entitlement_sku_id", customer_entitlement_sku_id)
658
+ if customer_entitlement_sku_name is not None:
659
+ pulumi.set(__self__, "customer_entitlement_sku_name", customer_entitlement_sku_name)
660
+ if customer_transit_asn is not None:
661
+ pulumi.set(__self__, "customer_transit_asn", customer_transit_asn)
662
+ if customer_transit_state is not None:
663
+ pulumi.set(__self__, "customer_transit_state", customer_transit_state)
664
+ if optional_property1 is not None:
665
+ pulumi.set(__self__, "optional_property1", optional_property1)
666
+ if optional_property2 is not None:
667
+ pulumi.set(__self__, "optional_property2", optional_property2)
668
+ if optional_property3 is not None:
669
+ pulumi.set(__self__, "optional_property3", optional_property3)
670
+ if optional_property4 is not None:
671
+ pulumi.set(__self__, "optional_property4", optional_property4)
672
+ if optional_property5 is not None:
673
+ pulumi.set(__self__, "optional_property5", optional_property5)
674
+
675
+ @property
676
+ @pulumi.getter(name="customerAsnEstimatedEgressPeekGbps")
677
+ def customer_asn_estimated_egress_peek_gbps(self) -> float:
678
+ """
679
+ Customer resource estimated Asn peering peak in Gbps.
680
+ """
681
+ return pulumi.get(self, "customer_asn_estimated_egress_peek_gbps")
682
+
683
+ @property
684
+ @pulumi.getter(name="customerOrgName")
685
+ def customer_org_name(self) -> str:
686
+ """
687
+ Customer resource owner organization name.
688
+ """
689
+ return pulumi.get(self, "customer_org_name")
690
+
691
+ @property
692
+ @pulumi.getter(name="customerPropertiesOverviewAverageEgressMbps")
693
+ def customer_properties_overview_average_egress_mbps(self) -> float:
694
+ """
695
+ Customer resource average egress in Mbps.
696
+ """
697
+ return pulumi.get(self, "customer_properties_overview_average_egress_mbps")
698
+
699
+ @property
700
+ @pulumi.getter(name="customerPropertiesOverviewAverageMissMbps")
701
+ def customer_properties_overview_average_miss_mbps(self) -> float:
702
+ """
703
+ Customer resource average cache miss throughput in Mbps.
704
+ """
705
+ return pulumi.get(self, "customer_properties_overview_average_miss_mbps")
706
+
707
+ @property
708
+ @pulumi.getter(name="customerPropertiesOverviewCacheEfficiency")
709
+ def customer_properties_overview_cache_efficiency(self) -> float:
710
+ """
711
+ Customer resource cache efficiency.
712
+ """
713
+ return pulumi.get(self, "customer_properties_overview_cache_efficiency")
714
+
715
+ @property
716
+ @pulumi.getter(name="customerPropertiesOverviewCacheNodesHealthyCount")
717
+ def customer_properties_overview_cache_nodes_healthy_count(self) -> int:
718
+ """
719
+ Customer resource total healthy cache nodes.
720
+ """
721
+ return pulumi.get(self, "customer_properties_overview_cache_nodes_healthy_count")
722
+
723
+ @property
724
+ @pulumi.getter(name="customerPropertiesOverviewCacheNodesUnhealthyCount")
725
+ def customer_properties_overview_cache_nodes_unhealthy_count(self) -> int:
726
+ """
727
+ Customer resource total unhealthy cache nodes.
728
+ """
729
+ return pulumi.get(self, "customer_properties_overview_cache_nodes_unhealthy_count")
730
+
731
+ @property
732
+ @pulumi.getter(name="customerPropertiesOverviewEgressMbpsMax")
733
+ def customer_properties_overview_egress_mbps_max(self) -> float:
734
+ """
735
+ Customer resource maximum egress in Mbps.
736
+ """
737
+ return pulumi.get(self, "customer_properties_overview_egress_mbps_max")
738
+
739
+ @property
740
+ @pulumi.getter(name="customerPropertiesOverviewEgressMbpsMaxDateTime")
741
+ def customer_properties_overview_egress_mbps_max_date_time(self) -> str:
742
+ """
743
+ Customer resource peak egress timestamp.
744
+ """
745
+ return pulumi.get(self, "customer_properties_overview_egress_mbps_max_date_time")
746
+
747
+ @property
748
+ @pulumi.getter(name="customerPropertiesOverviewMissMbpsMax")
749
+ def customer_properties_overview_miss_mbps_max(self) -> float:
750
+ """
751
+ Customer resource maximum cache miss throughput in Mbps.
752
+ """
753
+ return pulumi.get(self, "customer_properties_overview_miss_mbps_max")
754
+
755
+ @property
756
+ @pulumi.getter(name="customerPropertiesOverviewMissMbpsMaxDateTime")
757
+ def customer_properties_overview_miss_mbps_max_date_time(self) -> str:
758
+ """
759
+ Customer resource peak cache miss throughput timestamp.
760
+ """
761
+ return pulumi.get(self, "customer_properties_overview_miss_mbps_max_date_time")
762
+
763
+ @property
764
+ @pulumi.getter(name="peeringDbLastUpdateDate")
765
+ def peering_db_last_update_date(self) -> str:
766
+ """
767
+ Customer resource last PeeringDB update timestamp.
768
+ """
769
+ return pulumi.get(self, "peering_db_last_update_date")
770
+
771
+ @property
772
+ @pulumi.getter(name="peeringDbLastUpdateTime")
773
+ def peering_db_last_update_time(self) -> str:
774
+ """
775
+ Customer resource last PeeringDB update timestamp.
776
+ """
777
+ return pulumi.get(self, "peering_db_last_update_time")
778
+
779
+ @property
780
+ @pulumi.getter(name="signupPhaseStatusCode")
781
+ def signup_phase_status_code(self) -> int:
782
+ """
783
+ Customer resource signup phase status code as integer.
784
+ """
785
+ return pulumi.get(self, "signup_phase_status_code")
786
+
787
+ @property
788
+ @pulumi.getter(name="signupPhaseStatusText")
789
+ def signup_phase_status_text(self) -> str:
790
+ """
791
+ Customer resource signup phase status as string text.
792
+ """
793
+ return pulumi.get(self, "signup_phase_status_text")
794
+
795
+ @property
796
+ @pulumi.getter(name="signupStatus")
797
+ def signup_status(self) -> bool:
798
+ """
799
+ Customer resource signup status as boolean.
800
+ """
801
+ return pulumi.get(self, "signup_status")
802
+
803
+ @property
804
+ @pulumi.getter(name="signupStatusCode")
805
+ def signup_status_code(self) -> int:
806
+ """
807
+ Customer resource signup status as integer code.
808
+ """
809
+ return pulumi.get(self, "signup_status_code")
810
+
811
+ @property
812
+ @pulumi.getter(name="signupStatusText")
813
+ def signup_status_text(self) -> str:
814
+ """
815
+ Customer resource signup status as string text.
816
+ """
817
+ return pulumi.get(self, "signup_status_text")
818
+
819
+ @property
820
+ @pulumi.getter(name="customerAsn")
821
+ def customer_asn(self) -> Optional[str]:
822
+ """
823
+ Customer resource Asn (autonomous system number).
824
+ """
825
+ return pulumi.get(self, "customer_asn")
826
+
827
+ @property
828
+ @pulumi.getter(name="customerEmail")
829
+ def customer_email(self) -> Optional[str]:
830
+ """
831
+ Customer resource contact email.
832
+ """
833
+ return pulumi.get(self, "customer_email")
834
+
835
+ @property
836
+ @pulumi.getter(name="customerEntitlementExpiration")
837
+ def customer_entitlement_expiration(self) -> Optional[str]:
838
+ """
839
+ Customer resource entitlement expiration date string.
840
+ """
841
+ return pulumi.get(self, "customer_entitlement_expiration")
842
+
843
+ @property
844
+ @pulumi.getter(name="customerEntitlementSkuGuid")
845
+ def customer_entitlement_sku_guid(self) -> Optional[str]:
846
+ """
847
+ Customer resource entitlement Sku Guid.
848
+ """
849
+ return pulumi.get(self, "customer_entitlement_sku_guid")
850
+
851
+ @property
852
+ @pulumi.getter(name="customerEntitlementSkuId")
853
+ def customer_entitlement_sku_id(self) -> Optional[str]:
854
+ """
855
+ Customer resource entitlement Sku Id.
856
+ """
857
+ return pulumi.get(self, "customer_entitlement_sku_id")
858
+
859
+ @property
860
+ @pulumi.getter(name="customerEntitlementSkuName")
861
+ def customer_entitlement_sku_name(self) -> Optional[str]:
862
+ """
863
+ Customer resource entitlement Sku name.
864
+ """
865
+ return pulumi.get(self, "customer_entitlement_sku_name")
866
+
867
+ @property
868
+ @pulumi.getter(name="customerTransitAsn")
869
+ def customer_transit_asn(self) -> Optional[str]:
870
+ """
871
+ Customer resource transit Asn (autonomous system number).
872
+ """
873
+ return pulumi.get(self, "customer_transit_asn")
874
+
875
+ @property
876
+ @pulumi.getter(name="customerTransitState")
877
+ def customer_transit_state(self) -> Optional[str]:
878
+ """
879
+ Customer resource transit state.
880
+ """
881
+ return pulumi.get(self, "customer_transit_state")
882
+
883
+ @property
884
+ @pulumi.getter(name="optionalProperty1")
885
+ def optional_property1(self) -> Optional[str]:
886
+ """
887
+ Optional property #1 of Mcc response object.
888
+ """
889
+ return pulumi.get(self, "optional_property1")
890
+
891
+ @property
892
+ @pulumi.getter(name="optionalProperty2")
893
+ def optional_property2(self) -> Optional[str]:
894
+ """
895
+ Optional property #2 of Mcc response object.
896
+ """
897
+ return pulumi.get(self, "optional_property2")
898
+
899
+ @property
900
+ @pulumi.getter(name="optionalProperty3")
901
+ def optional_property3(self) -> Optional[str]:
902
+ """
903
+ Optional property #3 of Mcc response object.
904
+ """
905
+ return pulumi.get(self, "optional_property3")
906
+
907
+ @property
908
+ @pulumi.getter(name="optionalProperty4")
909
+ def optional_property4(self) -> Optional[str]:
910
+ """
911
+ Optional property #4 of Mcc response object.
912
+ """
913
+ return pulumi.get(self, "optional_property4")
914
+
915
+ @property
916
+ @pulumi.getter(name="optionalProperty5")
917
+ def optional_property5(self) -> Optional[str]:
918
+ """
919
+ Optional property #5 of Mcc response object.
920
+ """
921
+ return pulumi.get(self, "optional_property5")
922
+
923
+
924
+ @pulumi.output_type
925
+ class BgpCidrsConfigurationResponse(dict):
926
+ """
927
+ Mcc cache node Bgp Cidr details.
928
+ """
929
+ def __init__(__self__, *,
930
+ bgp_cidrs: Sequence[str]):
931
+ """
932
+ Mcc cache node Bgp Cidr details.
933
+ :param Sequence[str] bgp_cidrs: Mcc cache node Bgp Cidr details.
934
+ """
935
+ pulumi.set(__self__, "bgp_cidrs", bgp_cidrs)
936
+
937
+ @property
938
+ @pulumi.getter(name="bgpCidrs")
939
+ def bgp_cidrs(self) -> Sequence[str]:
940
+ """
941
+ Mcc cache node Bgp Cidr details.
942
+ """
943
+ return pulumi.get(self, "bgp_cidrs")
944
+
945
+
946
+ @pulumi.output_type
947
+ class BgpConfigurationResponse(dict):
948
+ """
949
+ Bgp configuration of cache node
950
+ """
951
+ @staticmethod
952
+ def __key_warning(key: str):
953
+ suggest = None
954
+ if key == "asnToIpAddressMapping":
955
+ suggest = "asn_to_ip_address_mapping"
956
+
957
+ if suggest:
958
+ pulumi.log.warn(f"Key '{key}' not found in BgpConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
959
+
960
+ def __getitem__(self, key: str) -> Any:
961
+ BgpConfigurationResponse.__key_warning(key)
962
+ return super().__getitem__(key)
963
+
964
+ def get(self, key: str, default = None) -> Any:
965
+ BgpConfigurationResponse.__key_warning(key)
966
+ return super().get(key, default)
967
+
968
+ def __init__(__self__, *,
969
+ asn_to_ip_address_mapping: Optional[str] = None):
970
+ """
971
+ Bgp configuration of cache node
972
+ :param str asn_to_ip_address_mapping: Asn to ip address mapping
973
+ """
974
+ if asn_to_ip_address_mapping is not None:
975
+ pulumi.set(__self__, "asn_to_ip_address_mapping", asn_to_ip_address_mapping)
976
+
977
+ @property
978
+ @pulumi.getter(name="asnToIpAddressMapping")
979
+ def asn_to_ip_address_mapping(self) -> Optional[str]:
980
+ """
981
+ Asn to ip address mapping
982
+ """
983
+ return pulumi.get(self, "asn_to_ip_address_mapping")
984
+
985
+
986
+ @pulumi.output_type
987
+ class CacheNodeDriveConfigurationResponse(dict):
988
+ """
989
+ Drive configuration for cache node
990
+ """
991
+ @staticmethod
992
+ def __key_warning(key: str):
993
+ suggest = None
994
+ if key == "cacheNumber":
995
+ suggest = "cache_number"
996
+ elif key == "nginxMapping":
997
+ suggest = "nginx_mapping"
998
+ elif key == "physicalPath":
999
+ suggest = "physical_path"
1000
+ elif key == "sizeInGb":
1001
+ suggest = "size_in_gb"
1002
+
1003
+ if suggest:
1004
+ pulumi.log.warn(f"Key '{key}' not found in CacheNodeDriveConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1005
+
1006
+ def __getitem__(self, key: str) -> Any:
1007
+ CacheNodeDriveConfigurationResponse.__key_warning(key)
1008
+ return super().__getitem__(key)
1009
+
1010
+ def get(self, key: str, default = None) -> Any:
1011
+ CacheNodeDriveConfigurationResponse.__key_warning(key)
1012
+ return super().get(key, default)
1013
+
1014
+ def __init__(__self__, *,
1015
+ cache_number: Optional[int] = None,
1016
+ nginx_mapping: Optional[str] = None,
1017
+ physical_path: Optional[str] = None,
1018
+ size_in_gb: Optional[int] = None):
1019
+ """
1020
+ Drive configuration for cache node
1021
+ :param int cache_number: corresponding nginx cache number. Valid cache numbers are 1 - 20
1022
+ :param str nginx_mapping: full binding for corresponding nginx cache drive
1023
+ :param str physical_path: physical path location of the folder used for caching content
1024
+ :param int size_in_gb: physical size of the drive used for caching content
1025
+ """
1026
+ if cache_number is not None:
1027
+ pulumi.set(__self__, "cache_number", cache_number)
1028
+ if nginx_mapping is not None:
1029
+ pulumi.set(__self__, "nginx_mapping", nginx_mapping)
1030
+ if physical_path is not None:
1031
+ pulumi.set(__self__, "physical_path", physical_path)
1032
+ if size_in_gb is not None:
1033
+ pulumi.set(__self__, "size_in_gb", size_in_gb)
1034
+
1035
+ @property
1036
+ @pulumi.getter(name="cacheNumber")
1037
+ def cache_number(self) -> Optional[int]:
1038
+ """
1039
+ corresponding nginx cache number. Valid cache numbers are 1 - 20
1040
+ """
1041
+ return pulumi.get(self, "cache_number")
1042
+
1043
+ @property
1044
+ @pulumi.getter(name="nginxMapping")
1045
+ def nginx_mapping(self) -> Optional[str]:
1046
+ """
1047
+ full binding for corresponding nginx cache drive
1048
+ """
1049
+ return pulumi.get(self, "nginx_mapping")
1050
+
1051
+ @property
1052
+ @pulumi.getter(name="physicalPath")
1053
+ def physical_path(self) -> Optional[str]:
1054
+ """
1055
+ physical path location of the folder used for caching content
1056
+ """
1057
+ return pulumi.get(self, "physical_path")
1058
+
1059
+ @property
1060
+ @pulumi.getter(name="sizeInGb")
1061
+ def size_in_gb(self) -> Optional[int]:
1062
+ """
1063
+ physical size of the drive used for caching content
1064
+ """
1065
+ return pulumi.get(self, "size_in_gb")
1066
+
1067
+
1068
+ @pulumi.output_type
1069
+ class CacheNodeEntityResponse(dict):
1070
+ """
1071
+ Model representing Cache Node for ConnectedCache resource
1072
+ """
1073
+ @staticmethod
1074
+ def __key_warning(key: str):
1075
+ suggest = None
1076
+ if key == "addressSpace":
1077
+ suggest = "address_space"
1078
+ elif key == "bgpAddressSpace":
1079
+ suggest = "bgp_address_space"
1080
+ elif key == "bgpCidrBlocksCount":
1081
+ suggest = "bgp_cidr_blocks_count"
1082
+ elif key == "bgpCidrCsvLastUpdateTime":
1083
+ suggest = "bgp_cidr_csv_last_update_time"
1084
+ elif key == "bgpFileBytesTruncated":
1085
+ suggest = "bgp_file_bytes_truncated"
1086
+ elif key == "bgpLastReportedTime":
1087
+ suggest = "bgp_last_reported_time"
1088
+ elif key == "bgpNumberOfRecords":
1089
+ suggest = "bgp_number_of_records"
1090
+ elif key == "bgpNumberOfTimesUpdated":
1091
+ suggest = "bgp_number_of_times_updated"
1092
+ elif key == "bgpReviewFeedback":
1093
+ suggest = "bgp_review_feedback"
1094
+ elif key == "bgpReviewState":
1095
+ suggest = "bgp_review_state"
1096
+ elif key == "bgpReviewStateText":
1097
+ suggest = "bgp_review_state_text"
1098
+ elif key == "cidrCsvLastUpdateTime":
1099
+ suggest = "cidr_csv_last_update_time"
1100
+ elif key == "clientTenantId":
1101
+ suggest = "client_tenant_id"
1102
+ elif key == "configurationState":
1103
+ suggest = "configuration_state"
1104
+ elif key == "configurationStateText":
1105
+ suggest = "configuration_state_text"
1106
+ elif key == "containerConfigurations":
1107
+ suggest = "container_configurations"
1108
+ elif key == "containerResyncTrigger":
1109
+ suggest = "container_resync_trigger"
1110
+ elif key == "createAsyncOperationId":
1111
+ suggest = "create_async_operation_id"
1112
+ elif key == "customerId":
1113
+ suggest = "customer_id"
1114
+ elif key == "deleteAsyncOperationId":
1115
+ suggest = "delete_async_operation_id"
1116
+ elif key == "imageUri":
1117
+ suggest = "image_uri"
1118
+ elif key == "isFrozen":
1119
+ suggest = "is_frozen"
1120
+ elif key == "lastSyncWithAzureTimestamp":
1121
+ suggest = "last_sync_with_azure_timestamp"
1122
+ elif key == "lastUpdatedTimestamp":
1123
+ suggest = "last_updated_timestamp"
1124
+ elif key == "maxAllowableProbability":
1125
+ suggest = "max_allowable_probability"
1126
+ elif key == "releaseVersion":
1127
+ suggest = "release_version"
1128
+ elif key == "reviewFeedback":
1129
+ suggest = "review_feedback"
1130
+ elif key == "reviewState":
1131
+ suggest = "review_state"
1132
+ elif key == "reviewStateText":
1133
+ suggest = "review_state_text"
1134
+ elif key == "synchWithAzureAttemptsCount":
1135
+ suggest = "synch_with_azure_attempts_count"
1136
+ elif key == "workerConnections":
1137
+ suggest = "worker_connections"
1138
+ elif key == "workerConnectionsLastUpdatedDateTime":
1139
+ suggest = "worker_connections_last_updated_date_time"
1140
+ elif key == "xCid":
1141
+ suggest = "x_cid"
1142
+ elif key == "autoUpdateRequestedDay":
1143
+ suggest = "auto_update_requested_day"
1144
+ elif key == "autoUpdateRequestedTime":
1145
+ suggest = "auto_update_requested_time"
1146
+ elif key == "autoUpdateRequestedWeek":
1147
+ suggest = "auto_update_requested_week"
1148
+ elif key == "autoUpdateRingType":
1149
+ suggest = "auto_update_ring_type"
1150
+ elif key == "cacheNodeId":
1151
+ suggest = "cache_node_id"
1152
+ elif key == "cacheNodeName":
1153
+ suggest = "cache_node_name"
1154
+ elif key == "cidrCsv":
1155
+ suggest = "cidr_csv"
1156
+ elif key == "cidrSelectionType":
1157
+ suggest = "cidr_selection_type"
1158
+ elif key == "customerAsn":
1159
+ suggest = "customer_asn"
1160
+ elif key == "customerIndex":
1161
+ suggest = "customer_index"
1162
+ elif key == "customerName":
1163
+ suggest = "customer_name"
1164
+ elif key == "fullyQualifiedDomainName":
1165
+ suggest = "fully_qualified_domain_name"
1166
+ elif key == "fullyQualifiedResourceId":
1167
+ suggest = "fully_qualified_resource_id"
1168
+ elif key == "ipAddress":
1169
+ suggest = "ip_address"
1170
+ elif key == "isEnabled":
1171
+ suggest = "is_enabled"
1172
+ elif key == "isEnterpriseManaged":
1173
+ suggest = "is_enterprise_managed"
1174
+ elif key == "maxAllowableEgressInMbps":
1175
+ suggest = "max_allowable_egress_in_mbps"
1176
+ elif key == "shouldMigrate":
1177
+ suggest = "should_migrate"
1178
+
1179
+ if suggest:
1180
+ pulumi.log.warn(f"Key '{key}' not found in CacheNodeEntityResponse. Access the value via the '{suggest}' property getter instead.")
1181
+
1182
+ def __getitem__(self, key: str) -> Any:
1183
+ CacheNodeEntityResponse.__key_warning(key)
1184
+ return super().__getitem__(key)
1185
+
1186
+ def get(self, key: str, default = None) -> Any:
1187
+ CacheNodeEntityResponse.__key_warning(key)
1188
+ return super().get(key, default)
1189
+
1190
+ def __init__(__self__, *,
1191
+ address_space: int,
1192
+ bgp_address_space: int,
1193
+ bgp_cidr_blocks_count: int,
1194
+ bgp_cidr_csv_last_update_time: str,
1195
+ bgp_file_bytes_truncated: int,
1196
+ bgp_last_reported_time: str,
1197
+ bgp_number_of_records: int,
1198
+ bgp_number_of_times_updated: int,
1199
+ bgp_review_feedback: str,
1200
+ bgp_review_state: str,
1201
+ bgp_review_state_text: str,
1202
+ category: str,
1203
+ cidr_csv_last_update_time: str,
1204
+ client_tenant_id: str,
1205
+ configuration_state: str,
1206
+ configuration_state_text: str,
1207
+ container_configurations: str,
1208
+ container_resync_trigger: int,
1209
+ create_async_operation_id: str,
1210
+ customer_id: str,
1211
+ delete_async_operation_id: str,
1212
+ image_uri: str,
1213
+ is_frozen: bool,
1214
+ last_sync_with_azure_timestamp: str,
1215
+ last_updated_timestamp: str,
1216
+ max_allowable_probability: float,
1217
+ release_version: int,
1218
+ review_feedback: str,
1219
+ review_state: int,
1220
+ review_state_text: str,
1221
+ synch_with_azure_attempts_count: int,
1222
+ worker_connections: int,
1223
+ worker_connections_last_updated_date_time: str,
1224
+ x_cid: str,
1225
+ auto_update_requested_day: Optional[int] = None,
1226
+ auto_update_requested_time: Optional[str] = None,
1227
+ auto_update_requested_week: Optional[int] = None,
1228
+ auto_update_ring_type: Optional[str] = None,
1229
+ cache_node_id: Optional[str] = None,
1230
+ cache_node_name: Optional[str] = None,
1231
+ cidr_csv: Optional[Sequence[str]] = None,
1232
+ cidr_selection_type: Optional[int] = None,
1233
+ customer_asn: Optional[int] = None,
1234
+ customer_index: Optional[str] = None,
1235
+ customer_name: Optional[str] = None,
1236
+ fully_qualified_domain_name: Optional[str] = None,
1237
+ fully_qualified_resource_id: Optional[str] = None,
1238
+ ip_address: Optional[str] = None,
1239
+ is_enabled: Optional[bool] = None,
1240
+ is_enterprise_managed: Optional[bool] = None,
1241
+ max_allowable_egress_in_mbps: Optional[int] = None,
1242
+ should_migrate: Optional[bool] = None):
1243
+ """
1244
+ Model representing Cache Node for ConnectedCache resource
1245
+ :param int address_space: Cache node resource total addressable space defined by the Cidr Csv block.
1246
+ :param int bgp_address_space: Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
1247
+ :param int bgp_cidr_blocks_count: Cache node resource Bgp block count.
1248
+ :param str bgp_cidr_csv_last_update_time: Cache node resource last Bgp Cidr Csv update timestamp
1249
+ :param int bgp_file_bytes_truncated: Cache node resource bytes truncated from Bgp output file.
1250
+ :param str bgp_last_reported_time: Cache node resource last Bgp report timestamp.
1251
+ :param int bgp_number_of_records: Cache node resource Bgp record count.
1252
+ :param int bgp_number_of_times_updated: Cache node resource Bgp update count.
1253
+ :param str bgp_review_feedback: Cache node resource Bgp review feedback text.
1254
+ :param str bgp_review_state: Cache node resource Bgp review state string text.
1255
+ :param str bgp_review_state_text: Cache node resource Bgp review state string text in detail.
1256
+ :param str category: Cache node resource category.
1257
+ :param str cidr_csv_last_update_time: Cache node resource last Cidr Csv update timestamp
1258
+ :param str client_tenant_id: Cache node resource customer resource client tenant Id of subscription.
1259
+ :param str configuration_state: Cache node resource configuration state.
1260
+ :param str configuration_state_text: Cache node resource configuration state text.
1261
+ :param str container_configurations: Cache node resource container configuration details.
1262
+ :param int container_resync_trigger: Cache node resource Mcc container configuration details re-sync trigger.
1263
+ :param str create_async_operation_id: Cache node resource create async operation Id.
1264
+ :param str customer_id: Cache node resource customer resource GUID Id.
1265
+ :param str delete_async_operation_id: Cache node resource deletion async operation Id.
1266
+ :param str image_uri: Cache node resource Mcc Container Id Uri.
1267
+ :param bool is_frozen: Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
1268
+ :param str last_sync_with_azure_timestamp: Cache node resource last sync timestamp.
1269
+ :param str last_updated_timestamp: Cache node resource last backend updated timestamp.
1270
+ :param float max_allowable_probability: Cache node resource maximum allowed probability of egress.
1271
+ :param int release_version: Cache node resource release version.
1272
+ :param str review_feedback: Cache node resource review feedback text.
1273
+ :param int review_state: Cache node resource review process state as integer
1274
+ :param str review_state_text: Cache node resource review state text.
1275
+ :param int synch_with_azure_attempts_count: Cache node resource attempts to sync with Azure.
1276
+ :param int worker_connections: Cache node resource Mcc container deployment worker connection count.
1277
+ :param str worker_connections_last_updated_date_time: Cache node resource last updated Mcc container deployment worker connection count timestamp.
1278
+ :param str x_cid: Cache node resource Azure XCid.
1279
+ :param int auto_update_requested_day: Customer requested day of week for mcc install of auto update cycle
1280
+ :param str auto_update_requested_time: Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
1281
+ :param int auto_update_requested_week: Customer requested week of month for mcc install of auto update cycle
1282
+ :param str auto_update_ring_type: Auto Update Ring Type which is slow or fast etc.
1283
+ :param str cache_node_id: Cache node resource identifier of the cache node
1284
+ :param str cache_node_name: Cache node resource name.
1285
+ :param Sequence[str] cidr_csv: Cache node resource comma separated values of Cidrs.
1286
+ :param int cidr_selection_type: Cache node resource current Cidr range precedence selection type.
1287
+ :param int customer_asn: Cache node resource customer resource Asn (autonomous system number)
1288
+ :param str customer_index: Cache node resource customer index as string.
1289
+ :param str customer_name: Cache node resource customer resource name.
1290
+ :param str fully_qualified_domain_name: FQDN(fully qualified domain name) value of the mcc cache node
1291
+ :param str fully_qualified_resource_id: Cache node resource Azure fully qualified resource Id.
1292
+ :param str ip_address: Cache node resource Ip address.
1293
+ :param bool is_enabled: Cache node resource flag for indicating if cache node is enabled.
1294
+ :param bool is_enterprise_managed: Cache node resource flag for determining if managed by enterprise as boolean.
1295
+ :param int max_allowable_egress_in_mbps: Cache node resource maximum allowed egress in Mbps.
1296
+ :param bool should_migrate: Cache node resource flag for determining if customer will be migrated.
1297
+ """
1298
+ pulumi.set(__self__, "address_space", address_space)
1299
+ pulumi.set(__self__, "bgp_address_space", bgp_address_space)
1300
+ pulumi.set(__self__, "bgp_cidr_blocks_count", bgp_cidr_blocks_count)
1301
+ pulumi.set(__self__, "bgp_cidr_csv_last_update_time", bgp_cidr_csv_last_update_time)
1302
+ pulumi.set(__self__, "bgp_file_bytes_truncated", bgp_file_bytes_truncated)
1303
+ pulumi.set(__self__, "bgp_last_reported_time", bgp_last_reported_time)
1304
+ pulumi.set(__self__, "bgp_number_of_records", bgp_number_of_records)
1305
+ pulumi.set(__self__, "bgp_number_of_times_updated", bgp_number_of_times_updated)
1306
+ pulumi.set(__self__, "bgp_review_feedback", bgp_review_feedback)
1307
+ pulumi.set(__self__, "bgp_review_state", bgp_review_state)
1308
+ pulumi.set(__self__, "bgp_review_state_text", bgp_review_state_text)
1309
+ pulumi.set(__self__, "category", category)
1310
+ pulumi.set(__self__, "cidr_csv_last_update_time", cidr_csv_last_update_time)
1311
+ pulumi.set(__self__, "client_tenant_id", client_tenant_id)
1312
+ pulumi.set(__self__, "configuration_state", configuration_state)
1313
+ pulumi.set(__self__, "configuration_state_text", configuration_state_text)
1314
+ pulumi.set(__self__, "container_configurations", container_configurations)
1315
+ pulumi.set(__self__, "container_resync_trigger", container_resync_trigger)
1316
+ pulumi.set(__self__, "create_async_operation_id", create_async_operation_id)
1317
+ pulumi.set(__self__, "customer_id", customer_id)
1318
+ pulumi.set(__self__, "delete_async_operation_id", delete_async_operation_id)
1319
+ pulumi.set(__self__, "image_uri", image_uri)
1320
+ pulumi.set(__self__, "is_frozen", is_frozen)
1321
+ pulumi.set(__self__, "last_sync_with_azure_timestamp", last_sync_with_azure_timestamp)
1322
+ pulumi.set(__self__, "last_updated_timestamp", last_updated_timestamp)
1323
+ pulumi.set(__self__, "max_allowable_probability", max_allowable_probability)
1324
+ pulumi.set(__self__, "release_version", release_version)
1325
+ pulumi.set(__self__, "review_feedback", review_feedback)
1326
+ pulumi.set(__self__, "review_state", review_state)
1327
+ pulumi.set(__self__, "review_state_text", review_state_text)
1328
+ pulumi.set(__self__, "synch_with_azure_attempts_count", synch_with_azure_attempts_count)
1329
+ pulumi.set(__self__, "worker_connections", worker_connections)
1330
+ pulumi.set(__self__, "worker_connections_last_updated_date_time", worker_connections_last_updated_date_time)
1331
+ pulumi.set(__self__, "x_cid", x_cid)
1332
+ if auto_update_requested_day is not None:
1333
+ pulumi.set(__self__, "auto_update_requested_day", auto_update_requested_day)
1334
+ if auto_update_requested_time is not None:
1335
+ pulumi.set(__self__, "auto_update_requested_time", auto_update_requested_time)
1336
+ if auto_update_requested_week is not None:
1337
+ pulumi.set(__self__, "auto_update_requested_week", auto_update_requested_week)
1338
+ if auto_update_ring_type is not None:
1339
+ pulumi.set(__self__, "auto_update_ring_type", auto_update_ring_type)
1340
+ if cache_node_id is not None:
1341
+ pulumi.set(__self__, "cache_node_id", cache_node_id)
1342
+ if cache_node_name is not None:
1343
+ pulumi.set(__self__, "cache_node_name", cache_node_name)
1344
+ if cidr_csv is not None:
1345
+ pulumi.set(__self__, "cidr_csv", cidr_csv)
1346
+ if cidr_selection_type is not None:
1347
+ pulumi.set(__self__, "cidr_selection_type", cidr_selection_type)
1348
+ if customer_asn is not None:
1349
+ pulumi.set(__self__, "customer_asn", customer_asn)
1350
+ if customer_index is not None:
1351
+ pulumi.set(__self__, "customer_index", customer_index)
1352
+ if customer_name is not None:
1353
+ pulumi.set(__self__, "customer_name", customer_name)
1354
+ if fully_qualified_domain_name is not None:
1355
+ pulumi.set(__self__, "fully_qualified_domain_name", fully_qualified_domain_name)
1356
+ if fully_qualified_resource_id is not None:
1357
+ pulumi.set(__self__, "fully_qualified_resource_id", fully_qualified_resource_id)
1358
+ if ip_address is not None:
1359
+ pulumi.set(__self__, "ip_address", ip_address)
1360
+ if is_enabled is not None:
1361
+ pulumi.set(__self__, "is_enabled", is_enabled)
1362
+ if is_enterprise_managed is not None:
1363
+ pulumi.set(__self__, "is_enterprise_managed", is_enterprise_managed)
1364
+ if max_allowable_egress_in_mbps is not None:
1365
+ pulumi.set(__self__, "max_allowable_egress_in_mbps", max_allowable_egress_in_mbps)
1366
+ if should_migrate is not None:
1367
+ pulumi.set(__self__, "should_migrate", should_migrate)
1368
+
1369
+ @property
1370
+ @pulumi.getter(name="addressSpace")
1371
+ def address_space(self) -> int:
1372
+ """
1373
+ Cache node resource total addressable space defined by the Cidr Csv block.
1374
+ """
1375
+ return pulumi.get(self, "address_space")
1376
+
1377
+ @property
1378
+ @pulumi.getter(name="bgpAddressSpace")
1379
+ def bgp_address_space(self) -> int:
1380
+ """
1381
+ Cache node resource total addressable space defined by Bgp and Cidr Csv blocks.
1382
+ """
1383
+ return pulumi.get(self, "bgp_address_space")
1384
+
1385
+ @property
1386
+ @pulumi.getter(name="bgpCidrBlocksCount")
1387
+ def bgp_cidr_blocks_count(self) -> int:
1388
+ """
1389
+ Cache node resource Bgp block count.
1390
+ """
1391
+ return pulumi.get(self, "bgp_cidr_blocks_count")
1392
+
1393
+ @property
1394
+ @pulumi.getter(name="bgpCidrCsvLastUpdateTime")
1395
+ def bgp_cidr_csv_last_update_time(self) -> str:
1396
+ """
1397
+ Cache node resource last Bgp Cidr Csv update timestamp
1398
+ """
1399
+ return pulumi.get(self, "bgp_cidr_csv_last_update_time")
1400
+
1401
+ @property
1402
+ @pulumi.getter(name="bgpFileBytesTruncated")
1403
+ def bgp_file_bytes_truncated(self) -> int:
1404
+ """
1405
+ Cache node resource bytes truncated from Bgp output file.
1406
+ """
1407
+ return pulumi.get(self, "bgp_file_bytes_truncated")
1408
+
1409
+ @property
1410
+ @pulumi.getter(name="bgpLastReportedTime")
1411
+ def bgp_last_reported_time(self) -> str:
1412
+ """
1413
+ Cache node resource last Bgp report timestamp.
1414
+ """
1415
+ return pulumi.get(self, "bgp_last_reported_time")
1416
+
1417
+ @property
1418
+ @pulumi.getter(name="bgpNumberOfRecords")
1419
+ def bgp_number_of_records(self) -> int:
1420
+ """
1421
+ Cache node resource Bgp record count.
1422
+ """
1423
+ return pulumi.get(self, "bgp_number_of_records")
1424
+
1425
+ @property
1426
+ @pulumi.getter(name="bgpNumberOfTimesUpdated")
1427
+ def bgp_number_of_times_updated(self) -> int:
1428
+ """
1429
+ Cache node resource Bgp update count.
1430
+ """
1431
+ return pulumi.get(self, "bgp_number_of_times_updated")
1432
+
1433
+ @property
1434
+ @pulumi.getter(name="bgpReviewFeedback")
1435
+ def bgp_review_feedback(self) -> str:
1436
+ """
1437
+ Cache node resource Bgp review feedback text.
1438
+ """
1439
+ return pulumi.get(self, "bgp_review_feedback")
1440
+
1441
+ @property
1442
+ @pulumi.getter(name="bgpReviewState")
1443
+ def bgp_review_state(self) -> str:
1444
+ """
1445
+ Cache node resource Bgp review state string text.
1446
+ """
1447
+ return pulumi.get(self, "bgp_review_state")
1448
+
1449
+ @property
1450
+ @pulumi.getter(name="bgpReviewStateText")
1451
+ def bgp_review_state_text(self) -> str:
1452
+ """
1453
+ Cache node resource Bgp review state string text in detail.
1454
+ """
1455
+ return pulumi.get(self, "bgp_review_state_text")
1456
+
1457
+ @property
1458
+ @pulumi.getter
1459
+ def category(self) -> str:
1460
+ """
1461
+ Cache node resource category.
1462
+ """
1463
+ return pulumi.get(self, "category")
1464
+
1465
+ @property
1466
+ @pulumi.getter(name="cidrCsvLastUpdateTime")
1467
+ def cidr_csv_last_update_time(self) -> str:
1468
+ """
1469
+ Cache node resource last Cidr Csv update timestamp
1470
+ """
1471
+ return pulumi.get(self, "cidr_csv_last_update_time")
1472
+
1473
+ @property
1474
+ @pulumi.getter(name="clientTenantId")
1475
+ def client_tenant_id(self) -> str:
1476
+ """
1477
+ Cache node resource customer resource client tenant Id of subscription.
1478
+ """
1479
+ return pulumi.get(self, "client_tenant_id")
1480
+
1481
+ @property
1482
+ @pulumi.getter(name="configurationState")
1483
+ def configuration_state(self) -> str:
1484
+ """
1485
+ Cache node resource configuration state.
1486
+ """
1487
+ return pulumi.get(self, "configuration_state")
1488
+
1489
+ @property
1490
+ @pulumi.getter(name="configurationStateText")
1491
+ def configuration_state_text(self) -> str:
1492
+ """
1493
+ Cache node resource configuration state text.
1494
+ """
1495
+ return pulumi.get(self, "configuration_state_text")
1496
+
1497
+ @property
1498
+ @pulumi.getter(name="containerConfigurations")
1499
+ def container_configurations(self) -> str:
1500
+ """
1501
+ Cache node resource container configuration details.
1502
+ """
1503
+ return pulumi.get(self, "container_configurations")
1504
+
1505
+ @property
1506
+ @pulumi.getter(name="containerResyncTrigger")
1507
+ def container_resync_trigger(self) -> int:
1508
+ """
1509
+ Cache node resource Mcc container configuration details re-sync trigger.
1510
+ """
1511
+ return pulumi.get(self, "container_resync_trigger")
1512
+
1513
+ @property
1514
+ @pulumi.getter(name="createAsyncOperationId")
1515
+ def create_async_operation_id(self) -> str:
1516
+ """
1517
+ Cache node resource create async operation Id.
1518
+ """
1519
+ return pulumi.get(self, "create_async_operation_id")
1520
+
1521
+ @property
1522
+ @pulumi.getter(name="customerId")
1523
+ def customer_id(self) -> str:
1524
+ """
1525
+ Cache node resource customer resource GUID Id.
1526
+ """
1527
+ return pulumi.get(self, "customer_id")
1528
+
1529
+ @property
1530
+ @pulumi.getter(name="deleteAsyncOperationId")
1531
+ def delete_async_operation_id(self) -> str:
1532
+ """
1533
+ Cache node resource deletion async operation Id.
1534
+ """
1535
+ return pulumi.get(self, "delete_async_operation_id")
1536
+
1537
+ @property
1538
+ @pulumi.getter(name="imageUri")
1539
+ def image_uri(self) -> str:
1540
+ """
1541
+ Cache node resource Mcc Container Id Uri.
1542
+ """
1543
+ return pulumi.get(self, "image_uri")
1544
+
1545
+ @property
1546
+ @pulumi.getter(name="isFrozen")
1547
+ def is_frozen(self) -> bool:
1548
+ """
1549
+ Cache node resource flag for indicating the cache node resource is frozen (not selectable, not editable in UI).
1550
+ """
1551
+ return pulumi.get(self, "is_frozen")
1552
+
1553
+ @property
1554
+ @pulumi.getter(name="lastSyncWithAzureTimestamp")
1555
+ def last_sync_with_azure_timestamp(self) -> str:
1556
+ """
1557
+ Cache node resource last sync timestamp.
1558
+ """
1559
+ return pulumi.get(self, "last_sync_with_azure_timestamp")
1560
+
1561
+ @property
1562
+ @pulumi.getter(name="lastUpdatedTimestamp")
1563
+ def last_updated_timestamp(self) -> str:
1564
+ """
1565
+ Cache node resource last backend updated timestamp.
1566
+ """
1567
+ return pulumi.get(self, "last_updated_timestamp")
1568
+
1569
+ @property
1570
+ @pulumi.getter(name="maxAllowableProbability")
1571
+ def max_allowable_probability(self) -> float:
1572
+ """
1573
+ Cache node resource maximum allowed probability of egress.
1574
+ """
1575
+ return pulumi.get(self, "max_allowable_probability")
1576
+
1577
+ @property
1578
+ @pulumi.getter(name="releaseVersion")
1579
+ def release_version(self) -> int:
1580
+ """
1581
+ Cache node resource release version.
1582
+ """
1583
+ return pulumi.get(self, "release_version")
1584
+
1585
+ @property
1586
+ @pulumi.getter(name="reviewFeedback")
1587
+ def review_feedback(self) -> str:
1588
+ """
1589
+ Cache node resource review feedback text.
1590
+ """
1591
+ return pulumi.get(self, "review_feedback")
1592
+
1593
+ @property
1594
+ @pulumi.getter(name="reviewState")
1595
+ def review_state(self) -> int:
1596
+ """
1597
+ Cache node resource review process state as integer
1598
+ """
1599
+ return pulumi.get(self, "review_state")
1600
+
1601
+ @property
1602
+ @pulumi.getter(name="reviewStateText")
1603
+ def review_state_text(self) -> str:
1604
+ """
1605
+ Cache node resource review state text.
1606
+ """
1607
+ return pulumi.get(self, "review_state_text")
1608
+
1609
+ @property
1610
+ @pulumi.getter(name="synchWithAzureAttemptsCount")
1611
+ def synch_with_azure_attempts_count(self) -> int:
1612
+ """
1613
+ Cache node resource attempts to sync with Azure.
1614
+ """
1615
+ return pulumi.get(self, "synch_with_azure_attempts_count")
1616
+
1617
+ @property
1618
+ @pulumi.getter(name="workerConnections")
1619
+ def worker_connections(self) -> int:
1620
+ """
1621
+ Cache node resource Mcc container deployment worker connection count.
1622
+ """
1623
+ return pulumi.get(self, "worker_connections")
1624
+
1625
+ @property
1626
+ @pulumi.getter(name="workerConnectionsLastUpdatedDateTime")
1627
+ def worker_connections_last_updated_date_time(self) -> str:
1628
+ """
1629
+ Cache node resource last updated Mcc container deployment worker connection count timestamp.
1630
+ """
1631
+ return pulumi.get(self, "worker_connections_last_updated_date_time")
1632
+
1633
+ @property
1634
+ @pulumi.getter(name="xCid")
1635
+ def x_cid(self) -> str:
1636
+ """
1637
+ Cache node resource Azure XCid.
1638
+ """
1639
+ return pulumi.get(self, "x_cid")
1640
+
1641
+ @property
1642
+ @pulumi.getter(name="autoUpdateRequestedDay")
1643
+ def auto_update_requested_day(self) -> Optional[int]:
1644
+ """
1645
+ Customer requested day of week for mcc install of auto update cycle
1646
+ """
1647
+ return pulumi.get(self, "auto_update_requested_day")
1648
+
1649
+ @property
1650
+ @pulumi.getter(name="autoUpdateRequestedTime")
1651
+ def auto_update_requested_time(self) -> Optional[str]:
1652
+ """
1653
+ Customer requested time of the day for mcc install of auto update cycle, should be hh:mm
1654
+ """
1655
+ return pulumi.get(self, "auto_update_requested_time")
1656
+
1657
+ @property
1658
+ @pulumi.getter(name="autoUpdateRequestedWeek")
1659
+ def auto_update_requested_week(self) -> Optional[int]:
1660
+ """
1661
+ Customer requested week of month for mcc install of auto update cycle
1662
+ """
1663
+ return pulumi.get(self, "auto_update_requested_week")
1664
+
1665
+ @property
1666
+ @pulumi.getter(name="autoUpdateRingType")
1667
+ def auto_update_ring_type(self) -> Optional[str]:
1668
+ """
1669
+ Auto Update Ring Type which is slow or fast etc.
1670
+ """
1671
+ return pulumi.get(self, "auto_update_ring_type")
1672
+
1673
+ @property
1674
+ @pulumi.getter(name="cacheNodeId")
1675
+ def cache_node_id(self) -> Optional[str]:
1676
+ """
1677
+ Cache node resource identifier of the cache node
1678
+ """
1679
+ return pulumi.get(self, "cache_node_id")
1680
+
1681
+ @property
1682
+ @pulumi.getter(name="cacheNodeName")
1683
+ def cache_node_name(self) -> Optional[str]:
1684
+ """
1685
+ Cache node resource name.
1686
+ """
1687
+ return pulumi.get(self, "cache_node_name")
1688
+
1689
+ @property
1690
+ @pulumi.getter(name="cidrCsv")
1691
+ def cidr_csv(self) -> Optional[Sequence[str]]:
1692
+ """
1693
+ Cache node resource comma separated values of Cidrs.
1694
+ """
1695
+ return pulumi.get(self, "cidr_csv")
1696
+
1697
+ @property
1698
+ @pulumi.getter(name="cidrSelectionType")
1699
+ def cidr_selection_type(self) -> Optional[int]:
1700
+ """
1701
+ Cache node resource current Cidr range precedence selection type.
1702
+ """
1703
+ return pulumi.get(self, "cidr_selection_type")
1704
+
1705
+ @property
1706
+ @pulumi.getter(name="customerAsn")
1707
+ def customer_asn(self) -> Optional[int]:
1708
+ """
1709
+ Cache node resource customer resource Asn (autonomous system number)
1710
+ """
1711
+ return pulumi.get(self, "customer_asn")
1712
+
1713
+ @property
1714
+ @pulumi.getter(name="customerIndex")
1715
+ def customer_index(self) -> Optional[str]:
1716
+ """
1717
+ Cache node resource customer index as string.
1718
+ """
1719
+ return pulumi.get(self, "customer_index")
1720
+
1721
+ @property
1722
+ @pulumi.getter(name="customerName")
1723
+ def customer_name(self) -> Optional[str]:
1724
+ """
1725
+ Cache node resource customer resource name.
1726
+ """
1727
+ return pulumi.get(self, "customer_name")
1728
+
1729
+ @property
1730
+ @pulumi.getter(name="fullyQualifiedDomainName")
1731
+ def fully_qualified_domain_name(self) -> Optional[str]:
1732
+ """
1733
+ FQDN(fully qualified domain name) value of the mcc cache node
1734
+ """
1735
+ return pulumi.get(self, "fully_qualified_domain_name")
1736
+
1737
+ @property
1738
+ @pulumi.getter(name="fullyQualifiedResourceId")
1739
+ def fully_qualified_resource_id(self) -> Optional[str]:
1740
+ """
1741
+ Cache node resource Azure fully qualified resource Id.
1742
+ """
1743
+ return pulumi.get(self, "fully_qualified_resource_id")
1744
+
1745
+ @property
1746
+ @pulumi.getter(name="ipAddress")
1747
+ def ip_address(self) -> Optional[str]:
1748
+ """
1749
+ Cache node resource Ip address.
1750
+ """
1751
+ return pulumi.get(self, "ip_address")
1752
+
1753
+ @property
1754
+ @pulumi.getter(name="isEnabled")
1755
+ def is_enabled(self) -> Optional[bool]:
1756
+ """
1757
+ Cache node resource flag for indicating if cache node is enabled.
1758
+ """
1759
+ return pulumi.get(self, "is_enabled")
1760
+
1761
+ @property
1762
+ @pulumi.getter(name="isEnterpriseManaged")
1763
+ def is_enterprise_managed(self) -> Optional[bool]:
1764
+ """
1765
+ Cache node resource flag for determining if managed by enterprise as boolean.
1766
+ """
1767
+ return pulumi.get(self, "is_enterprise_managed")
1768
+
1769
+ @property
1770
+ @pulumi.getter(name="maxAllowableEgressInMbps")
1771
+ def max_allowable_egress_in_mbps(self) -> Optional[int]:
1772
+ """
1773
+ Cache node resource maximum allowed egress in Mbps.
1774
+ """
1775
+ return pulumi.get(self, "max_allowable_egress_in_mbps")
1776
+
1777
+ @property
1778
+ @pulumi.getter(name="shouldMigrate")
1779
+ def should_migrate(self) -> Optional[bool]:
1780
+ """
1781
+ Cache node resource flag for determining if customer will be migrated.
1782
+ """
1783
+ return pulumi.get(self, "should_migrate")
1784
+
1785
+
1786
+ @pulumi.output_type
1787
+ class CacheNodeInstallPropertiesResponse(dict):
1788
+ """
1789
+ Mcc cache node resource install script properties.
1790
+ """
1791
+ def __init__(__self__, *,
1792
+ primary_account_key: str,
1793
+ registration_key: str,
1794
+ secondary_account_key: str,
1795
+ cache_node_id: Optional[str] = None,
1796
+ customer_id: Optional[str] = None):
1797
+ """
1798
+ Mcc cache node resource install script properties.
1799
+ :param str primary_account_key: Mcc primary account key. Internal to Mcc.
1800
+ :param str registration_key: Mcc Iot Central temporary device registration key, used once.
1801
+ :param str secondary_account_key: Mcc secondary account key. Internal to Mcc.
1802
+ :param str cache_node_id: Mcc cache node resource Id.
1803
+ :param str customer_id: Mcc customer resource Id.
1804
+ """
1805
+ pulumi.set(__self__, "primary_account_key", primary_account_key)
1806
+ pulumi.set(__self__, "registration_key", registration_key)
1807
+ pulumi.set(__self__, "secondary_account_key", secondary_account_key)
1808
+ if cache_node_id is not None:
1809
+ pulumi.set(__self__, "cache_node_id", cache_node_id)
1810
+ if customer_id is not None:
1811
+ pulumi.set(__self__, "customer_id", customer_id)
1812
+
1813
+ @property
1814
+ @pulumi.getter(name="primaryAccountKey")
1815
+ def primary_account_key(self) -> str:
1816
+ """
1817
+ Mcc primary account key. Internal to Mcc.
1818
+ """
1819
+ return pulumi.get(self, "primary_account_key")
1820
+
1821
+ @property
1822
+ @pulumi.getter(name="registrationKey")
1823
+ def registration_key(self) -> str:
1824
+ """
1825
+ Mcc Iot Central temporary device registration key, used once.
1826
+ """
1827
+ return pulumi.get(self, "registration_key")
1828
+
1829
+ @property
1830
+ @pulumi.getter(name="secondaryAccountKey")
1831
+ def secondary_account_key(self) -> str:
1832
+ """
1833
+ Mcc secondary account key. Internal to Mcc.
1834
+ """
1835
+ return pulumi.get(self, "secondary_account_key")
1836
+
1837
+ @property
1838
+ @pulumi.getter(name="cacheNodeId")
1839
+ def cache_node_id(self) -> Optional[str]:
1840
+ """
1841
+ Mcc cache node resource Id.
1842
+ """
1843
+ return pulumi.get(self, "cache_node_id")
1844
+
1845
+ @property
1846
+ @pulumi.getter(name="customerId")
1847
+ def customer_id(self) -> Optional[str]:
1848
+ """
1849
+ Mcc customer resource Id.
1850
+ """
1851
+ return pulumi.get(self, "customer_id")
1852
+
1853
+
1854
+ @pulumi.output_type
1855
+ class CacheNodeOldResponseResponse(dict):
1856
+ """
1857
+ Model representing Cache Node for ConnectedCache resource
1858
+ """
1859
+ @staticmethod
1860
+ def __key_warning(key: str):
1861
+ suggest = None
1862
+ if key == "provisioningState":
1863
+ suggest = "provisioning_state"
1864
+ elif key == "statusCode":
1865
+ suggest = "status_code"
1866
+ elif key == "statusDetails":
1867
+ suggest = "status_details"
1868
+ elif key == "statusText":
1869
+ suggest = "status_text"
1870
+
1871
+ if suggest:
1872
+ pulumi.log.warn(f"Key '{key}' not found in CacheNodeOldResponseResponse. Access the value via the '{suggest}' property getter instead.")
1873
+
1874
+ def __getitem__(self, key: str) -> Any:
1875
+ CacheNodeOldResponseResponse.__key_warning(key)
1876
+ return super().__getitem__(key)
1877
+
1878
+ def get(self, key: str, default = None) -> Any:
1879
+ CacheNodeOldResponseResponse.__key_warning(key)
1880
+ return super().get(key, default)
1881
+
1882
+ def __init__(__self__, *,
1883
+ provisioning_state: str,
1884
+ status: str,
1885
+ error: Optional['outputs.ErrorDetailResponse'] = None,
1886
+ status_code: Optional[str] = None,
1887
+ status_details: Optional[str] = None,
1888
+ status_text: Optional[str] = None):
1889
+ """
1890
+ Model representing Cache Node for ConnectedCache resource
1891
+ :param str provisioning_state: The provisioned state of the resource
1892
+ :param str status: status of the HTTP error code
1893
+ :param 'ErrorDetailResponse' error: The error details
1894
+ :param str status_code: statusCode used to get code details of Mcc response object
1895
+ :param str status_details: statusDetails used to get inner details of Mcc response object
1896
+ :param str status_text: statusText used to get status details in string format of Mcc response object
1897
+ """
1898
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1899
+ pulumi.set(__self__, "status", status)
1900
+ if error is not None:
1901
+ pulumi.set(__self__, "error", error)
1902
+ if status_code is not None:
1903
+ pulumi.set(__self__, "status_code", status_code)
1904
+ if status_details is not None:
1905
+ pulumi.set(__self__, "status_details", status_details)
1906
+ if status_text is not None:
1907
+ pulumi.set(__self__, "status_text", status_text)
1908
+
1909
+ @property
1910
+ @pulumi.getter(name="provisioningState")
1911
+ def provisioning_state(self) -> str:
1912
+ """
1913
+ The provisioned state of the resource
1914
+ """
1915
+ return pulumi.get(self, "provisioning_state")
1916
+
1917
+ @property
1918
+ @pulumi.getter
1919
+ def status(self) -> str:
1920
+ """
1921
+ status of the HTTP error code
1922
+ """
1923
+ return pulumi.get(self, "status")
1924
+
1925
+ @property
1926
+ @pulumi.getter
1927
+ def error(self) -> Optional['outputs.ErrorDetailResponse']:
1928
+ """
1929
+ The error details
1930
+ """
1931
+ return pulumi.get(self, "error")
1932
+
1933
+ @property
1934
+ @pulumi.getter(name="statusCode")
1935
+ def status_code(self) -> Optional[str]:
1936
+ """
1937
+ statusCode used to get code details of Mcc response object
1938
+ """
1939
+ return pulumi.get(self, "status_code")
1940
+
1941
+ @property
1942
+ @pulumi.getter(name="statusDetails")
1943
+ def status_details(self) -> Optional[str]:
1944
+ """
1945
+ statusDetails used to get inner details of Mcc response object
1946
+ """
1947
+ return pulumi.get(self, "status_details")
1948
+
1949
+ @property
1950
+ @pulumi.getter(name="statusText")
1951
+ def status_text(self) -> Optional[str]:
1952
+ """
1953
+ statusText used to get status details in string format of Mcc response object
1954
+ """
1955
+ return pulumi.get(self, "status_text")
1956
+
1957
+
1958
+ @pulumi.output_type
1959
+ class CacheNodePropertyResponse(dict):
1960
+ """
1961
+ Model representing an Mcc cache node connectedCache resource
1962
+ """
1963
+ @staticmethod
1964
+ def __key_warning(key: str):
1965
+ suggest = None
1966
+ if key == "provisioningState":
1967
+ suggest = "provisioning_state"
1968
+ elif key == "additionalCacheNodeProperties":
1969
+ suggest = "additional_cache_node_properties"
1970
+ elif key == "cacheNode":
1971
+ suggest = "cache_node"
1972
+ elif key == "statusCode":
1973
+ suggest = "status_code"
1974
+ elif key == "statusDetails":
1975
+ suggest = "status_details"
1976
+ elif key == "statusText":
1977
+ suggest = "status_text"
1978
+
1979
+ if suggest:
1980
+ pulumi.log.warn(f"Key '{key}' not found in CacheNodePropertyResponse. Access the value via the '{suggest}' property getter instead.")
1981
+
1982
+ def __getitem__(self, key: str) -> Any:
1983
+ CacheNodePropertyResponse.__key_warning(key)
1984
+ return super().__getitem__(key)
1985
+
1986
+ def get(self, key: str, default = None) -> Any:
1987
+ CacheNodePropertyResponse.__key_warning(key)
1988
+ return super().get(key, default)
1989
+
1990
+ def __init__(__self__, *,
1991
+ provisioning_state: str,
1992
+ status: str,
1993
+ additional_cache_node_properties: Optional['outputs.AdditionalCacheNodePropertiesResponse'] = None,
1994
+ cache_node: Optional['outputs.CacheNodeEntityResponse'] = None,
1995
+ error: Optional['outputs.ErrorDetailResponse'] = None,
1996
+ status_code: Optional[str] = None,
1997
+ status_details: Optional[str] = None,
1998
+ status_text: Optional[str] = None):
1999
+ """
2000
+ Model representing an Mcc cache node connectedCache resource
2001
+ :param str provisioning_state: The provisioned state of the resource
2002
+ :param str status: HTTP error status code.
2003
+ :param 'AdditionalCacheNodePropertiesResponse' additional_cache_node_properties: Mcc cache node resource additional properties.
2004
+ :param 'CacheNodeEntityResponse' cache_node: Mcc cache node resource (cache node entity).
2005
+ :param 'ErrorDetailResponse' error: Mcc response error details.
2006
+ :param str status_code: Mcc response status code.
2007
+ :param str status_details: Mcc response status details for retrieving response inner details.
2008
+ :param str status_text: Mcc response status text as string for retrieving status details.
2009
+ """
2010
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2011
+ pulumi.set(__self__, "status", status)
2012
+ if additional_cache_node_properties is not None:
2013
+ pulumi.set(__self__, "additional_cache_node_properties", additional_cache_node_properties)
2014
+ if cache_node is not None:
2015
+ pulumi.set(__self__, "cache_node", cache_node)
2016
+ if error is not None:
2017
+ pulumi.set(__self__, "error", error)
2018
+ if status_code is not None:
2019
+ pulumi.set(__self__, "status_code", status_code)
2020
+ if status_details is not None:
2021
+ pulumi.set(__self__, "status_details", status_details)
2022
+ if status_text is not None:
2023
+ pulumi.set(__self__, "status_text", status_text)
2024
+
2025
+ @property
2026
+ @pulumi.getter(name="provisioningState")
2027
+ def provisioning_state(self) -> str:
2028
+ """
2029
+ The provisioned state of the resource
2030
+ """
2031
+ return pulumi.get(self, "provisioning_state")
2032
+
2033
+ @property
2034
+ @pulumi.getter
2035
+ def status(self) -> str:
2036
+ """
2037
+ HTTP error status code.
2038
+ """
2039
+ return pulumi.get(self, "status")
2040
+
2041
+ @property
2042
+ @pulumi.getter(name="additionalCacheNodeProperties")
2043
+ def additional_cache_node_properties(self) -> Optional['outputs.AdditionalCacheNodePropertiesResponse']:
2044
+ """
2045
+ Mcc cache node resource additional properties.
2046
+ """
2047
+ return pulumi.get(self, "additional_cache_node_properties")
2048
+
2049
+ @property
2050
+ @pulumi.getter(name="cacheNode")
2051
+ def cache_node(self) -> Optional['outputs.CacheNodeEntityResponse']:
2052
+ """
2053
+ Mcc cache node resource (cache node entity).
2054
+ """
2055
+ return pulumi.get(self, "cache_node")
2056
+
2057
+ @property
2058
+ @pulumi.getter
2059
+ def error(self) -> Optional['outputs.ErrorDetailResponse']:
2060
+ """
2061
+ Mcc response error details.
2062
+ """
2063
+ return pulumi.get(self, "error")
2064
+
2065
+ @property
2066
+ @pulumi.getter(name="statusCode")
2067
+ def status_code(self) -> Optional[str]:
2068
+ """
2069
+ Mcc response status code.
2070
+ """
2071
+ return pulumi.get(self, "status_code")
2072
+
2073
+ @property
2074
+ @pulumi.getter(name="statusDetails")
2075
+ def status_details(self) -> Optional[str]:
2076
+ """
2077
+ Mcc response status details for retrieving response inner details.
2078
+ """
2079
+ return pulumi.get(self, "status_details")
2080
+
2081
+ @property
2082
+ @pulumi.getter(name="statusText")
2083
+ def status_text(self) -> Optional[str]:
2084
+ """
2085
+ Mcc response status text as string for retrieving status details.
2086
+ """
2087
+ return pulumi.get(self, "status_text")
2088
+
2089
+
2090
+ @pulumi.output_type
2091
+ class CustomerEntityResponse(dict):
2092
+ """
2093
+ Model representing Customer resource for ConnectedCache resource
2094
+ """
2095
+ @staticmethod
2096
+ def __key_warning(key: str):
2097
+ suggest = None
2098
+ if key == "createAsyncOperationId":
2099
+ suggest = "create_async_operation_id"
2100
+ elif key == "customerId":
2101
+ suggest = "customer_id"
2102
+ elif key == "deleteAsyncOperationId":
2103
+ suggest = "delete_async_operation_id"
2104
+ elif key == "lastSyncWithAzureTimestamp":
2105
+ suggest = "last_sync_with_azure_timestamp"
2106
+ elif key == "synchWithAzureAttemptsCount":
2107
+ suggest = "synch_with_azure_attempts_count"
2108
+ elif key == "clientTenantId":
2109
+ suggest = "client_tenant_id"
2110
+ elif key == "contactEmail":
2111
+ suggest = "contact_email"
2112
+ elif key == "contactName":
2113
+ suggest = "contact_name"
2114
+ elif key == "contactPhone":
2115
+ suggest = "contact_phone"
2116
+ elif key == "customerName":
2117
+ suggest = "customer_name"
2118
+ elif key == "fullyQualifiedResourceId":
2119
+ suggest = "fully_qualified_resource_id"
2120
+ elif key == "isEnterpriseManaged":
2121
+ suggest = "is_enterprise_managed"
2122
+ elif key == "isEntitled":
2123
+ suggest = "is_entitled"
2124
+ elif key == "releaseVersion":
2125
+ suggest = "release_version"
2126
+ elif key == "resendSignupCode":
2127
+ suggest = "resend_signup_code"
2128
+ elif key == "shouldMigrate":
2129
+ suggest = "should_migrate"
2130
+ elif key == "verifySignupCode":
2131
+ suggest = "verify_signup_code"
2132
+
2133
+ if suggest:
2134
+ pulumi.log.warn(f"Key '{key}' not found in CustomerEntityResponse. Access the value via the '{suggest}' property getter instead.")
2135
+
2136
+ def __getitem__(self, key: str) -> Any:
2137
+ CustomerEntityResponse.__key_warning(key)
2138
+ return super().__getitem__(key)
2139
+
2140
+ def get(self, key: str, default = None) -> Any:
2141
+ CustomerEntityResponse.__key_warning(key)
2142
+ return super().get(key, default)
2143
+
2144
+ def __init__(__self__, *,
2145
+ create_async_operation_id: str,
2146
+ customer_id: str,
2147
+ delete_async_operation_id: str,
2148
+ last_sync_with_azure_timestamp: str,
2149
+ synch_with_azure_attempts_count: int,
2150
+ client_tenant_id: Optional[str] = None,
2151
+ contact_email: Optional[str] = None,
2152
+ contact_name: Optional[str] = None,
2153
+ contact_phone: Optional[str] = None,
2154
+ customer_name: Optional[str] = None,
2155
+ fully_qualified_resource_id: Optional[str] = None,
2156
+ is_enterprise_managed: Optional[bool] = None,
2157
+ is_entitled: Optional[bool] = None,
2158
+ release_version: Optional[int] = None,
2159
+ resend_signup_code: Optional[bool] = None,
2160
+ should_migrate: Optional[bool] = None,
2161
+ verify_signup_code: Optional[bool] = None):
2162
+ """
2163
+ Model representing Customer resource for ConnectedCache resource
2164
+ :param str create_async_operation_id: Customer resource create async operation Id.
2165
+ :param str customer_id: Customer resource Guid Id.
2166
+ :param str delete_async_operation_id: Customer resource deletion async operation Id.
2167
+ :param str last_sync_with_azure_timestamp: Customer resource last Azure sync timestamp.
2168
+ :param int synch_with_azure_attempts_count: Customer resource sync attempts.
2169
+ :param str client_tenant_id: Customer resource client tenant Id of subscription.
2170
+ :param str contact_email: Customer resource contact email.
2171
+ :param str contact_name: Customer resource contact full name.
2172
+ :param str contact_phone: Customer resource contact phone.
2173
+ :param str customer_name: Customer resource name.
2174
+ :param str fully_qualified_resource_id: Customer resource Azure fully qualified resource Id.
2175
+ :param bool is_enterprise_managed: Customer resource flag for enterprise management as boolean.
2176
+ :param bool is_entitled: Customer resource entitlement flag as boolean.
2177
+ :param int release_version: Customer resource Mcc release version.
2178
+ :param bool resend_signup_code: Customer resource flag for resending signup code as boolean.
2179
+ :param bool should_migrate: Customer resource flag for migration.
2180
+ :param bool verify_signup_code: Customer resource flag for requiring verification of signup code as boolean.
2181
+ """
2182
+ pulumi.set(__self__, "create_async_operation_id", create_async_operation_id)
2183
+ pulumi.set(__self__, "customer_id", customer_id)
2184
+ pulumi.set(__self__, "delete_async_operation_id", delete_async_operation_id)
2185
+ pulumi.set(__self__, "last_sync_with_azure_timestamp", last_sync_with_azure_timestamp)
2186
+ pulumi.set(__self__, "synch_with_azure_attempts_count", synch_with_azure_attempts_count)
2187
+ if client_tenant_id is not None:
2188
+ pulumi.set(__self__, "client_tenant_id", client_tenant_id)
2189
+ if contact_email is not None:
2190
+ pulumi.set(__self__, "contact_email", contact_email)
2191
+ if contact_name is not None:
2192
+ pulumi.set(__self__, "contact_name", contact_name)
2193
+ if contact_phone is not None:
2194
+ pulumi.set(__self__, "contact_phone", contact_phone)
2195
+ if customer_name is not None:
2196
+ pulumi.set(__self__, "customer_name", customer_name)
2197
+ if fully_qualified_resource_id is not None:
2198
+ pulumi.set(__self__, "fully_qualified_resource_id", fully_qualified_resource_id)
2199
+ if is_enterprise_managed is not None:
2200
+ pulumi.set(__self__, "is_enterprise_managed", is_enterprise_managed)
2201
+ if is_entitled is not None:
2202
+ pulumi.set(__self__, "is_entitled", is_entitled)
2203
+ if release_version is not None:
2204
+ pulumi.set(__self__, "release_version", release_version)
2205
+ if resend_signup_code is not None:
2206
+ pulumi.set(__self__, "resend_signup_code", resend_signup_code)
2207
+ if should_migrate is not None:
2208
+ pulumi.set(__self__, "should_migrate", should_migrate)
2209
+ if verify_signup_code is not None:
2210
+ pulumi.set(__self__, "verify_signup_code", verify_signup_code)
2211
+
2212
+ @property
2213
+ @pulumi.getter(name="createAsyncOperationId")
2214
+ def create_async_operation_id(self) -> str:
2215
+ """
2216
+ Customer resource create async operation Id.
2217
+ """
2218
+ return pulumi.get(self, "create_async_operation_id")
2219
+
2220
+ @property
2221
+ @pulumi.getter(name="customerId")
2222
+ def customer_id(self) -> str:
2223
+ """
2224
+ Customer resource Guid Id.
2225
+ """
2226
+ return pulumi.get(self, "customer_id")
2227
+
2228
+ @property
2229
+ @pulumi.getter(name="deleteAsyncOperationId")
2230
+ def delete_async_operation_id(self) -> str:
2231
+ """
2232
+ Customer resource deletion async operation Id.
2233
+ """
2234
+ return pulumi.get(self, "delete_async_operation_id")
2235
+
2236
+ @property
2237
+ @pulumi.getter(name="lastSyncWithAzureTimestamp")
2238
+ def last_sync_with_azure_timestamp(self) -> str:
2239
+ """
2240
+ Customer resource last Azure sync timestamp.
2241
+ """
2242
+ return pulumi.get(self, "last_sync_with_azure_timestamp")
2243
+
2244
+ @property
2245
+ @pulumi.getter(name="synchWithAzureAttemptsCount")
2246
+ def synch_with_azure_attempts_count(self) -> int:
2247
+ """
2248
+ Customer resource sync attempts.
2249
+ """
2250
+ return pulumi.get(self, "synch_with_azure_attempts_count")
2251
+
2252
+ @property
2253
+ @pulumi.getter(name="clientTenantId")
2254
+ def client_tenant_id(self) -> Optional[str]:
2255
+ """
2256
+ Customer resource client tenant Id of subscription.
2257
+ """
2258
+ return pulumi.get(self, "client_tenant_id")
2259
+
2260
+ @property
2261
+ @pulumi.getter(name="contactEmail")
2262
+ def contact_email(self) -> Optional[str]:
2263
+ """
2264
+ Customer resource contact email.
2265
+ """
2266
+ return pulumi.get(self, "contact_email")
2267
+
2268
+ @property
2269
+ @pulumi.getter(name="contactName")
2270
+ def contact_name(self) -> Optional[str]:
2271
+ """
2272
+ Customer resource contact full name.
2273
+ """
2274
+ return pulumi.get(self, "contact_name")
2275
+
2276
+ @property
2277
+ @pulumi.getter(name="contactPhone")
2278
+ def contact_phone(self) -> Optional[str]:
2279
+ """
2280
+ Customer resource contact phone.
2281
+ """
2282
+ return pulumi.get(self, "contact_phone")
2283
+
2284
+ @property
2285
+ @pulumi.getter(name="customerName")
2286
+ def customer_name(self) -> Optional[str]:
2287
+ """
2288
+ Customer resource name.
2289
+ """
2290
+ return pulumi.get(self, "customer_name")
2291
+
2292
+ @property
2293
+ @pulumi.getter(name="fullyQualifiedResourceId")
2294
+ def fully_qualified_resource_id(self) -> Optional[str]:
2295
+ """
2296
+ Customer resource Azure fully qualified resource Id.
2297
+ """
2298
+ return pulumi.get(self, "fully_qualified_resource_id")
2299
+
2300
+ @property
2301
+ @pulumi.getter(name="isEnterpriseManaged")
2302
+ def is_enterprise_managed(self) -> Optional[bool]:
2303
+ """
2304
+ Customer resource flag for enterprise management as boolean.
2305
+ """
2306
+ return pulumi.get(self, "is_enterprise_managed")
2307
+
2308
+ @property
2309
+ @pulumi.getter(name="isEntitled")
2310
+ def is_entitled(self) -> Optional[bool]:
2311
+ """
2312
+ Customer resource entitlement flag as boolean.
2313
+ """
2314
+ return pulumi.get(self, "is_entitled")
2315
+
2316
+ @property
2317
+ @pulumi.getter(name="releaseVersion")
2318
+ def release_version(self) -> Optional[int]:
2319
+ """
2320
+ Customer resource Mcc release version.
2321
+ """
2322
+ return pulumi.get(self, "release_version")
2323
+
2324
+ @property
2325
+ @pulumi.getter(name="resendSignupCode")
2326
+ def resend_signup_code(self) -> Optional[bool]:
2327
+ """
2328
+ Customer resource flag for resending signup code as boolean.
2329
+ """
2330
+ return pulumi.get(self, "resend_signup_code")
2331
+
2332
+ @property
2333
+ @pulumi.getter(name="shouldMigrate")
2334
+ def should_migrate(self) -> Optional[bool]:
2335
+ """
2336
+ Customer resource flag for migration.
2337
+ """
2338
+ return pulumi.get(self, "should_migrate")
2339
+
2340
+ @property
2341
+ @pulumi.getter(name="verifySignupCode")
2342
+ def verify_signup_code(self) -> Optional[bool]:
2343
+ """
2344
+ Customer resource flag for requiring verification of signup code as boolean.
2345
+ """
2346
+ return pulumi.get(self, "verify_signup_code")
2347
+
2348
+
2349
+ @pulumi.output_type
2350
+ class CustomerPropertyResponse(dict):
2351
+ """
2352
+ Model representing customer for connectedCache resource
2353
+ """
2354
+ @staticmethod
2355
+ def __key_warning(key: str):
2356
+ suggest = None
2357
+ if key == "provisioningState":
2358
+ suggest = "provisioning_state"
2359
+ elif key == "statusCode":
2360
+ suggest = "status_code"
2361
+ elif key == "statusDetails":
2362
+ suggest = "status_details"
2363
+ elif key == "statusText":
2364
+ suggest = "status_text"
2365
+ elif key == "additionalCustomerProperties":
2366
+ suggest = "additional_customer_properties"
2367
+
2368
+ if suggest:
2369
+ pulumi.log.warn(f"Key '{key}' not found in CustomerPropertyResponse. Access the value via the '{suggest}' property getter instead.")
2370
+
2371
+ def __getitem__(self, key: str) -> Any:
2372
+ CustomerPropertyResponse.__key_warning(key)
2373
+ return super().__getitem__(key)
2374
+
2375
+ def get(self, key: str, default = None) -> Any:
2376
+ CustomerPropertyResponse.__key_warning(key)
2377
+ return super().get(key, default)
2378
+
2379
+ def __init__(__self__, *,
2380
+ error: 'outputs.ErrorDetailResponse',
2381
+ provisioning_state: str,
2382
+ status: str,
2383
+ status_code: str,
2384
+ status_details: str,
2385
+ status_text: str,
2386
+ additional_customer_properties: Optional['outputs.AdditionalCustomerPropertiesResponse'] = None,
2387
+ customer: Optional['outputs.CustomerEntityResponse'] = None):
2388
+ """
2389
+ Model representing customer for connectedCache resource
2390
+ :param 'ErrorDetailResponse' error: Mcc response error details.
2391
+ :param str provisioning_state: The provisioned state of the resource
2392
+ :param str status: HTTP error status code.
2393
+ :param str status_code: Mcc response status code.
2394
+ :param str status_details: Mcc response status details for retrieving response inner details.
2395
+ :param str status_text: Mcc response status text as string for retrieving status details.
2396
+ :param 'AdditionalCustomerPropertiesResponse' additional_customer_properties: Mcc customer resource additional properties.
2397
+ :param 'CustomerEntityResponse' customer: Mcc customer resource (customer entity).
2398
+ """
2399
+ pulumi.set(__self__, "error", error)
2400
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2401
+ pulumi.set(__self__, "status", status)
2402
+ pulumi.set(__self__, "status_code", status_code)
2403
+ pulumi.set(__self__, "status_details", status_details)
2404
+ pulumi.set(__self__, "status_text", status_text)
2405
+ if additional_customer_properties is not None:
2406
+ pulumi.set(__self__, "additional_customer_properties", additional_customer_properties)
2407
+ if customer is not None:
2408
+ pulumi.set(__self__, "customer", customer)
2409
+
2410
+ @property
2411
+ @pulumi.getter
2412
+ def error(self) -> 'outputs.ErrorDetailResponse':
2413
+ """
2414
+ Mcc response error details.
2415
+ """
2416
+ return pulumi.get(self, "error")
2417
+
2418
+ @property
2419
+ @pulumi.getter(name="provisioningState")
2420
+ def provisioning_state(self) -> str:
2421
+ """
2422
+ The provisioned state of the resource
2423
+ """
2424
+ return pulumi.get(self, "provisioning_state")
2425
+
2426
+ @property
2427
+ @pulumi.getter
2428
+ def status(self) -> str:
2429
+ """
2430
+ HTTP error status code.
2431
+ """
2432
+ return pulumi.get(self, "status")
2433
+
2434
+ @property
2435
+ @pulumi.getter(name="statusCode")
2436
+ def status_code(self) -> str:
2437
+ """
2438
+ Mcc response status code.
2439
+ """
2440
+ return pulumi.get(self, "status_code")
2441
+
2442
+ @property
2443
+ @pulumi.getter(name="statusDetails")
2444
+ def status_details(self) -> str:
2445
+ """
2446
+ Mcc response status details for retrieving response inner details.
2447
+ """
2448
+ return pulumi.get(self, "status_details")
2449
+
2450
+ @property
2451
+ @pulumi.getter(name="statusText")
2452
+ def status_text(self) -> str:
2453
+ """
2454
+ Mcc response status text as string for retrieving status details.
2455
+ """
2456
+ return pulumi.get(self, "status_text")
2457
+
2458
+ @property
2459
+ @pulumi.getter(name="additionalCustomerProperties")
2460
+ def additional_customer_properties(self) -> Optional['outputs.AdditionalCustomerPropertiesResponse']:
2461
+ """
2462
+ Mcc customer resource additional properties.
2463
+ """
2464
+ return pulumi.get(self, "additional_customer_properties")
2465
+
2466
+ @property
2467
+ @pulumi.getter
2468
+ def customer(self) -> Optional['outputs.CustomerEntityResponse']:
2469
+ """
2470
+ Mcc customer resource (customer entity).
2471
+ """
2472
+ return pulumi.get(self, "customer")
2473
+
2474
+
2475
+ @pulumi.output_type
2476
+ class ErrorAdditionalInfoResponse(dict):
2477
+ """
2478
+ The resource management error additional info.
2479
+ """
2480
+ def __init__(__self__, *,
2481
+ info: Any,
2482
+ type: str):
2483
+ """
2484
+ The resource management error additional info.
2485
+ :param Any info: The additional info.
2486
+ :param str type: The additional info type.
2487
+ """
2488
+ pulumi.set(__self__, "info", info)
2489
+ pulumi.set(__self__, "type", type)
2490
+
2491
+ @property
2492
+ @pulumi.getter
2493
+ def info(self) -> Any:
2494
+ """
2495
+ The additional info.
2496
+ """
2497
+ return pulumi.get(self, "info")
2498
+
2499
+ @property
2500
+ @pulumi.getter
2501
+ def type(self) -> str:
2502
+ """
2503
+ The additional info type.
2504
+ """
2505
+ return pulumi.get(self, "type")
2506
+
2507
+
2508
+ @pulumi.output_type
2509
+ class ErrorDetailResponse(dict):
2510
+ """
2511
+ The error detail.
2512
+ """
2513
+ @staticmethod
2514
+ def __key_warning(key: str):
2515
+ suggest = None
2516
+ if key == "additionalInfo":
2517
+ suggest = "additional_info"
2518
+
2519
+ if suggest:
2520
+ pulumi.log.warn(f"Key '{key}' not found in ErrorDetailResponse. Access the value via the '{suggest}' property getter instead.")
2521
+
2522
+ def __getitem__(self, key: str) -> Any:
2523
+ ErrorDetailResponse.__key_warning(key)
2524
+ return super().__getitem__(key)
2525
+
2526
+ def get(self, key: str, default = None) -> Any:
2527
+ ErrorDetailResponse.__key_warning(key)
2528
+ return super().get(key, default)
2529
+
2530
+ def __init__(__self__, *,
2531
+ additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
2532
+ code: str,
2533
+ details: Sequence['outputs.ErrorDetailResponse'],
2534
+ message: str,
2535
+ target: str):
2536
+ """
2537
+ The error detail.
2538
+ :param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
2539
+ :param str code: The error code.
2540
+ :param Sequence['ErrorDetailResponse'] details: The error details.
2541
+ :param str message: The error message.
2542
+ :param str target: The error target.
2543
+ """
2544
+ pulumi.set(__self__, "additional_info", additional_info)
2545
+ pulumi.set(__self__, "code", code)
2546
+ pulumi.set(__self__, "details", details)
2547
+ pulumi.set(__self__, "message", message)
2548
+ pulumi.set(__self__, "target", target)
2549
+
2550
+ @property
2551
+ @pulumi.getter(name="additionalInfo")
2552
+ def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
2553
+ """
2554
+ The error additional info.
2555
+ """
2556
+ return pulumi.get(self, "additional_info")
2557
+
2558
+ @property
2559
+ @pulumi.getter
2560
+ def code(self) -> str:
2561
+ """
2562
+ The error code.
2563
+ """
2564
+ return pulumi.get(self, "code")
2565
+
2566
+ @property
2567
+ @pulumi.getter
2568
+ def details(self) -> Sequence['outputs.ErrorDetailResponse']:
2569
+ """
2570
+ The error details.
2571
+ """
2572
+ return pulumi.get(self, "details")
2573
+
2574
+ @property
2575
+ @pulumi.getter
2576
+ def message(self) -> str:
2577
+ """
2578
+ The error message.
2579
+ """
2580
+ return pulumi.get(self, "message")
2581
+
2582
+ @property
2583
+ @pulumi.getter
2584
+ def target(self) -> str:
2585
+ """
2586
+ The error target.
2587
+ """
2588
+ return pulumi.get(self, "target")
2589
+
2590
+
2591
+ @pulumi.output_type
2592
+ class ProxyUrlConfigurationResponse(dict):
2593
+ """
2594
+ ProxyUrl configuration of cache node
2595
+ """
2596
+ @staticmethod
2597
+ def __key_warning(key: str):
2598
+ suggest = None
2599
+ if key == "proxyUrl":
2600
+ suggest = "proxy_url"
2601
+
2602
+ if suggest:
2603
+ pulumi.log.warn(f"Key '{key}' not found in ProxyUrlConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2604
+
2605
+ def __getitem__(self, key: str) -> Any:
2606
+ ProxyUrlConfigurationResponse.__key_warning(key)
2607
+ return super().__getitem__(key)
2608
+
2609
+ def get(self, key: str, default = None) -> Any:
2610
+ ProxyUrlConfigurationResponse.__key_warning(key)
2611
+ return super().get(key, default)
2612
+
2613
+ def __init__(__self__, *,
2614
+ proxy_url: Optional[str] = None):
2615
+ """
2616
+ ProxyUrl configuration of cache node
2617
+ :param str proxy_url: Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
2618
+ """
2619
+ if proxy_url is not None:
2620
+ pulumi.set(__self__, "proxy_url", proxy_url)
2621
+
2622
+ @property
2623
+ @pulumi.getter(name="proxyUrl")
2624
+ def proxy_url(self) -> Optional[str]:
2625
+ """
2626
+ Host Proxy Address configuration along with port number. This can be a proxy or ip address. ex: xx.xx.xx.xxxx:80 or host name http://exampleproxy.com:80
2627
+ """
2628
+ return pulumi.get(self, "proxy_url")
2629
+
2630
+
2631
+ @pulumi.output_type
2632
+ class SystemDataResponse(dict):
2633
+ """
2634
+ Metadata pertaining to creation and last modification of the resource.
2635
+ """
2636
+ @staticmethod
2637
+ def __key_warning(key: str):
2638
+ suggest = None
2639
+ if key == "createdAt":
2640
+ suggest = "created_at"
2641
+ elif key == "createdBy":
2642
+ suggest = "created_by"
2643
+ elif key == "createdByType":
2644
+ suggest = "created_by_type"
2645
+ elif key == "lastModifiedAt":
2646
+ suggest = "last_modified_at"
2647
+ elif key == "lastModifiedBy":
2648
+ suggest = "last_modified_by"
2649
+ elif key == "lastModifiedByType":
2650
+ suggest = "last_modified_by_type"
2651
+
2652
+ if suggest:
2653
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
2654
+
2655
+ def __getitem__(self, key: str) -> Any:
2656
+ SystemDataResponse.__key_warning(key)
2657
+ return super().__getitem__(key)
2658
+
2659
+ def get(self, key: str, default = None) -> Any:
2660
+ SystemDataResponse.__key_warning(key)
2661
+ return super().get(key, default)
2662
+
2663
+ def __init__(__self__, *,
2664
+ created_at: Optional[str] = None,
2665
+ created_by: Optional[str] = None,
2666
+ created_by_type: Optional[str] = None,
2667
+ last_modified_at: Optional[str] = None,
2668
+ last_modified_by: Optional[str] = None,
2669
+ last_modified_by_type: Optional[str] = None):
2670
+ """
2671
+ Metadata pertaining to creation and last modification of the resource.
2672
+ :param str created_at: The timestamp of resource creation (UTC).
2673
+ :param str created_by: The identity that created the resource.
2674
+ :param str created_by_type: The type of identity that created the resource.
2675
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
2676
+ :param str last_modified_by: The identity that last modified the resource.
2677
+ :param str last_modified_by_type: The type of identity that last modified the resource.
2678
+ """
2679
+ if created_at is not None:
2680
+ pulumi.set(__self__, "created_at", created_at)
2681
+ if created_by is not None:
2682
+ pulumi.set(__self__, "created_by", created_by)
2683
+ if created_by_type is not None:
2684
+ pulumi.set(__self__, "created_by_type", created_by_type)
2685
+ if last_modified_at is not None:
2686
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
2687
+ if last_modified_by is not None:
2688
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
2689
+ if last_modified_by_type is not None:
2690
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
2691
+
2692
+ @property
2693
+ @pulumi.getter(name="createdAt")
2694
+ def created_at(self) -> Optional[str]:
2695
+ """
2696
+ The timestamp of resource creation (UTC).
2697
+ """
2698
+ return pulumi.get(self, "created_at")
2699
+
2700
+ @property
2701
+ @pulumi.getter(name="createdBy")
2702
+ def created_by(self) -> Optional[str]:
2703
+ """
2704
+ The identity that created the resource.
2705
+ """
2706
+ return pulumi.get(self, "created_by")
2707
+
2708
+ @property
2709
+ @pulumi.getter(name="createdByType")
2710
+ def created_by_type(self) -> Optional[str]:
2711
+ """
2712
+ The type of identity that created the resource.
2713
+ """
2714
+ return pulumi.get(self, "created_by_type")
2715
+
2716
+ @property
2717
+ @pulumi.getter(name="lastModifiedAt")
2718
+ def last_modified_at(self) -> Optional[str]:
2719
+ """
2720
+ The timestamp of resource last modification (UTC)
2721
+ """
2722
+ return pulumi.get(self, "last_modified_at")
2723
+
2724
+ @property
2725
+ @pulumi.getter(name="lastModifiedBy")
2726
+ def last_modified_by(self) -> Optional[str]:
2727
+ """
2728
+ The identity that last modified the resource.
2729
+ """
2730
+ return pulumi.get(self, "last_modified_by")
2731
+
2732
+ @property
2733
+ @pulumi.getter(name="lastModifiedByType")
2734
+ def last_modified_by_type(self) -> Optional[str]:
2735
+ """
2736
+ The type of identity that last modified the resource.
2737
+ """
2738
+ return pulumi.get(self, "last_modified_by_type")
2739
+
2740
+