oci 2.111.0__py3-none-any.whl → 2.112.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 (325) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +18 -18
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +36 -36
  6. oci/ai_speech/ai_service_speech_client.py +9 -9
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +8 -8
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  21. oci/apm_traces/query_client.py +2 -2
  22. oci/apm_traces/trace_client.py +4 -4
  23. oci/application_migration/application_migration_client.py +19 -19
  24. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  25. oci/artifacts/artifacts_client.py +32 -32
  26. oci/audit/audit_client.py +3 -3
  27. oci/autoscaling/auto_scaling_client.py +11 -11
  28. oci/bastion/bastion_client.py +15 -15
  29. oci/bds/bds_client.py +47 -47
  30. oci/blockchain/blockchain_platform_client.py +27 -27
  31. oci/budget/budget_client.py +10 -10
  32. oci/certificates/certificates_client.py +5 -5
  33. oci/certificates_management/certificates_management_client.py +32 -32
  34. oci/cims/__init__.py +1 -3
  35. oci/cims/incident_client.py +356 -93
  36. oci/cims/models/__init__.py +6 -0
  37. oci/cims/models/account_item.py +85 -0
  38. oci/cims/models/activity_item.py +112 -14
  39. oci/cims/models/category.py +5 -5
  40. oci/cims/models/contact.py +32 -1
  41. oci/cims/models/contextual_data.py +9 -9
  42. oci/cims/models/create_account_item_details.py +78 -0
  43. oci/cims/models/create_category_details.py +2 -4
  44. oci/cims/models/create_incident.py +13 -9
  45. oci/cims/models/create_issue_type_details.py +0 -2
  46. oci/cims/models/create_item_details.py +9 -7
  47. oci/cims/models/create_limit_item_details.py +3 -3
  48. oci/cims/models/create_resource_details.py +2 -289
  49. oci/cims/models/create_sub_category_details.py +3 -5
  50. oci/cims/models/create_tech_support_item_details.py +1 -3
  51. oci/cims/models/create_ticket_details.py +11 -13
  52. oci/cims/models/create_user_details.py +65 -36
  53. oci/cims/models/incident.py +10 -6
  54. oci/cims/models/incident_resource_type.py +66 -4
  55. oci/cims/models/incident_summary.py +9 -5
  56. oci/cims/models/incident_type.py +1 -1
  57. oci/cims/models/issue_type.py +33 -2
  58. oci/cims/models/item.py +8 -4
  59. oci/cims/models/limit_item.py +7 -7
  60. oci/cims/models/resource.py +2 -285
  61. oci/cims/models/service_categories.py +134 -0
  62. oci/cims/models/service_category.py +1 -1
  63. oci/cims/models/sub_category.py +5 -5
  64. oci/cims/models/tenancy_information.py +3 -3
  65. oci/cims/models/ticket.py +7 -3
  66. oci/cims/models/update_activity_item_details.py +8 -6
  67. oci/cims/models/update_incident.py +62 -2
  68. oci/cims/models/update_item_details.py +3 -5
  69. oci/cims/models/update_resource_details.py +0 -2
  70. oci/cims/models/update_ticket_details.py +0 -2
  71. oci/cims/models/user.py +79 -19
  72. oci/cims/user_client.py +1 -1
  73. oci/cloud_bridge/common_client.py +5 -5
  74. oci/cloud_bridge/discovery_client.py +14 -14
  75. oci/cloud_bridge/inventory_client.py +16 -16
  76. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  77. oci/cloud_guard/cloud_guard_client.py +133 -133
  78. oci/cloud_migrations/migration_client.py +43 -43
  79. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  80. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  81. oci/compute_instance_agent/plugin_client.py +2 -2
  82. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  83. oci/container_engine/container_engine_client.py +44 -44
  84. oci/container_instances/container_instance_client.py +129 -24
  85. oci/core/blockstorage_client.py +60 -60
  86. oci/core/compute_client.py +90 -90
  87. oci/core/compute_management_client.py +32 -32
  88. oci/core/virtual_network_client.py +242 -242
  89. oci/dashboard_service/dashboard_client.py +6 -6
  90. oci/dashboard_service/dashboard_group_client.py +6 -6
  91. oci/data_catalog/data_catalog_client.py +424 -154
  92. oci/data_catalog/models/__init__.py +22 -0
  93. oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
  94. oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
  95. oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
  96. oci/data_catalog/models/asynchronous_export_result.py +196 -0
  97. oci/data_catalog/models/attribute.py +33 -0
  98. oci/data_catalog/models/attribute_summary.py +33 -0
  99. oci/data_catalog/models/create_job_definition_details.py +42 -3
  100. oci/data_catalog/models/create_job_details.py +2 -0
  101. oci/data_catalog/models/create_job_execution_details.py +11 -3
  102. oci/data_catalog/models/data_asset.py +33 -0
  103. oci/data_catalog/models/data_asset_summary.py +35 -2
  104. oci/data_catalog/models/entity.py +33 -0
  105. oci/data_catalog/models/entity_lineage.py +222 -0
  106. oci/data_catalog/models/entity_summary.py +33 -0
  107. oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
  108. oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
  109. oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
  110. oci/data_catalog/models/folder.py +33 -0
  111. oci/data_catalog/models/folder_summary.py +35 -2
  112. oci/data_catalog/models/job.py +44 -3
  113. oci/data_catalog/models/job_definition.py +42 -3
  114. oci/data_catalog/models/job_definition_summary.py +44 -5
  115. oci/data_catalog/models/job_execution.py +11 -3
  116. oci/data_catalog/models/job_execution_summary.py +11 -3
  117. oci/data_catalog/models/job_summary.py +44 -3
  118. oci/data_catalog/models/lineage_object.py +400 -0
  119. oci/data_catalog/models/lineage_relationship.py +134 -0
  120. oci/data_catalog/models/object_lineage.py +223 -0
  121. oci/data_catalog/models/object_lineage_request_details.py +190 -0
  122. oci/data_catalog/models/object_storage_object_reference.py +134 -0
  123. oci/data_catalog/models/update_job_definition_details.py +31 -0
  124. oci/data_catalog/models/update_job_details.py +2 -0
  125. oci/data_flow/data_flow_client.py +42 -42
  126. oci/data_integration/data_integration_client.py +163 -163
  127. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  128. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  129. oci/data_safe/data_safe_client.py +214 -214
  130. oci/data_science/data_science_client.py +85 -85
  131. oci/database/database_client.py +311 -311
  132. oci/database_management/db_management_client.py +182 -182
  133. oci/database_management/diagnosability_client.py +4 -4
  134. oci/database_management/sql_tuning_client.py +10 -10
  135. oci/database_migration/database_migration_client.py +41 -41
  136. oci/database_tools/database_tools_client.py +19 -19
  137. oci/devops/devops_client.py +89 -89
  138. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  139. oci/dns/dns_client.py +52 -52
  140. oci/dts/appliance_export_job_client.py +6 -6
  141. oci/dts/shipping_vendors_client.py +1 -1
  142. oci/dts/transfer_appliance_client.py +8 -8
  143. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  144. oci/dts/transfer_device_client.py +5 -5
  145. oci/dts/transfer_job_client.py +6 -6
  146. oci/dts/transfer_package_client.py +7 -7
  147. oci/em_warehouse/em_data_lake_client.py +13 -13
  148. oci/em_warehouse/em_warehouse_client.py +13 -13
  149. oci/email/email_client.py +25 -25
  150. oci/events/events_client.py +6 -6
  151. oci/file_storage/file_storage_client.py +50 -50
  152. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  153. oci/functions/functions_invoke_client.py +1 -1
  154. oci/functions/functions_management_client.py +16 -16
  155. oci/fusion_apps/data_masking_activity_client.py +3 -3
  156. oci/fusion_apps/fusion_applications_client.py +39 -39
  157. oci/fusion_apps/fusion_environment_client.py +15 -15
  158. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  159. oci/fusion_apps/refresh_activity_client.py +4 -4
  160. oci/fusion_apps/scheduled_activity_client.py +2 -2
  161. oci/fusion_apps/service_attachment_client.py +2 -2
  162. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  163. oci/golden_gate/golden_gate_client.py +57 -57
  164. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  165. oci/governance_rules_control_plane/work_request_client.py +5 -5
  166. oci/healthchecks/health_checks_client.py +17 -17
  167. oci/identity/identity_client.py +145 -145
  168. oci/identity_data_plane/dataplane_client.py +2 -2
  169. oci/identity_domains/identity_domains_client.py +190 -190
  170. oci/integration/integration_instance_client.py +15 -15
  171. oci/jms/java_management_service_client.py +56 -56
  172. oci/key_management/kms_crypto_client.py +6 -6
  173. oci/key_management/kms_management_client.py +21 -21
  174. oci/key_management/kms_vault_client.py +14 -14
  175. oci/license_manager/license_manager_client.py +18 -18
  176. oci/limits/limits_client.py +4 -4
  177. oci/limits/quotas_client.py +7 -7
  178. oci/load_balancer/load_balancer_client.py +61 -61
  179. oci/lockbox/lockbox_client.py +22 -22
  180. oci/log_analytics/log_analytics_client.py +192 -192
  181. oci/logging/logging_management_client.py +30 -30
  182. oci/loggingingestion/logging_client.py +1 -1
  183. oci/loggingsearch/log_search_client.py +1 -1
  184. oci/management_agent/management_agent_client.py +23 -23
  185. oci/management_dashboard/dashx_apis_client.py +14 -14
  186. oci/marketplace/account_client.py +2 -2
  187. oci/marketplace/marketplace_client.py +25 -25
  188. oci/media_services/media_services_client.py +48 -48
  189. oci/media_services/media_stream_client.py +2 -2
  190. oci/monitoring/monitoring_client.py +13 -13
  191. oci/mysql/channels_client.py +7 -7
  192. oci/mysql/db_backups_client.py +6 -6
  193. oci/mysql/db_system_client.py +17 -17
  194. oci/mysql/mysqlaas_client.py +7 -7
  195. oci/mysql/replicas_client.py +5 -5
  196. oci/mysql/work_requests_client.py +4 -4
  197. oci/network_firewall/network_firewall_client.py +17 -17
  198. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  199. oci/nosql/nosql_client.py +22 -22
  200. oci/object_storage/object_storage_client.py +50 -50
  201. oci/oce/oce_instance_client.py +10 -10
  202. oci/oci_control_center/occ_metrics_client.py +3 -3
  203. oci/ocvp/esxi_host_client.py +6 -6
  204. oci/ocvp/sddc_client.py +13 -13
  205. oci/ocvp/work_request_client.py +4 -4
  206. oci/oda/management_client.py +56 -56
  207. oci/oda/oda_client.py +17 -17
  208. oci/oda/odapackage_client.py +7 -7
  209. oci/onesubscription/billing_schedule_client.py +1 -1
  210. oci/onesubscription/commitment_client.py +2 -2
  211. oci/onesubscription/computed_usage_client.py +3 -3
  212. oci/onesubscription/invoice_summary_client.py +2 -2
  213. oci/onesubscription/organization_subscription_client.py +1 -1
  214. oci/onesubscription/ratecard_client.py +1 -1
  215. oci/onesubscription/subscribed_service_client.py +2 -2
  216. oci/onesubscription/subscription_client.py +1 -1
  217. oci/ons/notification_control_plane_client.py +6 -6
  218. oci/ons/notification_data_plane_client.py +10 -10
  219. oci/opa/opa_instance_client.py +11 -11
  220. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  221. oci/opensearch/opensearch_cluster_client.py +14 -14
  222. oci/operator_access_control/access_requests_client.py +9 -9
  223. oci/operator_access_control/operator_actions_client.py +2 -2
  224. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  225. oci/operator_access_control/operator_control_client.py +6 -6
  226. oci/opsi/operations_insights_client.py +159 -159
  227. oci/optimizer/optimizer_client.py +26 -26
  228. oci/os_management/event_client.py +8 -8
  229. oci/os_management/os_management_client.py +69 -69
  230. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  231. oci/os_management_hub/managed_instance_client.py +22 -22
  232. oci/os_management_hub/managed_instance_group_client.py +22 -22
  233. oci/os_management_hub/management_station_client.py +8 -8
  234. oci/os_management_hub/onboarding_client.py +5 -5
  235. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  236. oci/os_management_hub/scheduled_job_client.py +6 -6
  237. oci/os_management_hub/software_source_client.py +22 -22
  238. oci/os_management_hub/work_request_client.py +4 -4
  239. oci/osp_gateway/address_rule_service_client.py +1 -1
  240. oci/osp_gateway/address_service_client.py +2 -2
  241. oci/osp_gateway/invoice_service_client.py +5 -5
  242. oci/osp_gateway/subscription_service_client.py +5 -5
  243. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  244. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  245. oci/osub_subscription/commitment_client.py +2 -2
  246. oci/osub_subscription/ratecard_client.py +1 -1
  247. oci/osub_subscription/subscription_client.py +1 -1
  248. oci/osub_usage/computed_usage_client.py +3 -3
  249. oci/queue/models/__init__.py +4 -0
  250. oci/queue/models/channel_collection.py +72 -0
  251. oci/queue/models/create_queue_details.py +50 -11
  252. oci/queue/models/delete_messages_details_entry.py +2 -2
  253. oci/queue/models/get_message.py +55 -12
  254. oci/queue/models/message_metadata.py +103 -0
  255. oci/queue/models/purge_queue_details.py +43 -8
  256. oci/queue/models/put_message.py +44 -5
  257. oci/queue/models/put_messages.py +3 -3
  258. oci/queue/models/put_messages_details_entry.py +29 -2
  259. oci/queue/models/queue.py +76 -21
  260. oci/queue/models/queue_stats.py +34 -3
  261. oci/queue/models/queue_summary.py +37 -17
  262. oci/queue/models/stats.py +2 -2
  263. oci/queue/models/update_messages_details.py +1 -1
  264. oci/queue/models/update_messages_details_entry.py +2 -2
  265. oci/queue/models/update_messages_result.py +2 -2
  266. oci/queue/models/update_messages_result_entry.py +12 -4
  267. oci/queue/models/update_queue_details.py +47 -8
  268. oci/queue/models/updated_message.py +12 -4
  269. oci/queue/models/work_request.py +6 -2
  270. oci/queue/models/work_request_error.py +6 -2
  271. oci/queue/models/work_request_log_entry.py +6 -2
  272. oci/queue/models/work_request_summary.py +8 -4
  273. oci/queue/queue_admin_client.py +67 -46
  274. oci/queue/queue_admin_client_composite_operations.py +4 -4
  275. oci/queue/queue_client.py +209 -36
  276. oci/recovery/database_recovery_client.py +23 -23
  277. oci/resource_manager/resource_manager_client.py +52 -52
  278. oci/resource_search/resource_search_client.py +3 -3
  279. oci/rover/rover_bundle_client.py +8 -8
  280. oci/rover/rover_cluster_client.py +8 -8
  281. oci/rover/rover_entitlement_client.py +6 -6
  282. oci/rover/rover_node_client.py +15 -15
  283. oci/rover/shape_client.py +1 -1
  284. oci/rover/work_requests_client.py +5 -5
  285. oci/sch/service_connector_client.py +12 -12
  286. oci/secrets/secrets_client.py +3 -3
  287. oci/service_catalog/service_catalog_client.py +26 -26
  288. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  289. oci/service_mesh/service_mesh_client.py +48 -48
  290. oci/stack_monitoring/stack_monitoring_client.py +22 -22
  291. oci/streaming/stream_admin_client.py +18 -18
  292. oci/streaming/stream_client.py +8 -8
  293. oci/tenant_manager_control_plane/domain_client.py +5 -5
  294. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  295. oci/tenant_manager_control_plane/governance_client.py +2 -2
  296. oci/tenant_manager_control_plane/link_client.py +3 -3
  297. oci/tenant_manager_control_plane/orders_client.py +2 -2
  298. oci/tenant_manager_control_plane/organization_client.py +10 -10
  299. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  300. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  302. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  303. oci/threat_intelligence/threatintel_client.py +5 -5
  304. oci/usage/resources_client.py +2 -2
  305. oci/usage/rewards_client.py +6 -6
  306. oci/usage/usagelimits_client.py +1 -1
  307. oci/usage_api/usageapi_client.py +19 -19
  308. oci/vault/vaults_client.py +11 -11
  309. oci/vbs_inst/vbs_instance_client.py +10 -10
  310. oci/version.py +1 -1
  311. oci/visual_builder/vb_instance_client.py +13 -13
  312. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  313. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  314. oci/waa/waa_client.py +13 -13
  315. oci/waa/work_request_client.py +4 -4
  316. oci/waas/redirect_client.py +6 -6
  317. oci/waas/waas_client.py +66 -66
  318. oci/waf/waf_client.py +24 -24
  319. oci/work_requests/work_request_client.py +4 -4
  320. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
  321. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
  322. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
  323. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  324. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
  325. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -155,7 +155,7 @@ class DbManagementClient(object):
