oci 2.131.0__py3-none-any.whl → 2.132.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 (539) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +22 -22
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +17 -17
  8. oci/ai_vision/ai_service_vision_client.py +25 -25
  9. oci/analytics/analytics_client.py +142 -23
  10. oci/analytics/analytics_client_composite_operations.py +42 -0
  11. oci/analytics/models/__init__.py +2 -0
  12. oci/analytics/models/analytics_instance.py +123 -8
  13. oci/analytics/models/analytics_instance_summary.py +115 -0
  14. oci/analytics/models/capacity.py +8 -4
  15. oci/analytics/models/create_analytics_instance_details.py +121 -8
  16. oci/analytics/models/set_feature_bundle_details.py +96 -0
  17. oci/announcements_service/announcement_client.py +4 -4
  18. oci/announcements_service/announcement_subscription_client.py +9 -9
  19. oci/announcements_service/announcements_preferences_client.py +4 -4
  20. oci/apigateway/api_gateway_client.py +21 -21
  21. oci/apigateway/deployment_client.py +6 -6
  22. oci/apigateway/gateway_client.py +6 -6
  23. oci/apigateway/subscribers_client.py +6 -6
  24. oci/apigateway/usage_plans_client.py +6 -6
  25. oci/apigateway/work_requests_client.py +5 -5
  26. oci/apm_config/config_client.py +9 -9
  27. oci/apm_control_plane/apm_domain_client.py +14 -14
  28. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  29. oci/apm_traces/attributes_client.py +8 -8
  30. oci/apm_traces/query_client.py +2 -2
  31. oci/apm_traces/trace_client.py +4 -4
  32. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  33. oci/artifacts/artifacts_client.py +32 -32
  34. oci/audit/audit_client.py +3 -3
  35. oci/autoscaling/auto_scaling_client.py +11 -11
  36. oci/bastion/bastion_client.py +15 -15
  37. oci/bds/bds_client.py +72 -72
  38. oci/blockchain/blockchain_platform_client.py +27 -27
  39. oci/budget/budget_client.py +10 -10
  40. oci/capacity_management/capacity_management_client.py +22 -22
  41. oci/certificates/certificates_client.py +5 -5
  42. oci/certificates_management/certificates_management_client.py +32 -32
  43. oci/cims/incident_client.py +8 -8
  44. oci/cims/user_client.py +1 -1
  45. oci/cloud_bridge/common_client.py +5 -5
  46. oci/cloud_bridge/discovery_client.py +14 -14
  47. oci/cloud_bridge/inventory_client.py +16 -16
  48. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  49. oci/cloud_guard/cloud_guard_client.py +155 -155
  50. oci/cloud_migrations/migration_client.py +43 -43
  51. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  52. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  53. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  54. oci/compute_instance_agent/plugin_client.py +2 -2
  55. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  56. oci/container_engine/container_engine_client.py +44 -44
  57. oci/container_instances/container_instance_client.py +18 -18
  58. oci/core/blockstorage_client.py +60 -60
  59. oci/core/compute_client.py +102 -102
  60. oci/core/compute_management_client.py +32 -32
  61. oci/core/virtual_network_client.py +247 -247
  62. oci/dashboard_service/dashboard_client.py +6 -6
  63. oci/dashboard_service/dashboard_group_client.py +6 -6
  64. oci/data_catalog/data_catalog_client.py +149 -149
  65. oci/data_flow/data_flow_client.py +42 -42
  66. oci/data_integration/data_integration_client.py +163 -163
  67. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  68. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  69. oci/data_safe/data_safe_client.py +287 -287
  70. oci/data_science/data_science_client.py +91 -91
  71. oci/database/database_client.py +360 -360
  72. oci/database/models/autonomous_database_software_image.py +33 -2
  73. oci/database/models/autonomous_database_software_image_summary.py +33 -2
  74. oci/database/models/create_maintenance_run_details.py +46 -7
  75. oci/database/models/maintenance_run.py +44 -5
  76. oci/database/models/maintenance_run_summary.py +44 -5
  77. oci/database_management/db_management_client.py +208 -208
  78. oci/database_management/diagnosability_client.py +4 -4
  79. oci/database_management/managed_my_sql_databases_client.py +7 -7
  80. oci/database_management/models/__init__.py +18 -0
  81. oci/database_management/models/basic_database_connection_string_details.py +7 -6
  82. oci/database_management/models/connector_details.py +5 -5
  83. oci/database_management/models/database_connection_credentails_by_name.py +1 -1
  84. oci/database_management/models/database_connection_credentials.py +11 -3
  85. oci/database_management/models/database_connection_credentials_by_details.py +1 -1
  86. oci/database_management/models/database_connection_string_details.py +5 -5
  87. oci/database_management/models/database_diagnostics_and_management_feature_configuration.py +9 -7
  88. oci/database_management/models/database_diagnostics_and_management_feature_details.py +1 -1
  89. oci/database_management/models/database_feature_configuration.py +27 -11
  90. oci/database_management/models/database_feature_details.py +19 -3
  91. oci/database_management/models/database_lifecycle_feature_configuration.py +122 -0
  92. oci/database_management/models/database_lifecycle_management_feature_details.py +65 -0
  93. oci/database_management/models/database_named_credential_connection_details.py +88 -0
  94. oci/database_management/models/database_sql_watch_feature_configuration.py +73 -0
  95. oci/database_management/models/database_sql_watch_feature_details.py +65 -0
  96. oci/database_management/models/database_ssl_connection_credentials.py +1 -1
  97. oci/database_management/models/disable_database_management_feature_details.py +11 -3
  98. oci/database_management/models/disable_external_container_database_management_feature_details.py +11 -3
  99. oci/database_management/models/disable_external_non_container_database_management_feature_details.py +11 -3
  100. oci/database_management/models/disable_external_pluggable_database_management_feature_details.py +11 -3
  101. oci/database_management/models/disable_pluggable_database_management_feature_details.py +11 -3
  102. oci/database_management/models/external_database_diagnostics_and_management_feature_details.py +1 -1
  103. oci/database_management/models/external_database_feature_details.py +19 -3
  104. oci/database_management/models/external_database_lifecycle_management_feature_details.py +105 -0
  105. oci/database_management/models/external_database_sql_watch_feature_details.py +58 -0
  106. oci/database_management/models/external_database_summary.py +95 -2
  107. oci/database_management/models/external_pluggable_database_diagnostics_and_management_feature_details.py +1 -1
  108. oci/database_management/models/external_pluggable_database_feature_details.py +19 -3
  109. oci/database_management/models/external_pluggable_database_lifecycle_management_feature_details.py +58 -0
  110. oci/database_management/models/external_pluggable_database_sql_watch_feature_details.py +58 -0
  111. oci/database_management/models/managed_database.py +64 -2
  112. oci/database_management/models/managed_database_summary.py +64 -2
  113. oci/database_management/perfhub_client.py +1 -1
  114. oci/database_management/sql_tuning_client.py +17 -17
  115. oci/database_migration/database_migration_client.py +42 -42
  116. oci/database_tools/database_tools_client.py +23 -23
  117. oci/demand_signal/occ_demand_signal_client.py +7 -7
  118. oci/desktops/desktop_service_client.py +21 -21
  119. oci/devops/devops_client.py +141 -141
  120. oci/disaster_recovery/disaster_recovery_client.py +29 -43
  121. oci/disaster_recovery/models/__init__.py +12 -0
  122. oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_container_database_details.py +107 -0
  123. oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_database_details.py +95 -3
  124. oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_details.py +1 -1
  125. oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_movable_details.py +1 -1
  126. oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_non_movable_details.py +1 -1
  127. oci/disaster_recovery/models/create_dr_protection_group_member_database_details.py +1 -1
  128. oci/disaster_recovery/models/create_dr_protection_group_member_details.py +19 -3
  129. oci/disaster_recovery/models/create_dr_protection_group_member_file_system_details.py +1 -1
  130. oci/disaster_recovery/models/create_dr_protection_group_member_load_balancer_details.py +1 -1
  131. oci/disaster_recovery/models/create_dr_protection_group_member_network_load_balancer_details.py +1 -1
  132. oci/disaster_recovery/models/create_dr_protection_group_member_object_storage_bucket_details.py +128 -0
  133. oci/disaster_recovery/models/create_dr_protection_group_member_volume_group_details.py +1 -1
  134. oci/disaster_recovery/models/dr_plan_step.py +99 -3
  135. oci/disaster_recovery/models/dr_plan_step_execution.py +99 -3
  136. oci/disaster_recovery/models/dr_protection_group_member.py +19 -3
  137. oci/disaster_recovery/models/dr_protection_group_member_autonomous_container_database.py +108 -0
  138. oci/disaster_recovery/models/dr_protection_group_member_autonomous_database.py +96 -3
  139. oci/disaster_recovery/models/dr_protection_group_member_compute_instance.py +1 -1
  140. oci/disaster_recovery/models/dr_protection_group_member_compute_instance_movable.py +1 -1
  141. oci/disaster_recovery/models/dr_protection_group_member_compute_instance_non_movable.py +1 -1
  142. oci/disaster_recovery/models/dr_protection_group_member_database.py +1 -1
  143. oci/disaster_recovery/models/dr_protection_group_member_file_system.py +1 -1
  144. oci/disaster_recovery/models/dr_protection_group_member_load_balancer.py +1 -1
  145. oci/disaster_recovery/models/dr_protection_group_member_network_load_balancer.py +1 -1
  146. oci/disaster_recovery/models/dr_protection_group_member_object_storage_bucket.py +128 -0
  147. oci/disaster_recovery/models/dr_protection_group_member_volume_group.py +1 -1
  148. oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_container_database_details.py +107 -0
  149. oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_database_details.py +95 -3
  150. oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_details.py +1 -1
  151. oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_movable_details.py +1 -1
  152. oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_non_movable_details.py +1 -1
  153. oci/disaster_recovery/models/update_dr_protection_group_member_database_details.py +1 -1
  154. oci/disaster_recovery/models/update_dr_protection_group_member_details.py +19 -3
  155. oci/disaster_recovery/models/update_dr_protection_group_member_file_system_details.py +1 -1
  156. oci/disaster_recovery/models/update_dr_protection_group_member_load_balancer_details.py +1 -1
  157. oci/disaster_recovery/models/update_dr_protection_group_member_network_load_balancer_details.py +1 -1
  158. oci/disaster_recovery/models/update_dr_protection_group_member_object_storage_bucket_details.py +128 -0
  159. oci/disaster_recovery/models/update_dr_protection_group_member_volume_group_details.py +1 -1
  160. oci/dns/dns_client.py +52 -52
  161. oci/dts/appliance_export_job_client.py +6 -6
  162. oci/dts/shipping_vendors_client.py +1 -1
  163. oci/dts/transfer_appliance_client.py +8 -8
  164. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  165. oci/dts/transfer_device_client.py +5 -5
  166. oci/dts/transfer_job_client.py +6 -6
  167. oci/dts/transfer_package_client.py +7 -7
  168. oci/em_warehouse/em_data_lake_client.py +13 -13
  169. oci/em_warehouse/em_warehouse_client.py +13 -13
  170. oci/email/email_client.py +31 -31
  171. oci/email_data_plane/email_dp_client.py +1 -1
  172. oci/events/events_client.py +6 -6
  173. oci/file_storage/file_storage_client.py +51 -51
  174. oci/fleet_apps_management/__init__.py +22 -0
  175. oci/fleet_apps_management/fleet_apps_management_admin_client.py +1077 -0
  176. oci/fleet_apps_management/fleet_apps_management_admin_client_composite_operations.py +124 -0
  177. oci/fleet_apps_management/fleet_apps_management_client.py +4532 -0
  178. oci/fleet_apps_management/fleet_apps_management_client_composite_operations.py +692 -0
  179. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +685 -0
  180. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client_composite_operations.py +157 -0
  181. oci/fleet_apps_management/fleet_apps_management_operations_client.py +1730 -0
  182. oci/fleet_apps_management/fleet_apps_management_operations_client_composite_operations.py +270 -0
  183. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +683 -0
  184. oci/fleet_apps_management/fleet_apps_management_runbooks_client_composite_operations.py +26 -0
  185. oci/fleet_apps_management/models/__init__.py +286 -0
  186. oci/fleet_apps_management/models/action_group.py +309 -0
  187. oci/fleet_apps_management/models/action_group_details.py +456 -0
  188. oci/fleet_apps_management/models/activity_resource_target.py +155 -0
  189. oci/fleet_apps_management/models/announcement_collection.py +72 -0
  190. oci/fleet_apps_management/models/announcement_summary.py +606 -0
  191. oci/fleet_apps_management/models/api_based_execution_details.py +82 -0
  192. oci/fleet_apps_management/models/associated_fleet_credential_details.py +190 -0
  193. oci/fleet_apps_management/models/associated_fleet_property_details.py +218 -0
  194. oci/fleet_apps_management/models/associated_fleet_resource_details.py +165 -0
  195. oci/fleet_apps_management/models/associated_local_task_details.py +281 -0
  196. oci/fleet_apps_management/models/associated_scheduler_definition.py +171 -0
  197. oci/fleet_apps_management/models/associated_shared_task_details.py +82 -0
  198. oci/fleet_apps_management/models/associated_task_details.py +109 -0
  199. oci/fleet_apps_management/models/associations.py +161 -0
  200. oci/fleet_apps_management/models/check_resource_tagging_details.py +134 -0
  201. oci/fleet_apps_management/models/compliance_report.py +189 -0
  202. oci/fleet_apps_management/models/compliance_report_patch_detail.py +196 -0
  203. oci/fleet_apps_management/models/compliance_report_product.py +103 -0
  204. oci/fleet_apps_management/models/compliance_report_resource.py +344 -0
  205. oci/fleet_apps_management/models/compliance_report_target.py +251 -0
  206. oci/fleet_apps_management/models/component_properties.py +154 -0
  207. oci/fleet_apps_management/models/condition.py +134 -0
  208. oci/fleet_apps_management/models/confirm_targets_details.py +72 -0
  209. oci/fleet_apps_management/models/content_details.py +101 -0
  210. oci/fleet_apps_management/models/create_fleet_credential_details.py +190 -0
  211. oci/fleet_apps_management/models/create_fleet_details.py +510 -0
  212. oci/fleet_apps_management/models/create_fleet_property_details.py +134 -0
  213. oci/fleet_apps_management/models/create_fleet_resource_details.py +196 -0
  214. oci/fleet_apps_management/models/create_maintenance_window_details.py +437 -0
  215. oci/fleet_apps_management/models/create_onboarding_details.py +134 -0
  216. oci/fleet_apps_management/models/create_property_details.py +238 -0
  217. oci/fleet_apps_management/models/create_scheduler_definition_details.py +328 -0
  218. oci/fleet_apps_management/models/credential_details.py +117 -0
  219. oci/fleet_apps_management/models/credential_entity_specific_details.py +101 -0
  220. oci/fleet_apps_management/models/details.py +224 -0
  221. oci/fleet_apps_management/models/discovered_target.py +196 -0
  222. oci/fleet_apps_management/models/entity_execution_details.py +341 -0
  223. oci/fleet_apps_management/models/execution.py +463 -0
  224. oci/fleet_apps_management/models/execution_collection.py +72 -0
  225. oci/fleet_apps_management/models/execution_details.py +109 -0
  226. oci/fleet_apps_management/models/execution_summary.py +405 -0
  227. oci/fleet_apps_management/models/execution_workflow_details.py +72 -0
  228. oci/fleet_apps_management/models/fleet.py +887 -0
  229. oci/fleet_apps_management/models/fleet_collection.py +72 -0
  230. oci/fleet_apps_management/models/fleet_credential.py +398 -0
  231. oci/fleet_apps_management/models/fleet_credential_collection.py +72 -0
  232. oci/fleet_apps_management/models/fleet_credential_summary.py +378 -0
  233. oci/fleet_apps_management/models/fleet_product_collection.py +72 -0
  234. oci/fleet_apps_management/models/fleet_product_summary.py +200 -0
  235. oci/fleet_apps_management/models/fleet_property.py +477 -0
  236. oci/fleet_apps_management/models/fleet_property_collection.py +72 -0
  237. oci/fleet_apps_management/models/fleet_property_summary.py +375 -0
  238. oci/fleet_apps_management/models/fleet_resource.py +717 -0
  239. oci/fleet_apps_management/models/fleet_resource_collection.py +72 -0
  240. oci/fleet_apps_management/models/fleet_resource_summary.py +693 -0
  241. oci/fleet_apps_management/models/fleet_summary.py +456 -0
  242. oci/fleet_apps_management/models/fleet_target.py +399 -0
  243. oci/fleet_apps_management/models/fleet_target_collection.py +72 -0
  244. oci/fleet_apps_management/models/fleet_target_summary.py +348 -0
  245. oci/fleet_apps_management/models/generate_compliance_report_details.py +72 -0
  246. oci/fleet_apps_management/models/group.py +150 -0
  247. oci/fleet_apps_management/models/input_argument.py +171 -0
  248. oci/fleet_apps_management/models/input_parameter.py +103 -0
  249. oci/fleet_apps_management/models/inventory_resource_collection.py +72 -0
  250. oci/fleet_apps_management/models/inventory_resource_summary.py +425 -0
  251. oci/fleet_apps_management/models/job_activity.py +310 -0
  252. oci/fleet_apps_management/models/key_encryption_credential_details.py +175 -0
  253. oci/fleet_apps_management/models/maintenance_window.py +688 -0
  254. oci/fleet_apps_management/models/maintenance_window_collection.py +72 -0
  255. oci/fleet_apps_management/models/maintenance_window_summary.py +656 -0
  256. oci/fleet_apps_management/models/model_property.py +641 -0
  257. oci/fleet_apps_management/models/notification_preferences.py +130 -0
  258. oci/fleet_apps_management/models/object_storage_bucket_content_details.py +176 -0
  259. oci/fleet_apps_management/models/onboarding.py +393 -0
  260. oci/fleet_apps_management/models/onboarding_collection.py +72 -0
  261. oci/fleet_apps_management/models/onboarding_policy_collection.py +72 -0
  262. oci/fleet_apps_management/models/onboarding_policy_summary.py +198 -0
  263. oci/fleet_apps_management/models/onboarding_summary.py +353 -0
  264. oci/fleet_apps_management/models/operation_runbook.py +103 -0
  265. oci/fleet_apps_management/models/outcome.py +134 -0
  266. oci/fleet_apps_management/models/output_variable_details.py +103 -0
  267. oci/fleet_apps_management/models/output_variable_input_argument.py +65 -0
  268. oci/fleet_apps_management/models/output_variable_mapping.py +99 -0
  269. oci/fleet_apps_management/models/plain_text_credential_details.py +82 -0
  270. oci/fleet_apps_management/models/preferences.py +134 -0
  271. oci/fleet_apps_management/models/properties.py +103 -0
  272. oci/fleet_apps_management/models/property_collection.py +72 -0
  273. oci/fleet_apps_management/models/property_summary.py +601 -0
  274. oci/fleet_apps_management/models/request_resource_validation_details.py +103 -0
  275. oci/fleet_apps_management/models/request_target_discovery_details.py +103 -0
  276. oci/fleet_apps_management/models/resource_tag_check_details.py +72 -0
  277. oci/fleet_apps_management/models/resource_tag_enablement_info.py +103 -0
  278. oci/fleet_apps_management/models/rule.py +165 -0
  279. oci/fleet_apps_management/models/runbook.py +747 -0
  280. oci/fleet_apps_management/models/runbook_collection.py +72 -0
  281. oci/fleet_apps_management/models/runbook_summary.py +664 -0
  282. oci/fleet_apps_management/models/schedule.py +212 -0
  283. oci/fleet_apps_management/models/scheduled_fleet_collection.py +72 -0
  284. oci/fleet_apps_management/models/scheduled_fleet_summary.py +313 -0
  285. oci/fleet_apps_management/models/scheduler_definition.py +847 -0
  286. oci/fleet_apps_management/models/scheduler_definition_collection.py +72 -0
  287. oci/fleet_apps_management/models/scheduler_definition_summary.py +718 -0
  288. oci/fleet_apps_management/models/scheduler_job.py +767 -0
  289. oci/fleet_apps_management/models/scheduler_job_collection.py +72 -0
  290. oci/fleet_apps_management/models/scheduler_job_summary.py +685 -0
  291. oci/fleet_apps_management/models/script_based_execution_details.py +136 -0
  292. oci/fleet_apps_management/models/selection_criteria.py +119 -0
  293. oci/fleet_apps_management/models/string_input_argument.py +65 -0
  294. oci/fleet_apps_management/models/target_credential_entity_specific_details.py +113 -0
  295. oci/fleet_apps_management/models/target_resource.py +109 -0
  296. oci/fleet_apps_management/models/task.py +200 -0
  297. oci/fleet_apps_management/models/task_argument.py +103 -0
  298. oci/fleet_apps_management/models/task_record.py +568 -0
  299. oci/fleet_apps_management/models/task_record_collection.py +72 -0
  300. oci/fleet_apps_management/models/task_record_summary.py +516 -0
  301. oci/fleet_apps_management/models/task_variable.py +103 -0
  302. oci/fleet_apps_management/models/update_fleet_credential_details.py +159 -0
  303. oci/fleet_apps_management/models/update_fleet_details.py +262 -0
  304. oci/fleet_apps_management/models/update_fleet_property_details.py +72 -0
  305. oci/fleet_apps_management/models/update_fleet_resource_details.py +103 -0
  306. oci/fleet_apps_management/models/update_maintenance_window_details.py +406 -0
  307. oci/fleet_apps_management/models/update_property_details.py +207 -0
  308. oci/fleet_apps_management/models/update_scheduler_definition_details.py +297 -0
  309. oci/fleet_apps_management/models/update_scheduler_job_details.py +138 -0
  310. oci/fleet_apps_management/models/vault_secret_credential_details.py +117 -0
  311. oci/fleet_apps_management/models/work_request.py +497 -0
  312. oci/fleet_apps_management/models/work_request_error.py +136 -0
  313. oci/fleet_apps_management/models/work_request_error_collection.py +72 -0
  314. oci/fleet_apps_management/models/work_request_log_entry.py +103 -0
  315. oci/fleet_apps_management/models/work_request_log_entry_collection.py +72 -0
  316. oci/fleet_apps_management/models/work_request_resource.py +234 -0
  317. oci/fleet_apps_management/models/work_request_summary.py +497 -0
  318. oci/fleet_apps_management/models/work_request_summary_collection.py +72 -0
  319. oci/fleet_apps_management/models/workflow_component.py +109 -0
  320. oci/fleet_apps_management/models/workflow_group.py +150 -0
  321. oci/fleet_apps_management/models/workflow_group_component.py +115 -0
  322. oci/fleet_apps_management/models/workflow_task_component.py +82 -0
  323. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  324. oci/functions/functions_invoke_client.py +1 -1
  325. oci/functions/functions_management_client.py +16 -16
  326. oci/fusion_apps/data_masking_activity_client.py +3 -3
  327. oci/fusion_apps/fusion_applications_client.py +41 -41
  328. oci/fusion_apps/fusion_environment_client.py +15 -15
  329. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  330. oci/fusion_apps/refresh_activity_client.py +4 -4
  331. oci/fusion_apps/scheduled_activity_client.py +2 -2
  332. oci/fusion_apps/service_attachment_client.py +2 -2
  333. oci/generative_ai/generative_ai_client.py +22 -22
  334. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  335. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  336. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  337. oci/golden_gate/golden_gate_client.py +68 -68
  338. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  339. oci/governance_rules_control_plane/work_request_client.py +5 -5
  340. oci/healthchecks/health_checks_client.py +17 -17
  341. oci/identity/identity_client.py +145 -145
  342. oci/identity_data_plane/dataplane_client.py +2 -2
  343. oci/identity_domains/identity_domains_client.py +307 -307
  344. oci/integration/integration_instance_client.py +138 -17
  345. oci/integration/integration_instance_client_composite_operations.py +42 -0
  346. oci/integration/models/__init__.py +2 -0
  347. oci/integration/models/create_integration_instance_details.py +7 -3
  348. oci/integration/models/extend_data_retention_details.py +92 -0
  349. oci/integration/models/integration_instance.py +100 -8
  350. oci/integration/models/integration_instance_summary.py +100 -8
  351. oci/integration/models/update_integration_instance_details.py +7 -3
  352. oci/integration/models/work_request.py +7 -3
  353. oci/integration/models/work_request_summary.py +7 -3
  354. oci/jms/java_management_service_client.py +150 -150
  355. oci/jms_java_downloads/java_download_client.py +50 -50
  356. oci/key_management/ekm_client.py +5 -5
  357. oci/key_management/kms_crypto_client.py +6 -6
  358. oci/key_management/kms_hsm_cluster_client.py +12 -12
  359. oci/key_management/kms_management_client.py +21 -21
  360. oci/key_management/kms_vault_client.py +14 -14
  361. oci/license_manager/license_manager_client.py +18 -18
  362. oci/limits/limits_client.py +33 -12
  363. oci/limits/models/limit_definition_summary.py +64 -2
  364. oci/limits/models/service_summary.py +33 -2
  365. oci/limits/quotas_client.py +7 -7
  366. oci/load_balancer/load_balancer_client.py +61 -61
  367. oci/lockbox/lockbox_client.py +24 -24
  368. oci/log_analytics/log_analytics_client.py +193 -193
  369. oci/logging/logging_management_client.py +30 -30
  370. oci/loggingingestion/logging_client.py +1 -1
  371. oci/loggingsearch/log_search_client.py +1 -1
  372. oci/management_agent/management_agent_client.py +28 -28
  373. oci/management_dashboard/dashx_apis_client.py +14 -14
  374. oci/marketplace/account_client.py +2 -2
  375. oci/marketplace/marketplace_client.py +30 -30
  376. oci/marketplace_private_offer/attachment_client.py +5 -5
  377. oci/marketplace_private_offer/offer_client.py +6 -6
  378. oci/marketplace_publisher/attachment_client.py +5 -5
  379. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  380. oci/marketplace_publisher/offer_client.py +6 -6
  381. oci/media_services/media_services_client.py +60 -60
  382. oci/media_services/media_stream_client.py +2 -2
  383. oci/monitoring/monitoring_client.py +18 -18
  384. oci/mysql/channels_client.py +7 -7
  385. oci/mysql/db_backups_client.py +7 -7
  386. oci/mysql/db_system_client.py +17 -17
  387. oci/mysql/models/__init__.py +4 -0
  388. oci/mysql/models/create_db_system_details.py +27 -0
  389. oci/mysql/models/data_storage.py +232 -0
  390. oci/mysql/models/data_storage_details.py +123 -0
  391. oci/mysql/models/db_system.py +31 -2
  392. oci/mysql/models/db_system_snapshot.py +31 -2
  393. oci/mysql/models/update_db_system_details.py +27 -0
  394. oci/mysql/mysqlaas_client.py +7 -7
  395. oci/mysql/replicas_client.py +5 -5
  396. oci/mysql/work_requests_client.py +4 -4
  397. oci/network_firewall/network_firewall_client.py +86 -86
  398. oci/network_load_balancer/models/backend.py +3 -3
  399. oci/network_load_balancer/models/backend_details.py +2 -2
  400. oci/network_load_balancer/models/backend_set.py +7 -3
  401. oci/network_load_balancer/models/backend_set_details.py +5 -1
  402. oci/network_load_balancer/models/backend_set_summary.py +5 -7
  403. oci/network_load_balancer/models/backend_summary.py +3 -3
  404. oci/network_load_balancer/models/create_backend_details.py +3 -3
  405. oci/network_load_balancer/models/create_backend_set_details.py +1 -1
  406. oci/network_load_balancer/models/create_listener_details.py +71 -5
  407. oci/network_load_balancer/models/create_network_load_balancer_details.py +3 -3
  408. oci/network_load_balancer/models/health_checker.py +1 -1
  409. oci/network_load_balancer/models/health_checker_details.py +1 -1
  410. oci/network_load_balancer/models/listener.py +70 -4
  411. oci/network_load_balancer/models/listener_details.py +70 -4
  412. oci/network_load_balancer/models/listener_summary.py +70 -4
  413. oci/network_load_balancer/models/network_load_balancer.py +5 -5
  414. oci/network_load_balancer/models/network_load_balancer_summary.py +4 -4
  415. oci/network_load_balancer/models/update_backend_details.py +4 -4
  416. oci/network_load_balancer/models/update_backend_set_details.py +1 -1
  417. oci/network_load_balancer/models/update_listener_details.py +69 -3
  418. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  419. oci/nosql/nosql_client.py +24 -24
  420. oci/object_storage/object_storage_client.py +50 -50
  421. oci/oce/oce_instance_client.py +10 -10
  422. oci/oci_control_center/occ_metrics_client.py +3 -3
  423. oci/ocvp/cluster_client.py +5 -5
  424. oci/ocvp/esxi_host_client.py +8 -8
  425. oci/ocvp/sddc_client.py +14 -14
  426. oci/ocvp/work_request_client.py +4 -4
  427. oci/oda/management_client.py +59 -59
  428. oci/oda/oda_client.py +17 -17
  429. oci/oda/odapackage_client.py +7 -7
  430. oci/onesubscription/billing_schedule_client.py +1 -1
  431. oci/onesubscription/commitment_client.py +2 -2
  432. oci/onesubscription/computed_usage_client.py +3 -3
  433. oci/onesubscription/invoice_summary_client.py +2 -2
  434. oci/onesubscription/organization_subscription_client.py +1 -1
  435. oci/onesubscription/ratecard_client.py +1 -1
  436. oci/onesubscription/subscribed_service_client.py +2 -2
  437. oci/onesubscription/subscription_client.py +1 -1
  438. oci/ons/notification_control_plane_client.py +6 -6
  439. oci/ons/notification_data_plane_client.py +10 -10
  440. oci/opa/opa_instance_client.py +13 -13
  441. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  442. oci/opensearch/opensearch_cluster_client.py +14 -14
  443. oci/operator_access_control/access_requests_client.py +10 -10
  444. oci/operator_access_control/operator_actions_client.py +2 -2
  445. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  446. oci/operator_access_control/operator_control_client.py +6 -6
  447. oci/opsi/operations_insights_client.py +177 -177
  448. oci/optimizer/optimizer_client.py +26 -26
  449. oci/os_management/event_client.py +8 -8
  450. oci/os_management/os_management_client.py +69 -69
  451. oci/os_management_hub/event_client.py +8 -8
  452. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  453. oci/os_management_hub/managed_instance_client.py +31 -31
  454. oci/os_management_hub/managed_instance_group_client.py +25 -25
  455. oci/os_management_hub/management_station_client.py +10 -10
  456. oci/os_management_hub/onboarding_client.py +6 -6
  457. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  458. oci/os_management_hub/scheduled_job_client.py +7 -7
  459. oci/os_management_hub/software_source_client.py +27 -27
  460. oci/os_management_hub/work_request_client.py +4 -4
  461. oci/osp_gateway/address_rule_service_client.py +1 -1
  462. oci/osp_gateway/address_service_client.py +2 -2
  463. oci/osp_gateway/invoice_service_client.py +5 -5
  464. oci/osp_gateway/subscription_service_client.py +5 -5
  465. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  466. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  467. oci/osub_subscription/commitment_client.py +2 -2
  468. oci/osub_subscription/ratecard_client.py +1 -1
  469. oci/osub_subscription/subscription_client.py +1 -1
  470. oci/osub_usage/computed_usage_client.py +3 -3
  471. oci/psql/postgresql_client.py +33 -33
  472. oci/queue/queue_admin_client.py +11 -11
  473. oci/queue/queue_client.py +8 -8
  474. oci/recovery/database_recovery_client.py +25 -25
  475. oci/redis/models/__init__.py +4 -0
  476. oci/redis/models/change_redis_cluster_compartment_details.py +2 -2
  477. oci/redis/models/create_redis_cluster_details.py +78 -16
  478. oci/redis/models/node.py +3 -3
  479. oci/redis/models/node_collection.py +1 -1
  480. oci/redis/models/node_summary.py +196 -0
  481. oci/redis/models/redis_cluster.py +110 -32
  482. oci/redis/models/redis_cluster_collection.py +4 -4
  483. oci/redis/models/redis_cluster_summary.py +94 -32
  484. oci/redis/models/redis_node_collection.py +72 -0
  485. oci/redis/models/update_redis_cluster_details.py +40 -9
  486. oci/redis/redis_cluster_client.py +190 -41
  487. oci/redis/redis_cluster_client_composite_operations.py +4 -4
  488. oci/regions_definitions.py +6 -3
  489. oci/resource_manager/resource_manager_client.py +52 -52
  490. oci/resource_scheduler/schedule_client.py +13 -13
  491. oci/resource_search/resource_search_client.py +3 -3
  492. oci/rover/rover_bundle_client.py +8 -8
  493. oci/rover/rover_cluster_client.py +8 -8
  494. oci/rover/rover_entitlement_client.py +6 -6
  495. oci/rover/rover_node_client.py +15 -15
  496. oci/rover/shape_client.py +1 -1
  497. oci/rover/work_requests_client.py +5 -5
  498. oci/sch/connector_plugins_client.py +2 -2
  499. oci/sch/service_connector_client.py +12 -12
  500. oci/secrets/secrets_client.py +3 -3
  501. oci/service_catalog/service_catalog_client.py +26 -26
  502. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  503. oci/service_mesh/service_mesh_client.py +48 -48
  504. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  505. oci/streaming/stream_admin_client.py +18 -18
  506. oci/streaming/stream_client.py +8 -8
  507. oci/tenant_manager_control_plane/domain_client.py +5 -5
  508. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  509. oci/tenant_manager_control_plane/governance_client.py +2 -2
  510. oci/tenant_manager_control_plane/link_client.py +3 -3
  511. oci/tenant_manager_control_plane/orders_client.py +2 -2
  512. oci/tenant_manager_control_plane/organization_client.py +10 -10
  513. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  514. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  515. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  516. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  517. oci/threat_intelligence/threatintel_client.py +5 -5
  518. oci/usage/resources_client.py +2 -2
  519. oci/usage/rewards_client.py +6 -6
  520. oci/usage/usagelimits_client.py +1 -1
  521. oci/usage_api/usageapi_client.py +33 -33
  522. oci/vault/vaults_client.py +13 -13
  523. oci/vbs_inst/vbs_instance_client.py +10 -10
  524. oci/version.py +1 -1
  525. oci/visual_builder/vb_instance_client.py +13 -13
  526. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  527. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  528. oci/waa/waa_client.py +13 -13
  529. oci/waa/work_request_client.py +4 -4
  530. oci/waas/redirect_client.py +6 -6
  531. oci/waas/waas_client.py +66 -66
  532. oci/waf/waf_client.py +24 -24
  533. oci/work_requests/work_request_client.py +4 -4
  534. {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/METADATA +3 -2
  535. {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/RECORD +539 -369
  536. {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/LICENSE.txt +0 -0
  537. {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  538. {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/WHEEL +0 -0
  539. {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/top_level.txt +0 -0
@@ -160,7 +160,7 @@ class DbManagementClient(object):
160
160
  :rtype: :class:`~oci.response.Response`
161
161
 
162
162
  :example:
163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/add_data_files.py.html>`__ to see an example of how to use add_data_files API.
163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/add_data_files.py.html>`__ to see an example of how to use add_data_files API.
164
164
  """
165
165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
166
166
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -276,7 +276,7 @@ class DbManagementClient(object):
276
276
  :rtype: :class:`~oci.response.Response`
277
277
 
278
278
  :example:
279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/add_managed_database_to_managed_database_group.py.html>`__ to see an example of how to use add_managed_database_to_managed_database_group API.
279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/add_managed_database_to_managed_database_group.py.html>`__ to see an example of how to use add_managed_database_to_managed_database_group API.
280
280
  """
281
281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
282
282
  required_arguments = ['managedDatabaseGroupId']
@@ -404,7 +404,7 @@ class DbManagementClient(object):
404
404
  :rtype: :class:`~oci.response.Response`
405
405
 
406
406
  :example:
407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
408
408
  """
409
409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
410
410
  required_arguments = ['managedDatabaseId', 'timeStart', 'timeEnd']
@@ -556,7 +556,7 @@ class DbManagementClient(object):
556
556
  :rtype: :class:`~oci.response.Response`
557
557
 
558
558
  :example:
559
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
560
560
  """
561
561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
562
562
  required_arguments = ['managedDatabaseId']
@@ -676,7 +676,7 @@ class DbManagementClient(object):
676
676
  :rtype: :class:`~oci.response.Response`
677
677
 
678
678
  :example:
679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/change_db_management_private_endpoint_compartment.py.html>`__ to see an example of how to use change_db_management_private_endpoint_compartment API.
679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_db_management_private_endpoint_compartment.py.html>`__ to see an example of how to use change_db_management_private_endpoint_compartment API.
680
680
  """
681
681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
682
682
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -798,7 +798,7 @@ class DbManagementClient(object):
798
798
  :rtype: :class:`~oci.response.Response`
799
799
 
800
800
  :example:
801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
802
802
  """
803
803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
804
804
  required_arguments = ['externalDbSystemId']
@@ -920,7 +920,7 @@ class DbManagementClient(object):
920
920
  :rtype: :class:`~oci.response.Response`
921
921
 
922
922
  :example:
923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
924
924
  """
925
925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
926
926
  required_arguments = ['externalExadataInfrastructureId']
@@ -1042,7 +1042,7 @@ class DbManagementClient(object):
1042
1042
  :rtype: :class:`~oci.response.Response`
1043
1043
 
1044
1044
  :example:
1045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1046
1046
  """
1047
1047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1048
1048
  required_arguments = ['jobId']
@@ -1166,7 +1166,7 @@ class DbManagementClient(object):
1166
1166
  :rtype: :class:`~oci.response.Response`
1167
1167
 
1168
1168
  :example:
1169
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
1169
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
1170
1170
  """
1171
1171
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1172
1172
  required_arguments = ['managedDatabaseGroupId']
@@ -1290,7 +1290,7 @@ class DbManagementClient(object):
1290
1290
  :rtype: :class:`~oci.response.Response`
1291
1291
 
1292
1292
  :example:
1293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/change_named_credential_compartment.py.html>`__ to see an example of how to use change_named_credential_compartment API.
1293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_named_credential_compartment.py.html>`__ to see an example of how to use change_named_credential_compartment API.
1294
1294
  """
1295
1295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1296
1296
  required_arguments = ['namedCredentialId']
@@ -1400,7 +1400,7 @@ class DbManagementClient(object):
1400
1400
  :rtype: :class:`~oci.response.Response`
1401
1401
 
1402
1402
  :example:
1403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
1403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
1404
1404
  """
1405
1405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1406
1406
  required_arguments = ['managedDatabaseId']
@@ -1502,7 +1502,7 @@ class DbManagementClient(object):
1502
1502
  :rtype: :class:`~oci.response.Response`
1503
1503
 
1504
1504
  :example:
1505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
1505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
1506
1506
  """
1507
1507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1508
1508
  required_arguments = ['managedDatabaseId']
@@ -1603,7 +1603,7 @@ class DbManagementClient(object):
1603
1603
  :rtype: :class:`~oci.response.Response`
1604
1604
 
1605
1605
  :example:
1606
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
1606
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
1607
1607
  """
1608
1608
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1609
1609
  required_arguments = ['managedDatabaseId']
@@ -1716,7 +1716,7 @@ class DbManagementClient(object):
1716
1716
  :rtype: :class:`~oci.response.Response`
1717
1717
 
1718
1718
  :example:
1719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/check_external_db_system_connector_connection_status.py.html>`__ to see an example of how to use check_external_db_system_connector_connection_status API.
1719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/check_external_db_system_connector_connection_status.py.html>`__ to see an example of how to use check_external_db_system_connector_connection_status API.
1720
1720
  """
1721
1721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1722
1722
  required_arguments = ['externalDbSystemConnectorId']
@@ -1835,7 +1835,7 @@ class DbManagementClient(object):
1835
1835
  :rtype: :class:`~oci.response.Response`
1836
1836
 
1837
1837
  :example:
1838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
1838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
1839
1839
  """
1840
1840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1841
1841
  required_arguments = ['externalExadataStorageConnectorId']
@@ -1944,7 +1944,7 @@ class DbManagementClient(object):
1944
1944
  :rtype: :class:`~oci.response.Response`
1945
1945
 
1946
1946
  :example:
1947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
1947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
1948
1948
  """
1949
1949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1950
1950
  required_arguments = ['managedDatabaseId']
@@ -2047,7 +2047,7 @@ class DbManagementClient(object):
2047
2047
  :rtype: :class:`~oci.response.Response`
2048
2048
 
2049
2049
  :example:
2050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/configure_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use configure_automatic_spm_evolve_advisor_task API.
2050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/configure_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use configure_automatic_spm_evolve_advisor_task API.
2051
2051
  """
2052
2052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2053
2053
  required_arguments = ['managedDatabaseId']
@@ -2150,7 +2150,7 @@ class DbManagementClient(object):
2150
2150
  :rtype: :class:`~oci.response.Response`
2151
2151
 
2152
2152
  :example:
2153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2154
2154
  """
2155
2155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2156
2156
  required_arguments = []
@@ -2246,7 +2246,7 @@ class DbManagementClient(object):
2246
2246
  :rtype: :class:`~oci.response.Response`
2247
2247
 
2248
2248
  :example:
2249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2250
2250
  """
2251
2251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2252
2252
  required_arguments = []
@@ -2344,7 +2344,7 @@ class DbManagementClient(object):
2344
2344
  :rtype: :class:`~oci.response.Response`
2345
2345
 
2346
2346
  :example:
2347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2348
2348
  """
2349
2349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2350
2350
  required_arguments = []
@@ -2442,7 +2442,7 @@ class DbManagementClient(object):
2442
2442
  :rtype: :class:`~oci.response.Response`
2443
2443
 
2444
2444
  :example:
2445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2446
2446
  """
2447
2447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2448
2448
  required_arguments = []
@@ -2545,7 +2545,7 @@ class DbManagementClient(object):
2545
2545
  :rtype: :class:`~oci.response.Response`
2546
2546
 
2547
2547
  :example:
2548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2549
2549
  """
2550
2550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2551
2551
  required_arguments = []
@@ -2643,7 +2643,7 @@ class DbManagementClient(object):
2643
2643
  :rtype: :class:`~oci.response.Response`
2644
2644
 
2645
2645
  :example:
2646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2647
2647
  """
2648
2648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2649
2649
  required_arguments = []
@@ -2743,7 +2743,7 @@ class DbManagementClient(object):
2743
2743
  :rtype: :class:`~oci.response.Response`
2744
2744
 
2745
2745
  :example:
2746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
2746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
2747
2747
  """
2748
2748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2749
2749
  required_arguments = []
@@ -2840,7 +2840,7 @@ class DbManagementClient(object):
2840
2840
  :rtype: :class:`~oci.response.Response`
2841
2841
 
2842
2842
  :example:
2843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
2843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
2844
2844
  """
2845
2845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2846
2846
  required_arguments = []
@@ -2936,7 +2936,7 @@ class DbManagementClient(object):
2936
2936
  :rtype: :class:`~oci.response.Response`
2937
2937
 
2938
2938
  :example:
2939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/create_named_credential.py.html>`__ to see an example of how to use create_named_credential API.
2939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_named_credential.py.html>`__ to see an example of how to use create_named_credential API.
2940
2940
  """
2941
2941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2942
2942
  required_arguments = []
@@ -3037,7 +3037,7 @@ class DbManagementClient(object):
3037
3037
  :rtype: :class:`~oci.response.Response`
3038
3038
 
3039
3039
  :example:
3040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
3040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
3041
3041
  """
3042
3042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3043
3043
  required_arguments = ['managedDatabaseId']
@@ -3147,7 +3147,7 @@ class DbManagementClient(object):
3147
3147
  :rtype: :class:`~oci.response.Response`
3148
3148
 
3149
3149
  :example:
3150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
3150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
3151
3151
  """
3152
3152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3153
3153
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -3252,7 +3252,7 @@ class DbManagementClient(object):
3252
3252
  :rtype: :class:`~oci.response.Response`
3253
3253
 
3254
3254
  :example:
3255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3256
3256
  """
3257
3257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3258
3258
  required_arguments = ['externalDbSystemId']
@@ -3357,7 +3357,7 @@ class DbManagementClient(object):
3357
3357
  :rtype: :class:`~oci.response.Response`
3358
3358
 
3359
3359
  :example:
3360
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3360
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3361
3361
  """
3362
3362
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3363
3363
  required_arguments = ['externalDbSystemConnectorId']
@@ -3462,7 +3462,7 @@ class DbManagementClient(object):
3462
3462
  :rtype: :class:`~oci.response.Response`
3463
3463
 
3464
3464
  :example:
3465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3466
3466
  """
3467
3467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3468
3468
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -3567,7 +3567,7 @@ class DbManagementClient(object):
3567
3567
  :rtype: :class:`~oci.response.Response`
3568
3568
 
3569
3569
  :example:
3570
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3571
3571
  """
3572
3572
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3573
3573
  required_arguments = ['externalExadataInfrastructureId']
@@ -3672,7 +3672,7 @@ class DbManagementClient(object):
3672
3672
  :rtype: :class:`~oci.response.Response`
3673
3673
 
3674
3674
  :example:
3675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3676
3676
  """
3677
3677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3678
3678
  required_arguments = ['externalExadataStorageConnectorId']
@@ -3775,7 +3775,7 @@ class DbManagementClient(object):
3775
3775
  :rtype: :class:`~oci.response.Response`
3776
3776
 
3777
3777
  :example:
3778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
3778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
3779
3779
  """
3780
3780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3781
3781
  required_arguments = ['jobId']
@@ -3881,7 +3881,7 @@ class DbManagementClient(object):
3881
3881
  :rtype: :class:`~oci.response.Response`
3882
3882
 
3883
3883
  :example:
3884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
3884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
3885
3885
  """
3886
3886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3887
3887
  required_arguments = ['managedDatabaseGroupId']
@@ -3986,7 +3986,7 @@ class DbManagementClient(object):
3986
3986
  :rtype: :class:`~oci.response.Response`
3987
3987
 
3988
3988
  :example:
3989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/delete_named_credential.py.html>`__ to see an example of how to use delete_named_credential API.
3989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_named_credential.py.html>`__ to see an example of how to use delete_named_credential API.
3990
3990
  """
3991
3991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3992
3992
  required_arguments = ['namedCredentialId']
@@ -4087,7 +4087,7 @@ class DbManagementClient(object):
4087
4087
  :rtype: :class:`~oci.response.Response`
4088
4088
 
4089
4089
  :example:
4090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
4090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
4091
4091
  """
4092
4092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4093
4093
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -4187,7 +4187,7 @@ class DbManagementClient(object):
4187
4187
  :rtype: :class:`~oci.response.Response`
4188
4188
 
4189
4189
  :example:
4190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
4190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
4191
4191
  """
4192
4192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4193
4193
  required_arguments = ['managedDatabaseId']
@@ -4291,7 +4291,7 @@ class DbManagementClient(object):
4291
4291
  :rtype: :class:`~oci.response.Response`
4292
4292
 
4293
4293
  :example:
4294
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_automatic_spm_evolve_advisor_task API.
4294
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_automatic_spm_evolve_advisor_task API.
4295
4295
  """
4296
4296
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4297
4297
  required_arguments = ['managedDatabaseId']
@@ -4406,7 +4406,7 @@ class DbManagementClient(object):
4406
4406
  :rtype: :class:`~oci.response.Response`
4407
4407
 
4408
4408
  :example:
4409
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_database_management_feature.py.html>`__ to see an example of how to use disable_database_management_feature API.
4409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_database_management_feature.py.html>`__ to see an example of how to use disable_database_management_feature API.
4410
4410
  """
4411
4411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4412
4412
  required_arguments = ['databaseId']
@@ -4528,7 +4528,7 @@ class DbManagementClient(object):
4528
4528
  :rtype: :class:`~oci.response.Response`
4529
4529
 
4530
4530
  :example:
4531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_external_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_container_database_management_feature API.
4531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_container_database_management_feature API.
4532
4532
  """
4533
4533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4534
4534
  required_arguments = ['externalContainerDatabaseId']
@@ -4648,7 +4648,7 @@ class DbManagementClient(object):
4648
4648
  :rtype: :class:`~oci.response.Response`
4649
4649
 
4650
4650
  :example:
4651
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_external_db_system_database_management.py.html>`__ to see an example of how to use disable_external_db_system_database_management API.
4651
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_db_system_database_management.py.html>`__ to see an example of how to use disable_external_db_system_database_management API.
4652
4652
  """
4653
4653
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4654
4654
  required_arguments = ['externalDbSystemId']
@@ -4766,7 +4766,7 @@ class DbManagementClient(object):
4766
4766
  :rtype: :class:`~oci.response.Response`
4767
4767
 
4768
4768
  :example:
4769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use disable_external_db_system_stack_monitoring API.
4769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use disable_external_db_system_stack_monitoring API.
4770
4770
  """
4771
4771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4772
4772
  required_arguments = ['externalDbSystemId']
@@ -4890,7 +4890,7 @@ class DbManagementClient(object):
4890
4890
  :rtype: :class:`~oci.response.Response`
4891
4891
 
4892
4892
  :example:
4893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
4893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
4894
4894
  """
4895
4895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4896
4896
  required_arguments = ['externalExadataInfrastructureId']
@@ -5010,7 +5010,7 @@ class DbManagementClient(object):
5010
5010
  :rtype: :class:`~oci.response.Response`
5011
5011
 
5012
5012
  :example:
5013
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_non_container_database_management_feature API.
5013
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_non_container_database_management_feature API.
5014
5014
  """
5015
5015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5016
5016
  required_arguments = ['externalNonContainerDatabaseId']
@@ -5132,7 +5132,7 @@ class DbManagementClient(object):
5132
5132
  :rtype: :class:`~oci.response.Response`
5133
5133
 
5134
5134
  :example:
5135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_external_pluggable_database_management_feature API.
5135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_external_pluggable_database_management_feature API.
5136
5136
  """
5137
5137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5138
5138
  required_arguments = ['externalPluggableDatabaseId']
@@ -5243,7 +5243,7 @@ class DbManagementClient(object):
5243
5243
  :rtype: :class:`~oci.response.Response`
5244
5244
 
5245
5245
  :example:
5246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_high_frequency_automatic_spm_evolve_advisor_task API.
5246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_high_frequency_automatic_spm_evolve_advisor_task API.
5247
5247
  """
5248
5248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5249
5249
  required_arguments = ['managedDatabaseId']
@@ -5358,7 +5358,7 @@ class DbManagementClient(object):
5358
5358
  :rtype: :class:`~oci.response.Response`
5359
5359
 
5360
5360
  :example:
5361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_pluggable_database_management_feature API.
5361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_pluggable_database_management_feature API.
5362
5362
  """
5363
5363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5364
5364
  required_arguments = ['pluggableDatabaseId']
@@ -5468,7 +5468,7 @@ class DbManagementClient(object):
5468
5468
  :rtype: :class:`~oci.response.Response`
5469
5469
 
5470
5470
  :example:
5471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
5471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
5472
5472
  """
5473
5473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5474
5474
  required_arguments = ['managedDatabaseId']
@@ -5596,7 +5596,7 @@ class DbManagementClient(object):
5596
5596
  :rtype: :class:`~oci.response.Response`
5597
5597
 
5598
5598
  :example:
5599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
5599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
5600
5600
  """
5601
5601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5602
5602
  required_arguments = []
@@ -5694,7 +5694,7 @@ class DbManagementClient(object):
5694
5694
  :rtype: :class:`~oci.response.Response`
5695
5695
 
5696
5696
  :example:
5697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
5697
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
5698
5698
  """
5699
5699
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5700
5700
  required_arguments = ['managedDatabaseId']
@@ -5805,7 +5805,7 @@ class DbManagementClient(object):
5805
5805
  :rtype: :class:`~oci.response.Response`
5806
5806
 
5807
5807
  :example:
5808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
5808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
5809
5809
  """
5810
5810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5811
5811
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -5919,7 +5919,7 @@ class DbManagementClient(object):
5919
5919
  :rtype: :class:`~oci.response.Response`
5920
5920
 
5921
5921
  :example:
5922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
5922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
5923
5923
  """
5924
5924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5925
5925
  required_arguments = ['managedDatabaseId']
@@ -6032,7 +6032,7 @@ class DbManagementClient(object):
6032
6032
  :rtype: :class:`~oci.response.Response`
6033
6033
 
6034
6034
  :example:
6035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_automatic_spm_evolve_advisor_task API.
6035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_automatic_spm_evolve_advisor_task API.
6036
6036
  """
6037
6037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6038
6038
  required_arguments = ['managedDatabaseId']
@@ -6147,7 +6147,7 @@ class DbManagementClient(object):
6147
6147
  :rtype: :class:`~oci.response.Response`
6148
6148
 
6149
6149
  :example:
6150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_database_management_feature.py.html>`__ to see an example of how to use enable_database_management_feature API.
6150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_database_management_feature.py.html>`__ to see an example of how to use enable_database_management_feature API.
6151
6151
  """
6152
6152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6153
6153
  required_arguments = ['databaseId']
@@ -6269,7 +6269,7 @@ class DbManagementClient(object):
6269
6269
  :rtype: :class:`~oci.response.Response`
6270
6270
 
6271
6271
  :example:
6272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_external_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_container_database_management_feature API.
6272
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_container_database_management_feature API.
6273
6273
  """
6274
6274
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6275
6275
  required_arguments = ['externalContainerDatabaseId']
@@ -6392,7 +6392,7 @@ class DbManagementClient(object):
6392
6392
  :rtype: :class:`~oci.response.Response`
6393
6393
 
6394
6394
  :example:
6395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_external_db_system_database_management.py.html>`__ to see an example of how to use enable_external_db_system_database_management API.
6395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_db_system_database_management.py.html>`__ to see an example of how to use enable_external_db_system_database_management API.
6396
6396
  """
6397
6397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6398
6398
  required_arguments = ['externalDbSystemId']
@@ -6515,7 +6515,7 @@ class DbManagementClient(object):
6515
6515
  :rtype: :class:`~oci.response.Response`
6516
6516
 
6517
6517
  :example:
6518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use enable_external_db_system_stack_monitoring API.
6518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use enable_external_db_system_stack_monitoring API.
6519
6519
  """
6520
6520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6521
6521
  required_arguments = ['externalDbSystemId']
@@ -6642,7 +6642,7 @@ class DbManagementClient(object):
6642
6642
  :rtype: :class:`~oci.response.Response`
6643
6643
 
6644
6644
  :example:
6645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
6645
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
6646
6646
  """
6647
6647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6648
6648
  required_arguments = ['externalExadataInfrastructureId']
@@ -6764,7 +6764,7 @@ class DbManagementClient(object):
6764
6764
  :rtype: :class:`~oci.response.Response`
6765
6765
 
6766
6766
  :example:
6767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_non_container_database_management_feature API.
6767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_non_container_database_management_feature API.
6768
6768
  """
6769
6769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6770
6770
  required_arguments = ['externalNonContainerDatabaseId']
@@ -6886,7 +6886,7 @@ class DbManagementClient(object):
6886
6886
  :rtype: :class:`~oci.response.Response`
6887
6887
 
6888
6888
  :example:
6889
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_external_pluggable_database_management_feature API.
6889
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_external_pluggable_database_management_feature API.
6890
6890
  """
6891
6891
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6892
6892
  required_arguments = ['externalPluggableDatabaseId']
@@ -7002,7 +7002,7 @@ class DbManagementClient(object):
7002
7002
  :rtype: :class:`~oci.response.Response`
7003
7003
 
7004
7004
  :example:
7005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_high_frequency_automatic_spm_evolve_advisor_task API.
7005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_high_frequency_automatic_spm_evolve_advisor_task API.
7006
7006
  """
7007
7007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7008
7008
  required_arguments = ['managedDatabaseId']
@@ -7117,7 +7117,7 @@ class DbManagementClient(object):
7117
7117
  :rtype: :class:`~oci.response.Response`
7118
7118
 
7119
7119
  :example:
7120
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_pluggable_database_management_feature API.
7120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_pluggable_database_management_feature API.
7121
7121
  """
7122
7122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7123
7123
  required_arguments = ['pluggableDatabaseId']
@@ -7228,7 +7228,7 @@ class DbManagementClient(object):
7228
7228
  :rtype: :class:`~oci.response.Response`
7229
7229
 
7230
7230
  :example:
7231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
7231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
7232
7232
  """
7233
7233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7234
7234
  required_arguments = ['managedDatabaseId']
@@ -7336,7 +7336,7 @@ class DbManagementClient(object):
7336
7336
  :rtype: :class:`~oci.response.Response`
7337
7337
 
7338
7338
  :example:
7339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
7339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
7340
7340
  """
7341
7341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7342
7342
  required_arguments = ['managedDatabaseId']
@@ -7484,7 +7484,7 @@ class DbManagementClient(object):
7484
7484
  :rtype: :class:`~oci.response.Response`
7485
7485
 
7486
7486
  :example:
7487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
7487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
7488
7488
  """
7489
7489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7490
7490
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -7667,7 +7667,7 @@ class DbManagementClient(object):
7667
7667
  :rtype: :class:`~oci.response.Response`
7668
7668
 
7669
7669
  :example:
7670
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
7670
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
7671
7671
  """
7672
7672
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7673
7673
  required_arguments = ['managedDatabaseId', 'awrDbId', 'sqlId']
@@ -7809,7 +7809,7 @@ class DbManagementClient(object):
7809
7809
  :rtype: :class:`~oci.response.Response`
7810
7810
 
7811
7811
  :example:
7812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
7812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
7813
7813
  """
7814
7814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7815
7815
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -7991,7 +7991,7 @@ class DbManagementClient(object):
7991
7991
  :rtype: :class:`~oci.response.Response`
7992
7992
 
7993
7993
  :example:
7994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
7994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
7995
7995
  """
7996
7996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7997
7997
  required_arguments = ['compareBaselineTime', 'compareTargetTime']
@@ -8146,7 +8146,7 @@ class DbManagementClient(object):
8146
8146
  :rtype: :class:`~oci.response.Response`
8147
8147
 
8148
8148
  :example:
8149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
8149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
8150
8150
  """
8151
8151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8152
8152
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -8260,7 +8260,7 @@ class DbManagementClient(object):
8260
8260
  :rtype: :class:`~oci.response.Response`
8261
8261
 
8262
8262
  :example:
8263
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_dataguard_performance_metrics.py.html>`__ to see an example of how to use get_dataguard_performance_metrics API.
8263
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_dataguard_performance_metrics.py.html>`__ to see an example of how to use get_dataguard_performance_metrics API.
8264
8264
  """
8265
8265
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8266
8266
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -8370,7 +8370,7 @@ class DbManagementClient(object):
8370
8370
  :rtype: :class:`~oci.response.Response`
8371
8371
 
8372
8372
  :example:
8373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
8373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
8374
8374
  """
8375
8375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8376
8376
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -8468,7 +8468,7 @@ class DbManagementClient(object):
8468
8468
  :rtype: :class:`~oci.response.Response`
8469
8469
 
8470
8470
  :example:
8471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
8471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
8472
8472
  """
8473
8473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8474
8474
  required_arguments = ['externalAsmId']
@@ -8571,7 +8571,7 @@ class DbManagementClient(object):
8571
8571
  :rtype: :class:`~oci.response.Response`
8572
8572
 
8573
8573
  :example:
8574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
8574
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
8575
8575
  """
8576
8576
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8577
8577
  required_arguments = ['externalAsmId']
@@ -8673,7 +8673,7 @@ class DbManagementClient(object):
8673
8673
  :rtype: :class:`~oci.response.Response`
8674
8674
 
8675
8675
  :example:
8676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
8676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
8677
8677
  """
8678
8678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8679
8679
  required_arguments = ['externalAsmInstanceId']
@@ -8773,7 +8773,7 @@ class DbManagementClient(object):
8773
8773
  :rtype: :class:`~oci.response.Response`
8774
8774
 
8775
8775
  :example:
8776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
8776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
8777
8777
  """
8778
8778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8779
8779
  required_arguments = ['externalClusterId']
@@ -8873,7 +8873,7 @@ class DbManagementClient(object):
8873
8873
  :rtype: :class:`~oci.response.Response`
8874
8874
 
8875
8875
  :example:
8876
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
8876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
8877
8877
  """
8878
8878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8879
8879
  required_arguments = ['externalClusterInstanceId']
@@ -8973,7 +8973,7 @@ class DbManagementClient(object):
8973
8973
  :rtype: :class:`~oci.response.Response`
8974
8974
 
8975
8975
  :example:
8976
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
8976
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
8977
8977
  """
8978
8978
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8979
8979
  required_arguments = ['externalDbHomeId']
@@ -9073,7 +9073,7 @@ class DbManagementClient(object):
9073
9073
  :rtype: :class:`~oci.response.Response`
9074
9074
 
9075
9075
  :example:
9076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
9076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
9077
9077
  """
9078
9078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9079
9079
  required_arguments = ['externalDbNodeId']
@@ -9173,7 +9173,7 @@ class DbManagementClient(object):
9173
9173
  :rtype: :class:`~oci.response.Response`
9174
9174
 
9175
9175
  :example:
9176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
9176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
9177
9177
  """
9178
9178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9179
9179
  required_arguments = ['externalDbSystemId']
@@ -9273,7 +9273,7 @@ class DbManagementClient(object):
9273
9273
  :rtype: :class:`~oci.response.Response`
9274
9274
 
9275
9275
  :example:
9276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
9276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
9277
9277
  """
9278
9278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9279
9279
  required_arguments = ['externalDbSystemConnectorId']
@@ -9373,7 +9373,7 @@ class DbManagementClient(object):
9373
9373
  :rtype: :class:`~oci.response.Response`
9374
9374
 
9375
9375
  :example:
9376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
9376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
9377
9377
  """
9378
9378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9379
9379
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -9474,7 +9474,7 @@ class DbManagementClient(object):
9474
9474
  :rtype: :class:`~oci.response.Response`
9475
9475
 
9476
9476
  :example:
9477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
9477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
9478
9478
  """
9479
9479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9480
9480
  required_arguments = ['externalExadataInfrastructureId']
@@ -9574,7 +9574,7 @@ class DbManagementClient(object):
9574
9574
  :rtype: :class:`~oci.response.Response`
9575
9575
 
9576
9576
  :example:
9577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
9577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
9578
9578
  """
9579
9579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9580
9580
  required_arguments = ['externalExadataStorageConnectorId']
@@ -9674,7 +9674,7 @@ class DbManagementClient(object):
9674
9674
  :rtype: :class:`~oci.response.Response`
9675
9675
 
9676
9676
  :example:
9677
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
9677
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
9678
9678
  """
9679
9679
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9680
9680
  required_arguments = ['externalExadataStorageGridId']
@@ -9774,7 +9774,7 @@ class DbManagementClient(object):
9774
9774
  :rtype: :class:`~oci.response.Response`
9775
9775
 
9776
9776
  :example:
9777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
9777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
9778
9778
  """
9779
9779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9780
9780
  required_arguments = ['externalExadataStorageServerId']
@@ -9874,7 +9874,7 @@ class DbManagementClient(object):
9874
9874
  :rtype: :class:`~oci.response.Response`
9875
9875
 
9876
9876
  :example:
9877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
9877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
9878
9878
  """
9879
9879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9880
9880
  required_arguments = ['externalListenerId']
@@ -9974,7 +9974,7 @@ class DbManagementClient(object):
9974
9974
  :rtype: :class:`~oci.response.Response`
9975
9975
 
9976
9976
  :example:
9977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
9977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
9978
9978
  """
9979
9979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9980
9980
  required_arguments = ['externalExadataStorageServerId']
@@ -10072,7 +10072,7 @@ class DbManagementClient(object):
10072
10072
  :rtype: :class:`~oci.response.Response`
10073
10073
 
10074
10074
  :example:
10075
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
10075
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
10076
10076
  """
10077
10077
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10078
10078
  required_arguments = ['jobId']
@@ -10168,7 +10168,7 @@ class DbManagementClient(object):
10168
10168
  :rtype: :class:`~oci.response.Response`
10169
10169
 
10170
10170
  :example:
10171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
10171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
10172
10172
  """
10173
10173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10174
10174
  required_arguments = ['jobExecutionId']
@@ -10264,7 +10264,7 @@ class DbManagementClient(object):
10264
10264
  :rtype: :class:`~oci.response.Response`
10265
10265
 
10266
10266
  :example:
10267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
10267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
10268
10268
  """
10269
10269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10270
10270
  required_arguments = ['jobRunId']
@@ -10362,7 +10362,7 @@ class DbManagementClient(object):
10362
10362
  :rtype: :class:`~oci.response.Response`
10363
10363
 
10364
10364
  :example:
10365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
10365
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
10366
10366
  """
10367
10367
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10368
10368
  required_arguments = ['managedDatabaseId']
@@ -10460,7 +10460,7 @@ class DbManagementClient(object):
10460
10460
  :rtype: :class:`~oci.response.Response`
10461
10461
 
10462
10462
  :example:
10463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
10463
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
10464
10464
  """
10465
10465
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10466
10466
  required_arguments = ['managedDatabaseGroupId']
@@ -10558,7 +10558,7 @@ class DbManagementClient(object):
10558
10558
  :rtype: :class:`~oci.response.Response`
10559
10559
 
10560
10560
  :example:
10561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_named_credential.py.html>`__ to see an example of how to use get_named_credential API.
10561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_named_credential.py.html>`__ to see an example of how to use get_named_credential API.
10562
10562
  """
10563
10563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10564
10564
  required_arguments = ['namedCredentialId']
@@ -10656,7 +10656,7 @@ class DbManagementClient(object):
10656
10656
  :rtype: :class:`~oci.response.Response`
10657
10657
 
10658
10658
  :example:
10659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
10659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
10660
10660
  """
10661
10661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10662
10662
  required_arguments = ['externalExadataStorageServerId']
@@ -10766,7 +10766,7 @@ class DbManagementClient(object):
10766
10766
  :rtype: :class:`~oci.response.Response`
10767
10767
 
10768
10768
  :example:
10769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
10769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
10770
10770
  """
10771
10771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10772
10772
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -10883,7 +10883,7 @@ class DbManagementClient(object):
10883
10883
  :rtype: :class:`~oci.response.Response`
10884
10884
 
10885
10885
  :example:
10886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_optimizer_statistics_advisor_execution_script.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution_script API.
10886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_optimizer_statistics_advisor_execution_script.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution_script API.
10887
10887
  """
10888
10888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10889
10889
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -10997,7 +10997,7 @@ class DbManagementClient(object):
10997
10997
  :rtype: :class:`~oci.response.Response`
10998
10998
 
10999
10999
  :example:
11000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
11000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
11001
11001
  """
11002
11002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11003
11003
  required_arguments = ['managedDatabaseId', 'optimizerStatisticsCollectionOperationId']
@@ -11122,7 +11122,7 @@ class DbManagementClient(object):
11122
11122
  :rtype: :class:`~oci.response.Response`
11123
11123
 
11124
11124
  :example:
11125
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
11125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
11126
11126
  """
11127
11127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11128
11128
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -11265,7 +11265,7 @@ class DbManagementClient(object):
11265
11265
  :rtype: :class:`~oci.response.Response`
11266
11266
 
11267
11267
  :example:
11268
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_peer_database_metrics.py.html>`__ to see an example of how to use get_peer_database_metrics API.
11268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_peer_database_metrics.py.html>`__ to see an example of how to use get_peer_database_metrics API.
11269
11269
  """
11270
11270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11271
11271
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -11387,7 +11387,7 @@ class DbManagementClient(object):
11387
11387
  :rtype: :class:`~oci.response.Response`
11388
11388
 
11389
11389
  :example:
11390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
11390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
11391
11391
  """
11392
11392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11393
11393
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -11492,7 +11492,7 @@ class DbManagementClient(object):
11492
11492
  :rtype: :class:`~oci.response.Response`
11493
11493
 
11494
11494
  :example:
11495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
11495
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
11496
11496
  """
11497
11497
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11498
11498
  required_arguments = ['managedDatabaseId', 'planName']
@@ -11600,7 +11600,7 @@ class DbManagementClient(object):
11600
11600
  :rtype: :class:`~oci.response.Response`
11601
11601
 
11602
11602
  :example:
11603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
11603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
11604
11604
  """
11605
11605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11606
11606
  required_arguments = ['managedDatabaseId']
@@ -11708,7 +11708,7 @@ class DbManagementClient(object):
11708
11708
  :rtype: :class:`~oci.response.Response`
11709
11709
 
11710
11710
  :example:
11711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
11711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
11712
11712
  """
11713
11713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11714
11714
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -11809,7 +11809,7 @@ class DbManagementClient(object):
11809
11809
  :rtype: :class:`~oci.response.Response`
11810
11810
 
11811
11811
  :example:
11812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
11812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
11813
11813
  """
11814
11814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11815
11815
  required_arguments = ['externalExadataStorageServerId']
@@ -11915,7 +11915,7 @@ class DbManagementClient(object):
11915
11915
  :rtype: :class:`~oci.response.Response`
11916
11916
 
11917
11917
  :example:
11918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
11918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
11919
11919
  """
11920
11920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11921
11921
  required_arguments = ['managedDatabaseId', 'userName']
@@ -12016,7 +12016,7 @@ class DbManagementClient(object):
12016
12016
  :rtype: :class:`~oci.response.Response`
12017
12017
 
12018
12018
  :example:
12019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
12019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
12020
12020
  """
12021
12021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12022
12022
  required_arguments = ['workRequestId']
@@ -12120,7 +12120,7 @@ class DbManagementClient(object):
12120
12120
  :rtype: :class:`~oci.response.Response`
12121
12121
 
12122
12122
  :example:
12123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
12123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
12124
12124
  """
12125
12125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12126
12126
  required_arguments = ['managedDatabaseId', 'executionName']
@@ -12243,7 +12243,7 @@ class DbManagementClient(object):
12243
12243
  :rtype: :class:`~oci.response.Response`
12244
12244
 
12245
12245
  :example:
12246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
12246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
12247
12247
  """
12248
12248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12249
12249
  required_arguments = ['managedDatabaseId']
@@ -12393,7 +12393,7 @@ class DbManagementClient(object):
12393
12393
  :rtype: :class:`~oci.response.Response`
12394
12394
 
12395
12395
  :example:
12396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
12396
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
12397
12397
  """
12398
12398
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12399
12399
  required_arguments = ['dbManagementPrivateEndpointId', 'compartmentId']
@@ -12572,7 +12572,7 @@ class DbManagementClient(object):
12572
12572
  :rtype: :class:`~oci.response.Response`
12573
12573
 
12574
12574
  :example:
12575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
12575
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
12576
12576
  """
12577
12577
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12578
12578
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -12752,7 +12752,7 @@ class DbManagementClient(object):
12752
12752
  :rtype: :class:`~oci.response.Response`
12753
12753
 
12754
12754
  :example:
12755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
12755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
12756
12756
  """
12757
12757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12758
12758
  required_arguments = ['managedDatabaseId']
@@ -12916,7 +12916,7 @@ class DbManagementClient(object):
12916
12916
  :rtype: :class:`~oci.response.Response`
12917
12917
 
12918
12918
  :example:
12919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
12919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
12920
12920
  """
12921
12921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12922
12922
  required_arguments = ['managedDatabaseId', 'userName']
@@ -13072,7 +13072,7 @@ class DbManagementClient(object):
13072
13072
  :rtype: :class:`~oci.response.Response`
13073
13073
 
13074
13074
  :example:
13075
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
13075
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
13076
13076
  """
13077
13077
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13078
13078
  required_arguments = ['managedDatabaseId']
@@ -13231,7 +13231,7 @@ class DbManagementClient(object):
13231
13231
  :rtype: :class:`~oci.response.Response`
13232
13232
 
13233
13233
  :example:
13234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
13234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
13235
13235
  """
13236
13236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13237
13237
  required_arguments = ['managedDatabaseId', 'userName']
@@ -13390,7 +13390,7 @@ class DbManagementClient(object):
13390
13390
  :rtype: :class:`~oci.response.Response`
13391
13391
 
13392
13392
  :example:
13393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
13393
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
13394
13394
  """
13395
13395
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13396
13396
  required_arguments = ['managedDatabaseId']
@@ -13562,7 +13562,7 @@ class DbManagementClient(object):
13562
13562
  :rtype: :class:`~oci.response.Response`
13563
13563
 
13564
13564
  :example:
13565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
13565
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
13566
13566
  """
13567
13567
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13568
13568
  required_arguments = ['compartmentId']
@@ -13713,7 +13713,7 @@ class DbManagementClient(object):
13713
13713
  :rtype: :class:`~oci.response.Response`
13714
13714
 
13715
13715
  :example:
13716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
13716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
13717
13717
  """
13718
13718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13719
13719
  required_arguments = ['externalAsmId']
@@ -13870,7 +13870,7 @@ class DbManagementClient(object):
13870
13870
  :rtype: :class:`~oci.response.Response`
13871
13871
 
13872
13872
  :example:
13873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
13873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
13874
13874
  """
13875
13875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13876
13876
  required_arguments = []
@@ -14013,7 +14013,7 @@ class DbManagementClient(object):
14013
14013
  :rtype: :class:`~oci.response.Response`
14014
14014
 
14015
14015
  :example:
14016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
14016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
14017
14017
  """
14018
14018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14019
14019
  required_arguments = ['externalAsmId']
@@ -14170,7 +14170,7 @@ class DbManagementClient(object):
14170
14170
  :rtype: :class:`~oci.response.Response`
14171
14171
 
14172
14172
  :example:
14173
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
14173
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
14174
14174
  """
14175
14175
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14176
14176
  required_arguments = []
@@ -14319,7 +14319,7 @@ class DbManagementClient(object):
14319
14319
  :rtype: :class:`~oci.response.Response`
14320
14320
 
14321
14321
  :example:
14322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
14322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
14323
14323
  """
14324
14324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14325
14325
  required_arguments = []
@@ -14468,7 +14468,7 @@ class DbManagementClient(object):
14468
14468
  :rtype: :class:`~oci.response.Response`
14469
14469
 
14470
14470
  :example:
14471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
14471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
14472
14472
  """
14473
14473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14474
14474
  required_arguments = []
@@ -14622,7 +14622,7 @@ class DbManagementClient(object):
14622
14622
  :rtype: :class:`~oci.response.Response`
14623
14623
 
14624
14624
  :example:
14625
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
14625
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
14626
14626
  """
14627
14627
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14628
14628
  required_arguments = []
@@ -14773,7 +14773,7 @@ class DbManagementClient(object):
14773
14773
  :rtype: :class:`~oci.response.Response`
14774
14774
 
14775
14775
  :example:
14776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
14776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
14777
14777
  """
14778
14778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14779
14779
  required_arguments = []
@@ -14922,7 +14922,7 @@ class DbManagementClient(object):
14922
14922
  :rtype: :class:`~oci.response.Response`
14923
14923
 
14924
14924
  :example:
14925
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
14925
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
14926
14926
  """
14927
14927
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14928
14928
  required_arguments = []
@@ -15071,7 +15071,7 @@ class DbManagementClient(object):
15071
15071
  :rtype: :class:`~oci.response.Response`
15072
15072
 
15073
15073
  :example:
15074
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
15074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
15075
15075
  """
15076
15076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15077
15077
  required_arguments = []
@@ -15215,7 +15215,7 @@ class DbManagementClient(object):
15215
15215
  :rtype: :class:`~oci.response.Response`
15216
15216
 
15217
15217
  :example:
15218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
15218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
15219
15219
  """
15220
15220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15221
15221
  required_arguments = ['compartmentId']
@@ -15356,7 +15356,7 @@ class DbManagementClient(object):
15356
15356
  :rtype: :class:`~oci.response.Response`
15357
15357
 
15358
15358
  :example:
15359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
15359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
15360
15360
  """
15361
15361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15362
15362
  required_arguments = ['compartmentId']
@@ -15497,7 +15497,7 @@ class DbManagementClient(object):
15497
15497
  :rtype: :class:`~oci.response.Response`
15498
15498
 
15499
15499
  :example:
15500
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
15500
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
15501
15501
  """
15502
15502
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15503
15503
  required_arguments = ['compartmentId']
@@ -15643,7 +15643,7 @@ class DbManagementClient(object):
15643
15643
  :rtype: :class:`~oci.response.Response`
15644
15644
 
15645
15645
  :example:
15646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
15646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
15647
15647
  """
15648
15648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15649
15649
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -15790,7 +15790,7 @@ class DbManagementClient(object):
15790
15790
  :rtype: :class:`~oci.response.Response`
15791
15791
 
15792
15792
  :example:
15793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
15793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
15794
15794
  """
15795
15795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15796
15796
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -15937,7 +15937,7 @@ class DbManagementClient(object):
15937
15937
  :rtype: :class:`~oci.response.Response`
15938
15938
 
15939
15939
  :example:
15940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
15940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
15941
15941
  """
15942
15942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15943
15943
  required_arguments = ['externalListenerId', 'managedDatabaseId']
@@ -16095,7 +16095,7 @@ class DbManagementClient(object):
16095
16095
  :rtype: :class:`~oci.response.Response`
16096
16096
 
16097
16097
  :example:
16098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
16098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
16099
16099
  """
16100
16100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16101
16101
  required_arguments = []
@@ -16264,7 +16264,7 @@ class DbManagementClient(object):
16264
16264
  :rtype: :class:`~oci.response.Response`
16265
16265
 
16266
16266
  :example:
16267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
16267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
16268
16268
  """
16269
16269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16270
16270
  required_arguments = ['compartmentId']
@@ -16437,7 +16437,7 @@ class DbManagementClient(object):
16437
16437
  :rtype: :class:`~oci.response.Response`
16438
16438
 
16439
16439
  :example:
16440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
16440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
16441
16441
  """
16442
16442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16443
16443
  required_arguments = ['compartmentId']
@@ -16607,7 +16607,7 @@ class DbManagementClient(object):
16607
16607
  :rtype: :class:`~oci.response.Response`
16608
16608
 
16609
16609
  :example:
16610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
16610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
16611
16611
  """
16612
16612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16613
16613
  required_arguments = ['compartmentId']
@@ -16772,7 +16772,7 @@ class DbManagementClient(object):
16772
16772
  :rtype: :class:`~oci.response.Response`
16773
16773
 
16774
16774
  :example:
16775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
16775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
16776
16776
  """
16777
16777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16778
16778
  required_arguments = ['compartmentId']
@@ -16945,7 +16945,7 @@ class DbManagementClient(object):
16945
16945
  :rtype: :class:`~oci.response.Response`
16946
16946
 
16947
16947
  :example:
16948
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
16948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
16949
16949
  """
16950
16950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16951
16951
  required_arguments = ['compartmentId']
@@ -17119,7 +17119,7 @@ class DbManagementClient(object):
17119
17119
  :rtype: :class:`~oci.response.Response`
17120
17120
 
17121
17121
  :example:
17122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_named_credentials.py.html>`__ to see an example of how to use list_named_credentials API.
17122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_named_credentials.py.html>`__ to see an example of how to use list_named_credentials API.
17123
17123
  """
17124
17124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17125
17125
  required_arguments = ['compartmentId']
@@ -17283,7 +17283,7 @@ class DbManagementClient(object):
17283
17283
  :rtype: :class:`~oci.response.Response`
17284
17284
 
17285
17285
  :example:
17286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
17286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
17287
17287
  """
17288
17288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17289
17289
  required_arguments = ['managedDatabaseId', 'userName']
@@ -17427,7 +17427,7 @@ class DbManagementClient(object):
17427
17427
  :rtype: :class:`~oci.response.Response`
17428
17428
 
17429
17429
  :example:
17430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
17430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
17431
17431
  """
17432
17432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17433
17433
  required_arguments = ['managedDatabaseId']
@@ -17570,7 +17570,7 @@ class DbManagementClient(object):
17570
17570
  :rtype: :class:`~oci.response.Response`
17571
17571
 
17572
17572
  :example:
17573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
17573
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
17574
17574
  """
17575
17575
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17576
17576
  required_arguments = ['managedDatabaseId', 'groupType']
@@ -17745,7 +17745,7 @@ class DbManagementClient(object):
17745
17745
  :rtype: :class:`~oci.response.Response`
17746
17746
 
17747
17747
  :example:
17748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
17748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
17749
17749
  """
17750
17750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17751
17751
  required_arguments = ['managedDatabaseId']
@@ -17888,7 +17888,7 @@ class DbManagementClient(object):
17888
17888
  :rtype: :class:`~oci.response.Response`
17889
17889
 
17890
17890
  :example:
17891
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
17891
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
17892
17892
  """
17893
17893
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17894
17894
  required_arguments = ['managedDatabaseId']
@@ -18013,7 +18013,7 @@ class DbManagementClient(object):
18013
18013
  :rtype: :class:`~oci.response.Response`
18014
18014
 
18015
18015
  :example:
18016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
18016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
18017
18017
  """
18018
18018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18019
18019
  required_arguments = ['managedDatabaseId', 'userName']
@@ -18171,7 +18171,7 @@ class DbManagementClient(object):
18171
18171
  :rtype: :class:`~oci.response.Response`
18172
18172
 
18173
18173
  :example:
18174
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
18174
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
18175
18175
  """
18176
18176
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18177
18177
  required_arguments = ['managedDatabaseId', 'userName']
@@ -18329,7 +18329,7 @@ class DbManagementClient(object):
18329
18329
  :rtype: :class:`~oci.response.Response`
18330
18330
 
18331
18331
  :example:
18332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
18332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
18333
18333
  """
18334
18334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18335
18335
  required_arguments = ['managedDatabaseId', 'userName']
@@ -18485,7 +18485,7 @@ class DbManagementClient(object):
18485
18485
  :rtype: :class:`~oci.response.Response`
18486
18486
 
18487
18487
  :example:
18488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
18488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
18489
18489
  """
18490
18490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18491
18491
  required_arguments = ['managedDatabaseId']
@@ -18689,7 +18689,7 @@ class DbManagementClient(object):
18689
18689
  :rtype: :class:`~oci.response.Response`
18690
18690
 
18691
18691
  :example:
18692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
18692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
18693
18693
  """
18694
18694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18695
18695
  required_arguments = ['managedDatabaseId']
@@ -18879,7 +18879,7 @@ class DbManagementClient(object):
18879
18879
  :rtype: :class:`~oci.response.Response`
18880
18880
 
18881
18881
  :example:
18882
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
18882
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
18883
18883
  """
18884
18884
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18885
18885
  required_arguments = ['managedDatabaseId', 'userName']
@@ -19014,7 +19014,7 @@ class DbManagementClient(object):
19014
19014
  :rtype: :class:`~oci.response.Response`
19015
19015
 
19016
19016
  :example:
19017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
19017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
19018
19018
  """
19019
19019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19020
19020
  required_arguments = ['managedDatabaseId']
@@ -19139,7 +19139,7 @@ class DbManagementClient(object):
19139
19139
  :rtype: :class:`~oci.response.Response`
19140
19140
 
19141
19141
  :example:
19142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
19142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
19143
19143
  """
19144
19144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19145
19145
  required_arguments = ['managedDatabaseId']
@@ -19294,7 +19294,7 @@ class DbManagementClient(object):
19294
19294
  :rtype: :class:`~oci.response.Response`
19295
19295
 
19296
19296
  :example:
19297
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
19297
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
19298
19298
  """
19299
19299
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19300
19300
  required_arguments = ['managedDatabaseId']
@@ -19441,7 +19441,7 @@ class DbManagementClient(object):
19441
19441
  :rtype: :class:`~oci.response.Response`
19442
19442
 
19443
19443
  :example:
19444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
19444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
19445
19445
  """
19446
19446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19447
19447
  required_arguments = ['workRequestId']
@@ -19584,7 +19584,7 @@ class DbManagementClient(object):
19584
19584
  :rtype: :class:`~oci.response.Response`
19585
19585
 
19586
19586
  :example:
19587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
19587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
19588
19588
  """
19589
19589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19590
19590
  required_arguments = ['workRequestId']
@@ -19742,7 +19742,7 @@ class DbManagementClient(object):
19742
19742
  :rtype: :class:`~oci.response.Response`
19743
19743
 
19744
19744
  :example:
19745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
19745
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
19746
19746
  """
19747
19747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19748
19748
  required_arguments = ['compartmentId']
@@ -19877,7 +19877,7 @@ class DbManagementClient(object):
19877
19877
  :rtype: :class:`~oci.response.Response`
19878
19878
 
19879
19879
  :example:
19880
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/load_sql_plan_baselines_from_awr.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_awr API.
19880
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/load_sql_plan_baselines_from_awr.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_awr API.
19881
19881
  """
19882
19882
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19883
19883
  required_arguments = ['managedDatabaseId']
@@ -19982,7 +19982,7 @@ class DbManagementClient(object):
19982
19982
  :rtype: :class:`~oci.response.Response`
19983
19983
 
19984
19984
  :example:
19985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/load_sql_plan_baselines_from_cursor_cache.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_cursor_cache API.
19985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/load_sql_plan_baselines_from_cursor_cache.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_cursor_cache API.
19986
19986
  """
19987
19987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19988
19988
  required_arguments = ['managedDatabaseId']
@@ -20099,7 +20099,7 @@ class DbManagementClient(object):
20099
20099
  :rtype: :class:`~oci.response.Response`
20100
20100
 
20101
20101
  :example:
20102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/modify_database_management_feature.py.html>`__ to see an example of how to use modify_database_management_feature API.
20102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/modify_database_management_feature.py.html>`__ to see an example of how to use modify_database_management_feature API.
20103
20103
  """
20104
20104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20105
20105
  required_arguments = ['databaseId']
@@ -20221,7 +20221,7 @@ class DbManagementClient(object):
20221
20221
  :rtype: :class:`~oci.response.Response`
20222
20222
 
20223
20223
  :example:
20224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/modify_pluggable_database_management_feature.py.html>`__ to see an example of how to use modify_pluggable_database_management_feature API.
20224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/modify_pluggable_database_management_feature.py.html>`__ to see an example of how to use modify_pluggable_database_management_feature API.
20225
20225
  """
20226
20226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20227
20227
  required_arguments = ['pluggableDatabaseId']
@@ -20336,7 +20336,7 @@ class DbManagementClient(object):
20336
20336
  :rtype: :class:`~oci.response.Response`
20337
20337
 
20338
20338
  :example:
20339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
20339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
20340
20340
  """
20341
20341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20342
20342
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -20451,7 +20451,7 @@ class DbManagementClient(object):
20451
20451
  :rtype: :class:`~oci.response.Response`
20452
20452
 
20453
20453
  :example:
20454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
20454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
20455
20455
  """
20456
20456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20457
20457
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -20568,7 +20568,7 @@ class DbManagementClient(object):
20568
20568
  :rtype: :class:`~oci.response.Response`
20569
20569
 
20570
20570
  :example:
20571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/remove_managed_database_from_managed_database_group.py.html>`__ to see an example of how to use remove_managed_database_from_managed_database_group API.
20571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/remove_managed_database_from_managed_database_group.py.html>`__ to see an example of how to use remove_managed_database_from_managed_database_group API.
20572
20572
  """
20573
20573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20574
20574
  required_arguments = ['managedDatabaseGroupId']
@@ -20679,7 +20679,7 @@ class DbManagementClient(object):
20679
20679
  :rtype: :class:`~oci.response.Response`
20680
20680
 
20681
20681
  :example:
20682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
20682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
20683
20683
  """
20684
20684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20685
20685
  required_arguments = ['managedDatabaseId']
@@ -20795,7 +20795,7 @@ class DbManagementClient(object):
20795
20795
  :rtype: :class:`~oci.response.Response`
20796
20796
 
20797
20797
  :example:
20798
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
20798
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
20799
20799
  """
20800
20800
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20801
20801
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -20913,7 +20913,7 @@ class DbManagementClient(object):
20913
20913
  :rtype: :class:`~oci.response.Response`
20914
20914
 
20915
20915
  :example:
20916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
20916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
20917
20917
  """
20918
20918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20919
20919
  required_arguments = ['managedDatabaseId']
@@ -21075,7 +21075,7 @@ class DbManagementClient(object):
21075
21075
  :rtype: :class:`~oci.response.Response`
21076
21076
 
21077
21077
  :example:
21078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
21078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
21079
21079
  """
21080
21080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21081
21081
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -21283,7 +21283,7 @@ class DbManagementClient(object):
21283
21283
  :rtype: :class:`~oci.response.Response`
21284
21284
 
21285
21285
  :example:
21286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
21286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
21287
21287
  """
21288
21288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21289
21289
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -21487,7 +21487,7 @@ class DbManagementClient(object):
21487
21487
  :rtype: :class:`~oci.response.Response`
21488
21488
 
21489
21489
  :example:
21490
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
21490
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
21491
21491
  """
21492
21492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21493
21493
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -21715,7 +21715,7 @@ class DbManagementClient(object):
21715
21715
  :rtype: :class:`~oci.response.Response`
21716
21716
 
21717
21717
  :example:
21718
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
21718
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
21719
21719
  """
21720
21720
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21721
21721
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -21926,7 +21926,7 @@ class DbManagementClient(object):
21926
21926
  :rtype: :class:`~oci.response.Response`
21927
21927
 
21928
21928
  :example:
21929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
21929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
21930
21930
  """
21931
21931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21932
21932
  required_arguments = ['managedDatabaseId']
@@ -22118,7 +22118,7 @@ class DbManagementClient(object):
22118
22118
  :rtype: :class:`~oci.response.Response`
22119
22119
 
22120
22120
  :example:
22121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
22121
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
22122
22122
  """
22123
22123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22124
22124
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -22316,7 +22316,7 @@ class DbManagementClient(object):
22316
22316
  :rtype: :class:`~oci.response.Response`
22317
22317
 
22318
22318
  :example:
22319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_awr_db_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_top_wait_events API.
22319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_top_wait_events API.
22320
22320
  """
22321
22321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22322
22322
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -22531,7 +22531,7 @@ class DbManagementClient(object):
22531
22531
  :rtype: :class:`~oci.response.Response`
22532
22532
 
22533
22533
  :example:
22534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_awr_db_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_db_wait_event_buckets API.
22534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_db_wait_event_buckets API.
22535
22535
  """
22536
22536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22537
22537
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -22742,7 +22742,7 @@ class DbManagementClient(object):
22742
22742
  :rtype: :class:`~oci.response.Response`
22743
22743
 
22744
22744
  :example:
22745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
22745
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
22746
22746
  """
22747
22747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22748
22748
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -22915,7 +22915,7 @@ class DbManagementClient(object):
22915
22915
  :rtype: :class:`~oci.response.Response`
22916
22916
 
22917
22917
  :example:
22918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
22918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
22919
22919
  """
22920
22920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22921
22921
  required_arguments = ['externalAsmId', 'startTime', 'endTime']
@@ -23047,7 +23047,7 @@ class DbManagementClient(object):
23047
23047
  :rtype: :class:`~oci.response.Response`
23048
23048
 
23049
23049
  :example:
23050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
23050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
23051
23051
  """
23052
23052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23053
23053
  required_arguments = ['externalClusterId', 'startTime', 'endTime']
@@ -23179,7 +23179,7 @@ class DbManagementClient(object):
23179
23179
  :rtype: :class:`~oci.response.Response`
23180
23180
 
23181
23181
  :example:
23182
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
23182
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
23183
23183
  """
23184
23184
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23185
23185
  required_arguments = ['externalDbNodeId', 'startTime', 'endTime']
@@ -23311,7 +23311,7 @@ class DbManagementClient(object):
23311
23311
  :rtype: :class:`~oci.response.Response`
23312
23312
 
23313
23313
  :example:
23314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_external_db_system_availability_metrics.py.html>`__ to see an example of how to use summarize_external_db_system_availability_metrics API.
23314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_external_db_system_availability_metrics.py.html>`__ to see an example of how to use summarize_external_db_system_availability_metrics API.
23315
23315
  """
23316
23316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23317
23317
  required_arguments = ['externalDbSystemId', 'startTime', 'endTime']
@@ -23443,7 +23443,7 @@ class DbManagementClient(object):
23443
23443
  :rtype: :class:`~oci.response.Response`
23444
23444
 
23445
23445
  :example:
23446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
23446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
23447
23447
  """
23448
23448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23449
23449
  required_arguments = ['externalListenerId', 'startTime', 'endTime']
@@ -23593,7 +23593,7 @@ class DbManagementClient(object):
23593
23593
  :rtype: :class:`~oci.response.Response`
23594
23594
 
23595
23595
  :example:
23596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
23596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
23597
23597
  """
23598
23598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23599
23599
  required_arguments = ['compartmentId', 'startTime', 'endTime']
@@ -23730,7 +23730,7 @@ class DbManagementClient(object):
23730
23730
  :rtype: :class:`~oci.response.Response`
23731
23731
 
23732
23732
  :example:
23733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
23733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
23734
23734
  """
23735
23735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23736
23736
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -23849,7 +23849,7 @@ class DbManagementClient(object):
23849
23849
  :rtype: :class:`~oci.response.Response`
23850
23850
 
23851
23851
  :example:
23852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
23852
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
23853
23853
  """
23854
23854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23855
23855
  required_arguments = ['managedDatabaseId']
@@ -23966,7 +23966,7 @@ class DbManagementClient(object):
23966
23966
  :rtype: :class:`~oci.response.Response`
23967
23967
 
23968
23968
  :example:
23969
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/summarize_sql_plan_baselines_by_last_execution.py.html>`__ to see an example of how to use summarize_sql_plan_baselines_by_last_execution API.
23969
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_sql_plan_baselines_by_last_execution.py.html>`__ to see an example of how to use summarize_sql_plan_baselines_by_last_execution API.
23970
23970
  """
23971
23971
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23972
23972
  required_arguments = ['managedDatabaseId']
@@ -24081,7 +24081,7 @@ class DbManagementClient(object):
24081
24081
  :rtype: :class:`~oci.response.Response`
24082
24082
 
24083
24083
  :example:
24084
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/test_named_credential.py.html>`__ to see an example of how to use test_named_credential API.
24084
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/test_named_credential.py.html>`__ to see an example of how to use test_named_credential API.
24085
24085
  """
24086
24086
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24087
24087
  required_arguments = ['namedCredentialId']
@@ -24187,7 +24187,7 @@ class DbManagementClient(object):
24187
24187
  :rtype: :class:`~oci.response.Response`
24188
24188
 
24189
24189
  :example:
24190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
24190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
24191
24191
  """
24192
24192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24193
24193
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -24299,7 +24299,7 @@ class DbManagementClient(object):
24299
24299
  :rtype: :class:`~oci.response.Response`
24300
24300
 
24301
24301
  :example:
24302
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
24302
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
24303
24303
  """
24304
24304
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24305
24305
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -24411,7 +24411,7 @@ class DbManagementClient(object):
24411
24411
  :rtype: :class:`~oci.response.Response`
24412
24412
 
24413
24413
  :example:
24414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
24414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
24415
24415
  """
24416
24416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24417
24417
  required_arguments = ['externalAsmId']
@@ -24521,7 +24521,7 @@ class DbManagementClient(object):
24521
24521
  :rtype: :class:`~oci.response.Response`
24522
24522
 
24523
24523
  :example:
24524
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_asm_instance.py.html>`__ to see an example of how to use update_external_asm_instance API.
24524
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_asm_instance.py.html>`__ to see an example of how to use update_external_asm_instance API.
24525
24525
  """
24526
24526
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24527
24527
  required_arguments = ['externalAsmInstanceId']
@@ -24633,7 +24633,7 @@ class DbManagementClient(object):
24633
24633
  :rtype: :class:`~oci.response.Response`
24634
24634
 
24635
24635
  :example:
24636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
24636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
24637
24637
  """
24638
24638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24639
24639
  required_arguments = ['externalClusterId']
@@ -24743,7 +24743,7 @@ class DbManagementClient(object):
24743
24743
  :rtype: :class:`~oci.response.Response`
24744
24744
 
24745
24745
  :example:
24746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
24746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
24747
24747
  """
24748
24748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24749
24749
  required_arguments = ['externalClusterInstanceId']
@@ -24853,7 +24853,7 @@ class DbManagementClient(object):
24853
24853
  :rtype: :class:`~oci.response.Response`
24854
24854
 
24855
24855
  :example:
24856
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_db_home.py.html>`__ to see an example of how to use update_external_db_home API.
24856
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_db_home.py.html>`__ to see an example of how to use update_external_db_home API.
24857
24857
  """
24858
24858
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24859
24859
  required_arguments = ['externalDbHomeId']
@@ -24965,7 +24965,7 @@ class DbManagementClient(object):
24965
24965
  :rtype: :class:`~oci.response.Response`
24966
24966
 
24967
24967
  :example:
24968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
24968
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
24969
24969
  """
24970
24970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24971
24971
  required_arguments = ['externalDbNodeId']
@@ -25075,7 +25075,7 @@ class DbManagementClient(object):
25075
25075
  :rtype: :class:`~oci.response.Response`
25076
25076
 
25077
25077
  :example:
25078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
25078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
25079
25079
  """
25080
25080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25081
25081
  required_arguments = ['externalDbSystemId']
@@ -25187,7 +25187,7 @@ class DbManagementClient(object):
25187
25187
  :rtype: :class:`~oci.response.Response`
25188
25188
 
25189
25189
  :example:
25190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
25190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
25191
25191
  """
25192
25192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25193
25193
  required_arguments = ['externalDbSystemConnectorId']
@@ -25297,7 +25297,7 @@ class DbManagementClient(object):
25297
25297
  :rtype: :class:`~oci.response.Response`
25298
25298
 
25299
25299
  :example:
25300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
25300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
25301
25301
  """
25302
25302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25303
25303
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -25416,7 +25416,7 @@ class DbManagementClient(object):
25416
25416
  :rtype: :class:`~oci.response.Response`
25417
25417
 
25418
25418
  :example:
25419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
25419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
25420
25420
  """
25421
25421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25422
25422
  required_arguments = ['externalExadataInfrastructureId']
@@ -25533,7 +25533,7 @@ class DbManagementClient(object):
25533
25533
  :rtype: :class:`~oci.response.Response`
25534
25534
 
25535
25535
  :example:
25536
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
25536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
25537
25537
  """
25538
25538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25539
25539
  required_arguments = ['externalExadataStorageConnectorId']
@@ -25645,7 +25645,7 @@ class DbManagementClient(object):
25645
25645
  :rtype: :class:`~oci.response.Response`
25646
25646
 
25647
25647
  :example:
25648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_exadata_storage_grid.py.html>`__ to see an example of how to use update_external_exadata_storage_grid API.
25648
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_exadata_storage_grid.py.html>`__ to see an example of how to use update_external_exadata_storage_grid API.
25649
25649
  """
25650
25650
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25651
25651
  required_arguments = ['externalExadataStorageGridId']
@@ -25757,7 +25757,7 @@ class DbManagementClient(object):
25757
25757
  :rtype: :class:`~oci.response.Response`
25758
25758
 
25759
25759
  :example:
25760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_exadata_storage_server.py.html>`__ to see an example of how to use update_external_exadata_storage_server API.
25760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_exadata_storage_server.py.html>`__ to see an example of how to use update_external_exadata_storage_server API.
25761
25761
  """
25762
25762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25763
25763
  required_arguments = ['externalExadataStorageServerId']
@@ -25869,7 +25869,7 @@ class DbManagementClient(object):
25869
25869
  :rtype: :class:`~oci.response.Response`
25870
25870
 
25871
25871
  :example:
25872
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
25872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
25873
25873
  """
25874
25874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25875
25875
  required_arguments = ['externalListenerId']
@@ -25977,7 +25977,7 @@ class DbManagementClient(object):
25977
25977
  :rtype: :class:`~oci.response.Response`
25978
25978
 
25979
25979
  :example:
25980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
25980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
25981
25981
  """
25982
25982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25983
25983
  required_arguments = ['jobId']
@@ -26089,7 +26089,7 @@ class DbManagementClient(object):
26089
26089
  :rtype: :class:`~oci.response.Response`
26090
26090
 
26091
26091
  :example:
26092
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_managed_database.py.html>`__ to see an example of how to use update_managed_database API.
26092
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_managed_database.py.html>`__ to see an example of how to use update_managed_database API.
26093
26093
  """
26094
26094
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26095
26095
  required_arguments = ['managedDatabaseId']
@@ -26201,7 +26201,7 @@ class DbManagementClient(object):
26201
26201
  :rtype: :class:`~oci.response.Response`
26202
26202
 
26203
26203
  :example:
26204
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
26204
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
26205
26205
  """
26206
26206
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26207
26207
  required_arguments = ['managedDatabaseGroupId']
@@ -26313,7 +26313,7 @@ class DbManagementClient(object):
26313
26313
  :rtype: :class:`~oci.response.Response`
26314
26314
 
26315
26315
  :example:
26316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_named_credential.py.html>`__ to see an example of how to use update_named_credential API.
26316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_named_credential.py.html>`__ to see an example of how to use update_named_credential API.
26317
26317
  """
26318
26318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26319
26319
  required_arguments = ['namedCredentialId']
@@ -26428,7 +26428,7 @@ class DbManagementClient(object):
26428
26428
  :rtype: :class:`~oci.response.Response`
26429
26429
 
26430
26430
  :example:
26431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
26431
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
26432
26432
  """
26433
26433
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26434
26434
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -26537,7 +26537,7 @@ class DbManagementClient(object):
26537
26537
  :rtype: :class:`~oci.response.Response`
26538
26538
 
26539
26539
  :example:
26540
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
26540
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
26541
26541
  """
26542
26542
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26543
26543
  required_arguments = ['managedDatabaseId', 'tablespaceName']