pulumi-azure-native 2.80.0a1735629569__py3-none-any.whl → 2.81.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 (280) hide show
  1. pulumi_azure_native/__init__.py +42 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  3. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  4. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  5. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  6. pulumi_azure_native/azurestackhci/edge_device.py +3 -3
  7. pulumi_azure_native/azurestackhci/extension.py +3 -3
  8. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  14. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  15. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  16. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  17. pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
  18. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  19. pulumi_azure_native/azurestackhci/update.py +3 -3
  20. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  21. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  22. pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240215preview/extension.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240215preview/update.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240401/arc_setting.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240401/cluster.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240401/deployment_setting.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240401/extension.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240401/hci_edge_device.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240401/security_setting.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240401/update.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240401/update_run.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240401/update_summary.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240901preview/arc_setting.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20240901preview/cluster.py +1 -1
  95. pulumi_azure_native/azurestackhci/v20240901preview/deployment_setting.py +1 -1
  96. pulumi_azure_native/azurestackhci/v20240901preview/extension.py +1 -1
  97. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device.py +1 -1
  98. pulumi_azure_native/azurestackhci/v20240901preview/hci_edge_device_job.py +1 -1
  99. pulumi_azure_native/azurestackhci/v20240901preview/security_setting.py +1 -1
  100. pulumi_azure_native/azurestackhci/v20240901preview/update.py +1 -1
  101. pulumi_azure_native/azurestackhci/v20240901preview/update_run.py +1 -1
  102. pulumi_azure_native/azurestackhci/v20240901preview/update_summary.py +1 -1
  103. pulumi_azure_native/azurestackhci/v20241201preview/__init__.py +30 -0
  104. pulumi_azure_native/azurestackhci/v20241201preview/_enums.py +267 -0
  105. pulumi_azure_native/azurestackhci/v20241201preview/_inputs.py +3459 -0
  106. pulumi_azure_native/azurestackhci/v20241201preview/arc_setting.py +406 -0
  107. pulumi_azure_native/azurestackhci/v20241201preview/cluster.py +680 -0
  108. pulumi_azure_native/azurestackhci/v20241201preview/deployment_setting.py +335 -0
  109. pulumi_azure_native/azurestackhci/v20241201preview/extension.py +473 -0
  110. pulumi_azure_native/azurestackhci/v20241201preview/get_arc_setting.py +275 -0
  111. pulumi_azure_native/azurestackhci/v20241201preview/get_cluster.py +521 -0
  112. pulumi_azure_native/azurestackhci/v20241201preview/get_deployment_setting.py +219 -0
  113. pulumi_azure_native/azurestackhci/v20241201preview/get_extension.py +295 -0
  114. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device.py +158 -0
  115. pulumi_azure_native/azurestackhci/v20241201preview/get_hci_edge_device_job.py +164 -0
  116. pulumi_azure_native/azurestackhci/v20241201preview/get_security_setting.py +205 -0
  117. pulumi_azure_native/azurestackhci/v20241201preview/get_update.py +401 -0
  118. pulumi_azure_native/azurestackhci/v20241201preview/get_update_run.py +337 -0
  119. pulumi_azure_native/azurestackhci/v20241201preview/get_update_summary.py +283 -0
  120. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device.py +233 -0
  121. pulumi_azure_native/azurestackhci/v20241201preview/hci_edge_device_job.py +256 -0
  122. pulumi_azure_native/azurestackhci/v20241201preview/outputs.py +6470 -0
  123. pulumi_azure_native/azurestackhci/v20241201preview/security_setting.py +310 -0
  124. pulumi_azure_native/azurestackhci/v20241201preview/update.py +724 -0
  125. pulumi_azure_native/azurestackhci/v20241201preview/update_run.py +619 -0
  126. pulumi_azure_native/azurestackhci/v20241201preview/update_summary.py +471 -0
  127. pulumi_azure_native/machinelearningservices/v20241001preview/_inputs.py +113 -1
  128. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +107 -1
  129. pulumi_azure_native/networkcloud/__init__.py +3 -0
  130. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  131. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  132. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  133. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  134. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  135. pulumi_azure_native/networkcloud/cluster.py +3 -3
  136. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  137. pulumi_azure_native/networkcloud/console.py +3 -3
  138. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  139. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  140. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  141. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  142. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  143. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  144. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  145. pulumi_azure_native/networkcloud/get_console.py +2 -2
  146. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  147. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
  148. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  149. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  150. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  151. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  152. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  153. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  154. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  155. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  156. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  157. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
  158. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  159. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  160. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  161. pulumi_azure_native/networkcloud/rack.py +3 -3
  162. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  163. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  164. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  165. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  166. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  167. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  168. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  169. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  170. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  171. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  172. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  173. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  174. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  175. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  176. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  177. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  178. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  179. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  180. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  181. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  182. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  183. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  184. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  185. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  186. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  187. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  188. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  189. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  190. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  191. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  192. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  193. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  194. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  195. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  196. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  197. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  198. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
  199. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
  200. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
  201. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
  202. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
  203. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
  204. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
  205. pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
  206. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
  207. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
  208. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
  209. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
  210. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
  211. pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
  212. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
  213. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
  214. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
  215. pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
  216. pulumi_azure_native/networkcloud/v20240701/agent_pool.py +1 -1
  217. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +1 -1
  218. pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +1 -1
  219. pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +1 -1
  220. pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +1 -1
  221. pulumi_azure_native/networkcloud/v20240701/cluster.py +1 -1
  222. pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +1 -1
  223. pulumi_azure_native/networkcloud/v20240701/console.py +1 -1
  224. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +1 -1
  225. pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +1 -1
  226. pulumi_azure_native/networkcloud/v20240701/l2_network.py +1 -1
  227. pulumi_azure_native/networkcloud/v20240701/l3_network.py +1 -1
  228. pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +1 -1
  229. pulumi_azure_native/networkcloud/v20240701/rack.py +1 -1
  230. pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +1 -1
  231. pulumi_azure_native/networkcloud/v20240701/trunked_network.py +1 -1
  232. pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +1 -1
  233. pulumi_azure_native/networkcloud/v20240701/volume.py +1 -1
  234. pulumi_azure_native/networkcloud/v20241001preview/__init__.py +46 -0
  235. pulumi_azure_native/networkcloud/v20241001preview/_enums.py +353 -0
  236. pulumi_azure_native/networkcloud/v20241001preview/_inputs.py +3580 -0
  237. pulumi_azure_native/networkcloud/v20241001preview/agent_pool.py +610 -0
  238. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine.py +795 -0
  239. pulumi_azure_native/networkcloud/v20241001preview/bare_metal_machine_key_set.py +507 -0
  240. pulumi_azure_native/networkcloud/v20241001preview/bmc_key_set.py +448 -0
  241. pulumi_azure_native/networkcloud/v20241001preview/cloud_services_network.py +417 -0
  242. pulumi_azure_native/networkcloud/v20241001preview/cluster.py +917 -0
  243. pulumi_azure_native/networkcloud/v20241001preview/cluster_manager.py +452 -0
  244. pulumi_azure_native/networkcloud/v20241001preview/console.py +417 -0
  245. pulumi_azure_native/networkcloud/v20241001preview/get_agent_pool.py +370 -0
  246. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine.py +616 -0
  247. pulumi_azure_native/networkcloud/v20241001preview/get_bare_metal_machine_key_set.py +328 -0
  248. pulumi_azure_native/networkcloud/v20241001preview/get_bmc_key_set.py +300 -0
  249. pulumi_azure_native/networkcloud/v20241001preview/get_cloud_services_network.py +328 -0
  250. pulumi_azure_native/networkcloud/v20241001preview/get_cluster.py +603 -0
  251. pulumi_azure_native/networkcloud/v20241001preview/get_cluster_manager.py +308 -0
  252. pulumi_azure_native/networkcloud/v20241001preview/get_console.py +286 -0
  253. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster.py +406 -0
  254. pulumi_azure_native/networkcloud/v20241001preview/get_kubernetes_cluster_feature.py +258 -0
  255. pulumi_azure_native/networkcloud/v20241001preview/get_l2_network.py +308 -0
  256. pulumi_azure_native/networkcloud/v20241001preview/get_l3_network.py +380 -0
  257. pulumi_azure_native/networkcloud/v20241001preview/get_metrics_configuration.py +258 -0
  258. pulumi_azure_native/networkcloud/v20241001preview/get_rack.py +280 -0
  259. pulumi_azure_native/networkcloud/v20241001preview/get_storage_appliance.py +420 -0
  260. pulumi_azure_native/networkcloud/v20241001preview/get_trunked_network.py +322 -0
  261. pulumi_azure_native/networkcloud/v20241001preview/get_virtual_machine.py +518 -0
  262. pulumi_azure_native/networkcloud/v20241001preview/get_volume.py +252 -0
  263. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster.py +564 -0
  264. pulumi_azure_native/networkcloud/v20241001preview/kubernetes_cluster_feature.py +336 -0
  265. pulumi_azure_native/networkcloud/v20241001preview/l2_network.py +419 -0
  266. pulumi_azure_native/networkcloud/v20241001preview/l3_network.py +581 -0
  267. pulumi_azure_native/networkcloud/v20241001preview/metrics_configuration.py +376 -0
  268. pulumi_azure_native/networkcloud/v20241001preview/outputs.py +4372 -0
  269. pulumi_azure_native/networkcloud/v20241001preview/rack.py +416 -0
  270. pulumi_azure_native/networkcloud/v20241001preview/storage_appliance.py +536 -0
  271. pulumi_azure_native/networkcloud/v20241001preview/trunked_network.py +449 -0
  272. pulumi_azure_native/networkcloud/v20241001preview/virtual_machine.py +852 -0
  273. pulumi_azure_native/networkcloud/v20241001preview/volume.py +336 -0
  274. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  275. pulumi_azure_native/networkcloud/volume.py +3 -3
  276. pulumi_azure_native/pulumi-plugin.json +1 -1
  277. {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/METADATA +1 -1
  278. {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/RECORD +280 -216
  279. {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/WHEEL +1 -1
  280. {pulumi_azure_native-2.80.0a1735629569.dist-info → pulumi_azure_native-2.81.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,564 @@
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
+ from ._inputs import *
19
+
20
+ __all__ = ['KubernetesClusterArgs', 'KubernetesCluster']
21
+
22
+ @pulumi.input_type
23
+ class KubernetesClusterArgs:
24
+ def __init__(__self__, *,
25
+ control_plane_node_configuration: pulumi.Input['ControlPlaneNodeConfigurationArgs'],
26
+ extended_location: pulumi.Input['ExtendedLocationArgs'],
27
+ initial_agent_pool_configurations: pulumi.Input[Sequence[pulumi.Input['InitialAgentPoolConfigurationArgs']]],
28
+ kubernetes_version: pulumi.Input[str],
29
+ network_configuration: pulumi.Input['NetworkConfigurationArgs'],
30
+ resource_group_name: pulumi.Input[str],
31
+ aad_configuration: Optional[pulumi.Input['AadConfigurationArgs']] = None,
32
+ administrator_configuration: Optional[pulumi.Input['AdministratorConfigurationArgs']] = None,
33
+ kubernetes_cluster_name: Optional[pulumi.Input[str]] = None,
34
+ location: Optional[pulumi.Input[str]] = None,
35
+ managed_resource_group_configuration: Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']] = None,
36
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
37
+ """
38
+ The set of arguments for constructing a KubernetesCluster resource.
39
+ :param pulumi.Input['ControlPlaneNodeConfigurationArgs'] control_plane_node_configuration: The defining characteristics of the control plane for this Kubernetes Cluster.
40
+ :param pulumi.Input['ExtendedLocationArgs'] extended_location: The extended location of the cluster associated with the resource.
41
+ :param pulumi.Input[Sequence[pulumi.Input['InitialAgentPoolConfigurationArgs']]] initial_agent_pool_configurations: The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource.
42
+ :param pulumi.Input[str] kubernetes_version: The Kubernetes version for this cluster.
43
+ :param pulumi.Input['NetworkConfigurationArgs'] network_configuration: The configuration of the Kubernetes cluster networking, including the attachment of networks that span the cluster.
44
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
45
+ :param pulumi.Input['AadConfigurationArgs'] aad_configuration: The Azure Active Directory Integration properties.
46
+ :param pulumi.Input['AdministratorConfigurationArgs'] administrator_configuration: The administrative credentials that will be applied to the control plane and agent pool nodes that do not specify their own values.
47
+ :param pulumi.Input[str] kubernetes_cluster_name: The name of the Kubernetes cluster.
48
+ :param pulumi.Input[str] location: The geo-location where the resource lives
49
+ :param pulumi.Input['ManagedResourceGroupConfigurationArgs'] managed_resource_group_configuration: The configuration of the managed resource group associated with the resource.
50
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
51
+ """
52
+ pulumi.set(__self__, "control_plane_node_configuration", control_plane_node_configuration)
53
+ pulumi.set(__self__, "extended_location", extended_location)
54
+ pulumi.set(__self__, "initial_agent_pool_configurations", initial_agent_pool_configurations)
55
+ pulumi.set(__self__, "kubernetes_version", kubernetes_version)
56
+ pulumi.set(__self__, "network_configuration", network_configuration)
57
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
58
+ if aad_configuration is not None:
59
+ pulumi.set(__self__, "aad_configuration", aad_configuration)
60
+ if administrator_configuration is not None:
61
+ pulumi.set(__self__, "administrator_configuration", administrator_configuration)
62
+ if kubernetes_cluster_name is not None:
63
+ pulumi.set(__self__, "kubernetes_cluster_name", kubernetes_cluster_name)
64
+ if location is not None:
65
+ pulumi.set(__self__, "location", location)
66
+ if managed_resource_group_configuration is not None:
67
+ pulumi.set(__self__, "managed_resource_group_configuration", managed_resource_group_configuration)
68
+ if tags is not None:
69
+ pulumi.set(__self__, "tags", tags)
70
+
71
+ @property
72
+ @pulumi.getter(name="controlPlaneNodeConfiguration")
73
+ def control_plane_node_configuration(self) -> pulumi.Input['ControlPlaneNodeConfigurationArgs']:
74
+ """
75
+ The defining characteristics of the control plane for this Kubernetes Cluster.
76
+ """
77
+ return pulumi.get(self, "control_plane_node_configuration")
78
+
79
+ @control_plane_node_configuration.setter
80
+ def control_plane_node_configuration(self, value: pulumi.Input['ControlPlaneNodeConfigurationArgs']):
81
+ pulumi.set(self, "control_plane_node_configuration", value)
82
+
83
+ @property
84
+ @pulumi.getter(name="extendedLocation")
85
+ def extended_location(self) -> pulumi.Input['ExtendedLocationArgs']:
86
+ """
87
+ The extended location of the cluster associated with the resource.
88
+ """
89
+ return pulumi.get(self, "extended_location")
90
+
91
+ @extended_location.setter
92
+ def extended_location(self, value: pulumi.Input['ExtendedLocationArgs']):
93
+ pulumi.set(self, "extended_location", value)
94
+
95
+ @property
96
+ @pulumi.getter(name="initialAgentPoolConfigurations")
97
+ def initial_agent_pool_configurations(self) -> pulumi.Input[Sequence[pulumi.Input['InitialAgentPoolConfigurationArgs']]]:
98
+ """
99
+ The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource.
100
+ """
101
+ return pulumi.get(self, "initial_agent_pool_configurations")
102
+
103
+ @initial_agent_pool_configurations.setter
104
+ def initial_agent_pool_configurations(self, value: pulumi.Input[Sequence[pulumi.Input['InitialAgentPoolConfigurationArgs']]]):
105
+ pulumi.set(self, "initial_agent_pool_configurations", value)
106
+
107
+ @property
108
+ @pulumi.getter(name="kubernetesVersion")
109
+ def kubernetes_version(self) -> pulumi.Input[str]:
110
+ """
111
+ The Kubernetes version for this cluster.
112
+ """
113
+ return pulumi.get(self, "kubernetes_version")
114
+
115
+ @kubernetes_version.setter
116
+ def kubernetes_version(self, value: pulumi.Input[str]):
117
+ pulumi.set(self, "kubernetes_version", value)
118
+
119
+ @property
120
+ @pulumi.getter(name="networkConfiguration")
121
+ def network_configuration(self) -> pulumi.Input['NetworkConfigurationArgs']:
122
+ """
123
+ The configuration of the Kubernetes cluster networking, including the attachment of networks that span the cluster.
124
+ """
125
+ return pulumi.get(self, "network_configuration")
126
+
127
+ @network_configuration.setter
128
+ def network_configuration(self, value: pulumi.Input['NetworkConfigurationArgs']):
129
+ pulumi.set(self, "network_configuration", value)
130
+
131
+ @property
132
+ @pulumi.getter(name="resourceGroupName")
133
+ def resource_group_name(self) -> pulumi.Input[str]:
134
+ """
135
+ The name of the resource group. The name is case insensitive.
136
+ """
137
+ return pulumi.get(self, "resource_group_name")
138
+
139
+ @resource_group_name.setter
140
+ def resource_group_name(self, value: pulumi.Input[str]):
141
+ pulumi.set(self, "resource_group_name", value)
142
+
143
+ @property
144
+ @pulumi.getter(name="aadConfiguration")
145
+ def aad_configuration(self) -> Optional[pulumi.Input['AadConfigurationArgs']]:
146
+ """
147
+ The Azure Active Directory Integration properties.
148
+ """
149
+ return pulumi.get(self, "aad_configuration")
150
+
151
+ @aad_configuration.setter
152
+ def aad_configuration(self, value: Optional[pulumi.Input['AadConfigurationArgs']]):
153
+ pulumi.set(self, "aad_configuration", value)
154
+
155
+ @property
156
+ @pulumi.getter(name="administratorConfiguration")
157
+ def administrator_configuration(self) -> Optional[pulumi.Input['AdministratorConfigurationArgs']]:
158
+ """
159
+ The administrative credentials that will be applied to the control plane and agent pool nodes that do not specify their own values.
160
+ """
161
+ return pulumi.get(self, "administrator_configuration")
162
+
163
+ @administrator_configuration.setter
164
+ def administrator_configuration(self, value: Optional[pulumi.Input['AdministratorConfigurationArgs']]):
165
+ pulumi.set(self, "administrator_configuration", value)
166
+
167
+ @property
168
+ @pulumi.getter(name="kubernetesClusterName")
169
+ def kubernetes_cluster_name(self) -> Optional[pulumi.Input[str]]:
170
+ """
171
+ The name of the Kubernetes cluster.
172
+ """
173
+ return pulumi.get(self, "kubernetes_cluster_name")
174
+
175
+ @kubernetes_cluster_name.setter
176
+ def kubernetes_cluster_name(self, value: Optional[pulumi.Input[str]]):
177
+ pulumi.set(self, "kubernetes_cluster_name", value)
178
+
179
+ @property
180
+ @pulumi.getter
181
+ def location(self) -> Optional[pulumi.Input[str]]:
182
+ """
183
+ The geo-location where the resource lives
184
+ """
185
+ return pulumi.get(self, "location")
186
+
187
+ @location.setter
188
+ def location(self, value: Optional[pulumi.Input[str]]):
189
+ pulumi.set(self, "location", value)
190
+
191
+ @property
192
+ @pulumi.getter(name="managedResourceGroupConfiguration")
193
+ def managed_resource_group_configuration(self) -> Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']]:
194
+ """
195
+ The configuration of the managed resource group associated with the resource.
196
+ """
197
+ return pulumi.get(self, "managed_resource_group_configuration")
198
+
199
+ @managed_resource_group_configuration.setter
200
+ def managed_resource_group_configuration(self, value: Optional[pulumi.Input['ManagedResourceGroupConfigurationArgs']]):
201
+ pulumi.set(self, "managed_resource_group_configuration", value)
202
+
203
+ @property
204
+ @pulumi.getter
205
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
206
+ """
207
+ Resource tags.
208
+ """
209
+ return pulumi.get(self, "tags")
210
+
211
+ @tags.setter
212
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
213
+ pulumi.set(self, "tags", value)
214
+
215
+
216
+ class KubernetesCluster(pulumi.CustomResource):
217
+ @overload
218
+ def __init__(__self__,
219
+ resource_name: str,
220
+ opts: Optional[pulumi.ResourceOptions] = None,
221
+ aad_configuration: Optional[pulumi.Input[Union['AadConfigurationArgs', 'AadConfigurationArgsDict']]] = None,
222
+ administrator_configuration: Optional[pulumi.Input[Union['AdministratorConfigurationArgs', 'AdministratorConfigurationArgsDict']]] = None,
223
+ control_plane_node_configuration: Optional[pulumi.Input[Union['ControlPlaneNodeConfigurationArgs', 'ControlPlaneNodeConfigurationArgsDict']]] = None,
224
+ extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
225
+ initial_agent_pool_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InitialAgentPoolConfigurationArgs', 'InitialAgentPoolConfigurationArgsDict']]]]] = None,
226
+ kubernetes_cluster_name: Optional[pulumi.Input[str]] = None,
227
+ kubernetes_version: Optional[pulumi.Input[str]] = None,
228
+ location: Optional[pulumi.Input[str]] = None,
229
+ managed_resource_group_configuration: Optional[pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']]] = None,
230
+ network_configuration: Optional[pulumi.Input[Union['NetworkConfigurationArgs', 'NetworkConfigurationArgsDict']]] = None,
231
+ resource_group_name: Optional[pulumi.Input[str]] = None,
232
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
233
+ __props__=None):
234
+ """
235
+ Create a KubernetesCluster resource with the given unique name, props, and options.
236
+ :param str resource_name: The name of the resource.
237
+ :param pulumi.ResourceOptions opts: Options for the resource.
238
+ :param pulumi.Input[Union['AadConfigurationArgs', 'AadConfigurationArgsDict']] aad_configuration: The Azure Active Directory Integration properties.
239
+ :param pulumi.Input[Union['AdministratorConfigurationArgs', 'AdministratorConfigurationArgsDict']] administrator_configuration: The administrative credentials that will be applied to the control plane and agent pool nodes that do not specify their own values.
240
+ :param pulumi.Input[Union['ControlPlaneNodeConfigurationArgs', 'ControlPlaneNodeConfigurationArgsDict']] control_plane_node_configuration: The defining characteristics of the control plane for this Kubernetes Cluster.
241
+ :param pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']] extended_location: The extended location of the cluster associated with the resource.
242
+ :param pulumi.Input[Sequence[pulumi.Input[Union['InitialAgentPoolConfigurationArgs', 'InitialAgentPoolConfigurationArgsDict']]]] initial_agent_pool_configurations: The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource.
243
+ :param pulumi.Input[str] kubernetes_cluster_name: The name of the Kubernetes cluster.
244
+ :param pulumi.Input[str] kubernetes_version: The Kubernetes version for this cluster.
245
+ :param pulumi.Input[str] location: The geo-location where the resource lives
246
+ :param pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']] managed_resource_group_configuration: The configuration of the managed resource group associated with the resource.
247
+ :param pulumi.Input[Union['NetworkConfigurationArgs', 'NetworkConfigurationArgsDict']] network_configuration: The configuration of the Kubernetes cluster networking, including the attachment of networks that span the cluster.
248
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
249
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
250
+ """
251
+ ...
252
+ @overload
253
+ def __init__(__self__,
254
+ resource_name: str,
255
+ args: KubernetesClusterArgs,
256
+ opts: Optional[pulumi.ResourceOptions] = None):
257
+ """
258
+ Create a KubernetesCluster resource with the given unique name, props, and options.
259
+ :param str resource_name: The name of the resource.
260
+ :param KubernetesClusterArgs args: The arguments to use to populate this resource's properties.
261
+ :param pulumi.ResourceOptions opts: Options for the resource.
262
+ """
263
+ ...
264
+ def __init__(__self__, resource_name: str, *args, **kwargs):
265
+ resource_args, opts = _utilities.get_resource_args_opts(KubernetesClusterArgs, pulumi.ResourceOptions, *args, **kwargs)
266
+ if resource_args is not None:
267
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
268
+ else:
269
+ __self__._internal_init(resource_name, *args, **kwargs)
270
+
271
+ def _internal_init(__self__,
272
+ resource_name: str,
273
+ opts: Optional[pulumi.ResourceOptions] = None,
274
+ aad_configuration: Optional[pulumi.Input[Union['AadConfigurationArgs', 'AadConfigurationArgsDict']]] = None,
275
+ administrator_configuration: Optional[pulumi.Input[Union['AdministratorConfigurationArgs', 'AdministratorConfigurationArgsDict']]] = None,
276
+ control_plane_node_configuration: Optional[pulumi.Input[Union['ControlPlaneNodeConfigurationArgs', 'ControlPlaneNodeConfigurationArgsDict']]] = None,
277
+ extended_location: Optional[pulumi.Input[Union['ExtendedLocationArgs', 'ExtendedLocationArgsDict']]] = None,
278
+ initial_agent_pool_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InitialAgentPoolConfigurationArgs', 'InitialAgentPoolConfigurationArgsDict']]]]] = None,
279
+ kubernetes_cluster_name: Optional[pulumi.Input[str]] = None,
280
+ kubernetes_version: Optional[pulumi.Input[str]] = None,
281
+ location: Optional[pulumi.Input[str]] = None,
282
+ managed_resource_group_configuration: Optional[pulumi.Input[Union['ManagedResourceGroupConfigurationArgs', 'ManagedResourceGroupConfigurationArgsDict']]] = None,
283
+ network_configuration: Optional[pulumi.Input[Union['NetworkConfigurationArgs', 'NetworkConfigurationArgsDict']]] = None,
284
+ resource_group_name: Optional[pulumi.Input[str]] = None,
285
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
286
+ __props__=None):
287
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
288
+ if not isinstance(opts, pulumi.ResourceOptions):
289
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
290
+ if opts.id is None:
291
+ if __props__ is not None:
292
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
293
+ __props__ = KubernetesClusterArgs.__new__(KubernetesClusterArgs)
294
+
295
+ __props__.__dict__["aad_configuration"] = aad_configuration
296
+ __props__.__dict__["administrator_configuration"] = administrator_configuration
297
+ if control_plane_node_configuration is None and not opts.urn:
298
+ raise TypeError("Missing required property 'control_plane_node_configuration'")
299
+ __props__.__dict__["control_plane_node_configuration"] = control_plane_node_configuration
300
+ if extended_location is None and not opts.urn:
301
+ raise TypeError("Missing required property 'extended_location'")
302
+ __props__.__dict__["extended_location"] = extended_location
303
+ if initial_agent_pool_configurations is None and not opts.urn:
304
+ raise TypeError("Missing required property 'initial_agent_pool_configurations'")
305
+ __props__.__dict__["initial_agent_pool_configurations"] = initial_agent_pool_configurations
306
+ __props__.__dict__["kubernetes_cluster_name"] = kubernetes_cluster_name
307
+ if kubernetes_version is None and not opts.urn:
308
+ raise TypeError("Missing required property 'kubernetes_version'")
309
+ __props__.__dict__["kubernetes_version"] = kubernetes_version
310
+ __props__.__dict__["location"] = location
311
+ __props__.__dict__["managed_resource_group_configuration"] = managed_resource_group_configuration
312
+ if network_configuration is None and not opts.urn:
313
+ raise TypeError("Missing required property 'network_configuration'")
314
+ __props__.__dict__["network_configuration"] = network_configuration
315
+ if resource_group_name is None and not opts.urn:
316
+ raise TypeError("Missing required property 'resource_group_name'")
317
+ __props__.__dict__["resource_group_name"] = resource_group_name
318
+ __props__.__dict__["tags"] = tags
319
+ __props__.__dict__["attached_network_ids"] = None
320
+ __props__.__dict__["available_upgrades"] = None
321
+ __props__.__dict__["cluster_id"] = None
322
+ __props__.__dict__["connected_cluster_id"] = None
323
+ __props__.__dict__["control_plane_kubernetes_version"] = None
324
+ __props__.__dict__["detailed_status"] = None
325
+ __props__.__dict__["detailed_status_message"] = None
326
+ __props__.__dict__["feature_statuses"] = None
327
+ __props__.__dict__["name"] = None
328
+ __props__.__dict__["nodes"] = None
329
+ __props__.__dict__["provisioning_state"] = None
330
+ __props__.__dict__["system_data"] = None
331
+ __props__.__dict__["type"] = None
332
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:networkcloud:KubernetesCluster"), pulumi.Alias(type_="azure-native:networkcloud/v20230701:KubernetesCluster"), pulumi.Alias(type_="azure-native:networkcloud/v20231001preview:KubernetesCluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240601preview:KubernetesCluster"), pulumi.Alias(type_="azure-native:networkcloud/v20240701:KubernetesCluster")])
333
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
334
+ super(KubernetesCluster, __self__).__init__(
335
+ 'azure-native:networkcloud/v20241001preview:KubernetesCluster',
336
+ resource_name,
337
+ __props__,
338
+ opts)
339
+
340
+ @staticmethod
341
+ def get(resource_name: str,
342
+ id: pulumi.Input[str],
343
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'KubernetesCluster':
344
+ """
345
+ Get an existing KubernetesCluster resource's state with the given name, id, and optional extra
346
+ properties used to qualify the lookup.
347
+
348
+ :param str resource_name: The unique name of the resulting resource.
349
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
350
+ :param pulumi.ResourceOptions opts: Options for the resource.
351
+ """
352
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
353
+
354
+ __props__ = KubernetesClusterArgs.__new__(KubernetesClusterArgs)
355
+
356
+ __props__.__dict__["aad_configuration"] = None
357
+ __props__.__dict__["administrator_configuration"] = None
358
+ __props__.__dict__["attached_network_ids"] = None
359
+ __props__.__dict__["available_upgrades"] = None
360
+ __props__.__dict__["cluster_id"] = None
361
+ __props__.__dict__["connected_cluster_id"] = None
362
+ __props__.__dict__["control_plane_kubernetes_version"] = None
363
+ __props__.__dict__["control_plane_node_configuration"] = None
364
+ __props__.__dict__["detailed_status"] = None
365
+ __props__.__dict__["detailed_status_message"] = None
366
+ __props__.__dict__["extended_location"] = None
367
+ __props__.__dict__["feature_statuses"] = None
368
+ __props__.__dict__["initial_agent_pool_configurations"] = None
369
+ __props__.__dict__["kubernetes_version"] = None
370
+ __props__.__dict__["location"] = None
371
+ __props__.__dict__["managed_resource_group_configuration"] = None
372
+ __props__.__dict__["name"] = None
373
+ __props__.__dict__["network_configuration"] = None
374
+ __props__.__dict__["nodes"] = None
375
+ __props__.__dict__["provisioning_state"] = None
376
+ __props__.__dict__["system_data"] = None
377
+ __props__.__dict__["tags"] = None
378
+ __props__.__dict__["type"] = None
379
+ return KubernetesCluster(resource_name, opts=opts, __props__=__props__)
380
+
381
+ @property
382
+ @pulumi.getter(name="aadConfiguration")
383
+ def aad_configuration(self) -> pulumi.Output[Optional['outputs.AadConfigurationResponse']]:
384
+ """
385
+ The Azure Active Directory Integration properties.
386
+ """
387
+ return pulumi.get(self, "aad_configuration")
388
+
389
+ @property
390
+ @pulumi.getter(name="administratorConfiguration")
391
+ def administrator_configuration(self) -> pulumi.Output[Optional['outputs.AdministratorConfigurationResponse']]:
392
+ """
393
+ The administrative credentials that will be applied to the control plane and agent pool nodes that do not specify their own values.
394
+ """
395
+ return pulumi.get(self, "administrator_configuration")
396
+
397
+ @property
398
+ @pulumi.getter(name="attachedNetworkIds")
399
+ def attached_network_ids(self) -> pulumi.Output[Sequence[str]]:
400
+ """
401
+ The full list of network resource IDs that are attached to this cluster, including those attached only to specific agent pools.
402
+ """
403
+ return pulumi.get(self, "attached_network_ids")
404
+
405
+ @property
406
+ @pulumi.getter(name="availableUpgrades")
407
+ def available_upgrades(self) -> pulumi.Output[Sequence['outputs.AvailableUpgradeResponse']]:
408
+ """
409
+ The list of versions that this Kubernetes cluster can be upgraded to.
410
+ """
411
+ return pulumi.get(self, "available_upgrades")
412
+
413
+ @property
414
+ @pulumi.getter(name="clusterId")
415
+ def cluster_id(self) -> pulumi.Output[str]:
416
+ """
417
+ The resource ID of the Network Cloud cluster.
418
+ """
419
+ return pulumi.get(self, "cluster_id")
420
+
421
+ @property
422
+ @pulumi.getter(name="connectedClusterId")
423
+ def connected_cluster_id(self) -> pulumi.Output[str]:
424
+ """
425
+ The resource ID of the connected cluster set up when this Kubernetes cluster is created.
426
+ """
427
+ return pulumi.get(self, "connected_cluster_id")
428
+
429
+ @property
430
+ @pulumi.getter(name="controlPlaneKubernetesVersion")
431
+ def control_plane_kubernetes_version(self) -> pulumi.Output[str]:
432
+ """
433
+ The current running version of Kubernetes on the control plane.
434
+ """
435
+ return pulumi.get(self, "control_plane_kubernetes_version")
436
+
437
+ @property
438
+ @pulumi.getter(name="controlPlaneNodeConfiguration")
439
+ def control_plane_node_configuration(self) -> pulumi.Output['outputs.ControlPlaneNodeConfigurationResponse']:
440
+ """
441
+ The defining characteristics of the control plane for this Kubernetes Cluster.
442
+ """
443
+ return pulumi.get(self, "control_plane_node_configuration")
444
+
445
+ @property
446
+ @pulumi.getter(name="detailedStatus")
447
+ def detailed_status(self) -> pulumi.Output[str]:
448
+ """
449
+ The current status of the Kubernetes cluster.
450
+ """
451
+ return pulumi.get(self, "detailed_status")
452
+
453
+ @property
454
+ @pulumi.getter(name="detailedStatusMessage")
455
+ def detailed_status_message(self) -> pulumi.Output[str]:
456
+ """
457
+ The descriptive message about the current detailed status.
458
+ """
459
+ return pulumi.get(self, "detailed_status_message")
460
+
461
+ @property
462
+ @pulumi.getter(name="extendedLocation")
463
+ def extended_location(self) -> pulumi.Output['outputs.ExtendedLocationResponse']:
464
+ """
465
+ The extended location of the cluster associated with the resource.
466
+ """
467
+ return pulumi.get(self, "extended_location")
468
+
469
+ @property
470
+ @pulumi.getter(name="featureStatuses")
471
+ def feature_statuses(self) -> pulumi.Output[Sequence['outputs.FeatureStatusResponse']]:
472
+ """
473
+ The current feature settings.
474
+ """
475
+ return pulumi.get(self, "feature_statuses")
476
+
477
+ @property
478
+ @pulumi.getter(name="initialAgentPoolConfigurations")
479
+ def initial_agent_pool_configurations(self) -> pulumi.Output[Sequence['outputs.InitialAgentPoolConfigurationResponse']]:
480
+ """
481
+ The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource.
482
+ """
483
+ return pulumi.get(self, "initial_agent_pool_configurations")
484
+
485
+ @property
486
+ @pulumi.getter(name="kubernetesVersion")
487
+ def kubernetes_version(self) -> pulumi.Output[str]:
488
+ """
489
+ The Kubernetes version for this cluster.
490
+ """
491
+ return pulumi.get(self, "kubernetes_version")
492
+
493
+ @property
494
+ @pulumi.getter
495
+ def location(self) -> pulumi.Output[str]:
496
+ """
497
+ The geo-location where the resource lives
498
+ """
499
+ return pulumi.get(self, "location")
500
+
501
+ @property
502
+ @pulumi.getter(name="managedResourceGroupConfiguration")
503
+ def managed_resource_group_configuration(self) -> pulumi.Output[Optional['outputs.ManagedResourceGroupConfigurationResponse']]:
504
+ """
505
+ The configuration of the managed resource group associated with the resource.
506
+ """
507
+ return pulumi.get(self, "managed_resource_group_configuration")
508
+
509
+ @property
510
+ @pulumi.getter
511
+ def name(self) -> pulumi.Output[str]:
512
+ """
513
+ The name of the resource
514
+ """
515
+ return pulumi.get(self, "name")
516
+
517
+ @property
518
+ @pulumi.getter(name="networkConfiguration")
519
+ def network_configuration(self) -> pulumi.Output['outputs.NetworkConfigurationResponse']:
520
+ """
521
+ The configuration of the Kubernetes cluster networking, including the attachment of networks that span the cluster.
522
+ """
523
+ return pulumi.get(self, "network_configuration")
524
+
525
+ @property
526
+ @pulumi.getter
527
+ def nodes(self) -> pulumi.Output[Sequence['outputs.KubernetesClusterNodeResponse']]:
528
+ """
529
+ The details of the nodes in this cluster.
530
+ """
531
+ return pulumi.get(self, "nodes")
532
+
533
+ @property
534
+ @pulumi.getter(name="provisioningState")
535
+ def provisioning_state(self) -> pulumi.Output[str]:
536
+ """
537
+ The provisioning state of the Kubernetes cluster resource.
538
+ """
539
+ return pulumi.get(self, "provisioning_state")
540
+
541
+ @property
542
+ @pulumi.getter(name="systemData")
543
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
544
+ """
545
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
546
+ """
547
+ return pulumi.get(self, "system_data")
548
+
549
+ @property
550
+ @pulumi.getter
551
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
552
+ """
553
+ Resource tags.
554
+ """
555
+ return pulumi.get(self, "tags")
556
+
557
+ @property
558
+ @pulumi.getter
559
+ def type(self) -> pulumi.Output[str]:
560
+ """
561
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
562
+ """
563
+ return pulumi.get(self, "type")
564
+