155
155
  :rtype: :class:`~oci.response.Response`
156
156
 
157
157
  :example:
158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/add_data_files.py.html>`__ to see an example of how to use add_data_files API.
158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/add_data_files.py.html>`__ to see an example of how to use add_data_files API.
159
159
  """
160
160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
161
161
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -271,7 +271,7 @@ class DbManagementClient(object):
271
271
  :rtype: :class:`~oci.response.Response`
272
272
 
273
273
  :example:
274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
275
275
  """
276
276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
277
277
  required_arguments = ['managedDatabaseGroupId']
@@ -396,7 +396,7 @@ class DbManagementClient(object):
396
396
  :rtype: :class:`~oci.response.Response`
397
397
 
398
398
  :example:
399
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
400
400
  """
401
401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
402
402
  required_arguments = ['managedDatabaseId', 'timeStart', 'timeEnd']
@@ -546,7 +546,7 @@ class DbManagementClient(object):
546
546
  :rtype: :class:`~oci.response.Response`
547
547
 
548
548
  :example:
549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
550
550
  """
551
551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
552
552
  required_arguments = ['managedDatabaseId']
@@ -666,7 +666,7 @@ class DbManagementClient(object):
666
666
  :rtype: :class:`~oci.response.Response`
667
667
 
668
668
  :example:
