pulumi-azure-native 2.42.1__py3-none-any.whl → 2.43.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 (870) hide show
  1. pulumi_azure_native/__init__.py +165 -24
  2. pulumi_azure_native/azurefleet/__init__.py +23 -0
  3. pulumi_azure_native/azurefleet/_enums.py +373 -0
  4. pulumi_azure_native/azurefleet/_inputs.py +4437 -0
  5. pulumi_azure_native/azurefleet/fleet.py +445 -0
  6. pulumi_azure_native/azurefleet/get_fleet.py +254 -0
  7. pulumi_azure_native/azurefleet/outputs.py +5068 -0
  8. pulumi_azure_native/azurefleet/v20231101preview/__init__.py +12 -0
  9. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +369 -0
  10. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +4373 -0
  11. pulumi_azure_native/azurefleet/v20231101preview/fleet.py +439 -0
  12. pulumi_azure_native/azurefleet/v20231101preview/get_fleet.py +248 -0
  13. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +5014 -0
  14. pulumi_azure_native/azurefleet/v20240501preview/__init__.py +12 -0
  15. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +373 -0
  16. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +4437 -0
  17. pulumi_azure_native/azurefleet/v20240501preview/fleet.py +439 -0
  18. pulumi_azure_native/azurefleet/v20240501preview/get_fleet.py +248 -0
  19. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +5068 -0
  20. pulumi_azure_native/cache/__init__.py +6 -0
  21. pulumi_azure_native/cache/access_policy.py +3 -3
  22. pulumi_azure_native/cache/access_policy_assignment.py +3 -3
  23. pulumi_azure_native/cache/database.py +3 -3
  24. pulumi_azure_native/cache/enterprise_private_endpoint_connection.py +3 -3
  25. pulumi_azure_native/cache/firewall_rule.py +3 -3
  26. pulumi_azure_native/cache/get_access_policy.py +2 -2
  27. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  28. pulumi_azure_native/cache/get_database.py +2 -2
  29. pulumi_azure_native/cache/get_enterprise_private_endpoint_connection.py +2 -2
  30. pulumi_azure_native/cache/get_firewall_rule.py +2 -2
  31. pulumi_azure_native/cache/get_linked_server.py +2 -2
  32. pulumi_azure_native/cache/get_patch_schedule.py +2 -2
  33. pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
  34. pulumi_azure_native/cache/get_redis.py +2 -2
  35. pulumi_azure_native/cache/get_redis_enterprise.py +2 -2
  36. pulumi_azure_native/cache/linked_server.py +3 -3
  37. pulumi_azure_native/cache/list_database_keys.py +2 -2
  38. pulumi_azure_native/cache/list_redis_keys.py +2 -2
  39. pulumi_azure_native/cache/patch_schedule.py +3 -3
  40. pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
  41. pulumi_azure_native/cache/redis.py +3 -3
  42. pulumi_azure_native/cache/redis_enterprise.py +3 -3
  43. pulumi_azure_native/cache/v20200601/redis.py +1 -1
  44. pulumi_azure_native/cache/v20201001preview/redis_enterprise.py +1 -1
  45. pulumi_azure_native/cache/v20230301preview/database.py +1 -1
  46. pulumi_azure_native/cache/v20230301preview/enterprise_private_endpoint_connection.py +1 -1
  47. pulumi_azure_native/cache/v20230301preview/redis_enterprise.py +1 -1
  48. pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
  49. pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
  50. pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
  51. pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/cache/v20230401/redis.py +1 -1
  53. pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
  54. pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
  55. pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
  56. pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
  57. pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
  58. pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
  59. pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
  60. pulumi_azure_native/cache/v20230701/database.py +1 -1
  61. pulumi_azure_native/cache/v20230701/enterprise_private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/cache/v20230701/redis_enterprise.py +1 -1
  63. pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
  64. pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
  65. pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
  66. pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
  67. pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
  68. pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
  69. pulumi_azure_native/cache/v20230801/redis.py +1 -1
  70. pulumi_azure_native/cache/v20230801preview/database.py +1 -1
  71. pulumi_azure_native/cache/v20230801preview/enterprise_private_endpoint_connection.py +1 -1
  72. pulumi_azure_native/cache/v20230801preview/redis_enterprise.py +1 -1
  73. pulumi_azure_native/cache/v20231001preview/database.py +1 -1
  74. pulumi_azure_native/cache/v20231001preview/enterprise_private_endpoint_connection.py +1 -1
  75. pulumi_azure_native/cache/v20231001preview/redis_enterprise.py +1 -1
  76. pulumi_azure_native/cache/v20231101/database.py +1 -1
  77. pulumi_azure_native/cache/v20231101/enterprise_private_endpoint_connection.py +1 -1
  78. pulumi_azure_native/cache/v20231101/redis_enterprise.py +1 -1
  79. pulumi_azure_native/cache/v20240201/database.py +1 -1
  80. pulumi_azure_native/cache/v20240201/enterprise_private_endpoint_connection.py +1 -1
  81. pulumi_azure_native/cache/v20240201/redis_enterprise.py +1 -1
  82. pulumi_azure_native/cache/v20240301/access_policy.py +1 -1
  83. pulumi_azure_native/cache/v20240301/access_policy_assignment.py +1 -1
  84. pulumi_azure_native/cache/v20240301/firewall_rule.py +1 -1
  85. pulumi_azure_native/cache/v20240301/linked_server.py +1 -1
  86. pulumi_azure_native/cache/v20240301/patch_schedule.py +1 -1
  87. pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +1 -1
  88. pulumi_azure_native/cache/v20240301/redis.py +1 -1
  89. pulumi_azure_native/cache/v20240301preview/database.py +1 -1
  90. pulumi_azure_native/cache/v20240301preview/enterprise_private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/cache/v20240301preview/redis_enterprise.py +1 -1
  92. pulumi_azure_native/cache/v20240401preview/__init__.py +25 -0
  93. pulumi_azure_native/cache/v20240401preview/_enums.py +111 -0
  94. pulumi_azure_native/cache/v20240401preview/_inputs.py +486 -0
  95. pulumi_azure_native/cache/v20240401preview/access_policy.py +214 -0
  96. pulumi_azure_native/cache/v20240401preview/access_policy_assignment.py +274 -0
  97. pulumi_azure_native/cache/v20240401preview/firewall_rule.py +234 -0
  98. pulumi_azure_native/cache/v20240401preview/get_access_policy.py +135 -0
  99. pulumi_azure_native/cache/v20240401preview/get_access_policy_assignment.py +161 -0
  100. pulumi_azure_native/cache/v20240401preview/get_firewall_rule.py +135 -0
  101. pulumi_azure_native/cache/v20240401preview/get_linked_server.py +187 -0
  102. pulumi_azure_native/cache/v20240401preview/get_patch_schedule.py +136 -0
  103. pulumi_azure_native/cache/v20240401preview/get_private_endpoint_connection.py +149 -0
  104. pulumi_azure_native/cache/v20240401preview/get_redis.py +456 -0
  105. pulumi_azure_native/cache/v20240401preview/linked_server.py +294 -0
  106. pulumi_azure_native/cache/v20240401preview/list_redis_keys.py +91 -0
  107. pulumi_azure_native/cache/v20240401preview/outputs.py +912 -0
  108. pulumi_azure_native/cache/v20240401preview/patch_schedule.py +216 -0
  109. pulumi_azure_native/cache/v20240401preview/private_endpoint_connection.py +227 -0
  110. pulumi_azure_native/cache/v20240401preview/redis.py +799 -0
  111. pulumi_azure_native/cache/v20240601preview/__init__.py +17 -0
  112. pulumi_azure_native/cache/v20240601preview/_enums.py +125 -0
  113. pulumi_azure_native/cache/v20240601preview/_inputs.py +438 -0
  114. pulumi_azure_native/cache/v20240601preview/database.py +439 -0
  115. pulumi_azure_native/cache/v20240601preview/enterprise_private_endpoint_connection.py +227 -0
  116. pulumi_azure_native/cache/v20240601preview/get_database.py +253 -0
  117. pulumi_azure_native/cache/v20240601preview/get_enterprise_private_endpoint_connection.py +149 -0
  118. pulumi_azure_native/cache/v20240601preview/get_redis_enterprise.py +261 -0
  119. pulumi_azure_native/cache/v20240601preview/list_database_keys.py +96 -0
  120. pulumi_azure_native/cache/v20240601preview/outputs.py +740 -0
  121. pulumi_azure_native/cache/v20240601preview/redis_enterprise.py +410 -0
  122. pulumi_azure_native/datafactory/_inputs.py +16 -0
  123. pulumi_azure_native/datafactory/outputs.py +12 -0
  124. pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
  125. pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
  126. pulumi_azure_native/dbformysql/__init__.py +3 -0
  127. pulumi_azure_native/dbformysql/get_server.py +2 -2
  128. pulumi_azure_native/dbformysql/server.py +3 -3
  129. pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
  130. pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
  131. pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
  132. pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
  133. pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
  134. pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
  135. pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
  136. pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
  137. pulumi_azure_native/dbformysql/v20231230/server.py +1 -1
  138. pulumi_azure_native/dbformysql/v20240201preview/__init__.py +12 -0
  139. pulumi_azure_native/dbformysql/v20240201preview/_enums.py +101 -0
  140. pulumi_azure_native/dbformysql/v20240201preview/_inputs.py +600 -0
  141. pulumi_azure_native/dbformysql/v20240201preview/get_server.py +378 -0
  142. pulumi_azure_native/dbformysql/v20240201preview/outputs.py +1101 -0
  143. pulumi_azure_native/dbformysql/v20240201preview/server.py +730 -0
  144. pulumi_azure_native/documentdb/__init__.py +3 -0
  145. pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
  146. pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
  147. pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
  148. pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
  149. pulumi_azure_native/documentdb/cassandra_resource_cassandra_view.py +3 -3
  150. pulumi_azure_native/documentdb/database_account.py +3 -3
  151. pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
  152. pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
  153. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
  154. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
  155. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_view.py +2 -2
  156. pulumi_azure_native/documentdb/get_database_account.py +2 -2
  157. pulumi_azure_native/documentdb/get_graph_resource_graph.py +2 -2
  158. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
  159. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
  160. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
  161. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
  162. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
  163. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
  164. pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
  165. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  166. pulumi_azure_native/documentdb/get_service.py +2 -2
  167. pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
  168. pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
  169. pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
  170. pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
  171. pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
  172. pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
  173. pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
  174. pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
  175. pulumi_azure_native/documentdb/get_throughput_pool.py +2 -2
  176. pulumi_azure_native/documentdb/get_throughput_pool_account.py +2 -2
  177. pulumi_azure_native/documentdb/graph_resource_graph.py +3 -3
  178. pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
  179. pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
  180. pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
  181. pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
  182. pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
  183. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
  184. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
  185. pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
  186. pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
  187. pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
  188. pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
  189. pulumi_azure_native/documentdb/service.py +3 -3
  190. pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
  191. pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
  192. pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
  193. pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
  194. pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
  195. pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
  196. pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
  197. pulumi_azure_native/documentdb/table_resource_table.py +3 -3
  198. pulumi_azure_native/documentdb/throughput_pool.py +3 -3
  199. pulumi_azure_native/documentdb/throughput_pool_account.py +3 -3
  200. pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
  201. pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
  202. pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
  203. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
  204. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
  205. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_view.py +1 -1
  206. pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
  207. pulumi_azure_native/documentdb/v20230315preview/graph_resource_graph.py +1 -1
  208. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
  209. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
  210. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
  211. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
  212. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
  213. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
  214. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
  215. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
  216. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
  217. pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
  218. pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
  219. pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
  220. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
  221. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
  222. pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
  223. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
  224. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
  225. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
  226. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
  227. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
  228. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
  229. pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
  230. pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
  231. pulumi_azure_native/documentdb/v20230415/service.py +1 -1
  232. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
  233. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
  234. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
  235. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
  236. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
  237. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
  238. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
  239. pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
  240. pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
  241. pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
  242. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
  243. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
  244. pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
  245. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
  246. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
  247. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
  248. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
  249. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
  250. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
  251. pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
  252. pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
  253. pulumi_azure_native/documentdb/v20230915/service.py +1 -1
  254. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
  255. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
  256. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
  257. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
  258. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
  259. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
  260. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
  261. pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
  262. pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
  263. pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
  264. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
  265. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
  266. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_view.py +1 -1
  267. pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
  268. pulumi_azure_native/documentdb/v20230915preview/graph_resource_graph.py +1 -1
  269. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
  270. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
  271. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
  272. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
  273. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
  274. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
  275. pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
  276. pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
  277. pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
  278. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
  279. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
  280. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
  281. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
  282. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
  283. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
  284. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
  285. pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
  286. pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
  287. pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
  288. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
  289. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
  290. pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
  291. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
  292. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
  293. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
  294. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
  295. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
  296. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
  297. pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
  298. pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
  299. pulumi_azure_native/documentdb/v20231115/service.py +1 -1
  300. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
  301. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
  302. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
  303. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
  304. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
  305. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
  306. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
  307. pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
  308. pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
  309. pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
  310. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
  311. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
  312. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_view.py +1 -1
  313. pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
  314. pulumi_azure_native/documentdb/v20231115preview/graph_resource_graph.py +1 -1
  315. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
  316. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
  317. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
  318. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
  319. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
  320. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
  321. pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
  322. pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
  323. pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
  324. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
  325. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
  326. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
  327. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
  328. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
  329. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
  330. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
  331. pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
  332. pulumi_azure_native/documentdb/v20231115preview/throughput_pool.py +1 -1
  333. pulumi_azure_native/documentdb/v20231115preview/throughput_pool_account.py +1 -1
  334. pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
  335. pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
  336. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
  337. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
  338. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_view.py +1 -1
  339. pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
  340. pulumi_azure_native/documentdb/v20240215preview/graph_resource_graph.py +1 -1
  341. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
  342. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
  343. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
  344. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
  345. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
  346. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
  347. pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
  348. pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
  349. pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
  350. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
  351. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
  352. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
  353. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
  354. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
  355. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
  356. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
  357. pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
  358. pulumi_azure_native/documentdb/v20240215preview/throughput_pool.py +1 -1
  359. pulumi_azure_native/documentdb/v20240215preview/throughput_pool_account.py +1 -1
  360. pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +1 -1
  361. pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +1 -1
  362. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +1 -1
  363. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +1 -1
  364. pulumi_azure_native/documentdb/v20240515/database_account.py +1 -1
  365. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +1 -1
  366. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +1 -1
  367. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +1 -1
  368. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +1 -1
  369. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +1 -1
  370. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +1 -1
  371. pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +1 -1
  372. pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +1 -1
  373. pulumi_azure_native/documentdb/v20240515/service.py +1 -1
  374. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +1 -1
  375. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +1 -1
  376. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +1 -1
  377. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +1 -1
  378. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +1 -1
  379. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +1 -1
  380. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +1 -1
  381. pulumi_azure_native/documentdb/v20240515/table_resource_table.py +1 -1
  382. pulumi_azure_native/documentdb/v20240515preview/__init__.py +65 -0
  383. pulumi_azure_native/documentdb/v20240515preview/_enums.py +395 -0
  384. pulumi_azure_native/documentdb/v20240515preview/_inputs.py +4164 -0
  385. pulumi_azure_native/documentdb/v20240515preview/cassandra_cluster.py +272 -0
  386. pulumi_azure_native/documentdb/v20240515preview/cassandra_data_center.py +206 -0
  387. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_keyspace.py +317 -0
  388. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_table.py +338 -0
  389. pulumi_azure_native/documentdb/v20240515preview/cassandra_resource_cassandra_view.py +338 -0
  390. pulumi_azure_native/documentdb/v20240515preview/database_account.py +1455 -0
  391. pulumi_azure_native/documentdb/v20240515preview/get_cassandra_cluster.py +157 -0
  392. pulumi_azure_native/documentdb/v20240515preview/get_cassandra_data_center.py +123 -0
  393. pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_keyspace.py +169 -0
  394. pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_table.py +174 -0
  395. pulumi_azure_native/documentdb/v20240515preview/get_cassandra_resource_cassandra_view.py +174 -0
  396. pulumi_azure_native/documentdb/v20240515preview/get_database_account.py +768 -0
  397. pulumi_azure_native/documentdb/v20240515preview/get_graph_resource_graph.py +169 -0
  398. pulumi_azure_native/documentdb/v20240515preview/get_gremlin_resource_gremlin_database.py +169 -0
  399. pulumi_azure_native/documentdb/v20240515preview/get_gremlin_resource_gremlin_graph.py +174 -0
  400. pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_db_collection.py +174 -0
  401. pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_db_database.py +169 -0
  402. pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_role_definition.py +162 -0
  403. pulumi_azure_native/documentdb/v20240515preview/get_mongo_db_resource_mongo_user_definition.py +188 -0
  404. pulumi_azure_native/documentdb/v20240515preview/get_notebook_workspace.py +135 -0
  405. pulumi_azure_native/documentdb/v20240515preview/get_private_endpoint_connection.py +175 -0
  406. pulumi_azure_native/documentdb/v20240515preview/get_service.py +123 -0
  407. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_container.py +174 -0
  408. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_database.py +169 -0
  409. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_role_assignment.py +148 -0
  410. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_role_definition.py +149 -0
  411. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_stored_procedure.py +169 -0
  412. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_trigger.py +169 -0
  413. pulumi_azure_native/documentdb/v20240515preview/get_sql_resource_sql_user_defined_function.py +169 -0
  414. pulumi_azure_native/documentdb/v20240515preview/get_table_resource_table.py +169 -0
  415. pulumi_azure_native/documentdb/v20240515preview/get_throughput_pool.py +170 -0
  416. pulumi_azure_native/documentdb/v20240515preview/get_throughput_pool_account.py +175 -0
  417. pulumi_azure_native/documentdb/v20240515preview/graph_resource_graph.py +317 -0
  418. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_database.py +317 -0
  419. pulumi_azure_native/documentdb/v20240515preview/gremlin_resource_gremlin_graph.py +338 -0
  420. pulumi_azure_native/documentdb/v20240515preview/list_database_account_connection_strings.py +79 -0
  421. pulumi_azure_native/documentdb/v20240515preview/list_database_account_keys.py +117 -0
  422. pulumi_azure_native/documentdb/v20240515preview/list_notebook_workspace_connection_info.py +96 -0
  423. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_collection.py +338 -0
  424. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_db_database.py +317 -0
  425. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_role_definition.py +312 -0
  426. pulumi_azure_native/documentdb/v20240515preview/mongo_db_resource_mongo_user_definition.py +350 -0
  427. pulumi_azure_native/documentdb/v20240515preview/notebook_workspace.py +194 -0
  428. pulumi_azure_native/documentdb/v20240515preview/outputs.py +6884 -0
  429. pulumi_azure_native/documentdb/v20240515preview/private_endpoint_connection.py +302 -0
  430. pulumi_azure_native/documentdb/v20240515preview/service.py +247 -0
  431. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_container.py +338 -0
  432. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_database.py +317 -0
  433. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_assignment.py +261 -0
  434. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_role_definition.py +283 -0
  435. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_stored_procedure.py +353 -0
  436. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_trigger.py +353 -0
  437. pulumi_azure_native/documentdb/v20240515preview/sql_resource_sql_user_defined_function.py +353 -0
  438. pulumi_azure_native/documentdb/v20240515preview/table_resource_table.py +317 -0
  439. pulumi_azure_native/documentdb/v20240515preview/throughput_pool.py +261 -0
  440. pulumi_azure_native/documentdb/v20240515preview/throughput_pool_account.py +263 -0
  441. pulumi_azure_native/elastic/__init__.py +5 -0
  442. pulumi_azure_native/elastic/_enums.py +23 -0
  443. pulumi_azure_native/elastic/_inputs.py +114 -0
  444. pulumi_azure_native/elastic/get_billing_info.py +2 -2
  445. pulumi_azure_native/elastic/get_monitor.py +2 -2
  446. pulumi_azure_native/elastic/get_monitored_subscription.py +125 -0
  447. pulumi_azure_native/elastic/get_open_ai.py +2 -2
  448. pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
  449. pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
  450. pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
  451. pulumi_azure_native/elastic/get_tag_rule.py +2 -2
  452. pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
  453. pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
  454. pulumi_azure_native/elastic/list_deployment_info.py +2 -2
  455. pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
  456. pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
  457. pulumi_azure_native/elastic/list_vm_host.py +2 -2
  458. pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
  459. pulumi_azure_native/elastic/monitor.py +3 -3
  460. pulumi_azure_native/elastic/monitored_subscription.py +208 -0
  461. pulumi_azure_native/elastic/open_ai.py +3 -3
  462. pulumi_azure_native/elastic/outputs.py +133 -0
  463. pulumi_azure_native/elastic/tag_rule.py +3 -3
  464. pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
  465. pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
  466. pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
  467. pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
  468. pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
  469. pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
  470. pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
  471. pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
  472. pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
  473. pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
  474. pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
  475. pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
  476. pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
  477. pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
  478. pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
  479. pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
  480. pulumi_azure_native/elastic/v20240501preview/__init__.py +29 -0
  481. pulumi_azure_native/elastic/v20240501preview/_enums.py +57 -0
  482. pulumi_azure_native/elastic/v20240501preview/_inputs.py +826 -0
  483. pulumi_azure_native/elastic/v20240501preview/get_billing_info.py +92 -0
  484. pulumi_azure_native/elastic/v20240501preview/get_monitor.py +183 -0
  485. pulumi_azure_native/elastic/v20240501preview/get_monitored_subscription.py +123 -0
  486. pulumi_azure_native/elastic/v20240501preview/get_open_ai.py +123 -0
  487. pulumi_azure_native/elastic/v20240501preview/get_open_ai_status.py +84 -0
  488. pulumi_azure_native/elastic/v20240501preview/get_organization_api_key.py +71 -0
  489. pulumi_azure_native/elastic/v20240501preview/get_organization_elastic_to_azure_subscription_mapping.py +65 -0
  490. pulumi_azure_native/elastic/v20240501preview/get_tag_rule.py +136 -0
  491. pulumi_azure_native/elastic/v20240501preview/list_all_traffic_filter.py +79 -0
  492. pulumi_azure_native/elastic/v20240501preview/list_connected_partner_resource.py +92 -0
  493. pulumi_azure_native/elastic/v20240501preview/list_deployment_info.py +157 -0
  494. pulumi_azure_native/elastic/v20240501preview/list_monitored_resource.py +92 -0
  495. pulumi_azure_native/elastic/v20240501preview/list_upgradable_version_details.py +91 -0
  496. pulumi_azure_native/elastic/v20240501preview/list_vm_host.py +92 -0
  497. pulumi_azure_native/elastic/v20240501preview/listlist_associated_traffic_filter.py +79 -0
  498. pulumi_azure_native/elastic/v20240501preview/monitor.py +311 -0
  499. pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +206 -0
  500. pulumi_azure_native/elastic/v20240501preview/open_ai.py +205 -0
  501. pulumi_azure_native/elastic/v20240501preview/outputs.py +1728 -0
  502. pulumi_azure_native/elastic/v20240501preview/tag_rule.py +216 -0
  503. pulumi_azure_native/hdinsight/v20240501/_inputs.py +34 -2
  504. pulumi_azure_native/hdinsight/v20240501/outputs.py +45 -2
  505. pulumi_azure_native/integrationspaces/_inputs.py +20 -16
  506. pulumi_azure_native/integrationspaces/application.py +18 -19
  507. pulumi_azure_native/integrationspaces/get_application.py +1 -1
  508. pulumi_azure_native/integrationspaces/outputs.py +16 -12
  509. pulumi_azure_native/integrationspaces/v20231114preview/_inputs.py +20 -16
  510. pulumi_azure_native/integrationspaces/v20231114preview/application.py +18 -19
  511. pulumi_azure_native/integrationspaces/v20231114preview/get_application.py +1 -1
  512. pulumi_azure_native/integrationspaces/v20231114preview/outputs.py +16 -12
  513. pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
  514. pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
  515. pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
  516. pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
  517. pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
  518. pulumi_azure_native/machinelearningservices/v20230801preview/serverless_endpoint.py +1 -1
  519. pulumi_azure_native/machinelearningservices/v20240101preview/marketplace_subscription.py +1 -1
  520. pulumi_azure_native/machinelearningservices/v20240101preview/serverless_endpoint.py +1 -1
  521. pulumi_azure_native/machinelearningservices/v20240401/__init__.py +5 -0
  522. pulumi_azure_native/machinelearningservices/v20240401/_enums.py +17 -0
  523. pulumi_azure_native/machinelearningservices/v20240401/_inputs.py +125 -0
  524. pulumi_azure_native/machinelearningservices/v20240401/get_marketplace_subscription.py +136 -0
  525. pulumi_azure_native/machinelearningservices/v20240401/get_serverless_endpoint.py +196 -0
  526. pulumi_azure_native/machinelearningservices/v20240401/list_serverless_endpoint_keys.py +96 -0
  527. pulumi_azure_native/machinelearningservices/v20240401/marketplace_subscription.py +215 -0
  528. pulumi_azure_native/machinelearningservices/v20240401/outputs.py +356 -0
  529. pulumi_azure_native/machinelearningservices/v20240401/serverless_endpoint.py +359 -0
  530. pulumi_azure_native/machinelearningservices/v20240401preview/marketplace_subscription.py +1 -1
  531. pulumi_azure_native/machinelearningservices/v20240401preview/serverless_endpoint.py +1 -1
  532. pulumi_azure_native/networkcloud/__init__.py +0 -3
  533. pulumi_azure_native/networkcloud/_enums.py +29 -0
  534. pulumi_azure_native/networkcloud/_inputs.py +173 -1
  535. pulumi_azure_native/networkcloud/agent_pool.py +5 -5
  536. pulumi_azure_native/networkcloud/bare_metal_machine.py +25 -5
  537. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +5 -5
  538. pulumi_azure_native/networkcloud/bmc_key_set.py +5 -5
  539. pulumi_azure_native/networkcloud/cloud_services_network.py +5 -5
  540. pulumi_azure_native/networkcloud/cluster.py +93 -6
  541. pulumi_azure_native/networkcloud/cluster_manager.py +5 -5
  542. pulumi_azure_native/networkcloud/console.py +5 -5
  543. pulumi_azure_native/networkcloud/get_agent_pool.py +4 -4
  544. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +31 -5
  545. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +4 -4
  546. pulumi_azure_native/networkcloud/get_bmc_key_set.py +4 -4
  547. pulumi_azure_native/networkcloud/get_cloud_services_network.py +4 -4
  548. pulumi_azure_native/networkcloud/get_cluster.py +44 -5
  549. pulumi_azure_native/networkcloud/get_cluster_manager.py +4 -4
  550. pulumi_azure_native/networkcloud/get_console.py +4 -4
  551. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +4 -4
  552. pulumi_azure_native/networkcloud/get_l2_network.py +4 -4
  553. pulumi_azure_native/networkcloud/get_l3_network.py +4 -4
  554. pulumi_azure_native/networkcloud/get_metrics_configuration.py +4 -4
  555. pulumi_azure_native/networkcloud/get_rack.py +4 -4
  556. pulumi_azure_native/networkcloud/get_storage_appliance.py +4 -4
  557. pulumi_azure_native/networkcloud/get_trunked_network.py +4 -4
  558. pulumi_azure_native/networkcloud/get_virtual_machine.py +5 -5
  559. pulumi_azure_native/networkcloud/get_volume.py +4 -4
  560. pulumi_azure_native/networkcloud/kubernetes_cluster.py +5 -5
  561. pulumi_azure_native/networkcloud/l2_network.py +5 -5
  562. pulumi_azure_native/networkcloud/l3_network.py +5 -5
  563. pulumi_azure_native/networkcloud/metrics_configuration.py +5 -5
  564. pulumi_azure_native/networkcloud/outputs.py +288 -1
  565. pulumi_azure_native/networkcloud/rack.py +5 -5
  566. pulumi_azure_native/networkcloud/storage_appliance.py +5 -5
  567. pulumi_azure_native/networkcloud/trunked_network.py +5 -5
  568. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  569. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  570. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  571. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  572. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  573. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  574. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  575. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  576. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  577. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  578. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  579. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  580. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  581. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  582. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  583. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  584. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  585. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  586. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  587. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  588. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  589. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  590. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  591. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  592. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  593. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  594. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  595. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  596. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  597. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  598. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  599. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  600. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  601. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  602. pulumi_azure_native/networkcloud/virtual_machine.py +6 -6
  603. pulumi_azure_native/networkcloud/volume.py +5 -5
  604. pulumi_azure_native/pulumi-plugin.json +1 -1
  605. pulumi_azure_native/search/__init__.py +3 -0
  606. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  607. pulumi_azure_native/search/get_service.py +2 -2
  608. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  609. pulumi_azure_native/search/list_admin_key.py +2 -2
  610. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  611. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  612. pulumi_azure_native/search/service.py +3 -3
  613. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  614. pulumi_azure_native/search/v20210401preview/service.py +1 -1
  615. pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
  616. pulumi_azure_native/search/v20220901/service.py +1 -1
  617. pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
  618. pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
  619. pulumi_azure_native/search/v20231101/service.py +1 -1
  620. pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
  621. pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
  622. pulumi_azure_native/search/v20240301preview/service.py +1 -1
  623. pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
  624. pulumi_azure_native/search/v20240601preview/__init__.py +18 -0
  625. pulumi_azure_native/search/v20240601preview/_enums.py +283 -0
  626. pulumi_azure_native/search/v20240601preview/_inputs.py +499 -0
  627. pulumi_azure_native/search/v20240601preview/get_private_endpoint_connection.py +123 -0
  628. pulumi_azure_native/search/v20240601preview/get_service.py +365 -0
  629. pulumi_azure_native/search/v20240601preview/get_shared_private_link_resource.py +123 -0
  630. pulumi_azure_native/search/v20240601preview/list_admin_key.py +91 -0
  631. pulumi_azure_native/search/v20240601preview/list_query_key_by_search_service.py +92 -0
  632. pulumi_azure_native/search/v20240601preview/outputs.py +827 -0
  633. pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +206 -0
  634. pulumi_azure_native/search/v20240601preview/service.py +638 -0
  635. pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +206 -0
  636. pulumi_azure_native/security/__init__.py +5 -0
  637. pulumi_azure_native/security/_enums.py +19 -0
  638. pulumi_azure_native/security/_inputs.py +146 -0
  639. pulumi_azure_native/security/dev_ops_configuration.py +3 -3
  640. pulumi_azure_native/security/dev_ops_policy_assignment.py +218 -0
  641. pulumi_azure_native/security/get_dev_ops_configuration.py +2 -2
  642. pulumi_azure_native/security/get_dev_ops_policy_assignment.py +138 -0
  643. pulumi_azure_native/security/list_azure_dev_ops_org_available.py +2 -2
  644. pulumi_azure_native/security/list_git_hub_owner_available.py +2 -2
  645. pulumi_azure_native/security/list_git_lab_group_available.py +2 -2
  646. pulumi_azure_native/security/list_git_lab_subgroup.py +2 -2
  647. pulumi_azure_native/security/outputs.py +219 -0
  648. pulumi_azure_native/security/v20230901preview/dev_ops_configuration.py +1 -1
  649. pulumi_azure_native/security/v20240401/dev_ops_configuration.py +1 -1
  650. pulumi_azure_native/security/v20240515preview/__init__.py +18 -0
  651. pulumi_azure_native/security/v20240515preview/_enums.py +37 -0
  652. pulumi_azure_native/security/v20240515preview/_inputs.py +249 -0
  653. pulumi_azure_native/security/v20240515preview/dev_ops_configuration.py +196 -0
  654. pulumi_azure_native/security/v20240515preview/dev_ops_policy_assignment.py +216 -0
  655. pulumi_azure_native/security/v20240515preview/get_dev_ops_configuration.py +131 -0
  656. pulumi_azure_native/security/v20240515preview/get_dev_ops_policy_assignment.py +136 -0
  657. pulumi_azure_native/security/v20240515preview/list_azure_dev_ops_org_available.py +92 -0
  658. pulumi_azure_native/security/v20240515preview/list_git_hub_owner_available.py +92 -0
  659. pulumi_azure_native/security/v20240515preview/list_git_lab_group_available.py +92 -0
  660. pulumi_azure_native/security/v20240515preview/list_git_lab_subgroup.py +97 -0
  661. pulumi_azure_native/security/v20240515preview/outputs.py +1233 -0
  662. pulumi_azure_native/servicenetworking/__init__.py +5 -0
  663. pulumi_azure_native/servicenetworking/_inputs.py +24 -0
  664. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  665. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  666. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  667. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  668. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +190 -0
  669. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  670. pulumi_azure_native/servicenetworking/outputs.py +23 -0
  671. pulumi_azure_native/servicenetworking/security_policies_interface.py +295 -0
  672. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  673. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  674. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  675. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  676. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  677. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  678. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  679. pulumi_azure_native/servicenetworking/v20231101/_enums.py +3 -0
  680. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  681. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +3 -3
  682. pulumi_azure_native/servicenetworking/v20231101/get_frontends_interface.py +1 -1
  683. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  684. pulumi_azure_native/servicenetworking/v20240501preview/__init__.py +18 -0
  685. pulumi_azure_native/servicenetworking/v20240501preview/_enums.py +19 -0
  686. pulumi_azure_native/servicenetworking/v20240501preview/_inputs.py +112 -0
  687. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +314 -0
  688. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +263 -0
  689. pulumi_azure_native/servicenetworking/v20240501preview/get_associations_interface.py +188 -0
  690. pulumi_azure_native/servicenetworking/v20240501preview/get_frontends_interface.py +175 -0
  691. pulumi_azure_native/servicenetworking/v20240501preview/get_security_policies_interface.py +188 -0
  692. pulumi_azure_native/servicenetworking/v20240501preview/get_traffic_controller_interface.py +222 -0
  693. pulumi_azure_native/servicenetworking/v20240501preview/outputs.py +260 -0
  694. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +293 -0
  695. pulumi_azure_native/{networkcloud/v20230501preview/volume.py → servicenetworking/v20240501preview/traffic_controller_interface.py} +84 -113
  696. pulumi_azure_native/signalrservice/__init__.py +3 -0
  697. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  698. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  699. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  700. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  701. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  702. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  703. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  704. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  705. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  706. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  707. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  708. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  709. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  710. pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
  711. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
  712. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
  713. pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
  714. pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
  715. pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
  716. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
  717. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
  718. pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
  719. pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
  720. pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
  721. pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
  722. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
  723. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
  724. pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
  725. pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
  726. pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
  727. pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
  728. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
  729. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
  730. pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
  731. pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
  732. pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
  733. pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
  734. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
  735. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
  736. pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
  737. pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
  738. pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
  739. pulumi_azure_native/signalrservice/v20240301/__init__.py +23 -0
  740. pulumi_azure_native/signalrservice/v20240301/_enums.py +95 -0
  741. pulumi_azure_native/signalrservice/v20240301/_inputs.py +990 -0
  742. pulumi_azure_native/signalrservice/v20240301/get_signal_r.py +484 -0
  743. pulumi_azure_native/signalrservice/v20240301/get_signal_r_custom_certificate.py +175 -0
  744. pulumi_azure_native/signalrservice/v20240301/get_signal_r_custom_domain.py +162 -0
  745. pulumi_azure_native/signalrservice/v20240301/get_signal_r_private_endpoint_connection.py +175 -0
  746. pulumi_azure_native/signalrservice/v20240301/get_signal_r_replica.py +204 -0
  747. pulumi_azure_native/signalrservice/v20240301/get_signal_r_shared_private_link_resource.py +188 -0
  748. pulumi_azure_native/signalrservice/v20240301/list_signal_r_keys.py +117 -0
  749. pulumi_azure_native/signalrservice/v20240301/outputs.py +1511 -0
  750. pulumi_azure_native/signalrservice/v20240301/signal_r.py +858 -0
  751. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +284 -0
  752. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +255 -0
  753. pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +265 -0
  754. pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +362 -0
  755. pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +294 -0
  756. pulumi_azure_native/storage/v20230501/get_storage_account.py +14 -1
  757. pulumi_azure_native/storage/v20230501/storage_account.py +29 -0
  758. pulumi_azure_native/webpubsub/__init__.py +3 -0
  759. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  760. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  761. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  762. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  763. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  764. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  765. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  766. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  767. pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
  768. pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
  769. pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
  770. pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
  771. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
  772. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
  773. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
  774. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
  775. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
  776. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
  777. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
  778. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
  779. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
  780. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
  781. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
  782. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
  783. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
  784. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
  785. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
  786. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
  787. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
  788. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
  789. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
  790. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
  791. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
  792. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
  793. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
  794. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  795. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
  796. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  797. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
  798. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
  799. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
  800. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
  801. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
  802. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
  803. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
  804. pulumi_azure_native/webpubsub/v20240301/__init__.py +25 -0
  805. pulumi_azure_native/webpubsub/v20240301/_enums.py +90 -0
  806. pulumi_azure_native/webpubsub/v20240301/_inputs.py +1077 -0
  807. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub.py +440 -0
  808. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_custom_certificate.py +175 -0
  809. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_custom_domain.py +162 -0
  810. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_hub.py +136 -0
  811. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_private_endpoint_connection.py +175 -0
  812. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_replica.py +204 -0
  813. pulumi_azure_native/webpubsub/v20240301/get_web_pub_sub_shared_private_link_resource.py +188 -0
  814. pulumi_azure_native/webpubsub/v20240301/list_web_pub_sub_keys.py +117 -0
  815. pulumi_azure_native/webpubsub/v20240301/outputs.py +1619 -0
  816. pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +751 -0
  817. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +284 -0
  818. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +255 -0
  819. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +217 -0
  820. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +265 -0
  821. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +362 -0
  822. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +294 -0
  823. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  824. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  825. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  826. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  827. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  828. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  829. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  830. {pulumi_azure_native-2.42.1.dist-info → pulumi_azure_native-2.43.0.dist-info}/METADATA +1 -1
  831. {pulumi_azure_native-2.42.1.dist-info → pulumi_azure_native-2.43.0.dist-info}/RECORD +833 -652
  832. pulumi_azure_native/networkcloud/v20230501preview/__init__.py +0 -44
  833. pulumi_azure_native/networkcloud/v20230501preview/_enums.py +0 -277
  834. pulumi_azure_native/networkcloud/v20230501preview/_inputs.py +0 -2197
  835. pulumi_azure_native/networkcloud/v20230501preview/agent_pool.py +0 -605
  836. pulumi_azure_native/networkcloud/v20230501preview/bare_metal_machine.py +0 -731
  837. pulumi_azure_native/networkcloud/v20230501preview/bare_metal_machine_key_set.py +0 -502
  838. pulumi_azure_native/networkcloud/v20230501preview/bmc_key_set.py +0 -443
  839. pulumi_azure_native/networkcloud/v20230501preview/cloud_services_network.py +0 -412
  840. pulumi_azure_native/networkcloud/v20230501preview/cluster.py +0 -680
  841. pulumi_azure_native/networkcloud/v20230501preview/cluster_manager.py +0 -417
  842. pulumi_azure_native/networkcloud/v20230501preview/console.py +0 -412
  843. pulumi_azure_native/networkcloud/v20230501preview/get_agent_pool.py +0 -341
  844. pulumi_azure_native/networkcloud/v20230501preview/get_bare_metal_machine.py +0 -518
  845. pulumi_azure_native/networkcloud/v20230501preview/get_bare_metal_machine_key_set.py +0 -302
  846. pulumi_azure_native/networkcloud/v20230501preview/get_bmc_key_set.py +0 -276
  847. pulumi_azure_native/networkcloud/v20230501preview/get_cloud_services_network.py +0 -303
  848. pulumi_azure_native/networkcloud/v20230501preview/get_cluster.py +0 -454
  849. pulumi_azure_native/networkcloud/v20230501preview/get_cluster_manager.py +0 -271
  850. pulumi_azure_native/networkcloud/v20230501preview/get_console.py +0 -263
  851. pulumi_azure_native/networkcloud/v20230501preview/get_kubernetes_cluster.py +0 -375
  852. pulumi_azure_native/networkcloud/v20230501preview/get_l2_network.py +0 -284
  853. pulumi_azure_native/networkcloud/v20230501preview/get_l3_network.py +0 -351
  854. pulumi_azure_native/networkcloud/v20230501preview/get_metrics_configuration.py +0 -237
  855. pulumi_azure_native/networkcloud/v20230501preview/get_rack.py +0 -258
  856. pulumi_azure_native/networkcloud/v20230501preview/get_storage_appliance.py +0 -336
  857. pulumi_azure_native/networkcloud/v20230501preview/get_trunked_network.py +0 -297
  858. pulumi_azure_native/networkcloud/v20230501preview/get_virtual_machine.py +0 -466
  859. pulumi_azure_native/networkcloud/v20230501preview/get_volume.py +0 -232
  860. pulumi_azure_native/networkcloud/v20230501preview/kubernetes_cluster.py +0 -559
  861. pulumi_azure_native/networkcloud/v20230501preview/l2_network.py +0 -414
  862. pulumi_azure_native/networkcloud/v20230501preview/l3_network.py +0 -576
  863. pulumi_azure_native/networkcloud/v20230501preview/metrics_configuration.py +0 -371
  864. pulumi_azure_native/networkcloud/v20230501preview/outputs.py +0 -3449
  865. pulumi_azure_native/networkcloud/v20230501preview/rack.py +0 -411
  866. pulumi_azure_native/networkcloud/v20230501preview/storage_appliance.py +0 -491
  867. pulumi_azure_native/networkcloud/v20230501preview/trunked_network.py +0 -444
  868. pulumi_azure_native/networkcloud/v20230501preview/virtual_machine.py +0 -818
  869. {pulumi_azure_native-2.42.1.dist-info → pulumi_azure_native-2.43.0.dist-info}/WHEEL +0 -0
  870. {pulumi_azure_native-2.42.1.dist-info → pulumi_azure_native-2.43.0.dist-info}/top_level.txt +0 -0
