pulumi-oci 2.7.0a1723624751__py3-none-any.whl → 2.8.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1022) hide show
  1. pulumi_oci/adm/_inputs.py +4 -4
  2. pulumi_oci/adm/get_knowledgebase.py +3 -3
  3. pulumi_oci/adm/get_remediation_recipe.py +3 -3
  4. pulumi_oci/adm/get_remediation_run.py +3 -3
  5. pulumi_oci/adm/get_vulnerability_audit.py +3 -3
  6. pulumi_oci/adm/knowledge_base.py +35 -35
  7. pulumi_oci/adm/outputs.py +45 -45
  8. pulumi_oci/adm/remediation_recipe.py +35 -35
  9. pulumi_oci/adm/remediation_run.py +35 -35
  10. pulumi_oci/adm/vulnerability_audit.py +35 -35
  11. pulumi_oci/aianomalydetection/ai_private_endpoint.py +35 -35
  12. pulumi_oci/aianomalydetection/data_asset.py +35 -35
  13. pulumi_oci/aianomalydetection/detect_anomaly_job.py +21 -21
  14. pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +3 -3
  15. pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +3 -3
  16. pulumi_oci/aianomalydetection/get_detection_data_asset.py +3 -3
  17. pulumi_oci/aianomalydetection/get_detection_model.py +3 -3
  18. pulumi_oci/aianomalydetection/get_detection_project.py +3 -3
  19. pulumi_oci/aianomalydetection/model.py +35 -35
  20. pulumi_oci/aianomalydetection/outputs.py +45 -45
  21. pulumi_oci/aianomalydetection/project.py +35 -35
  22. pulumi_oci/aidocument/get_model.py +3 -3
  23. pulumi_oci/aidocument/get_project.py +3 -3
  24. pulumi_oci/aidocument/model.py +35 -35
  25. pulumi_oci/aidocument/outputs.py +18 -18
  26. pulumi_oci/aidocument/project.py +35 -35
  27. pulumi_oci/ailanguage/endpoint.py +35 -35
  28. pulumi_oci/ailanguage/get_endpoint.py +3 -3
  29. pulumi_oci/ailanguage/get_model.py +3 -3
  30. pulumi_oci/ailanguage/get_project.py +3 -3
  31. pulumi_oci/ailanguage/model.py +35 -35
  32. pulumi_oci/ailanguage/outputs.py +33 -33
  33. pulumi_oci/ailanguage/project.py +35 -35
  34. pulumi_oci/aivision/get_model.py +3 -3
  35. pulumi_oci/aivision/get_project.py +3 -3
  36. pulumi_oci/aivision/model.py +35 -35
  37. pulumi_oci/aivision/outputs.py +18 -18
  38. pulumi_oci/aivision/project.py +35 -35
  39. pulumi_oci/analytics/_inputs.py +4 -4
  40. pulumi_oci/analytics/analytics_instance.py +227 -53
  41. pulumi_oci/analytics/get_analytics_instance.py +53 -4
  42. pulumi_oci/analytics/get_analytics_instances.py +1 -1
  43. pulumi_oci/analytics/outputs.py +58 -18
  44. pulumi_oci/announcementsservice/announcement_subscription.py +35 -35
  45. pulumi_oci/announcementsservice/get_announcement_subscription.py +3 -3
  46. pulumi_oci/announcementsservice/outputs.py +9 -9
  47. pulumi_oci/apigateway/_inputs.py +8 -8
  48. pulumi_oci/apigateway/api.py +28 -28
  49. pulumi_oci/apigateway/certificate.py +28 -28
  50. pulumi_oci/apigateway/deployment.py +28 -28
  51. pulumi_oci/apigateway/gateway.py +28 -28
  52. pulumi_oci/apigateway/get_api.py +2 -2
  53. pulumi_oci/apigateway/get_certificate.py +2 -2
  54. pulumi_oci/apigateway/get_deployment.py +2 -2
  55. pulumi_oci/apigateway/get_gateway.py +2 -2
  56. pulumi_oci/apigateway/get_subscriber.py +2 -2
  57. pulumi_oci/apigateway/get_usage_plan.py +2 -2
  58. pulumi_oci/apigateway/outputs.py +54 -54
  59. pulumi_oci/apigateway/subscriber.py +28 -28
  60. pulumi_oci/apigateway/usage_plan.py +28 -28
  61. pulumi_oci/apm/apm_domain.py +28 -28
  62. pulumi_oci/apm/get_apm_domain.py +2 -2
  63. pulumi_oci/apm/outputs.py +6 -6
  64. pulumi_oci/apmconfig/config.py +28 -28
  65. pulumi_oci/apmconfig/get_config.py +2 -2
  66. pulumi_oci/apmconfig/outputs.py +6 -6
  67. pulumi_oci/apmsynthetics/config.py +28 -28
  68. pulumi_oci/apmsynthetics/dedicated_vantage_point.py +28 -28
  69. pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
  70. pulumi_oci/apmsynthetics/get_monitor.py +2 -2
  71. pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
  72. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
  73. pulumi_oci/apmsynthetics/get_script.py +2 -2
  74. pulumi_oci/apmsynthetics/on_premise_vantage_point.py +28 -28
  75. pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +28 -28
  76. pulumi_oci/apmsynthetics/outputs.py +30 -30
  77. pulumi_oci/apmsynthetics/script.py +28 -28
  78. pulumi_oci/artifacts/container_image_signature.py +35 -35
  79. pulumi_oci/artifacts/container_repository.py +35 -35
  80. pulumi_oci/artifacts/generic_artifact.py +28 -28
  81. pulumi_oci/artifacts/get_container_image.py +3 -3
  82. pulumi_oci/artifacts/get_container_image_signature.py +3 -3
  83. pulumi_oci/artifacts/get_container_repository.py +3 -3
  84. pulumi_oci/artifacts/get_generic_artifact.py +2 -2
  85. pulumi_oci/artifacts/get_repository.py +2 -2
  86. pulumi_oci/artifacts/outputs.py +39 -39
  87. pulumi_oci/artifacts/repository.py +28 -28
  88. pulumi_oci/audit/outputs.py +27 -27
  89. pulumi_oci/autoscaling/auto_scaling_configuration.py +28 -28
  90. pulumi_oci/autoscaling/get_auto_scaling_configuration.py +2 -2
  91. pulumi_oci/autoscaling/outputs.py +6 -6
  92. pulumi_oci/bastion/bastion.py +35 -35
  93. pulumi_oci/bastion/get_bastion.py +3 -3
  94. pulumi_oci/bastion/get_session.py +1 -1
  95. pulumi_oci/bastion/outputs.py +12 -12
  96. pulumi_oci/bastion/session.py +7 -7
  97. pulumi_oci/bigdataservice/bds_instance.py +28 -28
  98. pulumi_oci/bigdataservice/get_bds_instance.py +2 -2
  99. pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
  100. pulumi_oci/bigdataservice/outputs.py +6 -6
  101. pulumi_oci/blockchain/blockchain_platform.py +28 -28
  102. pulumi_oci/blockchain/get_blockchain_platform.py +2 -2
  103. pulumi_oci/blockchain/outputs.py +6 -6
  104. pulumi_oci/budget/budget.py +28 -28
  105. pulumi_oci/budget/get_alert_rule.py +2 -2
  106. pulumi_oci/budget/get_budget.py +2 -2
  107. pulumi_oci/budget/outputs.py +12 -12
  108. pulumi_oci/budget/rule.py +28 -28
  109. pulumi_oci/capacitymanagement/_inputs.py +4 -4
  110. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +3 -3
  111. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +3 -3
  112. pulumi_oci/capacitymanagement/get_occ_customer_group.py +3 -3
  113. pulumi_oci/capacitymanagement/occ_availability_catalog.py +35 -35
  114. pulumi_oci/capacitymanagement/occ_capacity_request.py +35 -35
  115. pulumi_oci/capacitymanagement/outputs.py +43 -43
  116. pulumi_oci/certificatesmanagement/ca_bundle.py +28 -28
  117. pulumi_oci/certificatesmanagement/certificate.py +28 -28
  118. pulumi_oci/certificatesmanagement/certificate_authority.py +28 -28
  119. pulumi_oci/certificatesmanagement/get_ca_bundle.py +2 -2
  120. pulumi_oci/certificatesmanagement/get_certificate.py +2 -2
  121. pulumi_oci/certificatesmanagement/get_certificate_authority.py +2 -2
  122. pulumi_oci/certificatesmanagement/outputs.py +18 -18
  123. pulumi_oci/cloudbridge/_inputs.py +8 -8
  124. pulumi_oci/cloudbridge/agent.py +35 -35
  125. pulumi_oci/cloudbridge/agent_dependency.py +42 -42
  126. pulumi_oci/cloudbridge/agent_plugin.py +21 -21
  127. pulumi_oci/cloudbridge/asset.py +35 -35
  128. pulumi_oci/cloudbridge/asset_source.py +42 -42
  129. pulumi_oci/cloudbridge/discovery_schedule.py +35 -35
  130. pulumi_oci/cloudbridge/environment.py +35 -35
  131. pulumi_oci/cloudbridge/get_agent.py +3 -3
  132. pulumi_oci/cloudbridge/get_agent_dependency.py +3 -3
  133. pulumi_oci/cloudbridge/get_agent_plugin.py +3 -3
  134. pulumi_oci/cloudbridge/get_asset.py +3 -3
  135. pulumi_oci/cloudbridge/get_asset_source.py +3 -3
  136. pulumi_oci/cloudbridge/get_discovery_schedule.py +3 -3
  137. pulumi_oci/cloudbridge/get_environment.py +3 -3
  138. pulumi_oci/cloudbridge/get_inventory.py +3 -3
  139. pulumi_oci/cloudbridge/inventory.py +35 -35
  140. pulumi_oci/cloudbridge/outputs.py +93 -93
  141. pulumi_oci/cloudguard/_inputs.py +12 -12
  142. pulumi_oci/cloudguard/adhoc_query.py +35 -35
  143. pulumi_oci/cloudguard/cloud_guard_data_source.py +35 -35
  144. pulumi_oci/cloudguard/data_mask_rule.py +35 -35
  145. pulumi_oci/cloudguard/detector_recipe.py +35 -35
  146. pulumi_oci/cloudguard/get_adhoc_query.py +3 -3
  147. pulumi_oci/cloudguard/get_data_mask_rule.py +3 -3
  148. pulumi_oci/cloudguard/get_data_source.py +3 -3
  149. pulumi_oci/cloudguard/get_detector_recipe.py +3 -3
  150. pulumi_oci/cloudguard/get_guard_target.py +3 -3
  151. pulumi_oci/cloudguard/get_managed_list.py +3 -3
  152. pulumi_oci/cloudguard/get_responder_recipe.py +3 -3
  153. pulumi_oci/cloudguard/get_saved_query.py +3 -3
  154. pulumi_oci/cloudguard/get_security_policy.py +2 -2
  155. pulumi_oci/cloudguard/get_security_recipe.py +2 -2
  156. pulumi_oci/cloudguard/get_security_zone.py +2 -2
  157. pulumi_oci/cloudguard/get_wlp_agent.py +3 -3
  158. pulumi_oci/cloudguard/managed_list.py +35 -35
  159. pulumi_oci/cloudguard/outputs.py +126 -126
  160. pulumi_oci/cloudguard/responder_recipe.py +35 -35
  161. pulumi_oci/cloudguard/saved_query.py +35 -35
  162. pulumi_oci/cloudguard/security_recipe.py +28 -28
  163. pulumi_oci/cloudguard/security_zone.py +28 -28
  164. pulumi_oci/cloudguard/target.py +35 -35
  165. pulumi_oci/cloudguard/wlp_agent.py +35 -35
  166. pulumi_oci/cloudmigrations/_inputs.py +56 -56
  167. pulumi_oci/cloudmigrations/get_migration.py +3 -3
  168. pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
  169. pulumi_oci/cloudmigrations/get_migration_plan.py +4 -4
  170. pulumi_oci/cloudmigrations/get_replication_schedule.py +3 -3
  171. pulumi_oci/cloudmigrations/migration.py +35 -35
  172. pulumi_oci/cloudmigrations/migration_asset.py +7 -7
  173. pulumi_oci/cloudmigrations/migration_plan.py +42 -42
  174. pulumi_oci/cloudmigrations/outputs.py +177 -177
  175. pulumi_oci/cloudmigrations/replication_schedule.py +35 -35
  176. pulumi_oci/clusterplacementgroups/cluster_placement_group.py +35 -35
  177. pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +3 -3
  178. pulumi_oci/clusterplacementgroups/outputs.py +9 -9
  179. pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +35 -35
  180. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +35 -35
  181. pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +3 -3
  182. pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +3 -3
  183. pulumi_oci/computecloud/outputs.py +18 -18
  184. pulumi_oci/containerengine/_inputs.py +64 -64
  185. pulumi_oci/containerengine/cluster.py +28 -28
  186. pulumi_oci/containerengine/cluster_workload_mapping.py +28 -28
  187. pulumi_oci/containerengine/container_instance.py +35 -35
  188. pulumi_oci/containerengine/get_cluster_workload_mapping.py +2 -2
  189. pulumi_oci/containerengine/get_node_pool.py +3 -3
  190. pulumi_oci/containerengine/get_virtual_node_pool.py +3 -3
  191. pulumi_oci/containerengine/node_pool.py +42 -42
  192. pulumi_oci/containerengine/outputs.py +135 -135
  193. pulumi_oci/containerengine/virtual_node_pool.py +35 -35
  194. pulumi_oci/containerinstances/get_container_instance.py +3 -3
  195. pulumi_oci/containerinstances/outputs.py +43 -43
  196. pulumi_oci/core/_inputs.py +124 -124
  197. pulumi_oci/core/boot_volume.py +35 -35
  198. pulumi_oci/core/boot_volume_backup.py +35 -35
  199. pulumi_oci/core/capture_filter.py +28 -28
  200. pulumi_oci/core/cluster_network.py +28 -28
  201. pulumi_oci/core/compute_capacity_reservation.py +28 -28
  202. pulumi_oci/core/compute_capacity_topology.py +28 -28
  203. pulumi_oci/core/compute_cluster.py +28 -28
  204. pulumi_oci/core/compute_image_capability_schema.py +42 -92
  205. pulumi_oci/core/console_history.py +28 -28
  206. pulumi_oci/core/cpe.py +28 -28
  207. pulumi_oci/core/cross_connect.py +28 -28
  208. pulumi_oci/core/cross_connect_group.py +28 -28
  209. pulumi_oci/core/dedicated_vm_host.py +28 -28
  210. pulumi_oci/core/default_dhcp_options.py +20 -20
  211. pulumi_oci/core/default_route_table.py +20 -20
  212. pulumi_oci/core/default_security_list.py +20 -20
  213. pulumi_oci/core/dhcp_options.py +28 -28
  214. pulumi_oci/core/drg.py +28 -28
  215. pulumi_oci/core/drg_attachment.py +28 -28
  216. pulumi_oci/core/drg_attachment_management.py +28 -28
  217. pulumi_oci/core/drg_route_distribution.py +28 -28
  218. pulumi_oci/core/drg_route_table.py +28 -28
  219. pulumi_oci/core/drg_route_table_route_rule.py +7 -7
  220. pulumi_oci/core/get_block_volume_replica.py +2 -2
  221. pulumi_oci/core/get_boot_volume.py +3 -3
  222. pulumi_oci/core/get_boot_volume_backup.py +3 -3
  223. pulumi_oci/core/get_boot_volume_replica.py +2 -2
  224. pulumi_oci/core/get_byoip_range.py +2 -2
  225. pulumi_oci/core/get_capture_filter.py +2 -2
  226. pulumi_oci/core/get_cluster_network.py +2 -2
  227. pulumi_oci/core/get_compute_capacity_reservation.py +2 -2
  228. pulumi_oci/core/get_compute_capacity_topology.py +2 -2
  229. pulumi_oci/core/get_compute_cluster.py +2 -2
  230. pulumi_oci/core/get_compute_global_image_capability_schema.py +2 -2
  231. pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
  232. pulumi_oci/core/get_compute_image_capability_schema.py +3 -3
  233. pulumi_oci/core/get_cross_connect.py +2 -2
  234. pulumi_oci/core/get_cross_connect_group.py +2 -2
  235. pulumi_oci/core/get_dedicated_vm_host.py +2 -2
  236. pulumi_oci/core/get_drg_route_distribution.py +2 -2
  237. pulumi_oci/core/get_drg_route_rule.py +2 -2
  238. pulumi_oci/core/get_image.py +2 -2
  239. pulumi_oci/core/get_instance.py +5 -5
  240. pulumi_oci/core/get_instance_configuration.py +2 -2
  241. pulumi_oci/core/get_instance_maintenance_event.py +3 -3
  242. pulumi_oci/core/get_instance_pool.py +2 -2
  243. pulumi_oci/core/get_ipv6.py +2 -2
  244. pulumi_oci/core/get_nat_gateway.py +2 -2
  245. pulumi_oci/core/get_network_security_group.py +2 -2
  246. pulumi_oci/core/get_private_ip.py +2 -2
  247. pulumi_oci/core/get_public_ip.py +2 -2
  248. pulumi_oci/core/get_public_ip_pool.py +2 -2
  249. pulumi_oci/core/get_subnet.py +2 -2
  250. pulumi_oci/core/get_vcn.py +2 -2
  251. pulumi_oci/core/get_virtual_circuit.py +2 -2
  252. pulumi_oci/core/get_vlan.py +2 -2
  253. pulumi_oci/core/get_vnic.py +2 -2
  254. pulumi_oci/core/get_volume.py +3 -3
  255. pulumi_oci/core/get_volume_group_replica.py +2 -2
  256. pulumi_oci/core/get_vtap.py +2 -2
  257. pulumi_oci/core/image.py +28 -28
  258. pulumi_oci/core/instance.py +59 -59
  259. pulumi_oci/core/instance_configuration.py +28 -28
  260. pulumi_oci/core/instance_console_connection.py +28 -28
  261. pulumi_oci/core/instance_maintenance_event.py +35 -35
  262. pulumi_oci/core/instance_pool.py +28 -28
  263. pulumi_oci/core/internet_gateway.py +28 -28
  264. pulumi_oci/core/ipsec.py +28 -28
  265. pulumi_oci/core/ipv6.py +28 -28
  266. pulumi_oci/core/local_peering_gateway.py +28 -28
  267. pulumi_oci/core/nat_gateway.py +28 -28
  268. pulumi_oci/core/network_security_group.py +28 -28
  269. pulumi_oci/core/outputs.py +620 -620
  270. pulumi_oci/core/private_ip.py +28 -28
  271. pulumi_oci/core/public_ip.py +28 -28
  272. pulumi_oci/core/public_ip_pool.py +28 -28
  273. pulumi_oci/core/remote_peering_connection.py +28 -28
  274. pulumi_oci/core/route_table.py +28 -28
  275. pulumi_oci/core/security_list.py +28 -28
  276. pulumi_oci/core/service_gateway.py +28 -28
  277. pulumi_oci/core/subnet.py +28 -28
  278. pulumi_oci/core/vcn.py +28 -28
  279. pulumi_oci/core/virtual_circuit.py +28 -28
  280. pulumi_oci/core/virtual_network.py +20 -20
  281. pulumi_oci/core/vlan.py +28 -28
  282. pulumi_oci/core/volume.py +35 -35
  283. pulumi_oci/core/volume_backup.py +35 -35
  284. pulumi_oci/core/volume_backup_policy.py +28 -28
  285. pulumi_oci/core/volume_group.py +28 -28
  286. pulumi_oci/core/volume_group_backup.py +28 -28
  287. pulumi_oci/core/vtap.py +28 -28
  288. pulumi_oci/database/_inputs.py +66 -66
  289. pulumi_oci/database/application_vip.py +14 -14
  290. pulumi_oci/database/autonomous_container_database.py +28 -28
  291. pulumi_oci/database/autonomous_database.py +35 -35
  292. pulumi_oci/database/autonomous_database_software_image.py +28 -28
  293. pulumi_oci/database/autonomous_exadata_infrastructure.py +28 -28
  294. pulumi_oci/database/autonomous_vm_cluster.py +28 -28
  295. pulumi_oci/database/backup_destination.py +28 -28
  296. pulumi_oci/database/cloud_autonomous_vm_cluster.py +28 -28
  297. pulumi_oci/database/cloud_exadata_infrastructure.py +35 -35
  298. pulumi_oci/database/cloud_vm_cluster.py +35 -35
  299. pulumi_oci/database/data_guard_association.py +56 -56
  300. pulumi_oci/database/database.py +14 -14
  301. pulumi_oci/database/database_software_image.py +28 -28
  302. pulumi_oci/database/database_upgrade.py +14 -14
  303. pulumi_oci/database/db_home.py +28 -28
  304. pulumi_oci/database/db_node.py +28 -28
  305. pulumi_oci/database/db_node_console_connection.py +28 -28
  306. pulumi_oci/database/db_node_console_history.py +28 -28
  307. pulumi_oci/database/db_system.py +28 -28
  308. pulumi_oci/database/db_systems_upgrade.py +14 -14
  309. pulumi_oci/database/exadata_infrastructure.py +28 -28
  310. pulumi_oci/database/exadata_infrastructure_compute.py +14 -14
  311. pulumi_oci/database/exadata_infrastructure_storage.py +20 -20
  312. pulumi_oci/database/exadb_vm_cluster.py +35 -35
  313. pulumi_oci/database/exascale_db_storage_vault.py +35 -35
  314. pulumi_oci/database/external_container_database.py +28 -28
  315. pulumi_oci/database/external_database_connector.py +28 -28
  316. pulumi_oci/database/external_non_container_database.py +28 -28
  317. pulumi_oci/database/external_pluggable_database.py +28 -28
  318. pulumi_oci/database/get_application_vip.py +2 -2
  319. pulumi_oci/database/get_autonomous_container_database.py +2 -2
  320. pulumi_oci/database/get_autonomous_container_database_resource_usage.py +2 -2
  321. pulumi_oci/database/get_autonomous_database.py +3 -3
  322. pulumi_oci/database/get_autonomous_database_software_image.py +2 -2
  323. pulumi_oci/database/get_autonomous_exadata_infrastructure.py +2 -2
  324. pulumi_oci/database/get_autonomous_virtual_machine.py +2 -2
  325. pulumi_oci/database/get_autonomous_vm_cluster.py +2 -2
  326. pulumi_oci/database/get_backup_destination.py +2 -2
  327. pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +2 -2
  328. pulumi_oci/database/get_cloud_exadata_infrastructure.py +3 -3
  329. pulumi_oci/database/get_cloud_vm_cluster.py +3 -3
  330. pulumi_oci/database/get_data_guard_association.py +4 -4
  331. pulumi_oci/database/get_database.py +2 -2
  332. pulumi_oci/database/get_database_software_image.py +2 -2
  333. pulumi_oci/database/get_db_home.py +2 -2
  334. pulumi_oci/database/get_db_node.py +2 -2
  335. pulumi_oci/database/get_db_node_console_connection.py +2 -2
  336. pulumi_oci/database/get_db_node_console_history.py +2 -2
  337. pulumi_oci/database/get_db_server.py +2 -2
  338. pulumi_oci/database/get_exadata_infrastructure.py +2 -2
  339. pulumi_oci/database/get_exadb_vm_cluster.py +3 -3
  340. pulumi_oci/database/get_exascale_db_storage_vault.py +3 -3
  341. pulumi_oci/database/get_external_container_database.py +2 -2
  342. pulumi_oci/database/get_external_database_connector.py +2 -2
  343. pulumi_oci/database/get_external_non_container_database.py +2 -2
  344. pulumi_oci/database/get_external_pluggable_database.py +2 -2
  345. pulumi_oci/database/get_key_store.py +2 -2
  346. pulumi_oci/database/get_maintenance_run.py +14 -1
  347. pulumi_oci/database/get_oneoff_patch.py +2 -2
  348. pulumi_oci/database/get_pluggable_database.py +2 -2
  349. pulumi_oci/database/get_vm_cluster.py +2 -2
  350. pulumi_oci/database/get_vm_cluster_network.py +2 -2
  351. pulumi_oci/database/get_vm_cluster_recommended_network.py +10 -10
  352. pulumi_oci/database/key_store.py +28 -28
  353. pulumi_oci/database/maintenance_run.py +56 -7
  354. pulumi_oci/database/oneoff_patch.py +28 -28
  355. pulumi_oci/database/outputs.py +375 -342
  356. pulumi_oci/database/pluggable_database.py +28 -28
  357. pulumi_oci/database/pluggable_database_managements_management.py +14 -14
  358. pulumi_oci/database/pluggable_databases_local_clone.py +14 -14
  359. pulumi_oci/database/pluggable_databases_remote_clone.py +14 -14
  360. pulumi_oci/database/vm_cluster.py +28 -28
  361. pulumi_oci/database/vm_cluster_add_virtual_network.py +14 -14
  362. pulumi_oci/database/vm_cluster_network.py +28 -28
  363. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +14 -14
  364. pulumi_oci/databasemanagement/_inputs.py +52 -52
  365. pulumi_oci/databasemanagement/db_management_private_endpoint.py +35 -35
  366. pulumi_oci/databasemanagement/external_asm.py +42 -42
  367. pulumi_oci/databasemanagement/external_asm_instance.py +35 -35
  368. pulumi_oci/databasemanagement/external_cluster.py +42 -42
  369. pulumi_oci/databasemanagement/external_cluster_instance.py +35 -35
  370. pulumi_oci/databasemanagement/external_db_home.py +42 -42
  371. pulumi_oci/databasemanagement/external_db_node.py +42 -42
  372. pulumi_oci/databasemanagement/external_db_system.py +35 -35
  373. pulumi_oci/databasemanagement/external_db_system_connector.py +35 -35
  374. pulumi_oci/databasemanagement/external_db_system_discovery.py +35 -35
  375. pulumi_oci/databasemanagement/external_exadata_infrastructure.py +42 -42
  376. pulumi_oci/databasemanagement/external_exadata_storage_connector.py +42 -42
  377. pulumi_oci/databasemanagement/external_exadata_storage_grid.py +42 -42
  378. pulumi_oci/databasemanagement/external_exadata_storage_server.py +42 -42
  379. pulumi_oci/databasemanagement/external_listener.py +42 -42
  380. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +3 -3
  381. pulumi_oci/databasemanagement/get_external_asm.py +4 -4
  382. pulumi_oci/databasemanagement/get_external_asm_instance.py +3 -3
  383. pulumi_oci/databasemanagement/get_external_cluster.py +4 -4
  384. pulumi_oci/databasemanagement/get_external_cluster_instance.py +3 -3
  385. pulumi_oci/databasemanagement/get_external_db_home.py +4 -4
  386. pulumi_oci/databasemanagement/get_external_db_node.py +4 -4
  387. pulumi_oci/databasemanagement/get_external_db_system.py +3 -3
  388. pulumi_oci/databasemanagement/get_external_db_system_connector.py +3 -3
  389. pulumi_oci/databasemanagement/get_external_db_system_discovery.py +3 -3
  390. pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +4 -4
  391. pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +4 -4
  392. pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +4 -4
  393. pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +4 -4
  394. pulumi_oci/databasemanagement/get_external_listener.py +4 -4
  395. pulumi_oci/databasemanagement/get_managed_database.py +3 -3
  396. pulumi_oci/databasemanagement/get_managed_database_group.py +3 -3
  397. pulumi_oci/databasemanagement/get_named_credential.py +3 -3
  398. pulumi_oci/databasemanagement/managed_database.py +42 -42
  399. pulumi_oci/databasemanagement/managed_database_group.py +35 -35
  400. pulumi_oci/databasemanagement/named_credential.py +35 -35
  401. pulumi_oci/databasemanagement/outputs.py +282 -282
  402. pulumi_oci/databasemigration/_inputs.py +12 -12
  403. pulumi_oci/databasemigration/connection.py +35 -35
  404. pulumi_oci/databasemigration/get_connection.py +3 -3
  405. pulumi_oci/databasemigration/get_migration.py +3 -3
  406. pulumi_oci/databasemigration/get_migrations.py +3 -3
  407. pulumi_oci/databasemigration/job.py +35 -35
  408. pulumi_oci/databasemigration/migration.py +35 -35
  409. pulumi_oci/databasemigration/outputs.py +18 -18
  410. pulumi_oci/databasetools/database_tools_connection.py +49 -49
  411. pulumi_oci/databasetools/database_tools_private_endpoint.py +35 -35
  412. pulumi_oci/databasetools/get_database_tools_connection.py +4 -4
  413. pulumi_oci/databasetools/get_database_tools_endpoint_service.py +3 -3
  414. pulumi_oci/databasetools/get_database_tools_private_endpoint.py +3 -3
  415. pulumi_oci/databasetools/outputs.py +30 -30
  416. pulumi_oci/datacatalog/catalog.py +35 -35
  417. pulumi_oci/datacatalog/catalog_private_endpoint.py +35 -35
  418. pulumi_oci/datacatalog/connection.py +24 -24
  419. pulumi_oci/datacatalog/data_asset.py +10 -10
  420. pulumi_oci/datacatalog/get_catalog.py +3 -3
  421. pulumi_oci/datacatalog/get_catalog_private_endpoint.py +3 -3
  422. pulumi_oci/datacatalog/get_catalog_type.py +1 -1
  423. pulumi_oci/datacatalog/get_connection.py +2 -2
  424. pulumi_oci/datacatalog/get_data_asset.py +1 -1
  425. pulumi_oci/datacatalog/get_metastore.py +3 -3
  426. pulumi_oci/datacatalog/metastore.py +35 -35
  427. pulumi_oci/datacatalog/outputs.py +35 -35
  428. pulumi_oci/dataflow/application.py +42 -42
  429. pulumi_oci/dataflow/get_application.py +3 -3
  430. pulumi_oci/dataflow/get_invoke_run.py +3 -3
  431. pulumi_oci/dataflow/get_pool.py +2 -2
  432. pulumi_oci/dataflow/get_private_endpoint.py +2 -2
  433. pulumi_oci/dataflow/get_sql_endpoint.py +4 -4
  434. pulumi_oci/dataflow/invoke_run.py +42 -42
  435. pulumi_oci/dataflow/outputs.py +42 -42
  436. pulumi_oci/dataflow/pool.py +28 -28
  437. pulumi_oci/dataflow/private_endpoint.py +28 -28
  438. pulumi_oci/dataflow/sql_endpoint.py +49 -49
  439. pulumi_oci/dataintegration/_inputs.py +44 -44
  440. pulumi_oci/dataintegration/get_workspace.py +2 -2
  441. pulumi_oci/dataintegration/get_workspace_application.py +3 -3
  442. pulumi_oci/dataintegration/get_workspace_application_patch.py +2 -2
  443. pulumi_oci/dataintegration/get_workspace_export_request.py +1 -1
  444. pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
  445. pulumi_oci/dataintegration/get_workspace_import_request.py +1 -1
  446. pulumi_oci/dataintegration/get_workspace_project.py +1 -1
  447. pulumi_oci/dataintegration/get_workspace_task.py +1 -1
  448. pulumi_oci/dataintegration/outputs.py +135 -135
  449. pulumi_oci/dataintegration/workspace.py +28 -28
  450. pulumi_oci/dataintegration/workspace_application.py +35 -35
  451. pulumi_oci/dataintegration/workspace_application_patch.py +14 -14
  452. pulumi_oci/dataintegration/workspace_export_request.py +7 -7
  453. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  454. pulumi_oci/dataintegration/workspace_import_request.py +7 -7
  455. pulumi_oci/dataintegration/workspace_project.py +7 -7
  456. pulumi_oci/dataintegration/workspace_task.py +7 -7
  457. pulumi_oci/datalabellingservice/dataset.py +35 -35
  458. pulumi_oci/datalabellingservice/get_dataset.py +3 -3
  459. pulumi_oci/datalabellingservice/outputs.py +9 -9
  460. pulumi_oci/datasafe/_inputs.py +12 -12
  461. pulumi_oci/datasafe/alert.py +42 -42
  462. pulumi_oci/datasafe/alert_policy.py +35 -35
  463. pulumi_oci/datasafe/audit_archive_retrieval.py +35 -35
  464. pulumi_oci/datasafe/audit_policy.py +35 -35
  465. pulumi_oci/datasafe/audit_policy_management.py +35 -35
  466. pulumi_oci/datasafe/audit_profile.py +35 -35
  467. pulumi_oci/datasafe/audit_profile_management.py +28 -28
  468. pulumi_oci/datasafe/audit_trail.py +35 -35
  469. pulumi_oci/datasafe/audit_trail_management.py +35 -35
  470. pulumi_oci/datasafe/data_safe_configuration.py +14 -14
  471. pulumi_oci/datasafe/data_safe_private_endpoint.py +35 -35
  472. pulumi_oci/datasafe/database_security_config.py +35 -35
  473. pulumi_oci/datasafe/database_security_config_management.py +25 -25
  474. pulumi_oci/datasafe/discovery_mod.py +35 -35
  475. pulumi_oci/datasafe/get_alert.py +4 -4
  476. pulumi_oci/datasafe/get_alert_policy.py +3 -3
  477. pulumi_oci/datasafe/get_audit_archive_retrieval.py +3 -3
  478. pulumi_oci/datasafe/get_audit_policy.py +3 -3
  479. pulumi_oci/datasafe/get_audit_profile.py +3 -3
  480. pulumi_oci/datasafe/get_audit_trail.py +3 -3
  481. pulumi_oci/datasafe/get_data_safe_configuration.py +2 -2
  482. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +3 -3
  483. pulumi_oci/datasafe/get_discovery_job.py +3 -3
  484. pulumi_oci/datasafe/get_library_masking_format.py +2 -2
  485. pulumi_oci/datasafe/get_masking_policy.py +2 -2
  486. pulumi_oci/datasafe/get_masking_policy_health_report.py +2 -2
  487. pulumi_oci/datasafe/get_onprem_connector.py +3 -3
  488. pulumi_oci/datasafe/get_report.py +3 -3
  489. pulumi_oci/datasafe/get_report_definition.py +3 -3
  490. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +3 -3
  491. pulumi_oci/datasafe/get_security_assessment.py +3 -3
  492. pulumi_oci/datasafe/get_security_policy.py +3 -3
  493. pulumi_oci/datasafe/get_security_policy_deployment.py +3 -3
  494. pulumi_oci/datasafe/get_security_policy_report.py +3 -3
  495. pulumi_oci/datasafe/get_sensitive_data_model.py +3 -3
  496. pulumi_oci/datasafe/get_sensitive_type.py +3 -3
  497. pulumi_oci/datasafe/get_target_alert_policy_association.py +3 -3
  498. pulumi_oci/datasafe/get_target_database.py +3 -3
  499. pulumi_oci/datasafe/get_user_assessment.py +3 -3
  500. pulumi_oci/datasafe/library_masing_format.py +28 -28
  501. pulumi_oci/datasafe/masking_policy.py +28 -28
  502. pulumi_oci/datasafe/on_prem_connector.py +35 -35
  503. pulumi_oci/datasafe/outputs.py +261 -261
  504. pulumi_oci/datasafe/report.py +35 -35
  505. pulumi_oci/datasafe/report_definition.py +35 -35
  506. pulumi_oci/datasafe/sdm_masking_policy_difference.py +35 -35
  507. pulumi_oci/datasafe/security_assessment.py +35 -35
  508. pulumi_oci/datasafe/security_policy.py +35 -35
  509. pulumi_oci/datasafe/security_policy_deployment.py +35 -35
  510. pulumi_oci/datasafe/security_policy_deployment_management.py +25 -25
  511. pulumi_oci/datasafe/security_policy_management.py +25 -25
  512. pulumi_oci/datasafe/sensitive_data_model.py +35 -35
  513. pulumi_oci/datasafe/sensitive_type.py +35 -35
  514. pulumi_oci/datasafe/sql_collection.py +35 -35
  515. pulumi_oci/datasafe/sql_firewall_policy.py +35 -35
  516. pulumi_oci/datasafe/sql_firewall_policy_management.py +25 -25
  517. pulumi_oci/datasafe/target_alert_policy_association.py +35 -35
  518. pulumi_oci/datasafe/target_database.py +35 -35
  519. pulumi_oci/datasafe/user_assessment.py +35 -35
  520. pulumi_oci/datascience/_inputs.py +36 -36
  521. pulumi_oci/datascience/get_job.py +2 -2
  522. pulumi_oci/datascience/get_job_run.py +2 -2
  523. pulumi_oci/datascience/get_model.py +2 -2
  524. pulumi_oci/datascience/get_model_deployment.py +2 -2
  525. pulumi_oci/datascience/get_model_version_set.py +3 -3
  526. pulumi_oci/datascience/get_notebook_session.py +2 -2
  527. pulumi_oci/datascience/get_pipeline.py +3 -3
  528. pulumi_oci/datascience/get_pipeline_run.py +3 -3
  529. pulumi_oci/datascience/get_private_endpoint.py +3 -3
  530. pulumi_oci/datascience/get_project.py +3 -3
  531. pulumi_oci/datascience/job.py +28 -28
  532. pulumi_oci/datascience/job_run.py +28 -28
  533. pulumi_oci/datascience/model.py +28 -28
  534. pulumi_oci/datascience/model_deployment.py +28 -28
  535. pulumi_oci/datascience/model_version_set.py +35 -35
  536. pulumi_oci/datascience/notebook_session.py +28 -28
  537. pulumi_oci/datascience/outputs.py +156 -156
  538. pulumi_oci/datascience/pipeline.py +35 -35
  539. pulumi_oci/datascience/pipeline_run.py +42 -42
  540. pulumi_oci/datascience/private_endpoint.py +35 -35
  541. pulumi_oci/datascience/project.py +35 -35
  542. pulumi_oci/demandsignal/_inputs.py +4 -4
  543. pulumi_oci/demandsignal/get_occ_demand_signal.py +3 -3
  544. pulumi_oci/demandsignal/occ_demand_signal.py +35 -35
  545. pulumi_oci/demandsignal/outputs.py +18 -18
  546. pulumi_oci/devops/_inputs.py +8 -8
  547. pulumi_oci/devops/build_pipeline.py +35 -35
  548. pulumi_oci/devops/build_pipeline_stage.py +35 -35
  549. pulumi_oci/devops/build_run.py +35 -35
  550. pulumi_oci/devops/connection.py +35 -35
  551. pulumi_oci/devops/deploy_artifact.py +35 -35
  552. pulumi_oci/devops/deploy_environment.py +35 -35
  553. pulumi_oci/devops/deploy_pipeline.py +35 -35
  554. pulumi_oci/devops/deploy_stage.py +49 -49
  555. pulumi_oci/devops/deployment.py +35 -35
  556. pulumi_oci/devops/get_build_pipeline.py +3 -3
  557. pulumi_oci/devops/get_build_pipeline_stage.py +3 -3
  558. pulumi_oci/devops/get_build_run.py +3 -3
  559. pulumi_oci/devops/get_connection.py +3 -3
  560. pulumi_oci/devops/get_deploy_artifact.py +3 -3
  561. pulumi_oci/devops/get_deploy_environment.py +3 -3
  562. pulumi_oci/devops/get_deploy_pipeline.py +3 -3
  563. pulumi_oci/devops/get_deploy_stage.py +4 -4
  564. pulumi_oci/devops/get_deployment.py +3 -3
  565. pulumi_oci/devops/get_project.py +3 -3
  566. pulumi_oci/devops/get_repository.py +3 -3
  567. pulumi_oci/devops/get_repository_ref.py +2 -2
  568. pulumi_oci/devops/get_trigger.py +3 -3
  569. pulumi_oci/devops/outputs.py +179 -179
  570. pulumi_oci/devops/project.py +35 -35
  571. pulumi_oci/devops/repository.py +35 -35
  572. pulumi_oci/devops/repository_protected_branch_management.py +7 -7
  573. pulumi_oci/devops/repository_ref.py +14 -14
  574. pulumi_oci/devops/trigger.py +35 -35
  575. pulumi_oci/disasterrecovery/_inputs.py +66 -2
  576. pulumi_oci/disasterrecovery/dr_plan.py +35 -35
  577. pulumi_oci/disasterrecovery/dr_plan_execution.py +35 -35
  578. pulumi_oci/disasterrecovery/dr_protection_group.py +43 -35
  579. pulumi_oci/disasterrecovery/get_dr_plan.py +3 -3
  580. pulumi_oci/disasterrecovery/get_dr_plan_execution.py +3 -3
  581. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +24 -0
  582. pulumi_oci/disasterrecovery/get_dr_protection_group.py +3 -3
  583. pulumi_oci/disasterrecovery/outputs.py +177 -37
  584. pulumi_oci/dns/action_create_zone_from_zone_file.py +14 -14
  585. pulumi_oci/dns/get_resolver.py +2 -2
  586. pulumi_oci/dns/get_steering_policy.py +2 -2
  587. pulumi_oci/dns/get_tsig_key.py +2 -2
  588. pulumi_oci/dns/get_view.py +2 -2
  589. pulumi_oci/dns/outputs.py +30 -30
  590. pulumi_oci/dns/resolver.py +28 -28
  591. pulumi_oci/dns/steering_policy.py +28 -28
  592. pulumi_oci/dns/tsig_key.py +28 -28
  593. pulumi_oci/dns/view.py +28 -28
  594. pulumi_oci/dns/zone.py +28 -28
  595. pulumi_oci/email/dkim.py +35 -35
  596. pulumi_oci/email/email_domain.py +35 -35
  597. pulumi_oci/email/email_return_path.py +35 -35
  598. pulumi_oci/email/get_dkim.py +3 -3
  599. pulumi_oci/email/get_email_domain.py +3 -3
  600. pulumi_oci/email/get_email_return_path.py +3 -3
  601. pulumi_oci/email/get_sender.py +3 -3
  602. pulumi_oci/email/outputs.py +36 -36
  603. pulumi_oci/email/sender.py +35 -35
  604. pulumi_oci/events/get_rule.py +2 -2
  605. pulumi_oci/events/outputs.py +6 -6
  606. pulumi_oci/events/rule.py +28 -28
  607. pulumi_oci/filestorage/file_system.py +28 -28
  608. pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -28
  609. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +2 -2
  610. pulumi_oci/filestorage/get_outbound_connector.py +2 -2
  611. pulumi_oci/filestorage/get_replication.py +2 -2
  612. pulumi_oci/filestorage/get_replication_target.py +2 -2
  613. pulumi_oci/filestorage/get_snapshot.py +2 -2
  614. pulumi_oci/filestorage/mount_target.py +28 -28
  615. pulumi_oci/filestorage/outbound_connector.py +28 -28
  616. pulumi_oci/filestorage/outputs.py +42 -42
  617. pulumi_oci/filestorage/replication.py +28 -28
  618. pulumi_oci/filestorage/snapshot.py +28 -28
  619. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +25 -25
  620. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +25 -25
  621. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +3 -3
  622. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +3 -3
  623. pulumi_oci/fleetsoftwareupdate/outputs.py +12 -12
  624. pulumi_oci/functions/application.py +42 -42
  625. pulumi_oci/functions/function.py +42 -42
  626. pulumi_oci/functions/get_application.py +3 -3
  627. pulumi_oci/functions/get_function.py +3 -3
  628. pulumi_oci/functions/get_fusion_environment.py +2 -2
  629. pulumi_oci/functions/get_fusion_environment_family.py +2 -2
  630. pulumi_oci/functions/get_fusion_environment_service_attachment.py +2 -2
  631. pulumi_oci/functions/get_pbf_listing.py +3 -3
  632. pulumi_oci/functions/get_pbf_listing_version.py +3 -3
  633. pulumi_oci/functions/outputs.py +56 -56
  634. pulumi_oci/fusionapps/fusion_environment.py +28 -28
  635. pulumi_oci/fusionapps/fusion_environment_family.py +28 -28
  636. pulumi_oci/fusionapps/fusion_environment_service_attachment.py +21 -21
  637. pulumi_oci/generativeai/dedicated_ai_cluster.py +35 -35
  638. pulumi_oci/generativeai/endpoint.py +35 -35
  639. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -3
  640. pulumi_oci/generativeai/get_endpoint.py +3 -3
  641. pulumi_oci/generativeai/get_model.py +3 -3
  642. pulumi_oci/generativeai/model.py +35 -35
  643. pulumi_oci/generativeai/outputs.py +20 -20
  644. pulumi_oci/genericartifactscontent/artifact_by_path.py +14 -14
  645. pulumi_oci/genericartifactscontent/get_artifact_by_path.py +2 -2
  646. pulumi_oci/globallydistributeddatabase/_inputs.py +16 -16
  647. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +3 -3
  648. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +3 -3
  649. pulumi_oci/globallydistributeddatabase/outputs.py +42 -42
  650. pulumi_oci/globallydistributeddatabase/private_endpoint.py +35 -35
  651. pulumi_oci/globallydistributeddatabase/sharded_database.py +35 -35
  652. pulumi_oci/goldengate/connection.py +35 -35
  653. pulumi_oci/goldengate/database_registration.py +35 -35
  654. pulumi_oci/goldengate/deployment.py +35 -35
  655. pulumi_oci/goldengate/deployment_backup.py +35 -35
  656. pulumi_oci/goldengate/get_connection.py +3 -3
  657. pulumi_oci/goldengate/get_database_registration.py +3 -3
  658. pulumi_oci/goldengate/get_deployment.py +3 -3
  659. pulumi_oci/goldengate/get_deployment_backup.py +3 -3
  660. pulumi_oci/goldengate/get_deployment_upgrade.py +3 -3
  661. pulumi_oci/goldengate/outputs.py +45 -45
  662. pulumi_oci/healthchecks/get_http_monitor.py +3 -3
  663. pulumi_oci/healthchecks/get_ping_monitor.py +2 -2
  664. pulumi_oci/healthchecks/http_monitor.py +42 -42
  665. pulumi_oci/healthchecks/http_probe.py +14 -14
  666. pulumi_oci/healthchecks/outputs.py +15 -15
  667. pulumi_oci/healthchecks/ping_monitor.py +28 -28
  668. pulumi_oci/identity/compartment.py +28 -28
  669. pulumi_oci/identity/domain.py +28 -28
  670. pulumi_oci/identity/dynamic_group.py +28 -28
  671. pulumi_oci/identity/get_compartment.py +2 -2
  672. pulumi_oci/identity/get_domain.py +2 -2
  673. pulumi_oci/identity/get_group.py +2 -2
  674. pulumi_oci/identity/get_network_source.py +2 -2
  675. pulumi_oci/identity/get_tag.py +2 -2
  676. pulumi_oci/identity/get_tenancy.py +2 -2
  677. pulumi_oci/identity/get_user.py +2 -2
  678. pulumi_oci/identity/group.py +28 -28
  679. pulumi_oci/identity/identity_provider.py +42 -42
  680. pulumi_oci/identity/network_source.py +28 -28
  681. pulumi_oci/identity/outputs.py +69 -69
  682. pulumi_oci/identity/policy.py +28 -28
  683. pulumi_oci/identity/tag.py +28 -28
  684. pulumi_oci/identity/tag_namespace.py +28 -28
  685. pulumi_oci/identity/user.py +28 -28
  686. pulumi_oci/integration/get_integration_instance.py +28 -5
  687. pulumi_oci/integration/integration_instance.py +123 -35
  688. pulumi_oci/integration/outputs.py +33 -15
  689. pulumi_oci/jms/fleet.py +35 -35
  690. pulumi_oci/jms/get_fleet.py +3 -3
  691. pulumi_oci/jms/get_java_downloads_java_download_report.py +3 -3
  692. pulumi_oci/jms/get_java_downloads_java_download_token.py +3 -3
  693. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +3 -3
  694. pulumi_oci/jms/get_jms_plugin.py +3 -3
  695. pulumi_oci/jms/java_downloads_java_download_report.py +35 -35
  696. pulumi_oci/jms/java_downloads_java_download_token.py +35 -35
  697. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +28 -28
  698. pulumi_oci/jms/jms_plugin.py +35 -35
  699. pulumi_oci/jms/outputs.py +45 -45
  700. pulumi_oci/kms/ekms_private_endpoint.py +28 -28
  701. pulumi_oci/kms/encrypted_data.py +28 -28
  702. pulumi_oci/kms/generated_key.py +28 -28
  703. pulumi_oci/kms/get_decrypted_data.py +5 -5
  704. pulumi_oci/kms/get_ekms_private_endpoint.py +2 -2
  705. pulumi_oci/kms/get_encrypted_data.py +5 -5
  706. pulumi_oci/kms/get_key.py +2 -2
  707. pulumi_oci/kms/get_vault.py +2 -2
  708. pulumi_oci/kms/key.py +28 -28
  709. pulumi_oci/kms/outputs.py +18 -18
  710. pulumi_oci/kms/vault.py +28 -28
  711. pulumi_oci/licensemanager/get_license_record.py +3 -3
  712. pulumi_oci/licensemanager/get_product_license.py +3 -3
  713. pulumi_oci/licensemanager/license_record.py +35 -35
  714. pulumi_oci/licensemanager/outputs.py +18 -18
  715. pulumi_oci/licensemanager/product_license.py +35 -35
  716. pulumi_oci/limits/get_quota.py +2 -2
  717. pulumi_oci/limits/outputs.py +6 -6
  718. pulumi_oci/limits/quota.py +28 -28
  719. pulumi_oci/loadbalancer/load_balancer.py +35 -35
  720. pulumi_oci/loadbalancer/outputs.py +9 -9
  721. pulumi_oci/loganalytics/get_log_analytics_entity.py +3 -3
  722. pulumi_oci/loganalytics/get_log_analytics_log_group.py +2 -2
  723. pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +2 -2
  724. pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +2 -2
  725. pulumi_oci/loganalytics/get_namespace_scheduled_task.py +2 -2
  726. pulumi_oci/loganalytics/log_analytics_entity.py +42 -42
  727. pulumi_oci/loganalytics/log_analytics_log_group.py +28 -28
  728. pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +28 -28
  729. pulumi_oci/loganalytics/namespace_ingest_time_rule.py +28 -28
  730. pulumi_oci/loganalytics/namespace_scheduled_task.py +28 -28
  731. pulumi_oci/loganalytics/outputs.py +45 -45
  732. pulumi_oci/logging/_inputs.py +36 -36
  733. pulumi_oci/logging/get_log.py +2 -2
  734. pulumi_oci/logging/get_log_group.py +2 -2
  735. pulumi_oci/logging/get_log_saved_search.py +2 -2
  736. pulumi_oci/logging/get_unified_agent_configuration.py +2 -2
  737. pulumi_oci/logging/log.py +28 -28
  738. pulumi_oci/logging/log_group.py +28 -28
  739. pulumi_oci/logging/log_saved_search.py +28 -28
  740. pulumi_oci/logging/outputs.py +81 -81
  741. pulumi_oci/logging/unified_agent_configuration.py +28 -28
  742. pulumi_oci/managementagent/get_management_agent.py +2 -2
  743. pulumi_oci/managementagent/management_agent.py +28 -28
  744. pulumi_oci/managementagent/outputs.py +6 -6
  745. pulumi_oci/marketplace/accepted_agreement.py +28 -28
  746. pulumi_oci/marketplace/get_accepted_agreement.py +2 -2
  747. pulumi_oci/marketplace/get_publication.py +3 -3
  748. pulumi_oci/marketplace/outputs.py +15 -15
  749. pulumi_oci/marketplace/publication.py +35 -35
  750. pulumi_oci/mediaservices/_inputs.py +4 -4
  751. pulumi_oci/mediaservices/get_media_asset.py +3 -3
  752. pulumi_oci/mediaservices/get_media_workflow.py +3 -3
  753. pulumi_oci/mediaservices/get_media_workflow_configuration.py +3 -3
  754. pulumi_oci/mediaservices/get_media_workflow_job.py +3 -3
  755. pulumi_oci/mediaservices/get_stream_cdn_config.py +3 -3
  756. pulumi_oci/mediaservices/get_stream_distribution_channel.py +3 -3
  757. pulumi_oci/mediaservices/get_stream_packaging_config.py +3 -3
  758. pulumi_oci/mediaservices/media_asset.py +35 -35
  759. pulumi_oci/mediaservices/media_workflow.py +35 -35
  760. pulumi_oci/mediaservices/media_workflow_configuration.py +35 -35
  761. pulumi_oci/mediaservices/media_workflow_job.py +35 -35
  762. pulumi_oci/mediaservices/outputs.py +75 -75
  763. pulumi_oci/mediaservices/stream_cdn_config.py +35 -35
  764. pulumi_oci/mediaservices/stream_distribution_channel.py +35 -35
  765. pulumi_oci/mediaservices/stream_packaging_config.py +35 -35
  766. pulumi_oci/meteringcomputation/get_schedule.py +3 -3
  767. pulumi_oci/meteringcomputation/outputs.py +9 -9
  768. pulumi_oci/meteringcomputation/schedule.py +35 -35
  769. pulumi_oci/monitoring/alarm.py +28 -28
  770. pulumi_oci/monitoring/alarm_suppression.py +42 -42
  771. pulumi_oci/monitoring/get_alarm.py +2 -2
  772. pulumi_oci/monitoring/get_alarm_suppression.py +3 -3
  773. pulumi_oci/monitoring/get_metrics.py +5 -5
  774. pulumi_oci/monitoring/outputs.py +27 -27
  775. pulumi_oci/mysql/_inputs.py +234 -34
  776. pulumi_oci/mysql/channel.py +28 -28
  777. pulumi_oci/mysql/get_channel.py +2 -2
  778. pulumi_oci/mysql/get_mysql_backup.py +3 -3
  779. pulumi_oci/mysql/get_mysql_configuration.py +2 -2
  780. pulumi_oci/mysql/get_mysql_db_system.py +17 -4
  781. pulumi_oci/mysql/get_replica.py +2 -2
  782. pulumi_oci/mysql/mysql_backup.py +32 -32
  783. pulumi_oci/mysql/mysql_configuration.py +28 -28
  784. pulumi_oci/mysql/mysql_db_system.py +83 -28
  785. pulumi_oci/mysql/outputs.py +605 -112
  786. pulumi_oci/mysql/replica.py +28 -28
  787. pulumi_oci/networkfirewall/get_network_firewall.py +3 -3
  788. pulumi_oci/networkfirewall/get_network_firewall_policy.py +3 -3
  789. pulumi_oci/networkfirewall/network_firewall.py +35 -35
  790. pulumi_oci/networkfirewall/network_firewall_policy.py +35 -35
  791. pulumi_oci/networkfirewall/outputs.py +18 -18
  792. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +3 -3
  793. pulumi_oci/networkloadbalancer/network_load_balancer.py +35 -35
  794. pulumi_oci/networkloadbalancer/outputs.py +9 -9
  795. pulumi_oci/nosql/get_table.py +3 -3
  796. pulumi_oci/nosql/outputs.py +9 -9
  797. pulumi_oci/nosql/table.py +35 -35
  798. pulumi_oci/objectstorage/bucket.py +42 -42
  799. pulumi_oci/objectstorage/get_bucket.py +3 -3
  800. pulumi_oci/objectstorage/get_object.py +1 -1
  801. pulumi_oci/objectstorage/get_object_head.py +1 -1
  802. pulumi_oci/objectstorage/outputs.py +9 -9
  803. pulumi_oci/objectstorage/storage_object.py +14 -14
  804. pulumi_oci/oce/get_oce_instance.py +4 -4
  805. pulumi_oci/oce/instance.py +42 -42
  806. pulumi_oci/oce/outputs.py +12 -12
  807. pulumi_oci/ocvp/cluster.py +28 -28
  808. pulumi_oci/ocvp/esxi_host.py +28 -28
  809. pulumi_oci/ocvp/get_cluster.py +2 -2
  810. pulumi_oci/ocvp/get_exsi_host.py +2 -2
  811. pulumi_oci/ocvp/get_retrieve_password.py +1 -1
  812. pulumi_oci/ocvp/get_sddc.py +2 -2
  813. pulumi_oci/ocvp/outputs.py +18 -18
  814. pulumi_oci/ocvp/sddc.py +28 -28
  815. pulumi_oci/oda/get_oda_instance.py +2 -2
  816. pulumi_oci/oda/get_oda_private_endpoint.py +2 -2
  817. pulumi_oci/oda/oda_instance.py +28 -28
  818. pulumi_oci/oda/oda_private_endpoint.py +28 -28
  819. pulumi_oci/oda/outputs.py +12 -12
  820. pulumi_oci/ons/get_notification_topic.py +2 -2
  821. pulumi_oci/ons/get_subscription.py +2 -2
  822. pulumi_oci/ons/notification_topic.py +28 -28
  823. pulumi_oci/ons/outputs.py +12 -12
  824. pulumi_oci/ons/subscription.py +28 -28
  825. pulumi_oci/opa/get_opa_instance.py +3 -3
  826. pulumi_oci/opa/opa_instance.py +35 -35
  827. pulumi_oci/opa/outputs.py +9 -9
  828. pulumi_oci/opensearch/cluster.py +42 -42
  829. pulumi_oci/opensearch/get_opensearch_cluster.py +3 -3
  830. pulumi_oci/opensearch/outputs.py +9 -9
  831. pulumi_oci/operatoraccesscontrol/get_access_request.py +2 -2
  832. pulumi_oci/operatoraccesscontrol/get_control.py +2 -2
  833. pulumi_oci/operatoraccesscontrol/get_control_assignment.py +2 -2
  834. pulumi_oci/operatoraccesscontrol/operator_control.py +28 -28
  835. pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +28 -28
  836. pulumi_oci/operatoraccesscontrol/outputs.py +18 -18
  837. pulumi_oci/opsi/_inputs.py +12 -12
  838. pulumi_oci/opsi/awr_hub.py +35 -35
  839. pulumi_oci/opsi/awr_hub_source.py +35 -35
  840. pulumi_oci/opsi/database_insight.py +35 -35
  841. pulumi_oci/opsi/enterprise_manager_bridge.py +35 -35
  842. pulumi_oci/opsi/exadata_insight.py +35 -35
  843. pulumi_oci/opsi/get_awr_hub.py +3 -3
  844. pulumi_oci/opsi/get_awr_hub_source.py +3 -3
  845. pulumi_oci/opsi/get_database_insight.py +3 -3
  846. pulumi_oci/opsi/get_enterprise_manager_bridge.py +3 -3
  847. pulumi_oci/opsi/get_exadata_insight.py +3 -3
  848. pulumi_oci/opsi/get_host_insight.py +3 -3
  849. pulumi_oci/opsi/get_news_report.py +3 -3
  850. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +3 -3
  851. pulumi_oci/opsi/get_operations_insights_warehouse.py +3 -3
  852. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +3 -3
  853. pulumi_oci/opsi/get_opsi_configuration.py +3 -3
  854. pulumi_oci/opsi/host_insight.py +35 -35
  855. pulumi_oci/opsi/news_report.py +35 -35
  856. pulumi_oci/opsi/operations_insights_private_endpoint.py +35 -35
  857. pulumi_oci/opsi/operations_insights_warehouse.py +35 -35
  858. pulumi_oci/opsi/operations_insights_warehouse_user.py +35 -35
  859. pulumi_oci/opsi/opsi_configuration.py +42 -42
  860. pulumi_oci/opsi/outputs.py +126 -126
  861. pulumi_oci/optimizer/get_category.py +1 -1
  862. pulumi_oci/optimizer/get_profile.py +3 -3
  863. pulumi_oci/optimizer/get_recommendation.py +1 -1
  864. pulumi_oci/optimizer/get_resource_action.py +2 -2
  865. pulumi_oci/optimizer/outputs.py +26 -26
  866. pulumi_oci/optimizer/profile.py +33 -33
  867. pulumi_oci/optimizer/recommendation.py +7 -7
  868. pulumi_oci/optimizer/resource_action.py +14 -14
  869. pulumi_oci/osmanagement/get_managed_instance_group.py +2 -2
  870. pulumi_oci/osmanagement/get_software_source.py +2 -2
  871. pulumi_oci/osmanagement/managed_instance_group.py +28 -28
  872. pulumi_oci/osmanagement/outputs.py +12 -12
  873. pulumi_oci/osmanagement/software_source.py +28 -28
  874. pulumi_oci/osmanagementhub/_inputs.py +12 -12
  875. pulumi_oci/osmanagementhub/event.py +35 -35
  876. pulumi_oci/osmanagementhub/get_event.py +3 -3
  877. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +3 -3
  878. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +3 -3
  879. pulumi_oci/osmanagementhub/get_managed_instance_group.py +3 -3
  880. pulumi_oci/osmanagementhub/get_management_station.py +3 -3
  881. pulumi_oci/osmanagementhub/get_profile.py +3 -3
  882. pulumi_oci/osmanagementhub/get_scheduled_job.py +3 -3
  883. pulumi_oci/osmanagementhub/get_software_source.py +3 -3
  884. pulumi_oci/osmanagementhub/lifecycle_environment.py +35 -35
  885. pulumi_oci/osmanagementhub/managed_instance_group.py +35 -35
  886. pulumi_oci/osmanagementhub/management_station.py +35 -35
  887. pulumi_oci/osmanagementhub/outputs.py +108 -108
  888. pulumi_oci/osmanagementhub/profile.py +35 -35
  889. pulumi_oci/osmanagementhub/scheduled_job.py +35 -35
  890. pulumi_oci/osmanagementhub/software_source.py +35 -35
  891. pulumi_oci/psql/_inputs.py +4 -4
  892. pulumi_oci/psql/backup.py +35 -35
  893. pulumi_oci/psql/configuration.py +42 -42
  894. pulumi_oci/psql/db_system.py +35 -35
  895. pulumi_oci/psql/get_backup.py +3 -3
  896. pulumi_oci/psql/get_configuration.py +3 -3
  897. pulumi_oci/psql/get_db_system.py +3 -3
  898. pulumi_oci/psql/outputs.py +34 -34
  899. pulumi_oci/pulumi-plugin.json +1 -1
  900. pulumi_oci/queue/get_queue.py +3 -3
  901. pulumi_oci/queue/outputs.py +9 -9
  902. pulumi_oci/queue/queue.py +35 -35
  903. pulumi_oci/recoverymod/get_protected_database.py +3 -3
  904. pulumi_oci/recoverymod/get_protection_policy.py +3 -3
  905. pulumi_oci/recoverymod/get_recovery_service_subnet.py +3 -3
  906. pulumi_oci/recoverymod/outputs.py +27 -27
  907. pulumi_oci/recoverymod/protected_database.py +35 -35
  908. pulumi_oci/recoverymod/protection_policy.py +35 -35
  909. pulumi_oci/recoverymod/recovery_service_subnet.py +35 -35
  910. pulumi_oci/redis/__init__.py +1 -0
  911. pulumi_oci/redis/_inputs.py +40 -0
  912. pulumi_oci/redis/get_redis_cluster.py +50 -24
  913. pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
  914. pulumi_oci/redis/get_redis_clusters.py +8 -8
  915. pulumi_oci/redis/outputs.py +169 -37
  916. pulumi_oci/redis/redis_cluster.py +212 -114
  917. pulumi_oci/resourcemanager/get_private_endpoint.py +2 -2
  918. pulumi_oci/resourcemanager/get_stack.py +3 -3
  919. pulumi_oci/resourcemanager/outputs.py +14 -14
  920. pulumi_oci/resourcemanager/private_endpoint.py +28 -28
  921. pulumi_oci/resourcescheduler/_inputs.py +4 -4
  922. pulumi_oci/resourcescheduler/get_schedule.py +3 -3
  923. pulumi_oci/resourcescheduler/outputs.py +18 -18
  924. pulumi_oci/resourcescheduler/schedule.py +35 -35
  925. pulumi_oci/sch/connector.py +35 -35
  926. pulumi_oci/sch/get_service_connector.py +3 -3
  927. pulumi_oci/sch/outputs.py +9 -9
  928. pulumi_oci/secrets/get_secretbundle.py +1 -1
  929. pulumi_oci/servicecatalog/catalog.py +28 -28
  930. pulumi_oci/servicecatalog/get_private_application.py +2 -2
  931. pulumi_oci/servicecatalog/get_service_catalog.py +2 -2
  932. pulumi_oci/servicecatalog/outputs.py +12 -12
  933. pulumi_oci/servicecatalog/private_application.py +28 -28
  934. pulumi_oci/servicemanagerproxy/outputs.py +4 -4
  935. pulumi_oci/servicemesh/access_policy.py +35 -35
  936. pulumi_oci/servicemesh/get_access_policy.py +3 -3
  937. pulumi_oci/servicemesh/get_ingress_gateway.py +3 -3
  938. pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +3 -3
  939. pulumi_oci/servicemesh/get_mesh.py +3 -3
  940. pulumi_oci/servicemesh/get_virtual_deployment.py +3 -3
  941. pulumi_oci/servicemesh/get_virtual_service.py +3 -3
  942. pulumi_oci/servicemesh/get_virtual_service_route_table.py +3 -3
  943. pulumi_oci/servicemesh/ingress_gateway.py +35 -35
  944. pulumi_oci/servicemesh/ingress_gateway_route_table.py +35 -35
  945. pulumi_oci/servicemesh/mesh.py +35 -35
  946. pulumi_oci/servicemesh/outputs.py +63 -63
  947. pulumi_oci/servicemesh/virtual_deployment.py +35 -35
  948. pulumi_oci/servicemesh/virtual_service.py +35 -35
  949. pulumi_oci/servicemesh/virtual_service_route_table.py +35 -35
  950. pulumi_oci/stackmonitoring/_inputs.py +44 -44
  951. pulumi_oci/stackmonitoring/baselineable_metric.py +21 -21
  952. pulumi_oci/stackmonitoring/config.py +35 -35
  953. pulumi_oci/stackmonitoring/discovery_job.py +35 -35
  954. pulumi_oci/stackmonitoring/get_baselineable_metric.py +3 -3
  955. pulumi_oci/stackmonitoring/get_config.py +3 -3
  956. pulumi_oci/stackmonitoring/get_discovery_job.py +3 -3
  957. pulumi_oci/stackmonitoring/get_monitored_resource.py +3 -3
  958. pulumi_oci/stackmonitoring/get_monitored_resource_task.py +3 -3
  959. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +3 -3
  960. pulumi_oci/stackmonitoring/get_process_set.py +3 -3
  961. pulumi_oci/stackmonitoring/monitored_resource.py +35 -35
  962. pulumi_oci/stackmonitoring/monitored_resource_task.py +35 -35
  963. pulumi_oci/stackmonitoring/monitored_resource_type.py +35 -35
  964. pulumi_oci/stackmonitoring/monitored_resources_search.py +14 -14
  965. pulumi_oci/stackmonitoring/outputs.py +114 -114
  966. pulumi_oci/stackmonitoring/process_set.py +35 -35
  967. pulumi_oci/streaming/connect_harness.py +28 -28
  968. pulumi_oci/streaming/get_connect_harness.py +2 -2
  969. pulumi_oci/streaming/get_stream.py +2 -2
  970. pulumi_oci/streaming/get_stream_pool.py +2 -2
  971. pulumi_oci/streaming/outputs.py +18 -18
  972. pulumi_oci/streaming/stream.py +28 -28
  973. pulumi_oci/streaming/stream_pool.py +28 -28
  974. pulumi_oci/vault/get_secret.py +3 -3
  975. pulumi_oci/vault/outputs.py +9 -9
  976. pulumi_oci/vault/secret.py +42 -42
  977. pulumi_oci/vbs/get_inst_vbs_instance.py +3 -3
  978. pulumi_oci/vbs/inst_vbs_instance.py +35 -35
  979. pulumi_oci/vbs/outputs.py +9 -9
  980. pulumi_oci/visualbuilder/get_vb_instance.py +3 -3
  981. pulumi_oci/visualbuilder/outputs.py +9 -9
  982. pulumi_oci/visualbuilder/vb_instance.py +35 -35
  983. pulumi_oci/vnmonitoring/get_path_analyzer_test.py +3 -3
  984. pulumi_oci/vnmonitoring/outputs.py +9 -9
  985. pulumi_oci/vnmonitoring/path_analyzer_test.py +35 -35
  986. pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +35 -35
  987. pulumi_oci/vulnerabilityscanning/container_scan_target.py +35 -35
  988. pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +3 -3
  989. pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +3 -3
  990. pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +3 -3
  991. pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +3 -3
  992. pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +35 -35
  993. pulumi_oci/vulnerabilityscanning/host_scan_target.py +35 -35
  994. pulumi_oci/vulnerabilityscanning/outputs.py +45 -45
  995. pulumi_oci/waa/app_acceleration.py +42 -42
  996. pulumi_oci/waa/app_acceleration_policy.py +42 -42
  997. pulumi_oci/waa/get_app_acceleration.py +3 -3
  998. pulumi_oci/waa/get_app_acceleration_policy.py +3 -3
  999. pulumi_oci/waa/outputs.py +18 -18
  1000. pulumi_oci/waas/_inputs.py +4 -4
  1001. pulumi_oci/waas/address_list.py +28 -28
  1002. pulumi_oci/waas/certificate.py +28 -28
  1003. pulumi_oci/waas/custom_protection_rule.py +28 -28
  1004. pulumi_oci/waas/get_address_list.py +2 -2
  1005. pulumi_oci/waas/get_certificate.py +2 -2
  1006. pulumi_oci/waas/get_custom_protection_rule.py +2 -2
  1007. pulumi_oci/waas/get_http_redirect.py +2 -2
  1008. pulumi_oci/waas/get_waas_policy.py +2 -2
  1009. pulumi_oci/waas/http_redirect.py +28 -28
  1010. pulumi_oci/waas/outputs.py +39 -39
  1011. pulumi_oci/waas/policy.py +28 -28
  1012. pulumi_oci/waf/app_firewall.py +42 -42
  1013. pulumi_oci/waf/app_firewall_policy.py +42 -42
  1014. pulumi_oci/waf/get_network_address_list.py +3 -3
  1015. pulumi_oci/waf/get_web_app_firewall.py +3 -3
  1016. pulumi_oci/waf/get_web_app_firewall_policy.py +3 -3
  1017. pulumi_oci/waf/network_address_list.py +42 -42
  1018. pulumi_oci/waf/outputs.py +27 -27
  1019. {pulumi_oci-2.7.0a1723624751.dist-info → pulumi_oci-2.8.0.dist-info}/METADATA +1 -1
  1020. {pulumi_oci-2.7.0a1723624751.dist-info → pulumi_oci-2.8.0.dist-info}/RECORD +1022 -1021
  1021. {pulumi_oci-2.7.0a1723624751.dist-info → pulumi_oci-2.8.0.dist-info}/WHEEL +1 -1
  1022. {pulumi_oci-2.7.0a1723624751.dist-info → pulumi_oci-2.8.0.dist-info}/top_level.txt +0 -0