669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
670
670
  """
671
671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
672
672
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -788,7 +788,7 @@ class DbManagementClient(object):
788
788
  :rtype: :class:`~oci.response.Response`
789
789
 
790
790
  :example:
791
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
791
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
792
792
  """
793
793
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
794
794
  required_arguments = ['externalDbSystemId']
@@ -910,7 +910,7 @@ class DbManagementClient(object):
910
910
  :rtype: :class:`~oci.response.Response`
911
911
 
912
912
  :example:
913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
914
914
  """
915
915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
916
916
  required_arguments = ['externalExadataInfrastructureId']
@@ -1032,7 +1032,7 @@ class DbManagementClient(object):
1032
1032
  :rtype: :class:`~oci.response.Response`
1033
1033
 
1034
1034
  :example:
1035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1036
1036
  """
1037
1037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1038
1038
  required_arguments = ['jobId']
@@ -1156,7 +1156,7 @@ class DbManagementClient(object):
1156
1156
  :rtype: :class:`~oci.response.Response`
1157
1157
 
1158
1158
  :example:
1159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
1159
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
1160
1160
  """
1161
1161
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1162
1162
  required_arguments = ['managedDatabaseGroupId']
@@ -1266,7 +1266,7 @@ class DbManagementClient(object):
1266
1266
  :rtype: :class:`~oci.response.Response`
1267
1267
 
1268
1268
  :example:
1269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
1269
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
1270
1270
  """
1271
1271
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1272
1272
  required_arguments = ['managedDatabaseId']
@@ -1368,7 +1368,7 @@ class DbManagementClient(object):
1368
1368
  :rtype: :class:`~oci.response.Response`
1369
1369
 
1370
1370
  :example:
1371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
1371
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
1372
1372
  """
1373
1373
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1374
1374
  required_arguments = ['managedDatabaseId']
@@ -1469,7 +1469,7 @@ class DbManagementClient(object):
1469
1469
  :rtype: :class:`~oci.response.Response`
1470
1470
 
1471
1471
  :example:
1472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
1472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
1473
1473
  """
1474
1474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1475
1475
  required_arguments = ['managedDatabaseId']
@@ -1582,7 +1582,7 @@ class DbManagementClient(object):
1582
1582
  :rtype: :class:`~oci.response.Response`
1583
1583
 
1584
1584
  :example:
1585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
1585
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
1586
1586
  """
1587
1587
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1588
1588
  required_arguments = ['externalDbSystemConnectorId']
@@ -1701,7 +1701,7 @@ class DbManagementClient(object):
1701
1701
  :rtype: :class:`~oci.response.Response`
1702
1702
 
1703
1703
  :example:
1704
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
1704
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
1705
1705
  """
1706
1706
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1707
1707
  required_arguments = ['externalExadataStorageConnectorId']
@@ -1810,7 +1810,7 @@ class DbManagementClient(object):
1810
1810
  :rtype: :class:`~oci.response.Response`
1811
1811
 
1812
1812
  :example:
1813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
1813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
1814
1814
  """
1815
1815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1816
1816
  required_arguments = ['managedDatabaseId']
@@ -1913,7 +1913,7 @@ class DbManagementClient(object):
1913
1913
  :rtype: :class:`~oci.response.Response`
1914
1914
 
1915
1915
  :example:
1916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
1916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
1917
1917
  """
1918
1918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1919
1919
  required_arguments = ['managedDatabaseId']
@@ -2016,7 +2016,7 @@ class DbManagementClient(object):
2016
2016
  :rtype: :class:`~oci.response.Response`
2017
2017
 
2018
2018
  :example:
2019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2020
2020
  """
2021
2021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2022
2022
  required_arguments = []
@@ -2112,7 +2112,7 @@ class DbManagementClient(object):
2112
2112
  :rtype: :class:`~oci.response.Response`
2113
2113
 
2114
2114
  :example:
2115
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2115
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2116
2116
  """
2117
2117
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2118
2118
  required_arguments = []
@@ -2210,7 +2210,7 @@ class DbManagementClient(object):
2210
2210
  :rtype: :class:`~oci.response.Response`
2211
2211
 
2212
2212
  :example:
2213
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2213
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2214
2214
  """
2215
2215
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2216
2216
  required_arguments = []
@@ -2308,7 +2308,7 @@ class DbManagementClient(object):
2308
2308
  :rtype: :class:`~oci.response.Response`
2309
2309
 
2310
2310
  :example:
2311
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2311
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2312
2312
  """
2313
2313
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2314
2314
  required_arguments = []
@@ -2411,7 +2411,7 @@ class DbManagementClient(object):
2411
2411
  :rtype: :class:`~oci.response.Response`
2412
2412
 
2413
2413
  :example:
2414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2415
2415
  """
2416
2416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2417
2417
  required_arguments = []
@@ -2509,7 +2509,7 @@ class DbManagementClient(object):
2509
2509
  :rtype: :class:`~oci.response.Response`
2510
2510
 
2511
2511
  :example:
2512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2513
2513
  """
2514
2514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2515
2515
  required_arguments = []
@@ -2609,7 +2609,7 @@ class DbManagementClient(object):
2609
2609
  :rtype: :class:`~oci.response.Response`
2610
2610
 
2611
2611
  :example:
2612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
2612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
2613
2613
  """
2614
2614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2615
2615
  required_arguments = []
@@ -2706,7 +2706,7 @@ class DbManagementClient(object):
2706
2706
  :rtype: :class:`~oci.response.Response`
2707
2707
 
2708
2708
  :example:
2709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
2709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
2710
2710
  """
2711
2711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2712
2712
  required_arguments = []
@@ -2807,7 +2807,7 @@ class DbManagementClient(object):
2807
2807
  :rtype: :class:`~oci.response.Response`
2808
2808
 
2809
2809
  :example:
2810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
2810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
2811
2811
  """
2812
2812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2813
2813
  required_arguments = ['managedDatabaseId']
@@ -2917,7 +2917,7 @@ class DbManagementClient(object):
2917
2917
  :rtype: :class:`~oci.response.Response`
2918
2918
 
2919
2919
  :example:
2920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
2920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
2921
2921
  """
2922
2922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2923
2923
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -3022,7 +3022,7 @@ class DbManagementClient(object):
3022
3022
  :rtype: :class:`~oci.response.Response`
3023
3023
 
3024
3024
  :example:
3025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3026
3026
  """
3027
3027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3028
3028
  required_arguments = ['externalDbSystemId']
@@ -3127,7 +3127,7 @@ class DbManagementClient(object):
3127
3127
  :rtype: :class:`~oci.response.Response`
3128
3128
 
3129
3129
  :example:
3130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3131
3131
  """
3132
3132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3133
3133
  required_arguments = ['externalDbSystemConnectorId']
@@ -3232,7 +3232,7 @@ class DbManagementClient(object):
3232
3232
  :rtype: :class:`~oci.response.Response`
3233
3233
 
3234
3234
  :example:
3235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3236
3236
  """
3237
3237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3238
3238
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -3337,7 +3337,7 @@ class DbManagementClient(object):
3337
3337
  :rtype: :class:`~oci.response.Response`
3338
3338
 
3339
3339
  :example:
3340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3341
3341
  """
3342
3342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3343
3343
  required_arguments = ['externalExadataInfrastructureId']
@@ -3442,7 +3442,7 @@ class DbManagementClient(object):
3442
3442
  :rtype: :class:`~oci.response.Response`
3443
3443
 
3444
3444
  :example:
3445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3446
3446
  """
3447
3447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3448
3448
  required_arguments = ['externalExadataStorageConnectorId']
@@ -3545,7 +3545,7 @@ class DbManagementClient(object):
3545
3545
  :rtype: :class:`~oci.response.Response`
3546
3546
 
3547
3547
  :example:
3548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
3548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
3549
3549
  """
3550
3550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3551
3551
  required_arguments = ['jobId']
@@ -3651,7 +3651,7 @@ class DbManagementClient(object):
3651
3651
  :rtype: :class:`~oci.response.Response`
3652
3652
 
3653
3653
  :example:
3654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
3654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
3655
3655
  """
3656
3656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3657
3657
  required_arguments = ['managedDatabaseGroupId']
@@ -3752,7 +3752,7 @@ class DbManagementClient(object):
3752
3752
  :rtype: :class:`~oci.response.Response`
3753
3753
 
3754
3754
  :example:
3755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
3755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
3756
3756
  """
3757
3757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3758
3758
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -3852,7 +3852,7 @@ class DbManagementClient(object):
3852
3852
  :rtype: :class:`~oci.response.Response`
3853
3853
 
3854
3854
  :example:
3855
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
3855
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
3856
3856
  """
3857
3857
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3858
3858
  required_arguments = ['managedDatabaseId']
@@ -3956,7 +3956,7 @@ class DbManagementClient(object):
3956
3956
  :rtype: :class:`~oci.response.Response`
3957
3957
 
3958
3958
  :example:
3959
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
3959
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
3960
3960
  """
3961
3961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3962
3962
  required_arguments = ['managedDatabaseId']
@@ -4069,7 +4069,7 @@ class DbManagementClient(object):
4069
4069
  :rtype: :class:`~oci.response.Response`
4070
4070
 
4071
4071
  :example:
4072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
4072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
4073
4073
  """
4074
4074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4075
4075
  required_arguments = ['externalDbSystemId']
@@ -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.111.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.
4190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
4191
4191
  """
4192
4192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4193
4193
  required_arguments = ['externalDbSystemId']
@@ -4311,7 +4311,7 @@ class DbManagementClient(object):
4311
4311
  :rtype: :class:`~oci.response.Response`
4312
4312
 
4313
4313
  :example:
4314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
4314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
4315
4315
  """
4316
4316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4317
4317
  required_arguments = ['externalExadataInfrastructureId']
@@ -4420,7 +4420,7 @@ class DbManagementClient(object):
4420
4420
  :rtype: :class:`~oci.response.Response`
4421
4421
 
4422
4422
  :example:
4423
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
4423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
4424
4424
  """
4425
4425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4426
4426
  required_arguments = ['managedDatabaseId']
@@ -4523,7 +4523,7 @@ class DbManagementClient(object):
4523
4523
  :rtype: :class:`~oci.response.Response`
4524
4524
 
4525
4525
  :example:
4526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
4526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
4527
4527
  """
4528
4528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4529
4529
  required_arguments = ['managedDatabaseId']
@@ -4651,7 +4651,7 @@ class DbManagementClient(object):
4651
4651
  :rtype: :class:`~oci.response.Response`
4652
4652
 
4653
4653
  :example:
4654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
4654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
4655
4655
  """
4656
4656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4657
4657
  required_arguments = []
@@ -4749,7 +4749,7 @@ class DbManagementClient(object):
4749
4749
  :rtype: :class:`~oci.response.Response`
4750
4750
 
4751
4751
  :example:
4752
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
4752
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
4753
4753
  """
4754
4754
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4755
4755
  required_arguments = ['managedDatabaseId']
@@ -4860,7 +4860,7 @@ class DbManagementClient(object):
4860
4860
  :rtype: :class:`~oci.response.Response`
4861
4861
 
4862
4862
  :example:
4863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
4863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
4864
4864
  """
4865
4865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4866
4866
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -4974,7 +4974,7 @@ class DbManagementClient(object):
4974
4974
  :rtype: :class:`~oci.response.Response`
4975
4975
 
4976
4976
  :example:
4977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
4977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
4978
4978
  """
4979
4979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4980
4980
  required_arguments = ['managedDatabaseId']
@@ -5087,7 +5087,7 @@ class DbManagementClient(object):
5087
5087
  :rtype: :class:`~oci.response.Response`
5088
5088
 
5089
5089
  :example:
5090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
5090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
5091
5091
  """
5092
5092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5093
5093
  required_arguments = ['managedDatabaseId']
@@ -5203,7 +5203,7 @@ class DbManagementClient(object):
5203
5203
  :rtype: :class:`~oci.response.Response`
5204
5204
 
5205
5205
  :example:
5206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
5206
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
5207
5207
  """
5208
5208
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5209
5209
  required_arguments = ['externalDbSystemId']
@@ -5326,7 +5326,7 @@ class DbManagementClient(object):
5326
5326
  :rtype: :class:`~oci.response.Response`
5327
5327
 
5328
5328
  :example:
5329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
5329
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
5330
5330
  """
5331
5331
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5332
5332
  required_arguments = ['externalDbSystemId']
@@ -5453,7 +5453,7 @@ class DbManagementClient(object):
5453
5453
  :rtype: :class:`~oci.response.Response`
5454
5454
 
5455
5455
  :example:
5456
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
5456
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
5457
5457
  """
5458
5458
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5459
5459
  required_arguments = ['externalExadataInfrastructureId']
@@ -5569,7 +5569,7 @@ class DbManagementClient(object):
5569
5569
  :rtype: :class:`~oci.response.Response`
5570
5570
 
5571
5571
  :example:
5572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
5572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
5573
5573
  """
5574
5574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5575
5575
  required_arguments = ['managedDatabaseId']
@@ -5673,7 +5673,7 @@ class DbManagementClient(object):
5673
5673
  :rtype: :class:`~oci.response.Response`
5674
5674
 
5675
5675
  :example:
5676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
5676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
5677
5677
  """
5678
5678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5679
5679
  required_arguments = ['managedDatabaseId']
@@ -5778,7 +5778,7 @@ class DbManagementClient(object):
5778
5778
  :rtype: :class:`~oci.response.Response`
5779
5779
 
5780
5780
  :example:
5781
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
5781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
5782
5782
  """
5783
5783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5784
5784
  required_arguments = ['managedDatabaseId']
@@ -5921,7 +5921,7 @@ class DbManagementClient(object):
5921
5921
  :rtype: :class:`~oci.response.Response`
5922
5922
 
5923
5923
  :example:
5924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
5924
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
5925
5925
  """
5926
5926
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5927
5927
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -6099,7 +6099,7 @@ class DbManagementClient(object):
6099
6099
  :rtype: :class:`~oci.response.Response`
6100
6100
 
6101
6101
  :example:
6102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
6102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
6103
6103
  """
6104
6104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6105
6105
  required_arguments = ['managedDatabaseId', 'awrDbId', 'sqlId']
@@ -6239,7 +6239,7 @@ class DbManagementClient(object):
6239
6239
  :rtype: :class:`~oci.response.Response`
6240
6240
 
6241
6241
  :example:
6242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
6242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
6243
6243
  """
6244
6244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6245
6245
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -6377,7 +6377,7 @@ class DbManagementClient(object):
6377
6377
  :rtype: :class:`~oci.response.Response`
6378
6378
 
6379
6379
  :example:
6380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
6380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
6381
6381
  """
6382
6382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6383
6383
  required_arguments = ['compareBaselineTime', 'compareTargetTime']
@@ -6502,7 +6502,7 @@ class DbManagementClient(object):
6502
6502
  :rtype: :class:`~oci.response.Response`
6503
6503
 
6504
6504
  :example:
6505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
6505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
6506
6506
  """
6507
6507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6508
6508
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -6597,7 +6597,7 @@ class DbManagementClient(object):
6597
6597
  :rtype: :class:`~oci.response.Response`
6598
6598
 
6599
6599
  :example:
6600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
6600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
6601
6601
  """
6602
6602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6603
6603
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -6695,7 +6695,7 @@ class DbManagementClient(object):
6695
6695
  :rtype: :class:`~oci.response.Response`
6696
6696
 
6697
6697
  :example:
6698
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
6698
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
6699
6699
  """
6700
6700
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6701
6701
  required_arguments = ['externalAsmId']
@@ -6795,7 +6795,7 @@ class DbManagementClient(object):
6795
6795
  :rtype: :class:`~oci.response.Response`
6796
6796
 
6797
6797
  :example:
6798
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
6798
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
6799
6799
  """
6800
6800
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6801
6801
  required_arguments = ['externalAsmId']
@@ -6895,7 +6895,7 @@ class DbManagementClient(object):
6895
6895
  :rtype: :class:`~oci.response.Response`
6896
6896
 
6897
6897
  :example:
6898
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
6898
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
6899
6899
  """
6900
6900
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6901
6901
  required_arguments = ['externalAsmInstanceId']
@@ -6995,7 +6995,7 @@ class DbManagementClient(object):
6995
6995
  :rtype: :class:`~oci.response.Response`
6996
6996
 
6997
6997
  :example:
6998
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
6998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
6999
6999
  """
7000
7000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7001
7001
  required_arguments = ['externalClusterId']
@@ -7095,7 +7095,7 @@ class DbManagementClient(object):
7095
7095
  :rtype: :class:`~oci.response.Response`
7096
7096
 
7097
7097
  :example:
7098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
7098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
7099
7099
  """
7100
7100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7101
7101
  required_arguments = ['externalClusterInstanceId']
@@ -7195,7 +7195,7 @@ class DbManagementClient(object):
7195
7195
  :rtype: :class:`~oci.response.Response`
7196
7196
 
7197
7197
  :example:
7198
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
7198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
7199
7199
  """
7200
7200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7201
7201
  required_arguments = ['externalDbHomeId']
@@ -7295,7 +7295,7 @@ class DbManagementClient(object):
7295
7295
  :rtype: :class:`~oci.response.Response`
7296
7296
 
7297
7297
  :example:
7298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
7298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
7299
7299
  """
7300
7300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7301
7301
  required_arguments = ['externalDbNodeId']
@@ -7395,7 +7395,7 @@ class DbManagementClient(object):
7395
7395
  :rtype: :class:`~oci.response.Response`
7396
7396
 
7397
7397
  :example:
7398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
7398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
7399
7399
  """
7400
7400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7401
7401
  required_arguments = ['externalDbSystemId']
@@ -7495,7 +7495,7 @@ class DbManagementClient(object):
7495
7495
  :rtype: :class:`~oci.response.Response`
7496
7496
 
7497
7497
  :example:
7498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
7498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
7499
7499
  """
7500
7500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7501
7501
  required_arguments = ['externalDbSystemConnectorId']
@@ -7595,7 +7595,7 @@ class DbManagementClient(object):
7595
7595
  :rtype: :class:`~oci.response.Response`
7596
7596
 
7597
7597
  :example:
7598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
7598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
7599
7599
  """
7600
7600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7601
7601
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -7696,7 +7696,7 @@ class DbManagementClient(object):
7696
7696
  :rtype: :class:`~oci.response.Response`
7697
7697
 
7698
7698
  :example:
7699
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
7699
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
7700
7700
  """
7701
7701
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7702
7702
  required_arguments = ['externalExadataInfrastructureId']
@@ -7796,7 +7796,7 @@ class DbManagementClient(object):
7796
7796
  :rtype: :class:`~oci.response.Response`
7797
7797
 
7798
7798
  :example:
7799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
7799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
7800
7800
  """
7801
7801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7802
7802
  required_arguments = ['externalExadataStorageConnectorId']
@@ -7896,7 +7896,7 @@ class DbManagementClient(object):
7896
7896
  :rtype: :class:`~oci.response.Response`
7897
7897
 
7898
7898
  :example:
7899
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
7899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
7900
7900
  """
7901
7901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7902
7902
  required_arguments = ['externalExadataStorageGridId']
@@ -7996,7 +7996,7 @@ class DbManagementClient(object):
7996
7996
  :rtype: :class:`~oci.response.Response`
7997
7997
 
7998
7998
  :example:
7999
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
7999
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
8000
8000
  """
8001
8001
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8002
8002
  required_arguments = ['externalExadataStorageServerId']
@@ -8096,7 +8096,7 @@ class DbManagementClient(object):
8096
8096
  :rtype: :class:`~oci.response.Response`
8097
8097
 
8098
8098
  :example:
8099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
8099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
8100
8100
  """
8101
8101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8102
8102
  required_arguments = ['externalListenerId']
@@ -8196,7 +8196,7 @@ class DbManagementClient(object):
8196
8196
  :rtype: :class:`~oci.response.Response`
8197
8197
 
8198
8198
  :example:
8199
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
8199
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
8200
8200
  """
8201
8201
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8202
8202
  required_arguments = ['externalExadataStorageServerId']
@@ -8294,7 +8294,7 @@ class DbManagementClient(object):
8294
8294
  :rtype: :class:`~oci.response.Response`
8295
8295
 
8296
8296
  :example:
8297
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
8297
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
8298
8298
  """
8299
8299
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8300
8300
  required_arguments = ['jobId']
@@ -8390,7 +8390,7 @@ class DbManagementClient(object):
8390
8390
  :rtype: :class:`~oci.response.Response`
8391
8391
 
8392
8392
  :example:
8393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
8393
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
8394
8394
  """
8395
8395
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8396
8396
  required_arguments = ['jobExecutionId']
@@ -8486,7 +8486,7 @@ class DbManagementClient(object):
8486
8486
  :rtype: :class:`~oci.response.Response`
8487
8487
 
8488
8488
  :example:
8489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
8489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
8490
8490
  """
8491
8491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8492
8492
  required_arguments = ['jobRunId']
@@ -8584,7 +8584,7 @@ class DbManagementClient(object):
8584
8584
  :rtype: :class:`~oci.response.Response`
8585
8585
 
8586
8586
  :example:
8587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
8587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
8588
8588
  """
8589
8589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8590
8590
  required_arguments = ['managedDatabaseId']
@@ -8682,7 +8682,7 @@ class DbManagementClient(object):
8682
8682
  :rtype: :class:`~oci.response.Response`
8683
8683
 
8684
8684
  :example:
8685
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
8685
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
8686
8686
  """
8687
8687
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8688
8688
  required_arguments = ['managedDatabaseGroupId']
@@ -8780,7 +8780,7 @@ class DbManagementClient(object):
8780
8780
  :rtype: :class:`~oci.response.Response`
8781
8781
 
8782
8782
  :example:
8783
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
8783
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
8784
8784
  """
8785
8785
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8786
8786
  required_arguments = ['externalExadataStorageServerId']
@@ -8887,7 +8887,7 @@ class DbManagementClient(object):
8887
8887
  :rtype: :class:`~oci.response.Response`
8888
8888
 
8889
8889
  :example:
8890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
8890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
8891
8891
  """
8892
8892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8893
8893
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -8999,7 +8999,7 @@ class DbManagementClient(object):
8999
8999
  :rtype: :class:`~oci.response.Response`
9000
9000
 
9001
9001
  :example:
9002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
9002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
9003
9003
  """
9004
9004
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9005
9005
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -9108,7 +9108,7 @@ class DbManagementClient(object):
9108
9108
  :rtype: :class:`~oci.response.Response`
9109
9109
 
9110
9110
  :example:
9111
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
9111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
9112
9112
  """
9113
9113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9114
9114
  required_arguments = ['managedDatabaseId', 'optimizerStatisticsCollectionOperationId']
@@ -9231,7 +9231,7 @@ class DbManagementClient(object):
9231
9231
  :rtype: :class:`~oci.response.Response`
9232
9232
 
9233
9233
  :example:
9234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
9234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
9235
9235
  """
9236
9236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9237
9237
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -9353,7 +9353,7 @@ class DbManagementClient(object):
9353
9353
  :rtype: :class:`~oci.response.Response`
9354
9354
 
9355
9355
  :example:
9356
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
9356
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
9357
9357
  """
9358
9358
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9359
9359
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -9455,7 +9455,7 @@ class DbManagementClient(object):
9455
9455
  :rtype: :class:`~oci.response.Response`
9456
9456
 
9457
9457
  :example:
9458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
9458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
9459
9459
  """
9460
9460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9461
9461
  required_arguments = ['managedDatabaseId', 'planName']
@@ -9558,7 +9558,7 @@ class DbManagementClient(object):
9558
9558
  :rtype: :class:`~oci.response.Response`
9559
9559
 
9560
9560
  :example:
9561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
9561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
9562
9562
  """
9563
9563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9564
9564
  required_arguments = ['managedDatabaseId']
@@ -9661,7 +9661,7 @@ class DbManagementClient(object):
9661
9661
  :rtype: :class:`~oci.response.Response`
9662
9662
 
9663
9663
  :example:
9664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
9664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
9665
9665
  """
9666
9666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9667
9667
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -9760,7 +9760,7 @@ class DbManagementClient(object):
9760
9760
  :rtype: :class:`~oci.response.Response`
9761
9761
 
9762
9762
  :example:
9763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
9763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
9764
9764
  """
9765
9765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9766
9766
  required_arguments = ['externalExadataStorageServerId']
@@ -9863,7 +9863,7 @@ class DbManagementClient(object):
9863
9863
  :rtype: :class:`~oci.response.Response`
9864
9864
 
9865
9865
  :example:
9866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
9866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
9867
9867
  """
9868
9868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9869
9869
  required_arguments = ['managedDatabaseId', 'userName']
@@ -9962,7 +9962,7 @@ class DbManagementClient(object):
9962
9962
  :rtype: :class:`~oci.response.Response`
9963
9963
 
9964
9964
  :example:
9965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
9965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
9966
9966
  """
9967
9967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9968
9968
  required_arguments = ['workRequestId']
@@ -10066,7 +10066,7 @@ class DbManagementClient(object):
10066
10066
  :rtype: :class:`~oci.response.Response`
10067
10067
 
10068
10068
  :example:
10069
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
10069
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
10070
10070
  """
10071
10071
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10072
10072
  required_arguments = ['managedDatabaseId', 'executionName']