@@ -1,3449 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by pulumi-language-python. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from ... import _utilities
11
- from . import outputs
12
- from ._enums import *
13
-
14
- __all__ = [
15
- 'AadConfigurationResponse',
16
- 'AdministrativeCredentialsResponse',
17
- 'AdministratorConfigurationResponse',
18
- 'AgentOptionsResponse',
19
- 'AgentPoolUpgradeSettingsResponse',
20
- 'AttachedNetworkConfigurationResponse',
21
- 'AvailableUpgradeResponse',
22
- 'BareMetalMachineConfigurationDataResponse',
23
- 'BgpAdvertisementResponse',
24
- 'BgpServiceLoadBalancerConfigurationResponse',
25
- 'ClusterAvailableUpgradeVersionResponse',
26
- 'ClusterAvailableVersionResponse',
27
- 'ClusterCapacityResponse',
28
- 'ControlPlaneNodeConfigurationResponse',
29
- 'EgressEndpointResponse',
30
- 'EndpointDependencyResponse',
31
- 'ExtendedLocationResponse',
32
- 'FeatureStatusResponse',
33
- 'HardwareInventoryNetworkInterfaceResponse',
34
- 'HardwareInventoryResponse',
35
- 'HardwareValidationStatusResponse',
36
- 'ImageRepositoryCredentialsResponse',
37
- 'InitialAgentPoolConfigurationResponse',
38
- 'IpAddressPoolResponse',
39
- 'KeySetUserResponse',
40
- 'KeySetUserStatusResponse',
41
- 'KubernetesClusterNodeResponse',
42
- 'KubernetesLabelResponse',
43
- 'L2NetworkAttachmentConfigurationResponse',
44
- 'L3NetworkAttachmentConfigurationResponse',
45
- 'LldpNeighborResponse',
46
- 'ManagedResourceGroupConfigurationResponse',
47
- 'NetworkAttachmentResponse',
48
- 'NetworkConfigurationResponse',
49
- 'NicResponse',
50
- 'OsDiskResponse',
51
- 'RackDefinitionResponse',
52
- 'ServiceLoadBalancerBgpPeerResponse',
53
- 'ServicePrincipalInformationResponse',
54
- 'SshPublicKeyResponse',
55
- 'StorageApplianceConfigurationDataResponse',
56
- 'StorageProfileResponse',
57
- 'SystemDataResponse',
58
- 'TrunkedNetworkAttachmentConfigurationResponse',
59
- 'ValidationThresholdResponse',
60
- 'VirtualMachinePlacementHintResponse',
61
- ]
62
-
63
- @pulumi.output_type
64
- class AadConfigurationResponse(dict):
65
- @staticmethod
66
- def __key_warning(key: str):
67
- suggest = None
68
- if key == "adminGroupObjectIds":
69
- suggest = "admin_group_object_ids"
70
-
71
- if suggest:
72
- pulumi.log.warn(f"Key '{key}' not found in AadConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
73
-
74
- def __getitem__(self, key: str) -> Any:
75
- AadConfigurationResponse.__key_warning(key)
76
- return super().__getitem__(key)
77
-
78
- def get(self, key: str, default = None) -> Any:
79
- AadConfigurationResponse.__key_warning(key)
80
- return super().get(key, default)
81
-
82
- def __init__(__self__, *,
83
- admin_group_object_ids: Sequence[str]):
84
- """
85
- :param Sequence[str] admin_group_object_ids: The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
86
- """
87
- pulumi.set(__self__, "admin_group_object_ids", admin_group_object_ids)
88
-
89
- @property
90
- @pulumi.getter(name="adminGroupObjectIds")
91
- def admin_group_object_ids(self) -> Sequence[str]:
92
- """
93
- The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
94
- """
95
- return pulumi.get(self, "admin_group_object_ids")
96
-
97
-
98
- @pulumi.output_type
99
- class AdministrativeCredentialsResponse(dict):
100
- def __init__(__self__, *,
101
- password: str,
102
- username: str):
103
- """
104
- :param str password: The password of the administrator of the device used during initialization.
105
- :param str username: The username of the administrator of the device used during initialization.
106
- """
107
- pulumi.set(__self__, "password", password)
108
- pulumi.set(__self__, "username", username)
109
-
110
- @property
111
- @pulumi.getter
112
- def password(self) -> str:
113
- """
114
- The password of the administrator of the device used during initialization.
115
- """
116
- return pulumi.get(self, "password")
117
-
118
- @property
119
- @pulumi.getter
120
- def username(self) -> str:
121
- """
122
- The username of the administrator of the device used during initialization.
123
- """
124
- return pulumi.get(self, "username")
125
-
126
-
127
- @pulumi.output_type
128
- class AdministratorConfigurationResponse(dict):
129
- @staticmethod
130
- def __key_warning(key: str):
131
- suggest = None
132
- if key == "adminUsername":
133
- suggest = "admin_username"
134
- elif key == "sshPublicKeys":
135
- suggest = "ssh_public_keys"
136
-
137
- if suggest:
138
- pulumi.log.warn(f"Key '{key}' not found in AdministratorConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
139
-
140
- def __getitem__(self, key: str) -> Any:
141
- AdministratorConfigurationResponse.__key_warning(key)
142
- return super().__getitem__(key)
143
-
144
- def get(self, key: str, default = None) -> Any:
145
- AdministratorConfigurationResponse.__key_warning(key)
146
- return super().get(key, default)
147
-
148
- def __init__(__self__, *,
149
- admin_username: Optional[str] = None,
150
- ssh_public_keys: Optional[Sequence['outputs.SshPublicKeyResponse']] = None):
151
- """
152
- :param str admin_username: The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
153
- :param Sequence['SshPublicKeyResponse'] ssh_public_keys: The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
154
- """
155
- if admin_username is not None:
156
- pulumi.set(__self__, "admin_username", admin_username)
157
- if ssh_public_keys is not None:
158
- pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
159
-
160
- @property
161
- @pulumi.getter(name="adminUsername")
162
- def admin_username(self) -> Optional[str]:
163
- """
164
- The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
165
- """
166
- return pulumi.get(self, "admin_username")
167
-
168
- @property
169
- @pulumi.getter(name="sshPublicKeys")
170
- def ssh_public_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]:
171
- """
172
- The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
173
- """
174
- return pulumi.get(self, "ssh_public_keys")
175
-
176
-
177
- @pulumi.output_type
178
- class AgentOptionsResponse(dict):
179
- @staticmethod
180
- def __key_warning(key: str):
181
- suggest = None
182
- if key == "hugepagesCount":
183
- suggest = "hugepages_count"
184
- elif key == "hugepagesSize":
185
- suggest = "hugepages_size"
186
-
187
- if suggest:
188
- pulumi.log.warn(f"Key '{key}' not found in AgentOptionsResponse. Access the value via the '{suggest}' property getter instead.")
189
-
190
- def __getitem__(self, key: str) -> Any:
191
- AgentOptionsResponse.__key_warning(key)
192
- return super().__getitem__(key)
193
-
194
- def get(self, key: str, default = None) -> Any:
195
- AgentOptionsResponse.__key_warning(key)
196
- return super().get(key, default)
197
-
198
- def __init__(__self__, *,
199
- hugepages_count: float,
200
- hugepages_size: Optional[str] = None):
201
- """
202
- :param float hugepages_count: The number of hugepages to allocate.
203
- :param str hugepages_size: The size of the hugepages to allocate.
204
- """
205
- pulumi.set(__self__, "hugepages_count", hugepages_count)
206
- if hugepages_size is None:
207
- hugepages_size = '2M'
208
- if hugepages_size is not None:
209
- pulumi.set(__self__, "hugepages_size", hugepages_size)
210
-
211
- @property
212
- @pulumi.getter(name="hugepagesCount")
213
- def hugepages_count(self) -> float:
214
- """
215
- The number of hugepages to allocate.
216
- """
217
- return pulumi.get(self, "hugepages_count")
218
-
219
- @property
220
- @pulumi.getter(name="hugepagesSize")
221
- def hugepages_size(self) -> Optional[str]:
222
- """
223
- The size of the hugepages to allocate.
224
- """
225
- return pulumi.get(self, "hugepages_size")
226
-
227
-
228
- @pulumi.output_type
229
- class AgentPoolUpgradeSettingsResponse(dict):
230
- @staticmethod
231
- def __key_warning(key: str):
232
- suggest = None
233
- if key == "maxSurge":
234
- suggest = "max_surge"
235
-
236
- if suggest:
237
- pulumi.log.warn(f"Key '{key}' not found in AgentPoolUpgradeSettingsResponse. Access the value via the '{suggest}' property getter instead.")
238
-
239
- def __getitem__(self, key: str) -> Any:
240
- AgentPoolUpgradeSettingsResponse.__key_warning(key)
241
- return super().__getitem__(key)
242
-
243
- def get(self, key: str, default = None) -> Any:
244
- AgentPoolUpgradeSettingsResponse.__key_warning(key)
245
- return super().get(key, default)
246
-
247
- def __init__(__self__, *,
248
- max_surge: Optional[str] = None):
249
- """
250
- :param str max_surge: The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
251
- """
252
- if max_surge is None:
253
- max_surge = '1'
254
- if max_surge is not None:
255
- pulumi.set(__self__, "max_surge", max_surge)
256
-
257
- @property
258
- @pulumi.getter(name="maxSurge")
259
- def max_surge(self) -> Optional[str]:
260
- """
261
- The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
262
- """
263
- return pulumi.get(self, "max_surge")
264
-
265
-
266
- @pulumi.output_type
267
- class AttachedNetworkConfigurationResponse(dict):
268
- @staticmethod
269
- def __key_warning(key: str):
270
- suggest = None
271
- if key == "l2Networks":
272
- suggest = "l2_networks"
273
- elif key == "l3Networks":
274
- suggest = "l3_networks"
275
- elif key == "trunkedNetworks":
276
- suggest = "trunked_networks"
277
-
278
- if suggest:
279
- pulumi.log.warn(f"Key '{key}' not found in AttachedNetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
280
-
281
- def __getitem__(self, key: str) -> Any:
282
- AttachedNetworkConfigurationResponse.__key_warning(key)
283
- return super().__getitem__(key)
284
-
285
- def get(self, key: str, default = None) -> Any:
286
- AttachedNetworkConfigurationResponse.__key_warning(key)
287
- return super().get(key, default)
288
-
289
- def __init__(__self__, *,
290
- l2_networks: Optional[Sequence['outputs.L2NetworkAttachmentConfigurationResponse']] = None,
291
- l3_networks: Optional[Sequence['outputs.L3NetworkAttachmentConfigurationResponse']] = None,
292
- trunked_networks: Optional[Sequence['outputs.TrunkedNetworkAttachmentConfigurationResponse']] = None):
293
- """
294
- :param Sequence['L2NetworkAttachmentConfigurationResponse'] l2_networks: The list of Layer 2 Networks and related configuration for attachment.
295
- :param Sequence['L3NetworkAttachmentConfigurationResponse'] l3_networks: The list of Layer 3 Networks and related configuration for attachment.
296
- :param Sequence['TrunkedNetworkAttachmentConfigurationResponse'] trunked_networks: The list of Trunked Networks and related configuration for attachment.
297
- """
298
- if l2_networks is not None:
299
- pulumi.set(__self__, "l2_networks", l2_networks)
300
- if l3_networks is not None:
301
- pulumi.set(__self__, "l3_networks", l3_networks)
302
- if trunked_networks is not None:
303
- pulumi.set(__self__, "trunked_networks", trunked_networks)
304
-
305
- @property
306
- @pulumi.getter(name="l2Networks")
307
- def l2_networks(self) -> Optional[Sequence['outputs.L2NetworkAttachmentConfigurationResponse']]:
308
- """
309
- The list of Layer 2 Networks and related configuration for attachment.
310
- """
311
- return pulumi.get(self, "l2_networks")
312
-
313
- @property
314
- @pulumi.getter(name="l3Networks")
315
- def l3_networks(self) -> Optional[Sequence['outputs.L3NetworkAttachmentConfigurationResponse']]:
316
- """
317
- The list of Layer 3 Networks and related configuration for attachment.
318
- """
319
- return pulumi.get(self, "l3_networks")
320
-
321
- @property
322
- @pulumi.getter(name="trunkedNetworks")
323
- def trunked_networks(self) -> Optional[Sequence['outputs.TrunkedNetworkAttachmentConfigurationResponse']]:
324
- """
325
- The list of Trunked Networks and related configuration for attachment.
326
- """
327
- return pulumi.get(self, "trunked_networks")
328
-
329
-
330
- @pulumi.output_type
331
- class AvailableUpgradeResponse(dict):
332
- @staticmethod
333
- def __key_warning(key: str):
334
- suggest = None
335
- if key == "availabilityLifecycle":
336
- suggest = "availability_lifecycle"
337
-
338
- if suggest:
339
- pulumi.log.warn(f"Key '{key}' not found in AvailableUpgradeResponse. Access the value via the '{suggest}' property getter instead.")
340
-
341
- def __getitem__(self, key: str) -> Any:
342
- AvailableUpgradeResponse.__key_warning(key)
343
- return super().__getitem__(key)
344
-
345
- def get(self, key: str, default = None) -> Any:
346
- AvailableUpgradeResponse.__key_warning(key)
347
- return super().get(key, default)
348
-
349
- def __init__(__self__, *,
350
- availability_lifecycle: str,
351
- version: str):
352
- """
353
- :param str availability_lifecycle: The version lifecycle indicator.
354
- :param str version: The version available for upgrading.
355
- """
356
- pulumi.set(__self__, "availability_lifecycle", availability_lifecycle)
357
- pulumi.set(__self__, "version", version)
358
-
359
- @property
360
- @pulumi.getter(name="availabilityLifecycle")
361
- def availability_lifecycle(self) -> str:
362
- """
363
- The version lifecycle indicator.
364
- """
365
- return pulumi.get(self, "availability_lifecycle")
366
-
367
- @property
368
- @pulumi.getter
369
- def version(self) -> str:
370
- """
371
- The version available for upgrading.
372
- """
373
- return pulumi.get(self, "version")
374
-
375
-
376
- @pulumi.output_type
377
- class BareMetalMachineConfigurationDataResponse(dict):
378
- @staticmethod
379
- def __key_warning(key: str):
380
- suggest = None
381
- if key == "bmcConnectionString":
382
- suggest = "bmc_connection_string"
383
- elif key == "bmcCredentials":
384
- suggest = "bmc_credentials"
385
- elif key == "bmcMacAddress":
386
- suggest = "bmc_mac_address"
387
- elif key == "bootMacAddress":
388
- suggest = "boot_mac_address"
389
- elif key == "rackSlot":
390
- suggest = "rack_slot"
391
- elif key == "serialNumber":
392
- suggest = "serial_number"
393
- elif key == "machineDetails":
394
- suggest = "machine_details"
395
- elif key == "machineName":
396
- suggest = "machine_name"
397
-
398
- if suggest:
399
- pulumi.log.warn(f"Key '{key}' not found in BareMetalMachineConfigurationDataResponse. Access the value via the '{suggest}' property getter instead.")
400
-
401
- def __getitem__(self, key: str) -> Any:
402
- BareMetalMachineConfigurationDataResponse.__key_warning(key)
403
- return super().__getitem__(key)
404
-
405
- def get(self, key: str, default = None) -> Any:
406
- BareMetalMachineConfigurationDataResponse.__key_warning(key)
407
- return super().get(key, default)
408
-
409
- def __init__(__self__, *,
410
- bmc_connection_string: str,
411
- bmc_credentials: 'outputs.AdministrativeCredentialsResponse',
412
- bmc_mac_address: str,
413
- boot_mac_address: str,
414
- rack_slot: float,
415
- serial_number: str,
416
- machine_details: Optional[str] = None,
417
- machine_name: Optional[str] = None):
418
- """
419
- :param str bmc_connection_string: The connection string for the baseboard management controller including IP address and protocol.
420
- :param 'AdministrativeCredentialsResponse' bmc_credentials: The credentials of the baseboard management controller on this bare metal machine.
421
- :param str bmc_mac_address: The MAC address of the BMC for this machine.
422
- :param str boot_mac_address: The MAC address associated with the PXE NIC card.
423
- :param float rack_slot: The slot the physical machine is in the rack based on the BOM configuration.
424
- :param str serial_number: The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
425
- :param str machine_details: The free-form additional information about the machine, e.g. an asset tag.
426
- :param str machine_name: The user-provided name for the bare metal machine created from this specification.
427
- If not provided, the machine name will be generated programmatically.
428
- """
429
- pulumi.set(__self__, "bmc_connection_string", bmc_connection_string)
430
- pulumi.set(__self__, "bmc_credentials", bmc_credentials)
431
- pulumi.set(__self__, "bmc_mac_address", bmc_mac_address)
432
- pulumi.set(__self__, "boot_mac_address", boot_mac_address)
433
- pulumi.set(__self__, "rack_slot", rack_slot)
434
- pulumi.set(__self__, "serial_number", serial_number)
435
- if machine_details is not None:
436
- pulumi.set(__self__, "machine_details", machine_details)
437
- if machine_name is not None:
438
- pulumi.set(__self__, "machine_name", machine_name)
439
-
440
- @property
441
- @pulumi.getter(name="bmcConnectionString")
442
- def bmc_connection_string(self) -> str:
443
- """
444
- The connection string for the baseboard management controller including IP address and protocol.
445
- """
446
- return pulumi.get(self, "bmc_connection_string")
447
-
448
- @property
449
- @pulumi.getter(name="bmcCredentials")
450
- def bmc_credentials(self) -> 'outputs.AdministrativeCredentialsResponse':
451
- """
452
- The credentials of the baseboard management controller on this bare metal machine.
453
- """
454
- return pulumi.get(self, "bmc_credentials")
455
-
456
- @property
457
- @pulumi.getter(name="bmcMacAddress")
458
- def bmc_mac_address(self) -> str:
459
- """
460
- The MAC address of the BMC for this machine.
461
- """
462
- return pulumi.get(self, "bmc_mac_address")
463
-
464
- @property
465
- @pulumi.getter(name="bootMacAddress")
466
- def boot_mac_address(self) -> str:
467
- """
468
- The MAC address associated with the PXE NIC card.
469
- """
470
- return pulumi.get(self, "boot_mac_address")
471
-
472
- @property
473
- @pulumi.getter(name="rackSlot")
474
- def rack_slot(self) -> float:
475
- """
476
- The slot the physical machine is in the rack based on the BOM configuration.
477
- """
478
- return pulumi.get(self, "rack_slot")
479
-
480
- @property
481
- @pulumi.getter(name="serialNumber")
482
- def serial_number(self) -> str:
483
- """
484
- The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
485
- """
486
- return pulumi.get(self, "serial_number")
487
-
488
- @property
489
- @pulumi.getter(name="machineDetails")
490
- def machine_details(self) -> Optional[str]:
491
- """
492
- The free-form additional information about the machine, e.g. an asset tag.
493
- """
494
- return pulumi.get(self, "machine_details")
495
-
496
- @property
497
- @pulumi.getter(name="machineName")
498
- def machine_name(self) -> Optional[str]:
499
- """
500
- The user-provided name for the bare metal machine created from this specification.
501
- If not provided, the machine name will be generated programmatically.
502
- """
503
- return pulumi.get(self, "machine_name")
504
-
505
-
506
- @pulumi.output_type
507
- class BgpAdvertisementResponse(dict):
508
- @staticmethod
509
- def __key_warning(key: str):
510
- suggest = None
511
- if key == "ipAddressPools":
512
- suggest = "ip_address_pools"
513
- elif key == "advertiseToFabric":
514
- suggest = "advertise_to_fabric"
515
-
516
- if suggest:
517
- pulumi.log.warn(f"Key '{key}' not found in BgpAdvertisementResponse. Access the value via the '{suggest}' property getter instead.")
518
-
519
- def __getitem__(self, key: str) -> Any:
520
- BgpAdvertisementResponse.__key_warning(key)
521
- return super().__getitem__(key)
522
-
523
- def get(self, key: str, default = None) -> Any:
524
- BgpAdvertisementResponse.__key_warning(key)
525
- return super().get(key, default)
526
-
527
- def __init__(__self__, *,
528
- ip_address_pools: Sequence[str],
529
- advertise_to_fabric: Optional[str] = None,
530
- communities: Optional[Sequence[str]] = None,
531
- peers: Optional[Sequence[str]] = None):
532
- """
533
- :param Sequence[str] ip_address_pools: The names of the IP address pools associated with this announcement.
534
- :param str advertise_to_fabric: The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
535
- :param Sequence[str] communities: The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
536
- :param Sequence[str] peers: The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
537
- """
538
- pulumi.set(__self__, "ip_address_pools", ip_address_pools)
539
- if advertise_to_fabric is None:
540
- advertise_to_fabric = 'True'
541
- if advertise_to_fabric is not None:
542
- pulumi.set(__self__, "advertise_to_fabric", advertise_to_fabric)
543
- if communities is not None:
544
- pulumi.set(__self__, "communities", communities)
545
- if peers is not None:
546
- pulumi.set(__self__, "peers", peers)
547
-
548
- @property
549
- @pulumi.getter(name="ipAddressPools")
550
- def ip_address_pools(self) -> Sequence[str]:
551
- """
552
- The names of the IP address pools associated with this announcement.
553
- """
554
- return pulumi.get(self, "ip_address_pools")
555
-
556
- @property
557
- @pulumi.getter(name="advertiseToFabric")
558
- def advertise_to_fabric(self) -> Optional[str]:
559
- """
560
- The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
561
- """
562
- return pulumi.get(self, "advertise_to_fabric")
563
-
564
- @property
565
- @pulumi.getter
566
- def communities(self) -> Optional[Sequence[str]]:
567
- """
568
- The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
569
- """
570
- return pulumi.get(self, "communities")
571
-
572
- @property
573
- @pulumi.getter
574
- def peers(self) -> Optional[Sequence[str]]:
575
- """
576
- The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
577
- """
578
- return pulumi.get(self, "peers")
579
-
580
-
581
- @pulumi.output_type
582
- class BgpServiceLoadBalancerConfigurationResponse(dict):
583
- @staticmethod
584
- def __key_warning(key: str):
585
- suggest = None
586
- if key == "bgpAdvertisements":
587
- suggest = "bgp_advertisements"
588
- elif key == "bgpPeers":
589
- suggest = "bgp_peers"
590
- elif key == "fabricPeeringEnabled":
591
- suggest = "fabric_peering_enabled"
592
- elif key == "ipAddressPools":
593
- suggest = "ip_address_pools"
594
-
595
- if suggest:
596
- pulumi.log.warn(f"Key '{key}' not found in BgpServiceLoadBalancerConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
597
-
598
- def __getitem__(self, key: str) -> Any:
599
- BgpServiceLoadBalancerConfigurationResponse.__key_warning(key)
600
- return super().__getitem__(key)
601
-
602
- def get(self, key: str, default = None) -> Any:
603
- BgpServiceLoadBalancerConfigurationResponse.__key_warning(key)
604
- return super().get(key, default)
605
-
606
- def __init__(__self__, *,
607
- bgp_advertisements: Optional[Sequence['outputs.BgpAdvertisementResponse']] = None,
608
- bgp_peers: Optional[Sequence['outputs.ServiceLoadBalancerBgpPeerResponse']] = None,
609
- fabric_peering_enabled: Optional[str] = None,
610
- ip_address_pools: Optional[Sequence['outputs.IpAddressPoolResponse']] = None):
611
- """
612
- :param Sequence['BgpAdvertisementResponse'] bgp_advertisements: The association of IP address pools to the communities and peers, allowing for announcement of IPs.
613
- :param Sequence['ServiceLoadBalancerBgpPeerResponse'] bgp_peers: The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
614
- :param str fabric_peering_enabled: The indicator to specify if the load balancer peers with the network fabric.
615
- :param Sequence['IpAddressPoolResponse'] ip_address_pools: The list of pools of IP addresses that can be allocated to Load Balancer services.
616
- """
617
- if bgp_advertisements is not None:
618
- pulumi.set(__self__, "bgp_advertisements", bgp_advertisements)
619
- if bgp_peers is not None:
620
- pulumi.set(__self__, "bgp_peers", bgp_peers)
621
- if fabric_peering_enabled is None:
622
- fabric_peering_enabled = 'True'
623
- if fabric_peering_enabled is not None:
624
- pulumi.set(__self__, "fabric_peering_enabled", fabric_peering_enabled)
625
- if ip_address_pools is not None:
626
- pulumi.set(__self__, "ip_address_pools", ip_address_pools)
627
-
628
- @property
629
- @pulumi.getter(name="bgpAdvertisements")
630
- def bgp_advertisements(self) -> Optional[Sequence['outputs.BgpAdvertisementResponse']]:
631
- """
632
- The association of IP address pools to the communities and peers, allowing for announcement of IPs.
633
- """
634
- return pulumi.get(self, "bgp_advertisements")
635
-
636
- @property
637
- @pulumi.getter(name="bgpPeers")
638
- def bgp_peers(self) -> Optional[Sequence['outputs.ServiceLoadBalancerBgpPeerResponse']]:
639
- """
640
- The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
641
- """
642
- return pulumi.get(self, "bgp_peers")
643
-
644
- @property
645
- @pulumi.getter(name="fabricPeeringEnabled")
646
- def fabric_peering_enabled(self) -> Optional[str]:
647
- """
648
- The indicator to specify if the load balancer peers with the network fabric.
649
- """
650
- return pulumi.get(self, "fabric_peering_enabled")
651
-
652
- @property
653
- @pulumi.getter(name="ipAddressPools")
654
- def ip_address_pools(self) -> Optional[Sequence['outputs.IpAddressPoolResponse']]:
655
- """
656
- The list of pools of IP addresses that can be allocated to Load Balancer services.
657
- """
658
- return pulumi.get(self, "ip_address_pools")
659
-
660
-
661
- @pulumi.output_type
662
- class ClusterAvailableUpgradeVersionResponse(dict):
663
- @staticmethod
664
- def __key_warning(key: str):
665
- suggest = None
666
- if key == "controlImpact":
667
- suggest = "control_impact"
668
- elif key == "expectedDuration":
669
- suggest = "expected_duration"
670
- elif key == "impactDescription":
671
- suggest = "impact_description"
672
- elif key == "supportExpiryDate":
673
- suggest = "support_expiry_date"
674
- elif key == "targetClusterVersion":
675
- suggest = "target_cluster_version"
676
- elif key == "workloadImpact":
677
- suggest = "workload_impact"
678
-
679
- if suggest:
680
- pulumi.log.warn(f"Key '{key}' not found in ClusterAvailableUpgradeVersionResponse. Access the value via the '{suggest}' property getter instead.")
681
-
682
- def __getitem__(self, key: str) -> Any:
683
- ClusterAvailableUpgradeVersionResponse.__key_warning(key)
684
- return super().__getitem__(key)
685
-
686
- def get(self, key: str, default = None) -> Any:
687
- ClusterAvailableUpgradeVersionResponse.__key_warning(key)
688
- return super().get(key, default)
689
-
690
- def __init__(__self__, *,
691
- control_impact: str,
692
- expected_duration: str,
693
- impact_description: str,
694
- support_expiry_date: str,
695
- target_cluster_version: str,
696
- workload_impact: str):
697
- """
698
- :param str control_impact: The indicator of whether the control plane will be impacted during the upgrade.
699
- :param str expected_duration: The expected duration needed for this upgrade.
700
- :param str impact_description: The impact description including the specific details and release notes.
701
- :param str support_expiry_date: The last date the version of the platform is supported.
702
- :param str target_cluster_version: The target version this cluster will be upgraded to.
703
- :param str workload_impact: The indicator of whether the workload will be impacted during the upgrade.
704
- """
705
- pulumi.set(__self__, "control_impact", control_impact)
706
- pulumi.set(__self__, "expected_duration", expected_duration)
707
- pulumi.set(__self__, "impact_description", impact_description)
708
- pulumi.set(__self__, "support_expiry_date", support_expiry_date)
709
- pulumi.set(__self__, "target_cluster_version", target_cluster_version)
710
- pulumi.set(__self__, "workload_impact", workload_impact)
711
-
712
- @property
713
- @pulumi.getter(name="controlImpact")
714
- def control_impact(self) -> str:
715
- """
716
- The indicator of whether the control plane will be impacted during the upgrade.
717
- """
718
- return pulumi.get(self, "control_impact")
719
-
720
- @property
721
- @pulumi.getter(name="expectedDuration")
722
- def expected_duration(self) -> str:
723
- """
724
- The expected duration needed for this upgrade.
725
- """
726
- return pulumi.get(self, "expected_duration")
727
-
728
- @property
729
- @pulumi.getter(name="impactDescription")
730
- def impact_description(self) -> str:
731
- """
732
- The impact description including the specific details and release notes.
733
- """
734
- return pulumi.get(self, "impact_description")
735
-
736
- @property
737
- @pulumi.getter(name="supportExpiryDate")
738
- def support_expiry_date(self) -> str:
739
- """
740
- The last date the version of the platform is supported.
741
- """
742
- return pulumi.get(self, "support_expiry_date")
743
-
744
- @property
745
- @pulumi.getter(name="targetClusterVersion")
746
- def target_cluster_version(self) -> str:
747
- """
748
- The target version this cluster will be upgraded to.
749
- """
750
- return pulumi.get(self, "target_cluster_version")
751
-
752
- @property
753
- @pulumi.getter(name="workloadImpact")
754
- def workload_impact(self) -> str:
755
- """
756
- The indicator of whether the workload will be impacted during the upgrade.
757
- """
758
- return pulumi.get(self, "workload_impact")
759
-
760
-
761
- @pulumi.output_type
762
- class ClusterAvailableVersionResponse(dict):
763
- @staticmethod
764
- def __key_warning(key: str):
765
- suggest = None
766
- if key == "supportExpiryDate":
767
- suggest = "support_expiry_date"
768
- elif key == "targetClusterVersion":
769
- suggest = "target_cluster_version"
770
-
771
- if suggest:
772
- pulumi.log.warn(f"Key '{key}' not found in ClusterAvailableVersionResponse. Access the value via the '{suggest}' property getter instead.")
773
-
774
- def __getitem__(self, key: str) -> Any:
775
- ClusterAvailableVersionResponse.__key_warning(key)
776
- return super().__getitem__(key)
777
-
778
- def get(self, key: str, default = None) -> Any:
779
- ClusterAvailableVersionResponse.__key_warning(key)
780
- return super().get(key, default)
781
-
782
- def __init__(__self__, *,
783
- support_expiry_date: str,
784
- target_cluster_version: str):
785
- """
786
- :param str support_expiry_date: The last date the version of the platform is supported.
787
- :param str target_cluster_version: The version of the cluster to be deployed.
788
- """
789
- pulumi.set(__self__, "support_expiry_date", support_expiry_date)
790
- pulumi.set(__self__, "target_cluster_version", target_cluster_version)
791
-
792
- @property
793
- @pulumi.getter(name="supportExpiryDate")
794
- def support_expiry_date(self) -> str:
795
- """
796
- The last date the version of the platform is supported.
797
- """
798
- return pulumi.get(self, "support_expiry_date")
799
-
800
- @property
801
- @pulumi.getter(name="targetClusterVersion")
802
- def target_cluster_version(self) -> str:
803
- """
804
- The version of the cluster to be deployed.
805
- """
806
- return pulumi.get(self, "target_cluster_version")
807
-
808
-
809
- @pulumi.output_type
810
- class ClusterCapacityResponse(dict):
811
- @staticmethod
812
- def __key_warning(key: str):
813
- suggest = None
814
- if key == "availableApplianceStorageGB":
815
- suggest = "available_appliance_storage_gb"
816
- elif key == "availableCoreCount":
817
- suggest = "available_core_count"
818
- elif key == "availableHostStorageGB":
819
- suggest = "available_host_storage_gb"
820
- elif key == "availableMemoryGB":
821
- suggest = "available_memory_gb"
822
- elif key == "totalApplianceStorageGB":
823
- suggest = "total_appliance_storage_gb"
824
- elif key == "totalCoreCount":
825
- suggest = "total_core_count"
826
- elif key == "totalHostStorageGB":
827
- suggest = "total_host_storage_gb"
828
- elif key == "totalMemoryGB":
829
- suggest = "total_memory_gb"
830
-
831
- if suggest:
832
- pulumi.log.warn(f"Key '{key}' not found in ClusterCapacityResponse. Access the value via the '{suggest}' property getter instead.")
833
-
834
- def __getitem__(self, key: str) -> Any:
835
- ClusterCapacityResponse.__key_warning(key)
836
- return super().__getitem__(key)
837
-
838
- def get(self, key: str, default = None) -> Any:
839
- ClusterCapacityResponse.__key_warning(key)
840
- return super().get(key, default)
841
-
842
- def __init__(__self__, *,
843
- available_appliance_storage_gb: Optional[float] = None,
844
- available_core_count: Optional[float] = None,
845
- available_host_storage_gb: Optional[float] = None,
846
- available_memory_gb: Optional[float] = None,
847
- total_appliance_storage_gb: Optional[float] = None,
848
- total_core_count: Optional[float] = None,
849
- total_host_storage_gb: Optional[float] = None,
850
- total_memory_gb: Optional[float] = None):
851
- """
852
- :param float available_appliance_storage_gb: The remaining appliance-based storage in GB available for workload use.
853
- :param float available_core_count: The remaining number of cores that are available in this cluster for workload use.
854
- :param float available_host_storage_gb: The remaining machine or host-based storage in GB available for workload use.
855
- :param float available_memory_gb: The remaining memory in GB that are available in this cluster for workload use.
856
- :param float total_appliance_storage_gb: The total appliance-based storage in GB supported by this cluster for workload use.
857
- :param float total_core_count: The total number of cores that are supported by this cluster for workload use.
858
- :param float total_host_storage_gb: The total machine or host-based storage in GB supported by this cluster for workload use.
859
- :param float total_memory_gb: The total memory supported by this cluster for workload use.
860
- """
861
- if available_appliance_storage_gb is not None:
862
- pulumi.set(__self__, "available_appliance_storage_gb", available_appliance_storage_gb)
863
- if available_core_count is not None:
864
- pulumi.set(__self__, "available_core_count", available_core_count)
865
- if available_host_storage_gb is not None:
866
- pulumi.set(__self__, "available_host_storage_gb", available_host_storage_gb)
867
- if available_memory_gb is not None:
868
- pulumi.set(__self__, "available_memory_gb", available_memory_gb)
869
- if total_appliance_storage_gb is not None:
870
- pulumi.set(__self__, "total_appliance_storage_gb", total_appliance_storage_gb)
871
- if total_core_count is not None:
872
- pulumi.set(__self__, "total_core_count", total_core_count)
873
- if total_host_storage_gb is not None:
874
- pulumi.set(__self__, "total_host_storage_gb", total_host_storage_gb)
875
- if total_memory_gb is not None:
876
- pulumi.set(__self__, "total_memory_gb", total_memory_gb)
877
-
878
- @property
879
- @pulumi.getter(name="availableApplianceStorageGB")
880
- def available_appliance_storage_gb(self) -> Optional[float]:
881
- """
882
- The remaining appliance-based storage in GB available for workload use.
883
- """
884
- return pulumi.get(self, "available_appliance_storage_gb")
885
-
886
- @property
887
- @pulumi.getter(name="availableCoreCount")
888
- def available_core_count(self) -> Optional[float]:
889
- """
890
- The remaining number of cores that are available in this cluster for workload use.
891
- """
892
- return pulumi.get(self, "available_core_count")
893
-
894
- @property
895
- @pulumi.getter(name="availableHostStorageGB")
896
- def available_host_storage_gb(self) -> Optional[float]:
897
- """
898
- The remaining machine or host-based storage in GB available for workload use.
899
- """
900
- return pulumi.get(self, "available_host_storage_gb")
901
-
902
- @property
903
- @pulumi.getter(name="availableMemoryGB")
904
- def available_memory_gb(self) -> Optional[float]:
905
- """
906
- The remaining memory in GB that are available in this cluster for workload use.
907
- """
908
- return pulumi.get(self, "available_memory_gb")
909
-
910
- @property
911
- @pulumi.getter(name="totalApplianceStorageGB")
912
- def total_appliance_storage_gb(self) -> Optional[float]:
913
- """
914
- The total appliance-based storage in GB supported by this cluster for workload use.
915
- """
916
- return pulumi.get(self, "total_appliance_storage_gb")
917
-
918
- @property
919
- @pulumi.getter(name="totalCoreCount")
920
- def total_core_count(self) -> Optional[float]:
921
- """
922
- The total number of cores that are supported by this cluster for workload use.
923
- """
924
- return pulumi.get(self, "total_core_count")
925
-
926
- @property
927
- @pulumi.getter(name="totalHostStorageGB")
928
- def total_host_storage_gb(self) -> Optional[float]:
929
- """
930
- The total machine or host-based storage in GB supported by this cluster for workload use.
931
- """
932
- return pulumi.get(self, "total_host_storage_gb")
933
-
934
- @property
935
- @pulumi.getter(name="totalMemoryGB")
936
- def total_memory_gb(self) -> Optional[float]:
937
- """
938
- The total memory supported by this cluster for workload use.
939
- """
940
- return pulumi.get(self, "total_memory_gb")
941
-
942
-
943
- @pulumi.output_type
944
- class ControlPlaneNodeConfigurationResponse(dict):
945
- @staticmethod
946
- def __key_warning(key: str):
947
- suggest = None
948
- if key == "vmSkuName":
949
- suggest = "vm_sku_name"
950
- elif key == "administratorConfiguration":
951
- suggest = "administrator_configuration"
952
- elif key == "availabilityZones":
953
- suggest = "availability_zones"
954
-
955
- if suggest:
956
- pulumi.log.warn(f"Key '{key}' not found in ControlPlaneNodeConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
957
-
958
- def __getitem__(self, key: str) -> Any:
959
- ControlPlaneNodeConfigurationResponse.__key_warning(key)
960
- return super().__getitem__(key)
961
-
962
- def get(self, key: str, default = None) -> Any:
963
- ControlPlaneNodeConfigurationResponse.__key_warning(key)
964
- return super().get(key, default)
965
-
966
- def __init__(__self__, *,
967
- count: float,
968
- vm_sku_name: str,
969
- administrator_configuration: Optional['outputs.AdministratorConfigurationResponse'] = None,
970
- availability_zones: Optional[Sequence[str]] = None):
971
- """
972
- :param float count: The number of virtual machines that use this configuration.
973
- :param str vm_sku_name: The name of the VM SKU supplied during creation.
974
- :param 'AdministratorConfigurationResponse' administrator_configuration: The administrator credentials to be used for the nodes in the control plane.
975
- :param Sequence[str] availability_zones: The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
976
- """
977
- pulumi.set(__self__, "count", count)
978
- pulumi.set(__self__, "vm_sku_name", vm_sku_name)
979
- if administrator_configuration is not None:
980
- pulumi.set(__self__, "administrator_configuration", administrator_configuration)
981
- if availability_zones is not None:
982
- pulumi.set(__self__, "availability_zones", availability_zones)
983
-
984
- @property
985
- @pulumi.getter
986
- def count(self) -> float:
987
- """
988
- The number of virtual machines that use this configuration.
989
- """
990
- return pulumi.get(self, "count")
991
-
992
- @property
993
- @pulumi.getter(name="vmSkuName")
994
- def vm_sku_name(self) -> str:
995
- """
996
- The name of the VM SKU supplied during creation.
997
- """
998
- return pulumi.get(self, "vm_sku_name")
999
-
1000
- @property
1001
- @pulumi.getter(name="administratorConfiguration")
1002
- def administrator_configuration(self) -> Optional['outputs.AdministratorConfigurationResponse']:
1003
- """
1004
- The administrator credentials to be used for the nodes in the control plane.
1005
- """
1006
- return pulumi.get(self, "administrator_configuration")
1007
-
1008
- @property
1009
- @pulumi.getter(name="availabilityZones")
1010
- def availability_zones(self) -> Optional[Sequence[str]]:
1011
- """
1012
- The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.
1013
- """
1014
- return pulumi.get(self, "availability_zones")
1015
-
1016
-
1017
- @pulumi.output_type
1018
- class EgressEndpointResponse(dict):
1019
- def __init__(__self__, *,
1020
- category: str,
1021
- endpoints: Sequence['outputs.EndpointDependencyResponse']):
1022
- """
1023
- :param str category: The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
1024
- :param Sequence['EndpointDependencyResponse'] endpoints: The list of endpoint dependencies.
1025
- """
1026
- pulumi.set(__self__, "category", category)
1027
- pulumi.set(__self__, "endpoints", endpoints)
1028
-
1029
- @property
1030
- @pulumi.getter
1031
- def category(self) -> str:
1032
- """
1033
- The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
1034
- """
1035
- return pulumi.get(self, "category")
1036
-
1037
- @property
1038
- @pulumi.getter
1039
- def endpoints(self) -> Sequence['outputs.EndpointDependencyResponse']:
1040
- """
1041
- The list of endpoint dependencies.
1042
- """
1043
- return pulumi.get(self, "endpoints")
1044
-
1045
-
1046
- @pulumi.output_type
1047
- class EndpointDependencyResponse(dict):
1048
- @staticmethod
1049
- def __key_warning(key: str):
1050
- suggest = None
1051
- if key == "domainName":
1052
- suggest = "domain_name"
1053
-
1054
- if suggest:
1055
- pulumi.log.warn(f"Key '{key}' not found in EndpointDependencyResponse. Access the value via the '{suggest}' property getter instead.")
1056
-
1057
- def __getitem__(self, key: str) -> Any:
1058
- EndpointDependencyResponse.__key_warning(key)
1059
- return super().__getitem__(key)
1060
-
1061
- def get(self, key: str, default = None) -> Any:
1062
- EndpointDependencyResponse.__key_warning(key)
1063
- return super().get(key, default)
1064
-
1065
- def __init__(__self__, *,
1066
- domain_name: str,
1067
- port: Optional[float] = None):
1068
- """
1069
- :param str domain_name: The domain name of the dependency.
1070
- :param float port: The port of this endpoint.
1071
- """
1072
- pulumi.set(__self__, "domain_name", domain_name)
1073
- if port is not None:
1074
- pulumi.set(__self__, "port", port)
1075
-
1076
- @property
1077
- @pulumi.getter(name="domainName")
1078
- def domain_name(self) -> str:
1079
- """
1080
- The domain name of the dependency.
1081
- """
1082
- return pulumi.get(self, "domain_name")
1083
-
1084
- @property
1085
- @pulumi.getter
1086
- def port(self) -> Optional[float]:
1087
- """
1088
- The port of this endpoint.
1089
- """
1090
- return pulumi.get(self, "port")
1091
-
1092
-
1093
- @pulumi.output_type
1094
- class ExtendedLocationResponse(dict):
1095
- def __init__(__self__, *,
1096
- name: str,
1097
- type: str):
1098
- """
1099
- :param str name: The resource ID of the extended location on which the resource will be created.
1100
- :param str type: The extended location type, for example, CustomLocation.
1101
- """
1102
- pulumi.set(__self__, "name", name)
1103
- pulumi.set(__self__, "type", type)
1104
-
1105
- @property
1106
- @pulumi.getter
1107
- def name(self) -> str:
1108
- """
1109
- The resource ID of the extended location on which the resource will be created.
1110
- """
1111
- return pulumi.get(self, "name")
1112
-
1113
- @property
1114
- @pulumi.getter
1115
- def type(self) -> str:
1116
- """
1117
- The extended location type, for example, CustomLocation.
1118
- """
1119
- return pulumi.get(self, "type")
1120
-
1121
-
1122
- @pulumi.output_type
1123
- class FeatureStatusResponse(dict):
1124
- @staticmethod
1125
- def __key_warning(key: str):
1126
- suggest = None
1127
- if key == "detailedStatus":
1128
- suggest = "detailed_status"
1129
- elif key == "detailedStatusMessage":
1130
- suggest = "detailed_status_message"
1131
-
1132
- if suggest:
1133
- pulumi.log.warn(f"Key '{key}' not found in FeatureStatusResponse. Access the value via the '{suggest}' property getter instead.")
1134
-
1135
- def __getitem__(self, key: str) -> Any:
1136
- FeatureStatusResponse.__key_warning(key)
1137
- return super().__getitem__(key)
1138
-
1139
- def get(self, key: str, default = None) -> Any:
1140
- FeatureStatusResponse.__key_warning(key)
1141
- return super().get(key, default)
1142
-
1143
- def __init__(__self__, *,
1144
- detailed_status: str,
1145
- detailed_status_message: str,
1146
- name: str,
1147
- version: str):
1148
- """
1149
- :param str detailed_status: The status representing the state of this feature.
1150
- :param str detailed_status_message: The descriptive message about the current detailed status.
1151
- :param str name: The name of the feature.
1152
- :param str version: The version of the feature.
1153
- """
1154
- pulumi.set(__self__, "detailed_status", detailed_status)
1155
- pulumi.set(__self__, "detailed_status_message", detailed_status_message)
1156
- pulumi.set(__self__, "name", name)
1157
- pulumi.set(__self__, "version", version)
1158
-
1159
- @property
1160
- @pulumi.getter(name="detailedStatus")
1161
- def detailed_status(self) -> str:
1162
- """
1163
- The status representing the state of this feature.
1164
- """
1165
- return pulumi.get(self, "detailed_status")
1166
-
1167
- @property
1168
- @pulumi.getter(name="detailedStatusMessage")
1169
- def detailed_status_message(self) -> str:
1170
- """
1171
- The descriptive message about the current detailed status.
1172
- """
1173
- return pulumi.get(self, "detailed_status_message")
1174
-
1175
- @property
1176
- @pulumi.getter
1177
- def name(self) -> str:
1178
- """
1179
- The name of the feature.
1180
- """
1181
- return pulumi.get(self, "name")
1182
-
1183
- @property
1184
- @pulumi.getter
1185
- def version(self) -> str:
1186
- """
1187
- The version of the feature.
1188
- """
1189
- return pulumi.get(self, "version")
1190
-
1191
-
1192
- @pulumi.output_type
1193
- class HardwareInventoryNetworkInterfaceResponse(dict):
1194
- @staticmethod
1195
- def __key_warning(key: str):
1196
- suggest = None
1197
- if key == "linkStatus":
1198
- suggest = "link_status"
1199
- elif key == "macAddress":
1200
- suggest = "mac_address"
1201
- elif key == "networkInterfaceId":
1202
- suggest = "network_interface_id"
1203
-
1204
- if suggest:
1205
- pulumi.log.warn(f"Key '{key}' not found in HardwareInventoryNetworkInterfaceResponse. Access the value via the '{suggest}' property getter instead.")
1206
-
1207
- def __getitem__(self, key: str) -> Any:
1208
- HardwareInventoryNetworkInterfaceResponse.__key_warning(key)
1209
- return super().__getitem__(key)
1210
-
1211
- def get(self, key: str, default = None) -> Any:
1212
- HardwareInventoryNetworkInterfaceResponse.__key_warning(key)
1213
- return super().get(key, default)
1214
-
1215
- def __init__(__self__, *,
1216
- link_status: str,
1217
- mac_address: str,
1218
- name: str,
1219
- network_interface_id: str):
1220
- """
1221
- :param str link_status: The current status of the link.
1222
- :param str mac_address: The MAC address associated with this interface.
1223
- :param str name: The name of the interface.
1224
- :param str network_interface_id: The resource ID of the network interface for the port on the switch that this machine's interface is connected to.
1225
- """
1226
- pulumi.set(__self__, "link_status", link_status)
1227
- pulumi.set(__self__, "mac_address", mac_address)
1228
- pulumi.set(__self__, "name", name)
1229
- pulumi.set(__self__, "network_interface_id", network_interface_id)
1230
-
1231
- @property
1232
- @pulumi.getter(name="linkStatus")
1233
- def link_status(self) -> str:
1234
- """
1235
- The current status of the link.
1236
- """
1237
- return pulumi.get(self, "link_status")
1238
-
1239
- @property
1240
- @pulumi.getter(name="macAddress")
1241
- def mac_address(self) -> str:
1242
- """
1243
- The MAC address associated with this interface.
1244
- """
1245
- return pulumi.get(self, "mac_address")
1246
-
1247
- @property
1248
- @pulumi.getter
1249
- def name(self) -> str:
1250
- """
1251
- The name of the interface.
1252
- """
1253
- return pulumi.get(self, "name")
1254
-
1255
- @property
1256
- @pulumi.getter(name="networkInterfaceId")
1257
- def network_interface_id(self) -> str:
1258
- """
1259
- The resource ID of the network interface for the port on the switch that this machine's interface is connected to.
1260
- """
1261
- return pulumi.get(self, "network_interface_id")
1262
-
1263
-
1264
- @pulumi.output_type
1265
- class HardwareInventoryResponse(dict):
1266
- @staticmethod
1267
- def __key_warning(key: str):
1268
- suggest = None
1269
- if key == "additionalHostInformation":
1270
- suggest = "additional_host_information"
1271
-
1272
- if suggest:
1273
- pulumi.log.warn(f"Key '{key}' not found in HardwareInventoryResponse. Access the value via the '{suggest}' property getter instead.")
1274
-
1275
- def __getitem__(self, key: str) -> Any:
1276
- HardwareInventoryResponse.__key_warning(key)
1277
- return super().__getitem__(key)
1278
-
1279
- def get(self, key: str, default = None) -> Any:
1280
- HardwareInventoryResponse.__key_warning(key)
1281
- return super().get(key, default)
1282
-
1283
- def __init__(__self__, *,
1284
- additional_host_information: str,
1285
- interfaces: Sequence['outputs.HardwareInventoryNetworkInterfaceResponse'],
1286
- nics: Sequence['outputs.NicResponse']):
1287
- """
1288
- :param str additional_host_information: Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.
1289
- :param Sequence['HardwareInventoryNetworkInterfaceResponse'] interfaces: The list of network interfaces and associated details for the bare metal machine.
1290
- :param Sequence['NicResponse'] nics: Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine.
1291
- """
1292
- pulumi.set(__self__, "additional_host_information", additional_host_information)
1293
- pulumi.set(__self__, "interfaces", interfaces)
1294
- pulumi.set(__self__, "nics", nics)
1295
-
1296
- @property
1297
- @pulumi.getter(name="additionalHostInformation")
1298
- def additional_host_information(self) -> str:
1299
- """
1300
- Freeform data extracted from the environment about this machine. This information varies depending on the specific hardware and configuration.
1301
- """
1302
- return pulumi.get(self, "additional_host_information")
1303
-
1304
- @property
1305
- @pulumi.getter
1306
- def interfaces(self) -> Sequence['outputs.HardwareInventoryNetworkInterfaceResponse']:
1307
- """
1308
- The list of network interfaces and associated details for the bare metal machine.
1309
- """
1310
- return pulumi.get(self, "interfaces")
1311
-
1312
- @property
1313
- @pulumi.getter
1314
- def nics(self) -> Sequence['outputs.NicResponse']:
1315
- """
1316
- Field Deprecated. Will be removed in an upcoming version. The list of network interface cards and associated details for the bare metal machine.
1317
- """
1318
- return pulumi.get(self, "nics")
1319
-
1320
-
1321
- @pulumi.output_type
1322
- class HardwareValidationStatusResponse(dict):
1323
- @staticmethod
1324
- def __key_warning(key: str):
1325
- suggest = None
1326
- if key == "lastValidationTime":
1327
- suggest = "last_validation_time"
1328
-
1329
- if suggest:
1330
- pulumi.log.warn(f"Key '{key}' not found in HardwareValidationStatusResponse. Access the value via the '{suggest}' property getter instead.")
1331
-
1332
- def __getitem__(self, key: str) -> Any:
1333
- HardwareValidationStatusResponse.__key_warning(key)
1334
- return super().__getitem__(key)
1335
-
1336
- def get(self, key: str, default = None) -> Any:
1337
- HardwareValidationStatusResponse.__key_warning(key)
1338
- return super().get(key, default)
1339
-
1340
- def __init__(__self__, *,
1341
- last_validation_time: str,
1342
- result: str):
1343
- """
1344
- :param str last_validation_time: The timestamp of the hardware validation execution.
1345
- :param str result: The outcome of the hardware validation.
1346
- """
1347
- pulumi.set(__self__, "last_validation_time", last_validation_time)
1348
- pulumi.set(__self__, "result", result)
1349
-
1350
- @property
1351
- @pulumi.getter(name="lastValidationTime")
1352
- def last_validation_time(self) -> str:
1353
- """
1354
- The timestamp of the hardware validation execution.
1355
- """
1356
- return pulumi.get(self, "last_validation_time")
1357
-
1358
- @property
1359
- @pulumi.getter
1360
- def result(self) -> str:
1361
- """
1362
- The outcome of the hardware validation.
1363
- """
1364
- return pulumi.get(self, "result")
1365
-
1366
-
1367
- @pulumi.output_type
1368
- class ImageRepositoryCredentialsResponse(dict):
1369
- @staticmethod
1370
- def __key_warning(key: str):
1371
- suggest = None
1372
- if key == "registryUrl":
1373
- suggest = "registry_url"
1374
-
1375
- if suggest:
1376
- pulumi.log.warn(f"Key '{key}' not found in ImageRepositoryCredentialsResponse. Access the value via the '{suggest}' property getter instead.")
1377
-
1378
- def __getitem__(self, key: str) -> Any:
1379
- ImageRepositoryCredentialsResponse.__key_warning(key)
1380
- return super().__getitem__(key)
1381
-
1382
- def get(self, key: str, default = None) -> Any:
1383
- ImageRepositoryCredentialsResponse.__key_warning(key)
1384
- return super().get(key, default)
1385
-
1386
- def __init__(__self__, *,
1387
- password: str,
1388
- registry_url: str,
1389
- username: str):
1390
- """
1391
- :param str password: The password or token used to access an image in the target repository.
1392
- :param str registry_url: The URL of the authentication server used to validate the repository credentials.
1393
- :param str username: The username used to access an image in the target repository.
1394
- """
1395
- pulumi.set(__self__, "password", password)
1396
- pulumi.set(__self__, "registry_url", registry_url)
1397
- pulumi.set(__self__, "username", username)
1398
-
1399
- @property
1400
- @pulumi.getter
1401
- def password(self) -> str:
1402
- """
1403
- The password or token used to access an image in the target repository.
1404
- """
1405
- return pulumi.get(self, "password")
1406
-
1407
- @property
1408
- @pulumi.getter(name="registryUrl")
1409
- def registry_url(self) -> str:
1410
- """
1411
- The URL of the authentication server used to validate the repository credentials.
1412
- """
1413
- return pulumi.get(self, "registry_url")
1414
-
1415
- @property
1416
- @pulumi.getter
1417
- def username(self) -> str:
1418
- """
1419
- The username used to access an image in the target repository.
1420
- """
1421
- return pulumi.get(self, "username")
1422
-
1423
-
1424
- @pulumi.output_type
1425
- class InitialAgentPoolConfigurationResponse(dict):
1426
- @staticmethod
1427
- def __key_warning(key: str):
1428
- suggest = None
1429
- if key == "vmSkuName":
1430
- suggest = "vm_sku_name"
1431
- elif key == "administratorConfiguration":
1432
- suggest = "administrator_configuration"
1433
- elif key == "agentOptions":
1434
- suggest = "agent_options"
1435
- elif key == "attachedNetworkConfiguration":
1436
- suggest = "attached_network_configuration"
1437
- elif key == "availabilityZones":
1438
- suggest = "availability_zones"
1439
- elif key == "upgradeSettings":
1440
- suggest = "upgrade_settings"
1441
-
1442
- if suggest:
1443
- pulumi.log.warn(f"Key '{key}' not found in InitialAgentPoolConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1444
-
1445
- def __getitem__(self, key: str) -> Any:
1446
- InitialAgentPoolConfigurationResponse.__key_warning(key)
1447
- return super().__getitem__(key)
1448
-
1449
- def get(self, key: str, default = None) -> Any:
1450
- InitialAgentPoolConfigurationResponse.__key_warning(key)
1451
- return super().get(key, default)
1452
-
1453
- def __init__(__self__, *,
1454
- count: float,
1455
- mode: str,
1456
- name: str,
1457
- vm_sku_name: str,
1458
- administrator_configuration: Optional['outputs.AdministratorConfigurationResponse'] = None,
1459
- agent_options: Optional['outputs.AgentOptionsResponse'] = None,
1460
- attached_network_configuration: Optional['outputs.AttachedNetworkConfigurationResponse'] = None,
1461
- availability_zones: Optional[Sequence[str]] = None,
1462
- labels: Optional[Sequence['outputs.KubernetesLabelResponse']] = None,
1463
- taints: Optional[Sequence['outputs.KubernetesLabelResponse']] = None,
1464
- upgrade_settings: Optional['outputs.AgentPoolUpgradeSettingsResponse'] = None):
1465
- """
1466
- :param float count: The number of virtual machines that use this configuration.
1467
- :param str mode: The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
1468
- :param str name: The name that will be used for the agent pool resource representing this agent pool.
1469
- :param str vm_sku_name: The name of the VM SKU that determines the size of resources allocated for node VMs.
1470
- :param 'AdministratorConfigurationResponse' administrator_configuration: The administrator credentials to be used for the nodes in this agent pool.
1471
- :param 'AgentOptionsResponse' agent_options: The configurations that will be applied to each agent in this agent pool.
1472
- :param 'AttachedNetworkConfigurationResponse' attached_network_configuration: The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
1473
- :param Sequence[str] availability_zones: The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
1474
- :param Sequence['KubernetesLabelResponse'] labels: The labels applied to the nodes in this agent pool.
1475
- :param Sequence['KubernetesLabelResponse'] taints: The taints applied to the nodes in this agent pool.
1476
- :param 'AgentPoolUpgradeSettingsResponse' upgrade_settings: The configuration of the agent pool.
1477
- """
1478
- pulumi.set(__self__, "count", count)
1479
- pulumi.set(__self__, "mode", mode)
1480
- pulumi.set(__self__, "name", name)
1481
- pulumi.set(__self__, "vm_sku_name", vm_sku_name)
1482
- if administrator_configuration is not None:
1483
- pulumi.set(__self__, "administrator_configuration", administrator_configuration)
1484
- if agent_options is not None:
1485
- pulumi.set(__self__, "agent_options", agent_options)
1486
- if attached_network_configuration is not None:
1487
- pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
1488
- if availability_zones is not None:
1489
- pulumi.set(__self__, "availability_zones", availability_zones)
1490
- if labels is not None:
1491
- pulumi.set(__self__, "labels", labels)
1492
- if taints is not None:
1493
- pulumi.set(__self__, "taints", taints)
1494
- if upgrade_settings is not None:
1495
- pulumi.set(__self__, "upgrade_settings", upgrade_settings)
1496
-
1497
- @property
1498
- @pulumi.getter
1499
- def count(self) -> float:
1500
- """
1501
- The number of virtual machines that use this configuration.
1502
- """
1503
- return pulumi.get(self, "count")
1504
-
1505
- @property
1506
- @pulumi.getter
1507
- def mode(self) -> str:
1508
- """
1509
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
1510
- """
1511
- return pulumi.get(self, "mode")
1512
-
1513
- @property
1514
- @pulumi.getter
1515
- def name(self) -> str:
1516
- """
1517
- The name that will be used for the agent pool resource representing this agent pool.
1518
- """
1519
- return pulumi.get(self, "name")
1520
-
1521
- @property
1522
- @pulumi.getter(name="vmSkuName")
1523
- def vm_sku_name(self) -> str:
1524
- """
1525
- The name of the VM SKU that determines the size of resources allocated for node VMs.
1526
- """
1527
- return pulumi.get(self, "vm_sku_name")
1528
-
1529
- @property
1530
- @pulumi.getter(name="administratorConfiguration")
1531
- def administrator_configuration(self) -> Optional['outputs.AdministratorConfigurationResponse']:
1532
- """
1533
- The administrator credentials to be used for the nodes in this agent pool.
1534
- """
1535
- return pulumi.get(self, "administrator_configuration")
1536
-
1537
- @property
1538
- @pulumi.getter(name="agentOptions")
1539
- def agent_options(self) -> Optional['outputs.AgentOptionsResponse']:
1540
- """
1541
- The configurations that will be applied to each agent in this agent pool.
1542
- """
1543
- return pulumi.get(self, "agent_options")
1544
-
1545
- @property
1546
- @pulumi.getter(name="attachedNetworkConfiguration")
1547
- def attached_network_configuration(self) -> Optional['outputs.AttachedNetworkConfigurationResponse']:
1548
- """
1549
- The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
1550
- """
1551
- return pulumi.get(self, "attached_network_configuration")
1552
-
1553
- @property
1554
- @pulumi.getter(name="availabilityZones")
1555
- def availability_zones(self) -> Optional[Sequence[str]]:
1556
- """
1557
- The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
1558
- """
1559
- return pulumi.get(self, "availability_zones")
1560
-
1561
- @property
1562
- @pulumi.getter
1563
- def labels(self) -> Optional[Sequence['outputs.KubernetesLabelResponse']]:
1564
- """
1565
- The labels applied to the nodes in this agent pool.
1566
- """
1567
- return pulumi.get(self, "labels")
1568
-
1569
- @property
1570
- @pulumi.getter
1571
- def taints(self) -> Optional[Sequence['outputs.KubernetesLabelResponse']]:
1572
- """
1573
- The taints applied to the nodes in this agent pool.
1574
- """
1575
- return pulumi.get(self, "taints")
1576
-
1577
- @property
1578
- @pulumi.getter(name="upgradeSettings")
1579
- def upgrade_settings(self) -> Optional['outputs.AgentPoolUpgradeSettingsResponse']:
1580
- """
1581
- The configuration of the agent pool.
1582
- """
1583
- return pulumi.get(self, "upgrade_settings")
1584
-
1585
-
1586
- @pulumi.output_type
1587
- class IpAddressPoolResponse(dict):
1588
- @staticmethod
1589
- def __key_warning(key: str):
1590
- suggest = None
1591
- if key == "autoAssign":
1592
- suggest = "auto_assign"
1593
- elif key == "onlyUseHostIps":
1594
- suggest = "only_use_host_ips"
1595
-
1596
- if suggest:
1597
- pulumi.log.warn(f"Key '{key}' not found in IpAddressPoolResponse. Access the value via the '{suggest}' property getter instead.")
1598
-
1599
- def __getitem__(self, key: str) -> Any:
1600
- IpAddressPoolResponse.__key_warning(key)
1601
- return super().__getitem__(key)
1602
-
1603
- def get(self, key: str, default = None) -> Any:
1604
- IpAddressPoolResponse.__key_warning(key)
1605
- return super().get(key, default)
1606
-
1607
- def __init__(__self__, *,
1608
- addresses: Sequence[str],
1609
- name: str,
1610
- auto_assign: Optional[str] = None,
1611
- only_use_host_ips: Optional[str] = None):
1612
- """
1613
- :param Sequence[str] addresses: The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses.
1614
- :param str name: The name used to identify this IP address pool for association with a BGP advertisement.
1615
- :param str auto_assign: The indicator to determine if automatic allocation from the pool should occur.
1616
- :param str only_use_host_ips: The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
1617
- """
1618
- pulumi.set(__self__, "addresses", addresses)
1619
- pulumi.set(__self__, "name", name)
1620
- if auto_assign is None:
1621
- auto_assign = 'True'
1622
- if auto_assign is not None:
1623
- pulumi.set(__self__, "auto_assign", auto_assign)
1624
- if only_use_host_ips is None:
1625
- only_use_host_ips = 'True'
1626
- if only_use_host_ips is not None:
1627
- pulumi.set(__self__, "only_use_host_ips", only_use_host_ips)
1628
-
1629
- @property
1630
- @pulumi.getter
1631
- def addresses(self) -> Sequence[str]:
1632
- """
1633
- The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses.
1634
- """
1635
- return pulumi.get(self, "addresses")
1636
-
1637
- @property
1638
- @pulumi.getter
1639
- def name(self) -> str:
1640
- """
1641
- The name used to identify this IP address pool for association with a BGP advertisement.
1642
- """
1643
- return pulumi.get(self, "name")
1644
-
1645
- @property
1646
- @pulumi.getter(name="autoAssign")
1647
- def auto_assign(self) -> Optional[str]:
1648
- """
1649
- The indicator to determine if automatic allocation from the pool should occur.
1650
- """
1651
- return pulumi.get(self, "auto_assign")
1652
-
1653
- @property
1654
- @pulumi.getter(name="onlyUseHostIps")
1655
- def only_use_host_ips(self) -> Optional[str]:
1656
- """
1657
- The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.
1658
- """
1659
- return pulumi.get(self, "only_use_host_ips")
1660
-
1661
-
1662
- @pulumi.output_type
1663
- class KeySetUserResponse(dict):
1664
- @staticmethod
1665
- def __key_warning(key: str):
1666
- suggest = None
1667
- if key == "azureUserName":
1668
- suggest = "azure_user_name"
1669
- elif key == "sshPublicKey":
1670
- suggest = "ssh_public_key"
1671
-
1672
- if suggest:
1673
- pulumi.log.warn(f"Key '{key}' not found in KeySetUserResponse. Access the value via the '{suggest}' property getter instead.")
1674
-
1675
- def __getitem__(self, key: str) -> Any:
1676
- KeySetUserResponse.__key_warning(key)
1677
- return super().__getitem__(key)
1678
-
1679
- def get(self, key: str, default = None) -> Any:
1680
- KeySetUserResponse.__key_warning(key)
1681
- return super().get(key, default)
1682
-
1683
- def __init__(__self__, *,
1684
- azure_user_name: str,
1685
- ssh_public_key: 'outputs.SshPublicKeyResponse',
1686
- description: Optional[str] = None):
1687
- """
1688
- :param str azure_user_name: The user name that will be used for access.
1689
- :param 'SshPublicKeyResponse' ssh_public_key: The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
1690
- :param str description: The free-form description for this user.
1691
- """
1692
- pulumi.set(__self__, "azure_user_name", azure_user_name)
1693
- pulumi.set(__self__, "ssh_public_key", ssh_public_key)
1694
- if description is not None:
1695
- pulumi.set(__self__, "description", description)
1696
-
1697
- @property
1698
- @pulumi.getter(name="azureUserName")
1699
- def azure_user_name(self) -> str:
1700
- """
1701
- The user name that will be used for access.
1702
- """
1703
- return pulumi.get(self, "azure_user_name")
1704
-
1705
- @property
1706
- @pulumi.getter(name="sshPublicKey")
1707
- def ssh_public_key(self) -> 'outputs.SshPublicKeyResponse':
1708
- """
1709
- The SSH public key that will be provisioned for user access. The user is expected to have the corresponding SSH private key for logging in.
1710
- """
1711
- return pulumi.get(self, "ssh_public_key")
1712
-
1713
- @property
1714
- @pulumi.getter
1715
- def description(self) -> Optional[str]:
1716
- """
1717
- The free-form description for this user.
1718
- """
1719
- return pulumi.get(self, "description")
1720
-
1721
-
1722
- @pulumi.output_type
1723
- class KeySetUserStatusResponse(dict):
1724
- @staticmethod
1725
- def __key_warning(key: str):
1726
- suggest = None
1727
- if key == "azureUserName":
1728
- suggest = "azure_user_name"
1729
- elif key == "statusMessage":
1730
- suggest = "status_message"
1731
-
1732
- if suggest:
1733
- pulumi.log.warn(f"Key '{key}' not found in KeySetUserStatusResponse. Access the value via the '{suggest}' property getter instead.")
1734
-
1735
- def __getitem__(self, key: str) -> Any:
1736
- KeySetUserStatusResponse.__key_warning(key)
1737
- return super().__getitem__(key)
1738
-
1739
- def get(self, key: str, default = None) -> Any:
1740
- KeySetUserStatusResponse.__key_warning(key)
1741
- return super().get(key, default)
1742
-
1743
- def __init__(__self__, *,
1744
- azure_user_name: str,
1745
- status: str,
1746
- status_message: str):
1747
- """
1748
- :param str azure_user_name: The user name that will be used for access.
1749
- :param str status: The indicator of whether the user is currently deployed for access.
1750
- :param str status_message: The additional information describing the current status of this user, if any available.
1751
- """
1752
- pulumi.set(__self__, "azure_user_name", azure_user_name)
1753
- pulumi.set(__self__, "status", status)
1754
- pulumi.set(__self__, "status_message", status_message)
1755
-
1756
- @property
1757
- @pulumi.getter(name="azureUserName")
1758
- def azure_user_name(self) -> str:
1759
- """
1760
- The user name that will be used for access.
1761
- """
1762
- return pulumi.get(self, "azure_user_name")
1763
-
1764
- @property
1765
- @pulumi.getter
1766
- def status(self) -> str:
1767
- """
1768
- The indicator of whether the user is currently deployed for access.
1769
- """
1770
- return pulumi.get(self, "status")
1771
-
1772
- @property
1773
- @pulumi.getter(name="statusMessage")
1774
- def status_message(self) -> str:
1775
- """
1776
- The additional information describing the current status of this user, if any available.
1777
- """
1778
- return pulumi.get(self, "status_message")
1779
-
1780
-
1781
- @pulumi.output_type
1782
- class KubernetesClusterNodeResponse(dict):
1783
- @staticmethod
1784
- def __key_warning(key: str):
1785
- suggest = None
1786
- if key == "agentPoolId":
1787
- suggest = "agent_pool_id"
1788
- elif key == "availabilityZone":
1789
- suggest = "availability_zone"
1790
- elif key == "bareMetalMachineId":
1791
- suggest = "bare_metal_machine_id"
1792
- elif key == "cpuCores":
1793
- suggest = "cpu_cores"
1794
- elif key == "detailedStatus":
1795
- suggest = "detailed_status"
1796
- elif key == "detailedStatusMessage":
1797
- suggest = "detailed_status_message"
1798
- elif key == "diskSizeGB":
1799
- suggest = "disk_size_gb"
1800
- elif key == "kubernetesVersion":
1801
- suggest = "kubernetes_version"
1802
- elif key == "memorySizeGB":
1803
- suggest = "memory_size_gb"
1804
- elif key == "networkAttachments":
1805
- suggest = "network_attachments"
1806
- elif key == "powerState":
1807
- suggest = "power_state"
1808
- elif key == "vmSkuName":
1809
- suggest = "vm_sku_name"
1810
-
1811
- if suggest:
1812
- pulumi.log.warn(f"Key '{key}' not found in KubernetesClusterNodeResponse. Access the value via the '{suggest}' property getter instead.")
1813
-
1814
- def __getitem__(self, key: str) -> Any:
1815
- KubernetesClusterNodeResponse.__key_warning(key)
1816
- return super().__getitem__(key)
1817
-
1818
- def get(self, key: str, default = None) -> Any:
1819
- KubernetesClusterNodeResponse.__key_warning(key)
1820
- return super().get(key, default)
1821
-
1822
- def __init__(__self__, *,
1823
- agent_pool_id: str,
1824
- availability_zone: str,
1825
- bare_metal_machine_id: str,
1826
- cpu_cores: float,
1827
- detailed_status: str,
1828
- detailed_status_message: str,
1829
- disk_size_gb: float,
1830
- image: str,
1831
- kubernetes_version: str,
1832
- labels: Sequence['outputs.KubernetesLabelResponse'],
1833
- memory_size_gb: float,
1834
- mode: str,
1835
- name: str,
1836
- network_attachments: Sequence['outputs.NetworkAttachmentResponse'],
1837
- power_state: str,
1838
- role: str,
1839
- taints: Sequence['outputs.KubernetesLabelResponse'],
1840
- vm_sku_name: str):
1841
- """
1842
- :param str agent_pool_id: The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.
1843
- :param str availability_zone: The availability zone this node is running within.
1844
- :param str bare_metal_machine_id: The resource ID of the bare metal machine that hosts this node.
1845
- :param float cpu_cores: The number of CPU cores configured for this node, derived from the VM SKU specified.
1846
- :param str detailed_status: The detailed state of this node.
1847
- :param str detailed_status_message: The descriptive message about the current detailed status.
1848
- :param float disk_size_gb: The size of the disk configured for this node.
1849
- :param str image: The machine image used to deploy this node.
1850
- :param str kubernetes_version: The currently running version of Kubernetes and bundled features running on this node.
1851
- :param Sequence['KubernetesLabelResponse'] labels: The list of labels on this node that have been assigned to the agent pool containing this node.
1852
- :param float memory_size_gb: The amount of memory configured for this node, derived from the vm SKU specified.
1853
- :param str mode: The mode of the agent pool containing this node. Not applicable for control plane nodes.
1854
- :param str name: The name of this node, as realized in the Kubernetes cluster.
1855
- :param Sequence['NetworkAttachmentResponse'] network_attachments: The NetworkAttachments made to this node.
1856
- :param str power_state: The power state of this node.
1857
- :param str role: The role of this node in the cluster.
1858
- :param Sequence['KubernetesLabelResponse'] taints: The list of taints that have been assigned to the agent pool containing this node.
1859
- :param str vm_sku_name: The VM SKU name that was used to create this cluster node.
1860
- """
1861
- pulumi.set(__self__, "agent_pool_id", agent_pool_id)
1862
- pulumi.set(__self__, "availability_zone", availability_zone)
1863
- pulumi.set(__self__, "bare_metal_machine_id", bare_metal_machine_id)
1864
- pulumi.set(__self__, "cpu_cores", cpu_cores)
1865
- pulumi.set(__self__, "detailed_status", detailed_status)
1866
- pulumi.set(__self__, "detailed_status_message", detailed_status_message)
1867
- pulumi.set(__self__, "disk_size_gb", disk_size_gb)
1868
- pulumi.set(__self__, "image", image)
1869
- pulumi.set(__self__, "kubernetes_version", kubernetes_version)
1870
- pulumi.set(__self__, "labels", labels)
1871
- pulumi.set(__self__, "memory_size_gb", memory_size_gb)
1872
- pulumi.set(__self__, "mode", mode)
1873
- pulumi.set(__self__, "name", name)
1874
- pulumi.set(__self__, "network_attachments", network_attachments)
1875
- pulumi.set(__self__, "power_state", power_state)
1876
- pulumi.set(__self__, "role", role)
1877
- pulumi.set(__self__, "taints", taints)
1878
- pulumi.set(__self__, "vm_sku_name", vm_sku_name)
1879
-
1880
- @property
1881
- @pulumi.getter(name="agentPoolId")
1882
- def agent_pool_id(self) -> str:
1883
- """
1884
- The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.
1885
- """
1886
- return pulumi.get(self, "agent_pool_id")
1887
-
1888
- @property
1889
- @pulumi.getter(name="availabilityZone")
1890
- def availability_zone(self) -> str:
1891
- """
1892
- The availability zone this node is running within.
1893
- """
1894
- return pulumi.get(self, "availability_zone")
1895
-
1896
- @property
1897
- @pulumi.getter(name="bareMetalMachineId")
1898
- def bare_metal_machine_id(self) -> str:
1899
- """
1900
- The resource ID of the bare metal machine that hosts this node.
1901
- """
1902
- return pulumi.get(self, "bare_metal_machine_id")
1903
-
1904
- @property
1905
- @pulumi.getter(name="cpuCores")
1906
- def cpu_cores(self) -> float:
1907
- """
1908
- The number of CPU cores configured for this node, derived from the VM SKU specified.
1909
- """
1910
- return pulumi.get(self, "cpu_cores")
1911
-
1912
- @property
1913
- @pulumi.getter(name="detailedStatus")
1914
- def detailed_status(self) -> str:
1915
- """
1916
- The detailed state of this node.
1917
- """
1918
- return pulumi.get(self, "detailed_status")
1919
-
1920
- @property
1921
- @pulumi.getter(name="detailedStatusMessage")
1922
- def detailed_status_message(self) -> str:
1923
- """
1924
- The descriptive message about the current detailed status.
1925
- """
1926
- return pulumi.get(self, "detailed_status_message")
1927
-
1928
- @property
1929
- @pulumi.getter(name="diskSizeGB")
1930
- def disk_size_gb(self) -> float:
1931
- """
1932
- The size of the disk configured for this node.
1933
- """
1934
- return pulumi.get(self, "disk_size_gb")
1935
-
1936
- @property
1937
- @pulumi.getter
1938
- def image(self) -> str:
1939
- """
1940
- The machine image used to deploy this node.
1941
- """
1942
- return pulumi.get(self, "image")
1943
-
1944
- @property
1945
- @pulumi.getter(name="kubernetesVersion")
1946
- def kubernetes_version(self) -> str:
1947
- """
1948
- The currently running version of Kubernetes and bundled features running on this node.
1949
- """
1950
- return pulumi.get(self, "kubernetes_version")
1951
-
1952
- @property
1953
- @pulumi.getter
1954
- def labels(self) -> Sequence['outputs.KubernetesLabelResponse']:
1955
- """
1956
- The list of labels on this node that have been assigned to the agent pool containing this node.
1957
- """
1958
- return pulumi.get(self, "labels")
1959
-
1960
- @property
1961
- @pulumi.getter(name="memorySizeGB")
1962
- def memory_size_gb(self) -> float:
1963
- """
1964
- The amount of memory configured for this node, derived from the vm SKU specified.
1965
- """
1966
- return pulumi.get(self, "memory_size_gb")
1967
-
1968
- @property
1969
- @pulumi.getter
1970
- def mode(self) -> str:
1971
- """
1972
- The mode of the agent pool containing this node. Not applicable for control plane nodes.
1973
- """
1974
- return pulumi.get(self, "mode")
1975
-
1976
- @property
1977
- @pulumi.getter
1978
- def name(self) -> str:
1979
- """
1980
- The name of this node, as realized in the Kubernetes cluster.
1981
- """
1982
- return pulumi.get(self, "name")
1983
-
1984
- @property
1985
- @pulumi.getter(name="networkAttachments")
1986
- def network_attachments(self) -> Sequence['outputs.NetworkAttachmentResponse']:
1987
- """
1988
- The NetworkAttachments made to this node.
1989
- """
1990
- return pulumi.get(self, "network_attachments")
1991
-
1992
- @property
1993
- @pulumi.getter(name="powerState")
1994
- def power_state(self) -> str:
1995
- """
1996
- The power state of this node.
1997
- """
1998
- return pulumi.get(self, "power_state")
1999
-
2000
- @property
2001
- @pulumi.getter
2002
- def role(self) -> str:
2003
- """
2004
- The role of this node in the cluster.
2005
- """
2006
- return pulumi.get(self, "role")
2007
-
2008
- @property
2009
- @pulumi.getter
2010
- def taints(self) -> Sequence['outputs.KubernetesLabelResponse']:
2011
- """
2012
- The list of taints that have been assigned to the agent pool containing this node.
2013
- """
2014
- return pulumi.get(self, "taints")
2015
-
2016
- @property
2017
- @pulumi.getter(name="vmSkuName")
2018
- def vm_sku_name(self) -> str:
2019
- """
2020
- The VM SKU name that was used to create this cluster node.
2021
- """
2022
- return pulumi.get(self, "vm_sku_name")
2023
-
2024
-
2025
- @pulumi.output_type
2026
- class KubernetesLabelResponse(dict):
2027
- def __init__(__self__, *,
2028
- key: str,
2029
- value: str):
2030
- """
2031
- :param str key: The name of the label or taint.
2032
- :param str value: The value of the label or taint.
2033
- """
2034
- pulumi.set(__self__, "key", key)
2035
- pulumi.set(__self__, "value", value)
2036
-
2037
- @property
2038
- @pulumi.getter
2039
- def key(self) -> str:
2040
- """
2041
- The name of the label or taint.
2042
- """
2043
- return pulumi.get(self, "key")
2044
-
2045
- @property
2046
- @pulumi.getter
2047
- def value(self) -> str:
2048
- """
2049
- The value of the label or taint.
2050
- """
2051
- return pulumi.get(self, "value")
2052
-
2053
-
2054
- @pulumi.output_type
2055
- class L2NetworkAttachmentConfigurationResponse(dict):
2056
- @staticmethod
2057
- def __key_warning(key: str):
2058
- suggest = None
2059
- if key == "networkId":
2060
- suggest = "network_id"
2061
- elif key == "pluginType":
2062
- suggest = "plugin_type"
2063
-
2064
- if suggest:
2065
- pulumi.log.warn(f"Key '{key}' not found in L2NetworkAttachmentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2066
-
2067
- def __getitem__(self, key: str) -> Any:
2068
- L2NetworkAttachmentConfigurationResponse.__key_warning(key)
2069
- return super().__getitem__(key)
2070
-
2071
- def get(self, key: str, default = None) -> Any:
2072
- L2NetworkAttachmentConfigurationResponse.__key_warning(key)
2073
- return super().get(key, default)
2074
-
2075
- def __init__(__self__, *,
2076
- network_id: str,
2077
- plugin_type: Optional[str] = None):
2078
- """
2079
- :param str network_id: The resource ID of the network that is being configured for attachment.
2080
- :param str plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
2081
- """
2082
- pulumi.set(__self__, "network_id", network_id)
2083
- if plugin_type is None:
2084
- plugin_type = 'SRIOV'
2085
- if plugin_type is not None:
2086
- pulumi.set(__self__, "plugin_type", plugin_type)
2087
-
2088
- @property
2089
- @pulumi.getter(name="networkId")
2090
- def network_id(self) -> str:
2091
- """
2092
- The resource ID of the network that is being configured for attachment.
2093
- """
2094
- return pulumi.get(self, "network_id")
2095
-
2096
- @property
2097
- @pulumi.getter(name="pluginType")
2098
- def plugin_type(self) -> Optional[str]:
2099
- """
2100
- The indicator of how this network will be utilized by the Kubernetes cluster.
2101
- """
2102
- return pulumi.get(self, "plugin_type")
2103
-
2104
-
2105
- @pulumi.output_type
2106
- class L3NetworkAttachmentConfigurationResponse(dict):
2107
- @staticmethod
2108
- def __key_warning(key: str):
2109
- suggest = None
2110
- if key == "networkId":
2111
- suggest = "network_id"
2112
- elif key == "ipamEnabled":
2113
- suggest = "ipam_enabled"
2114
- elif key == "pluginType":
2115
- suggest = "plugin_type"
2116
-
2117
- if suggest:
2118
- pulumi.log.warn(f"Key '{key}' not found in L3NetworkAttachmentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2119
-
2120
- def __getitem__(self, key: str) -> Any:
2121
- L3NetworkAttachmentConfigurationResponse.__key_warning(key)
2122
- return super().__getitem__(key)
2123
-
2124
- def get(self, key: str, default = None) -> Any:
2125
- L3NetworkAttachmentConfigurationResponse.__key_warning(key)
2126
- return super().get(key, default)
2127
-
2128
- def __init__(__self__, *,
2129
- network_id: str,
2130
- ipam_enabled: Optional[str] = None,
2131
- plugin_type: Optional[str] = None):
2132
- """
2133
- :param str network_id: The resource ID of the network that is being configured for attachment.
2134
- :param str ipam_enabled: The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
2135
- :param str plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
2136
- """
2137
- pulumi.set(__self__, "network_id", network_id)
2138
- if ipam_enabled is None:
2139
- ipam_enabled = 'False'
2140
- if ipam_enabled is not None:
2141
- pulumi.set(__self__, "ipam_enabled", ipam_enabled)
2142
- if plugin_type is None:
2143
- plugin_type = 'SRIOV'
2144
- if plugin_type is not None:
2145
- pulumi.set(__self__, "plugin_type", plugin_type)
2146
-
2147
- @property
2148
- @pulumi.getter(name="networkId")
2149
- def network_id(self) -> str:
2150
- """
2151
- The resource ID of the network that is being configured for attachment.
2152
- """
2153
- return pulumi.get(self, "network_id")
2154
-
2155
- @property
2156
- @pulumi.getter(name="ipamEnabled")
2157
- def ipam_enabled(self) -> Optional[str]:
2158
- """
2159
- The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
2160
- """
2161
- return pulumi.get(self, "ipam_enabled")
2162
-
2163
- @property
2164
- @pulumi.getter(name="pluginType")
2165
- def plugin_type(self) -> Optional[str]:
2166
- """
2167
- The indicator of how this network will be utilized by the Kubernetes cluster.
2168
- """
2169
- return pulumi.get(self, "plugin_type")
2170
-
2171
-
2172
- @pulumi.output_type
2173
- class LldpNeighborResponse(dict):
2174
- @staticmethod
2175
- def __key_warning(key: str):
2176
- suggest = None
2177
- if key == "portDescription":
2178
- suggest = "port_description"
2179
- elif key == "portName":
2180
- suggest = "port_name"
2181
- elif key == "systemDescription":
2182
- suggest = "system_description"
2183
- elif key == "systemName":
2184
- suggest = "system_name"
2185
-
2186
- if suggest:
2187
- pulumi.log.warn(f"Key '{key}' not found in LldpNeighborResponse. Access the value via the '{suggest}' property getter instead.")
2188
-
2189
- def __getitem__(self, key: str) -> Any:
2190
- LldpNeighborResponse.__key_warning(key)
2191
- return super().__getitem__(key)
2192
-
2193
- def get(self, key: str, default = None) -> Any:
2194
- LldpNeighborResponse.__key_warning(key)
2195
- return super().get(key, default)
2196
-
2197
- def __init__(__self__, *,
2198
- port_description: str,
2199
- port_name: str,
2200
- system_description: str,
2201
- system_name: str):
2202
- """
2203
- :param str port_description: The descriptive information about the port on the connected device.
2204
- :param str port_name: The system-assigned name of the port on the connected device.
2205
- :param str system_description: The descriptive information about the connected device.
2206
- :param str system_name: The system-assigned name of the connected device.
2207
- """
2208
- pulumi.set(__self__, "port_description", port_description)
2209
- pulumi.set(__self__, "port_name", port_name)
2210
- pulumi.set(__self__, "system_description", system_description)
2211
- pulumi.set(__self__, "system_name", system_name)
2212
-
2213
- @property
2214
- @pulumi.getter(name="portDescription")
2215
- def port_description(self) -> str:
2216
- """
2217
- The descriptive information about the port on the connected device.
2218
- """
2219
- return pulumi.get(self, "port_description")
2220
-
2221
- @property
2222
- @pulumi.getter(name="portName")
2223
- def port_name(self) -> str:
2224
- """
2225
- The system-assigned name of the port on the connected device.
2226
- """
2227
- return pulumi.get(self, "port_name")
2228
-
2229
- @property
2230
- @pulumi.getter(name="systemDescription")
2231
- def system_description(self) -> str:
2232
- """
2233
- The descriptive information about the connected device.
2234
- """
2235
- return pulumi.get(self, "system_description")
2236
-
2237
- @property
2238
- @pulumi.getter(name="systemName")
2239
- def system_name(self) -> str:
2240
- """
2241
- The system-assigned name of the connected device.
2242
- """
2243
- return pulumi.get(self, "system_name")
2244
-
2245
-
2246
- @pulumi.output_type
2247
- class ManagedResourceGroupConfigurationResponse(dict):
2248
- def __init__(__self__, *,
2249
- location: Optional[str] = None,
2250
- name: Optional[str] = None):
2251
- """
2252
- :param str location: The location of the managed resource group. If not specified, the location of the parent resource is chosen.
2253
- :param str name: The name for the managed resource group. If not specified, the unique name is automatically generated.
2254
- """
2255
- if location is not None:
2256
- pulumi.set(__self__, "location", location)
2257
- if name is not None:
2258
- pulumi.set(__self__, "name", name)
2259
-
2260
- @property
2261
- @pulumi.getter
2262
- def location(self) -> Optional[str]:
2263
- """
2264
- The location of the managed resource group. If not specified, the location of the parent resource is chosen.
2265
- """
2266
- return pulumi.get(self, "location")
2267
-
2268
- @property
2269
- @pulumi.getter
2270
- def name(self) -> Optional[str]:
2271
- """
2272
- The name for the managed resource group. If not specified, the unique name is automatically generated.
2273
- """
2274
- return pulumi.get(self, "name")
2275
-
2276
-
2277
- @pulumi.output_type
2278
- class NetworkAttachmentResponse(dict):
2279
- @staticmethod
2280
- def __key_warning(key: str):
2281
- suggest = None
2282
- if key == "attachedNetworkId":
2283
- suggest = "attached_network_id"
2284
- elif key == "ipAllocationMethod":
2285
- suggest = "ip_allocation_method"
2286
- elif key == "macAddress":
2287
- suggest = "mac_address"
2288
- elif key == "defaultGateway":
2289
- suggest = "default_gateway"
2290
- elif key == "ipv4Address":
2291
- suggest = "ipv4_address"
2292
- elif key == "ipv6Address":
2293
- suggest = "ipv6_address"
2294
- elif key == "networkAttachmentName":
2295
- suggest = "network_attachment_name"
2296
-
2297
- if suggest:
2298
- pulumi.log.warn(f"Key '{key}' not found in NetworkAttachmentResponse. Access the value via the '{suggest}' property getter instead.")
2299
-
2300
- def __getitem__(self, key: str) -> Any:
2301
- NetworkAttachmentResponse.__key_warning(key)
2302
- return super().__getitem__(key)
2303
-
2304
- def get(self, key: str, default = None) -> Any:
2305
- NetworkAttachmentResponse.__key_warning(key)
2306
- return super().get(key, default)
2307
-
2308
- def __init__(__self__, *,
2309
- attached_network_id: str,
2310
- ip_allocation_method: str,
2311
- mac_address: str,
2312
- default_gateway: Optional[str] = None,
2313
- ipv4_address: Optional[str] = None,
2314
- ipv6_address: Optional[str] = None,
2315
- network_attachment_name: Optional[str] = None):
2316
- """
2317
- :param str attached_network_id: The resource ID of the associated network attached to the virtual machine.
2318
- It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
2319
- :param str ip_allocation_method: The IP allocation mechanism for the virtual machine.
2320
- Dynamic and Static are only valid for l3Network which may also specify Disabled.
2321
- Otherwise, Disabled is the only permitted value.
2322
- :param str mac_address: The MAC address of the interface for the virtual machine that corresponds to this network attachment.
2323
- :param str default_gateway: The indicator of whether this is the default gateway.
2324
- Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
2325
- :param str ipv4_address: The IPv4 address of the virtual machine.
2326
-
2327
- This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
2328
-
2329
- If IPAllocationMethod is:
2330
- Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
2331
- Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
2332
- Disabled - this field will be empty.
2333
- :param str ipv6_address: The IPv6 address of the virtual machine.
2334
-
2335
- This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
2336
-
2337
- If IPAllocationMethod is:
2338
- Static - this field must contain an IPv6 address range from within the range specified in the attached network.
2339
- Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
2340
- Disabled - this field will be empty.
2341
- :param str network_attachment_name: The associated network's interface name.
2342
- If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
2343
- If the user doesn’t specify this value, the default interface name of the network resource will be used.
2344
- For a CloudServicesNetwork resource, this name will be ignored.
2345
- """
2346
- pulumi.set(__self__, "attached_network_id", attached_network_id)
2347
- pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
2348
- pulumi.set(__self__, "mac_address", mac_address)
2349
- if default_gateway is not None:
2350
- pulumi.set(__self__, "default_gateway", default_gateway)
2351
- if ipv4_address is not None:
2352
- pulumi.set(__self__, "ipv4_address", ipv4_address)
2353
- if ipv6_address is not None:
2354
- pulumi.set(__self__, "ipv6_address", ipv6_address)
2355
- if network_attachment_name is not None:
2356
- pulumi.set(__self__, "network_attachment_name", network_attachment_name)
2357
-
2358
- @property
2359
- @pulumi.getter(name="attachedNetworkId")
2360
- def attached_network_id(self) -> str:
2361
- """
2362
- The resource ID of the associated network attached to the virtual machine.
2363
- It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
2364
- """
2365
- return pulumi.get(self, "attached_network_id")
2366
-
2367
- @property
2368
- @pulumi.getter(name="ipAllocationMethod")
2369
- def ip_allocation_method(self) -> str:
2370
- """
2371
- The IP allocation mechanism for the virtual machine.
2372
- Dynamic and Static are only valid for l3Network which may also specify Disabled.
2373
- Otherwise, Disabled is the only permitted value.
2374
- """
2375
- return pulumi.get(self, "ip_allocation_method")
2376
-
2377
- @property
2378
- @pulumi.getter(name="macAddress")
2379
- def mac_address(self) -> str:
2380
- """
2381
- The MAC address of the interface for the virtual machine that corresponds to this network attachment.
2382
- """
2383
- return pulumi.get(self, "mac_address")
2384
-
2385
- @property
2386
- @pulumi.getter(name="defaultGateway")
2387
- def default_gateway(self) -> Optional[str]:
2388
- """
2389
- The indicator of whether this is the default gateway.
2390
- Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
2391
- """
2392
- return pulumi.get(self, "default_gateway")
2393
-
2394
- @property
2395
- @pulumi.getter(name="ipv4Address")
2396
- def ipv4_address(self) -> Optional[str]:
2397
- """
2398
- The IPv4 address of the virtual machine.
2399
-
2400
- This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
2401
-
2402
- If IPAllocationMethod is:
2403
- Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
2404
- Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
2405
- Disabled - this field will be empty.
2406
- """
2407
- return pulumi.get(self, "ipv4_address")
2408
-
2409
- @property
2410
- @pulumi.getter(name="ipv6Address")
2411
- def ipv6_address(self) -> Optional[str]:
2412
- """
2413
- The IPv6 address of the virtual machine.
2414
-
2415
- This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
2416
-
2417
- If IPAllocationMethod is:
2418
- Static - this field must contain an IPv6 address range from within the range specified in the attached network.
2419
- Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
2420
- Disabled - this field will be empty.
2421
- """
2422
- return pulumi.get(self, "ipv6_address")
2423
-
2424
- @property
2425
- @pulumi.getter(name="networkAttachmentName")
2426
- def network_attachment_name(self) -> Optional[str]:
2427
- """
2428
- The associated network's interface name.
2429
- If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
2430
- If the user doesn’t specify this value, the default interface name of the network resource will be used.
2431
- For a CloudServicesNetwork resource, this name will be ignored.
2432
- """
2433
- return pulumi.get(self, "network_attachment_name")
2434
-
2435
-
2436
- @pulumi.output_type
2437
- class NetworkConfigurationResponse(dict):
2438
- @staticmethod
2439
- def __key_warning(key: str):
2440
- suggest = None
2441
- if key == "cloudServicesNetworkId":
2442
- suggest = "cloud_services_network_id"
2443
- elif key == "cniNetworkId":
2444
- suggest = "cni_network_id"
2445
- elif key == "attachedNetworkConfiguration":
2446
- suggest = "attached_network_configuration"
2447
- elif key == "bgpServiceLoadBalancerConfiguration":
2448
- suggest = "bgp_service_load_balancer_configuration"
2449
- elif key == "dnsServiceIp":
2450
- suggest = "dns_service_ip"
2451
- elif key == "podCidrs":
2452
- suggest = "pod_cidrs"
2453
- elif key == "serviceCidrs":
2454
- suggest = "service_cidrs"
2455
-
2456
- if suggest:
2457
- pulumi.log.warn(f"Key '{key}' not found in NetworkConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
2458
-
2459
- def __getitem__(self, key: str) -> Any:
2460
- NetworkConfigurationResponse.__key_warning(key)
2461
- return super().__getitem__(key)
2462
-
2463
- def get(self, key: str, default = None) -> Any:
2464
- NetworkConfigurationResponse.__key_warning(key)
2465
- return super().get(key, default)
2466
-
2467
- def __init__(__self__, *,
2468
- cloud_services_network_id: str,
2469
- cni_network_id: str,
2470
- attached_network_configuration: Optional['outputs.AttachedNetworkConfigurationResponse'] = None,
2471
- bgp_service_load_balancer_configuration: Optional['outputs.BgpServiceLoadBalancerConfigurationResponse'] = None,
2472
- dns_service_ip: Optional[str] = None,
2473
- pod_cidrs: Optional[Sequence[str]] = None,
2474
- service_cidrs: Optional[Sequence[str]] = None):
2475
- """
2476
- :param str cloud_services_network_id: The resource ID of the associated Cloud Services network.
2477
- :param str cni_network_id: The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
2478
- :param 'AttachedNetworkConfigurationResponse' attached_network_configuration: The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
2479
- :param 'BgpServiceLoadBalancerConfigurationResponse' bgp_service_load_balancer_configuration: The configuration of the BGP service load balancer for this Kubernetes cluster.
2480
- :param str dns_service_ip: The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
2481
- :param Sequence[str] pod_cidrs: The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2482
- :param Sequence[str] service_cidrs: The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2483
- """
2484
- pulumi.set(__self__, "cloud_services_network_id", cloud_services_network_id)
2485
- pulumi.set(__self__, "cni_network_id", cni_network_id)
2486
- if attached_network_configuration is not None:
2487
- pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
2488
- if bgp_service_load_balancer_configuration is not None:
2489
- pulumi.set(__self__, "bgp_service_load_balancer_configuration", bgp_service_load_balancer_configuration)
2490
- if dns_service_ip is not None:
2491
- pulumi.set(__self__, "dns_service_ip", dns_service_ip)
2492
- if pod_cidrs is not None:
2493
- pulumi.set(__self__, "pod_cidrs", pod_cidrs)
2494
- if service_cidrs is not None:
2495
- pulumi.set(__self__, "service_cidrs", service_cidrs)
2496
-
2497
- @property
2498
- @pulumi.getter(name="cloudServicesNetworkId")
2499
- def cloud_services_network_id(self) -> str:
2500
- """
2501
- The resource ID of the associated Cloud Services network.
2502
- """
2503
- return pulumi.get(self, "cloud_services_network_id")
2504
-
2505
- @property
2506
- @pulumi.getter(name="cniNetworkId")
2507
- def cni_network_id(self) -> str:
2508
- """
2509
- The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
2510
- """
2511
- return pulumi.get(self, "cni_network_id")
2512
-
2513
- @property
2514
- @pulumi.getter(name="attachedNetworkConfiguration")
2515
- def attached_network_configuration(self) -> Optional['outputs.AttachedNetworkConfigurationResponse']:
2516
- """
2517
- The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
2518
- """
2519
- return pulumi.get(self, "attached_network_configuration")
2520
-
2521
- @property
2522
- @pulumi.getter(name="bgpServiceLoadBalancerConfiguration")
2523
- def bgp_service_load_balancer_configuration(self) -> Optional['outputs.BgpServiceLoadBalancerConfigurationResponse']:
2524
- """
2525
- The configuration of the BGP service load balancer for this Kubernetes cluster.
2526
- """
2527
- return pulumi.get(self, "bgp_service_load_balancer_configuration")
2528
-
2529
- @property
2530
- @pulumi.getter(name="dnsServiceIp")
2531
- def dns_service_ip(self) -> Optional[str]:
2532
- """
2533
- The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
2534
- """
2535
- return pulumi.get(self, "dns_service_ip")
2536
-
2537
- @property
2538
- @pulumi.getter(name="podCidrs")
2539
- def pod_cidrs(self) -> Optional[Sequence[str]]:
2540
- """
2541
- The CIDR notation IP ranges from which to assign pod IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2542
- """
2543
- return pulumi.get(self, "pod_cidrs")
2544
-
2545
- @property
2546
- @pulumi.getter(name="serviceCidrs")
2547
- def service_cidrs(self) -> Optional[Sequence[str]]:
2548
- """
2549
- The CIDR notation IP ranges from which to assign service IPs. One IPv4 CIDR is expected for single-stack networking. Two CIDRs, one for each IP family (IPv4/IPv6), is expected for dual-stack networking.
2550
- """
2551
- return pulumi.get(self, "service_cidrs")
2552
-
2553
-
2554
- @pulumi.output_type
2555
- class NicResponse(dict):
2556
- @staticmethod
2557
- def __key_warning(key: str):
2558
- suggest = None
2559
- if key == "lldpNeighbor":
2560
- suggest = "lldp_neighbor"
2561
- elif key == "macAddress":
2562
- suggest = "mac_address"
2563
-
2564
- if suggest:
2565
- pulumi.log.warn(f"Key '{key}' not found in NicResponse. Access the value via the '{suggest}' property getter instead.")
2566
-
2567
- def __getitem__(self, key: str) -> Any:
2568
- NicResponse.__key_warning(key)
2569
- return super().__getitem__(key)
2570
-
2571
- def get(self, key: str, default = None) -> Any:
2572
- NicResponse.__key_warning(key)
2573
- return super().get(key, default)
2574
-
2575
- def __init__(__self__, *,
2576
- lldp_neighbor: 'outputs.LldpNeighborResponse',
2577
- mac_address: str,
2578
- name: str):
2579
- """
2580
- :param 'LldpNeighborResponse' lldp_neighbor: The information about the device connected to this NIC.
2581
- :param str mac_address: The MAC address associated with this NIC.
2582
- :param str name: The name of the NIC/interface.
2583
- """
2584
- pulumi.set(__self__, "lldp_neighbor", lldp_neighbor)
2585
- pulumi.set(__self__, "mac_address", mac_address)
2586
- pulumi.set(__self__, "name", name)
2587
-
2588
- @property
2589
- @pulumi.getter(name="lldpNeighbor")
2590
- def lldp_neighbor(self) -> 'outputs.LldpNeighborResponse':
2591
- """
2592
- The information about the device connected to this NIC.
2593
- """
2594
- return pulumi.get(self, "lldp_neighbor")
2595
-
2596
- @property
2597
- @pulumi.getter(name="macAddress")
2598
- def mac_address(self) -> str:
2599
- """
2600
- The MAC address associated with this NIC.
2601
- """
2602
- return pulumi.get(self, "mac_address")
2603
-
2604
- @property
2605
- @pulumi.getter
2606
- def name(self) -> str:
2607
- """
2608
- The name of the NIC/interface.
2609
- """
2610
- return pulumi.get(self, "name")
2611
-
2612
-
2613
- @pulumi.output_type
2614
- class OsDiskResponse(dict):
2615
- @staticmethod
2616
- def __key_warning(key: str):
2617
- suggest = None
2618
- if key == "diskSizeGB":
2619
- suggest = "disk_size_gb"
2620
- elif key == "createOption":
2621
- suggest = "create_option"
2622
- elif key == "deleteOption":
2623
- suggest = "delete_option"
2624
-
2625
- if suggest:
2626
- pulumi.log.warn(f"Key '{key}' not found in OsDiskResponse. Access the value via the '{suggest}' property getter instead.")
2627
-
2628
- def __getitem__(self, key: str) -> Any:
2629
- OsDiskResponse.__key_warning(key)
2630
- return super().__getitem__(key)
2631
-
2632
- def get(self, key: str, default = None) -> Any:
2633
- OsDiskResponse.__key_warning(key)
2634
- return super().get(key, default)
2635
-
2636
- def __init__(__self__, *,
2637
- disk_size_gb: float,
2638
- create_option: Optional[str] = None,
2639
- delete_option: Optional[str] = None):
2640
- """
2641
- :param float disk_size_gb: The size of the disk in gigabytes. Required if the createOption is Ephemeral.
2642
- :param str create_option: The strategy for creating the OS disk.
2643
- :param str delete_option: The strategy for deleting the OS disk.
2644
- """
2645
- pulumi.set(__self__, "disk_size_gb", disk_size_gb)
2646
- if create_option is None:
2647
- create_option = 'Ephemeral'
2648
- if create_option is not None:
2649
- pulumi.set(__self__, "create_option", create_option)
2650
- if delete_option is None:
2651
- delete_option = 'Delete'
2652
- if delete_option is not None:
2653
- pulumi.set(__self__, "delete_option", delete_option)
2654
-
2655
- @property
2656
- @pulumi.getter(name="diskSizeGB")
2657
- def disk_size_gb(self) -> float:
2658
- """
2659
- The size of the disk in gigabytes. Required if the createOption is Ephemeral.
2660
- """
2661
- return pulumi.get(self, "disk_size_gb")
2662
-
2663
- @property
2664
- @pulumi.getter(name="createOption")
2665
- def create_option(self) -> Optional[str]:
2666
- """
2667
- The strategy for creating the OS disk.
2668
- """
2669
- return pulumi.get(self, "create_option")
2670
-
2671
- @property
2672
- @pulumi.getter(name="deleteOption")
2673
- def delete_option(self) -> Optional[str]:
2674
- """
2675
- The strategy for deleting the OS disk.
2676
- """
2677
- return pulumi.get(self, "delete_option")
2678
-
2679
-
2680
- @pulumi.output_type
2681
- class RackDefinitionResponse(dict):
2682
- @staticmethod
2683
- def __key_warning(key: str):
2684
- suggest = None
2685
- if key == "networkRackId":
2686
- suggest = "network_rack_id"
2687
- elif key == "rackSerialNumber":
2688
- suggest = "rack_serial_number"
2689
- elif key == "rackSkuId":
2690
- suggest = "rack_sku_id"
2691
- elif key == "availabilityZone":
2692
- suggest = "availability_zone"
2693
- elif key == "bareMetalMachineConfigurationData":
2694
- suggest = "bare_metal_machine_configuration_data"
2695
- elif key == "rackLocation":
2696
- suggest = "rack_location"
2697
- elif key == "storageApplianceConfigurationData":
2698
- suggest = "storage_appliance_configuration_data"
2699
-
2700
- if suggest:
2701
- pulumi.log.warn(f"Key '{key}' not found in RackDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
2702
-
2703
- def __getitem__(self, key: str) -> Any:
2704
- RackDefinitionResponse.__key_warning(key)
2705
- return super().__getitem__(key)
2706
-
2707
- def get(self, key: str, default = None) -> Any:
2708
- RackDefinitionResponse.__key_warning(key)
2709
- return super().get(key, default)
2710
-
2711
- def __init__(__self__, *,
2712
- network_rack_id: str,
2713
- rack_serial_number: str,
2714
- rack_sku_id: str,
2715
- availability_zone: Optional[str] = None,
2716
- bare_metal_machine_configuration_data: Optional[Sequence['outputs.BareMetalMachineConfigurationDataResponse']] = None,
2717
- rack_location: Optional[str] = None,
2718
- storage_appliance_configuration_data: Optional[Sequence['outputs.StorageApplianceConfigurationDataResponse']] = None):
2719
- """
2720
- :param str network_rack_id: The resource ID of the network rack that matches this rack definition.
2721
- :param str rack_serial_number: The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
2722
- :param str rack_sku_id: The resource ID of the sku for the rack being added.
2723
- :param str availability_zone: The zone name used for this rack when created. Availability zones are used for workload placement.
2724
- :param Sequence['BareMetalMachineConfigurationDataResponse'] bare_metal_machine_configuration_data: The unordered list of bare metal machine configuration.
2725
- :param str rack_location: The free-form description of the rack's location.
2726
- :param Sequence['StorageApplianceConfigurationDataResponse'] storage_appliance_configuration_data: The list of storage appliance configuration data for this rack.
2727
- """
2728
- pulumi.set(__self__, "network_rack_id", network_rack_id)
2729
- pulumi.set(__self__, "rack_serial_number", rack_serial_number)
2730
- pulumi.set(__self__, "rack_sku_id", rack_sku_id)
2731
- if availability_zone is not None:
2732
- pulumi.set(__self__, "availability_zone", availability_zone)
2733
- if bare_metal_machine_configuration_data is not None:
2734
- pulumi.set(__self__, "bare_metal_machine_configuration_data", bare_metal_machine_configuration_data)
2735
- if rack_location is not None:
2736
- pulumi.set(__self__, "rack_location", rack_location)
2737
- if storage_appliance_configuration_data is not None:
2738
- pulumi.set(__self__, "storage_appliance_configuration_data", storage_appliance_configuration_data)
2739
-
2740
- @property
2741
- @pulumi.getter(name="networkRackId")
2742
- def network_rack_id(self) -> str:
2743
- """
2744
- The resource ID of the network rack that matches this rack definition.
2745
- """
2746
- return pulumi.get(self, "network_rack_id")
2747
-
2748
- @property
2749
- @pulumi.getter(name="rackSerialNumber")
2750
- def rack_serial_number(self) -> str:
2751
- """
2752
- The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.
2753
- """
2754
- return pulumi.get(self, "rack_serial_number")
2755
-
2756
- @property
2757
- @pulumi.getter(name="rackSkuId")
2758
- def rack_sku_id(self) -> str:
2759
- """
2760
- The resource ID of the sku for the rack being added.
2761
- """
2762
- return pulumi.get(self, "rack_sku_id")
2763
-
2764
- @property
2765
- @pulumi.getter(name="availabilityZone")
2766
- def availability_zone(self) -> Optional[str]:
2767
- """
2768
- The zone name used for this rack when created. Availability zones are used for workload placement.
2769
- """
2770
- return pulumi.get(self, "availability_zone")
2771
-
2772
- @property
2773
- @pulumi.getter(name="bareMetalMachineConfigurationData")
2774
- def bare_metal_machine_configuration_data(self) -> Optional[Sequence['outputs.BareMetalMachineConfigurationDataResponse']]:
2775
- """
2776
- The unordered list of bare metal machine configuration.
2777
- """
2778
- return pulumi.get(self, "bare_metal_machine_configuration_data")
2779
-
2780
- @property
2781
- @pulumi.getter(name="rackLocation")
2782
- def rack_location(self) -> Optional[str]:
2783
- """
2784
- The free-form description of the rack's location.
2785
- """
2786
- return pulumi.get(self, "rack_location")
2787
-
2788
- @property
2789
- @pulumi.getter(name="storageApplianceConfigurationData")
2790
- def storage_appliance_configuration_data(self) -> Optional[Sequence['outputs.StorageApplianceConfigurationDataResponse']]:
2791
- """
2792
- The list of storage appliance configuration data for this rack.
2793
- """
2794
- return pulumi.get(self, "storage_appliance_configuration_data")
2795
-
2796
-
2797
- @pulumi.output_type
2798
- class ServiceLoadBalancerBgpPeerResponse(dict):
2799
- @staticmethod
2800
- def __key_warning(key: str):
2801
- suggest = None
2802
- if key == "peerAddress":
2803
- suggest = "peer_address"
2804
- elif key == "peerAsn":
2805
- suggest = "peer_asn"
2806
- elif key == "bfdEnabled":
2807
- suggest = "bfd_enabled"
2808
- elif key == "bgpMultiHop":
2809
- suggest = "bgp_multi_hop"
2810
- elif key == "holdTime":
2811
- suggest = "hold_time"
2812
- elif key == "keepAliveTime":
2813
- suggest = "keep_alive_time"
2814
- elif key == "myAsn":
2815
- suggest = "my_asn"
2816
- elif key == "peerPort":
2817
- suggest = "peer_port"
2818
-
2819
- if suggest:
2820
- pulumi.log.warn(f"Key '{key}' not found in ServiceLoadBalancerBgpPeerResponse. Access the value via the '{suggest}' property getter instead.")
2821
-
2822
- def __getitem__(self, key: str) -> Any:
2823
- ServiceLoadBalancerBgpPeerResponse.__key_warning(key)
2824
- return super().__getitem__(key)
2825
-
2826
- def get(self, key: str, default = None) -> Any:
2827
- ServiceLoadBalancerBgpPeerResponse.__key_warning(key)
2828
- return super().get(key, default)
2829
-
2830
- def __init__(__self__, *,
2831
- name: str,
2832
- peer_address: str,
2833
- peer_asn: float,
2834
- bfd_enabled: Optional[str] = None,
2835
- bgp_multi_hop: Optional[str] = None,
2836
- hold_time: Optional[str] = None,
2837
- keep_alive_time: Optional[str] = None,
2838
- my_asn: Optional[float] = None,
2839
- peer_port: Optional[float] = None):
2840
- """
2841
- :param str name: The name used to identify this BGP peer for association with a BGP advertisement.
2842
- :param str peer_address: The IPv4 or IPv6 address used to connect this BGP session.
2843
- :param float peer_asn: The autonomous system number expected from the remote end of the BGP session.
2844
- :param str bfd_enabled: The indicator of BFD enablement for this BgpPeer.
2845
- :param str bgp_multi_hop: The indicator to enable multi-hop peering support.
2846
- :param str hold_time: The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
2847
- :param str keep_alive_time: The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
2848
- :param float my_asn: The autonomous system number used for the local end of the BGP session.
2849
- :param float peer_port: The port used to connect this BGP session.
2850
- """
2851
- pulumi.set(__self__, "name", name)
2852
- pulumi.set(__self__, "peer_address", peer_address)
2853
- pulumi.set(__self__, "peer_asn", peer_asn)
2854
- if bfd_enabled is None:
2855
- bfd_enabled = 'False'
2856
- if bfd_enabled is not None:
2857
- pulumi.set(__self__, "bfd_enabled", bfd_enabled)
2858
- if bgp_multi_hop is None:
2859
- bgp_multi_hop = 'False'
2860
- if bgp_multi_hop is not None:
2861
- pulumi.set(__self__, "bgp_multi_hop", bgp_multi_hop)
2862
- if hold_time is not None:
2863
- pulumi.set(__self__, "hold_time", hold_time)
2864
- if keep_alive_time is not None:
2865
- pulumi.set(__self__, "keep_alive_time", keep_alive_time)
2866
- if my_asn is not None:
2867
- pulumi.set(__self__, "my_asn", my_asn)
2868
- if peer_port is None:
2869
- peer_port = 179
2870
- if peer_port is not None:
2871
- pulumi.set(__self__, "peer_port", peer_port)
2872
-
2873
- @property
2874
- @pulumi.getter
2875
- def name(self) -> str:
2876
- """
2877
- The name used to identify this BGP peer for association with a BGP advertisement.
2878
- """
2879
- return pulumi.get(self, "name")
2880
-
2881
- @property
2882
- @pulumi.getter(name="peerAddress")
2883
- def peer_address(self) -> str:
2884
- """
2885
- The IPv4 or IPv6 address used to connect this BGP session.
2886
- """
2887
- return pulumi.get(self, "peer_address")
2888
-
2889
- @property
2890
- @pulumi.getter(name="peerAsn")
2891
- def peer_asn(self) -> float:
2892
- """
2893
- The autonomous system number expected from the remote end of the BGP session.
2894
- """
2895
- return pulumi.get(self, "peer_asn")
2896
-
2897
- @property
2898
- @pulumi.getter(name="bfdEnabled")
2899
- def bfd_enabled(self) -> Optional[str]:
2900
- """
2901
- The indicator of BFD enablement for this BgpPeer.
2902
- """
2903
- return pulumi.get(self, "bfd_enabled")
2904
-
2905
- @property
2906
- @pulumi.getter(name="bgpMultiHop")
2907
- def bgp_multi_hop(self) -> Optional[str]:
2908
- """
2909
- The indicator to enable multi-hop peering support.
2910
- """
2911
- return pulumi.get(self, "bgp_multi_hop")
2912
-
2913
- @property
2914
- @pulumi.getter(name="holdTime")
2915
- def hold_time(self) -> Optional[str]:
2916
- """
2917
- The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
2918
- """
2919
- return pulumi.get(self, "hold_time")
2920
-
2921
- @property
2922
- @pulumi.getter(name="keepAliveTime")
2923
- def keep_alive_time(self) -> Optional[str]:
2924
- """
2925
- The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
2926
- """
2927
- return pulumi.get(self, "keep_alive_time")
2928
-
2929
- @property
2930
- @pulumi.getter(name="myAsn")
2931
- def my_asn(self) -> Optional[float]:
2932
- """
2933
- The autonomous system number used for the local end of the BGP session.
2934
- """
2935
- return pulumi.get(self, "my_asn")
2936
-
2937
- @property
2938
- @pulumi.getter(name="peerPort")
2939
- def peer_port(self) -> Optional[float]:
2940
- """
2941
- The port used to connect this BGP session.
2942
- """
2943
- return pulumi.get(self, "peer_port")
2944
-
2945
-
2946
- @pulumi.output_type
2947
- class ServicePrincipalInformationResponse(dict):
2948
- @staticmethod
2949
- def __key_warning(key: str):
2950
- suggest = None
2951
- if key == "applicationId":
2952
- suggest = "application_id"
2953
- elif key == "principalId":
2954
- suggest = "principal_id"
2955
- elif key == "tenantId":
2956
- suggest = "tenant_id"
2957
-
2958
- if suggest:
2959
- pulumi.log.warn(f"Key '{key}' not found in ServicePrincipalInformationResponse. Access the value via the '{suggest}' property getter instead.")
2960
-
2961
- def __getitem__(self, key: str) -> Any:
2962
- ServicePrincipalInformationResponse.__key_warning(key)
2963
- return super().__getitem__(key)
2964
-
2965
- def get(self, key: str, default = None) -> Any:
2966
- ServicePrincipalInformationResponse.__key_warning(key)
2967
- return super().get(key, default)
2968
-
2969
- def __init__(__self__, *,
2970
- application_id: str,
2971
- password: str,
2972
- principal_id: str,
2973
- tenant_id: str):
2974
- """
2975
- :param str application_id: The application ID, also known as client ID, of the service principal.
2976
- :param str password: The password of the service principal.
2977
- :param str principal_id: The principal ID, also known as the object ID, of the service principal.
2978
- :param str tenant_id: The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
2979
- """
2980
- pulumi.set(__self__, "application_id", application_id)
2981
- pulumi.set(__self__, "password", password)
2982
- pulumi.set(__self__, "principal_id", principal_id)
2983
- pulumi.set(__self__, "tenant_id", tenant_id)
2984
-
2985
- @property
2986
- @pulumi.getter(name="applicationId")
2987
- def application_id(self) -> str:
2988
- """
2989
- The application ID, also known as client ID, of the service principal.
2990
- """
2991
- return pulumi.get(self, "application_id")
2992
-
2993
- @property
2994
- @pulumi.getter
2995
- def password(self) -> str:
2996
- """
2997
- The password of the service principal.
2998
- """
2999
- return pulumi.get(self, "password")
3000
-
3001
- @property
3002
- @pulumi.getter(name="principalId")
3003
- def principal_id(self) -> str:
3004
- """
3005
- The principal ID, also known as the object ID, of the service principal.
3006
- """
3007
- return pulumi.get(self, "principal_id")
3008
-
3009
- @property
3010
- @pulumi.getter(name="tenantId")
3011
- def tenant_id(self) -> str:
3012
- """
3013
- The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
3014
- """
3015
- return pulumi.get(self, "tenant_id")
3016
-
3017
-
3018
- @pulumi.output_type
3019
- class SshPublicKeyResponse(dict):
3020
- @staticmethod
3021
- def __key_warning(key: str):
3022
- suggest = None
3023
- if key == "keyData":
3024
- suggest = "key_data"
3025
-
3026
- if suggest:
3027
- pulumi.log.warn(f"Key '{key}' not found in SshPublicKeyResponse. Access the value via the '{suggest}' property getter instead.")
3028
-
3029
- def __getitem__(self, key: str) -> Any:
3030
- SshPublicKeyResponse.__key_warning(key)
3031
- return super().__getitem__(key)
3032
-
3033
- def get(self, key: str, default = None) -> Any:
3034
- SshPublicKeyResponse.__key_warning(key)
3035
- return super().get(key, default)
3036
-
3037
- def __init__(__self__, *,
3038
- key_data: str):
3039
- """
3040
- :param str key_data: The SSH public key data.
3041
- """
3042
- pulumi.set(__self__, "key_data", key_data)
3043
-
3044
- @property
3045
- @pulumi.getter(name="keyData")
3046
- def key_data(self) -> str:
3047
- """
3048
- The SSH public key data.
3049
- """
3050
- return pulumi.get(self, "key_data")
3051
-
3052
-
3053
- @pulumi.output_type
3054
- class StorageApplianceConfigurationDataResponse(dict):
3055
- @staticmethod
3056
- def __key_warning(key: str):
3057
- suggest = None
3058
- if key == "adminCredentials":
3059
- suggest = "admin_credentials"
3060
- elif key == "rackSlot":
3061
- suggest = "rack_slot"
3062
- elif key == "serialNumber":
3063
- suggest = "serial_number"
3064
- elif key == "storageApplianceName":
3065
- suggest = "storage_appliance_name"
3066
-
3067
- if suggest:
3068
- pulumi.log.warn(f"Key '{key}' not found in StorageApplianceConfigurationDataResponse. Access the value via the '{suggest}' property getter instead.")
3069
-
3070
- def __getitem__(self, key: str) -> Any:
3071
- StorageApplianceConfigurationDataResponse.__key_warning(key)
3072
- return super().__getitem__(key)
3073
-
3074
- def get(self, key: str, default = None) -> Any:
3075
- StorageApplianceConfigurationDataResponse.__key_warning(key)
3076
- return super().get(key, default)
3077
-
3078
- def __init__(__self__, *,
3079
- admin_credentials: 'outputs.AdministrativeCredentialsResponse',
3080
- rack_slot: float,
3081
- serial_number: str,
3082
- storage_appliance_name: Optional[str] = None):
3083
- """
3084
- :param 'AdministrativeCredentialsResponse' admin_credentials: The credentials of the administrative interface on this storage appliance.
3085
- :param float rack_slot: The slot that storage appliance is in the rack based on the BOM configuration.
3086
- :param str serial_number: The serial number of the appliance.
3087
- :param str storage_appliance_name: The user-provided name for the storage appliance that will be created from this specification.
3088
- """
3089
- pulumi.set(__self__, "admin_credentials", admin_credentials)
3090
- pulumi.set(__self__, "rack_slot", rack_slot)
3091
- pulumi.set(__self__, "serial_number", serial_number)
3092
- if storage_appliance_name is not None:
3093
- pulumi.set(__self__, "storage_appliance_name", storage_appliance_name)
3094
-
3095
- @property
3096
- @pulumi.getter(name="adminCredentials")
3097
- def admin_credentials(self) -> 'outputs.AdministrativeCredentialsResponse':
3098
- """
3099
- The credentials of the administrative interface on this storage appliance.
3100
- """
3101
- return pulumi.get(self, "admin_credentials")
3102
-
3103
- @property
3104
- @pulumi.getter(name="rackSlot")
3105
- def rack_slot(self) -> float:
3106
- """
3107
- The slot that storage appliance is in the rack based on the BOM configuration.
3108
- """
3109
- return pulumi.get(self, "rack_slot")
3110
-
3111
- @property
3112
- @pulumi.getter(name="serialNumber")
3113
- def serial_number(self) -> str:
3114
- """
3115
- The serial number of the appliance.
3116
- """
3117
- return pulumi.get(self, "serial_number")
3118
-
3119
- @property
3120
- @pulumi.getter(name="storageApplianceName")
3121
- def storage_appliance_name(self) -> Optional[str]:
3122
- """
3123
- The user-provided name for the storage appliance that will be created from this specification.
3124
- """
3125
- return pulumi.get(self, "storage_appliance_name")
3126
-
3127
-
3128
- @pulumi.output_type
3129
- class StorageProfileResponse(dict):
3130
- @staticmethod
3131
- def __key_warning(key: str):
3132
- suggest = None
3133
- if key == "osDisk":
3134
- suggest = "os_disk"
3135
- elif key == "volumeAttachments":
3136
- suggest = "volume_attachments"
3137
-
3138
- if suggest:
3139
- pulumi.log.warn(f"Key '{key}' not found in StorageProfileResponse. Access the value via the '{suggest}' property getter instead.")
3140
-
3141
- def __getitem__(self, key: str) -> Any:
3142
- StorageProfileResponse.__key_warning(key)
3143
- return super().__getitem__(key)
3144
-
3145
- def get(self, key: str, default = None) -> Any:
3146
- StorageProfileResponse.__key_warning(key)
3147
- return super().get(key, default)
3148
-
3149
- def __init__(__self__, *,
3150
- os_disk: 'outputs.OsDiskResponse',
3151
- volume_attachments: Optional[Sequence[str]] = None):
3152
- """
3153
- :param 'OsDiskResponse' os_disk: The disk to use with this virtual machine.
3154
- :param Sequence[str] volume_attachments: The resource IDs of volumes that are requested to be attached to the virtual machine.
3155
- """
3156
- pulumi.set(__self__, "os_disk", os_disk)
3157
- if volume_attachments is not None:
3158
- pulumi.set(__self__, "volume_attachments", volume_attachments)
3159
-
3160
- @property
3161
- @pulumi.getter(name="osDisk")
3162
- def os_disk(self) -> 'outputs.OsDiskResponse':
3163
- """
3164
- The disk to use with this virtual machine.
3165
- """
3166
- return pulumi.get(self, "os_disk")
3167
-
3168
- @property
3169
- @pulumi.getter(name="volumeAttachments")
3170
- def volume_attachments(self) -> Optional[Sequence[str]]:
3171
- """
3172
- The resource IDs of volumes that are requested to be attached to the virtual machine.
3173
- """
3174
- return pulumi.get(self, "volume_attachments")
3175
-
3176
-
3177
- @pulumi.output_type
3178
- class SystemDataResponse(dict):
3179
- """
3180
- Metadata pertaining to creation and last modification of the resource.
3181
- """
3182
- @staticmethod
3183
- def __key_warning(key: str):
3184
- suggest = None
3185
- if key == "createdAt":
3186
- suggest = "created_at"
3187
- elif key == "createdBy":
3188
- suggest = "created_by"
3189
- elif key == "createdByType":
3190
- suggest = "created_by_type"
3191
- elif key == "lastModifiedAt":
3192
- suggest = "last_modified_at"
3193
- elif key == "lastModifiedBy":
3194
- suggest = "last_modified_by"
3195
- elif key == "lastModifiedByType":
3196
- suggest = "last_modified_by_type"
3197
-
3198
- if suggest:
3199
- pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
3200
-
3201
- def __getitem__(self, key: str) -> Any:
3202
- SystemDataResponse.__key_warning(key)
3203
- return super().__getitem__(key)
3204
-
3205
- def get(self, key: str, default = None) -> Any:
3206
- SystemDataResponse.__key_warning(key)
3207
- return super().get(key, default)
3208
-
3209
- def __init__(__self__, *,
3210
- created_at: Optional[str] = None,
3211
- created_by: Optional[str] = None,
3212
- created_by_type: Optional[str] = None,
3213
- last_modified_at: Optional[str] = None,
3214
- last_modified_by: Optional[str] = None,
3215
- last_modified_by_type: Optional[str] = None):
3216
- """
3217
- Metadata pertaining to creation and last modification of the resource.
3218
- :param str created_at: The timestamp of resource creation (UTC).
3219
- :param str created_by: The identity that created the resource.
3220
- :param str created_by_type: The type of identity that created the resource.
3221
- :param str last_modified_at: The timestamp of resource last modification (UTC)
3222
- :param str last_modified_by: The identity that last modified the resource.
3223
- :param str last_modified_by_type: The type of identity that last modified the resource.
3224
- """
3225
- if created_at is not None:
3226
- pulumi.set(__self__, "created_at", created_at)
3227
- if created_by is not None:
3228
- pulumi.set(__self__, "created_by", created_by)
3229
- if created_by_type is not None:
3230
- pulumi.set(__self__, "created_by_type", created_by_type)
3231
- if last_modified_at is not None:
3232
- pulumi.set(__self__, "last_modified_at", last_modified_at)
3233
- if last_modified_by is not None:
3234
- pulumi.set(__self__, "last_modified_by", last_modified_by)
3235
- if last_modified_by_type is not None:
3236
- pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
3237
-
3238
- @property
3239
- @pulumi.getter(name="createdAt")
3240
- def created_at(self) -> Optional[str]:
3241
- """
3242
- The timestamp of resource creation (UTC).
3243
- """
3244
- return pulumi.get(self, "created_at")
3245
-
3246
- @property
3247
- @pulumi.getter(name="createdBy")
3248
- def created_by(self) -> Optional[str]:
3249
- """
3250
- The identity that created the resource.
3251
- """
3252
- return pulumi.get(self, "created_by")
3253
-
3254
- @property
3255
- @pulumi.getter(name="createdByType")
3256
- def created_by_type(self) -> Optional[str]:
3257
- """
3258
- The type of identity that created the resource.
3259
- """
3260
- return pulumi.get(self, "created_by_type")
3261
-
3262
- @property
3263
- @pulumi.getter(name="lastModifiedAt")
3264
- def last_modified_at(self) -> Optional[str]:
3265
- """
3266
- The timestamp of resource last modification (UTC)
3267
- """
3268
- return pulumi.get(self, "last_modified_at")
3269
-
3270
- @property
3271
- @pulumi.getter(name="lastModifiedBy")
3272
- def last_modified_by(self) -> Optional[str]:
3273
- """
3274
- The identity that last modified the resource.
3275
- """
3276
- return pulumi.get(self, "last_modified_by")
3277
-
3278
- @property
3279
- @pulumi.getter(name="lastModifiedByType")
3280
- def last_modified_by_type(self) -> Optional[str]:
3281
- """
3282
- The type of identity that last modified the resource.
3283
- """
3284
- return pulumi.get(self, "last_modified_by_type")
3285
-
3286
-
3287
- @pulumi.output_type
3288
- class TrunkedNetworkAttachmentConfigurationResponse(dict):
3289
- @staticmethod
3290
- def __key_warning(key: str):
3291
- suggest = None
3292
- if key == "networkId":
3293
- suggest = "network_id"
3294
- elif key == "pluginType":
3295
- suggest = "plugin_type"
3296
-
3297
- if suggest:
3298
- pulumi.log.warn(f"Key '{key}' not found in TrunkedNetworkAttachmentConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
3299
-
3300
- def __getitem__(self, key: str) -> Any:
3301
- TrunkedNetworkAttachmentConfigurationResponse.__key_warning(key)
3302
- return super().__getitem__(key)
3303
-
3304
- def get(self, key: str, default = None) -> Any:
3305
- TrunkedNetworkAttachmentConfigurationResponse.__key_warning(key)
3306
- return super().get(key, default)
3307
-
3308
- def __init__(__self__, *,
3309
- network_id: str,
3310
- plugin_type: Optional[str] = None):
3311
- """
3312
- :param str network_id: The resource ID of the network that is being configured for attachment.
3313
- :param str plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
3314
- """
3315
- pulumi.set(__self__, "network_id", network_id)
3316
- if plugin_type is None:
3317
- plugin_type = 'SRIOV'
3318
- if plugin_type is not None:
3319
- pulumi.set(__self__, "plugin_type", plugin_type)
3320
-
3321
- @property
3322
- @pulumi.getter(name="networkId")
3323
- def network_id(self) -> str:
3324
- """
3325
- The resource ID of the network that is being configured for attachment.
3326
- """
3327
- return pulumi.get(self, "network_id")
3328
-
3329
- @property
3330
- @pulumi.getter(name="pluginType")
3331
- def plugin_type(self) -> Optional[str]:
3332
- """
3333
- The indicator of how this network will be utilized by the Kubernetes cluster.
3334
- """
3335
- return pulumi.get(self, "plugin_type")
3336
-
3337
-
3338
- @pulumi.output_type
3339
- class ValidationThresholdResponse(dict):
3340
- def __init__(__self__, *,
3341
- grouping: str,
3342
- type: str,
3343
- value: float):
3344
- """
3345
- :param str grouping: Selection of how the type evaluation is applied to the cluster calculation.
3346
- :param str type: Selection of how the threshold should be evaluated.
3347
- :param float value: The numeric threshold value.
3348
- """
3349
- pulumi.set(__self__, "grouping", grouping)
3350
- pulumi.set(__self__, "type", type)
3351
- pulumi.set(__self__, "value", value)
3352
-
3353
- @property
3354
- @pulumi.getter
3355
- def grouping(self) -> str:
3356
- """
3357
- Selection of how the type evaluation is applied to the cluster calculation.
3358
- """
3359
- return pulumi.get(self, "grouping")
3360
-
3361
- @property
3362
- @pulumi.getter
3363
- def type(self) -> str:
3364
- """
3365
- Selection of how the threshold should be evaluated.
3366
- """
3367
- return pulumi.get(self, "type")
3368
-
3369
- @property
3370
- @pulumi.getter
3371
- def value(self) -> float:
3372
- """
3373
- The numeric threshold value.
3374
- """
3375
- return pulumi.get(self, "value")
3376
-
3377
-
3378
- @pulumi.output_type
3379
- class VirtualMachinePlacementHintResponse(dict):
3380
- @staticmethod
3381
- def __key_warning(key: str):
3382
- suggest = None
3383
- if key == "hintType":
3384
- suggest = "hint_type"
3385
- elif key == "resourceId":
3386
- suggest = "resource_id"
3387
- elif key == "schedulingExecution":
3388
- suggest = "scheduling_execution"
3389
-
3390
- if suggest:
3391
- pulumi.log.warn(f"Key '{key}' not found in VirtualMachinePlacementHintResponse. Access the value via the '{suggest}' property getter instead.")
3392
-
3393
- def __getitem__(self, key: str) -> Any:
3394
- VirtualMachinePlacementHintResponse.__key_warning(key)
3395
- return super().__getitem__(key)
3396
-
3397
- def get(self, key: str, default = None) -> Any:
3398
- VirtualMachinePlacementHintResponse.__key_warning(key)
3399
- return super().get(key, default)
3400
-
3401
- def __init__(__self__, *,
3402
- hint_type: str,
3403
- resource_id: str,
3404
- scheduling_execution: str,
3405
- scope: str):
3406
- """
3407
- :param str hint_type: The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
3408
- :param str resource_id: The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.
3409
- :param str scheduling_execution: The indicator of whether the hint is a hard or soft requirement during scheduling.
3410
- :param str scope: The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
3411
- """
3412
- pulumi.set(__self__, "hint_type", hint_type)
3413
- pulumi.set(__self__, "resource_id", resource_id)
3414
- pulumi.set(__self__, "scheduling_execution", scheduling_execution)
3415
- pulumi.set(__self__, "scope", scope)
3416
-
3417
- @property
3418
- @pulumi.getter(name="hintType")
3419
- def hint_type(self) -> str:
3420
- """
3421
- The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
3422
- """
3423
- return pulumi.get(self, "hint_type")
3424
-
3425
- @property
3426
- @pulumi.getter(name="resourceId")
3427
- def resource_id(self) -> str:
3428
- """
3429
- The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.
3430
- """
3431
- return pulumi.get(self, "resource_id")
3432
-
3433
- @property
3434
- @pulumi.getter(name="schedulingExecution")
3435
- def scheduling_execution(self) -> str:
3436
- """
3437
- The indicator of whether the hint is a hard or soft requirement during scheduling.
3438
- """
3439
- return pulumi.get(self, "scheduling_execution")
3440
-
3441
- @property
3442
- @pulumi.getter
3443
- def scope(self) -> str:
3444
- """
3445
- The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
3446
- """
3447
- return pulumi.get(self, "scope")
3448
-
3449
-