pulumi-azure-native 2.34.1a1712062553__py3-none-any.whl → 2.35.1a1712567702__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 (341) hide show
  1. pulumi_azure_native/__init__.py +73 -0
  2. pulumi_azure_native/azurearcdata/__init__.py +7 -0
  3. pulumi_azure_native/azurearcdata/_enums.py +12 -0
  4. pulumi_azure_native/azurearcdata/_inputs.py +399 -0
  5. pulumi_azure_native/azurearcdata/active_directory_connector.py +5 -1
  6. pulumi_azure_native/azurearcdata/data_controller.py +5 -1
  7. pulumi_azure_native/azurearcdata/failover_group.py +5 -1
  8. pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -0
  9. pulumi_azure_native/azurearcdata/get_data_controller.py +4 -0
  10. pulumi_azure_native/azurearcdata/get_failover_group.py +4 -0
  11. pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -0
  12. pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -0
  13. pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +164 -0
  14. pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +164 -0
  15. pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -0
  16. pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -0
  17. pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +138 -0
  18. pulumi_azure_native/azurearcdata/outputs.py +1047 -0
  19. pulumi_azure_native/azurearcdata/postgres_instance.py +5 -1
  20. pulumi_azure_native/azurearcdata/sql_managed_instance.py +5 -1
  21. pulumi_azure_native/azurearcdata/sql_server_availability_group.py +276 -0
  22. pulumi_azure_native/azurearcdata/sql_server_database.py +5 -1
  23. pulumi_azure_native/azurearcdata/sql_server_instance.py +5 -1
  24. pulumi_azure_native/azurearcdata/v20230115preview/active_directory_connector.py +1 -1
  25. pulumi_azure_native/azurearcdata/v20230115preview/data_controller.py +1 -1
  26. pulumi_azure_native/azurearcdata/v20230115preview/failover_group.py +1 -1
  27. pulumi_azure_native/azurearcdata/v20230115preview/postgres_instance.py +1 -1
  28. pulumi_azure_native/azurearcdata/v20230115preview/sql_managed_instance.py +1 -1
  29. pulumi_azure_native/azurearcdata/v20230115preview/sql_server_database.py +1 -1
  30. pulumi_azure_native/azurearcdata/v20230115preview/sql_server_instance.py +1 -1
  31. pulumi_azure_native/azurearcdata/v20240101/__init__.py +28 -0
  32. pulumi_azure_native/azurearcdata/v20240101/_enums.py +188 -0
  33. pulumi_azure_native/azurearcdata/v20240101/_inputs.py +3132 -0
  34. pulumi_azure_native/azurearcdata/v20240101/active_directory_connector.py +217 -0
  35. pulumi_azure_native/azurearcdata/v20240101/data_controller.py +283 -0
  36. pulumi_azure_native/azurearcdata/v20240101/failover_group.py +217 -0
  37. pulumi_azure_native/azurearcdata/v20240101/get_active_directory_connector.py +136 -0
  38. pulumi_azure_native/azurearcdata/v20240101/get_data_controller.py +170 -0
  39. pulumi_azure_native/azurearcdata/v20240101/get_failover_group.py +136 -0
  40. pulumi_azure_native/azurearcdata/v20240101/get_postgres_instance.py +183 -0
  41. pulumi_azure_native/azurearcdata/v20240101/get_sql_managed_instance.py +183 -0
  42. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group.py +162 -0
  43. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group_detail_view.py +162 -0
  44. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_database.py +162 -0
  45. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance.py +157 -0
  46. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance_telemetry.py +136 -0
  47. pulumi_azure_native/azurearcdata/v20240101/outputs.py +4225 -0
  48. pulumi_azure_native/azurearcdata/v20240101/postgres_instance.py +312 -0
  49. pulumi_azure_native/azurearcdata/v20240101/sql_managed_instance.py +312 -0
  50. pulumi_azure_native/azurearcdata/v20240101/sql_server_availability_group.py +274 -0
  51. pulumi_azure_native/azurearcdata/v20240101/sql_server_database.py +275 -0
  52. pulumi_azure_native/azurearcdata/v20240101/sql_server_instance.py +253 -0
  53. pulumi_azure_native/azuresphere/v20240401/list_catalog_deployments.py +1 -1
  54. pulumi_azure_native/azuresphere/v20240401/list_catalog_device_groups.py +1 -1
  55. pulumi_azure_native/azuresphere/v20240401/list_catalog_device_insights.py +1 -1
  56. pulumi_azure_native/azuresphere/v20240401/list_catalog_devices.py +1 -1
  57. pulumi_azure_native/eventhub/v20230101preview/outputs.py +14 -1
  58. pulumi_azure_native/insights/__init__.py +3 -0
  59. pulumi_azure_native/insights/data_collection_endpoint.py +5 -1
  60. pulumi_azure_native/insights/data_collection_rule.py +5 -1
  61. pulumi_azure_native/insights/data_collection_rule_association.py +5 -1
  62. pulumi_azure_native/insights/get_data_collection_endpoint.py +4 -0
  63. pulumi_azure_native/insights/get_data_collection_rule.py +4 -0
  64. pulumi_azure_native/insights/get_data_collection_rule_association.py +4 -0
  65. pulumi_azure_native/insights/v20220601/data_collection_endpoint.py +1 -1
  66. pulumi_azure_native/insights/v20220601/data_collection_rule.py +1 -1
  67. pulumi_azure_native/insights/v20220601/data_collection_rule_association.py +1 -1
  68. pulumi_azure_native/insights/v20230311/__init__.py +16 -0
  69. pulumi_azure_native/insights/v20230311/_enums.py +196 -0
  70. pulumi_azure_native/insights/v20230311/_inputs.py +2122 -0
  71. pulumi_azure_native/insights/v20230311/data_collection_endpoint.py +449 -0
  72. pulumi_azure_native/insights/v20230311/data_collection_rule.py +568 -0
  73. pulumi_azure_native/insights/v20230311/data_collection_rule_association.py +281 -0
  74. pulumi_azure_native/insights/v20230311/get_data_collection_endpoint.py +313 -0
  75. pulumi_azure_native/insights/v20230311/get_data_collection_rule.py +340 -0
  76. pulumi_azure_native/insights/v20230311/get_data_collection_rule_association.py +196 -0
  77. pulumi_azure_native/insights/v20230311/outputs.py +3280 -0
  78. pulumi_azure_native/loadtestservice/_enums.py +7 -1
  79. pulumi_azure_native/loadtestservice/_inputs.py +5 -5
  80. pulumi_azure_native/loadtestservice/get_load_test.py +7 -7
  81. pulumi_azure_native/loadtestservice/load_test.py +9 -9
  82. pulumi_azure_native/loadtestservice/outputs.py +49 -49
  83. pulumi_azure_native/loadtestservice/v20221201/_enums.py +7 -1
  84. pulumi_azure_native/loadtestservice/v20221201/_inputs.py +5 -5
  85. pulumi_azure_native/loadtestservice/v20221201/get_load_test.py +7 -7
  86. pulumi_azure_native/loadtestservice/v20221201/load_test.py +9 -9
  87. pulumi_azure_native/loadtestservice/v20221201/outputs.py +49 -49
  88. pulumi_azure_native/netapp/__init__.py +3 -0
  89. pulumi_azure_native/netapp/account.py +3 -3
  90. pulumi_azure_native/netapp/backup.py +2 -2
  91. pulumi_azure_native/netapp/backup_policy.py +3 -3
  92. pulumi_azure_native/netapp/backup_vault.py +3 -3
  93. pulumi_azure_native/netapp/get_account.py +2 -2
  94. pulumi_azure_native/netapp/get_backup.py +2 -2
  95. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  96. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  97. pulumi_azure_native/netapp/get_pool.py +2 -2
  98. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  99. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  100. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  101. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  102. pulumi_azure_native/netapp/get_volume.py +2 -2
  103. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  104. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  105. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  106. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  107. pulumi_azure_native/netapp/pool.py +3 -3
  108. pulumi_azure_native/netapp/snapshot.py +3 -3
  109. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  110. pulumi_azure_native/netapp/subvolume.py +3 -3
  111. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  112. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  113. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  114. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  115. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  116. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  117. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  118. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  119. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  120. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  121. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  122. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  123. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  124. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  125. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  126. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  127. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  128. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  129. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  130. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  131. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  132. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  133. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  134. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  135. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  136. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  137. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  138. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  139. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  140. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  141. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  142. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  143. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  144. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  145. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  146. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  147. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  148. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  149. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  150. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  151. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  152. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  153. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  154. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  155. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  156. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  157. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  158. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  159. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  160. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  161. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  162. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  163. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  164. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  165. pulumi_azure_native/netapp/v20230701preview/__init__.py +35 -0
  166. pulumi_azure_native/netapp/v20230701preview/_enums.py +267 -0
  167. pulumi_azure_native/netapp/v20230701preview/_inputs.py +2339 -0
  168. pulumi_azure_native/netapp/v20230701preview/account.py +380 -0
  169. pulumi_azure_native/netapp/v20230701preview/backup.py +397 -0
  170. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +409 -0
  171. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +253 -0
  172. pulumi_azure_native/netapp/v20230701preview/get_account.py +248 -0
  173. pulumi_azure_native/netapp/v20230701preview/get_backup.py +271 -0
  174. pulumi_azure_native/netapp/v20230701preview/get_backup_policy.py +266 -0
  175. pulumi_azure_native/netapp/v20230701preview/get_backup_vault.py +162 -0
  176. pulumi_azure_native/netapp/v20230701preview/get_pool.py +279 -0
  177. pulumi_azure_native/netapp/v20230701preview/get_snapshot.py +185 -0
  178. pulumi_azure_native/netapp/v20230701preview/get_snapshot_policy.py +240 -0
  179. pulumi_azure_native/netapp/v20230701preview/get_subvolume.py +185 -0
  180. pulumi_azure_native/netapp/v20230701preview/get_subvolume_metadata.py +249 -0
  181. pulumi_azure_native/netapp/v20230701preview/get_volume.py +895 -0
  182. pulumi_azure_native/netapp/v20230701preview/get_volume_group.py +162 -0
  183. pulumi_azure_native/netapp/v20230701preview/get_volume_group_id_for_ldap_user.py +93 -0
  184. pulumi_azure_native/netapp/v20230701preview/get_volume_quota_rule.py +211 -0
  185. pulumi_azure_native/netapp/v20230701preview/list_volume_replications.py +89 -0
  186. pulumi_azure_native/netapp/v20230701preview/outputs.py +3111 -0
  187. pulumi_azure_native/netapp/v20230701preview/pool.py +457 -0
  188. pulumi_azure_native/netapp/v20230701preview/snapshot.py +286 -0
  189. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +409 -0
  190. pulumi_azure_native/netapp/v20230701preview/subvolume.py +324 -0
  191. pulumi_azure_native/netapp/v20230701preview/volume.py +1644 -0
  192. pulumi_azure_native/netapp/v20230701preview/volume_group.py +274 -0
  193. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +383 -0
  194. pulumi_azure_native/netapp/volume.py +3 -3
  195. pulumi_azure_native/netapp/volume_group.py +3 -3
  196. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  197. pulumi_azure_native/quota/_enums.py +1 -1
  198. pulumi_azure_native/quota/_inputs.py +10 -10
  199. pulumi_azure_native/quota/get_group_quota.py +7 -7
  200. pulumi_azure_native/quota/get_group_quota_subscription.py +8 -8
  201. pulumi_azure_native/quota/group_quota.py +15 -15
  202. pulumi_azure_native/quota/group_quota_subscription.py +17 -17
  203. pulumi_azure_native/quota/outputs.py +12 -12
  204. pulumi_azure_native/quota/v20230601preview/_enums.py +1 -1
  205. pulumi_azure_native/quota/v20230601preview/_inputs.py +10 -10
  206. pulumi_azure_native/quota/v20230601preview/get_group_quota.py +7 -7
  207. pulumi_azure_native/quota/v20230601preview/get_group_quota_subscription.py +8 -8
  208. pulumi_azure_native/quota/v20230601preview/group_quota.py +15 -15
  209. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +17 -17
  210. pulumi_azure_native/quota/v20230601preview/outputs.py +12 -12
  211. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  212. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  213. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  214. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  215. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  216. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  217. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  218. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  219. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  220. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  221. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  222. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  223. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  224. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  225. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  226. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  227. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  228. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  229. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  230. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  231. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  232. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  233. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  234. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  235. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  236. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  237. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  238. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  239. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  240. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  241. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  242. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  243. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  244. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  245. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  246. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  247. pulumi_azure_native/recoveryservices/v20240201/__init__.py +12 -0
  248. pulumi_azure_native/recoveryservices/v20240201/_enums.py +368 -0
  249. pulumi_azure_native/recoveryservices/v20240201/_inputs.py +11655 -197
  250. pulumi_azure_native/recoveryservices/v20240201/get_private_endpoint_connection.py +162 -0
  251. pulumi_azure_native/recoveryservices/v20240201/get_protected_item.py +179 -0
  252. pulumi_azure_native/recoveryservices/v20240201/get_protection_container.py +167 -0
  253. pulumi_azure_native/recoveryservices/v20240201/get_protection_intent.py +169 -0
  254. pulumi_azure_native/recoveryservices/v20240201/get_protection_policy.py +164 -0
  255. pulumi_azure_native/recoveryservices/v20240201/get_resource_guard_proxy.py +157 -0
  256. pulumi_azure_native/recoveryservices/v20240201/outputs.py +13072 -317
  257. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +293 -0
  258. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +335 -0
  259. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +314 -0
  260. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +314 -0
  261. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +293 -0
  262. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +285 -0
  263. pulumi_azure_native/resources/__init__.py +3 -0
  264. pulumi_azure_native/resources/deployment.py +3 -3
  265. pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
  266. pulumi_azure_native/resources/deployment_at_scope.py +3 -3
  267. pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
  268. pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
  269. pulumi_azure_native/resources/get_deployment.py +2 -2
  270. pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
  271. pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
  272. pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
  273. pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
  274. pulumi_azure_native/resources/get_resource.py +2 -2
  275. pulumi_azure_native/resources/get_resource_group.py +2 -2
  276. pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
  277. pulumi_azure_native/resources/resource.py +3 -3
  278. pulumi_azure_native/resources/resource_group.py +3 -3
  279. pulumi_azure_native/resources/tag_at_scope.py +3 -3
  280. pulumi_azure_native/resources/v20220901/deployment.py +1 -1
  281. pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
  282. pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
  283. pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
  284. pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
  285. pulumi_azure_native/resources/v20220901/resource.py +1 -1
  286. pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
  287. pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
  288. pulumi_azure_native/resources/v20230701/deployment.py +1 -1
  289. pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
  290. pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
  291. pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
  292. pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
  293. pulumi_azure_native/resources/v20230701/resource.py +1 -1
  294. pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
  295. pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
  296. pulumi_azure_native/resources/v20240301/__init__.py +26 -0
  297. pulumi_azure_native/resources/v20240301/_enums.py +55 -0
  298. pulumi_azure_native/resources/v20240301/_inputs.py +788 -0
  299. pulumi_azure_native/resources/v20240301/deployment.py +244 -0
  300. pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +244 -0
  301. pulumi_azure_native/resources/v20240301/deployment_at_scope.py +244 -0
  302. pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +223 -0
  303. pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +223 -0
  304. pulumi_azure_native/resources/v20240301/get_deployment.py +144 -0
  305. pulumi_azure_native/resources/v20240301/get_deployment_at_management_group_scope.py +144 -0
  306. pulumi_azure_native/resources/v20240301/get_deployment_at_scope.py +144 -0
  307. pulumi_azure_native/resources/v20240301/get_deployment_at_subscription_scope.py +139 -0
  308. pulumi_azure_native/resources/v20240301/get_deployment_at_tenant_scope.py +139 -0
  309. pulumi_azure_native/resources/v20240301/get_resource.py +237 -0
  310. pulumi_azure_native/resources/v20240301/get_resource_group.py +152 -0
  311. pulumi_azure_native/resources/v20240301/get_tag_at_scope.py +113 -0
  312. pulumi_azure_native/resources/v20240301/outputs.py +1842 -0
  313. pulumi_azure_native/resources/v20240301/resource.py +480 -0
  314. pulumi_azure_native/resources/v20240301/resource_group.py +230 -0
  315. pulumi_azure_native/resources/v20240301/tag_at_scope.py +165 -0
  316. pulumi_azure_native/security/__init__.py +3 -0
  317. pulumi_azure_native/security/dev_ops_configuration.py +5 -1
  318. pulumi_azure_native/security/get_dev_ops_configuration.py +4 -0
  319. pulumi_azure_native/security/list_azure_dev_ops_org_available.py +4 -0
  320. pulumi_azure_native/security/list_git_hub_owner_available.py +4 -0
  321. pulumi_azure_native/security/list_git_lab_group_available.py +4 -0
  322. pulumi_azure_native/security/list_git_lab_subgroup.py +4 -0
  323. pulumi_azure_native/security/v20230901preview/dev_ops_configuration.py +1 -1
  324. pulumi_azure_native/security/v20240401/__init__.py +16 -0
  325. pulumi_azure_native/security/v20240401/_enums.py +40 -0
  326. pulumi_azure_native/security/v20240401/_inputs.py +135 -0
  327. pulumi_azure_native/security/v20240401/dev_ops_configuration.py +196 -0
  328. pulumi_azure_native/security/v20240401/get_dev_ops_configuration.py +131 -0
  329. pulumi_azure_native/security/v20240401/list_azure_dev_ops_org_available.py +92 -0
  330. pulumi_azure_native/security/v20240401/list_git_hub_owner_available.py +92 -0
  331. pulumi_azure_native/security/v20240401/list_git_lab_group_available.py +92 -0
  332. pulumi_azure_native/security/v20240401/list_git_lab_subgroup.py +97 -0
  333. pulumi_azure_native/security/v20240401/outputs.py +1018 -0
  334. pulumi_azure_native/standbypool/_inputs.py +2 -2
  335. pulumi_azure_native/standbypool/outputs.py +2 -2
  336. pulumi_azure_native/standbypool/v20231201preview/_inputs.py +2 -2
  337. pulumi_azure_native/standbypool/v20231201preview/outputs.py +2 -2
  338. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/METADATA +1 -1
  339. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/RECORD +341 -234
  340. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/WHEEL +0 -0
  341. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3132 @@
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
+ 'ActiveDirectoryConnectorDNSDetailsArgs',
15
+ 'ActiveDirectoryConnectorDomainDetailsArgs',
16
+ 'ActiveDirectoryConnectorPropertiesArgs',
17
+ 'ActiveDirectoryConnectorSpecArgs',
18
+ 'ActiveDirectoryConnectorStatusArgs',
19
+ 'ActiveDirectoryDomainControllersArgs',
20
+ 'ActiveDirectoryDomainControllerArgs',
21
+ 'ActiveDirectoryInformationArgs',
22
+ 'AvailabilityGroupConfigureArgs',
23
+ 'AvailabilityGroupInfoArgs',
24
+ 'BackupPolicyArgs',
25
+ 'BasicLoginInformationArgs',
26
+ 'DataControllerPropertiesArgs',
27
+ 'ExtendedLocationArgs',
28
+ 'FailoverGroupPropertiesArgs',
29
+ 'FailoverGroupSpecArgs',
30
+ 'K8sActiveDirectoryConnectorArgs',
31
+ 'K8sActiveDirectoryArgs',
32
+ 'K8sNetworkSettingsArgs',
33
+ 'K8sResourceRequirementsArgs',
34
+ 'K8sSchedulingOptionsArgs',
35
+ 'K8sSchedulingArgs',
36
+ 'K8sSecurityArgs',
37
+ 'K8sSettingsArgs',
38
+ 'K8stransparentDataEncryptionArgs',
39
+ 'KeytabInformationArgs',
40
+ 'LogAnalyticsWorkspaceConfigArgs',
41
+ 'MonitoringArgs',
42
+ 'OnPremisePropertyArgs',
43
+ 'PostgresInstancePropertiesArgs',
44
+ 'PostgresInstanceSkuArgs',
45
+ 'SqlAvailabilityGroupDatabaseReplicaResourcePropertiesArgs',
46
+ 'SqlAvailabilityGroupReplicaResourcePropertiesArgs',
47
+ 'SqlManagedInstanceK8sRawArgs',
48
+ 'SqlManagedInstanceK8sSpecArgs',
49
+ 'SqlManagedInstancePropertiesArgs',
50
+ 'SqlManagedInstanceSkuArgs',
51
+ 'SqlServerAvailabilityGroupResourcePropertiesDatabasesArgs',
52
+ 'SqlServerAvailabilityGroupResourcePropertiesReplicasArgs',
53
+ 'SqlServerAvailabilityGroupResourcePropertiesArgs',
54
+ 'SqlServerDatabaseResourcePropertiesBackupInformationArgs',
55
+ 'SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs',
56
+ 'SqlServerDatabaseResourcePropertiesArgs',
57
+ 'SqlServerInstancePropertiesArgs',
58
+ 'UploadServicePrincipalArgs',
59
+ 'UploadWatermarkArgs',
60
+ ]
61
+
62
+ @pulumi.input_type
63
+ class ActiveDirectoryConnectorDNSDetailsArgs:
64
+ def __init__(__self__, *,
65
+ nameserver_ip_addresses: pulumi.Input[Sequence[pulumi.Input[str]]],
66
+ domain_name: Optional[pulumi.Input[str]] = None,
67
+ prefer_k8s_dns_for_ptr_lookups: Optional[pulumi.Input[bool]] = None,
68
+ replicas: Optional[pulumi.Input[float]] = None):
69
+ """
70
+ DNS server details
71
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] nameserver_ip_addresses: List of Active Directory DNS server IP addresses.
72
+ :param pulumi.Input[str] domain_name: DNS domain name for which DNS lookups should be forwarded to the Active Directory DNS servers.
73
+ :param pulumi.Input[bool] prefer_k8s_dns_for_ptr_lookups: Flag indicating whether to prefer Kubernetes DNS server response over AD DNS server response for IP address lookups.
74
+ :param pulumi.Input[float] replicas: Replica count for DNS proxy service. Default value is 1.
75
+ """
76
+ pulumi.set(__self__, "nameserver_ip_addresses", nameserver_ip_addresses)
77
+ if domain_name is not None:
78
+ pulumi.set(__self__, "domain_name", domain_name)
79
+ if prefer_k8s_dns_for_ptr_lookups is None:
80
+ prefer_k8s_dns_for_ptr_lookups = True
81
+ if prefer_k8s_dns_for_ptr_lookups is not None:
82
+ pulumi.set(__self__, "prefer_k8s_dns_for_ptr_lookups", prefer_k8s_dns_for_ptr_lookups)
83
+ if replicas is None:
84
+ replicas = 1
85
+ if replicas is not None:
86
+ pulumi.set(__self__, "replicas", replicas)
87
+
88
+ @property
89
+ @pulumi.getter(name="nameserverIPAddresses")
90
+ def nameserver_ip_addresses(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
91
+ """
92
+ List of Active Directory DNS server IP addresses.
93
+ """
94
+ return pulumi.get(self, "nameserver_ip_addresses")
95
+
96
+ @nameserver_ip_addresses.setter
97
+ def nameserver_ip_addresses(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
98
+ pulumi.set(self, "nameserver_ip_addresses", value)
99
+
100
+ @property
101
+ @pulumi.getter(name="domainName")
102
+ def domain_name(self) -> Optional[pulumi.Input[str]]:
103
+ """
104
+ DNS domain name for which DNS lookups should be forwarded to the Active Directory DNS servers.
105
+ """
106
+ return pulumi.get(self, "domain_name")
107
+
108
+ @domain_name.setter
109
+ def domain_name(self, value: Optional[pulumi.Input[str]]):
110
+ pulumi.set(self, "domain_name", value)
111
+
112
+ @property
113
+ @pulumi.getter(name="preferK8sDnsForPtrLookups")
114
+ def prefer_k8s_dns_for_ptr_lookups(self) -> Optional[pulumi.Input[bool]]:
115
+ """
116
+ Flag indicating whether to prefer Kubernetes DNS server response over AD DNS server response for IP address lookups.
117
+ """
118
+ return pulumi.get(self, "prefer_k8s_dns_for_ptr_lookups")
119
+
120
+ @prefer_k8s_dns_for_ptr_lookups.setter
121
+ def prefer_k8s_dns_for_ptr_lookups(self, value: Optional[pulumi.Input[bool]]):
122
+ pulumi.set(self, "prefer_k8s_dns_for_ptr_lookups", value)
123
+
124
+ @property
125
+ @pulumi.getter
126
+ def replicas(self) -> Optional[pulumi.Input[float]]:
127
+ """
128
+ Replica count for DNS proxy service. Default value is 1.
129
+ """
130
+ return pulumi.get(self, "replicas")
131
+
132
+ @replicas.setter
133
+ def replicas(self, value: Optional[pulumi.Input[float]]):
134
+ pulumi.set(self, "replicas", value)
135
+
136
+
137
+ @pulumi.input_type
138
+ class ActiveDirectoryConnectorDomainDetailsArgs:
139
+ def __init__(__self__, *,
140
+ realm: pulumi.Input[str],
141
+ domain_controllers: Optional[pulumi.Input['ActiveDirectoryDomainControllersArgs']] = None,
142
+ netbios_domain_name: Optional[pulumi.Input[str]] = None,
143
+ ou_distinguished_name: Optional[pulumi.Input[str]] = None,
144
+ service_account_provisioning: Optional[pulumi.Input[Union[str, 'AccountProvisioningMode']]] = None):
145
+ """
146
+ Active Directory domain details
147
+ :param pulumi.Input[str] realm: Name (uppercase) of the Active Directory domain that this AD connector will be associated with.
148
+ :param pulumi.Input['ActiveDirectoryDomainControllersArgs'] domain_controllers: null
149
+ :param pulumi.Input[str] netbios_domain_name: NETBIOS name of the Active Directory domain.
150
+ :param pulumi.Input[str] ou_distinguished_name: The distinguished name of the Active Directory Organizational Unit.
151
+ :param pulumi.Input[Union[str, 'AccountProvisioningMode']] service_account_provisioning: The service account provisioning mode for this Active Directory connector.
152
+ """
153
+ pulumi.set(__self__, "realm", realm)
154
+ if domain_controllers is not None:
155
+ pulumi.set(__self__, "domain_controllers", domain_controllers)
156
+ if netbios_domain_name is not None:
157
+ pulumi.set(__self__, "netbios_domain_name", netbios_domain_name)
158
+ if ou_distinguished_name is not None:
159
+ pulumi.set(__self__, "ou_distinguished_name", ou_distinguished_name)
160
+ if service_account_provisioning is None:
161
+ service_account_provisioning = 'manual'
162
+ if service_account_provisioning is not None:
163
+ pulumi.set(__self__, "service_account_provisioning", service_account_provisioning)
164
+
165
+ @property
166
+ @pulumi.getter
167
+ def realm(self) -> pulumi.Input[str]:
168
+ """
169
+ Name (uppercase) of the Active Directory domain that this AD connector will be associated with.
170
+ """
171
+ return pulumi.get(self, "realm")
172
+
173
+ @realm.setter
174
+ def realm(self, value: pulumi.Input[str]):
175
+ pulumi.set(self, "realm", value)
176
+
177
+ @property
178
+ @pulumi.getter(name="domainControllers")
179
+ def domain_controllers(self) -> Optional[pulumi.Input['ActiveDirectoryDomainControllersArgs']]:
180
+ """
181
+ null
182
+ """
183
+ return pulumi.get(self, "domain_controllers")
184
+
185
+ @domain_controllers.setter
186
+ def domain_controllers(self, value: Optional[pulumi.Input['ActiveDirectoryDomainControllersArgs']]):
187
+ pulumi.set(self, "domain_controllers", value)
188
+
189
+ @property
190
+ @pulumi.getter(name="netbiosDomainName")
191
+ def netbios_domain_name(self) -> Optional[pulumi.Input[str]]:
192
+ """
193
+ NETBIOS name of the Active Directory domain.
194
+ """
195
+ return pulumi.get(self, "netbios_domain_name")
196
+
197
+ @netbios_domain_name.setter
198
+ def netbios_domain_name(self, value: Optional[pulumi.Input[str]]):
199
+ pulumi.set(self, "netbios_domain_name", value)
200
+
201
+ @property
202
+ @pulumi.getter(name="ouDistinguishedName")
203
+ def ou_distinguished_name(self) -> Optional[pulumi.Input[str]]:
204
+ """
205
+ The distinguished name of the Active Directory Organizational Unit.
206
+ """
207
+ return pulumi.get(self, "ou_distinguished_name")
208
+
209
+ @ou_distinguished_name.setter
210
+ def ou_distinguished_name(self, value: Optional[pulumi.Input[str]]):
211
+ pulumi.set(self, "ou_distinguished_name", value)
212
+
213
+ @property
214
+ @pulumi.getter(name="serviceAccountProvisioning")
215
+ def service_account_provisioning(self) -> Optional[pulumi.Input[Union[str, 'AccountProvisioningMode']]]:
216
+ """
217
+ The service account provisioning mode for this Active Directory connector.
218
+ """
219
+ return pulumi.get(self, "service_account_provisioning")
220
+
221
+ @service_account_provisioning.setter
222
+ def service_account_provisioning(self, value: Optional[pulumi.Input[Union[str, 'AccountProvisioningMode']]]):
223
+ pulumi.set(self, "service_account_provisioning", value)
224
+
225
+
226
+ @pulumi.input_type
227
+ class ActiveDirectoryConnectorPropertiesArgs:
228
+ def __init__(__self__, *,
229
+ spec: pulumi.Input['ActiveDirectoryConnectorSpecArgs'],
230
+ domain_service_account_login_information: Optional[pulumi.Input['BasicLoginInformationArgs']] = None,
231
+ status: Optional[pulumi.Input['ActiveDirectoryConnectorStatusArgs']] = None):
232
+ """
233
+ The properties of an Active Directory connector resource
234
+ :param pulumi.Input['ActiveDirectoryConnectorSpecArgs'] spec: null
235
+ :param pulumi.Input['BasicLoginInformationArgs'] domain_service_account_login_information: Username and password for domain service account authentication.
236
+ :param pulumi.Input['ActiveDirectoryConnectorStatusArgs'] status: null
237
+ """
238
+ pulumi.set(__self__, "spec", spec)
239
+ if domain_service_account_login_information is not None:
240
+ pulumi.set(__self__, "domain_service_account_login_information", domain_service_account_login_information)
241
+ if status is not None:
242
+ pulumi.set(__self__, "status", status)
243
+
244
+ @property
245
+ @pulumi.getter
246
+ def spec(self) -> pulumi.Input['ActiveDirectoryConnectorSpecArgs']:
247
+ """
248
+ null
249
+ """
250
+ return pulumi.get(self, "spec")
251
+
252
+ @spec.setter
253
+ def spec(self, value: pulumi.Input['ActiveDirectoryConnectorSpecArgs']):
254
+ pulumi.set(self, "spec", value)
255
+
256
+ @property
257
+ @pulumi.getter(name="domainServiceAccountLoginInformation")
258
+ def domain_service_account_login_information(self) -> Optional[pulumi.Input['BasicLoginInformationArgs']]:
259
+ """
260
+ Username and password for domain service account authentication.
261
+ """
262
+ return pulumi.get(self, "domain_service_account_login_information")
263
+
264
+ @domain_service_account_login_information.setter
265
+ def domain_service_account_login_information(self, value: Optional[pulumi.Input['BasicLoginInformationArgs']]):
266
+ pulumi.set(self, "domain_service_account_login_information", value)
267
+
268
+ @property
269
+ @pulumi.getter
270
+ def status(self) -> Optional[pulumi.Input['ActiveDirectoryConnectorStatusArgs']]:
271
+ """
272
+ null
273
+ """
274
+ return pulumi.get(self, "status")
275
+
276
+ @status.setter
277
+ def status(self, value: Optional[pulumi.Input['ActiveDirectoryConnectorStatusArgs']]):
278
+ pulumi.set(self, "status", value)
279
+
280
+
281
+ @pulumi.input_type
282
+ class ActiveDirectoryConnectorSpecArgs:
283
+ def __init__(__self__, *,
284
+ active_directory: pulumi.Input['ActiveDirectoryConnectorDomainDetailsArgs'],
285
+ dns: pulumi.Input['ActiveDirectoryConnectorDNSDetailsArgs']):
286
+ """
287
+ The specifications of the AD Kubernetes resource.
288
+ :param pulumi.Input['ActiveDirectoryConnectorDomainDetailsArgs'] active_directory: null
289
+ :param pulumi.Input['ActiveDirectoryConnectorDNSDetailsArgs'] dns: null
290
+ """
291
+ pulumi.set(__self__, "active_directory", active_directory)
292
+ pulumi.set(__self__, "dns", dns)
293
+
294
+ @property
295
+ @pulumi.getter(name="activeDirectory")
296
+ def active_directory(self) -> pulumi.Input['ActiveDirectoryConnectorDomainDetailsArgs']:
297
+ """
298
+ null
299
+ """
300
+ return pulumi.get(self, "active_directory")
301
+
302
+ @active_directory.setter
303
+ def active_directory(self, value: pulumi.Input['ActiveDirectoryConnectorDomainDetailsArgs']):
304
+ pulumi.set(self, "active_directory", value)
305
+
306
+ @property
307
+ @pulumi.getter
308
+ def dns(self) -> pulumi.Input['ActiveDirectoryConnectorDNSDetailsArgs']:
309
+ """
310
+ null
311
+ """
312
+ return pulumi.get(self, "dns")
313
+
314
+ @dns.setter
315
+ def dns(self, value: pulumi.Input['ActiveDirectoryConnectorDNSDetailsArgs']):
316
+ pulumi.set(self, "dns", value)
317
+
318
+
319
+ @pulumi.input_type
320
+ class ActiveDirectoryConnectorStatusArgs:
321
+ def __init__(__self__, *,
322
+ last_update_time: Optional[pulumi.Input[str]] = None,
323
+ observed_generation: Optional[pulumi.Input[float]] = None,
324
+ state: Optional[pulumi.Input[str]] = None):
325
+ """
326
+ The status of the Kubernetes custom resource.
327
+ :param pulumi.Input[str] last_update_time: The time that the custom resource was last updated.
328
+ :param pulumi.Input[float] observed_generation: The version of the replicaSet associated with the AD connector custom resource.
329
+ :param pulumi.Input[str] state: The state of the AD connector custom resource.
330
+ """
331
+ if last_update_time is not None:
332
+ pulumi.set(__self__, "last_update_time", last_update_time)
333
+ if observed_generation is not None:
334
+ pulumi.set(__self__, "observed_generation", observed_generation)
335
+ if state is not None:
336
+ pulumi.set(__self__, "state", state)
337
+
338
+ @property
339
+ @pulumi.getter(name="lastUpdateTime")
340
+ def last_update_time(self) -> Optional[pulumi.Input[str]]:
341
+ """
342
+ The time that the custom resource was last updated.
343
+ """
344
+ return pulumi.get(self, "last_update_time")
345
+
346
+ @last_update_time.setter
347
+ def last_update_time(self, value: Optional[pulumi.Input[str]]):
348
+ pulumi.set(self, "last_update_time", value)
349
+
350
+ @property
351
+ @pulumi.getter(name="observedGeneration")
352
+ def observed_generation(self) -> Optional[pulumi.Input[float]]:
353
+ """
354
+ The version of the replicaSet associated with the AD connector custom resource.
355
+ """
356
+ return pulumi.get(self, "observed_generation")
357
+
358
+ @observed_generation.setter
359
+ def observed_generation(self, value: Optional[pulumi.Input[float]]):
360
+ pulumi.set(self, "observed_generation", value)
361
+
362
+ @property
363
+ @pulumi.getter
364
+ def state(self) -> Optional[pulumi.Input[str]]:
365
+ """
366
+ The state of the AD connector custom resource.
367
+ """
368
+ return pulumi.get(self, "state")
369
+
370
+ @state.setter
371
+ def state(self, value: Optional[pulumi.Input[str]]):
372
+ pulumi.set(self, "state", value)
373
+
374
+
375
+ @pulumi.input_type
376
+ class ActiveDirectoryDomainControllersArgs:
377
+ def __init__(__self__, *,
378
+ primary_domain_controller: Optional[pulumi.Input['ActiveDirectoryDomainControllerArgs']] = None,
379
+ secondary_domain_controllers: Optional[pulumi.Input[Sequence[pulumi.Input['ActiveDirectoryDomainControllerArgs']]]] = None):
380
+ """
381
+ Details about the Active Directory domain controllers associated with this AD connector instance
382
+ :param pulumi.Input['ActiveDirectoryDomainControllerArgs'] primary_domain_controller: Information about the Primary Domain Controller (PDC) in the AD domain.
383
+ :param pulumi.Input[Sequence[pulumi.Input['ActiveDirectoryDomainControllerArgs']]] secondary_domain_controllers: null
384
+ """
385
+ if primary_domain_controller is not None:
386
+ pulumi.set(__self__, "primary_domain_controller", primary_domain_controller)
387
+ if secondary_domain_controllers is not None:
388
+ pulumi.set(__self__, "secondary_domain_controllers", secondary_domain_controllers)
389
+
390
+ @property
391
+ @pulumi.getter(name="primaryDomainController")
392
+ def primary_domain_controller(self) -> Optional[pulumi.Input['ActiveDirectoryDomainControllerArgs']]:
393
+ """
394
+ Information about the Primary Domain Controller (PDC) in the AD domain.
395
+ """
396
+ return pulumi.get(self, "primary_domain_controller")
397
+
398
+ @primary_domain_controller.setter
399
+ def primary_domain_controller(self, value: Optional[pulumi.Input['ActiveDirectoryDomainControllerArgs']]):
400
+ pulumi.set(self, "primary_domain_controller", value)
401
+
402
+ @property
403
+ @pulumi.getter(name="secondaryDomainControllers")
404
+ def secondary_domain_controllers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ActiveDirectoryDomainControllerArgs']]]]:
405
+ """
406
+ null
407
+ """
408
+ return pulumi.get(self, "secondary_domain_controllers")
409
+
410
+ @secondary_domain_controllers.setter
411
+ def secondary_domain_controllers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ActiveDirectoryDomainControllerArgs']]]]):
412
+ pulumi.set(self, "secondary_domain_controllers", value)
413
+
414
+
415
+ @pulumi.input_type
416
+ class ActiveDirectoryDomainControllerArgs:
417
+ def __init__(__self__, *,
418
+ hostname: pulumi.Input[str]):
419
+ """
420
+ Information about a domain controller in the AD domain.
421
+ :param pulumi.Input[str] hostname: Fully-qualified domain name of a domain controller in the AD domain.
422
+ """
423
+ pulumi.set(__self__, "hostname", hostname)
424
+
425
+ @property
426
+ @pulumi.getter
427
+ def hostname(self) -> pulumi.Input[str]:
428
+ """
429
+ Fully-qualified domain name of a domain controller in the AD domain.
430
+ """
431
+ return pulumi.get(self, "hostname")
432
+
433
+ @hostname.setter
434
+ def hostname(self, value: pulumi.Input[str]):
435
+ pulumi.set(self, "hostname", value)
436
+
437
+
438
+ @pulumi.input_type
439
+ class ActiveDirectoryInformationArgs:
440
+ def __init__(__self__, *,
441
+ keytab_information: Optional[pulumi.Input['KeytabInformationArgs']] = None):
442
+ """
443
+ Active Directory information that related to the resource.
444
+ :param pulumi.Input['KeytabInformationArgs'] keytab_information: Keytab information that is used for the Sql Managed Instance when Active Directory authentication is used.
445
+ """
446
+ if keytab_information is not None:
447
+ pulumi.set(__self__, "keytab_information", keytab_information)
448
+
449
+ @property
450
+ @pulumi.getter(name="keytabInformation")
451
+ def keytab_information(self) -> Optional[pulumi.Input['KeytabInformationArgs']]:
452
+ """
453
+ Keytab information that is used for the Sql Managed Instance when Active Directory authentication is used.
454
+ """
455
+ return pulumi.get(self, "keytab_information")
456
+
457
+ @keytab_information.setter
458
+ def keytab_information(self, value: Optional[pulumi.Input['KeytabInformationArgs']]):
459
+ pulumi.set(self, "keytab_information", value)
460
+
461
+
462
+ @pulumi.input_type
463
+ class AvailabilityGroupConfigureArgs:
464
+ def __init__(__self__, *,
465
+ backup_priority: Optional[pulumi.Input[int]] = None,
466
+ endpoint_url: Optional[pulumi.Input[str]] = None,
467
+ read_only_routing_url: Optional[pulumi.Input[str]] = None,
468
+ read_write_routing_url: Optional[pulumi.Input[str]] = None,
469
+ session_timeout: Optional[pulumi.Input[int]] = None):
470
+ """
471
+ The specifications of the availability group replica configuration
472
+ :param pulumi.Input[int] backup_priority: Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.
473
+ :param pulumi.Input[str] endpoint_url: Mirroring endpoint URL of availability group replica
474
+ :param pulumi.Input[str] read_only_routing_url: Connectivity endpoint (URL) of the read only availability replica.
475
+ :param pulumi.Input[str] read_write_routing_url: Connectivity endpoint (URL) of the read write availability replica.
476
+ :param pulumi.Input[int] session_timeout: The time-out period of availability group session replica, in seconds.
477
+ """
478
+ if backup_priority is not None:
479
+ pulumi.set(__self__, "backup_priority", backup_priority)
480
+ if endpoint_url is not None:
481
+ pulumi.set(__self__, "endpoint_url", endpoint_url)
482
+ if read_only_routing_url is not None:
483
+ pulumi.set(__self__, "read_only_routing_url", read_only_routing_url)
484
+ if read_write_routing_url is not None:
485
+ pulumi.set(__self__, "read_write_routing_url", read_write_routing_url)
486
+ if session_timeout is not None:
487
+ pulumi.set(__self__, "session_timeout", session_timeout)
488
+
489
+ @property
490
+ @pulumi.getter(name="backupPriority")
491
+ def backup_priority(self) -> Optional[pulumi.Input[int]]:
492
+ """
493
+ Represents the user-specified priority for performing backups on this replica relative to the other replicas in the same availability group.
494
+ """
495
+ return pulumi.get(self, "backup_priority")
496
+
497
+ @backup_priority.setter
498
+ def backup_priority(self, value: Optional[pulumi.Input[int]]):
499
+ pulumi.set(self, "backup_priority", value)
500
+
501
+ @property
502
+ @pulumi.getter(name="endpointUrl")
503
+ def endpoint_url(self) -> Optional[pulumi.Input[str]]:
504
+ """
505
+ Mirroring endpoint URL of availability group replica
506
+ """
507
+ return pulumi.get(self, "endpoint_url")
508
+
509
+ @endpoint_url.setter
510
+ def endpoint_url(self, value: Optional[pulumi.Input[str]]):
511
+ pulumi.set(self, "endpoint_url", value)
512
+
513
+ @property
514
+ @pulumi.getter(name="readOnlyRoutingUrl")
515
+ def read_only_routing_url(self) -> Optional[pulumi.Input[str]]:
516
+ """
517
+ Connectivity endpoint (URL) of the read only availability replica.
518
+ """
519
+ return pulumi.get(self, "read_only_routing_url")
520
+
521
+ @read_only_routing_url.setter
522
+ def read_only_routing_url(self, value: Optional[pulumi.Input[str]]):
523
+ pulumi.set(self, "read_only_routing_url", value)
524
+
525
+ @property
526
+ @pulumi.getter(name="readWriteRoutingUrl")
527
+ def read_write_routing_url(self) -> Optional[pulumi.Input[str]]:
528
+ """
529
+ Connectivity endpoint (URL) of the read write availability replica.
530
+ """
531
+ return pulumi.get(self, "read_write_routing_url")
532
+
533
+ @read_write_routing_url.setter
534
+ def read_write_routing_url(self, value: Optional[pulumi.Input[str]]):
535
+ pulumi.set(self, "read_write_routing_url", value)
536
+
537
+ @property
538
+ @pulumi.getter(name="sessionTimeout")
539
+ def session_timeout(self) -> Optional[pulumi.Input[int]]:
540
+ """
541
+ The time-out period of availability group session replica, in seconds.
542
+ """
543
+ return pulumi.get(self, "session_timeout")
544
+
545
+ @session_timeout.setter
546
+ def session_timeout(self, value: Optional[pulumi.Input[int]]):
547
+ pulumi.set(self, "session_timeout", value)
548
+
549
+
550
+ @pulumi.input_type
551
+ class AvailabilityGroupInfoArgs:
552
+ def __init__(__self__, *,
553
+ basic_features: Optional[pulumi.Input[bool]] = None,
554
+ db_failover: Optional[pulumi.Input[bool]] = None,
555
+ dtc_support: Optional[pulumi.Input[bool]] = None,
556
+ failure_condition_level: Optional[pulumi.Input[int]] = None,
557
+ health_check_timeout: Optional[pulumi.Input[int]] = None,
558
+ is_contained: Optional[pulumi.Input[bool]] = None,
559
+ is_distributed: Optional[pulumi.Input[bool]] = None,
560
+ required_synchronized_secondaries_to_commit: Optional[pulumi.Input[int]] = None):
561
+ """
562
+ The specifications of the availability group state
563
+ :param pulumi.Input[bool] basic_features: Specifies whether this is a basic availability group.
564
+ :param pulumi.Input[bool] db_failover: Specifies whether the availability group supports failover for database health conditions.
565
+ :param pulumi.Input[bool] dtc_support: Specifies whether DTC support has been enabled for this availability group.
566
+ :param pulumi.Input[int] failure_condition_level: User-defined failure condition level under which an automatic failover must be triggered.
567
+ :param pulumi.Input[int] health_check_timeout: Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.
568
+ :param pulumi.Input[bool] is_contained: SQL Server availability group contained system databases.
569
+ :param pulumi.Input[bool] is_distributed: Specifies whether this is a distributed availability group.
570
+ :param pulumi.Input[int] required_synchronized_secondaries_to_commit: The number of secondary replicas that must be in a synchronized state for a commit to complete.
571
+ """
572
+ if basic_features is not None:
573
+ pulumi.set(__self__, "basic_features", basic_features)
574
+ if db_failover is not None:
575
+ pulumi.set(__self__, "db_failover", db_failover)
576
+ if dtc_support is not None:
577
+ pulumi.set(__self__, "dtc_support", dtc_support)
578
+ if failure_condition_level is not None:
579
+ pulumi.set(__self__, "failure_condition_level", failure_condition_level)
580
+ if health_check_timeout is not None:
581
+ pulumi.set(__self__, "health_check_timeout", health_check_timeout)
582
+ if is_contained is not None:
583
+ pulumi.set(__self__, "is_contained", is_contained)
584
+ if is_distributed is not None:
585
+ pulumi.set(__self__, "is_distributed", is_distributed)
586
+ if required_synchronized_secondaries_to_commit is not None:
587
+ pulumi.set(__self__, "required_synchronized_secondaries_to_commit", required_synchronized_secondaries_to_commit)
588
+
589
+ @property
590
+ @pulumi.getter(name="basicFeatures")
591
+ def basic_features(self) -> Optional[pulumi.Input[bool]]:
592
+ """
593
+ Specifies whether this is a basic availability group.
594
+ """
595
+ return pulumi.get(self, "basic_features")
596
+
597
+ @basic_features.setter
598
+ def basic_features(self, value: Optional[pulumi.Input[bool]]):
599
+ pulumi.set(self, "basic_features", value)
600
+
601
+ @property
602
+ @pulumi.getter(name="dbFailover")
603
+ def db_failover(self) -> Optional[pulumi.Input[bool]]:
604
+ """
605
+ Specifies whether the availability group supports failover for database health conditions.
606
+ """
607
+ return pulumi.get(self, "db_failover")
608
+
609
+ @db_failover.setter
610
+ def db_failover(self, value: Optional[pulumi.Input[bool]]):
611
+ pulumi.set(self, "db_failover", value)
612
+
613
+ @property
614
+ @pulumi.getter(name="dtcSupport")
615
+ def dtc_support(self) -> Optional[pulumi.Input[bool]]:
616
+ """
617
+ Specifies whether DTC support has been enabled for this availability group.
618
+ """
619
+ return pulumi.get(self, "dtc_support")
620
+
621
+ @dtc_support.setter
622
+ def dtc_support(self, value: Optional[pulumi.Input[bool]]):
623
+ pulumi.set(self, "dtc_support", value)
624
+
625
+ @property
626
+ @pulumi.getter(name="failureConditionLevel")
627
+ def failure_condition_level(self) -> Optional[pulumi.Input[int]]:
628
+ """
629
+ User-defined failure condition level under which an automatic failover must be triggered.
630
+ """
631
+ return pulumi.get(self, "failure_condition_level")
632
+
633
+ @failure_condition_level.setter
634
+ def failure_condition_level(self, value: Optional[pulumi.Input[int]]):
635
+ pulumi.set(self, "failure_condition_level", value)
636
+
637
+ @property
638
+ @pulumi.getter(name="healthCheckTimeout")
639
+ def health_check_timeout(self) -> Optional[pulumi.Input[int]]:
640
+ """
641
+ Wait time (in milliseconds) for the sp_server_diagnostics system stored procedure to return server-health information, before the server instance is assumed to be slow or not responding.
642
+ """
643
+ return pulumi.get(self, "health_check_timeout")
644
+
645
+ @health_check_timeout.setter
646
+ def health_check_timeout(self, value: Optional[pulumi.Input[int]]):
647
+ pulumi.set(self, "health_check_timeout", value)
648
+
649
+ @property
650
+ @pulumi.getter(name="isContained")
651
+ def is_contained(self) -> Optional[pulumi.Input[bool]]:
652
+ """
653
+ SQL Server availability group contained system databases.
654
+ """
655
+ return pulumi.get(self, "is_contained")
656
+
657
+ @is_contained.setter
658
+ def is_contained(self, value: Optional[pulumi.Input[bool]]):
659
+ pulumi.set(self, "is_contained", value)
660
+
661
+ @property
662
+ @pulumi.getter(name="isDistributed")
663
+ def is_distributed(self) -> Optional[pulumi.Input[bool]]:
664
+ """
665
+ Specifies whether this is a distributed availability group.
666
+ """
667
+ return pulumi.get(self, "is_distributed")
668
+
669
+ @is_distributed.setter
670
+ def is_distributed(self, value: Optional[pulumi.Input[bool]]):
671
+ pulumi.set(self, "is_distributed", value)
672
+
673
+ @property
674
+ @pulumi.getter(name="requiredSynchronizedSecondariesToCommit")
675
+ def required_synchronized_secondaries_to_commit(self) -> Optional[pulumi.Input[int]]:
676
+ """
677
+ The number of secondary replicas that must be in a synchronized state for a commit to complete.
678
+ """
679
+ return pulumi.get(self, "required_synchronized_secondaries_to_commit")
680
+
681
+ @required_synchronized_secondaries_to_commit.setter
682
+ def required_synchronized_secondaries_to_commit(self, value: Optional[pulumi.Input[int]]):
683
+ pulumi.set(self, "required_synchronized_secondaries_to_commit", value)
684
+
685
+
686
+ @pulumi.input_type
687
+ class BackupPolicyArgs:
688
+ def __init__(__self__, *,
689
+ differential_backup_hours: Optional[pulumi.Input[int]] = None,
690
+ full_backup_days: Optional[pulumi.Input[int]] = None,
691
+ retention_period_days: Optional[pulumi.Input[int]] = None,
692
+ transaction_log_backup_minutes: Optional[pulumi.Input[int]] = None):
693
+ """
694
+ The backup profile for the SQL server.
695
+ :param pulumi.Input[int] differential_backup_hours: The differential backup interval in hours.
696
+ :param pulumi.Input[int] full_backup_days: The value indicating days between full backups.
697
+ :param pulumi.Input[int] retention_period_days: The retention period for all the databases in this managed instance.
698
+ :param pulumi.Input[int] transaction_log_backup_minutes: The value indicating minutes between transaction log backups.
699
+ """
700
+ if differential_backup_hours is not None:
701
+ pulumi.set(__self__, "differential_backup_hours", differential_backup_hours)
702
+ if full_backup_days is not None:
703
+ pulumi.set(__self__, "full_backup_days", full_backup_days)
704
+ if retention_period_days is not None:
705
+ pulumi.set(__self__, "retention_period_days", retention_period_days)
706
+ if transaction_log_backup_minutes is not None:
707
+ pulumi.set(__self__, "transaction_log_backup_minutes", transaction_log_backup_minutes)
708
+
709
+ @property
710
+ @pulumi.getter(name="differentialBackupHours")
711
+ def differential_backup_hours(self) -> Optional[pulumi.Input[int]]:
712
+ """
713
+ The differential backup interval in hours.
714
+ """
715
+ return pulumi.get(self, "differential_backup_hours")
716
+
717
+ @differential_backup_hours.setter
718
+ def differential_backup_hours(self, value: Optional[pulumi.Input[int]]):
719
+ pulumi.set(self, "differential_backup_hours", value)
720
+
721
+ @property
722
+ @pulumi.getter(name="fullBackupDays")
723
+ def full_backup_days(self) -> Optional[pulumi.Input[int]]:
724
+ """
725
+ The value indicating days between full backups.
726
+ """
727
+ return pulumi.get(self, "full_backup_days")
728
+
729
+ @full_backup_days.setter
730
+ def full_backup_days(self, value: Optional[pulumi.Input[int]]):
731
+ pulumi.set(self, "full_backup_days", value)
732
+
733
+ @property
734
+ @pulumi.getter(name="retentionPeriodDays")
735
+ def retention_period_days(self) -> Optional[pulumi.Input[int]]:
736
+ """
737
+ The retention period for all the databases in this managed instance.
738
+ """
739
+ return pulumi.get(self, "retention_period_days")
740
+
741
+ @retention_period_days.setter
742
+ def retention_period_days(self, value: Optional[pulumi.Input[int]]):
743
+ pulumi.set(self, "retention_period_days", value)
744
+
745
+ @property
746
+ @pulumi.getter(name="transactionLogBackupMinutes")
747
+ def transaction_log_backup_minutes(self) -> Optional[pulumi.Input[int]]:
748
+ """
749
+ The value indicating minutes between transaction log backups.
750
+ """
751
+ return pulumi.get(self, "transaction_log_backup_minutes")
752
+
753
+ @transaction_log_backup_minutes.setter
754
+ def transaction_log_backup_minutes(self, value: Optional[pulumi.Input[int]]):
755
+ pulumi.set(self, "transaction_log_backup_minutes", value)
756
+
757
+
758
+ @pulumi.input_type
759
+ class BasicLoginInformationArgs:
760
+ def __init__(__self__, *,
761
+ password: Optional[pulumi.Input[str]] = None,
762
+ username: Optional[pulumi.Input[str]] = None):
763
+ """
764
+ Username and password for basic login authentication.
765
+ :param pulumi.Input[str] password: Login password.
766
+ :param pulumi.Input[str] username: Login username.
767
+ """
768
+ if password is not None:
769
+ pulumi.set(__self__, "password", password)
770
+ if username is not None:
771
+ pulumi.set(__self__, "username", username)
772
+
773
+ @property
774
+ @pulumi.getter
775
+ def password(self) -> Optional[pulumi.Input[str]]:
776
+ """
777
+ Login password.
778
+ """
779
+ return pulumi.get(self, "password")
780
+
781
+ @password.setter
782
+ def password(self, value: Optional[pulumi.Input[str]]):
783
+ pulumi.set(self, "password", value)
784
+
785
+ @property
786
+ @pulumi.getter
787
+ def username(self) -> Optional[pulumi.Input[str]]:
788
+ """
789
+ Login username.
790
+ """
791
+ return pulumi.get(self, "username")
792
+
793
+ @username.setter
794
+ def username(self, value: Optional[pulumi.Input[str]]):
795
+ pulumi.set(self, "username", value)
796
+
797
+
798
+ @pulumi.input_type
799
+ class DataControllerPropertiesArgs:
800
+ def __init__(__self__, *,
801
+ basic_login_information: Optional[pulumi.Input['BasicLoginInformationArgs']] = None,
802
+ cluster_id: Optional[pulumi.Input[str]] = None,
803
+ extension_id: Optional[pulumi.Input[str]] = None,
804
+ infrastructure: Optional[pulumi.Input['Infrastructure']] = None,
805
+ k8s_raw: Optional[Any] = None,
806
+ last_uploaded_date: Optional[pulumi.Input[str]] = None,
807
+ log_analytics_workspace_config: Optional[pulumi.Input['LogAnalyticsWorkspaceConfigArgs']] = None,
808
+ logs_dashboard_credential: Optional[pulumi.Input['BasicLoginInformationArgs']] = None,
809
+ metrics_dashboard_credential: Optional[pulumi.Input['BasicLoginInformationArgs']] = None,
810
+ on_premise_property: Optional[pulumi.Input['OnPremisePropertyArgs']] = None,
811
+ upload_service_principal: Optional[pulumi.Input['UploadServicePrincipalArgs']] = None,
812
+ upload_watermark: Optional[pulumi.Input['UploadWatermarkArgs']] = None):
813
+ """
814
+ The data controller properties.
815
+ :param pulumi.Input['BasicLoginInformationArgs'] basic_login_information: Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
816
+ :param pulumi.Input[str] cluster_id: If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
817
+ :param pulumi.Input[str] extension_id: If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
818
+ :param pulumi.Input['Infrastructure'] infrastructure: The infrastructure the data controller is running on.
819
+ :param Any k8s_raw: The raw kubernetes information
820
+ :param pulumi.Input[str] last_uploaded_date: Last uploaded date from Kubernetes cluster. Defaults to current date time
821
+ :param pulumi.Input['LogAnalyticsWorkspaceConfigArgs'] log_analytics_workspace_config: Log analytics workspace id and primary key
822
+ :param pulumi.Input['BasicLoginInformationArgs'] logs_dashboard_credential: Login credential for logs dashboard on the Kubernetes cluster.
823
+ :param pulumi.Input['BasicLoginInformationArgs'] metrics_dashboard_credential: Login credential for metrics dashboard on the Kubernetes cluster.
824
+ :param pulumi.Input['OnPremisePropertyArgs'] on_premise_property: Properties from the Kubernetes data controller
825
+ :param pulumi.Input['UploadServicePrincipalArgs'] upload_service_principal: Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
826
+ :param pulumi.Input['UploadWatermarkArgs'] upload_watermark: Properties on upload watermark. Mostly timestamp for each upload data type
827
+ """
828
+ if basic_login_information is not None:
829
+ pulumi.set(__self__, "basic_login_information", basic_login_information)
830
+ if cluster_id is not None:
831
+ pulumi.set(__self__, "cluster_id", cluster_id)
832
+ if extension_id is not None:
833
+ pulumi.set(__self__, "extension_id", extension_id)
834
+ if infrastructure is None:
835
+ infrastructure = 'other'
836
+ if infrastructure is not None:
837
+ pulumi.set(__self__, "infrastructure", infrastructure)
838
+ if k8s_raw is not None:
839
+ pulumi.set(__self__, "k8s_raw", k8s_raw)
840
+ if last_uploaded_date is not None:
841
+ pulumi.set(__self__, "last_uploaded_date", last_uploaded_date)
842
+ if log_analytics_workspace_config is not None:
843
+ pulumi.set(__self__, "log_analytics_workspace_config", log_analytics_workspace_config)
844
+ if logs_dashboard_credential is not None:
845
+ pulumi.set(__self__, "logs_dashboard_credential", logs_dashboard_credential)
846
+ if metrics_dashboard_credential is not None:
847
+ pulumi.set(__self__, "metrics_dashboard_credential", metrics_dashboard_credential)
848
+ if on_premise_property is not None:
849
+ pulumi.set(__self__, "on_premise_property", on_premise_property)
850
+ if upload_service_principal is not None:
851
+ pulumi.set(__self__, "upload_service_principal", upload_service_principal)
852
+ if upload_watermark is not None:
853
+ pulumi.set(__self__, "upload_watermark", upload_watermark)
854
+
855
+ @property
856
+ @pulumi.getter(name="basicLoginInformation")
857
+ def basic_login_information(self) -> Optional[pulumi.Input['BasicLoginInformationArgs']]:
858
+ """
859
+ Deprecated. Azure Arc Data Services data controller no longer expose any endpoint. All traffic are exposed through Kubernetes native API.
860
+ """
861
+ return pulumi.get(self, "basic_login_information")
862
+
863
+ @basic_login_information.setter
864
+ def basic_login_information(self, value: Optional[pulumi.Input['BasicLoginInformationArgs']]):
865
+ pulumi.set(self, "basic_login_information", value)
866
+
867
+ @property
868
+ @pulumi.getter(name="clusterId")
869
+ def cluster_id(self) -> Optional[pulumi.Input[str]]:
870
+ """
871
+ If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
872
+ """
873
+ return pulumi.get(self, "cluster_id")
874
+
875
+ @cluster_id.setter
876
+ def cluster_id(self, value: Optional[pulumi.Input[str]]):
877
+ pulumi.set(self, "cluster_id", value)
878
+
879
+ @property
880
+ @pulumi.getter(name="extensionId")
881
+ def extension_id(self) -> Optional[pulumi.Input[str]]:
882
+ """
883
+ If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
884
+ """
885
+ return pulumi.get(self, "extension_id")
886
+
887
+ @extension_id.setter
888
+ def extension_id(self, value: Optional[pulumi.Input[str]]):
889
+ pulumi.set(self, "extension_id", value)
890
+
891
+ @property
892
+ @pulumi.getter
893
+ def infrastructure(self) -> Optional[pulumi.Input['Infrastructure']]:
894
+ """
895
+ The infrastructure the data controller is running on.
896
+ """
897
+ return pulumi.get(self, "infrastructure")
898
+
899
+ @infrastructure.setter
900
+ def infrastructure(self, value: Optional[pulumi.Input['Infrastructure']]):
901
+ pulumi.set(self, "infrastructure", value)
902
+
903
+ @property
904
+ @pulumi.getter(name="k8sRaw")
905
+ def k8s_raw(self) -> Optional[Any]:
906
+ """
907
+ The raw kubernetes information
908
+ """
909
+ return pulumi.get(self, "k8s_raw")
910
+
911
+ @k8s_raw.setter
912
+ def k8s_raw(self, value: Optional[Any]):
913
+ pulumi.set(self, "k8s_raw", value)
914
+
915
+ @property
916
+ @pulumi.getter(name="lastUploadedDate")
917
+ def last_uploaded_date(self) -> Optional[pulumi.Input[str]]:
918
+ """
919
+ Last uploaded date from Kubernetes cluster. Defaults to current date time
920
+ """
921
+ return pulumi.get(self, "last_uploaded_date")
922
+
923
+ @last_uploaded_date.setter
924
+ def last_uploaded_date(self, value: Optional[pulumi.Input[str]]):
925
+ pulumi.set(self, "last_uploaded_date", value)
926
+
927
+ @property
928
+ @pulumi.getter(name="logAnalyticsWorkspaceConfig")
929
+ def log_analytics_workspace_config(self) -> Optional[pulumi.Input['LogAnalyticsWorkspaceConfigArgs']]:
930
+ """
931
+ Log analytics workspace id and primary key
932
+ """
933
+ return pulumi.get(self, "log_analytics_workspace_config")
934
+
935
+ @log_analytics_workspace_config.setter
936
+ def log_analytics_workspace_config(self, value: Optional[pulumi.Input['LogAnalyticsWorkspaceConfigArgs']]):
937
+ pulumi.set(self, "log_analytics_workspace_config", value)
938
+
939
+ @property
940
+ @pulumi.getter(name="logsDashboardCredential")
941
+ def logs_dashboard_credential(self) -> Optional[pulumi.Input['BasicLoginInformationArgs']]:
942
+ """
943
+ Login credential for logs dashboard on the Kubernetes cluster.
944
+ """
945
+ return pulumi.get(self, "logs_dashboard_credential")
946
+
947
+ @logs_dashboard_credential.setter
948
+ def logs_dashboard_credential(self, value: Optional[pulumi.Input['BasicLoginInformationArgs']]):
949
+ pulumi.set(self, "logs_dashboard_credential", value)
950
+
951
+ @property
952
+ @pulumi.getter(name="metricsDashboardCredential")
953
+ def metrics_dashboard_credential(self) -> Optional[pulumi.Input['BasicLoginInformationArgs']]:
954
+ """
955
+ Login credential for metrics dashboard on the Kubernetes cluster.
956
+ """
957
+ return pulumi.get(self, "metrics_dashboard_credential")
958
+
959
+ @metrics_dashboard_credential.setter
960
+ def metrics_dashboard_credential(self, value: Optional[pulumi.Input['BasicLoginInformationArgs']]):
961
+ pulumi.set(self, "metrics_dashboard_credential", value)
962
+
963
+ @property
964
+ @pulumi.getter(name="onPremiseProperty")
965
+ def on_premise_property(self) -> Optional[pulumi.Input['OnPremisePropertyArgs']]:
966
+ """
967
+ Properties from the Kubernetes data controller
968
+ """
969
+ return pulumi.get(self, "on_premise_property")
970
+
971
+ @on_premise_property.setter
972
+ def on_premise_property(self, value: Optional[pulumi.Input['OnPremisePropertyArgs']]):
973
+ pulumi.set(self, "on_premise_property", value)
974
+
975
+ @property
976
+ @pulumi.getter(name="uploadServicePrincipal")
977
+ def upload_service_principal(self) -> Optional[pulumi.Input['UploadServicePrincipalArgs']]:
978
+ """
979
+ Deprecated. Service principal is deprecated in favor of Arc Kubernetes service extension managed identity.
980
+ """
981
+ return pulumi.get(self, "upload_service_principal")
982
+
983
+ @upload_service_principal.setter
984
+ def upload_service_principal(self, value: Optional[pulumi.Input['UploadServicePrincipalArgs']]):
985
+ pulumi.set(self, "upload_service_principal", value)
986
+
987
+ @property
988
+ @pulumi.getter(name="uploadWatermark")
989
+ def upload_watermark(self) -> Optional[pulumi.Input['UploadWatermarkArgs']]:
990
+ """
991
+ Properties on upload watermark. Mostly timestamp for each upload data type
992
+ """
993
+ return pulumi.get(self, "upload_watermark")
994
+
995
+ @upload_watermark.setter
996
+ def upload_watermark(self, value: Optional[pulumi.Input['UploadWatermarkArgs']]):
997
+ pulumi.set(self, "upload_watermark", value)
998
+
999
+
1000
+ @pulumi.input_type
1001
+ class ExtendedLocationArgs:
1002
+ def __init__(__self__, *,
1003
+ name: Optional[pulumi.Input[str]] = None,
1004
+ type: Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]] = None):
1005
+ """
1006
+ The complex type of the extended location.
1007
+ :param pulumi.Input[str] name: The name of the extended location.
1008
+ :param pulumi.Input[Union[str, 'ExtendedLocationTypes']] type: The type of the extended location.
1009
+ """
1010
+ if name is not None:
1011
+ pulumi.set(__self__, "name", name)
1012
+ if type is not None:
1013
+ pulumi.set(__self__, "type", type)
1014
+
1015
+ @property
1016
+ @pulumi.getter
1017
+ def name(self) -> Optional[pulumi.Input[str]]:
1018
+ """
1019
+ The name of the extended location.
1020
+ """
1021
+ return pulumi.get(self, "name")
1022
+
1023
+ @name.setter
1024
+ def name(self, value: Optional[pulumi.Input[str]]):
1025
+ pulumi.set(self, "name", value)
1026
+
1027
+ @property
1028
+ @pulumi.getter
1029
+ def type(self) -> Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]]:
1030
+ """
1031
+ The type of the extended location.
1032
+ """
1033
+ return pulumi.get(self, "type")
1034
+
1035
+ @type.setter
1036
+ def type(self, value: Optional[pulumi.Input[Union[str, 'ExtendedLocationTypes']]]):
1037
+ pulumi.set(self, "type", value)
1038
+
1039
+
1040
+ @pulumi.input_type
1041
+ class FailoverGroupPropertiesArgs:
1042
+ def __init__(__self__, *,
1043
+ partner_managed_instance_id: pulumi.Input[str],
1044
+ spec: pulumi.Input['FailoverGroupSpecArgs'],
1045
+ status: Optional[Any] = None):
1046
+ """
1047
+ The properties of a failover group resource.
1048
+ :param pulumi.Input[str] partner_managed_instance_id: The resource ID of the partner SQL managed instance.
1049
+ :param pulumi.Input['FailoverGroupSpecArgs'] spec: The specifications of the failover group resource.
1050
+ :param Any status: The status of the failover group custom resource.
1051
+ """
1052
+ pulumi.set(__self__, "partner_managed_instance_id", partner_managed_instance_id)
1053
+ pulumi.set(__self__, "spec", spec)
1054
+ if status is not None:
1055
+ pulumi.set(__self__, "status", status)
1056
+
1057
+ @property
1058
+ @pulumi.getter(name="partnerManagedInstanceId")
1059
+ def partner_managed_instance_id(self) -> pulumi.Input[str]:
1060
+ """
1061
+ The resource ID of the partner SQL managed instance.
1062
+ """
1063
+ return pulumi.get(self, "partner_managed_instance_id")
1064
+
1065
+ @partner_managed_instance_id.setter
1066
+ def partner_managed_instance_id(self, value: pulumi.Input[str]):
1067
+ pulumi.set(self, "partner_managed_instance_id", value)
1068
+
1069
+ @property
1070
+ @pulumi.getter
1071
+ def spec(self) -> pulumi.Input['FailoverGroupSpecArgs']:
1072
+ """
1073
+ The specifications of the failover group resource.
1074
+ """
1075
+ return pulumi.get(self, "spec")
1076
+
1077
+ @spec.setter
1078
+ def spec(self, value: pulumi.Input['FailoverGroupSpecArgs']):
1079
+ pulumi.set(self, "spec", value)
1080
+
1081
+ @property
1082
+ @pulumi.getter
1083
+ def status(self) -> Optional[Any]:
1084
+ """
1085
+ The status of the failover group custom resource.
1086
+ """
1087
+ return pulumi.get(self, "status")
1088
+
1089
+ @status.setter
1090
+ def status(self, value: Optional[Any]):
1091
+ pulumi.set(self, "status", value)
1092
+
1093
+
1094
+ @pulumi.input_type
1095
+ class FailoverGroupSpecArgs:
1096
+ def __init__(__self__, *,
1097
+ role: Optional[pulumi.Input[Union[str, 'InstanceFailoverGroupRole']]] = None,
1098
+ partner_mi: Optional[pulumi.Input[str]] = None,
1099
+ partner_mirroring_cert: Optional[pulumi.Input[str]] = None,
1100
+ partner_mirroring_url: Optional[pulumi.Input[str]] = None,
1101
+ partner_sync_mode: Optional[pulumi.Input[Union[str, 'FailoverGroupPartnerSyncMode']]] = None,
1102
+ shared_name: Optional[pulumi.Input[str]] = None,
1103
+ source_mi: Optional[pulumi.Input[str]] = None):
1104
+ """
1105
+ The specifications of the failover group resource.
1106
+ :param pulumi.Input[Union[str, 'InstanceFailoverGroupRole']] role: The role of the SQL managed instance in this failover group.
1107
+ :param pulumi.Input[str] partner_mi: The name of the partner SQL managed instance.
1108
+ :param pulumi.Input[str] partner_mirroring_cert: The mirroring endpoint public certificate for the partner SQL managed instance. Only PEM format is supported.
1109
+ :param pulumi.Input[str] partner_mirroring_url: The mirroring endpoint URL of the partner SQL managed instance.
1110
+ :param pulumi.Input[Union[str, 'FailoverGroupPartnerSyncMode']] partner_sync_mode: The partner sync mode of the SQL managed instance.
1111
+ :param pulumi.Input[str] shared_name: The shared name of the failover group for this SQL managed instance. Both SQL managed instance and its partner have to use the same shared name.
1112
+ :param pulumi.Input[str] source_mi: The name of the SQL managed instance with this failover group role.
1113
+ """
1114
+ if role is None:
1115
+ role = 'primary'
1116
+ pulumi.set(__self__, "role", role)
1117
+ if partner_mi is not None:
1118
+ pulumi.set(__self__, "partner_mi", partner_mi)
1119
+ if partner_mirroring_cert is not None:
1120
+ pulumi.set(__self__, "partner_mirroring_cert", partner_mirroring_cert)
1121
+ if partner_mirroring_url is not None:
1122
+ pulumi.set(__self__, "partner_mirroring_url", partner_mirroring_url)
1123
+ if partner_sync_mode is None:
1124
+ partner_sync_mode = 'async'
1125
+ if partner_sync_mode is not None:
1126
+ pulumi.set(__self__, "partner_sync_mode", partner_sync_mode)
1127
+ if shared_name is not None:
1128
+ pulumi.set(__self__, "shared_name", shared_name)
1129
+ if source_mi is not None:
1130
+ pulumi.set(__self__, "source_mi", source_mi)
1131
+
1132
+ @property
1133
+ @pulumi.getter
1134
+ def role(self) -> pulumi.Input[Union[str, 'InstanceFailoverGroupRole']]:
1135
+ """
1136
+ The role of the SQL managed instance in this failover group.
1137
+ """
1138
+ return pulumi.get(self, "role")
1139
+
1140
+ @role.setter
1141
+ def role(self, value: pulumi.Input[Union[str, 'InstanceFailoverGroupRole']]):
1142
+ pulumi.set(self, "role", value)
1143
+
1144
+ @property
1145
+ @pulumi.getter(name="partnerMI")
1146
+ def partner_mi(self) -> Optional[pulumi.Input[str]]:
1147
+ """
1148
+ The name of the partner SQL managed instance.
1149
+ """
1150
+ return pulumi.get(self, "partner_mi")
1151
+
1152
+ @partner_mi.setter
1153
+ def partner_mi(self, value: Optional[pulumi.Input[str]]):
1154
+ pulumi.set(self, "partner_mi", value)
1155
+
1156
+ @property
1157
+ @pulumi.getter(name="partnerMirroringCert")
1158
+ def partner_mirroring_cert(self) -> Optional[pulumi.Input[str]]:
1159
+ """
1160
+ The mirroring endpoint public certificate for the partner SQL managed instance. Only PEM format is supported.
1161
+ """
1162
+ return pulumi.get(self, "partner_mirroring_cert")
1163
+
1164
+ @partner_mirroring_cert.setter
1165
+ def partner_mirroring_cert(self, value: Optional[pulumi.Input[str]]):
1166
+ pulumi.set(self, "partner_mirroring_cert", value)
1167
+
1168
+ @property
1169
+ @pulumi.getter(name="partnerMirroringURL")
1170
+ def partner_mirroring_url(self) -> Optional[pulumi.Input[str]]:
1171
+ """
1172
+ The mirroring endpoint URL of the partner SQL managed instance.
1173
+ """
1174
+ return pulumi.get(self, "partner_mirroring_url")
1175
+
1176
+ @partner_mirroring_url.setter
1177
+ def partner_mirroring_url(self, value: Optional[pulumi.Input[str]]):
1178
+ pulumi.set(self, "partner_mirroring_url", value)
1179
+
1180
+ @property
1181
+ @pulumi.getter(name="partnerSyncMode")
1182
+ def partner_sync_mode(self) -> Optional[pulumi.Input[Union[str, 'FailoverGroupPartnerSyncMode']]]:
1183
+ """
1184
+ The partner sync mode of the SQL managed instance.
1185
+ """
1186
+ return pulumi.get(self, "partner_sync_mode")
1187
+
1188
+ @partner_sync_mode.setter
1189
+ def partner_sync_mode(self, value: Optional[pulumi.Input[Union[str, 'FailoverGroupPartnerSyncMode']]]):
1190
+ pulumi.set(self, "partner_sync_mode", value)
1191
+
1192
+ @property
1193
+ @pulumi.getter(name="sharedName")
1194
+ def shared_name(self) -> Optional[pulumi.Input[str]]:
1195
+ """
1196
+ The shared name of the failover group for this SQL managed instance. Both SQL managed instance and its partner have to use the same shared name.
1197
+ """
1198
+ return pulumi.get(self, "shared_name")
1199
+
1200
+ @shared_name.setter
1201
+ def shared_name(self, value: Optional[pulumi.Input[str]]):
1202
+ pulumi.set(self, "shared_name", value)
1203
+
1204
+ @property
1205
+ @pulumi.getter(name="sourceMI")
1206
+ def source_mi(self) -> Optional[pulumi.Input[str]]:
1207
+ """
1208
+ The name of the SQL managed instance with this failover group role.
1209
+ """
1210
+ return pulumi.get(self, "source_mi")
1211
+
1212
+ @source_mi.setter
1213
+ def source_mi(self, value: Optional[pulumi.Input[str]]):
1214
+ pulumi.set(self, "source_mi", value)
1215
+
1216
+
1217
+ @pulumi.input_type
1218
+ class K8sActiveDirectoryConnectorArgs:
1219
+ def __init__(__self__, *,
1220
+ name: Optional[pulumi.Input[str]] = None,
1221
+ namespace: Optional[pulumi.Input[str]] = None):
1222
+ """
1223
+ :param pulumi.Input[str] name: Name of the connector
1224
+ :param pulumi.Input[str] namespace: Name space of the connector
1225
+ """
1226
+ if name is not None:
1227
+ pulumi.set(__self__, "name", name)
1228
+ if namespace is not None:
1229
+ pulumi.set(__self__, "namespace", namespace)
1230
+
1231
+ @property
1232
+ @pulumi.getter
1233
+ def name(self) -> Optional[pulumi.Input[str]]:
1234
+ """
1235
+ Name of the connector
1236
+ """
1237
+ return pulumi.get(self, "name")
1238
+
1239
+ @name.setter
1240
+ def name(self, value: Optional[pulumi.Input[str]]):
1241
+ pulumi.set(self, "name", value)
1242
+
1243
+ @property
1244
+ @pulumi.getter
1245
+ def namespace(self) -> Optional[pulumi.Input[str]]:
1246
+ """
1247
+ Name space of the connector
1248
+ """
1249
+ return pulumi.get(self, "namespace")
1250
+
1251
+ @namespace.setter
1252
+ def namespace(self, value: Optional[pulumi.Input[str]]):
1253
+ pulumi.set(self, "namespace", value)
1254
+
1255
+
1256
+ @pulumi.input_type
1257
+ class K8sActiveDirectoryArgs:
1258
+ def __init__(__self__, *,
1259
+ account_name: Optional[pulumi.Input[str]] = None,
1260
+ connector: Optional[pulumi.Input['K8sActiveDirectoryConnectorArgs']] = None,
1261
+ encryption_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1262
+ keytab_secret: Optional[pulumi.Input[str]] = None):
1263
+ """
1264
+ The kubernetes active directory information.
1265
+ :param pulumi.Input[str] account_name: Account name for AAD
1266
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] encryption_types: An array of encryption types
1267
+ :param pulumi.Input[str] keytab_secret: Keytab secret used to authenticate with Active Directory.
1268
+ """
1269
+ if account_name is not None:
1270
+ pulumi.set(__self__, "account_name", account_name)
1271
+ if connector is not None:
1272
+ pulumi.set(__self__, "connector", connector)
1273
+ if encryption_types is not None:
1274
+ pulumi.set(__self__, "encryption_types", encryption_types)
1275
+ if keytab_secret is not None:
1276
+ pulumi.set(__self__, "keytab_secret", keytab_secret)
1277
+
1278
+ @property
1279
+ @pulumi.getter(name="accountName")
1280
+ def account_name(self) -> Optional[pulumi.Input[str]]:
1281
+ """
1282
+ Account name for AAD
1283
+ """
1284
+ return pulumi.get(self, "account_name")
1285
+
1286
+ @account_name.setter
1287
+ def account_name(self, value: Optional[pulumi.Input[str]]):
1288
+ pulumi.set(self, "account_name", value)
1289
+
1290
+ @property
1291
+ @pulumi.getter
1292
+ def connector(self) -> Optional[pulumi.Input['K8sActiveDirectoryConnectorArgs']]:
1293
+ return pulumi.get(self, "connector")
1294
+
1295
+ @connector.setter
1296
+ def connector(self, value: Optional[pulumi.Input['K8sActiveDirectoryConnectorArgs']]):
1297
+ pulumi.set(self, "connector", value)
1298
+
1299
+ @property
1300
+ @pulumi.getter(name="encryptionTypes")
1301
+ def encryption_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1302
+ """
1303
+ An array of encryption types
1304
+ """
1305
+ return pulumi.get(self, "encryption_types")
1306
+
1307
+ @encryption_types.setter
1308
+ def encryption_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1309
+ pulumi.set(self, "encryption_types", value)
1310
+
1311
+ @property
1312
+ @pulumi.getter(name="keytabSecret")
1313
+ def keytab_secret(self) -> Optional[pulumi.Input[str]]:
1314
+ """
1315
+ Keytab secret used to authenticate with Active Directory.
1316
+ """
1317
+ return pulumi.get(self, "keytab_secret")
1318
+
1319
+ @keytab_secret.setter
1320
+ def keytab_secret(self, value: Optional[pulumi.Input[str]]):
1321
+ pulumi.set(self, "keytab_secret", value)
1322
+
1323
+
1324
+ @pulumi.input_type
1325
+ class K8sNetworkSettingsArgs:
1326
+ def __init__(__self__, *,
1327
+ forceencryption: Optional[pulumi.Input[int]] = None,
1328
+ tlsciphers: Optional[pulumi.Input[str]] = None,
1329
+ tlsprotocols: Optional[pulumi.Input[str]] = None):
1330
+ """
1331
+ The kubernetes network settings information.
1332
+ :param pulumi.Input[int] forceencryption: If 1, then SQL Server forces all connections to be encrypted. By default, this option is 0
1333
+ :param pulumi.Input[str] tlsciphers: Specifies which ciphers are allowed by SQL Server for TLS
1334
+ :param pulumi.Input[str] tlsprotocols: A comma-separated list of which TLS protocols are allowed by SQL Server
1335
+ """
1336
+ if forceencryption is not None:
1337
+ pulumi.set(__self__, "forceencryption", forceencryption)
1338
+ if tlsciphers is not None:
1339
+ pulumi.set(__self__, "tlsciphers", tlsciphers)
1340
+ if tlsprotocols is not None:
1341
+ pulumi.set(__self__, "tlsprotocols", tlsprotocols)
1342
+
1343
+ @property
1344
+ @pulumi.getter
1345
+ def forceencryption(self) -> Optional[pulumi.Input[int]]:
1346
+ """
1347
+ If 1, then SQL Server forces all connections to be encrypted. By default, this option is 0
1348
+ """
1349
+ return pulumi.get(self, "forceencryption")
1350
+
1351
+ @forceencryption.setter
1352
+ def forceencryption(self, value: Optional[pulumi.Input[int]]):
1353
+ pulumi.set(self, "forceencryption", value)
1354
+
1355
+ @property
1356
+ @pulumi.getter
1357
+ def tlsciphers(self) -> Optional[pulumi.Input[str]]:
1358
+ """
1359
+ Specifies which ciphers are allowed by SQL Server for TLS
1360
+ """
1361
+ return pulumi.get(self, "tlsciphers")
1362
+
1363
+ @tlsciphers.setter
1364
+ def tlsciphers(self, value: Optional[pulumi.Input[str]]):
1365
+ pulumi.set(self, "tlsciphers", value)
1366
+
1367
+ @property
1368
+ @pulumi.getter
1369
+ def tlsprotocols(self) -> Optional[pulumi.Input[str]]:
1370
+ """
1371
+ A comma-separated list of which TLS protocols are allowed by SQL Server
1372
+ """
1373
+ return pulumi.get(self, "tlsprotocols")
1374
+
1375
+ @tlsprotocols.setter
1376
+ def tlsprotocols(self, value: Optional[pulumi.Input[str]]):
1377
+ pulumi.set(self, "tlsprotocols", value)
1378
+
1379
+
1380
+ @pulumi.input_type
1381
+ class K8sResourceRequirementsArgs:
1382
+ def __init__(__self__, *,
1383
+ limits: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1384
+ requests: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
1385
+ """
1386
+ The kubernetes resource limits and requests used to restrict or reserve resource usage.
1387
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] limits: Limits for a kubernetes resource type (e.g 'cpu', 'memory'). The 'cpu' request must be less than or equal to 'cpu' limit. Default 'cpu' is 2, minimum is 1. Default 'memory' is '4Gi', minimum is '2Gi. If sku.tier is GeneralPurpose, maximum 'cpu' is 24 and maximum 'memory' is '128Gi'.
1388
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] requests: Requests for a kubernetes resource type (e.g 'cpu', 'memory'). The 'cpu' request must be less than or equal to 'cpu' limit. Default 'cpu' is 2, minimum is 1. Default 'memory' is '4Gi', minimum is '2Gi. If sku.tier is GeneralPurpose, maximum 'cpu' is 24 and maximum 'memory' is '128Gi'.
1389
+ """
1390
+ if limits is not None:
1391
+ pulumi.set(__self__, "limits", limits)
1392
+ if requests is not None:
1393
+ pulumi.set(__self__, "requests", requests)
1394
+
1395
+ @property
1396
+ @pulumi.getter
1397
+ def limits(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
1398
+ """
1399
+ Limits for a kubernetes resource type (e.g 'cpu', 'memory'). The 'cpu' request must be less than or equal to 'cpu' limit. Default 'cpu' is 2, minimum is 1. Default 'memory' is '4Gi', minimum is '2Gi. If sku.tier is GeneralPurpose, maximum 'cpu' is 24 and maximum 'memory' is '128Gi'.
1400
+ """
1401
+ return pulumi.get(self, "limits")
1402
+
1403
+ @limits.setter
1404
+ def limits(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
1405
+ pulumi.set(self, "limits", value)
1406
+
1407
+ @property
1408
+ @pulumi.getter
1409
+ def requests(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
1410
+ """
1411
+ Requests for a kubernetes resource type (e.g 'cpu', 'memory'). The 'cpu' request must be less than or equal to 'cpu' limit. Default 'cpu' is 2, minimum is 1. Default 'memory' is '4Gi', minimum is '2Gi. If sku.tier is GeneralPurpose, maximum 'cpu' is 24 and maximum 'memory' is '128Gi'.
1412
+ """
1413
+ return pulumi.get(self, "requests")
1414
+
1415
+ @requests.setter
1416
+ def requests(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
1417
+ pulumi.set(self, "requests", value)
1418
+
1419
+
1420
+ @pulumi.input_type
1421
+ class K8sSchedulingOptionsArgs:
1422
+ def __init__(__self__, *,
1423
+ resources: Optional[pulumi.Input['K8sResourceRequirementsArgs']] = None):
1424
+ """
1425
+ The kubernetes scheduling options. It describes restrictions used to help Kubernetes select appropriate nodes to host the database service
1426
+ :param pulumi.Input['K8sResourceRequirementsArgs'] resources: The kubernetes resource limits and requests used to restrict or reserve resource usage.
1427
+ """
1428
+ if resources is not None:
1429
+ pulumi.set(__self__, "resources", resources)
1430
+
1431
+ @property
1432
+ @pulumi.getter
1433
+ def resources(self) -> Optional[pulumi.Input['K8sResourceRequirementsArgs']]:
1434
+ """
1435
+ The kubernetes resource limits and requests used to restrict or reserve resource usage.
1436
+ """
1437
+ return pulumi.get(self, "resources")
1438
+
1439
+ @resources.setter
1440
+ def resources(self, value: Optional[pulumi.Input['K8sResourceRequirementsArgs']]):
1441
+ pulumi.set(self, "resources", value)
1442
+
1443
+
1444
+ @pulumi.input_type
1445
+ class K8sSchedulingArgs:
1446
+ def __init__(__self__, *,
1447
+ default: Optional[pulumi.Input['K8sSchedulingOptionsArgs']] = None):
1448
+ """
1449
+ The kubernetes scheduling information.
1450
+ :param pulumi.Input['K8sSchedulingOptionsArgs'] default: The kubernetes scheduling options. It describes restrictions used to help Kubernetes select appropriate nodes to host the database service
1451
+ """
1452
+ if default is not None:
1453
+ pulumi.set(__self__, "default", default)
1454
+
1455
+ @property
1456
+ @pulumi.getter
1457
+ def default(self) -> Optional[pulumi.Input['K8sSchedulingOptionsArgs']]:
1458
+ """
1459
+ The kubernetes scheduling options. It describes restrictions used to help Kubernetes select appropriate nodes to host the database service
1460
+ """
1461
+ return pulumi.get(self, "default")
1462
+
1463
+ @default.setter
1464
+ def default(self, value: Optional[pulumi.Input['K8sSchedulingOptionsArgs']]):
1465
+ pulumi.set(self, "default", value)
1466
+
1467
+
1468
+ @pulumi.input_type
1469
+ class K8sSecurityArgs:
1470
+ def __init__(__self__, *,
1471
+ active_directory: Optional[pulumi.Input['K8sActiveDirectoryArgs']] = None,
1472
+ admin_login_secret: Optional[pulumi.Input[str]] = None,
1473
+ service_certificate_secret: Optional[pulumi.Input[str]] = None,
1474
+ transparent_data_encryption: Optional[pulumi.Input['K8stransparentDataEncryptionArgs']] = None):
1475
+ """
1476
+ The kubernetes security information.
1477
+ :param pulumi.Input['K8sActiveDirectoryArgs'] active_directory: The kubernetes active directory information.
1478
+ :param pulumi.Input[str] admin_login_secret: Admin login secret key
1479
+ :param pulumi.Input[str] service_certificate_secret: Service certificate secret used
1480
+ :param pulumi.Input['K8stransparentDataEncryptionArgs'] transparent_data_encryption: Transparent data encryption information.
1481
+ """
1482
+ if active_directory is not None:
1483
+ pulumi.set(__self__, "active_directory", active_directory)
1484
+ if admin_login_secret is not None:
1485
+ pulumi.set(__self__, "admin_login_secret", admin_login_secret)
1486
+ if service_certificate_secret is not None:
1487
+ pulumi.set(__self__, "service_certificate_secret", service_certificate_secret)
1488
+ if transparent_data_encryption is not None:
1489
+ pulumi.set(__self__, "transparent_data_encryption", transparent_data_encryption)
1490
+
1491
+ @property
1492
+ @pulumi.getter(name="activeDirectory")
1493
+ def active_directory(self) -> Optional[pulumi.Input['K8sActiveDirectoryArgs']]:
1494
+ """
1495
+ The kubernetes active directory information.
1496
+ """
1497
+ return pulumi.get(self, "active_directory")
1498
+
1499
+ @active_directory.setter
1500
+ def active_directory(self, value: Optional[pulumi.Input['K8sActiveDirectoryArgs']]):
1501
+ pulumi.set(self, "active_directory", value)
1502
+
1503
+ @property
1504
+ @pulumi.getter(name="adminLoginSecret")
1505
+ def admin_login_secret(self) -> Optional[pulumi.Input[str]]:
1506
+ """
1507
+ Admin login secret key
1508
+ """
1509
+ return pulumi.get(self, "admin_login_secret")
1510
+
1511
+ @admin_login_secret.setter
1512
+ def admin_login_secret(self, value: Optional[pulumi.Input[str]]):
1513
+ pulumi.set(self, "admin_login_secret", value)
1514
+
1515
+ @property
1516
+ @pulumi.getter(name="serviceCertificateSecret")
1517
+ def service_certificate_secret(self) -> Optional[pulumi.Input[str]]:
1518
+ """
1519
+ Service certificate secret used
1520
+ """
1521
+ return pulumi.get(self, "service_certificate_secret")
1522
+
1523
+ @service_certificate_secret.setter
1524
+ def service_certificate_secret(self, value: Optional[pulumi.Input[str]]):
1525
+ pulumi.set(self, "service_certificate_secret", value)
1526
+
1527
+ @property
1528
+ @pulumi.getter(name="transparentDataEncryption")
1529
+ def transparent_data_encryption(self) -> Optional[pulumi.Input['K8stransparentDataEncryptionArgs']]:
1530
+ """
1531
+ Transparent data encryption information.
1532
+ """
1533
+ return pulumi.get(self, "transparent_data_encryption")
1534
+
1535
+ @transparent_data_encryption.setter
1536
+ def transparent_data_encryption(self, value: Optional[pulumi.Input['K8stransparentDataEncryptionArgs']]):
1537
+ pulumi.set(self, "transparent_data_encryption", value)
1538
+
1539
+
1540
+ @pulumi.input_type
1541
+ class K8sSettingsArgs:
1542
+ def __init__(__self__, *,
1543
+ network: Optional[pulumi.Input['K8sNetworkSettingsArgs']] = None):
1544
+ """
1545
+ The kubernetes settings information.
1546
+ :param pulumi.Input['K8sNetworkSettingsArgs'] network: The kubernetes network settings information.
1547
+ """
1548
+ if network is not None:
1549
+ pulumi.set(__self__, "network", network)
1550
+
1551
+ @property
1552
+ @pulumi.getter
1553
+ def network(self) -> Optional[pulumi.Input['K8sNetworkSettingsArgs']]:
1554
+ """
1555
+ The kubernetes network settings information.
1556
+ """
1557
+ return pulumi.get(self, "network")
1558
+
1559
+ @network.setter
1560
+ def network(self, value: Optional[pulumi.Input['K8sNetworkSettingsArgs']]):
1561
+ pulumi.set(self, "network", value)
1562
+
1563
+
1564
+ @pulumi.input_type
1565
+ class K8stransparentDataEncryptionArgs:
1566
+ def __init__(__self__, *,
1567
+ mode: Optional[pulumi.Input[str]] = None,
1568
+ protector_secret: Optional[pulumi.Input[str]] = None):
1569
+ """
1570
+ Transparent data encryption information.
1571
+ :param pulumi.Input[str] mode: Transparent data encryption mode. Can be Service Managed, Customer managed or disabled
1572
+ :param pulumi.Input[str] protector_secret: Protector secret for customer managed Transparent data encryption mode
1573
+ """
1574
+ if mode is not None:
1575
+ pulumi.set(__self__, "mode", mode)
1576
+ if protector_secret is not None:
1577
+ pulumi.set(__self__, "protector_secret", protector_secret)
1578
+
1579
+ @property
1580
+ @pulumi.getter
1581
+ def mode(self) -> Optional[pulumi.Input[str]]:
1582
+ """
1583
+ Transparent data encryption mode. Can be Service Managed, Customer managed or disabled
1584
+ """
1585
+ return pulumi.get(self, "mode")
1586
+
1587
+ @mode.setter
1588
+ def mode(self, value: Optional[pulumi.Input[str]]):
1589
+ pulumi.set(self, "mode", value)
1590
+
1591
+ @property
1592
+ @pulumi.getter(name="protectorSecret")
1593
+ def protector_secret(self) -> Optional[pulumi.Input[str]]:
1594
+ """
1595
+ Protector secret for customer managed Transparent data encryption mode
1596
+ """
1597
+ return pulumi.get(self, "protector_secret")
1598
+
1599
+ @protector_secret.setter
1600
+ def protector_secret(self, value: Optional[pulumi.Input[str]]):
1601
+ pulumi.set(self, "protector_secret", value)
1602
+
1603
+
1604
+ @pulumi.input_type
1605
+ class KeytabInformationArgs:
1606
+ def __init__(__self__, *,
1607
+ keytab: Optional[pulumi.Input[str]] = None):
1608
+ """
1609
+ Keytab used for authenticate with Active Directory.
1610
+ :param pulumi.Input[str] keytab: A base64-encoded keytab.
1611
+ """
1612
+ if keytab is not None:
1613
+ pulumi.set(__self__, "keytab", keytab)
1614
+
1615
+ @property
1616
+ @pulumi.getter
1617
+ def keytab(self) -> Optional[pulumi.Input[str]]:
1618
+ """
1619
+ A base64-encoded keytab.
1620
+ """
1621
+ return pulumi.get(self, "keytab")
1622
+
1623
+ @keytab.setter
1624
+ def keytab(self, value: Optional[pulumi.Input[str]]):
1625
+ pulumi.set(self, "keytab", value)
1626
+
1627
+
1628
+ @pulumi.input_type
1629
+ class LogAnalyticsWorkspaceConfigArgs:
1630
+ def __init__(__self__, *,
1631
+ primary_key: Optional[pulumi.Input[str]] = None,
1632
+ workspace_id: Optional[pulumi.Input[str]] = None):
1633
+ """
1634
+ Log analytics workspace id and primary key
1635
+ :param pulumi.Input[str] primary_key: Primary key of the workspace
1636
+ :param pulumi.Input[str] workspace_id: Azure Log Analytics workspace ID
1637
+ """
1638
+ if primary_key is not None:
1639
+ pulumi.set(__self__, "primary_key", primary_key)
1640
+ if workspace_id is not None:
1641
+ pulumi.set(__self__, "workspace_id", workspace_id)
1642
+
1643
+ @property
1644
+ @pulumi.getter(name="primaryKey")
1645
+ def primary_key(self) -> Optional[pulumi.Input[str]]:
1646
+ """
1647
+ Primary key of the workspace
1648
+ """
1649
+ return pulumi.get(self, "primary_key")
1650
+
1651
+ @primary_key.setter
1652
+ def primary_key(self, value: Optional[pulumi.Input[str]]):
1653
+ pulumi.set(self, "primary_key", value)
1654
+
1655
+ @property
1656
+ @pulumi.getter(name="workspaceId")
1657
+ def workspace_id(self) -> Optional[pulumi.Input[str]]:
1658
+ """
1659
+ Azure Log Analytics workspace ID
1660
+ """
1661
+ return pulumi.get(self, "workspace_id")
1662
+
1663
+ @workspace_id.setter
1664
+ def workspace_id(self, value: Optional[pulumi.Input[str]]):
1665
+ pulumi.set(self, "workspace_id", value)
1666
+
1667
+
1668
+ @pulumi.input_type
1669
+ class MonitoringArgs:
1670
+ def __init__(__self__, *,
1671
+ enabled: Optional[pulumi.Input[bool]] = None):
1672
+ """
1673
+ The monitoring configuration.
1674
+ :param pulumi.Input[bool] enabled: Indicates if monitoring is enabled for this SQL Server instance.
1675
+ """
1676
+ if enabled is not None:
1677
+ pulumi.set(__self__, "enabled", enabled)
1678
+
1679
+ @property
1680
+ @pulumi.getter
1681
+ def enabled(self) -> Optional[pulumi.Input[bool]]:
1682
+ """
1683
+ Indicates if monitoring is enabled for this SQL Server instance.
1684
+ """
1685
+ return pulumi.get(self, "enabled")
1686
+
1687
+ @enabled.setter
1688
+ def enabled(self, value: Optional[pulumi.Input[bool]]):
1689
+ pulumi.set(self, "enabled", value)
1690
+
1691
+
1692
+ @pulumi.input_type
1693
+ class OnPremisePropertyArgs:
1694
+ def __init__(__self__, *,
1695
+ id: pulumi.Input[str],
1696
+ public_signing_key: pulumi.Input[str],
1697
+ signing_certificate_thumbprint: Optional[pulumi.Input[str]] = None):
1698
+ """
1699
+ Properties from the Kubernetes data controller
1700
+ :param pulumi.Input[str] id: A globally unique ID identifying the associated Kubernetes cluster
1701
+ :param pulumi.Input[str] public_signing_key: Certificate that contains the Kubernetes cluster public key used to verify signing
1702
+ :param pulumi.Input[str] signing_certificate_thumbprint: Unique thumbprint returned to customer to verify the certificate being uploaded
1703
+ """
1704
+ pulumi.set(__self__, "id", id)
1705
+ pulumi.set(__self__, "public_signing_key", public_signing_key)
1706
+ if signing_certificate_thumbprint is not None:
1707
+ pulumi.set(__self__, "signing_certificate_thumbprint", signing_certificate_thumbprint)
1708
+
1709
+ @property
1710
+ @pulumi.getter
1711
+ def id(self) -> pulumi.Input[str]:
1712
+ """
1713
+ A globally unique ID identifying the associated Kubernetes cluster
1714
+ """
1715
+ return pulumi.get(self, "id")
1716
+
1717
+ @id.setter
1718
+ def id(self, value: pulumi.Input[str]):
1719
+ pulumi.set(self, "id", value)
1720
+
1721
+ @property
1722
+ @pulumi.getter(name="publicSigningKey")
1723
+ def public_signing_key(self) -> pulumi.Input[str]:
1724
+ """
1725
+ Certificate that contains the Kubernetes cluster public key used to verify signing
1726
+ """
1727
+ return pulumi.get(self, "public_signing_key")
1728
+
1729
+ @public_signing_key.setter
1730
+ def public_signing_key(self, value: pulumi.Input[str]):
1731
+ pulumi.set(self, "public_signing_key", value)
1732
+
1733
+ @property
1734
+ @pulumi.getter(name="signingCertificateThumbprint")
1735
+ def signing_certificate_thumbprint(self) -> Optional[pulumi.Input[str]]:
1736
+ """
1737
+ Unique thumbprint returned to customer to verify the certificate being uploaded
1738
+ """
1739
+ return pulumi.get(self, "signing_certificate_thumbprint")
1740
+
1741
+ @signing_certificate_thumbprint.setter
1742
+ def signing_certificate_thumbprint(self, value: Optional[pulumi.Input[str]]):
1743
+ pulumi.set(self, "signing_certificate_thumbprint", value)
1744
+
1745
+
1746
+ @pulumi.input_type
1747
+ class PostgresInstancePropertiesArgs:
1748
+ def __init__(__self__, *,
1749
+ admin: Optional[pulumi.Input[str]] = None,
1750
+ basic_login_information: Optional[pulumi.Input['BasicLoginInformationArgs']] = None,
1751
+ data_controller_id: Optional[pulumi.Input[str]] = None,
1752
+ k8s_raw: Optional[Any] = None,
1753
+ last_uploaded_date: Optional[pulumi.Input[str]] = None):
1754
+ """
1755
+ Postgres Instance properties.
1756
+ :param pulumi.Input[str] admin: The instance admin
1757
+ :param pulumi.Input['BasicLoginInformationArgs'] basic_login_information: Username and password for basic authentication.
1758
+ :param pulumi.Input[str] data_controller_id: The data controller id
1759
+ :param Any k8s_raw: The raw kubernetes information
1760
+ :param pulumi.Input[str] last_uploaded_date: Last uploaded date from Kubernetes cluster. Defaults to current date time
1761
+ """
1762
+ if admin is not None:
1763
+ pulumi.set(__self__, "admin", admin)
1764
+ if basic_login_information is not None:
1765
+ pulumi.set(__self__, "basic_login_information", basic_login_information)
1766
+ if data_controller_id is not None:
1767
+ pulumi.set(__self__, "data_controller_id", data_controller_id)
1768
+ if k8s_raw is not None:
1769
+ pulumi.set(__self__, "k8s_raw", k8s_raw)
1770
+ if last_uploaded_date is not None:
1771
+ pulumi.set(__self__, "last_uploaded_date", last_uploaded_date)
1772
+
1773
+ @property
1774
+ @pulumi.getter
1775
+ def admin(self) -> Optional[pulumi.Input[str]]:
1776
+ """
1777
+ The instance admin
1778
+ """
1779
+ return pulumi.get(self, "admin")
1780
+
1781
+ @admin.setter
1782
+ def admin(self, value: Optional[pulumi.Input[str]]):
1783
+ pulumi.set(self, "admin", value)
1784
+
1785
+ @property
1786
+ @pulumi.getter(name="basicLoginInformation")
1787
+ def basic_login_information(self) -> Optional[pulumi.Input['BasicLoginInformationArgs']]:
1788
+ """
1789
+ Username and password for basic authentication.
1790
+ """
1791
+ return pulumi.get(self, "basic_login_information")
1792
+
1793
+ @basic_login_information.setter
1794
+ def basic_login_information(self, value: Optional[pulumi.Input['BasicLoginInformationArgs']]):
1795
+ pulumi.set(self, "basic_login_information", value)
1796
+
1797
+ @property
1798
+ @pulumi.getter(name="dataControllerId")
1799
+ def data_controller_id(self) -> Optional[pulumi.Input[str]]:
1800
+ """
1801
+ The data controller id
1802
+ """
1803
+ return pulumi.get(self, "data_controller_id")
1804
+
1805
+ @data_controller_id.setter
1806
+ def data_controller_id(self, value: Optional[pulumi.Input[str]]):
1807
+ pulumi.set(self, "data_controller_id", value)
1808
+
1809
+ @property
1810
+ @pulumi.getter(name="k8sRaw")
1811
+ def k8s_raw(self) -> Optional[Any]:
1812
+ """
1813
+ The raw kubernetes information
1814
+ """
1815
+ return pulumi.get(self, "k8s_raw")
1816
+
1817
+ @k8s_raw.setter
1818
+ def k8s_raw(self, value: Optional[Any]):
1819
+ pulumi.set(self, "k8s_raw", value)
1820
+
1821
+ @property
1822
+ @pulumi.getter(name="lastUploadedDate")
1823
+ def last_uploaded_date(self) -> Optional[pulumi.Input[str]]:
1824
+ """
1825
+ Last uploaded date from Kubernetes cluster. Defaults to current date time
1826
+ """
1827
+ return pulumi.get(self, "last_uploaded_date")
1828
+
1829
+ @last_uploaded_date.setter
1830
+ def last_uploaded_date(self, value: Optional[pulumi.Input[str]]):
1831
+ pulumi.set(self, "last_uploaded_date", value)
1832
+
1833
+
1834
+ @pulumi.input_type
1835
+ class PostgresInstanceSkuArgs:
1836
+ def __init__(__self__, *,
1837
+ name: pulumi.Input[str],
1838
+ capacity: Optional[pulumi.Input[int]] = None,
1839
+ dev: Optional[pulumi.Input[bool]] = None,
1840
+ family: Optional[pulumi.Input[str]] = None,
1841
+ size: Optional[pulumi.Input[str]] = None,
1842
+ tier: Optional[pulumi.Input['PostgresInstanceSkuTier']] = None):
1843
+ """
1844
+ The resource model definition representing SKU for Azure Database for PostgresSQL - Azure Arc
1845
+ :param pulumi.Input[str] name: The name of the SKU. It is typically a letter+number code
1846
+ :param pulumi.Input[int] capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
1847
+ :param pulumi.Input[bool] dev: Whether dev/test is enabled. When the dev field is set to true, the resource is used for dev/test purpose.
1848
+ :param pulumi.Input[str] family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
1849
+ :param pulumi.Input[str] size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
1850
+ :param pulumi.Input['PostgresInstanceSkuTier'] tier: This field is required to be implemented by the Resource Provider if the service has more than one tier.
1851
+ """
1852
+ pulumi.set(__self__, "name", name)
1853
+ if capacity is not None:
1854
+ pulumi.set(__self__, "capacity", capacity)
1855
+ if dev is None:
1856
+ dev = True
1857
+ if dev is not None:
1858
+ pulumi.set(__self__, "dev", dev)
1859
+ if family is not None:
1860
+ pulumi.set(__self__, "family", family)
1861
+ if size is not None:
1862
+ pulumi.set(__self__, "size", size)
1863
+ if tier is None:
1864
+ tier = 'Hyperscale'
1865
+ if tier is not None:
1866
+ pulumi.set(__self__, "tier", tier)
1867
+
1868
+ @property
1869
+ @pulumi.getter
1870
+ def name(self) -> pulumi.Input[str]:
1871
+ """
1872
+ The name of the SKU. It is typically a letter+number code
1873
+ """
1874
+ return pulumi.get(self, "name")
1875
+
1876
+ @name.setter
1877
+ def name(self, value: pulumi.Input[str]):
1878
+ pulumi.set(self, "name", value)
1879
+
1880
+ @property
1881
+ @pulumi.getter
1882
+ def capacity(self) -> Optional[pulumi.Input[int]]:
1883
+ """
1884
+ If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
1885
+ """
1886
+ return pulumi.get(self, "capacity")
1887
+
1888
+ @capacity.setter
1889
+ def capacity(self, value: Optional[pulumi.Input[int]]):
1890
+ pulumi.set(self, "capacity", value)
1891
+
1892
+ @property
1893
+ @pulumi.getter
1894
+ def dev(self) -> Optional[pulumi.Input[bool]]:
1895
+ """
1896
+ Whether dev/test is enabled. When the dev field is set to true, the resource is used for dev/test purpose.
1897
+ """
1898
+ return pulumi.get(self, "dev")
1899
+
1900
+ @dev.setter
1901
+ def dev(self, value: Optional[pulumi.Input[bool]]):
1902
+ pulumi.set(self, "dev", value)
1903
+
1904
+ @property
1905
+ @pulumi.getter
1906
+ def family(self) -> Optional[pulumi.Input[str]]:
1907
+ """
1908
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
1909
+ """
1910
+ return pulumi.get(self, "family")
1911
+
1912
+ @family.setter
1913
+ def family(self, value: Optional[pulumi.Input[str]]):
1914
+ pulumi.set(self, "family", value)
1915
+
1916
+ @property
1917
+ @pulumi.getter
1918
+ def size(self) -> Optional[pulumi.Input[str]]:
1919
+ """
1920
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
1921
+ """
1922
+ return pulumi.get(self, "size")
1923
+
1924
+ @size.setter
1925
+ def size(self, value: Optional[pulumi.Input[str]]):
1926
+ pulumi.set(self, "size", value)
1927
+
1928
+ @property
1929
+ @pulumi.getter
1930
+ def tier(self) -> Optional[pulumi.Input['PostgresInstanceSkuTier']]:
1931
+ """
1932
+ This field is required to be implemented by the Resource Provider if the service has more than one tier.
1933
+ """
1934
+ return pulumi.get(self, "tier")
1935
+
1936
+ @tier.setter
1937
+ def tier(self, value: Optional[pulumi.Input['PostgresInstanceSkuTier']]):
1938
+ pulumi.set(self, "tier", value)
1939
+
1940
+
1941
+ @pulumi.input_type
1942
+ class SqlAvailabilityGroupDatabaseReplicaResourcePropertiesArgs:
1943
+ def __init__(__self__, *,
1944
+ database_name: Optional[pulumi.Input[str]] = None):
1945
+ """
1946
+ The properties of Arc Sql availability group database replica resource
1947
+ :param pulumi.Input[str] database_name: the database name.
1948
+ """
1949
+ if database_name is not None:
1950
+ pulumi.set(__self__, "database_name", database_name)
1951
+
1952
+ @property
1953
+ @pulumi.getter(name="databaseName")
1954
+ def database_name(self) -> Optional[pulumi.Input[str]]:
1955
+ """
1956
+ the database name.
1957
+ """
1958
+ return pulumi.get(self, "database_name")
1959
+
1960
+ @database_name.setter
1961
+ def database_name(self, value: Optional[pulumi.Input[str]]):
1962
+ pulumi.set(self, "database_name", value)
1963
+
1964
+
1965
+ @pulumi.input_type
1966
+ class SqlAvailabilityGroupReplicaResourcePropertiesArgs:
1967
+ def __init__(__self__, *,
1968
+ configure: Optional[pulumi.Input['AvailabilityGroupConfigureArgs']] = None,
1969
+ replica_name: Optional[pulumi.Input[str]] = None):
1970
+ """
1971
+ The properties of Arc Sql availability group replica resource
1972
+ :param pulumi.Input['AvailabilityGroupConfigureArgs'] configure: null
1973
+ :param pulumi.Input[str] replica_name: the replica name.
1974
+ """
1975
+ if configure is not None:
1976
+ pulumi.set(__self__, "configure", configure)
1977
+ if replica_name is not None:
1978
+ pulumi.set(__self__, "replica_name", replica_name)
1979
+
1980
+ @property
1981
+ @pulumi.getter
1982
+ def configure(self) -> Optional[pulumi.Input['AvailabilityGroupConfigureArgs']]:
1983
+ """
1984
+ null
1985
+ """
1986
+ return pulumi.get(self, "configure")
1987
+
1988
+ @configure.setter
1989
+ def configure(self, value: Optional[pulumi.Input['AvailabilityGroupConfigureArgs']]):
1990
+ pulumi.set(self, "configure", value)
1991
+
1992
+ @property
1993
+ @pulumi.getter(name="replicaName")
1994
+ def replica_name(self) -> Optional[pulumi.Input[str]]:
1995
+ """
1996
+ the replica name.
1997
+ """
1998
+ return pulumi.get(self, "replica_name")
1999
+
2000
+ @replica_name.setter
2001
+ def replica_name(self, value: Optional[pulumi.Input[str]]):
2002
+ pulumi.set(self, "replica_name", value)
2003
+
2004
+
2005
+ @pulumi.input_type
2006
+ class SqlManagedInstanceK8sRawArgs:
2007
+ def __init__(__self__, *,
2008
+ spec: Optional[pulumi.Input['SqlManagedInstanceK8sSpecArgs']] = None):
2009
+ """
2010
+ The raw kubernetes information.
2011
+ :param pulumi.Input['SqlManagedInstanceK8sSpecArgs'] spec: The kubernetes spec information.
2012
+ """
2013
+ if spec is not None:
2014
+ pulumi.set(__self__, "spec", spec)
2015
+
2016
+ @property
2017
+ @pulumi.getter
2018
+ def spec(self) -> Optional[pulumi.Input['SqlManagedInstanceK8sSpecArgs']]:
2019
+ """
2020
+ The kubernetes spec information.
2021
+ """
2022
+ return pulumi.get(self, "spec")
2023
+
2024
+ @spec.setter
2025
+ def spec(self, value: Optional[pulumi.Input['SqlManagedInstanceK8sSpecArgs']]):
2026
+ pulumi.set(self, "spec", value)
2027
+
2028
+
2029
+ @pulumi.input_type
2030
+ class SqlManagedInstanceK8sSpecArgs:
2031
+ def __init__(__self__, *,
2032
+ replicas: Optional[pulumi.Input[int]] = None,
2033
+ scheduling: Optional[pulumi.Input['K8sSchedulingArgs']] = None,
2034
+ security: Optional[pulumi.Input['K8sSecurityArgs']] = None,
2035
+ settings: Optional[pulumi.Input['K8sSettingsArgs']] = None):
2036
+ """
2037
+ The kubernetes spec information.
2038
+ :param pulumi.Input[int] replicas: This option specifies the number of SQL Managed Instance replicas that will be deployed in your Kubernetes cluster for high availability purposes. If sku.tier is BusinessCritical, allowed values are '2' or '3' with default of '3'. If sku.tier is GeneralPurpose, replicas must be '1'.
2039
+ :param pulumi.Input['K8sSchedulingArgs'] scheduling: The kubernetes scheduling information.
2040
+ :param pulumi.Input['K8sSecurityArgs'] security: The kubernetes security information.
2041
+ :param pulumi.Input['K8sSettingsArgs'] settings: The kubernetes settings information.
2042
+ """
2043
+ if replicas is not None:
2044
+ pulumi.set(__self__, "replicas", replicas)
2045
+ if scheduling is not None:
2046
+ pulumi.set(__self__, "scheduling", scheduling)
2047
+ if security is not None:
2048
+ pulumi.set(__self__, "security", security)
2049
+ if settings is not None:
2050
+ pulumi.set(__self__, "settings", settings)
2051
+
2052
+ @property
2053
+ @pulumi.getter
2054
+ def replicas(self) -> Optional[pulumi.Input[int]]:
2055
+ """
2056
+ This option specifies the number of SQL Managed Instance replicas that will be deployed in your Kubernetes cluster for high availability purposes. If sku.tier is BusinessCritical, allowed values are '2' or '3' with default of '3'. If sku.tier is GeneralPurpose, replicas must be '1'.
2057
+ """
2058
+ return pulumi.get(self, "replicas")
2059
+
2060
+ @replicas.setter
2061
+ def replicas(self, value: Optional[pulumi.Input[int]]):
2062
+ pulumi.set(self, "replicas", value)
2063
+
2064
+ @property
2065
+ @pulumi.getter
2066
+ def scheduling(self) -> Optional[pulumi.Input['K8sSchedulingArgs']]:
2067
+ """
2068
+ The kubernetes scheduling information.
2069
+ """
2070
+ return pulumi.get(self, "scheduling")
2071
+
2072
+ @scheduling.setter
2073
+ def scheduling(self, value: Optional[pulumi.Input['K8sSchedulingArgs']]):
2074
+ pulumi.set(self, "scheduling", value)
2075
+
2076
+ @property
2077
+ @pulumi.getter
2078
+ def security(self) -> Optional[pulumi.Input['K8sSecurityArgs']]:
2079
+ """
2080
+ The kubernetes security information.
2081
+ """
2082
+ return pulumi.get(self, "security")
2083
+
2084
+ @security.setter
2085
+ def security(self, value: Optional[pulumi.Input['K8sSecurityArgs']]):
2086
+ pulumi.set(self, "security", value)
2087
+
2088
+ @property
2089
+ @pulumi.getter
2090
+ def settings(self) -> Optional[pulumi.Input['K8sSettingsArgs']]:
2091
+ """
2092
+ The kubernetes settings information.
2093
+ """
2094
+ return pulumi.get(self, "settings")
2095
+
2096
+ @settings.setter
2097
+ def settings(self, value: Optional[pulumi.Input['K8sSettingsArgs']]):
2098
+ pulumi.set(self, "settings", value)
2099
+
2100
+
2101
+ @pulumi.input_type
2102
+ class SqlManagedInstancePropertiesArgs:
2103
+ def __init__(__self__, *,
2104
+ active_directory_information: Optional[pulumi.Input['ActiveDirectoryInformationArgs']] = None,
2105
+ admin: Optional[pulumi.Input[str]] = None,
2106
+ basic_login_information: Optional[pulumi.Input['BasicLoginInformationArgs']] = None,
2107
+ cluster_id: Optional[pulumi.Input[str]] = None,
2108
+ data_controller_id: Optional[pulumi.Input[str]] = None,
2109
+ end_time: Optional[pulumi.Input[str]] = None,
2110
+ extension_id: Optional[pulumi.Input[str]] = None,
2111
+ k8s_raw: Optional[pulumi.Input['SqlManagedInstanceK8sRawArgs']] = None,
2112
+ last_uploaded_date: Optional[pulumi.Input[str]] = None,
2113
+ license_type: Optional[pulumi.Input[Union[str, 'ArcSqlManagedInstanceLicenseType']]] = None,
2114
+ start_time: Optional[pulumi.Input[str]] = None):
2115
+ """
2116
+ Properties of sqlManagedInstance.
2117
+ :param pulumi.Input['ActiveDirectoryInformationArgs'] active_directory_information: Active Directory information related to this SQL Managed Instance.
2118
+ :param pulumi.Input[str] admin: The instance admin user
2119
+ :param pulumi.Input['BasicLoginInformationArgs'] basic_login_information: Username and password for basic authentication.
2120
+ :param pulumi.Input[str] cluster_id: If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
2121
+ :param pulumi.Input[str] data_controller_id: null
2122
+ :param pulumi.Input[str] end_time: The instance end time
2123
+ :param pulumi.Input[str] extension_id: If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
2124
+ :param pulumi.Input['SqlManagedInstanceK8sRawArgs'] k8s_raw: The raw kubernetes information
2125
+ :param pulumi.Input[str] last_uploaded_date: Last uploaded date from Kubernetes cluster. Defaults to current date time
2126
+ :param pulumi.Input[Union[str, 'ArcSqlManagedInstanceLicenseType']] license_type: The license type to apply for this managed instance.
2127
+ :param pulumi.Input[str] start_time: The instance start time
2128
+ """
2129
+ if active_directory_information is not None:
2130
+ pulumi.set(__self__, "active_directory_information", active_directory_information)
2131
+ if admin is not None:
2132
+ pulumi.set(__self__, "admin", admin)
2133
+ if basic_login_information is not None:
2134
+ pulumi.set(__self__, "basic_login_information", basic_login_information)
2135
+ if cluster_id is not None:
2136
+ pulumi.set(__self__, "cluster_id", cluster_id)
2137
+ if data_controller_id is not None:
2138
+ pulumi.set(__self__, "data_controller_id", data_controller_id)
2139
+ if end_time is not None:
2140
+ pulumi.set(__self__, "end_time", end_time)
2141
+ if extension_id is not None:
2142
+ pulumi.set(__self__, "extension_id", extension_id)
2143
+ if k8s_raw is not None:
2144
+ pulumi.set(__self__, "k8s_raw", k8s_raw)
2145
+ if last_uploaded_date is not None:
2146
+ pulumi.set(__self__, "last_uploaded_date", last_uploaded_date)
2147
+ if license_type is None:
2148
+ license_type = 'BasePrice'
2149
+ if license_type is not None:
2150
+ pulumi.set(__self__, "license_type", license_type)
2151
+ if start_time is not None:
2152
+ pulumi.set(__self__, "start_time", start_time)
2153
+
2154
+ @property
2155
+ @pulumi.getter(name="activeDirectoryInformation")
2156
+ def active_directory_information(self) -> Optional[pulumi.Input['ActiveDirectoryInformationArgs']]:
2157
+ """
2158
+ Active Directory information related to this SQL Managed Instance.
2159
+ """
2160
+ return pulumi.get(self, "active_directory_information")
2161
+
2162
+ @active_directory_information.setter
2163
+ def active_directory_information(self, value: Optional[pulumi.Input['ActiveDirectoryInformationArgs']]):
2164
+ pulumi.set(self, "active_directory_information", value)
2165
+
2166
+ @property
2167
+ @pulumi.getter
2168
+ def admin(self) -> Optional[pulumi.Input[str]]:
2169
+ """
2170
+ The instance admin user
2171
+ """
2172
+ return pulumi.get(self, "admin")
2173
+
2174
+ @admin.setter
2175
+ def admin(self, value: Optional[pulumi.Input[str]]):
2176
+ pulumi.set(self, "admin", value)
2177
+
2178
+ @property
2179
+ @pulumi.getter(name="basicLoginInformation")
2180
+ def basic_login_information(self) -> Optional[pulumi.Input['BasicLoginInformationArgs']]:
2181
+ """
2182
+ Username and password for basic authentication.
2183
+ """
2184
+ return pulumi.get(self, "basic_login_information")
2185
+
2186
+ @basic_login_information.setter
2187
+ def basic_login_information(self, value: Optional[pulumi.Input['BasicLoginInformationArgs']]):
2188
+ pulumi.set(self, "basic_login_information", value)
2189
+
2190
+ @property
2191
+ @pulumi.getter(name="clusterId")
2192
+ def cluster_id(self) -> Optional[pulumi.Input[str]]:
2193
+ """
2194
+ If a CustomLocation is provided, this contains the ARM id of the connected cluster the custom location belongs to.
2195
+ """
2196
+ return pulumi.get(self, "cluster_id")
2197
+
2198
+ @cluster_id.setter
2199
+ def cluster_id(self, value: Optional[pulumi.Input[str]]):
2200
+ pulumi.set(self, "cluster_id", value)
2201
+
2202
+ @property
2203
+ @pulumi.getter(name="dataControllerId")
2204
+ def data_controller_id(self) -> Optional[pulumi.Input[str]]:
2205
+ """
2206
+ null
2207
+ """
2208
+ return pulumi.get(self, "data_controller_id")
2209
+
2210
+ @data_controller_id.setter
2211
+ def data_controller_id(self, value: Optional[pulumi.Input[str]]):
2212
+ pulumi.set(self, "data_controller_id", value)
2213
+
2214
+ @property
2215
+ @pulumi.getter(name="endTime")
2216
+ def end_time(self) -> Optional[pulumi.Input[str]]:
2217
+ """
2218
+ The instance end time
2219
+ """
2220
+ return pulumi.get(self, "end_time")
2221
+
2222
+ @end_time.setter
2223
+ def end_time(self, value: Optional[pulumi.Input[str]]):
2224
+ pulumi.set(self, "end_time", value)
2225
+
2226
+ @property
2227
+ @pulumi.getter(name="extensionId")
2228
+ def extension_id(self) -> Optional[pulumi.Input[str]]:
2229
+ """
2230
+ If a CustomLocation is provided, this contains the ARM id of the extension the custom location belongs to.
2231
+ """
2232
+ return pulumi.get(self, "extension_id")
2233
+
2234
+ @extension_id.setter
2235
+ def extension_id(self, value: Optional[pulumi.Input[str]]):
2236
+ pulumi.set(self, "extension_id", value)
2237
+
2238
+ @property
2239
+ @pulumi.getter(name="k8sRaw")
2240
+ def k8s_raw(self) -> Optional[pulumi.Input['SqlManagedInstanceK8sRawArgs']]:
2241
+ """
2242
+ The raw kubernetes information
2243
+ """
2244
+ return pulumi.get(self, "k8s_raw")
2245
+
2246
+ @k8s_raw.setter
2247
+ def k8s_raw(self, value: Optional[pulumi.Input['SqlManagedInstanceK8sRawArgs']]):
2248
+ pulumi.set(self, "k8s_raw", value)
2249
+
2250
+ @property
2251
+ @pulumi.getter(name="lastUploadedDate")
2252
+ def last_uploaded_date(self) -> Optional[pulumi.Input[str]]:
2253
+ """
2254
+ Last uploaded date from Kubernetes cluster. Defaults to current date time
2255
+ """
2256
+ return pulumi.get(self, "last_uploaded_date")
2257
+
2258
+ @last_uploaded_date.setter
2259
+ def last_uploaded_date(self, value: Optional[pulumi.Input[str]]):
2260
+ pulumi.set(self, "last_uploaded_date", value)
2261
+
2262
+ @property
2263
+ @pulumi.getter(name="licenseType")
2264
+ def license_type(self) -> Optional[pulumi.Input[Union[str, 'ArcSqlManagedInstanceLicenseType']]]:
2265
+ """
2266
+ The license type to apply for this managed instance.
2267
+ """
2268
+ return pulumi.get(self, "license_type")
2269
+
2270
+ @license_type.setter
2271
+ def license_type(self, value: Optional[pulumi.Input[Union[str, 'ArcSqlManagedInstanceLicenseType']]]):
2272
+ pulumi.set(self, "license_type", value)
2273
+
2274
+ @property
2275
+ @pulumi.getter(name="startTime")
2276
+ def start_time(self) -> Optional[pulumi.Input[str]]:
2277
+ """
2278
+ The instance start time
2279
+ """
2280
+ return pulumi.get(self, "start_time")
2281
+
2282
+ @start_time.setter
2283
+ def start_time(self, value: Optional[pulumi.Input[str]]):
2284
+ pulumi.set(self, "start_time", value)
2285
+
2286
+
2287
+ @pulumi.input_type
2288
+ class SqlManagedInstanceSkuArgs:
2289
+ def __init__(__self__, *,
2290
+ name: pulumi.Input['SqlManagedInstanceSkuName'],
2291
+ capacity: Optional[pulumi.Input[int]] = None,
2292
+ dev: Optional[pulumi.Input[bool]] = None,
2293
+ family: Optional[pulumi.Input[str]] = None,
2294
+ size: Optional[pulumi.Input[str]] = None,
2295
+ tier: Optional[pulumi.Input['SqlManagedInstanceSkuTier']] = None):
2296
+ """
2297
+ The resource model definition representing SKU for Azure Managed Instance - Azure Arc
2298
+ :param pulumi.Input['SqlManagedInstanceSkuName'] name: The name of the SKU.
2299
+ :param pulumi.Input[int] capacity: The SKU capacity
2300
+ :param pulumi.Input[bool] dev: Whether dev/test is enabled. When the dev field is set to true, the resource is used for dev/test purpose.
2301
+ :param pulumi.Input[str] family: The SKU family
2302
+ :param pulumi.Input[str] size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
2303
+ :param pulumi.Input['SqlManagedInstanceSkuTier'] tier: The pricing tier for the instance.
2304
+ """
2305
+ pulumi.set(__self__, "name", name)
2306
+ if capacity is not None:
2307
+ pulumi.set(__self__, "capacity", capacity)
2308
+ if dev is None:
2309
+ dev = True
2310
+ if dev is not None:
2311
+ pulumi.set(__self__, "dev", dev)
2312
+ if family is not None:
2313
+ pulumi.set(__self__, "family", family)
2314
+ if size is not None:
2315
+ pulumi.set(__self__, "size", size)
2316
+ if tier is None:
2317
+ tier = 'GeneralPurpose'
2318
+ if tier is not None:
2319
+ pulumi.set(__self__, "tier", tier)
2320
+
2321
+ @property
2322
+ @pulumi.getter
2323
+ def name(self) -> pulumi.Input['SqlManagedInstanceSkuName']:
2324
+ """
2325
+ The name of the SKU.
2326
+ """
2327
+ return pulumi.get(self, "name")
2328
+
2329
+ @name.setter
2330
+ def name(self, value: pulumi.Input['SqlManagedInstanceSkuName']):
2331
+ pulumi.set(self, "name", value)
2332
+
2333
+ @property
2334
+ @pulumi.getter
2335
+ def capacity(self) -> Optional[pulumi.Input[int]]:
2336
+ """
2337
+ The SKU capacity
2338
+ """
2339
+ return pulumi.get(self, "capacity")
2340
+
2341
+ @capacity.setter
2342
+ def capacity(self, value: Optional[pulumi.Input[int]]):
2343
+ pulumi.set(self, "capacity", value)
2344
+
2345
+ @property
2346
+ @pulumi.getter
2347
+ def dev(self) -> Optional[pulumi.Input[bool]]:
2348
+ """
2349
+ Whether dev/test is enabled. When the dev field is set to true, the resource is used for dev/test purpose.
2350
+ """
2351
+ return pulumi.get(self, "dev")
2352
+
2353
+ @dev.setter
2354
+ def dev(self, value: Optional[pulumi.Input[bool]]):
2355
+ pulumi.set(self, "dev", value)
2356
+
2357
+ @property
2358
+ @pulumi.getter
2359
+ def family(self) -> Optional[pulumi.Input[str]]:
2360
+ """
2361
+ The SKU family
2362
+ """
2363
+ return pulumi.get(self, "family")
2364
+
2365
+ @family.setter
2366
+ def family(self, value: Optional[pulumi.Input[str]]):
2367
+ pulumi.set(self, "family", value)
2368
+
2369
+ @property
2370
+ @pulumi.getter
2371
+ def size(self) -> Optional[pulumi.Input[str]]:
2372
+ """
2373
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
2374
+ """
2375
+ return pulumi.get(self, "size")
2376
+
2377
+ @size.setter
2378
+ def size(self, value: Optional[pulumi.Input[str]]):
2379
+ pulumi.set(self, "size", value)
2380
+
2381
+ @property
2382
+ @pulumi.getter
2383
+ def tier(self) -> Optional[pulumi.Input['SqlManagedInstanceSkuTier']]:
2384
+ """
2385
+ The pricing tier for the instance.
2386
+ """
2387
+ return pulumi.get(self, "tier")
2388
+
2389
+ @tier.setter
2390
+ def tier(self, value: Optional[pulumi.Input['SqlManagedInstanceSkuTier']]):
2391
+ pulumi.set(self, "tier", value)
2392
+
2393
+
2394
+ @pulumi.input_type
2395
+ class SqlServerAvailabilityGroupResourcePropertiesDatabasesArgs:
2396
+ def __init__(__self__, *,
2397
+ value: Optional[pulumi.Input[Sequence[pulumi.Input['SqlAvailabilityGroupDatabaseReplicaResourcePropertiesArgs']]]] = None):
2398
+ """
2399
+ A list of Availability Group Database Replicas.
2400
+ :param pulumi.Input[Sequence[pulumi.Input['SqlAvailabilityGroupDatabaseReplicaResourcePropertiesArgs']]] value: Array of Availability Group Database Replicas.
2401
+ """
2402
+ if value is not None:
2403
+ pulumi.set(__self__, "value", value)
2404
+
2405
+ @property
2406
+ @pulumi.getter
2407
+ def value(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SqlAvailabilityGroupDatabaseReplicaResourcePropertiesArgs']]]]:
2408
+ """
2409
+ Array of Availability Group Database Replicas.
2410
+ """
2411
+ return pulumi.get(self, "value")
2412
+
2413
+ @value.setter
2414
+ def value(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SqlAvailabilityGroupDatabaseReplicaResourcePropertiesArgs']]]]):
2415
+ pulumi.set(self, "value", value)
2416
+
2417
+
2418
+ @pulumi.input_type
2419
+ class SqlServerAvailabilityGroupResourcePropertiesReplicasArgs:
2420
+ def __init__(__self__, *,
2421
+ value: Optional[pulumi.Input[Sequence[pulumi.Input['SqlAvailabilityGroupReplicaResourcePropertiesArgs']]]] = None):
2422
+ """
2423
+ A list of Availability Group Replicas.
2424
+ :param pulumi.Input[Sequence[pulumi.Input['SqlAvailabilityGroupReplicaResourcePropertiesArgs']]] value: Array of Availability Group Replicas.
2425
+ """
2426
+ if value is not None:
2427
+ pulumi.set(__self__, "value", value)
2428
+
2429
+ @property
2430
+ @pulumi.getter
2431
+ def value(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SqlAvailabilityGroupReplicaResourcePropertiesArgs']]]]:
2432
+ """
2433
+ Array of Availability Group Replicas.
2434
+ """
2435
+ return pulumi.get(self, "value")
2436
+
2437
+ @value.setter
2438
+ def value(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SqlAvailabilityGroupReplicaResourcePropertiesArgs']]]]):
2439
+ pulumi.set(self, "value", value)
2440
+
2441
+
2442
+ @pulumi.input_type
2443
+ class SqlServerAvailabilityGroupResourcePropertiesArgs:
2444
+ def __init__(__self__, *,
2445
+ databases: Optional[pulumi.Input['SqlServerAvailabilityGroupResourcePropertiesDatabasesArgs']] = None,
2446
+ info: Optional[pulumi.Input['AvailabilityGroupInfoArgs']] = None,
2447
+ replicas: Optional[pulumi.Input['SqlServerAvailabilityGroupResourcePropertiesReplicasArgs']] = None):
2448
+ """
2449
+ The properties of Arc Sql Server availability group resource
2450
+ :param pulumi.Input['SqlServerAvailabilityGroupResourcePropertiesDatabasesArgs'] databases: A list of Availability Group Database Replicas.
2451
+ :param pulumi.Input['AvailabilityGroupInfoArgs'] info: Availability Group Info
2452
+ :param pulumi.Input['SqlServerAvailabilityGroupResourcePropertiesReplicasArgs'] replicas: A list of Availability Group Replicas.
2453
+ """
2454
+ if databases is not None:
2455
+ pulumi.set(__self__, "databases", databases)
2456
+ if info is not None:
2457
+ pulumi.set(__self__, "info", info)
2458
+ if replicas is not None:
2459
+ pulumi.set(__self__, "replicas", replicas)
2460
+
2461
+ @property
2462
+ @pulumi.getter
2463
+ def databases(self) -> Optional[pulumi.Input['SqlServerAvailabilityGroupResourcePropertiesDatabasesArgs']]:
2464
+ """
2465
+ A list of Availability Group Database Replicas.
2466
+ """
2467
+ return pulumi.get(self, "databases")
2468
+
2469
+ @databases.setter
2470
+ def databases(self, value: Optional[pulumi.Input['SqlServerAvailabilityGroupResourcePropertiesDatabasesArgs']]):
2471
+ pulumi.set(self, "databases", value)
2472
+
2473
+ @property
2474
+ @pulumi.getter
2475
+ def info(self) -> Optional[pulumi.Input['AvailabilityGroupInfoArgs']]:
2476
+ """
2477
+ Availability Group Info
2478
+ """
2479
+ return pulumi.get(self, "info")
2480
+
2481
+ @info.setter
2482
+ def info(self, value: Optional[pulumi.Input['AvailabilityGroupInfoArgs']]):
2483
+ pulumi.set(self, "info", value)
2484
+
2485
+ @property
2486
+ @pulumi.getter
2487
+ def replicas(self) -> Optional[pulumi.Input['SqlServerAvailabilityGroupResourcePropertiesReplicasArgs']]:
2488
+ """
2489
+ A list of Availability Group Replicas.
2490
+ """
2491
+ return pulumi.get(self, "replicas")
2492
+
2493
+ @replicas.setter
2494
+ def replicas(self, value: Optional[pulumi.Input['SqlServerAvailabilityGroupResourcePropertiesReplicasArgs']]):
2495
+ pulumi.set(self, "replicas", value)
2496
+
2497
+
2498
+ @pulumi.input_type
2499
+ class SqlServerDatabaseResourcePropertiesBackupInformationArgs:
2500
+ def __init__(__self__, *,
2501
+ last_full_backup: Optional[pulumi.Input[str]] = None,
2502
+ last_log_backup: Optional[pulumi.Input[str]] = None):
2503
+ """
2504
+ :param pulumi.Input[str] last_full_backup: Date time of last full backup.
2505
+ :param pulumi.Input[str] last_log_backup: Date time of last log backup.
2506
+ """
2507
+ if last_full_backup is not None:
2508
+ pulumi.set(__self__, "last_full_backup", last_full_backup)
2509
+ if last_log_backup is not None:
2510
+ pulumi.set(__self__, "last_log_backup", last_log_backup)
2511
+
2512
+ @property
2513
+ @pulumi.getter(name="lastFullBackup")
2514
+ def last_full_backup(self) -> Optional[pulumi.Input[str]]:
2515
+ """
2516
+ Date time of last full backup.
2517
+ """
2518
+ return pulumi.get(self, "last_full_backup")
2519
+
2520
+ @last_full_backup.setter
2521
+ def last_full_backup(self, value: Optional[pulumi.Input[str]]):
2522
+ pulumi.set(self, "last_full_backup", value)
2523
+
2524
+ @property
2525
+ @pulumi.getter(name="lastLogBackup")
2526
+ def last_log_backup(self) -> Optional[pulumi.Input[str]]:
2527
+ """
2528
+ Date time of last log backup.
2529
+ """
2530
+ return pulumi.get(self, "last_log_backup")
2531
+
2532
+ @last_log_backup.setter
2533
+ def last_log_backup(self, value: Optional[pulumi.Input[str]]):
2534
+ pulumi.set(self, "last_log_backup", value)
2535
+
2536
+
2537
+ @pulumi.input_type
2538
+ class SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs:
2539
+ def __init__(__self__, *,
2540
+ is_auto_close_on: Optional[pulumi.Input[bool]] = None,
2541
+ is_auto_create_stats_on: Optional[pulumi.Input[bool]] = None,
2542
+ is_auto_shrink_on: Optional[pulumi.Input[bool]] = None,
2543
+ is_auto_update_stats_on: Optional[pulumi.Input[bool]] = None,
2544
+ is_encrypted: Optional[pulumi.Input[bool]] = None,
2545
+ is_memory_optimization_enabled: Optional[pulumi.Input[bool]] = None,
2546
+ is_remote_data_archive_enabled: Optional[pulumi.Input[bool]] = None,
2547
+ is_trustworthy_on: Optional[pulumi.Input[bool]] = None):
2548
+ """
2549
+ List of features that are enabled for the database
2550
+ """
2551
+ if is_auto_close_on is not None:
2552
+ pulumi.set(__self__, "is_auto_close_on", is_auto_close_on)
2553
+ if is_auto_create_stats_on is not None:
2554
+ pulumi.set(__self__, "is_auto_create_stats_on", is_auto_create_stats_on)
2555
+ if is_auto_shrink_on is not None:
2556
+ pulumi.set(__self__, "is_auto_shrink_on", is_auto_shrink_on)
2557
+ if is_auto_update_stats_on is not None:
2558
+ pulumi.set(__self__, "is_auto_update_stats_on", is_auto_update_stats_on)
2559
+ if is_encrypted is not None:
2560
+ pulumi.set(__self__, "is_encrypted", is_encrypted)
2561
+ if is_memory_optimization_enabled is not None:
2562
+ pulumi.set(__self__, "is_memory_optimization_enabled", is_memory_optimization_enabled)
2563
+ if is_remote_data_archive_enabled is not None:
2564
+ pulumi.set(__self__, "is_remote_data_archive_enabled", is_remote_data_archive_enabled)
2565
+ if is_trustworthy_on is not None:
2566
+ pulumi.set(__self__, "is_trustworthy_on", is_trustworthy_on)
2567
+
2568
+ @property
2569
+ @pulumi.getter(name="isAutoCloseOn")
2570
+ def is_auto_close_on(self) -> Optional[pulumi.Input[bool]]:
2571
+ return pulumi.get(self, "is_auto_close_on")
2572
+
2573
+ @is_auto_close_on.setter
2574
+ def is_auto_close_on(self, value: Optional[pulumi.Input[bool]]):
2575
+ pulumi.set(self, "is_auto_close_on", value)
2576
+
2577
+ @property
2578
+ @pulumi.getter(name="isAutoCreateStatsOn")
2579
+ def is_auto_create_stats_on(self) -> Optional[pulumi.Input[bool]]:
2580
+ return pulumi.get(self, "is_auto_create_stats_on")
2581
+
2582
+ @is_auto_create_stats_on.setter
2583
+ def is_auto_create_stats_on(self, value: Optional[pulumi.Input[bool]]):
2584
+ pulumi.set(self, "is_auto_create_stats_on", value)
2585
+
2586
+ @property
2587
+ @pulumi.getter(name="isAutoShrinkOn")
2588
+ def is_auto_shrink_on(self) -> Optional[pulumi.Input[bool]]:
2589
+ return pulumi.get(self, "is_auto_shrink_on")
2590
+
2591
+ @is_auto_shrink_on.setter
2592
+ def is_auto_shrink_on(self, value: Optional[pulumi.Input[bool]]):
2593
+ pulumi.set(self, "is_auto_shrink_on", value)
2594
+
2595
+ @property
2596
+ @pulumi.getter(name="isAutoUpdateStatsOn")
2597
+ def is_auto_update_stats_on(self) -> Optional[pulumi.Input[bool]]:
2598
+ return pulumi.get(self, "is_auto_update_stats_on")
2599
+
2600
+ @is_auto_update_stats_on.setter
2601
+ def is_auto_update_stats_on(self, value: Optional[pulumi.Input[bool]]):
2602
+ pulumi.set(self, "is_auto_update_stats_on", value)
2603
+
2604
+ @property
2605
+ @pulumi.getter(name="isEncrypted")
2606
+ def is_encrypted(self) -> Optional[pulumi.Input[bool]]:
2607
+ return pulumi.get(self, "is_encrypted")
2608
+
2609
+ @is_encrypted.setter
2610
+ def is_encrypted(self, value: Optional[pulumi.Input[bool]]):
2611
+ pulumi.set(self, "is_encrypted", value)
2612
+
2613
+ @property
2614
+ @pulumi.getter(name="isMemoryOptimizationEnabled")
2615
+ def is_memory_optimization_enabled(self) -> Optional[pulumi.Input[bool]]:
2616
+ return pulumi.get(self, "is_memory_optimization_enabled")
2617
+
2618
+ @is_memory_optimization_enabled.setter
2619
+ def is_memory_optimization_enabled(self, value: Optional[pulumi.Input[bool]]):
2620
+ pulumi.set(self, "is_memory_optimization_enabled", value)
2621
+
2622
+ @property
2623
+ @pulumi.getter(name="isRemoteDataArchiveEnabled")
2624
+ def is_remote_data_archive_enabled(self) -> Optional[pulumi.Input[bool]]:
2625
+ return pulumi.get(self, "is_remote_data_archive_enabled")
2626
+
2627
+ @is_remote_data_archive_enabled.setter
2628
+ def is_remote_data_archive_enabled(self, value: Optional[pulumi.Input[bool]]):
2629
+ pulumi.set(self, "is_remote_data_archive_enabled", value)
2630
+
2631
+ @property
2632
+ @pulumi.getter(name="isTrustworthyOn")
2633
+ def is_trustworthy_on(self) -> Optional[pulumi.Input[bool]]:
2634
+ return pulumi.get(self, "is_trustworthy_on")
2635
+
2636
+ @is_trustworthy_on.setter
2637
+ def is_trustworthy_on(self, value: Optional[pulumi.Input[bool]]):
2638
+ pulumi.set(self, "is_trustworthy_on", value)
2639
+
2640
+
2641
+ @pulumi.input_type
2642
+ class SqlServerDatabaseResourcePropertiesArgs:
2643
+ def __init__(__self__, *,
2644
+ backup_information: Optional[pulumi.Input['SqlServerDatabaseResourcePropertiesBackupInformationArgs']] = None,
2645
+ backup_policy: Optional[pulumi.Input['BackupPolicyArgs']] = None,
2646
+ collation_name: Optional[pulumi.Input[str]] = None,
2647
+ compatibility_level: Optional[pulumi.Input[int]] = None,
2648
+ create_mode: Optional[pulumi.Input[Union[str, 'DatabaseCreateMode']]] = None,
2649
+ database_creation_date: Optional[pulumi.Input[str]] = None,
2650
+ database_options: Optional[pulumi.Input['SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs']] = None,
2651
+ is_read_only: Optional[pulumi.Input[bool]] = None,
2652
+ recovery_mode: Optional[pulumi.Input[Union[str, 'RecoveryMode']]] = None,
2653
+ restore_point_in_time: Optional[pulumi.Input[str]] = None,
2654
+ size_mb: Optional[pulumi.Input[float]] = None,
2655
+ source_database_id: Optional[pulumi.Input[str]] = None,
2656
+ space_available_mb: Optional[pulumi.Input[float]] = None,
2657
+ state: Optional[pulumi.Input[Union[str, 'DatabaseState']]] = None):
2658
+ """
2659
+ The properties of Arc Sql Server database resource
2660
+ :param pulumi.Input['BackupPolicyArgs'] backup_policy: The backup profile for the SQL server.
2661
+ :param pulumi.Input[str] collation_name: Collation of the database.
2662
+ :param pulumi.Input[int] compatibility_level: Compatibility level of the database
2663
+ :param pulumi.Input[Union[str, 'DatabaseCreateMode']] create_mode: Database create mode. PointInTimeRestore: Create a database by restoring a point in time backup of an existing database. sourceDatabaseId and restorePointInTime must be specified.
2664
+ :param pulumi.Input[str] database_creation_date: Creation date of the database.
2665
+ :param pulumi.Input['SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs'] database_options: List of features that are enabled for the database
2666
+ :param pulumi.Input[bool] is_read_only: Whether the database is read only or not.
2667
+ :param pulumi.Input[Union[str, 'RecoveryMode']] recovery_mode: Status of the database.
2668
+ :param pulumi.Input[str] restore_point_in_time: Conditional. If createMode is PointInTimeRestore, this value is required. Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
2669
+ :param pulumi.Input[float] size_mb: Size of the database.
2670
+ :param pulumi.Input[str] source_database_id: The resource identifier of the source database associated with create operation of this database.
2671
+ :param pulumi.Input[float] space_available_mb: Space left of the database.
2672
+ :param pulumi.Input[Union[str, 'DatabaseState']] state: State of the database.
2673
+ """
2674
+ if backup_information is not None:
2675
+ pulumi.set(__self__, "backup_information", backup_information)
2676
+ if backup_policy is not None:
2677
+ pulumi.set(__self__, "backup_policy", backup_policy)
2678
+ if collation_name is not None:
2679
+ pulumi.set(__self__, "collation_name", collation_name)
2680
+ if compatibility_level is not None:
2681
+ pulumi.set(__self__, "compatibility_level", compatibility_level)
2682
+ if create_mode is not None:
2683
+ pulumi.set(__self__, "create_mode", create_mode)
2684
+ if database_creation_date is not None:
2685
+ pulumi.set(__self__, "database_creation_date", database_creation_date)
2686
+ if database_options is not None:
2687
+ pulumi.set(__self__, "database_options", database_options)
2688
+ if is_read_only is not None:
2689
+ pulumi.set(__self__, "is_read_only", is_read_only)
2690
+ if recovery_mode is not None:
2691
+ pulumi.set(__self__, "recovery_mode", recovery_mode)
2692
+ if restore_point_in_time is not None:
2693
+ pulumi.set(__self__, "restore_point_in_time", restore_point_in_time)
2694
+ if size_mb is not None:
2695
+ pulumi.set(__self__, "size_mb", size_mb)
2696
+ if source_database_id is not None:
2697
+ pulumi.set(__self__, "source_database_id", source_database_id)
2698
+ if space_available_mb is not None:
2699
+ pulumi.set(__self__, "space_available_mb", space_available_mb)
2700
+ if state is not None:
2701
+ pulumi.set(__self__, "state", state)
2702
+
2703
+ @property
2704
+ @pulumi.getter(name="backupInformation")
2705
+ def backup_information(self) -> Optional[pulumi.Input['SqlServerDatabaseResourcePropertiesBackupInformationArgs']]:
2706
+ return pulumi.get(self, "backup_information")
2707
+
2708
+ @backup_information.setter
2709
+ def backup_information(self, value: Optional[pulumi.Input['SqlServerDatabaseResourcePropertiesBackupInformationArgs']]):
2710
+ pulumi.set(self, "backup_information", value)
2711
+
2712
+ @property
2713
+ @pulumi.getter(name="backupPolicy")
2714
+ def backup_policy(self) -> Optional[pulumi.Input['BackupPolicyArgs']]:
2715
+ """
2716
+ The backup profile for the SQL server.
2717
+ """
2718
+ return pulumi.get(self, "backup_policy")
2719
+
2720
+ @backup_policy.setter
2721
+ def backup_policy(self, value: Optional[pulumi.Input['BackupPolicyArgs']]):
2722
+ pulumi.set(self, "backup_policy", value)
2723
+
2724
+ @property
2725
+ @pulumi.getter(name="collationName")
2726
+ def collation_name(self) -> Optional[pulumi.Input[str]]:
2727
+ """
2728
+ Collation of the database.
2729
+ """
2730
+ return pulumi.get(self, "collation_name")
2731
+
2732
+ @collation_name.setter
2733
+ def collation_name(self, value: Optional[pulumi.Input[str]]):
2734
+ pulumi.set(self, "collation_name", value)
2735
+
2736
+ @property
2737
+ @pulumi.getter(name="compatibilityLevel")
2738
+ def compatibility_level(self) -> Optional[pulumi.Input[int]]:
2739
+ """
2740
+ Compatibility level of the database
2741
+ """
2742
+ return pulumi.get(self, "compatibility_level")
2743
+
2744
+ @compatibility_level.setter
2745
+ def compatibility_level(self, value: Optional[pulumi.Input[int]]):
2746
+ pulumi.set(self, "compatibility_level", value)
2747
+
2748
+ @property
2749
+ @pulumi.getter(name="createMode")
2750
+ def create_mode(self) -> Optional[pulumi.Input[Union[str, 'DatabaseCreateMode']]]:
2751
+ """
2752
+ Database create mode. PointInTimeRestore: Create a database by restoring a point in time backup of an existing database. sourceDatabaseId and restorePointInTime must be specified.
2753
+ """
2754
+ return pulumi.get(self, "create_mode")
2755
+
2756
+ @create_mode.setter
2757
+ def create_mode(self, value: Optional[pulumi.Input[Union[str, 'DatabaseCreateMode']]]):
2758
+ pulumi.set(self, "create_mode", value)
2759
+
2760
+ @property
2761
+ @pulumi.getter(name="databaseCreationDate")
2762
+ def database_creation_date(self) -> Optional[pulumi.Input[str]]:
2763
+ """
2764
+ Creation date of the database.
2765
+ """
2766
+ return pulumi.get(self, "database_creation_date")
2767
+
2768
+ @database_creation_date.setter
2769
+ def database_creation_date(self, value: Optional[pulumi.Input[str]]):
2770
+ pulumi.set(self, "database_creation_date", value)
2771
+
2772
+ @property
2773
+ @pulumi.getter(name="databaseOptions")
2774
+ def database_options(self) -> Optional[pulumi.Input['SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs']]:
2775
+ """
2776
+ List of features that are enabled for the database
2777
+ """
2778
+ return pulumi.get(self, "database_options")
2779
+
2780
+ @database_options.setter
2781
+ def database_options(self, value: Optional[pulumi.Input['SqlServerDatabaseResourcePropertiesDatabaseOptionsArgs']]):
2782
+ pulumi.set(self, "database_options", value)
2783
+
2784
+ @property
2785
+ @pulumi.getter(name="isReadOnly")
2786
+ def is_read_only(self) -> Optional[pulumi.Input[bool]]:
2787
+ """
2788
+ Whether the database is read only or not.
2789
+ """
2790
+ return pulumi.get(self, "is_read_only")
2791
+
2792
+ @is_read_only.setter
2793
+ def is_read_only(self, value: Optional[pulumi.Input[bool]]):
2794
+ pulumi.set(self, "is_read_only", value)
2795
+
2796
+ @property
2797
+ @pulumi.getter(name="recoveryMode")
2798
+ def recovery_mode(self) -> Optional[pulumi.Input[Union[str, 'RecoveryMode']]]:
2799
+ """
2800
+ Status of the database.
2801
+ """
2802
+ return pulumi.get(self, "recovery_mode")
2803
+
2804
+ @recovery_mode.setter
2805
+ def recovery_mode(self, value: Optional[pulumi.Input[Union[str, 'RecoveryMode']]]):
2806
+ pulumi.set(self, "recovery_mode", value)
2807
+
2808
+ @property
2809
+ @pulumi.getter(name="restorePointInTime")
2810
+ def restore_point_in_time(self) -> Optional[pulumi.Input[str]]:
2811
+ """
2812
+ Conditional. If createMode is PointInTimeRestore, this value is required. Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.
2813
+ """
2814
+ return pulumi.get(self, "restore_point_in_time")
2815
+
2816
+ @restore_point_in_time.setter
2817
+ def restore_point_in_time(self, value: Optional[pulumi.Input[str]]):
2818
+ pulumi.set(self, "restore_point_in_time", value)
2819
+
2820
+ @property
2821
+ @pulumi.getter(name="sizeMB")
2822
+ def size_mb(self) -> Optional[pulumi.Input[float]]:
2823
+ """
2824
+ Size of the database.
2825
+ """
2826
+ return pulumi.get(self, "size_mb")
2827
+
2828
+ @size_mb.setter
2829
+ def size_mb(self, value: Optional[pulumi.Input[float]]):
2830
+ pulumi.set(self, "size_mb", value)
2831
+
2832
+ @property
2833
+ @pulumi.getter(name="sourceDatabaseId")
2834
+ def source_database_id(self) -> Optional[pulumi.Input[str]]:
2835
+ """
2836
+ The resource identifier of the source database associated with create operation of this database.
2837
+ """
2838
+ return pulumi.get(self, "source_database_id")
2839
+
2840
+ @source_database_id.setter
2841
+ def source_database_id(self, value: Optional[pulumi.Input[str]]):
2842
+ pulumi.set(self, "source_database_id", value)
2843
+
2844
+ @property
2845
+ @pulumi.getter(name="spaceAvailableMB")
2846
+ def space_available_mb(self) -> Optional[pulumi.Input[float]]:
2847
+ """
2848
+ Space left of the database.
2849
+ """
2850
+ return pulumi.get(self, "space_available_mb")
2851
+
2852
+ @space_available_mb.setter
2853
+ def space_available_mb(self, value: Optional[pulumi.Input[float]]):
2854
+ pulumi.set(self, "space_available_mb", value)
2855
+
2856
+ @property
2857
+ @pulumi.getter
2858
+ def state(self) -> Optional[pulumi.Input[Union[str, 'DatabaseState']]]:
2859
+ """
2860
+ State of the database.
2861
+ """
2862
+ return pulumi.get(self, "state")
2863
+
2864
+ @state.setter
2865
+ def state(self, value: Optional[pulumi.Input[Union[str, 'DatabaseState']]]):
2866
+ pulumi.set(self, "state", value)
2867
+
2868
+
2869
+ @pulumi.input_type
2870
+ class SqlServerInstancePropertiesArgs:
2871
+ def __init__(__self__, *,
2872
+ backup_policy: Optional[pulumi.Input['BackupPolicyArgs']] = None,
2873
+ cores: Optional[pulumi.Input[str]] = None,
2874
+ edition: Optional[pulumi.Input[Union[str, 'EditionType']]] = None,
2875
+ host_type: Optional[pulumi.Input[Union[str, 'HostType']]] = None,
2876
+ instance_name: Optional[pulumi.Input[str]] = None,
2877
+ monitoring: Optional[pulumi.Input['MonitoringArgs']] = None,
2878
+ upgrade_locked_until: Optional[pulumi.Input[str]] = None,
2879
+ version: Optional[pulumi.Input[Union[str, 'SqlVersion']]] = None):
2880
+ """
2881
+ Properties of SqlServerInstance.
2882
+ :param pulumi.Input['BackupPolicyArgs'] backup_policy: The backup profile for the SQL server.
2883
+ :param pulumi.Input[str] cores: The number of total cores of the Operating System Environment (OSE) hosting the SQL Server instance.
2884
+ :param pulumi.Input[Union[str, 'EditionType']] edition: SQL Server edition.
2885
+ :param pulumi.Input[Union[str, 'HostType']] host_type: Type of host for Azure Arc SQL Server
2886
+ :param pulumi.Input[str] instance_name: SQL Server instance name.
2887
+ :param pulumi.Input['MonitoringArgs'] monitoring: The monitoring configuration.
2888
+ :param pulumi.Input[str] upgrade_locked_until: Upgrade Action for this resource is locked until it expires. The Expiration time indicated by this value. It is not locked when it is empty.
2889
+ :param pulumi.Input[Union[str, 'SqlVersion']] version: SQL Server version.
2890
+ """
2891
+ if backup_policy is not None:
2892
+ pulumi.set(__self__, "backup_policy", backup_policy)
2893
+ if cores is not None:
2894
+ pulumi.set(__self__, "cores", cores)
2895
+ if edition is not None:
2896
+ pulumi.set(__self__, "edition", edition)
2897
+ if host_type is not None:
2898
+ pulumi.set(__self__, "host_type", host_type)
2899
+ if instance_name is not None:
2900
+ pulumi.set(__self__, "instance_name", instance_name)
2901
+ if monitoring is not None:
2902
+ pulumi.set(__self__, "monitoring", monitoring)
2903
+ if upgrade_locked_until is not None:
2904
+ pulumi.set(__self__, "upgrade_locked_until", upgrade_locked_until)
2905
+ if version is not None:
2906
+ pulumi.set(__self__, "version", version)
2907
+
2908
+ @property
2909
+ @pulumi.getter(name="backupPolicy")
2910
+ def backup_policy(self) -> Optional[pulumi.Input['BackupPolicyArgs']]:
2911
+ """
2912
+ The backup profile for the SQL server.
2913
+ """
2914
+ return pulumi.get(self, "backup_policy")
2915
+
2916
+ @backup_policy.setter
2917
+ def backup_policy(self, value: Optional[pulumi.Input['BackupPolicyArgs']]):
2918
+ pulumi.set(self, "backup_policy", value)
2919
+
2920
+ @property
2921
+ @pulumi.getter
2922
+ def cores(self) -> Optional[pulumi.Input[str]]:
2923
+ """
2924
+ The number of total cores of the Operating System Environment (OSE) hosting the SQL Server instance.
2925
+ """
2926
+ return pulumi.get(self, "cores")
2927
+
2928
+ @cores.setter
2929
+ def cores(self, value: Optional[pulumi.Input[str]]):
2930
+ pulumi.set(self, "cores", value)
2931
+
2932
+ @property
2933
+ @pulumi.getter
2934
+ def edition(self) -> Optional[pulumi.Input[Union[str, 'EditionType']]]:
2935
+ """
2936
+ SQL Server edition.
2937
+ """
2938
+ return pulumi.get(self, "edition")
2939
+
2940
+ @edition.setter
2941
+ def edition(self, value: Optional[pulumi.Input[Union[str, 'EditionType']]]):
2942
+ pulumi.set(self, "edition", value)
2943
+
2944
+ @property
2945
+ @pulumi.getter(name="hostType")
2946
+ def host_type(self) -> Optional[pulumi.Input[Union[str, 'HostType']]]:
2947
+ """
2948
+ Type of host for Azure Arc SQL Server
2949
+ """
2950
+ return pulumi.get(self, "host_type")
2951
+
2952
+ @host_type.setter
2953
+ def host_type(self, value: Optional[pulumi.Input[Union[str, 'HostType']]]):
2954
+ pulumi.set(self, "host_type", value)
2955
+
2956
+ @property
2957
+ @pulumi.getter(name="instanceName")
2958
+ def instance_name(self) -> Optional[pulumi.Input[str]]:
2959
+ """
2960
+ SQL Server instance name.
2961
+ """
2962
+ return pulumi.get(self, "instance_name")
2963
+
2964
+ @instance_name.setter
2965
+ def instance_name(self, value: Optional[pulumi.Input[str]]):
2966
+ pulumi.set(self, "instance_name", value)
2967
+
2968
+ @property
2969
+ @pulumi.getter
2970
+ def monitoring(self) -> Optional[pulumi.Input['MonitoringArgs']]:
2971
+ """
2972
+ The monitoring configuration.
2973
+ """
2974
+ return pulumi.get(self, "monitoring")
2975
+
2976
+ @monitoring.setter
2977
+ def monitoring(self, value: Optional[pulumi.Input['MonitoringArgs']]):
2978
+ pulumi.set(self, "monitoring", value)
2979
+
2980
+ @property
2981
+ @pulumi.getter(name="upgradeLockedUntil")
2982
+ def upgrade_locked_until(self) -> Optional[pulumi.Input[str]]:
2983
+ """
2984
+ Upgrade Action for this resource is locked until it expires. The Expiration time indicated by this value. It is not locked when it is empty.
2985
+ """
2986
+ return pulumi.get(self, "upgrade_locked_until")
2987
+
2988
+ @upgrade_locked_until.setter
2989
+ def upgrade_locked_until(self, value: Optional[pulumi.Input[str]]):
2990
+ pulumi.set(self, "upgrade_locked_until", value)
2991
+
2992
+ @property
2993
+ @pulumi.getter
2994
+ def version(self) -> Optional[pulumi.Input[Union[str, 'SqlVersion']]]:
2995
+ """
2996
+ SQL Server version.
2997
+ """
2998
+ return pulumi.get(self, "version")
2999
+
3000
+ @version.setter
3001
+ def version(self, value: Optional[pulumi.Input[Union[str, 'SqlVersion']]]):
3002
+ pulumi.set(self, "version", value)
3003
+
3004
+
3005
+ @pulumi.input_type
3006
+ class UploadServicePrincipalArgs:
3007
+ def __init__(__self__, *,
3008
+ authority: Optional[pulumi.Input[str]] = None,
3009
+ client_id: Optional[pulumi.Input[str]] = None,
3010
+ client_secret: Optional[pulumi.Input[str]] = None,
3011
+ tenant_id: Optional[pulumi.Input[str]] = None):
3012
+ """
3013
+ Service principal for uploading billing, metrics and logs.
3014
+ :param pulumi.Input[str] authority: Authority for the service principal. Example: https://login.microsoftonline.com/
3015
+ :param pulumi.Input[str] client_id: Client ID of the service principal for uploading data.
3016
+ :param pulumi.Input[str] client_secret: Secret of the service principal
3017
+ :param pulumi.Input[str] tenant_id: Tenant ID of the service principal.
3018
+ """
3019
+ if authority is not None:
3020
+ pulumi.set(__self__, "authority", authority)
3021
+ if client_id is not None:
3022
+ pulumi.set(__self__, "client_id", client_id)
3023
+ if client_secret is not None:
3024
+ pulumi.set(__self__, "client_secret", client_secret)
3025
+ if tenant_id is not None:
3026
+ pulumi.set(__self__, "tenant_id", tenant_id)
3027
+
3028
+ @property
3029
+ @pulumi.getter
3030
+ def authority(self) -> Optional[pulumi.Input[str]]:
3031
+ """
3032
+ Authority for the service principal. Example: https://login.microsoftonline.com/
3033
+ """
3034
+ return pulumi.get(self, "authority")
3035
+
3036
+ @authority.setter
3037
+ def authority(self, value: Optional[pulumi.Input[str]]):
3038
+ pulumi.set(self, "authority", value)
3039
+
3040
+ @property
3041
+ @pulumi.getter(name="clientId")
3042
+ def client_id(self) -> Optional[pulumi.Input[str]]:
3043
+ """
3044
+ Client ID of the service principal for uploading data.
3045
+ """
3046
+ return pulumi.get(self, "client_id")
3047
+
3048
+ @client_id.setter
3049
+ def client_id(self, value: Optional[pulumi.Input[str]]):
3050
+ pulumi.set(self, "client_id", value)
3051
+
3052
+ @property
3053
+ @pulumi.getter(name="clientSecret")
3054
+ def client_secret(self) -> Optional[pulumi.Input[str]]:
3055
+ """
3056
+ Secret of the service principal
3057
+ """
3058
+ return pulumi.get(self, "client_secret")
3059
+
3060
+ @client_secret.setter
3061
+ def client_secret(self, value: Optional[pulumi.Input[str]]):
3062
+ pulumi.set(self, "client_secret", value)
3063
+
3064
+ @property
3065
+ @pulumi.getter(name="tenantId")
3066
+ def tenant_id(self) -> Optional[pulumi.Input[str]]:
3067
+ """
3068
+ Tenant ID of the service principal.
3069
+ """
3070
+ return pulumi.get(self, "tenant_id")
3071
+
3072
+ @tenant_id.setter
3073
+ def tenant_id(self, value: Optional[pulumi.Input[str]]):
3074
+ pulumi.set(self, "tenant_id", value)
3075
+
3076
+
3077
+ @pulumi.input_type
3078
+ class UploadWatermarkArgs:
3079
+ def __init__(__self__, *,
3080
+ logs: Optional[pulumi.Input[str]] = None,
3081
+ metrics: Optional[pulumi.Input[str]] = None,
3082
+ usages: Optional[pulumi.Input[str]] = None):
3083
+ """
3084
+ Properties on upload watermark. Mostly timestamp for each upload data type
3085
+ :param pulumi.Input[str] logs: Last uploaded date for logs from kubernetes cluster. Defaults to current date time
3086
+ :param pulumi.Input[str] metrics: Last uploaded date for metrics from kubernetes cluster. Defaults to current date time
3087
+ :param pulumi.Input[str] usages: Last uploaded date for usages from kubernetes cluster. Defaults to current date time
3088
+ """
3089
+ if logs is not None:
3090
+ pulumi.set(__self__, "logs", logs)
3091
+ if metrics is not None:
3092
+ pulumi.set(__self__, "metrics", metrics)
3093
+ if usages is not None:
3094
+ pulumi.set(__self__, "usages", usages)
3095
+
3096
+ @property
3097
+ @pulumi.getter
3098
+ def logs(self) -> Optional[pulumi.Input[str]]:
3099
+ """
3100
+ Last uploaded date for logs from kubernetes cluster. Defaults to current date time
3101
+ """
3102
+ return pulumi.get(self, "logs")
3103
+
3104
+ @logs.setter
3105
+ def logs(self, value: Optional[pulumi.Input[str]]):
3106
+ pulumi.set(self, "logs", value)
3107
+
3108
+ @property
3109
+ @pulumi.getter
3110
+ def metrics(self) -> Optional[pulumi.Input[str]]:
3111
+ """
3112
+ Last uploaded date for metrics from kubernetes cluster. Defaults to current date time
3113
+ """
3114
+ return pulumi.get(self, "metrics")
3115
+
3116
+ @metrics.setter
3117
+ def metrics(self, value: Optional[pulumi.Input[str]]):
3118
+ pulumi.set(self, "metrics", value)
3119
+
3120
+ @property
3121
+ @pulumi.getter
3122
+ def usages(self) -> Optional[pulumi.Input[str]]:
3123
+ """
3124
+ Last uploaded date for usages from kubernetes cluster. Defaults to current date time
3125
+ """
3126
+ return pulumi.get(self, "usages")
3127
+
3128
+ @usages.setter
3129
+ def usages(self, value: Optional[pulumi.Input[str]]):
3130
+ pulumi.set(self, "usages", value)
3131
+
3132
+