@@ -10189,7 +10189,7 @@ class DbManagementClient(object):
10189
10189
  :rtype: :class:`~oci.response.Response`
10190
10190
 
10191
10191
  :example:
10192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
10192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
10193
10193
  """
10194
10194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10195
10195
  required_arguments = ['managedDatabaseId']
@@ -10339,7 +10339,7 @@ class DbManagementClient(object):
10339
10339
  :rtype: :class:`~oci.response.Response`
10340
10340
 
10341
10341
  :example:
10342
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
10342
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
10343
10343
  """
10344
10344
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10345
10345
  required_arguments = ['dbManagementPrivateEndpointId', 'compartmentId']
@@ -10515,7 +10515,7 @@ class DbManagementClient(object):
10515
10515
  :rtype: :class:`~oci.response.Response`
10516
10516
 
10517
10517
  :example:
10518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
10518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
10519
10519
  """
10520
10520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10521
10521
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -10690,7 +10690,7 @@ class DbManagementClient(object):
10690
10690
  :rtype: :class:`~oci.response.Response`
10691
10691
 
10692
10692
  :example:
10693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
10693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
10694
10694
  """
10695
10695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10696
10696
  required_arguments = ['managedDatabaseId']
@@ -10849,7 +10849,7 @@ class DbManagementClient(object):
10849
10849
  :rtype: :class:`~oci.response.Response`
10850
10850
 
10851
10851
  :example:
10852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
10852
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
10853
10853
  """
10854
10854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10855
10855
  required_arguments = ['managedDatabaseId', 'userName']
@@ -11000,7 +11000,7 @@ class DbManagementClient(object):
11000
11000
  :rtype: :class:`~oci.response.Response`
11001
11001
 
11002
11002
  :example:
11003
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
11003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
11004
11004
  """
11005
11005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11006
11006
  required_arguments = ['managedDatabaseId']
@@ -11154,7 +11154,7 @@ class DbManagementClient(object):
11154
11154
  :rtype: :class:`~oci.response.Response`
11155
11155
 
11156
11156
  :example:
11157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
11157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
11158
11158
  """
11159
11159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11160
11160
  required_arguments = ['managedDatabaseId', 'userName']
@@ -11308,7 +11308,7 @@ class DbManagementClient(object):
11308
11308
  :rtype: :class:`~oci.response.Response`
11309
11309
 
11310
11310
  :example:
11311
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
11311
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
11312
11312
  """
11313
11313
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11314
11314
  required_arguments = ['managedDatabaseId']
@@ -11478,7 +11478,7 @@ class DbManagementClient(object):
11478
11478
  :rtype: :class:`~oci.response.Response`
11479
11479
 
11480
11480
  :example:
11481
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
11481
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
11482
11482
  """
11483
11483
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11484
11484
  required_arguments = ['compartmentId']
@@ -11626,7 +11626,7 @@ class DbManagementClient(object):
11626
11626
  :rtype: :class:`~oci.response.Response`
11627
11627
 
11628
11628
  :example:
11629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
11629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
11630
11630
  """
11631
11631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11632
11632
  required_arguments = ['externalAsmId']
@@ -11781,7 +11781,7 @@ class DbManagementClient(object):
11781
11781
  :rtype: :class:`~oci.response.Response`
11782
11782
 
11783
11783
  :example:
11784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
11784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
11785
11785
  """
11786
11786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11787
11787
  required_arguments = []
@@ -11921,7 +11921,7 @@ class DbManagementClient(object):
11921
11921
  :rtype: :class:`~oci.response.Response`
11922
11922
 
11923
11923
  :example:
11924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
11924
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
11925
11925
  """
11926
11926
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11927
11927
  required_arguments = ['externalAsmId']
@@ -12076,7 +12076,7 @@ class DbManagementClient(object):
12076
12076
  :rtype: :class:`~oci.response.Response`
12077
12077
 
12078
12078
  :example:
12079
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
12079
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
12080
12080
  """
12081
12081
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12082
12082
  required_arguments = []
@@ -12225,7 +12225,7 @@ class DbManagementClient(object):
12225
12225
  :rtype: :class:`~oci.response.Response`
12226
12226
 
12227
12227
  :example:
12228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
12228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
12229
12229
  """
12230
12230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12231
12231
  required_arguments = []
@@ -12374,7 +12374,7 @@ class DbManagementClient(object):
12374
12374
  :rtype: :class:`~oci.response.Response`
12375
12375
 
12376
12376
  :example:
12377
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
12377
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
12378
12378
  """
12379
12379
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12380
12380
  required_arguments = []
@@ -12523,7 +12523,7 @@ class DbManagementClient(object):
12523
12523
  :rtype: :class:`~oci.response.Response`
12524
12524
 
12525
12525
  :example:
12526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
12526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
12527
12527
  """
12528
12528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12529
12529
  required_arguments = []
@@ -12672,7 +12672,7 @@ class DbManagementClient(object):
12672
12672
  :rtype: :class:`~oci.response.Response`
12673
12673
 
12674
12674
  :example:
12675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
12675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
12676
12676
  """
12677
12677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12678
12678
  required_arguments = []
@@ -12821,7 +12821,7 @@ class DbManagementClient(object):
12821
12821
  :rtype: :class:`~oci.response.Response`
12822
12822
 
12823
12823
  :example:
12824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
12824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
12825
12825
  """
12826
12826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12827
12827
  required_arguments = []
@@ -12970,7 +12970,7 @@ class DbManagementClient(object):
12970
12970
  :rtype: :class:`~oci.response.Response`
12971
12971
 
12972
12972
  :example:
12973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
12973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
12974
12974
  """
12975
12975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12976
12976
  required_arguments = []
@@ -13114,7 +13114,7 @@ class DbManagementClient(object):
13114
13114
  :rtype: :class:`~oci.response.Response`
13115
13115
 
13116
13116
  :example:
13117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
13117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
13118
13118
  """
13119
13119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13120
13120
  required_arguments = ['compartmentId']
@@ -13255,7 +13255,7 @@ class DbManagementClient(object):
13255
13255
  :rtype: :class:`~oci.response.Response`
13256
13256
 
13257
13257
  :example:
13258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
13258
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
13259
13259
  """
13260
13260
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13261
13261
  required_arguments = ['compartmentId']
@@ -13396,7 +13396,7 @@ class DbManagementClient(object):
13396
13396
  :rtype: :class:`~oci.response.Response`
13397
13397
 
13398
13398
  :example:
13399
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
13399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
13400
13400
  """
13401
13401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13402
13402
  required_arguments = ['compartmentId']
@@ -13542,7 +13542,7 @@ class DbManagementClient(object):
13542
13542
  :rtype: :class:`~oci.response.Response`
13543
13543
 
13544
13544
  :example:
13545
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
13545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
13546
13546
  """
13547
13547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13548
13548
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -13689,7 +13689,7 @@ class DbManagementClient(object):
13689
13689
  :rtype: :class:`~oci.response.Response`
13690
13690
 
13691
13691
  :example:
13692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
13692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
13693
13693
  """
13694
13694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13695
13695
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -13833,7 +13833,7 @@ class DbManagementClient(object):
13833
13833
  :rtype: :class:`~oci.response.Response`
13834
13834
 
13835
13835
  :example:
13836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
13836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
13837
13837
  """
13838
13838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13839
13839
  required_arguments = ['externalListenerId', 'managedDatabaseId']
@@ -13989,7 +13989,7 @@ class DbManagementClient(object):
13989
13989
  :rtype: :class:`~oci.response.Response`
13990
13990
 
13991
13991
  :example:
13992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
13992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
13993
13993
  """
13994
13994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13995
13995
  required_arguments = []
@@ -14158,7 +14158,7 @@ class DbManagementClient(object):
14158
14158
  :rtype: :class:`~oci.response.Response`
14159
14159
 
14160
14160
  :example:
14161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
14161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
14162
14162
  """
14163
14163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14164
14164
  required_arguments = ['compartmentId']
@@ -14331,7 +14331,7 @@ class DbManagementClient(object):
14331
14331
  :rtype: :class:`~oci.response.Response`
14332
14332
 
14333
14333
  :example:
14334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
14334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
14335
14335
  """
14336
14336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14337
14337
  required_arguments = ['compartmentId']
@@ -14501,7 +14501,7 @@ class DbManagementClient(object):
14501
14501
  :rtype: :class:`~oci.response.Response`
14502
14502
 
14503
14503
  :example:
14504
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
14504
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
14505
14505
  """
14506
14506
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14507
14507
  required_arguments = ['compartmentId']
@@ -14666,7 +14666,7 @@ class DbManagementClient(object):
14666
14666
  :rtype: :class:`~oci.response.Response`
14667
14667
 
14668
14668
  :example:
14669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
14669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
14670
14670
  """
14671
14671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14672
14672
  required_arguments = ['compartmentId']
