pulumi-azure-native 2.43.0a1716382527__py3-none-any.whl → 2.43.0a1717057472__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.43.0a1716382527.dist-info → pulumi_azure_native-2.43.0a1717057472.dist-info}/METADATA +1 -1
  831. {pulumi_azure_native-2.43.0a1716382527.dist-info → pulumi_azure_native-2.43.0a1717057472.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.43.0a1716382527.dist-info → pulumi_azure_native-2.43.0a1717057472.dist-info}/WHEEL +0 -0
  870. {pulumi_azure_native-2.43.0a1716382527.dist-info → pulumi_azure_native-2.43.0a1717057472.dist-info}/top_level.txt +0 -0
@@ -1,2197 +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 ._enums import *
12
-
13
- __all__ = [
14
- 'AadConfigurationArgs',
15
- 'AdministrativeCredentialsArgs',
16
- 'AdministratorConfigurationArgs',
17
- 'AgentOptionsArgs',
18
- 'AgentPoolUpgradeSettingsArgs',
19
- 'AttachedNetworkConfigurationArgs',
20
- 'BareMetalMachineConfigurationDataArgs',
21
- 'BgpAdvertisementArgs',
22
- 'BgpServiceLoadBalancerConfigurationArgs',
23
- 'ControlPlaneNodeConfigurationArgs',
24
- 'EgressEndpointArgs',
25
- 'EndpointDependencyArgs',
26
- 'ExtendedLocationArgs',
27
- 'ImageRepositoryCredentialsArgs',
28
- 'InitialAgentPoolConfigurationArgs',
29
- 'IpAddressPoolArgs',
30
- 'KeySetUserArgs',
31
- 'KubernetesLabelArgs',
32
- 'L2NetworkAttachmentConfigurationArgs',
33
- 'L3NetworkAttachmentConfigurationArgs',
34
- 'ManagedResourceGroupConfigurationArgs',
35
- 'NetworkAttachmentArgs',
36
- 'NetworkConfigurationArgs',
37
- 'OsDiskArgs',
38
- 'RackDefinitionArgs',
39
- 'ServiceLoadBalancerBgpPeerArgs',
40
- 'ServicePrincipalInformationArgs',
41
- 'SshPublicKeyArgs',
42
- 'StorageApplianceConfigurationDataArgs',
43
- 'StorageProfileArgs',
44
- 'TrunkedNetworkAttachmentConfigurationArgs',
45
- 'ValidationThresholdArgs',
46
- 'VirtualMachinePlacementHintArgs',
47
- ]
48
-
49
- @pulumi.input_type
50
- class AadConfigurationArgs:
51
- def __init__(__self__, *,
52
- admin_group_object_ids: pulumi.Input[Sequence[pulumi.Input[str]]]):
53
- """
54
- :param pulumi.Input[Sequence[pulumi.Input[str]]] admin_group_object_ids: The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
55
- """
56
- pulumi.set(__self__, "admin_group_object_ids", admin_group_object_ids)
57
-
58
- @property
59
- @pulumi.getter(name="adminGroupObjectIds")
60
- def admin_group_object_ids(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
61
- """
62
- The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.
63
- """
64
- return pulumi.get(self, "admin_group_object_ids")
65
-
66
- @admin_group_object_ids.setter
67
- def admin_group_object_ids(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
68
- pulumi.set(self, "admin_group_object_ids", value)
69
-
70
-
71
- @pulumi.input_type
72
- class AdministrativeCredentialsArgs:
73
- def __init__(__self__, *,
74
- password: pulumi.Input[str],
75
- username: pulumi.Input[str]):
76
- """
77
- :param pulumi.Input[str] password: The password of the administrator of the device used during initialization.
78
- :param pulumi.Input[str] username: The username of the administrator of the device used during initialization.
79
- """
80
- pulumi.set(__self__, "password", password)
81
- pulumi.set(__self__, "username", username)
82
-
83
- @property
84
- @pulumi.getter
85
- def password(self) -> pulumi.Input[str]:
86
- """
87
- The password of the administrator of the device used during initialization.
88
- """
89
- return pulumi.get(self, "password")
90
-
91
- @password.setter
92
- def password(self, value: pulumi.Input[str]):
93
- pulumi.set(self, "password", value)
94
-
95
- @property
96
- @pulumi.getter
97
- def username(self) -> pulumi.Input[str]:
98
- """
99
- The username of the administrator of the device used during initialization.
100
- """
101
- return pulumi.get(self, "username")
102
-
103
- @username.setter
104
- def username(self, value: pulumi.Input[str]):
105
- pulumi.set(self, "username", value)
106
-
107
-
108
- @pulumi.input_type
109
- class AdministratorConfigurationArgs:
110
- def __init__(__self__, *,
111
- admin_username: Optional[pulumi.Input[str]] = None,
112
- ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]] = None):
113
- """
114
- :param pulumi.Input[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.
115
- :param pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]] 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.
116
- """
117
- if admin_username is not None:
118
- pulumi.set(__self__, "admin_username", admin_username)
119
- if ssh_public_keys is not None:
120
- pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
121
-
122
- @property
123
- @pulumi.getter(name="adminUsername")
124
- def admin_username(self) -> Optional[pulumi.Input[str]]:
125
- """
126
- 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.
127
- """
128
- return pulumi.get(self, "admin_username")
129
-
130
- @admin_username.setter
131
- def admin_username(self, value: Optional[pulumi.Input[str]]):
132
- pulumi.set(self, "admin_username", value)
133
-
134
- @property
135
- @pulumi.getter(name="sshPublicKeys")
136
- def ssh_public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]:
137
- """
138
- 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.
139
- """
140
- return pulumi.get(self, "ssh_public_keys")
141
-
142
- @ssh_public_keys.setter
143
- def ssh_public_keys(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SshPublicKeyArgs']]]]):
144
- pulumi.set(self, "ssh_public_keys", value)
145
-
146
-
147
- @pulumi.input_type
148
- class AgentOptionsArgs:
149
- def __init__(__self__, *,
150
- hugepages_count: pulumi.Input[float],
151
- hugepages_size: Optional[pulumi.Input[Union[str, 'HugepagesSize']]] = None):
152
- """
153
- :param pulumi.Input[float] hugepages_count: The number of hugepages to allocate.
154
- :param pulumi.Input[Union[str, 'HugepagesSize']] hugepages_size: The size of the hugepages to allocate.
155
- """
156
- pulumi.set(__self__, "hugepages_count", hugepages_count)
157
- if hugepages_size is None:
158
- hugepages_size = '2M'
159
- if hugepages_size is not None:
160
- pulumi.set(__self__, "hugepages_size", hugepages_size)
161
-
162
- @property
163
- @pulumi.getter(name="hugepagesCount")
164
- def hugepages_count(self) -> pulumi.Input[float]:
165
- """
166
- The number of hugepages to allocate.
167
- """
168
- return pulumi.get(self, "hugepages_count")
169
-
170
- @hugepages_count.setter
171
- def hugepages_count(self, value: pulumi.Input[float]):
172
- pulumi.set(self, "hugepages_count", value)
173
-
174
- @property
175
- @pulumi.getter(name="hugepagesSize")
176
- def hugepages_size(self) -> Optional[pulumi.Input[Union[str, 'HugepagesSize']]]:
177
- """
178
- The size of the hugepages to allocate.
179
- """
180
- return pulumi.get(self, "hugepages_size")
181
-
182
- @hugepages_size.setter
183
- def hugepages_size(self, value: Optional[pulumi.Input[Union[str, 'HugepagesSize']]]):
184
- pulumi.set(self, "hugepages_size", value)
185
-
186
-
187
- @pulumi.input_type
188
- class AgentPoolUpgradeSettingsArgs:
189
- def __init__(__self__, *,
190
- max_surge: Optional[pulumi.Input[str]] = None):
191
- """
192
- :param pulumi.Input[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.
193
- """
194
- if max_surge is None:
195
- max_surge = '1'
196
- if max_surge is not None:
197
- pulumi.set(__self__, "max_surge", max_surge)
198
-
199
- @property
200
- @pulumi.getter(name="maxSurge")
201
- def max_surge(self) -> Optional[pulumi.Input[str]]:
202
- """
203
- 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.
204
- """
205
- return pulumi.get(self, "max_surge")
206
-
207
- @max_surge.setter
208
- def max_surge(self, value: Optional[pulumi.Input[str]]):
209
- pulumi.set(self, "max_surge", value)
210
-
211
-
212
- @pulumi.input_type
213
- class AttachedNetworkConfigurationArgs:
214
- def __init__(__self__, *,
215
- l2_networks: Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]] = None,
216
- l3_networks: Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]] = None,
217
- trunked_networks: Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]] = None):
218
- """
219
- :param pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]] l2_networks: The list of Layer 2 Networks and related configuration for attachment.
220
- :param pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]] l3_networks: The list of Layer 3 Networks and related configuration for attachment.
221
- :param pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]] trunked_networks: The list of Trunked Networks and related configuration for attachment.
222
- """
223
- if l2_networks is not None:
224
- pulumi.set(__self__, "l2_networks", l2_networks)
225
- if l3_networks is not None:
226
- pulumi.set(__self__, "l3_networks", l3_networks)
227
- if trunked_networks is not None:
228
- pulumi.set(__self__, "trunked_networks", trunked_networks)
229
-
230
- @property
231
- @pulumi.getter(name="l2Networks")
232
- def l2_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]]:
233
- """
234
- The list of Layer 2 Networks and related configuration for attachment.
235
- """
236
- return pulumi.get(self, "l2_networks")
237
-
238
- @l2_networks.setter
239
- def l2_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['L2NetworkAttachmentConfigurationArgs']]]]):
240
- pulumi.set(self, "l2_networks", value)
241
-
242
- @property
243
- @pulumi.getter(name="l3Networks")
244
- def l3_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]]:
245
- """
246
- The list of Layer 3 Networks and related configuration for attachment.
247
- """
248
- return pulumi.get(self, "l3_networks")
249
-
250
- @l3_networks.setter
251
- def l3_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['L3NetworkAttachmentConfigurationArgs']]]]):
252
- pulumi.set(self, "l3_networks", value)
253
-
254
- @property
255
- @pulumi.getter(name="trunkedNetworks")
256
- def trunked_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]]:
257
- """
258
- The list of Trunked Networks and related configuration for attachment.
259
- """
260
- return pulumi.get(self, "trunked_networks")
261
-
262
- @trunked_networks.setter
263
- def trunked_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TrunkedNetworkAttachmentConfigurationArgs']]]]):
264
- pulumi.set(self, "trunked_networks", value)
265
-
266
-
267
- @pulumi.input_type
268
- class BareMetalMachineConfigurationDataArgs:
269
- def __init__(__self__, *,
270
- bmc_credentials: pulumi.Input['AdministrativeCredentialsArgs'],
271
- bmc_mac_address: pulumi.Input[str],
272
- boot_mac_address: pulumi.Input[str],
273
- rack_slot: pulumi.Input[float],
274
- serial_number: pulumi.Input[str],
275
- machine_details: Optional[pulumi.Input[str]] = None,
276
- machine_name: Optional[pulumi.Input[str]] = None):
277
- """
278
- :param pulumi.Input['AdministrativeCredentialsArgs'] bmc_credentials: The credentials of the baseboard management controller on this bare metal machine.
279
- :param pulumi.Input[str] bmc_mac_address: The MAC address of the BMC for this machine.
280
- :param pulumi.Input[str] boot_mac_address: The MAC address associated with the PXE NIC card.
281
- :param pulumi.Input[float] rack_slot: The slot the physical machine is in the rack based on the BOM configuration.
282
- :param pulumi.Input[str] serial_number: The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
283
- :param pulumi.Input[str] machine_details: The free-form additional information about the machine, e.g. an asset tag.
284
- :param pulumi.Input[str] machine_name: The user-provided name for the bare metal machine created from this specification.
285
- If not provided, the machine name will be generated programmatically.
286
- """
287
- pulumi.set(__self__, "bmc_credentials", bmc_credentials)
288
- pulumi.set(__self__, "bmc_mac_address", bmc_mac_address)
289
- pulumi.set(__self__, "boot_mac_address", boot_mac_address)
290
- pulumi.set(__self__, "rack_slot", rack_slot)
291
- pulumi.set(__self__, "serial_number", serial_number)
292
- if machine_details is not None:
293
- pulumi.set(__self__, "machine_details", machine_details)
294
- if machine_name is not None:
295
- pulumi.set(__self__, "machine_name", machine_name)
296
-
297
- @property
298
- @pulumi.getter(name="bmcCredentials")
299
- def bmc_credentials(self) -> pulumi.Input['AdministrativeCredentialsArgs']:
300
- """
301
- The credentials of the baseboard management controller on this bare metal machine.
302
- """
303
- return pulumi.get(self, "bmc_credentials")
304
-
305
- @bmc_credentials.setter
306
- def bmc_credentials(self, value: pulumi.Input['AdministrativeCredentialsArgs']):
307
- pulumi.set(self, "bmc_credentials", value)
308
-
309
- @property
310
- @pulumi.getter(name="bmcMacAddress")
311
- def bmc_mac_address(self) -> pulumi.Input[str]:
312
- """
313
- The MAC address of the BMC for this machine.
314
- """
315
- return pulumi.get(self, "bmc_mac_address")
316
-
317
- @bmc_mac_address.setter
318
- def bmc_mac_address(self, value: pulumi.Input[str]):
319
- pulumi.set(self, "bmc_mac_address", value)
320
-
321
- @property
322
- @pulumi.getter(name="bootMacAddress")
323
- def boot_mac_address(self) -> pulumi.Input[str]:
324
- """
325
- The MAC address associated with the PXE NIC card.
326
- """
327
- return pulumi.get(self, "boot_mac_address")
328
-
329
- @boot_mac_address.setter
330
- def boot_mac_address(self, value: pulumi.Input[str]):
331
- pulumi.set(self, "boot_mac_address", value)
332
-
333
- @property
334
- @pulumi.getter(name="rackSlot")
335
- def rack_slot(self) -> pulumi.Input[float]:
336
- """
337
- The slot the physical machine is in the rack based on the BOM configuration.
338
- """
339
- return pulumi.get(self, "rack_slot")
340
-
341
- @rack_slot.setter
342
- def rack_slot(self, value: pulumi.Input[float]):
343
- pulumi.set(self, "rack_slot", value)
344
-
345
- @property
346
- @pulumi.getter(name="serialNumber")
347
- def serial_number(self) -> pulumi.Input[str]:
348
- """
349
- The serial number of the machine. Hardware suppliers may use an alternate value. For example, service tag.
350
- """
351
- return pulumi.get(self, "serial_number")
352
-
353
- @serial_number.setter
354
- def serial_number(self, value: pulumi.Input[str]):
355
- pulumi.set(self, "serial_number", value)
356
-
357
- @property
358
- @pulumi.getter(name="machineDetails")
359
- def machine_details(self) -> Optional[pulumi.Input[str]]:
360
- """
361
- The free-form additional information about the machine, e.g. an asset tag.
362
- """
363
- return pulumi.get(self, "machine_details")
364
-
365
- @machine_details.setter
366
- def machine_details(self, value: Optional[pulumi.Input[str]]):
367
- pulumi.set(self, "machine_details", value)
368
-
369
- @property
370
- @pulumi.getter(name="machineName")
371
- def machine_name(self) -> Optional[pulumi.Input[str]]:
372
- """
373
- The user-provided name for the bare metal machine created from this specification.
374
- If not provided, the machine name will be generated programmatically.
375
- """
376
- return pulumi.get(self, "machine_name")
377
-
378
- @machine_name.setter
379
- def machine_name(self, value: Optional[pulumi.Input[str]]):
380
- pulumi.set(self, "machine_name", value)
381
-
382
-
383
- @pulumi.input_type
384
- class BgpAdvertisementArgs:
385
- def __init__(__self__, *,
386
- ip_address_pools: pulumi.Input[Sequence[pulumi.Input[str]]],
387
- advertise_to_fabric: Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]] = None,
388
- communities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
389
- peers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
390
- """
391
- :param pulumi.Input[Sequence[pulumi.Input[str]]] ip_address_pools: The names of the IP address pools associated with this announcement.
392
- :param pulumi.Input[Union[str, 'AdvertiseToFabric']] 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.
393
- :param pulumi.Input[Sequence[pulumi.Input[str]]] communities: The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
394
- :param pulumi.Input[Sequence[pulumi.Input[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.
395
- """
396
- pulumi.set(__self__, "ip_address_pools", ip_address_pools)
397
- if advertise_to_fabric is None:
398
- advertise_to_fabric = 'True'
399
- if advertise_to_fabric is not None:
400
- pulumi.set(__self__, "advertise_to_fabric", advertise_to_fabric)
401
- if communities is not None:
402
- pulumi.set(__self__, "communities", communities)
403
- if peers is not None:
404
- pulumi.set(__self__, "peers", peers)
405
-
406
- @property
407
- @pulumi.getter(name="ipAddressPools")
408
- def ip_address_pools(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
409
- """
410
- The names of the IP address pools associated with this announcement.
411
- """
412
- return pulumi.get(self, "ip_address_pools")
413
-
414
- @ip_address_pools.setter
415
- def ip_address_pools(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
416
- pulumi.set(self, "ip_address_pools", value)
417
-
418
- @property
419
- @pulumi.getter(name="advertiseToFabric")
420
- def advertise_to_fabric(self) -> Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]]:
421
- """
422
- 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.
423
- """
424
- return pulumi.get(self, "advertise_to_fabric")
425
-
426
- @advertise_to_fabric.setter
427
- def advertise_to_fabric(self, value: Optional[pulumi.Input[Union[str, 'AdvertiseToFabric']]]):
428
- pulumi.set(self, "advertise_to_fabric", value)
429
-
430
- @property
431
- @pulumi.getter
432
- def communities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
433
- """
434
- The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
435
- """
436
- return pulumi.get(self, "communities")
437
-
438
- @communities.setter
439
- def communities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
440
- pulumi.set(self, "communities", value)
441
-
442
- @property
443
- @pulumi.getter
444
- def peers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
445
- """
446
- The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.
447
- """
448
- return pulumi.get(self, "peers")
449
-
450
- @peers.setter
451
- def peers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
452
- pulumi.set(self, "peers", value)
453
-
454
-
455
- @pulumi.input_type
456
- class BgpServiceLoadBalancerConfigurationArgs:
457
- def __init__(__self__, *,
458
- bgp_advertisements: Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]] = None,
459
- bgp_peers: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]] = None,
460
- fabric_peering_enabled: Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]] = None,
461
- ip_address_pools: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]] = None):
462
- """
463
- :param pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]] bgp_advertisements: The association of IP address pools to the communities and peers, allowing for announcement of IPs.
464
- :param pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]] bgp_peers: The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
465
- :param pulumi.Input[Union[str, 'FabricPeeringEnabled']] fabric_peering_enabled: The indicator to specify if the load balancer peers with the network fabric.
466
- :param pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]] ip_address_pools: The list of pools of IP addresses that can be allocated to Load Balancer services.
467
- """
468
- if bgp_advertisements is not None:
469
- pulumi.set(__self__, "bgp_advertisements", bgp_advertisements)
470
- if bgp_peers is not None:
471
- pulumi.set(__self__, "bgp_peers", bgp_peers)
472
- if fabric_peering_enabled is None:
473
- fabric_peering_enabled = 'True'
474
- if fabric_peering_enabled is not None:
475
- pulumi.set(__self__, "fabric_peering_enabled", fabric_peering_enabled)
476
- if ip_address_pools is not None:
477
- pulumi.set(__self__, "ip_address_pools", ip_address_pools)
478
-
479
- @property
480
- @pulumi.getter(name="bgpAdvertisements")
481
- def bgp_advertisements(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]]:
482
- """
483
- The association of IP address pools to the communities and peers, allowing for announcement of IPs.
484
- """
485
- return pulumi.get(self, "bgp_advertisements")
486
-
487
- @bgp_advertisements.setter
488
- def bgp_advertisements(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BgpAdvertisementArgs']]]]):
489
- pulumi.set(self, "bgp_advertisements", value)
490
-
491
- @property
492
- @pulumi.getter(name="bgpPeers")
493
- def bgp_peers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]]:
494
- """
495
- The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.
496
- """
497
- return pulumi.get(self, "bgp_peers")
498
-
499
- @bgp_peers.setter
500
- def bgp_peers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLoadBalancerBgpPeerArgs']]]]):
501
- pulumi.set(self, "bgp_peers", value)
502
-
503
- @property
504
- @pulumi.getter(name="fabricPeeringEnabled")
505
- def fabric_peering_enabled(self) -> Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]]:
506
- """
507
- The indicator to specify if the load balancer peers with the network fabric.
508
- """
509
- return pulumi.get(self, "fabric_peering_enabled")
510
-
511
- @fabric_peering_enabled.setter
512
- def fabric_peering_enabled(self, value: Optional[pulumi.Input[Union[str, 'FabricPeeringEnabled']]]):
513
- pulumi.set(self, "fabric_peering_enabled", value)
514
-
515
- @property
516
- @pulumi.getter(name="ipAddressPools")
517
- def ip_address_pools(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]:
518
- """
519
- The list of pools of IP addresses that can be allocated to Load Balancer services.
520
- """
521
- return pulumi.get(self, "ip_address_pools")
522
-
523
- @ip_address_pools.setter
524
- def ip_address_pools(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IpAddressPoolArgs']]]]):
525
- pulumi.set(self, "ip_address_pools", value)
526
-
527
-
528
- @pulumi.input_type
529
- class ControlPlaneNodeConfigurationArgs:
530
- def __init__(__self__, *,
531
- count: pulumi.Input[float],
532
- vm_sku_name: pulumi.Input[str],
533
- administrator_configuration: Optional[pulumi.Input['AdministratorConfigurationArgs']] = None,
534
- availability_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
535
- """
536
- :param pulumi.Input[float] count: The number of virtual machines that use this configuration.
537
- :param pulumi.Input[str] vm_sku_name: The name of the VM SKU supplied during creation.
538
- :param pulumi.Input['AdministratorConfigurationArgs'] administrator_configuration: The administrator credentials to be used for the nodes in the control plane.
539
- :param pulumi.Input[Sequence[pulumi.Input[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.
540
- """
541
- pulumi.set(__self__, "count", count)
542
- pulumi.set(__self__, "vm_sku_name", vm_sku_name)
543
- if administrator_configuration is not None:
544
- pulumi.set(__self__, "administrator_configuration", administrator_configuration)
545
- if availability_zones is not None:
546
- pulumi.set(__self__, "availability_zones", availability_zones)
547
-
548
- @property
549
- @pulumi.getter
550
- def count(self) -> pulumi.Input[float]:
551
- """
552
- The number of virtual machines that use this configuration.
553
- """
554
- return pulumi.get(self, "count")
555
-
556
- @count.setter
557
- def count(self, value: pulumi.Input[float]):
558
- pulumi.set(self, "count", value)
559
-
560
- @property
561
- @pulumi.getter(name="vmSkuName")
562
- def vm_sku_name(self) -> pulumi.Input[str]:
563
- """
564
- The name of the VM SKU supplied during creation.
565
- """
566
- return pulumi.get(self, "vm_sku_name")
567
-
568
- @vm_sku_name.setter
569
- def vm_sku_name(self, value: pulumi.Input[str]):
570
- pulumi.set(self, "vm_sku_name", value)
571
-
572
- @property
573
- @pulumi.getter(name="administratorConfiguration")
574
- def administrator_configuration(self) -> Optional[pulumi.Input['AdministratorConfigurationArgs']]:
575
- """
576
- The administrator credentials to be used for the nodes in the control plane.
577
- """
578
- return pulumi.get(self, "administrator_configuration")
579
-
580
- @administrator_configuration.setter
581
- def administrator_configuration(self, value: Optional[pulumi.Input['AdministratorConfigurationArgs']]):
582
- pulumi.set(self, "administrator_configuration", value)
583
-
584
- @property
585
- @pulumi.getter(name="availabilityZones")
586
- def availability_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
587
- """
588
- 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.
589
- """
590
- return pulumi.get(self, "availability_zones")
591
-
592
- @availability_zones.setter
593
- def availability_zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
594
- pulumi.set(self, "availability_zones", value)
595
-
596
-
597
- @pulumi.input_type
598
- class EgressEndpointArgs:
599
- def __init__(__self__, *,
600
- category: pulumi.Input[str],
601
- endpoints: pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]):
602
- """
603
- :param pulumi.Input[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'.
604
- :param pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]] endpoints: The list of endpoint dependencies.
605
- """
606
- pulumi.set(__self__, "category", category)
607
- pulumi.set(__self__, "endpoints", endpoints)
608
-
609
- @property
610
- @pulumi.getter
611
- def category(self) -> pulumi.Input[str]:
612
- """
613
- 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'.
614
- """
615
- return pulumi.get(self, "category")
616
-
617
- @category.setter
618
- def category(self, value: pulumi.Input[str]):
619
- pulumi.set(self, "category", value)
620
-
621
- @property
622
- @pulumi.getter
623
- def endpoints(self) -> pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]:
624
- """
625
- The list of endpoint dependencies.
626
- """
627
- return pulumi.get(self, "endpoints")
628
-
629
- @endpoints.setter
630
- def endpoints(self, value: pulumi.Input[Sequence[pulumi.Input['EndpointDependencyArgs']]]):
631
- pulumi.set(self, "endpoints", value)
632
-
633
-
634
- @pulumi.input_type
635
- class EndpointDependencyArgs:
636
- def __init__(__self__, *,
637
- domain_name: pulumi.Input[str],
638
- port: Optional[pulumi.Input[float]] = None):
639
- """
640
- :param pulumi.Input[str] domain_name: The domain name of the dependency.
641
- :param pulumi.Input[float] port: The port of this endpoint.
642
- """
643
- pulumi.set(__self__, "domain_name", domain_name)
644
- if port is not None:
645
- pulumi.set(__self__, "port", port)
646
-
647
- @property
648
- @pulumi.getter(name="domainName")
649
- def domain_name(self) -> pulumi.Input[str]:
650
- """
651
- The domain name of the dependency.
652
- """
653
- return pulumi.get(self, "domain_name")
654
-
655
- @domain_name.setter
656
- def domain_name(self, value: pulumi.Input[str]):
657
- pulumi.set(self, "domain_name", value)
658
-
659
- @property
660
- @pulumi.getter
661
- def port(self) -> Optional[pulumi.Input[float]]:
662
- """
663
- The port of this endpoint.
664
- """
665
- return pulumi.get(self, "port")
666
-
667
- @port.setter
668
- def port(self, value: Optional[pulumi.Input[float]]):
669
- pulumi.set(self, "port", value)
670
-
671
-
672
- @pulumi.input_type
673
- class ExtendedLocationArgs:
674
- def __init__(__self__, *,
675
- name: pulumi.Input[str],
676
- type: pulumi.Input[str]):
677
- """
678
- :param pulumi.Input[str] name: The resource ID of the extended location on which the resource will be created.
679
- :param pulumi.Input[str] type: The extended location type, for example, CustomLocation.
680
- """
681
- pulumi.set(__self__, "name", name)
682
- pulumi.set(__self__, "type", type)
683
-
684
- @property
685
- @pulumi.getter
686
- def name(self) -> pulumi.Input[str]:
687
- """
688
- The resource ID of the extended location on which the resource will be created.
689
- """
690
- return pulumi.get(self, "name")
691
-
692
- @name.setter
693
- def name(self, value: pulumi.Input[str]):
694
- pulumi.set(self, "name", value)
695
-
696
- @property
697
- @pulumi.getter
698
- def type(self) -> pulumi.Input[str]:
699
- """
700
- The extended location type, for example, CustomLocation.
701
- """
702
- return pulumi.get(self, "type")
703
-
704
- @type.setter
705
- def type(self, value: pulumi.Input[str]):
706
- pulumi.set(self, "type", value)
707
-
708
-
709
- @pulumi.input_type
710
- class ImageRepositoryCredentialsArgs:
711
- def __init__(__self__, *,
712
- password: pulumi.Input[str],
713
- registry_url: pulumi.Input[str],
714
- username: pulumi.Input[str]):
715
- """
716
- :param pulumi.Input[str] password: The password or token used to access an image in the target repository.
717
- :param pulumi.Input[str] registry_url: The URL of the authentication server used to validate the repository credentials.
718
- :param pulumi.Input[str] username: The username used to access an image in the target repository.
719
- """
720
- pulumi.set(__self__, "password", password)
721
- pulumi.set(__self__, "registry_url", registry_url)
722
- pulumi.set(__self__, "username", username)
723
-
724
- @property
725
- @pulumi.getter
726
- def password(self) -> pulumi.Input[str]:
727
- """
728
- The password or token used to access an image in the target repository.
729
- """
730
- return pulumi.get(self, "password")
731
-
732
- @password.setter
733
- def password(self, value: pulumi.Input[str]):
734
- pulumi.set(self, "password", value)
735
-
736
- @property
737
- @pulumi.getter(name="registryUrl")
738
- def registry_url(self) -> pulumi.Input[str]:
739
- """
740
- The URL of the authentication server used to validate the repository credentials.
741
- """
742
- return pulumi.get(self, "registry_url")
743
-
744
- @registry_url.setter
745
- def registry_url(self, value: pulumi.Input[str]):
746
- pulumi.set(self, "registry_url", value)
747
-
748
- @property
749
- @pulumi.getter
750
- def username(self) -> pulumi.Input[str]:
751
- """
752
- The username used to access an image in the target repository.
753
- """
754
- return pulumi.get(self, "username")
755
-
756
- @username.setter
757
- def username(self, value: pulumi.Input[str]):
758
- pulumi.set(self, "username", value)
759
-
760
-
761
- @pulumi.input_type
762
- class InitialAgentPoolConfigurationArgs:
763
- def __init__(__self__, *,
764
- count: pulumi.Input[float],
765
- mode: pulumi.Input[Union[str, 'AgentPoolMode']],
766
- name: pulumi.Input[str],
767
- vm_sku_name: pulumi.Input[str],
768
- administrator_configuration: Optional[pulumi.Input['AdministratorConfigurationArgs']] = None,
769
- agent_options: Optional[pulumi.Input['AgentOptionsArgs']] = None,
770
- attached_network_configuration: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']] = None,
771
- availability_zones: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
772
- labels: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]] = None,
773
- taints: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]] = None,
774
- upgrade_settings: Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']] = None):
775
- """
776
- :param pulumi.Input[float] count: The number of virtual machines that use this configuration.
777
- :param pulumi.Input[Union[str, 'AgentPoolMode']] 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.
778
- :param pulumi.Input[str] name: The name that will be used for the agent pool resource representing this agent pool.
779
- :param pulumi.Input[str] vm_sku_name: The name of the VM SKU that determines the size of resources allocated for node VMs.
780
- :param pulumi.Input['AdministratorConfigurationArgs'] administrator_configuration: The administrator credentials to be used for the nodes in this agent pool.
781
- :param pulumi.Input['AgentOptionsArgs'] agent_options: The configurations that will be applied to each agent in this agent pool.
782
- :param pulumi.Input['AttachedNetworkConfigurationArgs'] attached_network_configuration: The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
783
- :param pulumi.Input[Sequence[pulumi.Input[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.
784
- :param pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]] labels: The labels applied to the nodes in this agent pool.
785
- :param pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]] taints: The taints applied to the nodes in this agent pool.
786
- :param pulumi.Input['AgentPoolUpgradeSettingsArgs'] upgrade_settings: The configuration of the agent pool.
787
- """
788
- pulumi.set(__self__, "count", count)
789
- pulumi.set(__self__, "mode", mode)
790
- pulumi.set(__self__, "name", name)
791
- pulumi.set(__self__, "vm_sku_name", vm_sku_name)
792
- if administrator_configuration is not None:
793
- pulumi.set(__self__, "administrator_configuration", administrator_configuration)
794
- if agent_options is not None:
795
- pulumi.set(__self__, "agent_options", agent_options)
796
- if attached_network_configuration is not None:
797
- pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
798
- if availability_zones is not None:
799
- pulumi.set(__self__, "availability_zones", availability_zones)
800
- if labels is not None:
801
- pulumi.set(__self__, "labels", labels)
802
- if taints is not None:
803
- pulumi.set(__self__, "taints", taints)
804
- if upgrade_settings is not None:
805
- pulumi.set(__self__, "upgrade_settings", upgrade_settings)
806
-
807
- @property
808
- @pulumi.getter
809
- def count(self) -> pulumi.Input[float]:
810
- """
811
- The number of virtual machines that use this configuration.
812
- """
813
- return pulumi.get(self, "count")
814
-
815
- @count.setter
816
- def count(self, value: pulumi.Input[float]):
817
- pulumi.set(self, "count", value)
818
-
819
- @property
820
- @pulumi.getter
821
- def mode(self) -> pulumi.Input[Union[str, 'AgentPoolMode']]:
822
- """
823
- 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.
824
- """
825
- return pulumi.get(self, "mode")
826
-
827
- @mode.setter
828
- def mode(self, value: pulumi.Input[Union[str, 'AgentPoolMode']]):
829
- pulumi.set(self, "mode", value)
830
-
831
- @property
832
- @pulumi.getter
833
- def name(self) -> pulumi.Input[str]:
834
- """
835
- The name that will be used for the agent pool resource representing this agent pool.
836
- """
837
- return pulumi.get(self, "name")
838
-
839
- @name.setter
840
- def name(self, value: pulumi.Input[str]):
841
- pulumi.set(self, "name", value)
842
-
843
- @property
844
- @pulumi.getter(name="vmSkuName")
845
- def vm_sku_name(self) -> pulumi.Input[str]:
846
- """
847
- The name of the VM SKU that determines the size of resources allocated for node VMs.
848
- """
849
- return pulumi.get(self, "vm_sku_name")
850
-
851
- @vm_sku_name.setter
852
- def vm_sku_name(self, value: pulumi.Input[str]):
853
- pulumi.set(self, "vm_sku_name", value)
854
-
855
- @property
856
- @pulumi.getter(name="administratorConfiguration")
857
- def administrator_configuration(self) -> Optional[pulumi.Input['AdministratorConfigurationArgs']]:
858
- """
859
- The administrator credentials to be used for the nodes in this agent pool.
860
- """
861
- return pulumi.get(self, "administrator_configuration")
862
-
863
- @administrator_configuration.setter
864
- def administrator_configuration(self, value: Optional[pulumi.Input['AdministratorConfigurationArgs']]):
865
- pulumi.set(self, "administrator_configuration", value)
866
-
867
- @property
868
- @pulumi.getter(name="agentOptions")
869
- def agent_options(self) -> Optional[pulumi.Input['AgentOptionsArgs']]:
870
- """
871
- The configurations that will be applied to each agent in this agent pool.
872
- """
873
- return pulumi.get(self, "agent_options")
874
-
875
- @agent_options.setter
876
- def agent_options(self, value: Optional[pulumi.Input['AgentOptionsArgs']]):
877
- pulumi.set(self, "agent_options", value)
878
-
879
- @property
880
- @pulumi.getter(name="attachedNetworkConfiguration")
881
- def attached_network_configuration(self) -> Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]:
882
- """
883
- The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
884
- """
885
- return pulumi.get(self, "attached_network_configuration")
886
-
887
- @attached_network_configuration.setter
888
- def attached_network_configuration(self, value: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]):
889
- pulumi.set(self, "attached_network_configuration", value)
890
-
891
- @property
892
- @pulumi.getter(name="availabilityZones")
893
- def availability_zones(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
894
- """
895
- 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.
896
- """
897
- return pulumi.get(self, "availability_zones")
898
-
899
- @availability_zones.setter
900
- def availability_zones(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
901
- pulumi.set(self, "availability_zones", value)
902
-
903
- @property
904
- @pulumi.getter
905
- def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]:
906
- """
907
- The labels applied to the nodes in this agent pool.
908
- """
909
- return pulumi.get(self, "labels")
910
-
911
- @labels.setter
912
- def labels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]):
913
- pulumi.set(self, "labels", value)
914
-
915
- @property
916
- @pulumi.getter
917
- def taints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]:
918
- """
919
- The taints applied to the nodes in this agent pool.
920
- """
921
- return pulumi.get(self, "taints")
922
-
923
- @taints.setter
924
- def taints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesLabelArgs']]]]):
925
- pulumi.set(self, "taints", value)
926
-
927
- @property
928
- @pulumi.getter(name="upgradeSettings")
929
- def upgrade_settings(self) -> Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']]:
930
- """
931
- The configuration of the agent pool.
932
- """
933
- return pulumi.get(self, "upgrade_settings")
934
-
935
- @upgrade_settings.setter
936
- def upgrade_settings(self, value: Optional[pulumi.Input['AgentPoolUpgradeSettingsArgs']]):
937
- pulumi.set(self, "upgrade_settings", value)
938
-
939
-
940
- @pulumi.input_type
941
- class IpAddressPoolArgs:
942
- def __init__(__self__, *,
943
- addresses: pulumi.Input[Sequence[pulumi.Input[str]]],
944
- name: pulumi.Input[str],
945
- auto_assign: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None,
946
- only_use_host_ips: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None):
947
- """
948
- :param pulumi.Input[Sequence[pulumi.Input[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.
949
- :param pulumi.Input[str] name: The name used to identify this IP address pool for association with a BGP advertisement.
950
- :param pulumi.Input[Union[str, 'BfdEnabled']] auto_assign: The indicator to determine if automatic allocation from the pool should occur.
951
- :param pulumi.Input[Union[str, 'BfdEnabled']] 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.
952
- """
953
- pulumi.set(__self__, "addresses", addresses)
954
- pulumi.set(__self__, "name", name)
955
- if auto_assign is None:
956
- auto_assign = 'True'
957
- if auto_assign is not None:
958
- pulumi.set(__self__, "auto_assign", auto_assign)
959
- if only_use_host_ips is None:
960
- only_use_host_ips = 'True'
961
- if only_use_host_ips is not None:
962
- pulumi.set(__self__, "only_use_host_ips", only_use_host_ips)
963
-
964
- @property
965
- @pulumi.getter
966
- def addresses(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
967
- """
968
- 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.
969
- """
970
- return pulumi.get(self, "addresses")
971
-
972
- @addresses.setter
973
- def addresses(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
974
- pulumi.set(self, "addresses", value)
975
-
976
- @property
977
- @pulumi.getter
978
- def name(self) -> pulumi.Input[str]:
979
- """
980
- The name used to identify this IP address pool for association with a BGP advertisement.
981
- """
982
- return pulumi.get(self, "name")
983
-
984
- @name.setter
985
- def name(self, value: pulumi.Input[str]):
986
- pulumi.set(self, "name", value)
987
-
988
- @property
989
- @pulumi.getter(name="autoAssign")
990
- def auto_assign(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
991
- """
992
- The indicator to determine if automatic allocation from the pool should occur.
993
- """
994
- return pulumi.get(self, "auto_assign")
995
-
996
- @auto_assign.setter
997
- def auto_assign(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
998
- pulumi.set(self, "auto_assign", value)
999
-
1000
- @property
1001
- @pulumi.getter(name="onlyUseHostIps")
1002
- def only_use_host_ips(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
1003
- """
1004
- 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.
1005
- """
1006
- return pulumi.get(self, "only_use_host_ips")
1007
-
1008
- @only_use_host_ips.setter
1009
- def only_use_host_ips(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
1010
- pulumi.set(self, "only_use_host_ips", value)
1011
-
1012
-
1013
- @pulumi.input_type
1014
- class KeySetUserArgs:
1015
- def __init__(__self__, *,
1016
- azure_user_name: pulumi.Input[str],
1017
- ssh_public_key: pulumi.Input['SshPublicKeyArgs'],
1018
- description: Optional[pulumi.Input[str]] = None):
1019
- """
1020
- :param pulumi.Input[str] azure_user_name: The user name that will be used for access.
1021
- :param pulumi.Input['SshPublicKeyArgs'] 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.
1022
- :param pulumi.Input[str] description: The free-form description for this user.
1023
- """
1024
- pulumi.set(__self__, "azure_user_name", azure_user_name)
1025
- pulumi.set(__self__, "ssh_public_key", ssh_public_key)
1026
- if description is not None:
1027
- pulumi.set(__self__, "description", description)
1028
-
1029
- @property
1030
- @pulumi.getter(name="azureUserName")
1031
- def azure_user_name(self) -> pulumi.Input[str]:
1032
- """
1033
- The user name that will be used for access.
1034
- """
1035
- return pulumi.get(self, "azure_user_name")
1036
-
1037
- @azure_user_name.setter
1038
- def azure_user_name(self, value: pulumi.Input[str]):
1039
- pulumi.set(self, "azure_user_name", value)
1040
-
1041
- @property
1042
- @pulumi.getter(name="sshPublicKey")
1043
- def ssh_public_key(self) -> pulumi.Input['SshPublicKeyArgs']:
1044
- """
1045
- 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.
1046
- """
1047
- return pulumi.get(self, "ssh_public_key")
1048
-
1049
- @ssh_public_key.setter
1050
- def ssh_public_key(self, value: pulumi.Input['SshPublicKeyArgs']):
1051
- pulumi.set(self, "ssh_public_key", value)
1052
-
1053
- @property
1054
- @pulumi.getter
1055
- def description(self) -> Optional[pulumi.Input[str]]:
1056
- """
1057
- The free-form description for this user.
1058
- """
1059
- return pulumi.get(self, "description")
1060
-
1061
- @description.setter
1062
- def description(self, value: Optional[pulumi.Input[str]]):
1063
- pulumi.set(self, "description", value)
1064
-
1065
-
1066
- @pulumi.input_type
1067
- class KubernetesLabelArgs:
1068
- def __init__(__self__, *,
1069
- key: pulumi.Input[str],
1070
- value: pulumi.Input[str]):
1071
- """
1072
- :param pulumi.Input[str] key: The name of the label or taint.
1073
- :param pulumi.Input[str] value: The value of the label or taint.
1074
- """
1075
- pulumi.set(__self__, "key", key)
1076
- pulumi.set(__self__, "value", value)
1077
-
1078
- @property
1079
- @pulumi.getter
1080
- def key(self) -> pulumi.Input[str]:
1081
- """
1082
- The name of the label or taint.
1083
- """
1084
- return pulumi.get(self, "key")
1085
-
1086
- @key.setter
1087
- def key(self, value: pulumi.Input[str]):
1088
- pulumi.set(self, "key", value)
1089
-
1090
- @property
1091
- @pulumi.getter
1092
- def value(self) -> pulumi.Input[str]:
1093
- """
1094
- The value of the label or taint.
1095
- """
1096
- return pulumi.get(self, "value")
1097
-
1098
- @value.setter
1099
- def value(self, value: pulumi.Input[str]):
1100
- pulumi.set(self, "value", value)
1101
-
1102
-
1103
- @pulumi.input_type
1104
- class L2NetworkAttachmentConfigurationArgs:
1105
- def __init__(__self__, *,
1106
- network_id: pulumi.Input[str],
1107
- plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
1108
- """
1109
- :param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
1110
- :param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
1111
- """
1112
- pulumi.set(__self__, "network_id", network_id)
1113
- if plugin_type is None:
1114
- plugin_type = 'SRIOV'
1115
- if plugin_type is not None:
1116
- pulumi.set(__self__, "plugin_type", plugin_type)
1117
-
1118
- @property
1119
- @pulumi.getter(name="networkId")
1120
- def network_id(self) -> pulumi.Input[str]:
1121
- """
1122
- The resource ID of the network that is being configured for attachment.
1123
- """
1124
- return pulumi.get(self, "network_id")
1125
-
1126
- @network_id.setter
1127
- def network_id(self, value: pulumi.Input[str]):
1128
- pulumi.set(self, "network_id", value)
1129
-
1130
- @property
1131
- @pulumi.getter(name="pluginType")
1132
- def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
1133
- """
1134
- The indicator of how this network will be utilized by the Kubernetes cluster.
1135
- """
1136
- return pulumi.get(self, "plugin_type")
1137
-
1138
- @plugin_type.setter
1139
- def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
1140
- pulumi.set(self, "plugin_type", value)
1141
-
1142
-
1143
- @pulumi.input_type
1144
- class L3NetworkAttachmentConfigurationArgs:
1145
- def __init__(__self__, *,
1146
- network_id: pulumi.Input[str],
1147
- ipam_enabled: Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]] = None,
1148
- plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
1149
- """
1150
- :param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
1151
- :param pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']] ipam_enabled: The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
1152
- :param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
1153
- """
1154
- pulumi.set(__self__, "network_id", network_id)
1155
- if ipam_enabled is None:
1156
- ipam_enabled = 'False'
1157
- if ipam_enabled is not None:
1158
- pulumi.set(__self__, "ipam_enabled", ipam_enabled)
1159
- if plugin_type is None:
1160
- plugin_type = 'SRIOV'
1161
- if plugin_type is not None:
1162
- pulumi.set(__self__, "plugin_type", plugin_type)
1163
-
1164
- @property
1165
- @pulumi.getter(name="networkId")
1166
- def network_id(self) -> pulumi.Input[str]:
1167
- """
1168
- The resource ID of the network that is being configured for attachment.
1169
- """
1170
- return pulumi.get(self, "network_id")
1171
-
1172
- @network_id.setter
1173
- def network_id(self, value: pulumi.Input[str]):
1174
- pulumi.set(self, "network_id", value)
1175
-
1176
- @property
1177
- @pulumi.getter(name="ipamEnabled")
1178
- def ipam_enabled(self) -> Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]]:
1179
- """
1180
- The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
1181
- """
1182
- return pulumi.get(self, "ipam_enabled")
1183
-
1184
- @ipam_enabled.setter
1185
- def ipam_enabled(self, value: Optional[pulumi.Input[Union[str, 'L3NetworkConfigurationIpamEnabled']]]):
1186
- pulumi.set(self, "ipam_enabled", value)
1187
-
1188
- @property
1189
- @pulumi.getter(name="pluginType")
1190
- def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
1191
- """
1192
- The indicator of how this network will be utilized by the Kubernetes cluster.
1193
- """
1194
- return pulumi.get(self, "plugin_type")
1195
-
1196
- @plugin_type.setter
1197
- def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
1198
- pulumi.set(self, "plugin_type", value)
1199
-
1200
-
1201
- @pulumi.input_type
1202
- class ManagedResourceGroupConfigurationArgs:
1203
- def __init__(__self__, *,
1204
- location: Optional[pulumi.Input[str]] = None,
1205
- name: Optional[pulumi.Input[str]] = None):
1206
- """
1207
- :param pulumi.Input[str] location: The location of the managed resource group. If not specified, the location of the parent resource is chosen.
1208
- :param pulumi.Input[str] name: The name for the managed resource group. If not specified, the unique name is automatically generated.
1209
- """
1210
- if location is not None:
1211
- pulumi.set(__self__, "location", location)
1212
- if name is not None:
1213
- pulumi.set(__self__, "name", name)
1214
-
1215
- @property
1216
- @pulumi.getter
1217
- def location(self) -> Optional[pulumi.Input[str]]:
1218
- """
1219
- The location of the managed resource group. If not specified, the location of the parent resource is chosen.
1220
- """
1221
- return pulumi.get(self, "location")
1222
-
1223
- @location.setter
1224
- def location(self, value: Optional[pulumi.Input[str]]):
1225
- pulumi.set(self, "location", value)
1226
-
1227
- @property
1228
- @pulumi.getter
1229
- def name(self) -> Optional[pulumi.Input[str]]:
1230
- """
1231
- The name for the managed resource group. If not specified, the unique name is automatically generated.
1232
- """
1233
- return pulumi.get(self, "name")
1234
-
1235
- @name.setter
1236
- def name(self, value: Optional[pulumi.Input[str]]):
1237
- pulumi.set(self, "name", value)
1238
-
1239
-
1240
- @pulumi.input_type
1241
- class NetworkAttachmentArgs:
1242
- def __init__(__self__, *,
1243
- attached_network_id: pulumi.Input[str],
1244
- ip_allocation_method: pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']],
1245
- default_gateway: Optional[pulumi.Input[Union[str, 'DefaultGateway']]] = None,
1246
- ipv4_address: Optional[pulumi.Input[str]] = None,
1247
- ipv6_address: Optional[pulumi.Input[str]] = None,
1248
- network_attachment_name: Optional[pulumi.Input[str]] = None):
1249
- """
1250
- :param pulumi.Input[str] attached_network_id: The resource ID of the associated network attached to the virtual machine.
1251
- It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
1252
- :param pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']] ip_allocation_method: The IP allocation mechanism for the virtual machine.
1253
- Dynamic and Static are only valid for l3Network which may also specify Disabled.
1254
- Otherwise, Disabled is the only permitted value.
1255
- :param pulumi.Input[Union[str, 'DefaultGateway']] default_gateway: The indicator of whether this is the default gateway.
1256
- Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
1257
- :param pulumi.Input[str] ipv4_address: The IPv4 address of the virtual machine.
1258
-
1259
- This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
1260
-
1261
- If IPAllocationMethod is:
1262
- Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
1263
- Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
1264
- Disabled - this field will be empty.
1265
- :param pulumi.Input[str] ipv6_address: The IPv6 address of the virtual machine.
1266
-
1267
- This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
1268
-
1269
- If IPAllocationMethod is:
1270
- Static - this field must contain an IPv6 address range from within the range specified in the attached network.
1271
- Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
1272
- Disabled - this field will be empty.
1273
- :param pulumi.Input[str] network_attachment_name: The associated network's interface name.
1274
- If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
1275
- If the user doesn’t specify this value, the default interface name of the network resource will be used.
1276
- For a CloudServicesNetwork resource, this name will be ignored.
1277
- """
1278
- pulumi.set(__self__, "attached_network_id", attached_network_id)
1279
- pulumi.set(__self__, "ip_allocation_method", ip_allocation_method)
1280
- if default_gateway is not None:
1281
- pulumi.set(__self__, "default_gateway", default_gateway)
1282
- if ipv4_address is not None:
1283
- pulumi.set(__self__, "ipv4_address", ipv4_address)
1284
- if ipv6_address is not None:
1285
- pulumi.set(__self__, "ipv6_address", ipv6_address)
1286
- if network_attachment_name is not None:
1287
- pulumi.set(__self__, "network_attachment_name", network_attachment_name)
1288
-
1289
- @property
1290
- @pulumi.getter(name="attachedNetworkId")
1291
- def attached_network_id(self) -> pulumi.Input[str]:
1292
- """
1293
- The resource ID of the associated network attached to the virtual machine.
1294
- It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.
1295
- """
1296
- return pulumi.get(self, "attached_network_id")
1297
-
1298
- @attached_network_id.setter
1299
- def attached_network_id(self, value: pulumi.Input[str]):
1300
- pulumi.set(self, "attached_network_id", value)
1301
-
1302
- @property
1303
- @pulumi.getter(name="ipAllocationMethod")
1304
- def ip_allocation_method(self) -> pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']]:
1305
- """
1306
- The IP allocation mechanism for the virtual machine.
1307
- Dynamic and Static are only valid for l3Network which may also specify Disabled.
1308
- Otherwise, Disabled is the only permitted value.
1309
- """
1310
- return pulumi.get(self, "ip_allocation_method")
1311
-
1312
- @ip_allocation_method.setter
1313
- def ip_allocation_method(self, value: pulumi.Input[Union[str, 'VirtualMachineIPAllocationMethod']]):
1314
- pulumi.set(self, "ip_allocation_method", value)
1315
-
1316
- @property
1317
- @pulumi.getter(name="defaultGateway")
1318
- def default_gateway(self) -> Optional[pulumi.Input[Union[str, 'DefaultGateway']]]:
1319
- """
1320
- The indicator of whether this is the default gateway.
1321
- Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.
1322
- """
1323
- return pulumi.get(self, "default_gateway")
1324
-
1325
- @default_gateway.setter
1326
- def default_gateway(self, value: Optional[pulumi.Input[Union[str, 'DefaultGateway']]]):
1327
- pulumi.set(self, "default_gateway", value)
1328
-
1329
- @property
1330
- @pulumi.getter(name="ipv4Address")
1331
- def ipv4_address(self) -> Optional[pulumi.Input[str]]:
1332
- """
1333
- The IPv4 address of the virtual machine.
1334
-
1335
- This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.
1336
-
1337
- If IPAllocationMethod is:
1338
- Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.
1339
- Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.
1340
- Disabled - this field will be empty.
1341
- """
1342
- return pulumi.get(self, "ipv4_address")
1343
-
1344
- @ipv4_address.setter
1345
- def ipv4_address(self, value: Optional[pulumi.Input[str]]):
1346
- pulumi.set(self, "ipv4_address", value)
1347
-
1348
- @property
1349
- @pulumi.getter(name="ipv6Address")
1350
- def ipv6_address(self) -> Optional[pulumi.Input[str]]:
1351
- """
1352
- The IPv6 address of the virtual machine.
1353
-
1354
- This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.
1355
-
1356
- If IPAllocationMethod is:
1357
- Static - this field must contain an IPv6 address range from within the range specified in the attached network.
1358
- Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.
1359
- Disabled - this field will be empty.
1360
- """
1361
- return pulumi.get(self, "ipv6_address")
1362
-
1363
- @ipv6_address.setter
1364
- def ipv6_address(self, value: Optional[pulumi.Input[str]]):
1365
- pulumi.set(self, "ipv6_address", value)
1366
-
1367
- @property
1368
- @pulumi.getter(name="networkAttachmentName")
1369
- def network_attachment_name(self) -> Optional[pulumi.Input[str]]:
1370
- """
1371
- The associated network's interface name.
1372
- If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.
1373
- If the user doesn’t specify this value, the default interface name of the network resource will be used.
1374
- For a CloudServicesNetwork resource, this name will be ignored.
1375
- """
1376
- return pulumi.get(self, "network_attachment_name")
1377
-
1378
- @network_attachment_name.setter
1379
- def network_attachment_name(self, value: Optional[pulumi.Input[str]]):
1380
- pulumi.set(self, "network_attachment_name", value)
1381
-
1382
-
1383
- @pulumi.input_type
1384
- class NetworkConfigurationArgs:
1385
- def __init__(__self__, *,
1386
- cloud_services_network_id: pulumi.Input[str],
1387
- cni_network_id: pulumi.Input[str],
1388
- attached_network_configuration: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']] = None,
1389
- bgp_service_load_balancer_configuration: Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']] = None,
1390
- dns_service_ip: Optional[pulumi.Input[str]] = None,
1391
- pod_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1392
- service_cidrs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1393
- """
1394
- :param pulumi.Input[str] cloud_services_network_id: The resource ID of the associated Cloud Services network.
1395
- :param pulumi.Input[str] cni_network_id: The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
1396
- :param pulumi.Input['AttachedNetworkConfigurationArgs'] attached_network_configuration: The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
1397
- :param pulumi.Input['BgpServiceLoadBalancerConfigurationArgs'] bgp_service_load_balancer_configuration: The configuration of the BGP service load balancer for this Kubernetes cluster.
1398
- :param pulumi.Input[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.
1399
- :param pulumi.Input[Sequence[pulumi.Input[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.
1400
- :param pulumi.Input[Sequence[pulumi.Input[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.
1401
- """
1402
- pulumi.set(__self__, "cloud_services_network_id", cloud_services_network_id)
1403
- pulumi.set(__self__, "cni_network_id", cni_network_id)
1404
- if attached_network_configuration is not None:
1405
- pulumi.set(__self__, "attached_network_configuration", attached_network_configuration)
1406
- if bgp_service_load_balancer_configuration is not None:
1407
- pulumi.set(__self__, "bgp_service_load_balancer_configuration", bgp_service_load_balancer_configuration)
1408
- if dns_service_ip is not None:
1409
- pulumi.set(__self__, "dns_service_ip", dns_service_ip)
1410
- if pod_cidrs is not None:
1411
- pulumi.set(__self__, "pod_cidrs", pod_cidrs)
1412
- if service_cidrs is not None:
1413
- pulumi.set(__self__, "service_cidrs", service_cidrs)
1414
-
1415
- @property
1416
- @pulumi.getter(name="cloudServicesNetworkId")
1417
- def cloud_services_network_id(self) -> pulumi.Input[str]:
1418
- """
1419
- The resource ID of the associated Cloud Services network.
1420
- """
1421
- return pulumi.get(self, "cloud_services_network_id")
1422
-
1423
- @cloud_services_network_id.setter
1424
- def cloud_services_network_id(self, value: pulumi.Input[str]):
1425
- pulumi.set(self, "cloud_services_network_id", value)
1426
-
1427
- @property
1428
- @pulumi.getter(name="cniNetworkId")
1429
- def cni_network_id(self) -> pulumi.Input[str]:
1430
- """
1431
- The resource ID of the Layer 3 network that is used for creation of the Container Networking Interface network.
1432
- """
1433
- return pulumi.get(self, "cni_network_id")
1434
-
1435
- @cni_network_id.setter
1436
- def cni_network_id(self, value: pulumi.Input[str]):
1437
- pulumi.set(self, "cni_network_id", value)
1438
-
1439
- @property
1440
- @pulumi.getter(name="attachedNetworkConfiguration")
1441
- def attached_network_configuration(self) -> Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]:
1442
- """
1443
- The configuration of networks being attached to the cluster for use by the workloads that run on this Kubernetes cluster.
1444
- """
1445
- return pulumi.get(self, "attached_network_configuration")
1446
-
1447
- @attached_network_configuration.setter
1448
- def attached_network_configuration(self, value: Optional[pulumi.Input['AttachedNetworkConfigurationArgs']]):
1449
- pulumi.set(self, "attached_network_configuration", value)
1450
-
1451
- @property
1452
- @pulumi.getter(name="bgpServiceLoadBalancerConfiguration")
1453
- def bgp_service_load_balancer_configuration(self) -> Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']]:
1454
- """
1455
- The configuration of the BGP service load balancer for this Kubernetes cluster.
1456
- """
1457
- return pulumi.get(self, "bgp_service_load_balancer_configuration")
1458
-
1459
- @bgp_service_load_balancer_configuration.setter
1460
- def bgp_service_load_balancer_configuration(self, value: Optional[pulumi.Input['BgpServiceLoadBalancerConfigurationArgs']]):
1461
- pulumi.set(self, "bgp_service_load_balancer_configuration", value)
1462
-
1463
- @property
1464
- @pulumi.getter(name="dnsServiceIp")
1465
- def dns_service_ip(self) -> Optional[pulumi.Input[str]]:
1466
- """
1467
- The IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in service CIDR.
1468
- """
1469
- return pulumi.get(self, "dns_service_ip")
1470
-
1471
- @dns_service_ip.setter
1472
- def dns_service_ip(self, value: Optional[pulumi.Input[str]]):
1473
- pulumi.set(self, "dns_service_ip", value)
1474
-
1475
- @property
1476
- @pulumi.getter(name="podCidrs")
1477
- def pod_cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1478
- """
1479
- 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.
1480
- """
1481
- return pulumi.get(self, "pod_cidrs")
1482
-
1483
- @pod_cidrs.setter
1484
- def pod_cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1485
- pulumi.set(self, "pod_cidrs", value)
1486
-
1487
- @property
1488
- @pulumi.getter(name="serviceCidrs")
1489
- def service_cidrs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1490
- """
1491
- 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.
1492
- """
1493
- return pulumi.get(self, "service_cidrs")
1494
-
1495
- @service_cidrs.setter
1496
- def service_cidrs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1497
- pulumi.set(self, "service_cidrs", value)
1498
-
1499
-
1500
- @pulumi.input_type
1501
- class OsDiskArgs:
1502
- def __init__(__self__, *,
1503
- disk_size_gb: pulumi.Input[float],
1504
- create_option: Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]] = None,
1505
- delete_option: Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]] = None):
1506
- """
1507
- :param pulumi.Input[float] disk_size_gb: The size of the disk in gigabytes. Required if the createOption is Ephemeral.
1508
- :param pulumi.Input[Union[str, 'OsDiskCreateOption']] create_option: The strategy for creating the OS disk.
1509
- :param pulumi.Input[Union[str, 'OsDiskDeleteOption']] delete_option: The strategy for deleting the OS disk.
1510
- """
1511
- pulumi.set(__self__, "disk_size_gb", disk_size_gb)
1512
- if create_option is None:
1513
- create_option = 'Ephemeral'
1514
- if create_option is not None:
1515
- pulumi.set(__self__, "create_option", create_option)
1516
- if delete_option is None:
1517
- delete_option = 'Delete'
1518
- if delete_option is not None:
1519
- pulumi.set(__self__, "delete_option", delete_option)
1520
-
1521
- @property
1522
- @pulumi.getter(name="diskSizeGB")
1523
- def disk_size_gb(self) -> pulumi.Input[float]:
1524
- """
1525
- The size of the disk in gigabytes. Required if the createOption is Ephemeral.
1526
- """
1527
- return pulumi.get(self, "disk_size_gb")
1528
-
1529
- @disk_size_gb.setter
1530
- def disk_size_gb(self, value: pulumi.Input[float]):
1531
- pulumi.set(self, "disk_size_gb", value)
1532
-
1533
- @property
1534
- @pulumi.getter(name="createOption")
1535
- def create_option(self) -> Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]]:
1536
- """
1537
- The strategy for creating the OS disk.
1538
- """
1539
- return pulumi.get(self, "create_option")
1540
-
1541
- @create_option.setter
1542
- def create_option(self, value: Optional[pulumi.Input[Union[str, 'OsDiskCreateOption']]]):
1543
- pulumi.set(self, "create_option", value)
1544
-
1545
- @property
1546
- @pulumi.getter(name="deleteOption")
1547
- def delete_option(self) -> Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]]:
1548
- """
1549
- The strategy for deleting the OS disk.
1550
- """
1551
- return pulumi.get(self, "delete_option")
1552
-
1553
- @delete_option.setter
1554
- def delete_option(self, value: Optional[pulumi.Input[Union[str, 'OsDiskDeleteOption']]]):
1555
- pulumi.set(self, "delete_option", value)
1556
-
1557
-
1558
- @pulumi.input_type
1559
- class RackDefinitionArgs:
1560
- def __init__(__self__, *,
1561
- network_rack_id: pulumi.Input[str],
1562
- rack_serial_number: pulumi.Input[str],
1563
- rack_sku_id: pulumi.Input[str],
1564
- availability_zone: Optional[pulumi.Input[str]] = None,
1565
- bare_metal_machine_configuration_data: Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]] = None,
1566
- rack_location: Optional[pulumi.Input[str]] = None,
1567
- storage_appliance_configuration_data: Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]] = None):
1568
- """
1569
- :param pulumi.Input[str] network_rack_id: The resource ID of the network rack that matches this rack definition.
1570
- :param pulumi.Input[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.
1571
- :param pulumi.Input[str] rack_sku_id: The resource ID of the sku for the rack being added.
1572
- :param pulumi.Input[str] availability_zone: The zone name used for this rack when created. Availability zones are used for workload placement.
1573
- :param pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]] bare_metal_machine_configuration_data: The unordered list of bare metal machine configuration.
1574
- :param pulumi.Input[str] rack_location: The free-form description of the rack's location.
1575
- :param pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]] storage_appliance_configuration_data: The list of storage appliance configuration data for this rack.
1576
- """
1577
- pulumi.set(__self__, "network_rack_id", network_rack_id)
1578
- pulumi.set(__self__, "rack_serial_number", rack_serial_number)
1579
- pulumi.set(__self__, "rack_sku_id", rack_sku_id)
1580
- if availability_zone is not None:
1581
- pulumi.set(__self__, "availability_zone", availability_zone)
1582
- if bare_metal_machine_configuration_data is not None:
1583
- pulumi.set(__self__, "bare_metal_machine_configuration_data", bare_metal_machine_configuration_data)
1584
- if rack_location is not None:
1585
- pulumi.set(__self__, "rack_location", rack_location)
1586
- if storage_appliance_configuration_data is not None:
1587
- pulumi.set(__self__, "storage_appliance_configuration_data", storage_appliance_configuration_data)
1588
-
1589
- @property
1590
- @pulumi.getter(name="networkRackId")
1591
- def network_rack_id(self) -> pulumi.Input[str]:
1592
- """
1593
- The resource ID of the network rack that matches this rack definition.
1594
- """
1595
- return pulumi.get(self, "network_rack_id")
1596
-
1597
- @network_rack_id.setter
1598
- def network_rack_id(self, value: pulumi.Input[str]):
1599
- pulumi.set(self, "network_rack_id", value)
1600
-
1601
- @property
1602
- @pulumi.getter(name="rackSerialNumber")
1603
- def rack_serial_number(self) -> pulumi.Input[str]:
1604
- """
1605
- 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.
1606
- """
1607
- return pulumi.get(self, "rack_serial_number")
1608
-
1609
- @rack_serial_number.setter
1610
- def rack_serial_number(self, value: pulumi.Input[str]):
1611
- pulumi.set(self, "rack_serial_number", value)
1612
-
1613
- @property
1614
- @pulumi.getter(name="rackSkuId")
1615
- def rack_sku_id(self) -> pulumi.Input[str]:
1616
- """
1617
- The resource ID of the sku for the rack being added.
1618
- """
1619
- return pulumi.get(self, "rack_sku_id")
1620
-
1621
- @rack_sku_id.setter
1622
- def rack_sku_id(self, value: pulumi.Input[str]):
1623
- pulumi.set(self, "rack_sku_id", value)
1624
-
1625
- @property
1626
- @pulumi.getter(name="availabilityZone")
1627
- def availability_zone(self) -> Optional[pulumi.Input[str]]:
1628
- """
1629
- The zone name used for this rack when created. Availability zones are used for workload placement.
1630
- """
1631
- return pulumi.get(self, "availability_zone")
1632
-
1633
- @availability_zone.setter
1634
- def availability_zone(self, value: Optional[pulumi.Input[str]]):
1635
- pulumi.set(self, "availability_zone", value)
1636
-
1637
- @property
1638
- @pulumi.getter(name="bareMetalMachineConfigurationData")
1639
- def bare_metal_machine_configuration_data(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]]:
1640
- """
1641
- The unordered list of bare metal machine configuration.
1642
- """
1643
- return pulumi.get(self, "bare_metal_machine_configuration_data")
1644
-
1645
- @bare_metal_machine_configuration_data.setter
1646
- def bare_metal_machine_configuration_data(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BareMetalMachineConfigurationDataArgs']]]]):
1647
- pulumi.set(self, "bare_metal_machine_configuration_data", value)
1648
-
1649
- @property
1650
- @pulumi.getter(name="rackLocation")
1651
- def rack_location(self) -> Optional[pulumi.Input[str]]:
1652
- """
1653
- The free-form description of the rack's location.
1654
- """
1655
- return pulumi.get(self, "rack_location")
1656
-
1657
- @rack_location.setter
1658
- def rack_location(self, value: Optional[pulumi.Input[str]]):
1659
- pulumi.set(self, "rack_location", value)
1660
-
1661
- @property
1662
- @pulumi.getter(name="storageApplianceConfigurationData")
1663
- def storage_appliance_configuration_data(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]]:
1664
- """
1665
- The list of storage appliance configuration data for this rack.
1666
- """
1667
- return pulumi.get(self, "storage_appliance_configuration_data")
1668
-
1669
- @storage_appliance_configuration_data.setter
1670
- def storage_appliance_configuration_data(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['StorageApplianceConfigurationDataArgs']]]]):
1671
- pulumi.set(self, "storage_appliance_configuration_data", value)
1672
-
1673
-
1674
- @pulumi.input_type
1675
- class ServiceLoadBalancerBgpPeerArgs:
1676
- def __init__(__self__, *,
1677
- name: pulumi.Input[str],
1678
- peer_address: pulumi.Input[str],
1679
- peer_asn: pulumi.Input[float],
1680
- bfd_enabled: Optional[pulumi.Input[Union[str, 'BfdEnabled']]] = None,
1681
- bgp_multi_hop: Optional[pulumi.Input[Union[str, 'BgpMultiHop']]] = None,
1682
- hold_time: Optional[pulumi.Input[str]] = None,
1683
- keep_alive_time: Optional[pulumi.Input[str]] = None,
1684
- my_asn: Optional[pulumi.Input[float]] = None,
1685
- password: Optional[pulumi.Input[str]] = None,
1686
- peer_port: Optional[pulumi.Input[float]] = None):
1687
- """
1688
- :param pulumi.Input[str] name: The name used to identify this BGP peer for association with a BGP advertisement.
1689
- :param pulumi.Input[str] peer_address: The IPv4 or IPv6 address used to connect this BGP session.
1690
- :param pulumi.Input[float] peer_asn: The autonomous system number expected from the remote end of the BGP session.
1691
- :param pulumi.Input[Union[str, 'BfdEnabled']] bfd_enabled: The indicator of BFD enablement for this BgpPeer.
1692
- :param pulumi.Input[Union[str, 'BgpMultiHop']] bgp_multi_hop: The indicator to enable multi-hop peering support.
1693
- :param pulumi.Input[str] hold_time: The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
1694
- :param pulumi.Input[str] keep_alive_time: The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
1695
- :param pulumi.Input[float] my_asn: The autonomous system number used for the local end of the BGP session.
1696
- :param pulumi.Input[str] password: The authentication password for routers enforcing TCP MD5 authenticated sessions.
1697
- :param pulumi.Input[float] peer_port: The port used to connect this BGP session.
1698
- """
1699
- pulumi.set(__self__, "name", name)
1700
- pulumi.set(__self__, "peer_address", peer_address)
1701
- pulumi.set(__self__, "peer_asn", peer_asn)
1702
- if bfd_enabled is None:
1703
- bfd_enabled = 'False'
1704
- if bfd_enabled is not None:
1705
- pulumi.set(__self__, "bfd_enabled", bfd_enabled)
1706
- if bgp_multi_hop is None:
1707
- bgp_multi_hop = 'False'
1708
- if bgp_multi_hop is not None:
1709
- pulumi.set(__self__, "bgp_multi_hop", bgp_multi_hop)
1710
- if hold_time is not None:
1711
- pulumi.set(__self__, "hold_time", hold_time)
1712
- if keep_alive_time is not None:
1713
- pulumi.set(__self__, "keep_alive_time", keep_alive_time)
1714
- if my_asn is not None:
1715
- pulumi.set(__self__, "my_asn", my_asn)
1716
- if password is not None:
1717
- pulumi.set(__self__, "password", password)
1718
- if peer_port is None:
1719
- peer_port = 179
1720
- if peer_port is not None:
1721
- pulumi.set(__self__, "peer_port", peer_port)
1722
-
1723
- @property
1724
- @pulumi.getter
1725
- def name(self) -> pulumi.Input[str]:
1726
- """
1727
- The name used to identify this BGP peer for association with a BGP advertisement.
1728
- """
1729
- return pulumi.get(self, "name")
1730
-
1731
- @name.setter
1732
- def name(self, value: pulumi.Input[str]):
1733
- pulumi.set(self, "name", value)
1734
-
1735
- @property
1736
- @pulumi.getter(name="peerAddress")
1737
- def peer_address(self) -> pulumi.Input[str]:
1738
- """
1739
- The IPv4 or IPv6 address used to connect this BGP session.
1740
- """
1741
- return pulumi.get(self, "peer_address")
1742
-
1743
- @peer_address.setter
1744
- def peer_address(self, value: pulumi.Input[str]):
1745
- pulumi.set(self, "peer_address", value)
1746
-
1747
- @property
1748
- @pulumi.getter(name="peerAsn")
1749
- def peer_asn(self) -> pulumi.Input[float]:
1750
- """
1751
- The autonomous system number expected from the remote end of the BGP session.
1752
- """
1753
- return pulumi.get(self, "peer_asn")
1754
-
1755
- @peer_asn.setter
1756
- def peer_asn(self, value: pulumi.Input[float]):
1757
- pulumi.set(self, "peer_asn", value)
1758
-
1759
- @property
1760
- @pulumi.getter(name="bfdEnabled")
1761
- def bfd_enabled(self) -> Optional[pulumi.Input[Union[str, 'BfdEnabled']]]:
1762
- """
1763
- The indicator of BFD enablement for this BgpPeer.
1764
- """
1765
- return pulumi.get(self, "bfd_enabled")
1766
-
1767
- @bfd_enabled.setter
1768
- def bfd_enabled(self, value: Optional[pulumi.Input[Union[str, 'BfdEnabled']]]):
1769
- pulumi.set(self, "bfd_enabled", value)
1770
-
1771
- @property
1772
- @pulumi.getter(name="bgpMultiHop")
1773
- def bgp_multi_hop(self) -> Optional[pulumi.Input[Union[str, 'BgpMultiHop']]]:
1774
- """
1775
- The indicator to enable multi-hop peering support.
1776
- """
1777
- return pulumi.get(self, "bgp_multi_hop")
1778
-
1779
- @bgp_multi_hop.setter
1780
- def bgp_multi_hop(self, value: Optional[pulumi.Input[Union[str, 'BgpMultiHop']]]):
1781
- pulumi.set(self, "bgp_multi_hop", value)
1782
-
1783
- @property
1784
- @pulumi.getter(name="holdTime")
1785
- def hold_time(self) -> Optional[pulumi.Input[str]]:
1786
- """
1787
- The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
1788
- """
1789
- return pulumi.get(self, "hold_time")
1790
-
1791
- @hold_time.setter
1792
- def hold_time(self, value: Optional[pulumi.Input[str]]):
1793
- pulumi.set(self, "hold_time", value)
1794
-
1795
- @property
1796
- @pulumi.getter(name="keepAliveTime")
1797
- def keep_alive_time(self) -> Optional[pulumi.Input[str]]:
1798
- """
1799
- The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
1800
- """
1801
- return pulumi.get(self, "keep_alive_time")
1802
-
1803
- @keep_alive_time.setter
1804
- def keep_alive_time(self, value: Optional[pulumi.Input[str]]):
1805
- pulumi.set(self, "keep_alive_time", value)
1806
-
1807
- @property
1808
- @pulumi.getter(name="myAsn")
1809
- def my_asn(self) -> Optional[pulumi.Input[float]]:
1810
- """
1811
- The autonomous system number used for the local end of the BGP session.
1812
- """
1813
- return pulumi.get(self, "my_asn")
1814
-
1815
- @my_asn.setter
1816
- def my_asn(self, value: Optional[pulumi.Input[float]]):
1817
- pulumi.set(self, "my_asn", value)
1818
-
1819
- @property
1820
- @pulumi.getter
1821
- def password(self) -> Optional[pulumi.Input[str]]:
1822
- """
1823
- The authentication password for routers enforcing TCP MD5 authenticated sessions.
1824
- """
1825
- return pulumi.get(self, "password")
1826
-
1827
- @password.setter
1828
- def password(self, value: Optional[pulumi.Input[str]]):
1829
- pulumi.set(self, "password", value)
1830
-
1831
- @property
1832
- @pulumi.getter(name="peerPort")
1833
- def peer_port(self) -> Optional[pulumi.Input[float]]:
1834
- """
1835
- The port used to connect this BGP session.
1836
- """
1837
- return pulumi.get(self, "peer_port")
1838
-
1839
- @peer_port.setter
1840
- def peer_port(self, value: Optional[pulumi.Input[float]]):
1841
- pulumi.set(self, "peer_port", value)
1842
-
1843
-
1844
- @pulumi.input_type
1845
- class ServicePrincipalInformationArgs:
1846
- def __init__(__self__, *,
1847
- application_id: pulumi.Input[str],
1848
- password: pulumi.Input[str],
1849
- principal_id: pulumi.Input[str],
1850
- tenant_id: pulumi.Input[str]):
1851
- """
1852
- :param pulumi.Input[str] application_id: The application ID, also known as client ID, of the service principal.
1853
- :param pulumi.Input[str] password: The password of the service principal.
1854
- :param pulumi.Input[str] principal_id: The principal ID, also known as the object ID, of the service principal.
1855
- :param pulumi.Input[str] tenant_id: The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
1856
- """
1857
- pulumi.set(__self__, "application_id", application_id)
1858
- pulumi.set(__self__, "password", password)
1859
- pulumi.set(__self__, "principal_id", principal_id)
1860
- pulumi.set(__self__, "tenant_id", tenant_id)
1861
-
1862
- @property
1863
- @pulumi.getter(name="applicationId")
1864
- def application_id(self) -> pulumi.Input[str]:
1865
- """
1866
- The application ID, also known as client ID, of the service principal.
1867
- """
1868
- return pulumi.get(self, "application_id")
1869
-
1870
- @application_id.setter
1871
- def application_id(self, value: pulumi.Input[str]):
1872
- pulumi.set(self, "application_id", value)
1873
-
1874
- @property
1875
- @pulumi.getter
1876
- def password(self) -> pulumi.Input[str]:
1877
- """
1878
- The password of the service principal.
1879
- """
1880
- return pulumi.get(self, "password")
1881
-
1882
- @password.setter
1883
- def password(self, value: pulumi.Input[str]):
1884
- pulumi.set(self, "password", value)
1885
-
1886
- @property
1887
- @pulumi.getter(name="principalId")
1888
- def principal_id(self) -> pulumi.Input[str]:
1889
- """
1890
- The principal ID, also known as the object ID, of the service principal.
1891
- """
1892
- return pulumi.get(self, "principal_id")
1893
-
1894
- @principal_id.setter
1895
- def principal_id(self, value: pulumi.Input[str]):
1896
- pulumi.set(self, "principal_id", value)
1897
-
1898
- @property
1899
- @pulumi.getter(name="tenantId")
1900
- def tenant_id(self) -> pulumi.Input[str]:
1901
- """
1902
- The tenant ID, also known as the directory ID, of the tenant in which the service principal is created.
1903
- """
1904
- return pulumi.get(self, "tenant_id")
1905
-
1906
- @tenant_id.setter
1907
- def tenant_id(self, value: pulumi.Input[str]):
1908
- pulumi.set(self, "tenant_id", value)
1909
-
1910
-
1911
- @pulumi.input_type
1912
- class SshPublicKeyArgs:
1913
- def __init__(__self__, *,
1914
- key_data: pulumi.Input[str]):
1915
- """
1916
- :param pulumi.Input[str] key_data: The SSH public key data.
1917
- """
1918
- pulumi.set(__self__, "key_data", key_data)
1919
-
1920
- @property
1921
- @pulumi.getter(name="keyData")
1922
- def key_data(self) -> pulumi.Input[str]:
1923
- """
1924
- The SSH public key data.
1925
- """
1926
- return pulumi.get(self, "key_data")
1927
-
1928
- @key_data.setter
1929
- def key_data(self, value: pulumi.Input[str]):
1930
- pulumi.set(self, "key_data", value)
1931
-
1932
-
1933
- @pulumi.input_type
1934
- class StorageApplianceConfigurationDataArgs:
1935
- def __init__(__self__, *,
1936
- admin_credentials: pulumi.Input['AdministrativeCredentialsArgs'],
1937
- rack_slot: pulumi.Input[float],
1938
- serial_number: pulumi.Input[str],
1939
- storage_appliance_name: Optional[pulumi.Input[str]] = None):
1940
- """
1941
- :param pulumi.Input['AdministrativeCredentialsArgs'] admin_credentials: The credentials of the administrative interface on this storage appliance.
1942
- :param pulumi.Input[float] rack_slot: The slot that storage appliance is in the rack based on the BOM configuration.
1943
- :param pulumi.Input[str] serial_number: The serial number of the appliance.
1944
- :param pulumi.Input[str] storage_appliance_name: The user-provided name for the storage appliance that will be created from this specification.
1945
- """
1946
- pulumi.set(__self__, "admin_credentials", admin_credentials)
1947
- pulumi.set(__self__, "rack_slot", rack_slot)
1948
- pulumi.set(__self__, "serial_number", serial_number)
1949
- if storage_appliance_name is not None:
1950
- pulumi.set(__self__, "storage_appliance_name", storage_appliance_name)
1951
-
1952
- @property
1953
- @pulumi.getter(name="adminCredentials")
1954
- def admin_credentials(self) -> pulumi.Input['AdministrativeCredentialsArgs']:
1955
- """
1956
- The credentials of the administrative interface on this storage appliance.
1957
- """
1958
- return pulumi.get(self, "admin_credentials")
1959
-
1960
- @admin_credentials.setter
1961
- def admin_credentials(self, value: pulumi.Input['AdministrativeCredentialsArgs']):
1962
- pulumi.set(self, "admin_credentials", value)
1963
-
1964
- @property
1965
- @pulumi.getter(name="rackSlot")
1966
- def rack_slot(self) -> pulumi.Input[float]:
1967
- """
1968
- The slot that storage appliance is in the rack based on the BOM configuration.
1969
- """
1970
- return pulumi.get(self, "rack_slot")
1971
-
1972
- @rack_slot.setter
1973
- def rack_slot(self, value: pulumi.Input[float]):
1974
- pulumi.set(self, "rack_slot", value)
1975
-
1976
- @property
1977
- @pulumi.getter(name="serialNumber")
1978
- def serial_number(self) -> pulumi.Input[str]:
1979
- """
1980
- The serial number of the appliance.
1981
- """
1982
- return pulumi.get(self, "serial_number")
1983
-
1984
- @serial_number.setter
1985
- def serial_number(self, value: pulumi.Input[str]):
1986
- pulumi.set(self, "serial_number", value)
1987
-
1988
- @property
1989
- @pulumi.getter(name="storageApplianceName")
1990
- def storage_appliance_name(self) -> Optional[pulumi.Input[str]]:
1991
- """
1992
- The user-provided name for the storage appliance that will be created from this specification.
1993
- """
1994
- return pulumi.get(self, "storage_appliance_name")
1995
-
1996
- @storage_appliance_name.setter
1997
- def storage_appliance_name(self, value: Optional[pulumi.Input[str]]):
1998
- pulumi.set(self, "storage_appliance_name", value)
1999
-
2000
-
2001
- @pulumi.input_type
2002
- class StorageProfileArgs:
2003
- def __init__(__self__, *,
2004
- os_disk: pulumi.Input['OsDiskArgs'],
2005
- volume_attachments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2006
- """
2007
- :param pulumi.Input['OsDiskArgs'] os_disk: The disk to use with this virtual machine.
2008
- :param pulumi.Input[Sequence[pulumi.Input[str]]] volume_attachments: The resource IDs of volumes that are requested to be attached to the virtual machine.
2009
- """
2010
- pulumi.set(__self__, "os_disk", os_disk)
2011
- if volume_attachments is not None:
2012
- pulumi.set(__self__, "volume_attachments", volume_attachments)
2013
-
2014
- @property
2015
- @pulumi.getter(name="osDisk")
2016
- def os_disk(self) -> pulumi.Input['OsDiskArgs']:
2017
- """
2018
- The disk to use with this virtual machine.
2019
- """
2020
- return pulumi.get(self, "os_disk")
2021
-
2022
- @os_disk.setter
2023
- def os_disk(self, value: pulumi.Input['OsDiskArgs']):
2024
- pulumi.set(self, "os_disk", value)
2025
-
2026
- @property
2027
- @pulumi.getter(name="volumeAttachments")
2028
- def volume_attachments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2029
- """
2030
- The resource IDs of volumes that are requested to be attached to the virtual machine.
2031
- """
2032
- return pulumi.get(self, "volume_attachments")
2033
-
2034
- @volume_attachments.setter
2035
- def volume_attachments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2036
- pulumi.set(self, "volume_attachments", value)
2037
-
2038
-
2039
- @pulumi.input_type
2040
- class TrunkedNetworkAttachmentConfigurationArgs:
2041
- def __init__(__self__, *,
2042
- network_id: pulumi.Input[str],
2043
- plugin_type: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]] = None):
2044
- """
2045
- :param pulumi.Input[str] network_id: The resource ID of the network that is being configured for attachment.
2046
- :param pulumi.Input[Union[str, 'KubernetesPluginType']] plugin_type: The indicator of how this network will be utilized by the Kubernetes cluster.
2047
- """
2048
- pulumi.set(__self__, "network_id", network_id)
2049
- if plugin_type is None:
2050
- plugin_type = 'SRIOV'
2051
- if plugin_type is not None:
2052
- pulumi.set(__self__, "plugin_type", plugin_type)
2053
-
2054
- @property
2055
- @pulumi.getter(name="networkId")
2056
- def network_id(self) -> pulumi.Input[str]:
2057
- """
2058
- The resource ID of the network that is being configured for attachment.
2059
- """
2060
- return pulumi.get(self, "network_id")
2061
-
2062
- @network_id.setter
2063
- def network_id(self, value: pulumi.Input[str]):
2064
- pulumi.set(self, "network_id", value)
2065
-
2066
- @property
2067
- @pulumi.getter(name="pluginType")
2068
- def plugin_type(self) -> Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]:
2069
- """
2070
- The indicator of how this network will be utilized by the Kubernetes cluster.
2071
- """
2072
- return pulumi.get(self, "plugin_type")
2073
-
2074
- @plugin_type.setter
2075
- def plugin_type(self, value: Optional[pulumi.Input[Union[str, 'KubernetesPluginType']]]):
2076
- pulumi.set(self, "plugin_type", value)
2077
-
2078
-
2079
- @pulumi.input_type
2080
- class ValidationThresholdArgs:
2081
- def __init__(__self__, *,
2082
- grouping: pulumi.Input[Union[str, 'ValidationThresholdGrouping']],
2083
- type: pulumi.Input[Union[str, 'ValidationThresholdType']],
2084
- value: pulumi.Input[float]):
2085
- """
2086
- :param pulumi.Input[Union[str, 'ValidationThresholdGrouping']] grouping: Selection of how the type evaluation is applied to the cluster calculation.
2087
- :param pulumi.Input[Union[str, 'ValidationThresholdType']] type: Selection of how the threshold should be evaluated.
2088
- :param pulumi.Input[float] value: The numeric threshold value.
2089
- """
2090
- pulumi.set(__self__, "grouping", grouping)
2091
- pulumi.set(__self__, "type", type)
2092
- pulumi.set(__self__, "value", value)
2093
-
2094
- @property
2095
- @pulumi.getter
2096
- def grouping(self) -> pulumi.Input[Union[str, 'ValidationThresholdGrouping']]:
2097
- """
2098
- Selection of how the type evaluation is applied to the cluster calculation.
2099
- """
2100
- return pulumi.get(self, "grouping")
2101
-
2102
- @grouping.setter
2103
- def grouping(self, value: pulumi.Input[Union[str, 'ValidationThresholdGrouping']]):
2104
- pulumi.set(self, "grouping", value)
2105
-
2106
- @property
2107
- @pulumi.getter
2108
- def type(self) -> pulumi.Input[Union[str, 'ValidationThresholdType']]:
2109
- """
2110
- Selection of how the threshold should be evaluated.
2111
- """
2112
- return pulumi.get(self, "type")
2113
-
2114
- @type.setter
2115
- def type(self, value: pulumi.Input[Union[str, 'ValidationThresholdType']]):
2116
- pulumi.set(self, "type", value)
2117
-
2118
- @property
2119
- @pulumi.getter
2120
- def value(self) -> pulumi.Input[float]:
2121
- """
2122
- The numeric threshold value.
2123
- """
2124
- return pulumi.get(self, "value")
2125
-
2126
- @value.setter
2127
- def value(self, value: pulumi.Input[float]):
2128
- pulumi.set(self, "value", value)
2129
-
2130
-
2131
- @pulumi.input_type
2132
- class VirtualMachinePlacementHintArgs:
2133
- def __init__(__self__, *,
2134
- hint_type: pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']],
2135
- resource_id: pulumi.Input[str],
2136
- scheduling_execution: pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']],
2137
- scope: pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]):
2138
- """
2139
- :param pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']] hint_type: The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
2140
- :param pulumi.Input[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.
2141
- :param pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']] scheduling_execution: The indicator of whether the hint is a hard or soft requirement during scheduling.
2142
- :param pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']] scope: The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
2143
- """
2144
- pulumi.set(__self__, "hint_type", hint_type)
2145
- pulumi.set(__self__, "resource_id", resource_id)
2146
- pulumi.set(__self__, "scheduling_execution", scheduling_execution)
2147
- pulumi.set(__self__, "scope", scope)
2148
-
2149
- @property
2150
- @pulumi.getter(name="hintType")
2151
- def hint_type(self) -> pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']]:
2152
- """
2153
- The specification of whether this hint supports affinity or anti-affinity with the referenced resources.
2154
- """
2155
- return pulumi.get(self, "hint_type")
2156
-
2157
- @hint_type.setter
2158
- def hint_type(self, value: pulumi.Input[Union[str, 'VirtualMachinePlacementHintType']]):
2159
- pulumi.set(self, "hint_type", value)
2160
-
2161
- @property
2162
- @pulumi.getter(name="resourceId")
2163
- def resource_id(self) -> pulumi.Input[str]:
2164
- """
2165
- 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.
2166
- """
2167
- return pulumi.get(self, "resource_id")
2168
-
2169
- @resource_id.setter
2170
- def resource_id(self, value: pulumi.Input[str]):
2171
- pulumi.set(self, "resource_id", value)
2172
-
2173
- @property
2174
- @pulumi.getter(name="schedulingExecution")
2175
- def scheduling_execution(self) -> pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']]:
2176
- """
2177
- The indicator of whether the hint is a hard or soft requirement during scheduling.
2178
- """
2179
- return pulumi.get(self, "scheduling_execution")
2180
-
2181
- @scheduling_execution.setter
2182
- def scheduling_execution(self, value: pulumi.Input[Union[str, 'VirtualMachineSchedulingExecution']]):
2183
- pulumi.set(self, "scheduling_execution", value)
2184
-
2185
- @property
2186
- @pulumi.getter
2187
- def scope(self) -> pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]:
2188
- """
2189
- The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity.
2190
- """
2191
- return pulumi.get(self, "scope")
2192
-
2193
- @scope.setter
2194
- def scope(self, value: pulumi.Input[Union[str, 'VirtualMachinePlacementHintPodAffinityScope']]):
2195
- pulumi.set(self, "scope", value)
2196
-
2197
-