@@ -20,6 +20,7 @@ __all__ = [
20
20
  'MysqlBackupDbSystemSnapshot',
21
21
  'MysqlBackupDbSystemSnapshotBackupPolicy',
22
22
  'MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy',
23
+ 'MysqlBackupDbSystemSnapshotDataStorage',
23
24
  'MysqlBackupDbSystemSnapshotDeletionPolicy',
24
25
  'MysqlBackupDbSystemSnapshotEndpoint',
25
26
  'MysqlBackupDbSystemSnapshotMaintenance',
@@ -37,6 +38,7 @@ __all__ = [
37
38
  'MysqlDbSystemChannelTarget',
38
39
  'MysqlDbSystemChannelTargetFilter',
39
40
  'MysqlDbSystemCurrentPlacement',
41
+ 'MysqlDbSystemDataStorage',
40
42
  'MysqlDbSystemDeletionPolicy',
41
43
  'MysqlDbSystemEndpoint',
42
44
  'MysqlDbSystemHeatWaveCluster',
@@ -62,6 +64,7 @@ __all__ = [
62
64
  'GetMysqlBackupDbSystemSnapshotResult',
63
65
  'GetMysqlBackupDbSystemSnapshotBackupPolicyResult',
64
66
  'GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyResult',
67
+ 'GetMysqlBackupDbSystemSnapshotDataStorageResult',
65
68
  'GetMysqlBackupDbSystemSnapshotDeletionPolicyResult',
66
69
  'GetMysqlBackupDbSystemSnapshotEndpointResult',
67
70
  'GetMysqlBackupDbSystemSnapshotMaintenanceResult',
@@ -72,6 +75,7 @@ __all__ = [
72
75
  'GetMysqlBackupsBackupDbSystemSnapshotResult',
73
76
  'GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult',
74
77
  'GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult',
78
+ 'GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult',
75
79
  'GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult',
76
80
  'GetMysqlBackupsBackupDbSystemSnapshotEndpointResult',
77
81
  'GetMysqlBackupsBackupDbSystemSnapshotMaintenanceResult',
@@ -94,6 +98,7 @@ __all__ = [
94
98
  'GetMysqlDbSystemChannelTargetResult',
95
99
  'GetMysqlDbSystemChannelTargetFilterResult',
96
100
  'GetMysqlDbSystemCurrentPlacementResult',
101
+ 'GetMysqlDbSystemDataStorageResult',
97
102
  'GetMysqlDbSystemDeletionPolicyResult',
98
103
  'GetMysqlDbSystemEndpointResult',
99
104
  'GetMysqlDbSystemHeatWaveClusterResult',
@@ -111,6 +116,7 @@ __all__ = [
111
116
  'GetMysqlDbSystemsDbSystemChannelTargetResult',
112
117
  'GetMysqlDbSystemsDbSystemChannelTargetFilterResult',
113
118
  'GetMysqlDbSystemsDbSystemCurrentPlacementResult',
119
+ 'GetMysqlDbSystemsDbSystemDataStorageResult',
114
120
  'GetMysqlDbSystemsDbSystemDeletionPolicyResult',
115
121
  'GetMysqlDbSystemsDbSystemEndpointResult',
116
122
  'GetMysqlDbSystemsDbSystemHeatWaveClusterResult',
@@ -630,6 +636,8 @@ class MysqlBackupDbSystemSnapshot(dict):
630
636
  suggest = "crash_recovery"
631
637
  elif key == "dataStorageSizeInGb":
632
638
  suggest = "data_storage_size_in_gb"
639
+ elif key == "dataStorages":
640
+ suggest = "data_storages"
633
641
  elif key == "databaseManagement":
634
642
  suggest = "database_management"
635
643
  elif key == "definedTags":
@@ -678,14 +686,15 @@ class MysqlBackupDbSystemSnapshot(dict):
678
686
  configuration_id: Optional[str] = None,
679
687
  crash_recovery: Optional[str] = None,
680
688
  data_storage_size_in_gb: Optional[int] = None,
689
+ data_storages: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotDataStorage']] = None,
681
690
  database_management: Optional[str] = None,
682
- defined_tags: Optional[Mapping[str, Any]] = None,
691
+ defined_tags: Optional[Mapping[str, str]] = None,
683
692
  deletion_policies: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotDeletionPolicy']] = None,
684
693
  description: Optional[str] = None,
685
694
  display_name: Optional[str] = None,
686
695
  endpoints: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotEndpoint']] = None,
687
696
  fault_domain: Optional[str] = None,
688
- freeform_tags: Optional[Mapping[str, Any]] = None,
697
+ freeform_tags: Optional[Mapping[str, str]] = None,
689
698
  hostname_label: Optional[str] = None,
690
699
  id: Optional[str] = None,
691
700
  ip_address: Optional[str] = None,
@@ -705,15 +714,16 @@ class MysqlBackupDbSystemSnapshot(dict):
705
714
  :param str compartment_id: (Updatable) The OCID of the compartment the backup exists in.
706
715
  :param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
707
716
  :param str crash_recovery: Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
708
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
717
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
718
+ :param Sequence['MysqlBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
709
719
  :param str database_management: Whether to enable monitoring via the Database Management service.
710
- :param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
720
+ :param Mapping[str, str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
711
721
  :param Sequence['MysqlBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
712
722
  :param str description: (Updatable) A user-supplied description for the backup.
713
723
  :param str display_name: (Updatable) A user-supplied display name for the backup.
714
724
  :param Sequence['MysqlBackupDbSystemSnapshotEndpointArgs'] endpoints: The network endpoints available for this DB System.
715
725
  :param str fault_domain: The name of the Fault Domain the DB System is located in.
716
- :param Mapping[str, Any] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
726
+ :param Mapping[str, str] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
717
727
  :param str hostname_label: The hostname for the primary endpoint of the DB System. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com"). Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
718
728
  :param str id: OCID of the backup itself
719
729
  :param str ip_address: The IP address the DB System is configured to listen on. A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet's CIDR. This will be a "dotted-quad" style IPv4 address.
@@ -741,6 +751,8 @@ class MysqlBackupDbSystemSnapshot(dict):
741
751
  pulumi.set(__self__, "crash_recovery", crash_recovery)
742
752
  if data_storage_size_in_gb is not None:
743
753
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
754
+ if data_storages is not None:
755
+ pulumi.set(__self__, "data_storages", data_storages)
744
756
  if database_management is not None:
745
757
  pulumi.set(__self__, "database_management", database_management)
746
758
  if defined_tags is not None:
@@ -834,10 +846,18 @@ class MysqlBackupDbSystemSnapshot(dict):
834
846
  @pulumi.getter(name="dataStorageSizeInGb")
835
847
  def data_storage_size_in_gb(self) -> Optional[int]:
836
848
  """
837
- Initial size of the data volume in GiBs that will be created and attached.
849
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
838
850
  """
839
851
  return pulumi.get(self, "data_storage_size_in_gb")
840
852
 
853
+ @property
854
+ @pulumi.getter(name="dataStorages")
855
+ def data_storages(self) -> Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotDataStorage']]:
856
+ """
857
+ Data Storage information.
858
+ """
859
+ return pulumi.get(self, "data_storages")
860
+
841
861
  @property
842
862
  @pulumi.getter(name="databaseManagement")
843
863
  def database_management(self) -> Optional[str]:
@@ -848,7 +868,7 @@ class MysqlBackupDbSystemSnapshot(dict):
848
868
 
849
869
  @property
850
870
  @pulumi.getter(name="definedTags")
851
- def defined_tags(self) -> Optional[Mapping[str, Any]]:
871
+ def defined_tags(self) -> Optional[Mapping[str, str]]:
852
872
  """
853
873
  (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
854
874
  """
@@ -896,7 +916,7 @@ class MysqlBackupDbSystemSnapshot(dict):
896
916
 
897
917
  @property
898
918
  @pulumi.getter(name="freeformTags")
899
- def freeform_tags(self) -> Optional[Mapping[str, Any]]:
919
+ def freeform_tags(self) -> Optional[Mapping[str, str]]:
900
920
  """
901
921
  (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
902
922
  """
@@ -1029,15 +1049,15 @@ class MysqlBackupDbSystemSnapshotBackupPolicy(dict):
1029
1049
  return super().get(key, default)
1030
1050
 
1031
1051
  def __init__(__self__, *,
1032
- defined_tags: Optional[Mapping[str, Any]] = None,
1033
- freeform_tags: Optional[Mapping[str, Any]] = None,
1052
+ defined_tags: Optional[Mapping[str, str]] = None,
1053
+ freeform_tags: Optional[Mapping[str, str]] = None,
1034
1054
  is_enabled: Optional[bool] = None,
1035
1055
  pitr_policies: Optional[Sequence['outputs.MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy']] = None,
1036
1056
  retention_in_days: Optional[int] = None,
1037
1057
  window_start_time: Optional[str] = None):
1038
1058
  """
1039
- :param Mapping[str, Any] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1040
- :param Mapping[str, Any] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1059
+ :param Mapping[str, str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1060
+ :param Mapping[str, str] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1041
1061
  :param bool is_enabled: Specifies if PITR is enabled or disabled.
1042
1062
  :param Sequence['MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyArgs'] pitr_policies: The PITR policy for the DB System.
1043
1063
  :param int retention_in_days: (Updatable) Number of days to retain this backup.
@@ -1058,7 +1078,7 @@ class MysqlBackupDbSystemSnapshotBackupPolicy(dict):
1058
1078
 
1059
1079
  @property
1060
1080
  @pulumi.getter(name="definedTags")
1061
- def defined_tags(self) -> Optional[Mapping[str, Any]]:
1081
+ def defined_tags(self) -> Optional[Mapping[str, str]]:
1062
1082
  """
1063
1083
  (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1064
1084
  """
@@ -1066,7 +1086,7 @@ class MysqlBackupDbSystemSnapshotBackupPolicy(dict):
1066
1086
 
1067
1087
  @property
1068
1088
  @pulumi.getter(name="freeformTags")
1069
- def freeform_tags(self) -> Optional[Mapping[str, Any]]:
1089
+ def freeform_tags(self) -> Optional[Mapping[str, str]]:
1070
1090
  """
1071
1091
  (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1072
1092
  """
@@ -1141,6 +1161,98 @@ class MysqlBackupDbSystemSnapshotBackupPolicyPitrPolicy(dict):
1141
1161
  return pulumi.get(self, "is_enabled")
1142
1162
 
1143
1163
 
1164
+ @pulumi.output_type
1165
+ class MysqlBackupDbSystemSnapshotDataStorage(dict):
1166
+ @staticmethod
1167
+ def __key_warning(key: str):
1168
+ suggest = None
1169
+ if key == "allocatedStorageSizeInGbs":
1170
+ suggest = "allocated_storage_size_in_gbs"
1171
+ elif key == "dataStorageSizeInGb":
1172
+ suggest = "data_storage_size_in_gb"
1173
+ elif key == "dataStorageSizeLimitInGbs":
1174
+ suggest = "data_storage_size_limit_in_gbs"
1175
+ elif key == "isAutoExpandStorageEnabled":
1176
+ suggest = "is_auto_expand_storage_enabled"
1177
+ elif key == "maxStorageSizeInGbs":
1178
+ suggest = "max_storage_size_in_gbs"
1179
+
1180
+ if suggest:
1181
+ pulumi.log.warn(f"Key '{key}' not found in MysqlBackupDbSystemSnapshotDataStorage. Access the value via the '{suggest}' property getter instead.")
1182
+
1183
+ def __getitem__(self, key: str) -> Any:
1184
+ MysqlBackupDbSystemSnapshotDataStorage.__key_warning(key)
1185
+ return super().__getitem__(key)
1186
+
1187
+ def get(self, key: str, default = None) -> Any:
1188
+ MysqlBackupDbSystemSnapshotDataStorage.__key_warning(key)
1189
+ return super().get(key, default)
1190
+
1191
+ def __init__(__self__, *,
1192
+ allocated_storage_size_in_gbs: Optional[int] = None,
1193
+ data_storage_size_in_gb: Optional[int] = None,
1194
+ data_storage_size_limit_in_gbs: Optional[int] = None,
1195
+ is_auto_expand_storage_enabled: Optional[bool] = None,
1196
+ max_storage_size_in_gbs: Optional[int] = None):
1197
+ """
1198
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
1199
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
1200
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
1201
+ :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
1202
+ :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
1203
+ """
1204
+ if allocated_storage_size_in_gbs is not None:
1205
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
1206
+ if data_storage_size_in_gb is not None:
1207
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
1208
+ if data_storage_size_limit_in_gbs is not None:
1209
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
1210
+ if is_auto_expand_storage_enabled is not None:
1211
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
1212
+ if max_storage_size_in_gbs is not None:
1213
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
1214
+
1215
+ @property
1216
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
1217
+ def allocated_storage_size_in_gbs(self) -> Optional[int]:
1218
+ """
1219
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
1220
+ """
1221
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
1222
+
1223
+ @property
1224
+ @pulumi.getter(name="dataStorageSizeInGb")
1225
+ def data_storage_size_in_gb(self) -> Optional[int]:
1226
+ """
1227
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
1228
+ """
1229
+ return pulumi.get(self, "data_storage_size_in_gb")
1230
+
1231
+ @property
1232
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
1233
+ def data_storage_size_limit_in_gbs(self) -> Optional[int]:
1234
+ """
1235
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
1236
+ """
1237
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
1238
+
1239
+ @property
1240
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
1241
+ def is_auto_expand_storage_enabled(self) -> Optional[bool]:
1242
+ """
1243
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
1244
+ """
1245
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
1246
+
1247
+ @property
1248
+ @pulumi.getter(name="maxStorageSizeInGbs")
1249
+ def max_storage_size_in_gbs(self) -> Optional[int]:
1250
+ """
1251
+ Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
1252
+ """
1253
+ return pulumi.get(self, "max_storage_size_in_gbs")
1254
+
1255
+
1144
1256
  @pulumi.output_type
1145
1257
  class MysqlBackupDbSystemSnapshotDeletionPolicy(dict):
1146
1258
  @staticmethod
@@ -2945,19 +3057,19 @@ class MysqlDbSystemBackupPolicy(dict):
2945
3057
  return super().get(key, default)
2946
3058
 
2947
3059
  def __init__(__self__, *,
2948
- defined_tags: Optional[Mapping[str, Any]] = None,
2949
- freeform_tags: Optional[Mapping[str, Any]] = None,
3060
+ defined_tags: Optional[Mapping[str, str]] = None,
3061
+ freeform_tags: Optional[Mapping[str, str]] = None,
2950
3062
  is_enabled: Optional[bool] = None,
2951
3063
  pitr_policy: Optional['outputs.MysqlDbSystemBackupPolicyPitrPolicy'] = None,
2952
3064
  retention_in_days: Optional[int] = None,
2953
3065
  window_start_time: Optional[str] = None):
2954
3066
  """
2955
- :param Mapping[str, Any] defined_tags: (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces.
3067
+ :param Mapping[str, str] defined_tags: (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces.
2956
3068
 
2957
3069
  Tags defined here will be copied verbatim as tags on the Backup resource created by this BackupPolicy.
2958
3070
 
2959
3071
  Example: `{"foo-namespace.bar-key": "value"}`
2960
- :param Mapping[str, Any] freeform_tags: (Updatable) Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only.
3072
+ :param Mapping[str, str] freeform_tags: (Updatable) Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only.
2961
3073
 
2962
3074
  Tags defined here will be copied verbatim as tags on the Backup resource created by this BackupPolicy.
2963
3075
 
@@ -2986,7 +3098,7 @@ class MysqlDbSystemBackupPolicy(dict):
2986
3098
 
2987
3099
  @property
2988
3100
  @pulumi.getter(name="definedTags")
2989
- def defined_tags(self) -> Optional[Mapping[str, Any]]:
3101
+ def defined_tags(self) -> Optional[Mapping[str, str]]:
2990
3102
  """
2991
3103
  (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces.
2992
3104
 
@@ -2998,7 +3110,7 @@ class MysqlDbSystemBackupPolicy(dict):
2998
3110
 
2999
3111
  @property
3000
3112
  @pulumi.getter(name="freeformTags")
3001
- def freeform_tags(self) -> Optional[Mapping[str, Any]]:
3113
+ def freeform_tags(self) -> Optional[Mapping[str, str]]:
3002
3114
  """
3003
3115
  (Updatable) Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only.
3004
3116
 
@@ -3116,9 +3228,9 @@ class MysqlDbSystemChannel(dict):
3116
3228
 
3117
3229
  def __init__(__self__, *,
3118
3230
  compartment_id: Optional[str] = None,
3119
- defined_tags: Optional[Mapping[str, Any]] = None,
3231
+ defined_tags: Optional[Mapping[str, str]] = None,
3120
3232
  display_name: Optional[str] = None,
3121
- freeform_tags: Optional[Mapping[str, Any]] = None,
3233
+ freeform_tags: Optional[Mapping[str, str]] = None,
3122
3234
  id: Optional[str] = None,
3123
3235
  is_enabled: Optional[bool] = None,
3124
3236
  lifecycle_details: Optional[str] = None,
@@ -3129,9 +3241,9 @@ class MysqlDbSystemChannel(dict):
3129
3241
  time_updated: Optional[str] = None):
3130
3242
  """
3131
3243
  :param str compartment_id: The OCID of the compartment.
3132
- :param Mapping[str, Any] defined_tags: (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
3244
+ :param Mapping[str, str] defined_tags: (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
3133
3245
  :param str display_name: (Updatable) The user-friendly name for the DB System. It does not have to be unique.
3134
- :param Mapping[str, Any] freeform_tags: (Updatable) Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
3246
+ :param Mapping[str, str] freeform_tags: (Updatable) Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
3135
3247
  :param str id: The OCID of the DB System.
3136
3248
  :param bool is_enabled: Whether the Channel has been enabled by the user.
3137
3249
  :param str lifecycle_details: Additional information about the current lifecycleState.
@@ -3176,7 +3288,7 @@ class MysqlDbSystemChannel(dict):
3176
3288
 
3177
3289
  @property
3178
3290
  @pulumi.getter(name="definedTags")
3179
- def defined_tags(self) -> Optional[Mapping[str, Any]]:
3291
+ def defined_tags(self) -> Optional[Mapping[str, str]]:
3180
3292
  """
3181
3293
  (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
3182
3294
  """
@@ -3192,7 +3304,7 @@ class MysqlDbSystemChannel(dict):
3192
3304
 
3193
3305
  @property
3194
3306
  @pulumi.getter(name="freeformTags")
3195
- def freeform_tags(self) -> Optional[Mapping[str, Any]]:
3307
+ def freeform_tags(self) -> Optional[Mapping[str, str]]:
3196
3308
  """
3197
3309
  (Updatable) Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
3198
3310
  """
@@ -3714,6 +3826,106 @@ class MysqlDbSystemCurrentPlacement(dict):
3714
3826
  return pulumi.get(self, "fault_domain")
3715
3827
 
3716
3828
 
3829
+ @pulumi.output_type
3830
+ class MysqlDbSystemDataStorage(dict):
3831
+ @staticmethod
3832
+ def __key_warning(key: str):
3833
+ suggest = None
3834
+ if key == "allocatedStorageSizeInGbs":
3835
+ suggest = "allocated_storage_size_in_gbs"
3836
+ elif key == "dataStorageSizeInGb":
3837
+ suggest = "data_storage_size_in_gb"
3838
+ elif key == "dataStorageSizeLimitInGbs":
3839
+ suggest = "data_storage_size_limit_in_gbs"
3840
+ elif key == "isAutoExpandStorageEnabled":
3841
+ suggest = "is_auto_expand_storage_enabled"
3842
+ elif key == "maxStorageSizeInGbs":
3843
+ suggest = "max_storage_size_in_gbs"
3844
+
3845
+ if suggest:
3846
+ pulumi.log.warn(f"Key '{key}' not found in MysqlDbSystemDataStorage. Access the value via the '{suggest}' property getter instead.")
3847
+
3848
+ def __getitem__(self, key: str) -> Any:
3849
+ MysqlDbSystemDataStorage.__key_warning(key)
3850
+ return super().__getitem__(key)
3851
+
3852
+ def get(self, key: str, default = None) -> Any:
3853
+ MysqlDbSystemDataStorage.__key_warning(key)
3854
+ return super().get(key, default)
3855
+
3856
+ def __init__(__self__, *,
3857
+ allocated_storage_size_in_gbs: Optional[int] = None,
3858
+ data_storage_size_in_gb: Optional[int] = None,
3859
+ data_storage_size_limit_in_gbs: Optional[int] = None,
3860
+ is_auto_expand_storage_enabled: Optional[bool] = None,
3861
+ max_storage_size_in_gbs: Optional[int] = None):
3862
+ """
3863
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
3864
+ :param int data_storage_size_in_gb: (Updatable) Initial size of the data volume in GBs that will be created and attached. Keep in mind that this only specifies the size of the database data volume, the log volume for the database will be scaled appropriately with its shape. It is required if you are creating a new database. It cannot be set if you are creating a database from a backup.
3865
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
3866
+ :param bool is_auto_expand_storage_enabled: (Updatable) Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
3867
+ :param int max_storage_size_in_gbs: (Updatable) Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
3868
+
3869
+ DB Systems with an initial storage size of 400 GB or less can be expanded up to 32 TB. DB Systems with an initial storage size between 401-800 GB can be expanded up to 64 TB. DB Systems with an initial storage size between 801-1200 GB can be expanded up to 96 TB. DB Systems with an initial storage size of 1201 GB or more can be expanded up to 128 TB.
3870
+
3871
+ It is not possible to decrease data storage size. You cannot set the maximum data storage size to less than either current DB System dataStorageSizeInGBs or allocatedStorageSizeInGBs.
3872
+ """
3873
+ if allocated_storage_size_in_gbs is not None:
3874
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
3875
+ if data_storage_size_in_gb is not None:
3876
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
3877
+ if data_storage_size_limit_in_gbs is not None:
3878
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
3879
+ if is_auto_expand_storage_enabled is not None:
3880
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
3881
+ if max_storage_size_in_gbs is not None:
3882
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
3883
+
3884
+ @property
3885
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
3886
+ def allocated_storage_size_in_gbs(self) -> Optional[int]:
3887
+ """
3888
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
3889
+ """
3890
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
3891
+
3892
+ @property
3893
+ @pulumi.getter(name="dataStorageSizeInGb")
3894
+ def data_storage_size_in_gb(self) -> Optional[int]:
3895
+ """
3896
+ (Updatable) Initial size of the data volume in GBs that will be created and attached. Keep in mind that this only specifies the size of the database data volume, the log volume for the database will be scaled appropriately with its shape. It is required if you are creating a new database. It cannot be set if you are creating a database from a backup.
3897
+ """
3898
+ return pulumi.get(self, "data_storage_size_in_gb")
3899
+
3900
+ @property
3901
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
3902
+ def data_storage_size_limit_in_gbs(self) -> Optional[int]:
3903
+ """
3904
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
3905
+ """
3906
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
3907
+
3908
+ @property
3909
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
3910
+ def is_auto_expand_storage_enabled(self) -> Optional[bool]:
3911
+ """
3912
+ (Updatable) Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
3913
+ """
3914
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
3915
+
3916
+ @property
3917
+ @pulumi.getter(name="maxStorageSizeInGbs")
3918
+ def max_storage_size_in_gbs(self) -> Optional[int]:
3919
+ """
3920
+ (Updatable) Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
3921
+
3922
+ DB Systems with an initial storage size of 400 GB or less can be expanded up to 32 TB. DB Systems with an initial storage size between 401-800 GB can be expanded up to 64 TB. DB Systems with an initial storage size between 801-1200 GB can be expanded up to 96 TB. DB Systems with an initial storage size of 1201 GB or more can be expanded up to 128 TB.
3923
+
3924
+ It is not possible to decrease data storage size. You cannot set the maximum data storage size to less than either current DB System dataStorageSizeInGBs or allocatedStorageSizeInGBs.
3925
+ """
3926
+ return pulumi.get(self, "max_storage_size_in_gbs")
3927
+
3928
+
3717
3929
  @pulumi.output_type
3718
3930
  class MysqlDbSystemDeletionPolicy(dict):
3719
3931
  @staticmethod
@@ -4675,10 +4887,10 @@ class GetChannelTargetFilterResult(dict):
4675
4887
  class GetChannelsChannelResult(dict):
4676
4888
  def __init__(__self__, *,
4677
4889
  compartment_id: str,
4678
- defined_tags: Mapping[str, Any],
4890
+ defined_tags: Mapping[str, str],
4679
4891
  description: str,
4680
4892
  display_name: str,
4681
- freeform_tags: Mapping[str, Any],
4893
+ freeform_tags: Mapping[str, str],
4682
4894
  id: str,
4683
4895
  is_enabled: bool,
4684
4896
  lifecycle_details: str,
@@ -4689,10 +4901,10 @@ class GetChannelsChannelResult(dict):
4689
4901
  time_updated: str):
4690
4902
  """
4691
4903
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
4692
- :param Mapping[str, Any] defined_tags: Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
4904
+ :param Mapping[str, str] defined_tags: Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
4693
4905
  :param str description: User provided description of the Channel.
4694
4906
  :param str display_name: A filter to return only the resource matching the given display name exactly.
4695
- :param Mapping[str, Any] freeform_tags: Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
4907
+ :param Mapping[str, str] freeform_tags: Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
4696
4908
  :param str id: The OCID of the Channel.
4697
4909
  :param bool is_enabled: If true, returns only Channels that are enabled. If false, returns only Channels that are disabled.
4698
4910
  :param str lifecycle_details: A message describing the state of the Channel.
@@ -4726,7 +4938,7 @@ class GetChannelsChannelResult(dict):
4726
4938
 
4727
4939
  @property
4728
4940
  @pulumi.getter(name="definedTags")
4729
- def defined_tags(self) -> Mapping[str, Any]:
4941
+ def defined_tags(self) -> Mapping[str, str]:
4730
4942
  """
4731
4943
  Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
4732
4944
  """
@@ -4750,7 +4962,7 @@ class GetChannelsChannelResult(dict):
4750
4962
 
4751
4963
  @property
4752
4964
  @pulumi.getter(name="freeformTags")
4753
- def freeform_tags(self) -> Mapping[str, Any]:
4965
+ def freeform_tags(self) -> Mapping[str, str]:
4754
4966
  """
4755
4967
  Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
4756
4968
  """
@@ -5193,14 +5405,15 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5193
5405
  configuration_id: str,
5194
5406
  crash_recovery: str,
5195
5407
  data_storage_size_in_gb: int,
5408
+ data_storages: Sequence['outputs.GetMysqlBackupDbSystemSnapshotDataStorageResult'],
5196
5409
  database_management: str,
5197
- defined_tags: Mapping[str, Any],
5410
+ defined_tags: Mapping[str, str],
5198
5411
  deletion_policies: Sequence['outputs.GetMysqlBackupDbSystemSnapshotDeletionPolicyResult'],
5199
5412
  description: str,
5200
5413
  display_name: str,
5201
5414
  endpoints: Sequence['outputs.GetMysqlBackupDbSystemSnapshotEndpointResult'],
5202
5415
  fault_domain: str,
5203
- freeform_tags: Mapping[str, Any],
5416
+ freeform_tags: Mapping[str, str],
5204
5417
  hostname_label: str,
5205
5418
  id: str,
5206
5419
  ip_address: str,
@@ -5220,15 +5433,16 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5220
5433
  :param str compartment_id: The OCID of the compartment the DB System belongs in.
5221
5434
  :param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
5222
5435
  :param str crash_recovery: Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
5223
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
5436
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5437
+ :param Sequence['GetMysqlBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
5224
5438
  :param str database_management: Whether to enable monitoring via the Database Management service.
5225
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5439
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5226
5440
  :param Sequence['GetMysqlBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
5227
5441
  :param str description: A user-supplied description for the backup.
5228
5442
  :param str display_name: A user-supplied display name for the backup.
5229
5443
  :param Sequence['GetMysqlBackupDbSystemSnapshotEndpointArgs'] endpoints: The network endpoints available for this DB System.
5230
5444
  :param str fault_domain: The name of the Fault Domain the DB System is located in.
5231
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
5445
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
5232
5446
  :param str hostname_label: The hostname for the primary endpoint of the DB System. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com"). Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
5233
5447
  :param str id: OCID of the backup itself
5234
5448
  :param str ip_address: The IP address the DB System is configured to listen on. A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet's CIDR. This will be a "dotted-quad" style IPv4 address.
@@ -5249,6 +5463,7 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5249
5463
  pulumi.set(__self__, "configuration_id", configuration_id)
5250
5464
  pulumi.set(__self__, "crash_recovery", crash_recovery)
5251
5465
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
5466
+ pulumi.set(__self__, "data_storages", data_storages)
5252
5467
  pulumi.set(__self__, "database_management", database_management)
5253
5468
  pulumi.set(__self__, "defined_tags", defined_tags)
5254
5469
  pulumi.set(__self__, "deletion_policies", deletion_policies)
@@ -5322,10 +5537,18 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5322
5537
  @pulumi.getter(name="dataStorageSizeInGb")
5323
5538
  def data_storage_size_in_gb(self) -> int:
5324
5539
  """
5325
- Initial size of the data volume in GiBs that will be created and attached.
5540
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5326
5541
  """
5327
5542
  return pulumi.get(self, "data_storage_size_in_gb")
5328
5543
 
5544
+ @property
5545
+ @pulumi.getter(name="dataStorages")
5546
+ def data_storages(self) -> Sequence['outputs.GetMysqlBackupDbSystemSnapshotDataStorageResult']:
5547
+ """
5548
+ Data Storage information.
5549
+ """
5550
+ return pulumi.get(self, "data_storages")
5551
+
5329
5552
  @property
5330
5553
  @pulumi.getter(name="databaseManagement")
5331
5554
  def database_management(self) -> str:
@@ -5336,7 +5559,7 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5336
5559
 
5337
5560
  @property
5338
5561
  @pulumi.getter(name="definedTags")
5339
- def defined_tags(self) -> Mapping[str, Any]:
5562
+ def defined_tags(self) -> Mapping[str, str]:
5340
5563
  """
5341
5564
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5342
5565
  """
@@ -5384,7 +5607,7 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5384
5607
 
5385
5608
  @property
5386
5609
  @pulumi.getter(name="freeformTags")
5387
- def freeform_tags(self) -> Mapping[str, Any]:
5610
+ def freeform_tags(self) -> Mapping[str, str]:
5388
5611
  """
5389
5612
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
5390
5613
  """
@@ -5490,15 +5713,15 @@ class GetMysqlBackupDbSystemSnapshotResult(dict):
5490
5713
  @pulumi.output_type
5491
5714
  class GetMysqlBackupDbSystemSnapshotBackupPolicyResult(dict):
5492
5715
  def __init__(__self__, *,
5493
- defined_tags: Mapping[str, Any],
5494
- freeform_tags: Mapping[str, Any],
5716
+ defined_tags: Mapping[str, str],
5717
+ freeform_tags: Mapping[str, str],
5495
5718
  is_enabled: bool,
5496
5719
  pitr_policies: Sequence['outputs.GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyResult'],
5497
5720
  retention_in_days: int,
5498
5721
  window_start_time: str):
5499
5722
  """
5500
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5501
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
5723
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5724
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
5502
5725
  :param bool is_enabled: Specifies if PITR is enabled or disabled.
5503
5726
  :param Sequence['GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyArgs'] pitr_policies: The PITR policy for the DB System.
5504
5727
  :param int retention_in_days: Number of days to retain this backup.
@@ -5513,7 +5736,7 @@ class GetMysqlBackupDbSystemSnapshotBackupPolicyResult(dict):
5513
5736
 
5514
5737
  @property
5515
5738
  @pulumi.getter(name="definedTags")
5516
- def defined_tags(self) -> Mapping[str, Any]:
5739
+ def defined_tags(self) -> Mapping[str, str]:
5517
5740
  """
5518
5741
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5519
5742
  """
@@ -5521,7 +5744,7 @@ class GetMysqlBackupDbSystemSnapshotBackupPolicyResult(dict):
5521
5744
 
5522
5745
  @property
5523
5746
  @pulumi.getter(name="freeformTags")
5524
- def freeform_tags(self) -> Mapping[str, Any]:
5747
+ def freeform_tags(self) -> Mapping[str, str]:
5525
5748
  """
5526
5749
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
5527
5750
  """
@@ -5578,6 +5801,68 @@ class GetMysqlBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
5578
5801
  return pulumi.get(self, "is_enabled")
5579
5802
 
5580
5803
 
5804
+ @pulumi.output_type
5805
+ class GetMysqlBackupDbSystemSnapshotDataStorageResult(dict):
5806
+ def __init__(__self__, *,
5807
+ allocated_storage_size_in_gbs: int,
5808
+ data_storage_size_in_gb: int,
5809
+ data_storage_size_limit_in_gbs: int,
5810
+ is_auto_expand_storage_enabled: bool,
5811
+ max_storage_size_in_gbs: int):
5812
+ """
5813
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
5814
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5815
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
5816
+ :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
5817
+ :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
5818
+ """
5819
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
5820
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
5821
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
5822
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
5823
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
5824
+
5825
+ @property
5826
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
5827
+ def allocated_storage_size_in_gbs(self) -> int:
5828
+ """
5829
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
5830
+ """
5831
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
5832
+
5833
+ @property
5834
+ @pulumi.getter(name="dataStorageSizeInGb")
5835
+ def data_storage_size_in_gb(self) -> int:
5836
+ """
5837
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5838
+ """
5839
+ return pulumi.get(self, "data_storage_size_in_gb")
5840
+
5841
+ @property
5842
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
5843
+ def data_storage_size_limit_in_gbs(self) -> int:
5844
+ """
5845
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
5846
+ """
5847
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
5848
+
5849
+ @property
5850
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
5851
+ def is_auto_expand_storage_enabled(self) -> bool:
5852
+ """
5853
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
5854
+ """
5855
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
5856
+
5857
+ @property
5858
+ @pulumi.getter(name="maxStorageSizeInGbs")
5859
+ def max_storage_size_in_gbs(self) -> int:
5860
+ """
5861
+ Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
5862
+ """
5863
+ return pulumi.get(self, "max_storage_size_in_gbs")
5864
+
5865
+
5581
5866
  @pulumi.output_type
5582
5867
  class GetMysqlBackupDbSystemSnapshotDeletionPolicyResult(dict):
5583
5868
  def __init__(__self__, *,
@@ -5862,10 +6147,10 @@ class GetMysqlBackupsBackupResult(dict):
5862
6147
  db_system_id: str,
5863
6148
  db_system_snapshot_summaries: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotSummaryResult'],
5864
6149
  db_system_snapshots: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotResult'],
5865
- defined_tags: Mapping[str, Any],
6150
+ defined_tags: Mapping[str, str],
5866
6151
  description: str,
5867
6152
  display_name: str,
5868
- freeform_tags: Mapping[str, Any],
6153
+ freeform_tags: Mapping[str, str],
5869
6154
  id: str,
5870
6155
  immediate_source_backup_id: str,
5871
6156
  lifecycle_details: str,
@@ -5883,13 +6168,13 @@ class GetMysqlBackupsBackupResult(dict):
5883
6168
  :param str backup_type: The type of backup.
5884
6169
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
5885
6170
  :param str creation_type: Backup creationType
5886
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
6171
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5887
6172
  :param str db_system_id: The DB System [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
5888
6173
  :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotArgs'] db_system_snapshots: Snapshot of the DbSystem details at the time of the backup
5889
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
6174
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5890
6175
  :param str description: A user-supplied description for the backup.
5891
6176
  :param str display_name: A filter to return only the resource matching the given display name exactly.
5892
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
6177
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
5893
6178
  :param str id: OCID of the backup itself
5894
6179
  :param str immediate_source_backup_id: The OCID of the immediate source DB system backup from which this DB system backup was copied.
5895
6180
  :param str lifecycle_details: Additional information about the current lifecycleState.
@@ -5963,7 +6248,7 @@ class GetMysqlBackupsBackupResult(dict):
5963
6248
  @pulumi.getter(name="dataStorageSizeInGb")
5964
6249
  def data_storage_size_in_gb(self) -> int:
5965
6250
  """
5966
- Initial size of the data volume in GiBs that will be created and attached.
6251
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
5967
6252
  """
5968
6253
  return pulumi.get(self, "data_storage_size_in_gb")
5969
6254
 
@@ -5990,7 +6275,7 @@ class GetMysqlBackupsBackupResult(dict):
5990
6275
 
5991
6276
  @property
5992
6277
  @pulumi.getter(name="definedTags")
5993
- def defined_tags(self) -> Mapping[str, Any]:
6278
+ def defined_tags(self) -> Mapping[str, str]:
5994
6279
  """
5995
6280
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5996
6281
  """
@@ -6014,7 +6299,7 @@ class GetMysqlBackupsBackupResult(dict):
6014
6299
 
6015
6300
  @property
6016
6301
  @pulumi.getter(name="freeformTags")
6017
- def freeform_tags(self) -> Mapping[str, Any]:
6302
+ def freeform_tags(self) -> Mapping[str, str]:
6018
6303
  """
6019
6304
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
6020
6305
  """
@@ -6124,14 +6409,15 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6124
6409
  configuration_id: str,
6125
6410
  crash_recovery: str,
6126
6411
  data_storage_size_in_gb: int,
6412
+ data_storages: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult'],
6127
6413
  database_management: str,
6128
- defined_tags: Mapping[str, Any],
6414
+ defined_tags: Mapping[str, str],
6129
6415
  deletion_policies: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult'],
6130
6416
  description: str,
6131
6417
  display_name: str,
6132
6418
  endpoints: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotEndpointResult'],
6133
6419
  fault_domain: str,
6134
- freeform_tags: Mapping[str, Any],
6420
+ freeform_tags: Mapping[str, str],
6135
6421
  hostname_label: str,
6136
6422
  id: str,
6137
6423
  ip_address: str,
@@ -6151,15 +6437,16 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6151
6437
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
6152
6438
  :param str configuration_id: The OCID of the Configuration to be used for Instances in this DB System.
6153
6439
  :param str crash_recovery: Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
6154
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
6440
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
6441
+ :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotDataStorageArgs'] data_storages: Data Storage information.
6155
6442
  :param str database_management: Whether to enable monitoring via the Database Management service.
6156
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
6443
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
6157
6444
  :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
6158
6445
  :param str description: A user-supplied description for the backup.
6159
6446
  :param str display_name: A filter to return only the resource matching the given display name exactly.
6160
6447
  :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotEndpointArgs'] endpoints: The network endpoints available for this DB System.
6161
6448
  :param str fault_domain: The name of the Fault Domain the DB System is located in.
6162
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
6449
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
6163
6450
  :param str hostname_label: The hostname for the primary endpoint of the DB System. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com"). Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
6164
6451
  :param str id: OCID of the backup itself
6165
6452
  :param str ip_address: The IP address the DB System is configured to listen on. A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet's CIDR. This will be a "dotted-quad" style IPv4 address.
@@ -6180,6 +6467,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6180
6467
  pulumi.set(__self__, "configuration_id", configuration_id)
6181
6468
  pulumi.set(__self__, "crash_recovery", crash_recovery)
6182
6469
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
6470
+ pulumi.set(__self__, "data_storages", data_storages)
6183
6471
  pulumi.set(__self__, "database_management", database_management)
6184
6472
  pulumi.set(__self__, "defined_tags", defined_tags)
6185
6473
  pulumi.set(__self__, "deletion_policies", deletion_policies)
@@ -6253,10 +6541,18 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6253
6541
  @pulumi.getter(name="dataStorageSizeInGb")
6254
6542
  def data_storage_size_in_gb(self) -> int:
6255
6543
  """
6256
- Initial size of the data volume in GiBs that will be created and attached.
6544
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
6257
6545
  """
6258
6546
  return pulumi.get(self, "data_storage_size_in_gb")
6259
6547
 
6548
+ @property
6549
+ @pulumi.getter(name="dataStorages")
6550
+ def data_storages(self) -> Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult']:
6551
+ """
6552
+ Data Storage information.
6553
+ """
6554
+ return pulumi.get(self, "data_storages")
6555
+
6260
6556
  @property
6261
6557
  @pulumi.getter(name="databaseManagement")
6262
6558
  def database_management(self) -> str:
@@ -6267,7 +6563,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6267
6563
 
6268
6564
  @property
6269
6565
  @pulumi.getter(name="definedTags")
6270
- def defined_tags(self) -> Mapping[str, Any]:
6566
+ def defined_tags(self) -> Mapping[str, str]:
6271
6567
  """
6272
6568
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
6273
6569
  """
@@ -6315,7 +6611,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6315
6611
 
6316
6612
  @property
6317
6613
  @pulumi.getter(name="freeformTags")
6318
- def freeform_tags(self) -> Mapping[str, Any]:
6614
+ def freeform_tags(self) -> Mapping[str, str]:
6319
6615
  """
6320
6616
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
6321
6617
  """
@@ -6421,15 +6717,15 @@ class GetMysqlBackupsBackupDbSystemSnapshotResult(dict):
6421
6717
  @pulumi.output_type
6422
6718
  class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult(dict):
6423
6719
  def __init__(__self__, *,
6424
- defined_tags: Mapping[str, Any],
6425
- freeform_tags: Mapping[str, Any],
6720
+ defined_tags: Mapping[str, str],
6721
+ freeform_tags: Mapping[str, str],
6426
6722
  is_enabled: bool,
6427
6723
  pitr_policies: Sequence['outputs.GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult'],
6428
6724
  retention_in_days: int,
6429
6725
  window_start_time: str):
6430
6726
  """
6431
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
6432
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
6727
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
6728
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
6433
6729
  :param bool is_enabled: Specifies if PITR is enabled or disabled.
6434
6730
  :param Sequence['GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyArgs'] pitr_policies: The PITR policy for the DB System.
6435
6731
  :param int retention_in_days: Number of days to retain this backup.
@@ -6444,7 +6740,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult(dict):
6444
6740
 
6445
6741
  @property
6446
6742
  @pulumi.getter(name="definedTags")
6447
- def defined_tags(self) -> Mapping[str, Any]:
6743
+ def defined_tags(self) -> Mapping[str, str]:
6448
6744
  """
6449
6745
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
6450
6746
  """
@@ -6452,7 +6748,7 @@ class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyResult(dict):
6452
6748
 
6453
6749
  @property
6454
6750
  @pulumi.getter(name="freeformTags")
6455
- def freeform_tags(self) -> Mapping[str, Any]:
6751
+ def freeform_tags(self) -> Mapping[str, str]:
6456
6752
  """
6457
6753
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
6458
6754
  """
@@ -6509,6 +6805,68 @@ class GetMysqlBackupsBackupDbSystemSnapshotBackupPolicyPitrPolicyResult(dict):
6509
6805
  return pulumi.get(self, "is_enabled")
6510
6806
 
6511
6807
 
6808
+ @pulumi.output_type
6809
+ class GetMysqlBackupsBackupDbSystemSnapshotDataStorageResult(dict):
6810
+ def __init__(__self__, *,
6811
+ allocated_storage_size_in_gbs: int,
6812
+ data_storage_size_in_gb: int,
6813
+ data_storage_size_limit_in_gbs: int,
6814
+ is_auto_expand_storage_enabled: bool,
6815
+ max_storage_size_in_gbs: int):
6816
+ """
6817
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
6818
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
6819
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
6820
+ :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
6821
+ :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
6822
+ """
6823
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
6824
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
6825
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
6826
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
6827
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
6828
+
6829
+ @property
6830
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
6831
+ def allocated_storage_size_in_gbs(self) -> int:
6832
+ """
6833
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
6834
+ """
6835
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
6836
+
6837
+ @property
6838
+ @pulumi.getter(name="dataStorageSizeInGb")
6839
+ def data_storage_size_in_gb(self) -> int:
6840
+ """
6841
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
6842
+ """
6843
+ return pulumi.get(self, "data_storage_size_in_gb")
6844
+
6845
+ @property
6846
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
6847
+ def data_storage_size_limit_in_gbs(self) -> int:
6848
+ """
6849
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
6850
+ """
6851
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
6852
+
6853
+ @property
6854
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
6855
+ def is_auto_expand_storage_enabled(self) -> bool:
6856
+ """
6857
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
6858
+ """
6859
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
6860
+
6861
+ @property
6862
+ @pulumi.getter(name="maxStorageSizeInGbs")
6863
+ def max_storage_size_in_gbs(self) -> int:
6864
+ """
6865
+ Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
6866
+ """
6867
+ return pulumi.get(self, "max_storage_size_in_gbs")
6868
+
6869
+
6512
6870
  @pulumi.output_type
6513
6871
  class GetMysqlBackupsBackupDbSystemSnapshotDeletionPolicyResult(dict):
6514
6872
  def __init__(__self__, *,
@@ -7722,10 +8080,10 @@ class GetMysqlConfigurationVariableResult(dict):
7722
8080
  class GetMysqlConfigurationsConfigurationResult(dict):
7723
8081
  def __init__(__self__, *,
7724
8082
  compartment_id: str,
7725
- defined_tags: Mapping[str, Any],
8083
+ defined_tags: Mapping[str, str],
7726
8084
  description: str,
7727
8085
  display_name: str,
7728
- freeform_tags: Mapping[str, Any],
8086
+ freeform_tags: Mapping[str, str],
7729
8087
  id: str,
7730
8088
  init_variables: Sequence['outputs.GetMysqlConfigurationsConfigurationInitVariableResult'],
7731
8089
  parent_configuration_id: str,
@@ -7737,10 +8095,10 @@ class GetMysqlConfigurationsConfigurationResult(dict):
7737
8095
  variables: Sequence['outputs.GetMysqlConfigurationsConfigurationVariableResult']):
7738
8096
  """
7739
8097
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
7740
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
8098
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
7741
8099
  :param str description: User-provided data about the Configuration.
7742
8100
  :param str display_name: A filter to return only the resource matching the given display name exactly.
7743
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
8101
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
7744
8102
  :param str id: The OCID of the Configuration.
7745
8103
  :param Sequence['GetMysqlConfigurationsConfigurationInitVariableArgs'] init_variables: User-defined service variables set only at DB system initialization. These variables cannot be changed later at runtime.
7746
8104
  :param str parent_configuration_id: The OCID of the Configuration from which this Configuration is "derived". This is entirely a metadata relationship. There is no relation between the values in this Configuration and its parent.
@@ -7776,7 +8134,7 @@ class GetMysqlConfigurationsConfigurationResult(dict):
7776
8134
 
7777
8135
  @property
7778
8136
  @pulumi.getter(name="definedTags")
7779
- def defined_tags(self) -> Mapping[str, Any]:
8137
+ def defined_tags(self) -> Mapping[str, str]:
7780
8138
  """
7781
8139
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
7782
8140
  """
@@ -7800,7 +8158,7 @@ class GetMysqlConfigurationsConfigurationResult(dict):
7800
8158
 
7801
8159
  @property
7802
8160
  @pulumi.getter(name="freeformTags")
7803
- def freeform_tags(self) -> Mapping[str, Any]:
8161
+ def freeform_tags(self) -> Mapping[str, str]:
7804
8162
  """
7805
8163
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
7806
8164
  """
@@ -8818,15 +9176,15 @@ class GetMysqlConfigurationsFilterResult(dict):
8818
9176
  @pulumi.output_type
8819
9177
  class GetMysqlDbSystemBackupPolicyResult(dict):
8820
9178
  def __init__(__self__, *,
8821
- defined_tags: Mapping[str, Any],
8822
- freeform_tags: Mapping[str, Any],
9179
+ defined_tags: Mapping[str, str],
9180
+ freeform_tags: Mapping[str, str],
8823
9181
  is_enabled: bool,
8824
9182
  pitr_policies: Sequence['outputs.GetMysqlDbSystemBackupPolicyPitrPolicyResult'],
8825
9183
  retention_in_days: int,
8826
9184
  window_start_time: str):
8827
9185
  """
8828
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
8829
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
9186
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
9187
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
8830
9188
  :param bool is_enabled: Whether the Channel has been enabled by the user.
8831
9189
  :param Sequence['GetMysqlDbSystemBackupPolicyPitrPolicyArgs'] pitr_policies: The PITR policy for the DB System.
8832
9190
  :param int retention_in_days: The number of days automated backups are retained.
@@ -8841,7 +9199,7 @@ class GetMysqlDbSystemBackupPolicyResult(dict):
8841
9199
 
8842
9200
  @property
8843
9201
  @pulumi.getter(name="definedTags")
8844
- def defined_tags(self) -> Mapping[str, Any]:
9202
+ def defined_tags(self) -> Mapping[str, str]:
8845
9203
  """
8846
9204
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
8847
9205
  """
@@ -8849,7 +9207,7 @@ class GetMysqlDbSystemBackupPolicyResult(dict):
8849
9207
 
8850
9208
  @property
8851
9209
  @pulumi.getter(name="freeformTags")
8852
- def freeform_tags(self) -> Mapping[str, Any]:
9210
+ def freeform_tags(self) -> Mapping[str, str]:
8853
9211
  """
8854
9212
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
8855
9213
  """
@@ -8910,9 +9268,9 @@ class GetMysqlDbSystemBackupPolicyPitrPolicyResult(dict):
8910
9268
  class GetMysqlDbSystemChannelResult(dict):
8911
9269
  def __init__(__self__, *,
8912
9270
  compartment_id: str,
8913
- defined_tags: Mapping[str, Any],
9271
+ defined_tags: Mapping[str, str],
8914
9272
  display_name: str,
8915
- freeform_tags: Mapping[str, Any],
9273
+ freeform_tags: Mapping[str, str],
8916
9274
  id: str,
8917
9275
  is_enabled: bool,
8918
9276
  lifecycle_details: str,
@@ -8923,9 +9281,9 @@ class GetMysqlDbSystemChannelResult(dict):
8923
9281
  time_updated: str):
8924
9282
  """
8925
9283
  :param str compartment_id: The OCID of the compartment the DB System belongs in.
8926
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
9284
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
8927
9285
  :param str display_name: The user-friendly name for the DB System. It does not have to be unique.
8928
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
9286
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
8929
9287
  :param str id: The OCID of the DB System.
8930
9288
  :param bool is_enabled: Whether the Channel has been enabled by the user.
8931
9289
  :param str lifecycle_details: Additional information about the current lifecycleState.
@@ -8958,7 +9316,7 @@ class GetMysqlDbSystemChannelResult(dict):
8958
9316
 
8959
9317
  @property
8960
9318
  @pulumi.getter(name="definedTags")
8961
- def defined_tags(self) -> Mapping[str, Any]:
9319
+ def defined_tags(self) -> Mapping[str, str]:
8962
9320
  """
8963
9321
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
8964
9322
  """
@@ -8974,7 +9332,7 @@ class GetMysqlDbSystemChannelResult(dict):
8974
9332
 
8975
9333
  @property
8976
9334
  @pulumi.getter(name="freeformTags")
8977
- def freeform_tags(self) -> Mapping[str, Any]:
9335
+ def freeform_tags(self) -> Mapping[str, str]:
8978
9336
  """
8979
9337
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
8980
9338
  """
@@ -9351,6 +9709,68 @@ class GetMysqlDbSystemCurrentPlacementResult(dict):
9351
9709
  return pulumi.get(self, "fault_domain")
9352
9710
 
9353
9711
 
9712
+ @pulumi.output_type
9713
+ class GetMysqlDbSystemDataStorageResult(dict):
9714
+ def __init__(__self__, *,
9715
+ allocated_storage_size_in_gbs: int,
9716
+ data_storage_size_in_gb: int,
9717
+ data_storage_size_limit_in_gbs: int,
9718
+ is_auto_expand_storage_enabled: bool,
9719
+ max_storage_size_in_gbs: int):
9720
+ """
9721
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
9722
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
9723
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
9724
+ :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
9725
+ :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
9726
+ """
9727
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
9728
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
9729
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
9730
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
9731
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
9732
+
9733
+ @property
9734
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
9735
+ def allocated_storage_size_in_gbs(self) -> int:
9736
+ """
9737
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
9738
+ """
9739
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
9740
+
9741
+ @property
9742
+ @pulumi.getter(name="dataStorageSizeInGb")
9743
+ def data_storage_size_in_gb(self) -> int:
9744
+ """
9745
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
9746
+ """
9747
+ return pulumi.get(self, "data_storage_size_in_gb")
9748
+
9749
+ @property
9750
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
9751
+ def data_storage_size_limit_in_gbs(self) -> int:
9752
+ """
9753
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
9754
+ """
9755
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
9756
+
9757
+ @property
9758
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
9759
+ def is_auto_expand_storage_enabled(self) -> bool:
9760
+ """
9761
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
9762
+ """
9763
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
9764
+
9765
+ @property
9766
+ @pulumi.getter(name="maxStorageSizeInGbs")
9767
+ def max_storage_size_in_gbs(self) -> int:
9768
+ """
9769
+ Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
9770
+ """
9771
+ return pulumi.get(self, "max_storage_size_in_gbs")
9772
+
9773
+
9354
9774
  @pulumi.output_type
9355
9775
  class GetMysqlDbSystemDeletionPolicyResult(dict):
9356
9776
  def __init__(__self__, *,
@@ -9717,14 +10137,15 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9717
10137
  crash_recovery: str,
9718
10138
  current_placements: Sequence['outputs.GetMysqlDbSystemsDbSystemCurrentPlacementResult'],
9719
10139
  data_storage_size_in_gb: int,
10140
+ data_storages: Sequence['outputs.GetMysqlDbSystemsDbSystemDataStorageResult'],
9720
10141
  database_management: str,
9721
- defined_tags: Mapping[str, Any],
10142
+ defined_tags: Mapping[str, str],
9722
10143
  deletion_policies: Sequence['outputs.GetMysqlDbSystemsDbSystemDeletionPolicyResult'],
9723
10144
  description: str,
9724
10145
  display_name: str,
9725
10146
  endpoints: Sequence['outputs.GetMysqlDbSystemsDbSystemEndpointResult'],
9726
10147
  fault_domain: str,
9727
- freeform_tags: Mapping[str, Any],
10148
+ freeform_tags: Mapping[str, str],
9728
10149
  heat_wave_clusters: Sequence['outputs.GetMysqlDbSystemsDbSystemHeatWaveClusterResult'],
9729
10150
  hostname_label: str,
9730
10151
  id: str,
@@ -9753,15 +10174,16 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9753
10174
  :param str configuration_id: The requested Configuration instance.
9754
10175
  :param str crash_recovery: Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
9755
10176
  :param Sequence['GetMysqlDbSystemsDbSystemCurrentPlacementArgs'] current_placements: The availability domain and fault domain a DB System is placed in.
9756
- :param int data_storage_size_in_gb: Initial size of the data volume in GiBs that will be created and attached.
10177
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
10178
+ :param Sequence['GetMysqlDbSystemsDbSystemDataStorageArgs'] data_storages: Data Storage information.
9757
10179
  :param str database_management: Filter DB Systems by their Database Management configuration.
9758
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
10180
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
9759
10181
  :param Sequence['GetMysqlDbSystemsDbSystemDeletionPolicyArgs'] deletion_policies: The Deletion policy for the DB System.
9760
10182
  :param str description: User-provided data about the DB System.
9761
10183
  :param str display_name: A filter to return only the resource matching the given display name exactly.
9762
10184
  :param Sequence['GetMysqlDbSystemsDbSystemEndpointArgs'] endpoints: The network endpoints available for this DB System.
9763
10185
  :param str fault_domain: The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
9764
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
10186
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
9765
10187
  :param Sequence['GetMysqlDbSystemsDbSystemHeatWaveClusterArgs'] heat_wave_clusters: A summary of a HeatWave cluster.
9766
10188
  :param str hostname_label: The hostname for the primary endpoint of the DB System. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, "dbsystem-1" in FQDN "dbsystem-1.subnet123.vcn1.oraclevcn.com"). Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
9767
10189
  :param str id: The OCID of the DB System.
@@ -9792,6 +10214,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9792
10214
  pulumi.set(__self__, "crash_recovery", crash_recovery)
9793
10215
  pulumi.set(__self__, "current_placements", current_placements)
9794
10216
  pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
10217
+ pulumi.set(__self__, "data_storages", data_storages)
9795
10218
  pulumi.set(__self__, "database_management", database_management)
9796
10219
  pulumi.set(__self__, "defined_tags", defined_tags)
9797
10220
  pulumi.set(__self__, "deletion_policies", deletion_policies)
@@ -9891,10 +10314,18 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9891
10314
  @pulumi.getter(name="dataStorageSizeInGb")
9892
10315
  def data_storage_size_in_gb(self) -> int:
9893
10316
  """
9894
- Initial size of the data volume in GiBs that will be created and attached.
10317
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
9895
10318
  """
9896
10319
  return pulumi.get(self, "data_storage_size_in_gb")
9897
10320
 
10321
+ @property
10322
+ @pulumi.getter(name="dataStorages")
10323
+ def data_storages(self) -> Sequence['outputs.GetMysqlDbSystemsDbSystemDataStorageResult']:
10324
+ """
10325
+ Data Storage information.
10326
+ """
10327
+ return pulumi.get(self, "data_storages")
10328
+
9898
10329
  @property
9899
10330
  @pulumi.getter(name="databaseManagement")
9900
10331
  def database_management(self) -> str:
@@ -9905,7 +10336,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9905
10336
 
9906
10337
  @property
9907
10338
  @pulumi.getter(name="definedTags")
9908
- def defined_tags(self) -> Mapping[str, Any]:
10339
+ def defined_tags(self) -> Mapping[str, str]:
9909
10340
  """
9910
10341
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
9911
10342
  """
@@ -9953,7 +10384,7 @@ class GetMysqlDbSystemsDbSystemResult(dict):
9953
10384
 
9954
10385
  @property
9955
10386
  @pulumi.getter(name="freeformTags")
9956
- def freeform_tags(self) -> Mapping[str, Any]:
10387
+ def freeform_tags(self) -> Mapping[str, str]:
9957
10388
  """
9958
10389
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
9959
10390
  """
@@ -10120,15 +10551,15 @@ class GetMysqlDbSystemsDbSystemResult(dict):
10120
10551
  @pulumi.output_type
10121
10552
  class GetMysqlDbSystemsDbSystemBackupPolicyResult(dict):
10122
10553
  def __init__(__self__, *,
10123
- defined_tags: Mapping[str, Any],
10124
- freeform_tags: Mapping[str, Any],
10554
+ defined_tags: Mapping[str, str],
10555
+ freeform_tags: Mapping[str, str],
10125
10556
  is_enabled: bool,
10126
10557
  pitr_policies: Sequence['outputs.GetMysqlDbSystemsDbSystemBackupPolicyPitrPolicyResult'],
10127
10558
  retention_in_days: int,
10128
10559
  window_start_time: str):
10129
10560
  """
10130
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
10131
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
10561
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
10562
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
10132
10563
  :param bool is_enabled: Whether the Channel has been enabled by the user.
10133
10564
  :param Sequence['GetMysqlDbSystemsDbSystemBackupPolicyPitrPolicyArgs'] pitr_policies: The PITR policy for the DB System.
10134
10565
  :param int retention_in_days: The number of days automated backups are retained.
@@ -10143,7 +10574,7 @@ class GetMysqlDbSystemsDbSystemBackupPolicyResult(dict):
10143
10574
 
10144
10575
  @property
10145
10576
  @pulumi.getter(name="definedTags")
10146
- def defined_tags(self) -> Mapping[str, Any]:
10577
+ def defined_tags(self) -> Mapping[str, str]:
10147
10578
  """
10148
10579
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
10149
10580
  """
@@ -10151,7 +10582,7 @@ class GetMysqlDbSystemsDbSystemBackupPolicyResult(dict):
10151
10582
 
10152
10583
  @property
10153
10584
  @pulumi.getter(name="freeformTags")
10154
- def freeform_tags(self) -> Mapping[str, Any]:
10585
+ def freeform_tags(self) -> Mapping[str, str]:
10155
10586
  """
10156
10587
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
10157
10588
  """
@@ -10212,9 +10643,9 @@ class GetMysqlDbSystemsDbSystemBackupPolicyPitrPolicyResult(dict):
10212
10643
  class GetMysqlDbSystemsDbSystemChannelResult(dict):
10213
10644
  def __init__(__self__, *,
10214
10645
  compartment_id: str,
10215
- defined_tags: Mapping[str, Any],
10646
+ defined_tags: Mapping[str, str],
10216
10647
  display_name: str,
10217
- freeform_tags: Mapping[str, Any],
10648
+ freeform_tags: Mapping[str, str],
10218
10649
  id: str,
10219
10650
  is_enabled: bool,
10220
10651
  lifecycle_details: str,
@@ -10225,9 +10656,9 @@ class GetMysqlDbSystemsDbSystemChannelResult(dict):
10225
10656
  time_updated: str):
10226
10657
  """
10227
10658
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
10228
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
10659
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
10229
10660
  :param str display_name: A filter to return only the resource matching the given display name exactly.
10230
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
10661
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
10231
10662
  :param str id: The OCID of the DB System.
10232
10663
  :param bool is_enabled: Whether the Channel has been enabled by the user.
10233
10664
  :param str lifecycle_details: Additional information about the current lifecycleState.
@@ -10260,7 +10691,7 @@ class GetMysqlDbSystemsDbSystemChannelResult(dict):
10260
10691
 
10261
10692
  @property
10262
10693
  @pulumi.getter(name="definedTags")
10263
- def defined_tags(self) -> Mapping[str, Any]:
10694
+ def defined_tags(self) -> Mapping[str, str]:
10264
10695
  """
10265
10696
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
10266
10697
  """
@@ -10276,7 +10707,7 @@ class GetMysqlDbSystemsDbSystemChannelResult(dict):
10276
10707
 
10277
10708
  @property
10278
10709
  @pulumi.getter(name="freeformTags")
10279
- def freeform_tags(self) -> Mapping[str, Any]:
10710
+ def freeform_tags(self) -> Mapping[str, str]:
10280
10711
  """
10281
10712
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
10282
10713
  """
@@ -10653,6 +11084,68 @@ class GetMysqlDbSystemsDbSystemCurrentPlacementResult(dict):
10653
11084
  return pulumi.get(self, "fault_domain")
10654
11085
 
10655
11086
 
11087
+ @pulumi.output_type
11088
+ class GetMysqlDbSystemsDbSystemDataStorageResult(dict):
11089
+ def __init__(__self__, *,
11090
+ allocated_storage_size_in_gbs: int,
11091
+ data_storage_size_in_gb: int,
11092
+ data_storage_size_limit_in_gbs: int,
11093
+ is_auto_expand_storage_enabled: bool,
11094
+ max_storage_size_in_gbs: int):
11095
+ """
11096
+ :param int allocated_storage_size_in_gbs: The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
11097
+ :param int data_storage_size_in_gb: DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
11098
+ :param int data_storage_size_limit_in_gbs: The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
11099
+ :param bool is_auto_expand_storage_enabled: Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
11100
+ :param int max_storage_size_in_gbs: Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
11101
+ """
11102
+ pulumi.set(__self__, "allocated_storage_size_in_gbs", allocated_storage_size_in_gbs)
11103
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
11104
+ pulumi.set(__self__, "data_storage_size_limit_in_gbs", data_storage_size_limit_in_gbs)
11105
+ pulumi.set(__self__, "is_auto_expand_storage_enabled", is_auto_expand_storage_enabled)
11106
+ pulumi.set(__self__, "max_storage_size_in_gbs", max_storage_size_in_gbs)
11107
+
11108
+ @property
11109
+ @pulumi.getter(name="allocatedStorageSizeInGbs")
11110
+ def allocated_storage_size_in_gbs(self) -> int:
11111
+ """
11112
+ The actual allocated storage size for the DB System. This may be higher than dataStorageSizeInGBs if an automatic storage expansion has occurred.
11113
+ """
11114
+ return pulumi.get(self, "allocated_storage_size_in_gbs")
11115
+
11116
+ @property
11117
+ @pulumi.getter(name="dataStorageSizeInGb")
11118
+ def data_storage_size_in_gb(self) -> int:
11119
+ """
11120
+ DEPRECATED: User specified size of the data volume. May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs.
11121
+ """
11122
+ return pulumi.get(self, "data_storage_size_in_gb")
11123
+
11124
+ @property
11125
+ @pulumi.getter(name="dataStorageSizeLimitInGbs")
11126
+ def data_storage_size_limit_in_gbs(self) -> int:
11127
+ """
11128
+ The absolute limit the DB System's storage size may ever expand to, either manually or automatically. This limit is based based on the initial dataStorageSizeInGBs when the DB System was first created. Both dataStorageSizeInGBs and maxDataStorageSizeInGBs can not exceed this value.
11129
+ """
11130
+ return pulumi.get(self, "data_storage_size_limit_in_gbs")
11131
+
11132
+ @property
11133
+ @pulumi.getter(name="isAutoExpandStorageEnabled")
11134
+ def is_auto_expand_storage_enabled(self) -> bool:
11135
+ """
11136
+ Enable/disable automatic storage expansion. When set to true, the DB System will automatically add storage incrementally up to the value specified in maxStorageSizeInGBs.
11137
+ """
11138
+ return pulumi.get(self, "is_auto_expand_storage_enabled")
11139
+
11140
+ @property
11141
+ @pulumi.getter(name="maxStorageSizeInGbs")
11142
+ def max_storage_size_in_gbs(self) -> int:
11143
+ """
11144
+ Maximum storage size this DB System can expand to. When isAutoExpandStorageEnabled is set to true, the DB System will add storage incrementally up to this value.
11145
+ """
11146
+ return pulumi.get(self, "max_storage_size_in_gbs")
11147
+
11148
+
10656
11149
  @pulumi.output_type
10657
11150
  class GetMysqlDbSystemsDbSystemDeletionPolicyResult(dict):
10658
11151
  def __init__(__self__, *,
@@ -11221,11 +11714,11 @@ class GetReplicasReplicaResult(dict):
11221
11714
  compartment_id: str,
11222
11715
  configuration_id: str,
11223
11716
  db_system_id: str,
11224
- defined_tags: Mapping[str, Any],
11717
+ defined_tags: Mapping[str, str],
11225
11718
  description: str,
11226
11719
  display_name: str,
11227
11720
  fault_domain: str,
11228
- freeform_tags: Mapping[str, Any],
11721
+ freeform_tags: Mapping[str, str],
11229
11722
  id: str,
11230
11723
  ip_address: str,
11231
11724
  is_delete_protected: bool,
@@ -11244,11 +11737,11 @@ class GetReplicasReplicaResult(dict):
11244
11737
  :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
11245
11738
  :param str configuration_id: The requested Configuration instance.
11246
11739
  :param str db_system_id: The DB System [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
11247
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
11740
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
11248
11741
  :param str description: User provided description of the read replica.
11249
11742
  :param str display_name: A filter to return only the resource matching the given display name exactly.
11250
11743
  :param str fault_domain: The name of the Fault Domain the read replica is located in.
11251
- :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
11744
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
11252
11745
  :param str id: The OCID of the read replica.
11253
11746
  :param str ip_address: The IP address the read replica is configured to listen on.
11254
11747
  :param bool is_delete_protected: Specifies whether the read replica can be deleted. Set to true to prevent deletion, false (default) to allow. Note that if a read replica is delete protected it also prevents the entire DB System from being deleted. If the DB System is delete protected, read replicas can still be deleted individually if they are not delete protected themselves.
@@ -11320,7 +11813,7 @@ class GetReplicasReplicaResult(dict):
11320
11813
 
11321
11814
  @property
11322
11815
  @pulumi.getter(name="definedTags")
11323
- def defined_tags(self) -> Mapping[str, Any]:
11816
+ def defined_tags(self) -> Mapping[str, str]:
11324
11817
  """
11325
11818
  Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
11326
11819
  """
@@ -11352,7 +11845,7 @@ class GetReplicasReplicaResult(dict):
11352
11845
 
11353
11846
  @property
11354
11847
  @pulumi.getter(name="freeformTags")
11355
- def freeform_tags(self) -> Mapping[str, Any]:
11848
+ def freeform_tags(self) -> Mapping[str, str]:
11356
11849
  """
11357
11850
  Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
11358
11851
  """