@@ -14839,7 +14839,7 @@ class DbManagementClient(object):
14839
14839
  :rtype: :class:`~oci.response.Response`
14840
14840
 
14841
14841
  :example:
14842
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
14842
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
14843
14843
  """
14844
14844
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14845
14845
  required_arguments = ['compartmentId']
@@ -15002,7 +15002,7 @@ class DbManagementClient(object):
15002
15002
  :rtype: :class:`~oci.response.Response`
15003
15003
 
15004
15004
  :example:
15005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
15005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
15006
15006
  """
15007
15007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15008
15008
  required_arguments = ['managedDatabaseId', 'userName']
@@ -15141,7 +15141,7 @@ class DbManagementClient(object):
15141
15141
  :rtype: :class:`~oci.response.Response`
15142
15142
 
15143
15143
  :example:
15144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
15144
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
15145
15145
  """
15146
15146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15147
15147
  required_arguments = ['managedDatabaseId']
@@ -15279,7 +15279,7 @@ class DbManagementClient(object):
15279
15279
  :rtype: :class:`~oci.response.Response`
15280
15280
 
15281
15281
  :example:
15282
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
15282
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
15283
15283
  """
15284
15284
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15285
15285
  required_arguments = ['managedDatabaseId', 'groupType']
@@ -15449,7 +15449,7 @@ class DbManagementClient(object):
15449
15449
  :rtype: :class:`~oci.response.Response`
15450
15450
 
15451
15451
  :example:
15452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
15452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
15453
15453
  """
15454
15454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15455
15455
  required_arguments = ['managedDatabaseId']
@@ -15590,7 +15590,7 @@ class DbManagementClient(object):
15590
15590
  :rtype: :class:`~oci.response.Response`
15591
15591
 
15592
15592
  :example:
15593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
15593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
15594
15594
  """
15595
15595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15596
15596
  required_arguments = ['managedDatabaseId']
@@ -15712,7 +15712,7 @@ class DbManagementClient(object):
15712
15712
  :rtype: :class:`~oci.response.Response`
15713
15713
 
15714
15714
  :example:
15715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
15715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
15716
15716
  """
15717
15717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15718
15718
  required_arguments = ['managedDatabaseId', 'userName']
@@ -15865,7 +15865,7 @@ class DbManagementClient(object):
15865
15865
  :rtype: :class:`~oci.response.Response`
15866
15866
 
15867
15867
  :example:
15868
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
15868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
15869
15869
  """
15870
15870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15871
15871
  required_arguments = ['managedDatabaseId', 'userName']
@@ -16018,7 +16018,7 @@ class DbManagementClient(object):
16018
16018
  :rtype: :class:`~oci.response.Response`
16019
16019
 
16020
16020
  :example:
16021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
16021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
16022
16022
  """
16023
16023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16024
16024
  required_arguments = ['managedDatabaseId', 'userName']
@@ -16169,7 +16169,7 @@ class DbManagementClient(object):
16169
16169
  :rtype: :class:`~oci.response.Response`
16170
16170
 
16171
16171
  :example:
16172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
16172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
16173
16173
  """
16174
16174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16175
16175
  required_arguments = ['managedDatabaseId']
@@ -16352,7 +16352,7 @@ class DbManagementClient(object):
16352
16352
  :rtype: :class:`~oci.response.Response`
16353
16353
 
16354
16354
  :example:
16355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
16355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
16356
16356
  """
16357
16357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16358
16358
  required_arguments = ['managedDatabaseId']
@@ -16529,7 +16529,7 @@ class DbManagementClient(object):
16529
16529
  :rtype: :class:`~oci.response.Response`
16530
16530
 
16531
16531
  :example:
16532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
16532
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
16533
16533
  """
16534
16534
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16535
16535
  required_arguments = ['managedDatabaseId', 'userName']
@@ -16659,7 +16659,7 @@ class DbManagementClient(object):
16659
16659
  :rtype: :class:`~oci.response.Response`
16660
16660
 
16661
16661
  :example:
16662
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
16662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
16663
16663
  """
16664
16664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16665
16665
  required_arguments = ['managedDatabaseId']
@@ -16779,7 +16779,7 @@ class DbManagementClient(object):
16779
16779
  :rtype: :class:`~oci.response.Response`
16780
16780
 
16781
16781
  :example:
16782
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
16782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
16783
16783
  """
16784
16784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16785
16785
  required_arguments = ['managedDatabaseId']
@@ -16929,7 +16929,7 @@ class DbManagementClient(object):
16929
16929
  :rtype: :class:`~oci.response.Response`
16930
16930
 
16931
16931
  :example:
16932
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
16932
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
16933
16933
  """
16934
16934
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16935
16935
  required_arguments = ['managedDatabaseId']
@@ -17074,7 +17074,7 @@ class DbManagementClient(object):
17074
17074
  :rtype: :class:`~oci.response.Response`
17075
17075
 
17076
17076
  :example:
17077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
17077
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
17078
17078
  """
17079
17079
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17080
17080
  required_arguments = ['workRequestId']
@@ -17217,7 +17217,7 @@ class DbManagementClient(object):
17217
17217
  :rtype: :class:`~oci.response.Response`
17218
17218
 
17219
17219
  :example:
17220
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
17220
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
17221
17221
  """
17222
17222
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17223
17223
  required_arguments = ['workRequestId']
@@ -17375,7 +17375,7 @@ class DbManagementClient(object):
17375
17375
  :rtype: :class:`~oci.response.Response`
17376
17376
 
17377
17377
  :example:
17378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
17378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
17379
17379
  """
17380
17380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17381
17381
  required_arguments = ['compartmentId']
@@ -17510,7 +17510,7 @@ class DbManagementClient(object):
17510
17510
  :rtype: :class:`~oci.response.Response`
17511
17511
 
17512
17512
  :example:
17513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
17513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
17514
17514
  """
17515
17515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17516
17516
  required_arguments = ['managedDatabaseId']
@@ -17615,7 +17615,7 @@ class DbManagementClient(object):
17615
17615
  :rtype: :class:`~oci.response.Response`
17616
17616
 
17617
17617
  :example:
17618
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
17618
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
17619
17619
  """
17620
17620
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17621
17621
  required_arguments = ['managedDatabaseId']
@@ -17725,7 +17725,7 @@ class DbManagementClient(object):
17725
17725
  :rtype: :class:`~oci.response.Response`
17726
17726
 
17727
17727
  :example:
17728
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
17728
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
17729
17729
  """
17730
17730
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17731
17731
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -17840,7 +17840,7 @@ class DbManagementClient(object):
17840
17840
  :rtype: :class:`~oci.response.Response`
17841
17841
 
17842
17842
  :example:
17843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
17843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
17844
17844
  """
17845
17845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17846
17846
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -17957,7 +17957,7 @@ class DbManagementClient(object):
17957
17957
  :rtype: :class:`~oci.response.Response`
17958
17958
 
17959
17959
  :example:
17960
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
17960
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
17961
17961
  """
17962
17962
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17963
17963
  required_arguments = ['managedDatabaseGroupId']
@@ -18068,7 +18068,7 @@ class DbManagementClient(object):
18068
18068
  :rtype: :class:`~oci.response.Response`
18069
18069
 
18070
18070
  :example:
18071
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
18071
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
18072
18072
  """
18073
18073
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18074
18074
  required_arguments = ['managedDatabaseId']
@@ -18184,7 +18184,7 @@ class DbManagementClient(object):
18184
18184
  :rtype: :class:`~oci.response.Response`
18185
18185
 
18186
18186
  :example:
18187
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
18187
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
18188
18188
  """
18189
18189
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18190
18190
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -18299,7 +18299,7 @@ class DbManagementClient(object):
18299
18299
  :rtype: :class:`~oci.response.Response`
18300
18300
 
18301
18301
  :example:
18302
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
18302
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
18303
18303
  """
18304
18304
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18305
18305
  required_arguments = ['managedDatabaseId']
@@ -18456,7 +18456,7 @@ class DbManagementClient(object):
18456
18456
  :rtype: :class:`~oci.response.Response`
18457
18457
 
18458
18458
  :example:
18459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
18459
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
18460
18460
  """
18461
18461
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18462
18462
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -18659,7 +18659,7 @@ class DbManagementClient(object):
18659
18659
  :rtype: :class:`~oci.response.Response`
18660
18660
 
18661
18661
  :example:
18662
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
18662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
18663
18663
  """
18664
18664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18665
18665
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -18858,7 +18858,7 @@ class DbManagementClient(object):
18858
18858
  :rtype: :class:`~oci.response.Response`
18859
18859
 
18860
18860
  :example:
18861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
18861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
18862
18862
  """
18863
18863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18864
18864
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -19081,7 +19081,7 @@ class DbManagementClient(object):
19081
19081
  :rtype: :class:`~oci.response.Response`
19082
19082
 
19083
19083
  :example:
19084
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
19084
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
19085
19085
  """
19086
19086
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19087
19087
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -19287,7 +19287,7 @@ class DbManagementClient(object):
19287
19287
  :rtype: :class:`~oci.response.Response`
19288
19288
 
19289
19289
  :example:
19290
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
19290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
19291
19291
  """
19292
19292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19293
19293
  required_arguments = ['managedDatabaseId']
@@ -19474,7 +19474,7 @@ class DbManagementClient(object):
19474
19474
  :rtype: :class:`~oci.response.Response`
19475
19475
 
19476
19476
  :example:
19477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
19477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
19478
19478
  """
19479
19479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19480
19480
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -19667,7 +19667,7 @@ class DbManagementClient(object):
19667
19667
  :rtype: :class:`~oci.response.Response`
19668
19668
 
19669
19669
  :example:
19670
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
19670
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
19671
19671
  """
19672
19672
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19673
19673
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -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.111.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.
19880
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
19881
19881
  """
19882
19882
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19883
19883
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -20083,7 +20083,7 @@ class DbManagementClient(object):
20083
20083
  :rtype: :class:`~oci.response.Response`
20084
20084
 
20085
20085
  :example:
20086
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
20086
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
20087
20087
  """
20088
20088
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20089
20089
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -20254,7 +20254,7 @@ class DbManagementClient(object):
20254
20254
  :rtype: :class:`~oci.response.Response`
20255
20255
 
20256
20256
  :example:
20257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
20257
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
20258
20258
  """
20259
20259
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20260
20260
  required_arguments = ['externalAsmId', 'startTime', 'endTime']
@@ -20386,7 +20386,7 @@ class DbManagementClient(object):
20386
20386
  :rtype: :class:`~oci.response.Response`
20387
20387
 
20388
20388
  :example:
20389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
20389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
20390
20390
  """
20391
20391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20392
20392
  required_arguments = ['externalClusterId', 'startTime', 'endTime']
@@ -20518,7 +20518,7 @@ class DbManagementClient(object):
20518
20518
  :rtype: :class:`~oci.response.Response`
20519
20519
 
20520
20520
  :example:
20521
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
20521
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
20522
20522
  """
20523
20523
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20524
20524
  required_arguments = ['externalDbNodeId', 'startTime', 'endTime']
@@ -20650,7 +20650,7 @@ class DbManagementClient(object):
20650
20650
  :rtype: :class:`~oci.response.Response`
20651
20651
 
20652
20652
  :example:
20653
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
20653
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
20654
20654
  """
20655
20655
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20656
20656
  required_arguments = ['externalDbSystemId', 'startTime', 'endTime']
@@ -20782,7 +20782,7 @@ class DbManagementClient(object):
20782
20782
  :rtype: :class:`~oci.response.Response`
20783
20783
 
20784
20784
  :example:
20785
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
20785
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
20786
20786
  """
20787
20787
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20788
20788
  required_arguments = ['externalListenerId', 'startTime', 'endTime']
@@ -20932,7 +20932,7 @@ class DbManagementClient(object):
20932
20932
  :rtype: :class:`~oci.response.Response`
20933
20933
 
20934
20934
  :example:
20935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
20935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
20936
20936
  """
20937
20937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20938
20938
  required_arguments = ['compartmentId', 'startTime', 'endTime']
@@ -21069,7 +21069,7 @@ class DbManagementClient(object):
21069
21069
  :rtype: :class:`~oci.response.Response`
21070
21070
 
21071
21071
  :example:
21072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
21072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
21073
21073
  """
21074
21074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21075
21075
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -21185,7 +21185,7 @@ class DbManagementClient(object):
21185
21185
  :rtype: :class:`~oci.response.Response`
21186
21186
 
21187
21187
  :example:
21188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
21188
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
21189
21189
  """
21190
21190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21191
21191
  required_arguments = ['managedDatabaseId']
@@ -21297,7 +21297,7 @@ class DbManagementClient(object):
21297
21297
  :rtype: :class:`~oci.response.Response`
21298
21298
 
21299
21299
  :example:
21300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
21300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
21301
21301
  """
21302
21302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21303
21303
  required_arguments = ['managedDatabaseId']
@@ -21411,7 +21411,7 @@ class DbManagementClient(object):
21411
21411
  :rtype: :class:`~oci.response.Response`
21412
21412
 
21413
21413
  :example:
21414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
21414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
21415
21415
  """
21416
21416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21417
21417
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -21523,7 +21523,7 @@ class DbManagementClient(object):
21523
21523
  :rtype: :class:`~oci.response.Response`
21524
21524
 
21525
21525
  :example:
21526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
21526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
21527
21527
  """
21528
21528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21529
21529
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -21635,7 +21635,7 @@ class DbManagementClient(object):
21635
21635
  :rtype: :class:`~oci.response.Response`
21636
21636
 
21637
21637
  :example:
21638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
21638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
21639
21639
  """
21640
21640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21641
21641
  required_arguments = ['externalAsmId']
@@ -21745,7 +21745,7 @@ class DbManagementClient(object):
21745
21745
  :rtype: :class:`~oci.response.Response`
21746
21746
 
21747
21747
  :example:
21748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
21748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
21749
21749
  """
21750
21750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21751
21751
  required_arguments = ['externalClusterId']
@@ -21855,7 +21855,7 @@ class DbManagementClient(object):
21855
21855
  :rtype: :class:`~oci.response.Response`
21856
21856
 
21857
21857
  :example:
21858
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
21858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
21859
21859
  """
21860
21860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21861
21861
  required_arguments = ['externalClusterInstanceId']
@@ -21965,7 +21965,7 @@ class DbManagementClient(object):
21965
21965
  :rtype: :class:`~oci.response.Response`
21966
21966
 
21967
21967
  :example:
21968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
21968
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
21969
21969
  """
21970
21970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21971
21971
  required_arguments = ['externalDbNodeId']
@@ -22075,7 +22075,7 @@ class DbManagementClient(object):
22075
22075
  :rtype: :class:`~oci.response.Response`
22076
22076
 
22077
22077
  :example:
22078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
22078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
22079
22079
  """
22080
22080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22081
22081
  required_arguments = ['externalDbSystemId']
@@ -22187,7 +22187,7 @@ class DbManagementClient(object):
22187
22187
  :rtype: :class:`~oci.response.Response`
22188
22188
 
22189
22189
  :example:
22190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
22190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
22191
22191
  """
22192
22192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22193
22193
  required_arguments = ['externalDbSystemConnectorId']
@@ -22297,7 +22297,7 @@ class DbManagementClient(object):
22297
22297
  :rtype: :class:`~oci.response.Response`
22298
22298
 
22299
22299
  :example:
22300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
22300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
22301
22301
  """
22302
22302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22303
22303
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -22416,7 +22416,7 @@ class DbManagementClient(object):
22416
22416
  :rtype: :class:`~oci.response.Response`
22417
22417
 
22418
22418
  :example:
22419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
22419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
22420
22420
  """
22421
22421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22422
22422
  required_arguments = ['externalExadataInfrastructureId']
@@ -22533,7 +22533,7 @@ class DbManagementClient(object):
22533
22533
  :rtype: :class:`~oci.response.Response`
22534
22534
 
22535
22535
  :example:
22536
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
22536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
22537
22537
  """
22538
22538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22539
22539
  required_arguments = ['externalExadataStorageConnectorId']
@@ -22645,7 +22645,7 @@ class DbManagementClient(object):
22645
22645
  :rtype: :class:`~oci.response.Response`
22646
22646
 
22647
22647
  :example:
22648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
22648
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
22649
22649
  """
22650
22650
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22651
22651
  required_arguments = ['externalListenerId']
@@ -22753,7 +22753,7 @@ class DbManagementClient(object):
22753
22753
  :rtype: :class:`~oci.response.Response`
22754
22754
 
22755
22755
  :example:
22756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
22756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
22757
22757
  """
22758
22758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22759
22759
  required_arguments = ['jobId']
@@ -22865,7 +22865,7 @@ class DbManagementClient(object):
22865
22865
  :rtype: :class:`~oci.response.Response`
22866
22866
 
22867
22867
  :example:
22868
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
22868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
22869
22869
  """
22870
22870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22871
22871
  required_arguments = ['managedDatabaseGroupId']
@@ -22980,7 +22980,7 @@ class DbManagementClient(object):
22980
22980
  :rtype: :class:`~oci.response.Response`
22981
22981
 
22982
22982
  :example:
22983
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
22983
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
22984
22984
  """
22985
22985
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22986
22986
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -23089,7 +23089,7 @@ class DbManagementClient(object):
23089
23089
  :rtype: :class:`~oci.response.Response`
23090
23090
 
23091
23091
  :example:
23092
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
23092
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
23093
23093
  """
23094
23094
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23095
23095
  required_arguments = ['managedDatabaseId', 'tablespaceName']