oci 2.144.0__py3-none-any.whl → 2.145.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 (481) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_speech/models/realtime_parameters.py +61 -4
  8. oci/ai_vision/ai_service_vision_client.py +28 -28
  9. oci/analytics/analytics_client.py +24 -24
  10. oci/announcements_service/announcement_client.py +5 -5
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/announcements_service/service_client.py +1 -1
  14. oci/apigateway/api_gateway_client.py +21 -21
  15. oci/apigateway/deployment_client.py +6 -6
  16. oci/apigateway/gateway_client.py +6 -6
  17. oci/apigateway/subscribers_client.py +6 -6
  18. oci/apigateway/usage_plans_client.py +6 -6
  19. oci/apigateway/work_requests_client.py +5 -5
  20. oci/apm_config/config_client.py +9 -9
  21. oci/apm_control_plane/apm_domain_client.py +14 -14
  22. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  23. oci/apm_traces/attributes_client.py +8 -8
  24. oci/apm_traces/query_client.py +2 -2
  25. oci/apm_traces/trace_client.py +4 -4
  26. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  27. oci/artifacts/artifacts_client.py +32 -32
  28. oci/audit/audit_client.py +3 -3
  29. oci/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -3
  30. oci/auth/signers/key_pair_signer.py +6 -5
  31. oci/autoscaling/auto_scaling_client.py +11 -11
  32. oci/base_client.py +2 -2
  33. oci/bastion/bastion_client.py +15 -15
  34. oci/bds/bds_client.py +84 -84
  35. oci/blockchain/blockchain_platform_client.py +27 -27
  36. oci/budget/budget_client.py +10 -10
  37. oci/capacity_management/capacity_management_client.py +32 -32
  38. oci/certificates/certificates_client.py +5 -5
  39. oci/certificates_management/certificates_management_client.py +32 -32
  40. oci/cims/incident_client.py +6 -6
  41. oci/cloud_bridge/common_client.py +5 -5
  42. oci/cloud_bridge/discovery_client.py +15 -15
  43. oci/cloud_bridge/inventory_client.py +16 -16
  44. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  45. oci/cloud_guard/cloud_guard_client.py +155 -155
  46. oci/cloud_migrations/migration_client.py +43 -43
  47. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  48. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  49. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  50. oci/compute_instance_agent/plugin_client.py +2 -2
  51. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  52. oci/container_engine/container_engine_client.py +44 -44
  53. oci/container_engine/models/cluster_create_options.py +47 -0
  54. oci/container_engine/models/cluster_endpoints.py +33 -2
  55. oci/container_instances/container_instance_client.py +18 -18
  56. oci/core/blockstorage_client.py +60 -60
  57. oci/core/compute_client.py +102 -102
  58. oci/core/compute_management_client.py +32 -32
  59. oci/core/virtual_network_client.py +256 -256
  60. oci/dashboard_service/dashboard_client.py +6 -6
  61. oci/dashboard_service/dashboard_group_client.py +6 -6
  62. oci/data_catalog/data_catalog_client.py +149 -149
  63. oci/data_flow/data_flow_client.py +45 -45
  64. oci/data_integration/data_integration_client.py +163 -163
  65. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  66. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  67. oci/data_safe/data_safe_client.py +306 -306
  68. oci/data_science/data_science_client.py +101 -101
  69. oci/database/database_client.py +409 -404
  70. oci/database/models/__init__.py +8 -0
  71. oci/database/models/autonomous_container_database.py +89 -0
  72. oci/database/models/autonomous_container_database_summary.py +89 -0
  73. oci/database/models/autonomous_database.py +64 -2
  74. oci/database/models/autonomous_database_backup.py +15 -3
  75. oci/database/models/autonomous_database_backup_summary.py +15 -3
  76. oci/database/models/autonomous_database_standby_summary.py +93 -0
  77. oci/database/models/autonomous_database_summary.py +64 -2
  78. oci/database/models/autonomous_dw_database.py +64 -2
  79. oci/database/models/backup_destination.py +95 -2
  80. oci/database/models/backup_destination_configuration_summary.py +387 -0
  81. oci/database/models/backup_destination_details_summary.py +356 -0
  82. oci/database/models/backup_destination_properties.py +134 -0
  83. oci/database/models/backup_destination_summary.py +95 -2
  84. oci/database/models/create_autonomous_database_clone_details.py +7 -3
  85. oci/database/models/create_autonomous_database_from_backup_details.py +40 -5
  86. oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +40 -5
  87. oci/database/models/create_data_guard_association_with_new_db_system_details.py +33 -0
  88. oci/database/models/db_system.py +96 -10
  89. oci/database/models/db_system_summary.py +96 -10
  90. oci/database/models/launch_db_system_base.py +33 -0
  91. oci/database/models/launch_db_system_details.py +7 -0
  92. oci/database/models/launch_db_system_from_backup_details.py +7 -0
  93. oci/database/models/launch_db_system_from_database_details.py +7 -0
  94. oci/database/models/launch_db_system_from_db_system_details.py +7 -0
  95. oci/database/models/recovery_appliance_details.py +134 -0
  96. oci/database/models/restore_autonomous_database_details.py +1 -1
  97. oci/database_management/db_management_client.py +228 -228
  98. oci/database_management/diagnosability_client.py +4 -4
  99. oci/database_management/managed_my_sql_databases_client.py +9 -9
  100. oci/database_management/perfhub_client.py +1 -1
  101. oci/database_management/sql_tuning_client.py +17 -17
  102. oci/database_migration/database_migration_client.py +42 -42
  103. oci/database_tools/database_tools_client.py +23 -23
  104. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  105. oci/delegate_access_control/work_request_client.py +4 -4
  106. oci/demand_signal/occ_demand_signal_client.py +7 -7
  107. oci/desktops/desktop_service_client.py +21 -21
  108. oci/devops/devops_client.py +141 -141
  109. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  110. oci/dns/dns_client.py +54 -54
  111. oci/dts/appliance_export_job_client.py +6 -6
  112. oci/dts/shipping_vendors_client.py +1 -1
  113. oci/dts/transfer_appliance_client.py +8 -8
  114. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  115. oci/dts/transfer_device_client.py +5 -5
  116. oci/dts/transfer_job_client.py +6 -6
  117. oci/dts/transfer_package_client.py +7 -7
  118. oci/em_warehouse/em_warehouse_client.py +13 -13
  119. oci/email/email_client.py +31 -31
  120. oci/email_data_plane/email_dp_client.py +1 -1
  121. oci/events/events_client.py +6 -6
  122. oci/file_storage/file_storage_client.py +68 -68
  123. oci/file_storage/models/file_system.py +33 -0
  124. oci/file_storage/models/file_system_summary.py +33 -0
  125. oci/file_storage/models/filesystem_snapshot_policy.py +35 -2
  126. oci/file_storage/models/filesystem_snapshot_policy_summary.py +35 -2
  127. oci/file_storage/models/ldap_bind_account.py +7 -0
  128. oci/file_storage/models/ldap_bind_account_summary.py +7 -0
  129. oci/file_storage/models/mount_target.py +35 -2
  130. oci/file_storage/models/mount_target_summary.py +35 -2
  131. oci/file_storage/models/outbound_connector.py +35 -2
  132. oci/file_storage/models/outbound_connector_summary.py +35 -2
  133. oci/file_storage/models/replication.py +35 -2
  134. oci/file_storage/models/replication_summary.py +33 -0
  135. oci/file_storage/models/replication_target.py +33 -0
  136. oci/file_storage/models/replication_target_summary.py +33 -0
  137. oci/file_storage/models/snapshot.py +33 -0
  138. oci/file_storage/models/snapshot_summary.py +35 -2
  139. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  140. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  141. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  142. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  143. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  144. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  145. oci/functions/functions_invoke_client.py +1 -1
  146. oci/functions/functions_management_client.py +16 -16
  147. oci/fusion_apps/fusion_applications_client.py +41 -41
  148. oci/generative_ai/generative_ai_client.py +22 -22
  149. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  150. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  151. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  152. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  153. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  154. oci/golden_gate/golden_gate_client.py +90 -90
  155. oci/golden_gate/models/__init__.py +24 -0
  156. oci/golden_gate/models/amazon_kinesis_connection.py +1 -1
  157. oci/golden_gate/models/amazon_kinesis_connection_summary.py +1 -1
  158. oci/golden_gate/models/amazon_redshift_connection.py +1 -1
  159. oci/golden_gate/models/amazon_redshift_connection_summary.py +1 -1
  160. oci/golden_gate/models/amazon_s3_connection.py +1 -1
  161. oci/golden_gate/models/amazon_s3_connection_summary.py +1 -1
  162. oci/golden_gate/models/azure_data_lake_storage_connection.py +1 -1
  163. oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +1 -1
  164. oci/golden_gate/models/azure_synapse_connection.py +1 -1
  165. oci/golden_gate/models/azure_synapse_connection_summary.py +1 -1
  166. oci/golden_gate/models/connection.py +59 -35
  167. oci/golden_gate/models/connection_summary.py +62 -38
  168. oci/golden_gate/models/create_amazon_kinesis_connection_details.py +3 -1
  169. oci/golden_gate/models/create_amazon_redshift_connection_details.py +3 -1
  170. oci/golden_gate/models/create_amazon_s3_connection_details.py +3 -1
  171. oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +7 -1
  172. oci/golden_gate/models/create_azure_synapse_connection_details.py +3 -1
  173. oci/golden_gate/models/create_connection_details.py +58 -34
  174. oci/golden_gate/models/create_database_registration_details.py +4 -0
  175. oci/golden_gate/models/create_databricks_connection_details.py +437 -0
  176. oci/golden_gate/models/create_db2_connection_details.py +7 -1
  177. oci/golden_gate/models/create_elasticsearch_connection_details.py +3 -1
  178. oci/golden_gate/models/create_generic_connection_details.py +1 -1
  179. oci/golden_gate/models/create_golden_gate_connection_details.py +3 -1
  180. oci/golden_gate/models/create_google_big_query_connection_details.py +3 -1
  181. oci/golden_gate/models/create_google_cloud_storage_connection_details.py +3 -1
  182. oci/golden_gate/models/create_google_pub_sub_connection_details.py +241 -0
  183. oci/golden_gate/models/create_hdfs_connection_details.py +1 -1
  184. oci/golden_gate/models/create_java_message_service_connection_details.py +15 -1
  185. oci/golden_gate/models/create_kafka_connection_details.py +13 -1
  186. oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +13 -1
  187. oci/golden_gate/models/create_microsoft_fabric_connection_details.py +336 -0
  188. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +3 -1
  189. oci/golden_gate/models/create_mongo_db_connection_details.py +209 -3
  190. oci/golden_gate/models/create_mysql_connection_details.py +5 -1
  191. oci/golden_gate/models/create_oci_object_storage_connection_details.py +43 -4
  192. oci/golden_gate/models/create_oracle_connection_details.py +5 -1
  193. oci/golden_gate/models/create_oracle_nosql_connection_details.py +43 -4
  194. oci/golden_gate/models/create_postgresql_connection_details.py +5 -1
  195. oci/golden_gate/models/create_redis_connection_details.py +11 -1
  196. oci/golden_gate/models/create_snowflake_connection_details.py +7 -1
  197. oci/golden_gate/models/databricks_connection.py +456 -0
  198. oci/golden_gate/models/databricks_connection_summary.py +418 -0
  199. oci/golden_gate/models/db2_connection.py +1 -1
  200. oci/golden_gate/models/db2_connection_summary.py +1 -1
  201. oci/golden_gate/models/deployment_type_summary.py +15 -3
  202. oci/golden_gate/models/elasticsearch_connection.py +1 -1
  203. oci/golden_gate/models/elasticsearch_connection_summary.py +1 -1
  204. oci/golden_gate/models/generic_connection.py +1 -1
  205. oci/golden_gate/models/generic_connection_summary.py +1 -1
  206. oci/golden_gate/models/golden_gate_connection.py +1 -1
  207. oci/golden_gate/models/golden_gate_connection_summary.py +1 -1
  208. oci/golden_gate/models/google_big_query_connection.py +1 -1
  209. oci/golden_gate/models/google_big_query_connection_summary.py +1 -1
  210. oci/golden_gate/models/google_cloud_storage_connection.py +1 -1
  211. oci/golden_gate/models/google_cloud_storage_connection_summary.py +1 -1
  212. oci/golden_gate/models/google_pub_sub_connection.py +271 -0
  213. oci/golden_gate/models/google_pub_sub_connection_summary.py +255 -0
  214. oci/golden_gate/models/hdfs_connection.py +1 -1
  215. oci/golden_gate/models/hdfs_connection_summary.py +1 -1
  216. oci/golden_gate/models/java_message_service_connection.py +1 -1
  217. oci/golden_gate/models/java_message_service_connection_summary.py +1 -1
  218. oci/golden_gate/models/kafka_connection.py +1 -1
  219. oci/golden_gate/models/kafka_connection_summary.py +1 -1
  220. oci/golden_gate/models/kafka_schema_registry_connection.py +1 -1
  221. oci/golden_gate/models/kafka_schema_registry_connection_summary.py +1 -1
  222. oci/golden_gate/models/microsoft_fabric_connection.py +372 -0
  223. oci/golden_gate/models/microsoft_fabric_connection_summary.py +352 -0
  224. oci/golden_gate/models/microsoft_sqlserver_connection.py +1 -1
  225. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +1 -1
  226. oci/golden_gate/models/mongo_db_connection.py +141 -6
  227. oci/golden_gate/models/mongo_db_connection_summary.py +110 -3
  228. oci/golden_gate/models/mysql_connection.py +1 -1
  229. oci/golden_gate/models/mysql_connection_summary.py +1 -1
  230. oci/golden_gate/models/oci_object_storage_connection.py +38 -3
  231. oci/golden_gate/models/oci_object_storage_connection_summary.py +38 -3
  232. oci/golden_gate/models/oracle_connection.py +24 -4
  233. oci/golden_gate/models/oracle_connection_summary.py +1 -1
  234. oci/golden_gate/models/oracle_nosql_connection.py +38 -3
  235. oci/golden_gate/models/oracle_nosql_connection_summary.py +38 -3
  236. oci/golden_gate/models/postgresql_connection.py +8 -4
  237. oci/golden_gate/models/postgresql_connection_summary.py +1 -1
  238. oci/golden_gate/models/redis_connection.py +1 -1
  239. oci/golden_gate/models/redis_connection_summary.py +1 -1
  240. oci/golden_gate/models/snowflake_connection.py +1 -1
  241. oci/golden_gate/models/snowflake_connection_summary.py +1 -1
  242. oci/golden_gate/models/update_amazon_kinesis_connection_details.py +3 -1
  243. oci/golden_gate/models/update_amazon_redshift_connection_details.py +3 -1
  244. oci/golden_gate/models/update_amazon_s3_connection_details.py +3 -1
  245. oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +7 -1
  246. oci/golden_gate/models/update_azure_synapse_connection_details.py +3 -1
  247. oci/golden_gate/models/update_connection_details.py +46 -22
  248. oci/golden_gate/models/update_database_registration_details.py +4 -0
  249. oci/golden_gate/models/update_databricks_connection_details.py +392 -0
  250. oci/golden_gate/models/update_db2_connection_details.py +7 -1
  251. oci/golden_gate/models/update_elasticsearch_connection_details.py +3 -1
  252. oci/golden_gate/models/update_generic_connection_details.py +1 -1
  253. oci/golden_gate/models/update_golden_gate_connection_details.py +3 -1
  254. oci/golden_gate/models/update_google_big_query_connection_details.py +3 -1
  255. oci/golden_gate/models/update_google_cloud_storage_connection_details.py +3 -1
  256. oci/golden_gate/models/update_google_pub_sub_connection_details.py +196 -0
  257. oci/golden_gate/models/update_hdfs_connection_details.py +1 -1
  258. oci/golden_gate/models/update_java_message_service_connection_details.py +15 -1
  259. oci/golden_gate/models/update_kafka_connection_details.py +13 -1
  260. oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +13 -1
  261. oci/golden_gate/models/update_microsoft_fabric_connection_details.py +291 -0
  262. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +3 -1
  263. oci/golden_gate/models/update_mongo_db_connection_details.py +209 -3
  264. oci/golden_gate/models/update_mysql_connection_details.py +5 -1
  265. oci/golden_gate/models/update_oci_object_storage_connection_details.py +42 -3
  266. oci/golden_gate/models/update_oracle_connection_details.py +5 -1
  267. oci/golden_gate/models/update_oracle_nosql_connection_details.py +42 -3
  268. oci/golden_gate/models/update_postgresql_connection_details.py +5 -1
  269. oci/golden_gate/models/update_redis_connection_details.py +11 -1
  270. oci/golden_gate/models/update_snowflake_connection_details.py +7 -1
  271. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  272. oci/governance_rules_control_plane/work_request_client.py +5 -5
  273. oci/healthchecks/health_checks_client.py +17 -17
  274. oci/identity/identity_client.py +145 -145
  275. oci/identity_data_plane/dataplane_client.py +2 -2
  276. oci/identity_domains/identity_domains_client.py +311 -311
  277. oci/integration/integration_instance_client.py +19 -19
  278. oci/jms/java_management_service_client.py +653 -75
  279. oci/jms/models/__init__.py +24 -0
  280. oci/jms/models/fleet_error_aggregation.py +119 -0
  281. oci/jms/models/fleet_error_aggregation_collection.py +72 -0
  282. oci/jms/models/fleet_error_aggregation_summary.py +103 -0
  283. oci/jms/models/fleet_error_collection.py +72 -0
  284. oci/jms/models/fleet_error_details.py +156 -0
  285. oci/jms/models/fleet_error_summary.py +235 -0
  286. oci/jms/models/generate_agent_installer_configuration_details.py +2 -2
  287. oci/jms/models/operating_system.py +31 -0
  288. oci/jms/models/plugin_error_aggregation.py +123 -0
  289. oci/jms/models/plugin_error_aggregation_collection.py +72 -0
  290. oci/jms/models/plugin_error_aggregation_summary.py +103 -0
  291. oci/jms/models/plugin_error_collection.py +72 -0
  292. oci/jms/models/plugin_error_details.py +160 -0
  293. oci/jms/models/plugin_error_summary.py +282 -0
  294. oci/jms_java_downloads/java_download_client.py +25 -25
  295. oci/key_management/ekm_client.py +5 -5
  296. oci/key_management/kms_crypto_client.py +6 -6
  297. oci/key_management/kms_hsm_cluster_client.py +12 -12
  298. oci/key_management/kms_management_client.py +21 -21
  299. oci/key_management/kms_vault_client.py +14 -14
  300. oci/license_manager/license_manager_client.py +18 -18
  301. oci/limits/limits_client.py +4 -4
  302. oci/limits/quotas_client.py +7 -7
  303. oci/load_balancer/load_balancer_client.py +61 -61
  304. oci/lockbox/lockbox_client.py +24 -24
  305. oci/log_analytics/log_analytics_client.py +193 -193
  306. oci/logging/logging_management_client.py +30 -30
  307. oci/loggingingestion/logging_client.py +1 -1
  308. oci/loggingsearch/log_search_client.py +1 -1
  309. oci/management_agent/management_agent_client.py +28 -28
  310. oci/management_dashboard/dashx_apis_client.py +14 -14
  311. oci/marketplace/account_client.py +2 -2
  312. oci/marketplace/marketplace_client.py +30 -30
  313. oci/marketplace_private_offer/attachment_client.py +5 -5
  314. oci/marketplace_private_offer/offer_client.py +6 -6
  315. oci/marketplace_publisher/attachment_client.py +5 -5
  316. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  317. oci/marketplace_publisher/offer_client.py +6 -6
  318. oci/media_services/media_services_client.py +60 -60
  319. oci/media_services/media_stream_client.py +2 -2
  320. oci/monitoring/monitoring_client.py +18 -18
  321. oci/mysql/channels_client.py +7 -7
  322. oci/mysql/db_backups_client.py +7 -7
  323. oci/mysql/db_system_client.py +17 -17
  324. oci/mysql/mysqlaas_client.py +7 -7
  325. oci/mysql/replicas_client.py +5 -5
  326. oci/mysql/work_requests_client.py +4 -4
  327. oci/network_firewall/network_firewall_client.py +86 -86
  328. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  329. oci/nosql/nosql_client.py +24 -24
  330. oci/object_storage/object_storage_client.py +55 -55
  331. oci/oce/oce_instance_client.py +10 -10
  332. oci/oci_control_center/occ_metrics_client.py +3 -3
  333. oci/ocvp/cluster_client.py +5 -5
  334. oci/ocvp/esxi_host_client.py +8 -8
  335. oci/ocvp/sddc_client.py +14 -14
  336. oci/ocvp/work_request_client.py +4 -4
  337. oci/oda/management_client.py +59 -59
  338. oci/oda/oda_client.py +17 -17
  339. oci/oda/odapackage_client.py +7 -7
  340. oci/onesubscription/billing_schedule_client.py +1 -1
  341. oci/onesubscription/commitment_client.py +2 -2
  342. oci/onesubscription/computed_usage_client.py +3 -3
  343. oci/onesubscription/invoice_summary_client.py +2 -2
  344. oci/onesubscription/organization_subscription_client.py +1 -1
  345. oci/onesubscription/ratecard_client.py +1 -1
  346. oci/onesubscription/subscribed_service_client.py +2 -2
  347. oci/onesubscription/subscription_client.py +1 -1
  348. oci/ons/notification_control_plane_client.py +6 -6
  349. oci/ons/notification_data_plane_client.py +10 -10
  350. oci/opa/opa_instance_client.py +13 -13
  351. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  352. oci/opensearch/opensearch_cluster_client.py +16 -16
  353. oci/operator_access_control/access_requests_client.py +10 -10
  354. oci/operator_access_control/operator_actions_client.py +2 -2
  355. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  356. oci/operator_access_control/operator_control_client.py +6 -6
  357. oci/opsi/operations_insights_client.py +181 -181
  358. oci/optimizer/optimizer_client.py +26 -26
  359. oci/os_management/event_client.py +8 -8
  360. oci/os_management/os_management_client.py +69 -69
  361. oci/os_management_hub/event_client.py +8 -8
  362. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  363. oci/os_management_hub/managed_instance_client.py +31 -31
  364. oci/os_management_hub/managed_instance_group_client.py +25 -25
  365. oci/os_management_hub/management_station_client.py +10 -10
  366. oci/os_management_hub/onboarding_client.py +6 -6
  367. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  368. oci/os_management_hub/scheduled_job_client.py +7 -7
  369. oci/os_management_hub/software_source_client.py +27 -27
  370. oci/os_management_hub/work_request_client.py +4 -4
  371. oci/osp_gateway/address_rule_service_client.py +1 -1
  372. oci/osp_gateway/address_service_client.py +2 -2
  373. oci/osp_gateway/invoice_service_client.py +5 -5
  374. oci/osp_gateway/subscription_service_client.py +5 -5
  375. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  376. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  377. oci/osub_subscription/commitment_client.py +2 -2
  378. oci/osub_subscription/ratecard_client.py +1 -1
  379. oci/osub_subscription/subscription_client.py +1 -1
  380. oci/osub_usage/computed_usage_client.py +3 -3
  381. oci/psql/postgresql_client.py +33 -33
  382. oci/queue/queue_admin_client.py +11 -11
  383. oci/queue/queue_client.py +8 -8
  384. oci/recovery/database_recovery_client.py +26 -26
  385. oci/redis/redis_cluster_client.py +12 -12
  386. oci/resource_manager/resource_manager_client.py +52 -52
  387. oci/resource_scheduler/schedule_client.py +13 -13
  388. oci/resource_search/resource_search_client.py +3 -3
  389. oci/rover/rover_bundle_client.py +8 -8
  390. oci/rover/rover_cluster_client.py +8 -8
  391. oci/rover/rover_entitlement_client.py +6 -6
  392. oci/rover/rover_node_client.py +15 -15
  393. oci/rover/shape_client.py +1 -1
  394. oci/rover/work_requests_client.py +5 -5
  395. oci/sch/connector_plugins_client.py +2 -2
  396. oci/sch/service_connector_client.py +12 -12
  397. oci/secrets/secrets_client.py +3 -3
  398. oci/security_attribute/security_attribute_client.py +18 -18
  399. oci/service_catalog/service_catalog_client.py +26 -26
  400. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  401. oci/service_mesh/service_mesh_client.py +48 -48
  402. oci/stack_monitoring/models/__init__.py +42 -0
  403. oci/stack_monitoring/models/alarm_condition.py +588 -0
  404. oci/stack_monitoring/models/alarm_condition_collection.py +72 -0
  405. oci/stack_monitoring/models/alarm_condition_summary.py +588 -0
  406. oci/stack_monitoring/models/associated_monitored_resource.py +7 -3
  407. oci/stack_monitoring/models/associated_resources_summary.py +7 -3
  408. oci/stack_monitoring/models/condition.py +243 -0
  409. oci/stack_monitoring/models/create_alarm_condition_details.py +309 -0
  410. oci/stack_monitoring/models/create_license_auto_assign_config_details.py +7 -3
  411. oci/stack_monitoring/models/create_monitored_resource_details.py +7 -3
  412. oci/stack_monitoring/models/create_monitoring_template_details.py +406 -0
  413. oci/stack_monitoring/models/defined_alarm_condition.py +150 -0
  414. oci/stack_monitoring/models/defined_monitoring_template_collection.py +72 -0
  415. oci/stack_monitoring/models/defined_monitoring_template_summary.py +326 -0
  416. oci/stack_monitoring/models/discovery_details.py +7 -3
  417. oci/stack_monitoring/models/discovery_job_summary.py +7 -3
  418. oci/stack_monitoring/models/license_auto_assign_config_details.py +7 -3
  419. oci/stack_monitoring/models/license_auto_assign_config_summary.py +7 -3
  420. oci/stack_monitoring/models/manage_license_details.py +7 -3
  421. oci/stack_monitoring/models/member_reference.py +154 -0
  422. oci/stack_monitoring/models/metric_extension.py +2 -2
  423. oci/stack_monitoring/models/metric_extension_metric_aggregation_collection.py +72 -0
  424. oci/stack_monitoring/models/metric_extension_resource_aggregation.py +105 -0
  425. oci/stack_monitoring/models/metric_extension_resource_aggregation_collection.py +72 -0
  426. oci/stack_monitoring/models/metric_extensions_metric_aggregation.py +105 -0
  427. oci/stack_monitoring/models/monitored_resource.py +7 -3
  428. oci/stack_monitoring/models/monitored_resource_member_summary.py +7 -3
  429. oci/stack_monitoring/models/monitored_resource_summary.py +7 -3
  430. oci/stack_monitoring/models/monitored_resource_type.py +31 -0
  431. oci/stack_monitoring/models/monitored_resource_type_summary.py +31 -0
  432. oci/stack_monitoring/models/monitoring_template.py +743 -0
  433. oci/stack_monitoring/models/monitoring_template_collection.py +72 -0
  434. oci/stack_monitoring/models/monitoring_template_summary.py +599 -0
  435. oci/stack_monitoring/models/request_summarized_metric_extensions_metrics_details.py +263 -0
  436. oci/stack_monitoring/models/request_summarized_metric_extensions_resources_details.py +357 -0
  437. oci/stack_monitoring/models/search_monitored_resources_details.py +7 -3
  438. oci/stack_monitoring/models/system_format_resource_type_metadata_details.py +37 -2
  439. oci/stack_monitoring/models/update_alarm_condition_details.py +309 -0
  440. oci/stack_monitoring/models/update_license_auto_assign_config_details.py +7 -3
  441. oci/stack_monitoring/models/update_monitoring_template_details.py +375 -0
  442. oci/stack_monitoring/models/work_request.py +18 -6
  443. oci/stack_monitoring/models/work_request_summary.py +18 -6
  444. oci/stack_monitoring/stack_monitoring_client.py +2446 -446
  445. oci/stack_monitoring/stack_monitoring_client_composite_operations.py +331 -0
  446. oci/streaming/stream_admin_client.py +18 -18
  447. oci/streaming/stream_client.py +8 -8
  448. oci/tenant_manager_control_plane/domain_client.py +5 -5
  449. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  450. oci/tenant_manager_control_plane/governance_client.py +2 -2
  451. oci/tenant_manager_control_plane/link_client.py +3 -3
  452. oci/tenant_manager_control_plane/orders_client.py +2 -2
  453. oci/tenant_manager_control_plane/organization_client.py +10 -10
  454. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  455. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  456. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  457. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  458. oci/threat_intelligence/threatintel_client.py +5 -5
  459. oci/usage/resources_client.py +2 -2
  460. oci/usage/rewards_client.py +6 -6
  461. oci/usage/usagelimits_client.py +1 -1
  462. oci/usage_api/usageapi_client.py +33 -33
  463. oci/vault/vaults_client.py +13 -13
  464. oci/vbs_inst/vbs_instance_client.py +10 -10
  465. oci/version.py +1 -1
  466. oci/visual_builder/vb_instance_client.py +14 -14
  467. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  468. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  469. oci/waa/waa_client.py +13 -13
  470. oci/waa/work_request_client.py +4 -4
  471. oci/waas/redirect_client.py +6 -6
  472. oci/waas/waas_client.py +66 -66
  473. oci/waf/waf_client.py +24 -24
  474. oci/work_requests/work_request_client.py +4 -4
  475. oci/zpr/zpr_client.py +15 -15
  476. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/METADATA +1 -1
  477. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/RECORD +481 -432
  478. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/LICENSE.txt +0 -0
  479. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  480. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/WHEEL +0 -0
  481. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/top_level.txt +0 -0
@@ -160,7 +160,7 @@ class DbManagementClient(object):
160
160
  :rtype: :class:`~oci.response.Response`
161
161
 
162
162
  :example:
163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/add_data_files.py.html>`__ to see an example of how to use add_data_files API.
163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/add_data_files.py.html>`__ to see an example of how to use add_data_files API.
164
164
  """
165
165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
166
166
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -276,7 +276,7 @@ class DbManagementClient(object):
276
276
  :rtype: :class:`~oci.response.Response`
277
277
 
278
278
  :example:
279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/add_managed_database_to_managed_database_group.py.html>`__ to see an example of how to use add_managed_database_to_managed_database_group API.
279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/add_managed_database_to_managed_database_group.py.html>`__ to see an example of how to use add_managed_database_to_managed_database_group API.
280
280
  """
281
281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
282
282
  required_arguments = ['managedDatabaseGroupId']
@@ -404,7 +404,7 @@ class DbManagementClient(object):
404
404
  :rtype: :class:`~oci.response.Response`
405
405
 
406
406
  :example:
407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
408
408
  """
409
409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
410
410
  required_arguments = ['managedDatabaseId', 'timeStart', 'timeEnd']
@@ -556,7 +556,7 @@ class DbManagementClient(object):
556
556
  :rtype: :class:`~oci.response.Response`
557
557
 
558
558
  :example:
559
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
560
560
  """
561
561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
562
562
  required_arguments = ['managedDatabaseId']
@@ -676,7 +676,7 @@ class DbManagementClient(object):
676
676
  :rtype: :class:`~oci.response.Response`
677
677
 
678
678
  :example:
679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/change_db_management_private_endpoint_compartment.py.html>`__ to see an example of how to use change_db_management_private_endpoint_compartment API.
679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/change_db_management_private_endpoint_compartment.py.html>`__ to see an example of how to use change_db_management_private_endpoint_compartment API.
680
680
  """
681
681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
682
682
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -798,7 +798,7 @@ class DbManagementClient(object):
798
798
  :rtype: :class:`~oci.response.Response`
799
799
 
800
800
  :example:
801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
802
802
  """
803
803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
804
804
  required_arguments = ['externalDbSystemId']
@@ -920,7 +920,7 @@ class DbManagementClient(object):
920
920
  :rtype: :class:`~oci.response.Response`
921
921
 
922
922
  :example:
923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
924
924
  """
925
925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
926
926
  required_arguments = ['externalExadataInfrastructureId']
@@ -1042,7 +1042,7 @@ class DbManagementClient(object):
1042
1042
  :rtype: :class:`~oci.response.Response`
1043
1043
 
1044
1044
  :example:
1045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1046
1046
  """
1047
1047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1048
1048
  required_arguments = ['jobId']
@@ -1166,7 +1166,7 @@ class DbManagementClient(object):
1166
1166
  :rtype: :class:`~oci.response.Response`
1167
1167
 
1168
1168
  :example:
1169
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
1169
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
1170
1170
  """
1171
1171
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1172
1172
  required_arguments = ['managedDatabaseGroupId']
@@ -1290,7 +1290,7 @@ class DbManagementClient(object):
1290
1290
  :rtype: :class:`~oci.response.Response`
1291
1291
 
1292
1292
  :example:
1293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/change_named_credential_compartment.py.html>`__ to see an example of how to use change_named_credential_compartment API.
1293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/change_named_credential_compartment.py.html>`__ to see an example of how to use change_named_credential_compartment API.
1294
1294
  """
1295
1295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1296
1296
  required_arguments = ['namedCredentialId']
@@ -1400,7 +1400,7 @@ class DbManagementClient(object):
1400
1400
  :rtype: :class:`~oci.response.Response`
1401
1401
 
1402
1402
  :example:
1403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
1403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
1404
1404
  """
1405
1405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1406
1406
  required_arguments = ['managedDatabaseId']
@@ -1502,7 +1502,7 @@ class DbManagementClient(object):
1502
1502
  :rtype: :class:`~oci.response.Response`
1503
1503
 
1504
1504
  :example:
1505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
1505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
1506
1506
  """
1507
1507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1508
1508
  required_arguments = ['managedDatabaseId']
@@ -1603,7 +1603,7 @@ class DbManagementClient(object):
1603
1603
  :rtype: :class:`~oci.response.Response`
1604
1604
 
1605
1605
  :example:
1606
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
1606
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
1607
1607
  """
1608
1608
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1609
1609
  required_arguments = ['managedDatabaseId']
@@ -1716,7 +1716,7 @@ class DbManagementClient(object):
1716
1716
  :rtype: :class:`~oci.response.Response`
1717
1717
 
1718
1718
  :example:
1719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/check_external_db_system_connector_connection_status.py.html>`__ to see an example of how to use check_external_db_system_connector_connection_status API.
1719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/check_external_db_system_connector_connection_status.py.html>`__ to see an example of how to use check_external_db_system_connector_connection_status API.
1720
1720
  """
1721
1721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1722
1722
  required_arguments = ['externalDbSystemConnectorId']
@@ -1835,7 +1835,7 @@ class DbManagementClient(object):
1835
1835
  :rtype: :class:`~oci.response.Response`
1836
1836
 
1837
1837
  :example:
1838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
1838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
1839
1839
  """
1840
1840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1841
1841
  required_arguments = ['externalExadataStorageConnectorId']
@@ -1953,7 +1953,7 @@ class DbManagementClient(object):
1953
1953
  :rtype: :class:`~oci.response.Response`
1954
1954
 
1955
1955
  :example:
1956
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/check_external_my_sql_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_my_sql_database_connector_connection_status API.
1956
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/check_external_my_sql_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_my_sql_database_connector_connection_status API.
1957
1957
  """
1958
1958
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1959
1959
  required_arguments = ['externalMySqlDatabaseConnectorId']
@@ -2060,7 +2060,7 @@ class DbManagementClient(object):
2060
2060
  :rtype: :class:`~oci.response.Response`
2061
2061
 
2062
2062
  :example:
2063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
2063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
2064
2064
  """
2065
2065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2066
2066
  required_arguments = ['managedDatabaseId']
@@ -2163,7 +2163,7 @@ class DbManagementClient(object):
2163
2163
  :rtype: :class:`~oci.response.Response`
2164
2164
 
2165
2165
  :example:
2166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
2166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
2167
2167
  """
2168
2168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2169
2169
  required_arguments = ['managedDatabaseId']
@@ -2266,7 +2266,7 @@ class DbManagementClient(object):
2266
2266
  :rtype: :class:`~oci.response.Response`
2267
2267
 
2268
2268
  :example:
2269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2269
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2270
2270
  """
2271
2271
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2272
2272
  required_arguments = []
@@ -2362,7 +2362,7 @@ class DbManagementClient(object):
2362
2362
  :rtype: :class:`~oci.response.Response`
2363
2363
 
2364
2364
  :example:
2365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2365
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2366
2366
  """
2367
2367
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2368
2368
  required_arguments = []
@@ -2460,7 +2460,7 @@ class DbManagementClient(object):
2460
2460
  :rtype: :class:`~oci.response.Response`
2461
2461
 
2462
2462
  :example:
2463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2463
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2464
2464
  """
2465
2465
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2466
2466
  required_arguments = []
@@ -2558,7 +2558,7 @@ class DbManagementClient(object):
2558
2558
  :rtype: :class:`~oci.response.Response`
2559
2559
 
2560
2560
  :example:
2561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2562
2562
  """
2563
2563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2564
2564
  required_arguments = []
@@ -2661,7 +2661,7 @@ class DbManagementClient(object):
2661
2661
  :rtype: :class:`~oci.response.Response`
2662
2662
 
2663
2663
  :example:
2664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2665
2665
  """
2666
2666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2667
2667
  required_arguments = []
@@ -2759,7 +2759,7 @@ class DbManagementClient(object):
2759
2759
  :rtype: :class:`~oci.response.Response`
2760
2760
 
2761
2761
  :example:
2762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2762
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2763
2763
  """
2764
2764
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2765
2765
  required_arguments = []
@@ -2857,7 +2857,7 @@ class DbManagementClient(object):
2857
2857
  :rtype: :class:`~oci.response.Response`
2858
2858
 
2859
2859
  :example:
2860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_external_my_sql_database.py.html>`__ to see an example of how to use create_external_my_sql_database API.
2860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_external_my_sql_database.py.html>`__ to see an example of how to use create_external_my_sql_database API.
2861
2861
  """
2862
2862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2863
2863
  required_arguments = []
@@ -2958,7 +2958,7 @@ class DbManagementClient(object):
2958
2958
  :rtype: :class:`~oci.response.Response`
2959
2959
 
2960
2960
  :example:
2961
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_external_my_sql_database_connector.py.html>`__ to see an example of how to use create_external_my_sql_database_connector API.
2961
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_external_my_sql_database_connector.py.html>`__ to see an example of how to use create_external_my_sql_database_connector API.
2962
2962
  """
2963
2963
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2964
2964
  required_arguments = ['isTestConnectionParam']
@@ -3065,7 +3065,7 @@ class DbManagementClient(object):
3065
3065
  :rtype: :class:`~oci.response.Response`
3066
3066
 
3067
3067
  :example:
3068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
3068
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
3069
3069
  """
3070
3070
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3071
3071
  required_arguments = []
@@ -3162,7 +3162,7 @@ class DbManagementClient(object):
3162
3162
  :rtype: :class:`~oci.response.Response`
3163
3163
 
3164
3164
  :example:
3165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
3165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
3166
3166
  """
3167
3167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3168
3168
  required_arguments = []
@@ -3258,7 +3258,7 @@ class DbManagementClient(object):
3258
3258
  :rtype: :class:`~oci.response.Response`
3259
3259
 
3260
3260
  :example:
3261
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_named_credential.py.html>`__ to see an example of how to use create_named_credential API.
3261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_named_credential.py.html>`__ to see an example of how to use create_named_credential API.
3262
3262
  """
3263
3263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3264
3264
  required_arguments = []
@@ -3359,7 +3359,7 @@ class DbManagementClient(object):
3359
3359
  :rtype: :class:`~oci.response.Response`
3360
3360
 
3361
3361
  :example:
3362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
3362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
3363
3363
  """
3364
3364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3365
3365
  required_arguments = ['managedDatabaseId']
@@ -3469,7 +3469,7 @@ class DbManagementClient(object):
3469
3469
  :rtype: :class:`~oci.response.Response`
3470
3470
 
3471
3471
  :example:
3472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
3472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
3473
3473
  """
3474
3474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3475
3475
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -3574,7 +3574,7 @@ class DbManagementClient(object):
3574
3574
  :rtype: :class:`~oci.response.Response`
3575
3575
 
3576
3576
  :example:
3577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3578
3578
  """
3579
3579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3580
3580
  required_arguments = ['externalDbSystemId']
@@ -3679,7 +3679,7 @@ class DbManagementClient(object):
3679
3679
  :rtype: :class:`~oci.response.Response`
3680
3680
 
3681
3681
  :example:
3682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3683
3683
  """
3684
3684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3685
3685
  required_arguments = ['externalDbSystemConnectorId']
@@ -3784,7 +3784,7 @@ class DbManagementClient(object):
3784
3784
  :rtype: :class:`~oci.response.Response`
3785
3785
 
3786
3786
  :example:
3787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3788
3788
  """
3789
3789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3790
3790
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -3889,7 +3889,7 @@ class DbManagementClient(object):
3889
3889
  :rtype: :class:`~oci.response.Response`
3890
3890
 
3891
3891
  :example:
3892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3893
3893
  """
3894
3894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3895
3895
  required_arguments = ['externalExadataInfrastructureId']
@@ -3994,7 +3994,7 @@ class DbManagementClient(object):
3994
3994
  :rtype: :class:`~oci.response.Response`
3995
3995
 
3996
3996
  :example:
3997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3998
3998
  """
3999
3999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4000
4000
  required_arguments = ['externalExadataStorageConnectorId']
@@ -4097,7 +4097,7 @@ class DbManagementClient(object):
4097
4097
  :rtype: :class:`~oci.response.Response`
4098
4098
 
4099
4099
  :example:
4100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_external_my_sql_database.py.html>`__ to see an example of how to use delete_external_my_sql_database API.
4100
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_external_my_sql_database.py.html>`__ to see an example of how to use delete_external_my_sql_database API.
4101
4101
  """
4102
4102
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4103
4103
  required_arguments = ['externalMySqlDatabaseId']
@@ -4200,7 +4200,7 @@ class DbManagementClient(object):
4200
4200
  :rtype: :class:`~oci.response.Response`
4201
4201
 
4202
4202
  :example:
4203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_external_my_sql_database_connector.py.html>`__ to see an example of how to use delete_external_my_sql_database_connector API.
4203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_external_my_sql_database_connector.py.html>`__ to see an example of how to use delete_external_my_sql_database_connector API.
4204
4204
  """
4205
4205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4206
4206
  required_arguments = ['externalMySqlDatabaseConnectorId']
@@ -4303,7 +4303,7 @@ class DbManagementClient(object):
4303
4303
  :rtype: :class:`~oci.response.Response`
4304
4304
 
4305
4305
  :example:
4306
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
4306
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
4307
4307
  """
4308
4308
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4309
4309
  required_arguments = ['jobId']
@@ -4409,7 +4409,7 @@ class DbManagementClient(object):
4409
4409
  :rtype: :class:`~oci.response.Response`
4410
4410
 
4411
4411
  :example:
4412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
4412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
4413
4413
  """
4414
4414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4415
4415
  required_arguments = ['managedDatabaseGroupId']
@@ -4514,7 +4514,7 @@ class DbManagementClient(object):
4514
4514
  :rtype: :class:`~oci.response.Response`
4515
4515
 
4516
4516
  :example:
4517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_named_credential.py.html>`__ to see an example of how to use delete_named_credential API.
4517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_named_credential.py.html>`__ to see an example of how to use delete_named_credential API.
4518
4518
  """
4519
4519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4520
4520
  required_arguments = ['namedCredentialId']
@@ -4615,7 +4615,7 @@ class DbManagementClient(object):
4615
4615
  :rtype: :class:`~oci.response.Response`
4616
4616
 
4617
4617
  :example:
4618
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
4618
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
4619
4619
  """
4620
4620
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4621
4621
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -4715,7 +4715,7 @@ class DbManagementClient(object):
4715
4715
  :rtype: :class:`~oci.response.Response`
4716
4716
 
4717
4717
  :example:
4718
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
4718
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
4719
4719
  """
4720
4720
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4721
4721
  required_arguments = ['managedDatabaseId']
@@ -4819,7 +4819,7 @@ class DbManagementClient(object):
4819
4819
  :rtype: :class:`~oci.response.Response`
4820
4820
 
4821
4821
  :example:
4822
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
4822
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
4823
4823
  """
4824
4824
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4825
4825
  required_arguments = ['managedDatabaseId']
@@ -4934,7 +4934,7 @@ class DbManagementClient(object):
4934
4934
  :rtype: :class:`~oci.response.Response`
4935
4935
 
4936
4936
  :example:
4937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/disable_autonomous_database_management_feature.py.html>`__ to see an example of how to use disable_autonomous_database_management_feature API.
4937
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/disable_autonomous_database_management_feature.py.html>`__ to see an example of how to use disable_autonomous_database_management_feature API.
4938
4938
  """
4939
4939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4940
4940
  required_arguments = ['autonomousDatabaseId']
@@ -5056,7 +5056,7 @@ class DbManagementClient(object):
5056
5056
  :rtype: :class:`~oci.response.Response`
5057
5057
 
5058
5058
  :example:
5059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/disable_database_management_feature.py.html>`__ to see an example of how to use disable_database_management_feature API.
5059
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/disable_database_management_feature.py.html>`__ to see an example of how to use disable_database_management_feature API.
5060
5060
  """
5061
5061
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5062
5062
  required_arguments = ['databaseId']
@@ -5178,7 +5178,7 @@ class DbManagementClient(object):
5178
5178
  :rtype: :class:`~oci.response.Response`
5179
5179
 
5180
5180
  :example:
5181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/disable_external_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_container_database_management_feature API.
5181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/disable_external_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_container_database_management_feature API.
5182
5182
  """
5183
5183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5184
5184
  required_arguments = ['externalContainerDatabaseId']
@@ -5298,7 +5298,7 @@ class DbManagementClient(object):
5298
5298
  :rtype: :class:`~oci.response.Response`
5299
5299
 
5300
5300
  :example:
5301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
5301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
5302
5302
  """
5303
5303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5304
5304
  required_arguments = ['externalDbSystemId']
@@ -5416,7 +5416,7 @@ class DbManagementClient(object):
5416
5416
  :rtype: :class:`~oci.response.Response`
5417
5417
 
5418
5418
  :example:
5419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
5419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
5420
5420
  """
5421
5421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5422
5422
  required_arguments = ['externalDbSystemId']
@@ -5540,7 +5540,7 @@ class DbManagementClient(object):
5540
5540
  :rtype: :class:`~oci.response.Response`
5541
5541
 
5542
5542
  :example:
5543
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
5543
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
5544
5544
  """
5545
5545
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5546
5546
  required_arguments = ['externalExadataInfrastructureId']
@@ -5655,7 +5655,7 @@ class DbManagementClient(object):
5655
5655
  :rtype: :class:`~oci.response.Response`
5656
5656
 
5657
5657
  :example:
5658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/disable_external_my_sql_database_management.py.html>`__ to see an example of how to use disable_external_my_sql_database_management API.
5658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/disable_external_my_sql_database_management.py.html>`__ to see an example of how to use disable_external_my_sql_database_management API.
5659
5659
  """
5660
5660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5661
5661
  required_arguments = ['externalMySqlDatabaseId']
@@ -5775,7 +5775,7 @@ class DbManagementClient(object):
5775
5775
  :rtype: :class:`~oci.response.Response`
5776
5776
 
5777
5777
  :example:
5778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/disable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_non_container_database_management_feature API.
5778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/disable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_non_container_database_management_feature API.
5779
5779
  """
5780
5780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5781
5781
  required_arguments = ['externalNonContainerDatabaseId']
@@ -5897,7 +5897,7 @@ class DbManagementClient(object):
5897
5897
  :rtype: :class:`~oci.response.Response`
5898
5898
 
5899
5899
  :example:
5900
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/disable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_external_pluggable_database_management_feature API.
5900
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/disable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_external_pluggable_database_management_feature API.
5901
5901
  """
5902
5902
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5903
5903
  required_arguments = ['externalPluggableDatabaseId']
@@ -6008,7 +6008,7 @@ class DbManagementClient(object):
6008
6008
  :rtype: :class:`~oci.response.Response`
6009
6009
 
6010
6010
  :example:
6011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
6011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
6012
6012
  """
6013
6013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6014
6014
  required_arguments = ['managedDatabaseId']
@@ -6123,7 +6123,7 @@ class DbManagementClient(object):
6123
6123
  :rtype: :class:`~oci.response.Response`
6124
6124
 
6125
6125
  :example:
6126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/disable_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_pluggable_database_management_feature API.
6126
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/disable_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_pluggable_database_management_feature API.
6127
6127
  """
6128
6128
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6129
6129
  required_arguments = ['pluggableDatabaseId']
@@ -6233,7 +6233,7 @@ class DbManagementClient(object):
6233
6233
  :rtype: :class:`~oci.response.Response`
6234
6234
 
6235
6235
  :example:
6236
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
6236
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
6237
6237
  """
6238
6238
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6239
6239
  required_arguments = ['managedDatabaseId']
@@ -6361,7 +6361,7 @@ class DbManagementClient(object):
6361
6361
  :rtype: :class:`~oci.response.Response`
6362
6362
 
6363
6363
  :example:
6364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
6364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
6365
6365
  """
6366
6366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6367
6367
  required_arguments = []
@@ -6459,7 +6459,7 @@ class DbManagementClient(object):
6459
6459
  :rtype: :class:`~oci.response.Response`
6460
6460
 
6461
6461
  :example:
6462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
6462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
6463
6463
  """
6464
6464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6465
6465
  required_arguments = ['managedDatabaseId']
@@ -6570,7 +6570,7 @@ class DbManagementClient(object):
6570
6570
  :rtype: :class:`~oci.response.Response`
6571
6571
 
6572
6572
  :example:
6573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
6573
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
6574
6574
  """
6575
6575
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6576
6576
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -6684,7 +6684,7 @@ class DbManagementClient(object):
6684
6684
  :rtype: :class:`~oci.response.Response`
6685
6685
 
6686
6686
  :example:
6687
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
6687
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
6688
6688
  """
6689
6689
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6690
6690
  required_arguments = ['managedDatabaseId']
@@ -6797,7 +6797,7 @@ class DbManagementClient(object):
6797
6797
  :rtype: :class:`~oci.response.Response`
6798
6798
 
6799
6799
  :example:
6800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
6800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
6801
6801
  """
6802
6802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6803
6803
  required_arguments = ['managedDatabaseId']
@@ -6912,7 +6912,7 @@ class DbManagementClient(object):
6912
6912
  :rtype: :class:`~oci.response.Response`
6913
6913
 
6914
6914
  :example:
6915
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/enable_autonomous_database_management_feature.py.html>`__ to see an example of how to use enable_autonomous_database_management_feature API.
6915
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/enable_autonomous_database_management_feature.py.html>`__ to see an example of how to use enable_autonomous_database_management_feature API.
6916
6916
  """
6917
6917
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6918
6918
  required_arguments = ['autonomousDatabaseId']
@@ -7034,7 +7034,7 @@ class DbManagementClient(object):
7034
7034
  :rtype: :class:`~oci.response.Response`
7035
7035
 
7036
7036
  :example:
7037
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/enable_database_management_feature.py.html>`__ to see an example of how to use enable_database_management_feature API.
7037
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/enable_database_management_feature.py.html>`__ to see an example of how to use enable_database_management_feature API.
7038
7038
  """
7039
7039
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7040
7040
  required_arguments = ['databaseId']
@@ -7156,7 +7156,7 @@ class DbManagementClient(object):
7156
7156
  :rtype: :class:`~oci.response.Response`
7157
7157
 
7158
7158
  :example:
7159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/enable_external_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_container_database_management_feature API.
7159
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/enable_external_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_container_database_management_feature API.
7160
7160
  """
7161
7161
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7162
7162
  required_arguments = ['externalContainerDatabaseId']
@@ -7279,7 +7279,7 @@ class DbManagementClient(object):
7279
7279
  :rtype: :class:`~oci.response.Response`
7280
7280
 
7281
7281
  :example:
7282
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
7282
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
7283
7283
  """
7284
7284
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7285
7285
  required_arguments = ['externalDbSystemId']
@@ -7402,7 +7402,7 @@ class DbManagementClient(object):
7402
7402
  :rtype: :class:`~oci.response.Response`
7403
7403
 
7404
7404
  :example:
7405
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
7405
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
7406
7406
  """
7407
7407
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7408
7408
  required_arguments = ['externalDbSystemId']
@@ -7529,7 +7529,7 @@ class DbManagementClient(object):
7529
7529
  :rtype: :class:`~oci.response.Response`
7530
7530
 
7531
7531
  :example:
7532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
7532
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
7533
7533
  """
7534
7534
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7535
7535
  required_arguments = ['externalExadataInfrastructureId']
@@ -7649,7 +7649,7 @@ class DbManagementClient(object):
7649
7649
  :rtype: :class:`~oci.response.Response`
7650
7650
 
7651
7651
  :example:
7652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/enable_external_my_sql_database_management.py.html>`__ to see an example of how to use enable_external_my_sql_database_management API.
7652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/enable_external_my_sql_database_management.py.html>`__ to see an example of how to use enable_external_my_sql_database_management API.
7653
7653
  """
7654
7654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7655
7655
  required_arguments = ['externalMySqlDatabaseId']
@@ -7771,7 +7771,7 @@ class DbManagementClient(object):
7771
7771
  :rtype: :class:`~oci.response.Response`
7772
7772
 
7773
7773
  :example:
7774
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/enable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_non_container_database_management_feature API.
7774
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/enable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_non_container_database_management_feature API.
7775
7775
  """
7776
7776
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7777
7777
  required_arguments = ['externalNonContainerDatabaseId']
@@ -7893,7 +7893,7 @@ class DbManagementClient(object):
7893
7893
  :rtype: :class:`~oci.response.Response`
7894
7894
 
7895
7895
  :example:
7896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/enable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_external_pluggable_database_management_feature API.
7896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/enable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_external_pluggable_database_management_feature API.
7897
7897
  """
7898
7898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7899
7899
  required_arguments = ['externalPluggableDatabaseId']
@@ -8009,7 +8009,7 @@ class DbManagementClient(object):
8009
8009
  :rtype: :class:`~oci.response.Response`
8010
8010
 
8011
8011
  :example:
8012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
8012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
8013
8013
  """
8014
8014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8015
8015
  required_arguments = ['managedDatabaseId']
@@ -8124,7 +8124,7 @@ class DbManagementClient(object):
8124
8124
  :rtype: :class:`~oci.response.Response`
8125
8125
 
8126
8126
  :example:
8127
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/enable_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_pluggable_database_management_feature API.
8127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/enable_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_pluggable_database_management_feature API.
8128
8128
  """
8129
8129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8130
8130
  required_arguments = ['pluggableDatabaseId']
@@ -8235,7 +8235,7 @@ class DbManagementClient(object):
8235
8235
  :rtype: :class:`~oci.response.Response`
8236
8236
 
8237
8237
  :example:
8238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
8238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
8239
8239
  """
8240
8240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8241
8241
  required_arguments = ['managedDatabaseId']
@@ -8343,7 +8343,7 @@ class DbManagementClient(object):
8343
8343
  :rtype: :class:`~oci.response.Response`
8344
8344
 
8345
8345
  :example:
8346
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
8346
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
8347
8347
  """
8348
8348
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8349
8349
  required_arguments = ['managedDatabaseId']
@@ -8491,7 +8491,7 @@ class DbManagementClient(object):
8491
8491
  :rtype: :class:`~oci.response.Response`
8492
8492
 
8493
8493
  :example:
8494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
8494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
8495
8495
  """
8496
8496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8497
8497
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -8674,7 +8674,7 @@ class DbManagementClient(object):
8674
8674
  :rtype: :class:`~oci.response.Response`
8675
8675
 
8676
8676
  :example:
8677
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
8677
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
8678
8678
  """
8679
8679
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8680
8680
  required_arguments = ['managedDatabaseId', 'awrDbId', 'sqlId']
@@ -8816,7 +8816,7 @@ class DbManagementClient(object):
8816
8816
  :rtype: :class:`~oci.response.Response`
8817
8817
 
8818
8818
  :example:
8819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
8819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
8820
8820
  """
8821
8821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8822
8822
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -8988,7 +8988,7 @@ class DbManagementClient(object):
8988
8988
  :rtype: :class:`~oci.response.Response`
8989
8989
 
8990
8990
  :example:
8991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_database_fleet_backup_metrics.py.html>`__ to see an example of how to use get_database_fleet_backup_metrics API.
8991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_database_fleet_backup_metrics.py.html>`__ to see an example of how to use get_database_fleet_backup_metrics API.
8992
8992
  """
8993
8993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8994
8994
  required_arguments = ['databaseHostedIn', 'startTime', 'endTime']
@@ -9179,7 +9179,7 @@ class DbManagementClient(object):
9179
9179
  :rtype: :class:`~oci.response.Response`
9180
9180
 
9181
9181
  :example:
9182
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_database_fleet_dataguard_metrics.py.html>`__ to see an example of how to use get_database_fleet_dataguard_metrics API.
9182
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_database_fleet_dataguard_metrics.py.html>`__ to see an example of how to use get_database_fleet_dataguard_metrics API.
9183
9183
  """
9184
9184
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9185
9185
  required_arguments = []
@@ -9361,7 +9361,7 @@ class DbManagementClient(object):
9361
9361
  :rtype: :class:`~oci.response.Response`
9362
9362
 
9363
9363
  :example:
9364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_database_fleet_ha_overview_metrics.py.html>`__ to see an example of how to use get_database_fleet_ha_overview_metrics API.
9364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_database_fleet_ha_overview_metrics.py.html>`__ to see an example of how to use get_database_fleet_ha_overview_metrics API.
9365
9365
  """
9366
9366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9367
9367
  required_arguments = []
@@ -9567,7 +9567,7 @@ class DbManagementClient(object):
9567
9567
  :rtype: :class:`~oci.response.Response`
9568
9568
 
9569
9569
  :example:
9570
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
9570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
9571
9571
  """
9572
9572
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9573
9573
  required_arguments = ['compareBaselineTime', 'compareTargetTime']
@@ -9717,7 +9717,7 @@ class DbManagementClient(object):
9717
9717
  :rtype: :class:`~oci.response.Response`
9718
9718
 
9719
9719
  :example:
9720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_database_ha_backup_details.py.html>`__ to see an example of how to use get_database_ha_backup_details API.
9720
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_database_ha_backup_details.py.html>`__ to see an example of how to use get_database_ha_backup_details API.
9721
9721
  """
9722
9722
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9723
9723
  required_arguments = ['managedDatabaseId']
@@ -9827,7 +9827,7 @@ class DbManagementClient(object):
9827
9827
  :rtype: :class:`~oci.response.Response`
9828
9828
 
9829
9829
  :example:
9830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
9830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
9831
9831
  """
9832
9832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9833
9833
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -9941,7 +9941,7 @@ class DbManagementClient(object):
9941
9941
  :rtype: :class:`~oci.response.Response`
9942
9942
 
9943
9943
  :example:
9944
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_dataguard_performance_metrics.py.html>`__ to see an example of how to use get_dataguard_performance_metrics API.
9944
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_dataguard_performance_metrics.py.html>`__ to see an example of how to use get_dataguard_performance_metrics API.
9945
9945
  """
9946
9946
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9947
9947
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -10051,7 +10051,7 @@ class DbManagementClient(object):
10051
10051
  :rtype: :class:`~oci.response.Response`
10052
10052
 
10053
10053
  :example:
10054
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
10054
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
10055
10055
  """
10056
10056
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10057
10057
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -10149,7 +10149,7 @@ class DbManagementClient(object):
10149
10149
  :rtype: :class:`~oci.response.Response`
10150
10150
 
10151
10151
  :example:
10152
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
10152
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
10153
10153
  """
10154
10154
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10155
10155
  required_arguments = ['externalAsmId']
@@ -10252,7 +10252,7 @@ class DbManagementClient(object):
10252
10252
  :rtype: :class:`~oci.response.Response`
10253
10253
 
10254
10254
  :example:
10255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
10255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
10256
10256
  """
10257
10257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10258
10258
  required_arguments = ['externalAsmId']
@@ -10354,7 +10354,7 @@ class DbManagementClient(object):
10354
10354
  :rtype: :class:`~oci.response.Response`
10355
10355
 
10356
10356
  :example:
10357
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
10357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
10358
10358
  """
10359
10359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10360
10360
  required_arguments = ['externalAsmInstanceId']
@@ -10454,7 +10454,7 @@ class DbManagementClient(object):
10454
10454
  :rtype: :class:`~oci.response.Response`
10455
10455
 
10456
10456
  :example:
10457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
10457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
10458
10458
  """
10459
10459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10460
10460
  required_arguments = ['externalClusterId']
@@ -10554,7 +10554,7 @@ class DbManagementClient(object):
10554
10554
  :rtype: :class:`~oci.response.Response`
10555
10555
 
10556
10556
  :example:
10557
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
10557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
10558
10558
  """
10559
10559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10560
10560
  required_arguments = ['externalClusterInstanceId']
@@ -10654,7 +10654,7 @@ class DbManagementClient(object):
10654
10654
  :rtype: :class:`~oci.response.Response`
10655
10655
 
10656
10656
  :example:
10657
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
10657
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
10658
10658
  """
10659
10659
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10660
10660
  required_arguments = ['externalDbHomeId']
@@ -10754,7 +10754,7 @@ class DbManagementClient(object):
10754
10754
  :rtype: :class:`~oci.response.Response`
10755
10755
 
10756
10756
  :example:
10757
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
10757
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
10758
10758
  """
10759
10759
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10760
10760
  required_arguments = ['externalDbNodeId']
@@ -10854,7 +10854,7 @@ class DbManagementClient(object):
10854
10854
  :rtype: :class:`~oci.response.Response`
10855
10855
 
10856
10856
  :example:
10857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
10857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
10858
10858
  """
10859
10859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10860
10860
  required_arguments = ['externalDbSystemId']
@@ -10954,7 +10954,7 @@ class DbManagementClient(object):
10954
10954
  :rtype: :class:`~oci.response.Response`
10955
10955
 
10956
10956
  :example:
10957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
10957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
10958
10958
  """
10959
10959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10960
10960
  required_arguments = ['externalDbSystemConnectorId']
@@ -11054,7 +11054,7 @@ class DbManagementClient(object):
11054
11054
  :rtype: :class:`~oci.response.Response`
11055
11055
 
11056
11056
  :example:
11057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
11057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
11058
11058
  """
11059
11059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11060
11060
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -11155,7 +11155,7 @@ class DbManagementClient(object):
11155
11155
  :rtype: :class:`~oci.response.Response`
11156
11156
 
11157
11157
  :example:
11158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
11158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
11159
11159
  """
11160
11160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11161
11161
  required_arguments = ['externalExadataInfrastructureId']
@@ -11255,7 +11255,7 @@ class DbManagementClient(object):
11255
11255
  :rtype: :class:`~oci.response.Response`
11256
11256
 
11257
11257
  :example:
11258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
11258
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
11259
11259
  """
11260
11260
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11261
11261
  required_arguments = ['externalExadataStorageConnectorId']
@@ -11355,7 +11355,7 @@ class DbManagementClient(object):
11355
11355
  :rtype: :class:`~oci.response.Response`
11356
11356
 
11357
11357
  :example:
11358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
11358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
11359
11359
  """
11360
11360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11361
11361
  required_arguments = ['externalExadataStorageGridId']
@@ -11455,7 +11455,7 @@ class DbManagementClient(object):
11455
11455
  :rtype: :class:`~oci.response.Response`
11456
11456
 
11457
11457
  :example:
11458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
11458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
11459
11459
  """
11460
11460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11461
11461
  required_arguments = ['externalExadataStorageServerId']
@@ -11555,7 +11555,7 @@ class DbManagementClient(object):
11555
11555
  :rtype: :class:`~oci.response.Response`
11556
11556
 
11557
11557
  :example:
11558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
11558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
11559
11559
  """
11560
11560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11561
11561
  required_arguments = ['externalListenerId']
@@ -11653,7 +11653,7 @@ class DbManagementClient(object):
11653
11653
  :rtype: :class:`~oci.response.Response`
11654
11654
 
11655
11655
  :example:
11656
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_my_sql_database.py.html>`__ to see an example of how to use get_external_my_sql_database API.
11656
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_my_sql_database.py.html>`__ to see an example of how to use get_external_my_sql_database API.
11657
11657
  """
11658
11658
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11659
11659
  required_arguments = ['externalMySqlDatabaseId']
@@ -11751,7 +11751,7 @@ class DbManagementClient(object):
11751
11751
  :rtype: :class:`~oci.response.Response`
11752
11752
 
11753
11753
  :example:
11754
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_external_my_sql_database_connector.py.html>`__ to see an example of how to use get_external_my_sql_database_connector API.
11754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_external_my_sql_database_connector.py.html>`__ to see an example of how to use get_external_my_sql_database_connector API.
11755
11755
  """
11756
11756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11757
11757
  required_arguments = ['externalMySqlDatabaseConnectorId']
@@ -11851,7 +11851,7 @@ class DbManagementClient(object):
11851
11851
  :rtype: :class:`~oci.response.Response`
11852
11852
 
11853
11853
  :example:
11854
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
11854
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
11855
11855
  """
11856
11856
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11857
11857
  required_arguments = ['externalExadataStorageServerId']
@@ -11949,7 +11949,7 @@ class DbManagementClient(object):
11949
11949
  :rtype: :class:`~oci.response.Response`
11950
11950
 
11951
11951
  :example:
11952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
11952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
11953
11953
  """
11954
11954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11955
11955
  required_arguments = ['jobId']
@@ -12045,7 +12045,7 @@ class DbManagementClient(object):
12045
12045
  :rtype: :class:`~oci.response.Response`
12046
12046
 
12047
12047
  :example:
12048
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
12048
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
12049
12049
  """
12050
12050
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12051
12051
  required_arguments = ['jobExecutionId']
@@ -12141,7 +12141,7 @@ class DbManagementClient(object):
12141
12141
  :rtype: :class:`~oci.response.Response`
12142
12142
 
12143
12143
  :example:
12144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
12144
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
12145
12145
  """
12146
12146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12147
12147
  required_arguments = ['jobRunId']
@@ -12239,7 +12239,7 @@ class DbManagementClient(object):
12239
12239
  :rtype: :class:`~oci.response.Response`
12240
12240
 
12241
12241
  :example:
12242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
12242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
12243
12243
  """
12244
12244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12245
12245
  required_arguments = ['managedDatabaseId']
@@ -12337,7 +12337,7 @@ class DbManagementClient(object):
12337
12337
  :rtype: :class:`~oci.response.Response`
12338
12338
 
12339
12339
  :example:
12340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
12340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
12341
12341
  """
12342
12342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12343
12343
  required_arguments = ['managedDatabaseGroupId']
@@ -12435,7 +12435,7 @@ class DbManagementClient(object):
12435
12435
  :rtype: :class:`~oci.response.Response`
12436
12436
 
12437
12437
  :example:
12438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_named_credential.py.html>`__ to see an example of how to use get_named_credential API.
12438
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_named_credential.py.html>`__ to see an example of how to use get_named_credential API.
12439
12439
  """
12440
12440
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12441
12441
  required_arguments = ['namedCredentialId']
@@ -12533,7 +12533,7 @@ class DbManagementClient(object):
12533
12533
  :rtype: :class:`~oci.response.Response`
12534
12534
 
12535
12535
  :example:
12536
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
12536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
12537
12537
  """
12538
12538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12539
12539
  required_arguments = ['externalExadataStorageServerId']
@@ -12643,7 +12643,7 @@ class DbManagementClient(object):
12643
12643
  :rtype: :class:`~oci.response.Response`
12644
12644
 
12645
12645
  :example:
12646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
12646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
12647
12647
  """
12648
12648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12649
12649
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -12760,7 +12760,7 @@ class DbManagementClient(object):
12760
12760
  :rtype: :class:`~oci.response.Response`
12761
12761
 
12762
12762
  :example:
12763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
12763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
12764
12764
  """
12765
12765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12766
12766
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -12874,7 +12874,7 @@ class DbManagementClient(object):
12874
12874
  :rtype: :class:`~oci.response.Response`
12875
12875
 
12876
12876
  :example:
12877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
12877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
12878
12878
  """
12879
12879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12880
12880
  required_arguments = ['managedDatabaseId', 'optimizerStatisticsCollectionOperationId']
@@ -12999,7 +12999,7 @@ class DbManagementClient(object):
12999
12999
  :rtype: :class:`~oci.response.Response`
13000
13000
 
13001
13001
  :example:
13002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
13002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
13003
13003
  """
13004
13004
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13005
13005
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -13142,7 +13142,7 @@ class DbManagementClient(object):
13142
13142
  :rtype: :class:`~oci.response.Response`
13143
13143
 
13144
13144
  :example:
13145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_peer_database_metrics.py.html>`__ to see an example of how to use get_peer_database_metrics API.
13145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_peer_database_metrics.py.html>`__ to see an example of how to use get_peer_database_metrics API.
13146
13146
  """
13147
13147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13148
13148
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -13264,7 +13264,7 @@ class DbManagementClient(object):
13264
13264
  :rtype: :class:`~oci.response.Response`
13265
13265
 
13266
13266
  :example:
13267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
13267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
13268
13268
  """
13269
13269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13270
13270
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -13369,7 +13369,7 @@ class DbManagementClient(object):
13369
13369
  :rtype: :class:`~oci.response.Response`
13370
13370
 
13371
13371
  :example:
13372
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
13372
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
13373
13373
  """
13374
13374
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13375
13375
  required_arguments = ['managedDatabaseId', 'planName']
@@ -13477,7 +13477,7 @@ class DbManagementClient(object):
13477
13477
  :rtype: :class:`~oci.response.Response`
13478
13478
 
13479
13479
  :example:
13480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
13480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
13481
13481
  """
13482
13482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13483
13483
  required_arguments = ['managedDatabaseId']
@@ -13585,7 +13585,7 @@ class DbManagementClient(object):
13585
13585
  :rtype: :class:`~oci.response.Response`
13586
13586
 
13587
13587
  :example:
13588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
13588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
13589
13589
  """
13590
13590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13591
13591
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -13686,7 +13686,7 @@ class DbManagementClient(object):
13686
13686
  :rtype: :class:`~oci.response.Response`
13687
13687
 
13688
13688
  :example:
13689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
13689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
13690
13690
  """
13691
13691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13692
13692
  required_arguments = ['externalExadataStorageServerId']
@@ -13792,7 +13792,7 @@ class DbManagementClient(object):
13792
13792
  :rtype: :class:`~oci.response.Response`
13793
13793
 
13794
13794
  :example:
13795
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
13795
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
13796
13796
  """
13797
13797
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13798
13798
  required_arguments = ['managedDatabaseId', 'userName']
@@ -13893,7 +13893,7 @@ class DbManagementClient(object):
13893
13893
  :rtype: :class:`~oci.response.Response`
13894
13894
 
13895
13895
  :example:
13896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
13896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
13897
13897
  """
13898
13898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13899
13899
  required_arguments = ['workRequestId']
@@ -13997,7 +13997,7 @@ class DbManagementClient(object):
13997
13997
  :rtype: :class:`~oci.response.Response`
13998
13998
 
13999
13999
  :example:
14000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
14000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
14001
14001
  """
14002
14002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14003
14003
  required_arguments = ['managedDatabaseId', 'executionName']
@@ -14120,7 +14120,7 @@ class DbManagementClient(object):
14120
14120
  :rtype: :class:`~oci.response.Response`
14121
14121
 
14122
14122
  :example:
14123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
14123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
14124
14124
  """
14125
14125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14126
14126
  required_arguments = ['managedDatabaseId']
@@ -14270,7 +14270,7 @@ class DbManagementClient(object):
14270
14270
  :rtype: :class:`~oci.response.Response`
14271
14271
 
14272
14272
  :example:
14273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
14273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
14274
14274
  """
14275
14275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14276
14276
  required_arguments = ['dbManagementPrivateEndpointId', 'compartmentId']
@@ -14449,7 +14449,7 @@ class DbManagementClient(object):
14449
14449
  :rtype: :class:`~oci.response.Response`
14450
14450
 
14451
14451
  :example:
14452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
14452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
14453
14453
  """
14454
14454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14455
14455
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -14629,7 +14629,7 @@ class DbManagementClient(object):
14629
14629
  :rtype: :class:`~oci.response.Response`
14630
14630
 
14631
14631
  :example:
14632
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
14632
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
14633
14633
  """
14634
14634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14635
14635
  required_arguments = ['managedDatabaseId']
@@ -14793,7 +14793,7 @@ class DbManagementClient(object):
14793
14793
  :rtype: :class:`~oci.response.Response`
14794
14794
 
14795
14795
  :example:
14796
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
14796
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
14797
14797
  """
14798
14798
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14799
14799
  required_arguments = ['managedDatabaseId', 'userName']
@@ -14949,7 +14949,7 @@ class DbManagementClient(object):
14949
14949
  :rtype: :class:`~oci.response.Response`
14950
14950
 
14951
14951
  :example:
14952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
14952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
14953
14953
  """
14954
14954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14955
14955
  required_arguments = ['managedDatabaseId']
@@ -15108,7 +15108,7 @@ class DbManagementClient(object):
15108
15108
  :rtype: :class:`~oci.response.Response`
15109
15109
 
15110
15110
  :example:
15111
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
15111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
15112
15112
  """
15113
15113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15114
15114
  required_arguments = ['managedDatabaseId', 'userName']
@@ -15267,7 +15267,7 @@ class DbManagementClient(object):
15267
15267
  :rtype: :class:`~oci.response.Response`
15268
15268
 
15269
15269
  :example:
15270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
15270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
15271
15271
  """
15272
15272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15273
15273
  required_arguments = ['managedDatabaseId']
@@ -15443,7 +15443,7 @@ class DbManagementClient(object):
15443
15443
  :rtype: :class:`~oci.response.Response`
15444
15444
 
15445
15445
  :example:
15446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
15446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
15447
15447
  """
15448
15448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15449
15449
  required_arguments = ['compartmentId']
@@ -15596,7 +15596,7 @@ class DbManagementClient(object):
15596
15596
  :rtype: :class:`~oci.response.Response`
15597
15597
 
15598
15598
  :example:
15599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
15599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
15600
15600
  """
15601
15601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15602
15602
  required_arguments = ['externalAsmId']
@@ -15753,7 +15753,7 @@ class DbManagementClient(object):
15753
15753
  :rtype: :class:`~oci.response.Response`
15754
15754
 
15755
15755
  :example:
15756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
15756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
15757
15757
  """
15758
15758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15759
15759
  required_arguments = []
@@ -15896,7 +15896,7 @@ class DbManagementClient(object):
15896
15896
  :rtype: :class:`~oci.response.Response`
15897
15897
 
15898
15898
  :example:
15899
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
15899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
15900
15900
  """
15901
15901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15902
15902
  required_arguments = ['externalAsmId']
@@ -16053,7 +16053,7 @@ class DbManagementClient(object):
16053
16053
  :rtype: :class:`~oci.response.Response`
16054
16054
 
16055
16055
  :example:
16056
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
16056
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
16057
16057
  """
16058
16058
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16059
16059
  required_arguments = []
@@ -16202,7 +16202,7 @@ class DbManagementClient(object):
16202
16202
  :rtype: :class:`~oci.response.Response`
16203
16203
 
16204
16204
  :example:
16205
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
16205
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
16206
16206
  """
16207
16207
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16208
16208
  required_arguments = []
@@ -16351,7 +16351,7 @@ class DbManagementClient(object):
16351
16351
  :rtype: :class:`~oci.response.Response`
16352
16352
 
16353
16353
  :example:
16354
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
16354
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
16355
16355
  """
16356
16356
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16357
16357
  required_arguments = []
@@ -16505,7 +16505,7 @@ class DbManagementClient(object):
16505
16505
  :rtype: :class:`~oci.response.Response`
16506
16506
 
16507
16507
  :example:
16508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
16508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
16509
16509
  """
16510
16510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16511
16511
  required_arguments = []
@@ -16656,7 +16656,7 @@ class DbManagementClient(object):
16656
16656
  :rtype: :class:`~oci.response.Response`
16657
16657
 
16658
16658
  :example:
16659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
16659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
16660
16660
  """
16661
16661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16662
16662
  required_arguments = []
@@ -16805,7 +16805,7 @@ class DbManagementClient(object):
16805
16805
  :rtype: :class:`~oci.response.Response`
16806
16806
 
16807
16807
  :example:
16808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
16808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
16809
16809
  """
16810
16810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16811
16811
  required_arguments = []
@@ -16954,7 +16954,7 @@ class DbManagementClient(object):
16954
16954
  :rtype: :class:`~oci.response.Response`
16955
16955
 
16956
16956
  :example:
16957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
16957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
16958
16958
  """
16959
16959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16960
16960
  required_arguments = []
@@ -17098,7 +17098,7 @@ class DbManagementClient(object):
17098
17098
  :rtype: :class:`~oci.response.Response`
17099
17099
 
17100
17100
  :example:
17101
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
17101
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
17102
17102
  """
17103
17103
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17104
17104
  required_arguments = ['compartmentId']
@@ -17239,7 +17239,7 @@ class DbManagementClient(object):
17239
17239
  :rtype: :class:`~oci.response.Response`
17240
17240
 
17241
17241
  :example:
17242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
17242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
17243
17243
  """
17244
17244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17245
17245
  required_arguments = ['compartmentId']
@@ -17380,7 +17380,7 @@ class DbManagementClient(object):
17380
17380
  :rtype: :class:`~oci.response.Response`
17381
17381
 
17382
17382
  :example:
17383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
17383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
17384
17384
  """
17385
17385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17386
17386
  required_arguments = ['compartmentId']
@@ -17526,7 +17526,7 @@ class DbManagementClient(object):
17526
17526
  :rtype: :class:`~oci.response.Response`
17527
17527
 
17528
17528
  :example:
17529
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
17529
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
17530
17530
  """
17531
17531
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17532
17532
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -17673,7 +17673,7 @@ class DbManagementClient(object):
17673
17673
  :rtype: :class:`~oci.response.Response`
17674
17674
 
17675
17675
  :example:
17676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
17676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
17677
17677
  """
17678
17678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17679
17679
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -17820,7 +17820,7 @@ class DbManagementClient(object):
17820
17820
  :rtype: :class:`~oci.response.Response`
17821
17821
 
17822
17822
  :example:
17823
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
17823
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
17824
17824
  """
17825
17825
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17826
17826
  required_arguments = ['externalListenerId', 'managedDatabaseId']
@@ -17978,7 +17978,7 @@ class DbManagementClient(object):
17978
17978
  :rtype: :class:`~oci.response.Response`
17979
17979
 
17980
17980
  :example:
17981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
17981
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
17982
17982
  """
17983
17983
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17984
17984
  required_arguments = []
@@ -18122,7 +18122,7 @@ class DbManagementClient(object):
18122
18122
  :rtype: :class:`~oci.response.Response`
18123
18123
 
18124
18124
  :example:
18125
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_external_my_sql_databases.py.html>`__ to see an example of how to use list_external_my_sql_databases API.
18125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_external_my_sql_databases.py.html>`__ to see an example of how to use list_external_my_sql_databases API.
18126
18126
  """
18127
18127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18128
18128
  required_arguments = ['compartmentId']
@@ -18286,7 +18286,7 @@ class DbManagementClient(object):
18286
18286
  :rtype: :class:`~oci.response.Response`
18287
18287
 
18288
18288
  :example:
18289
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
18289
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
18290
18290
  """
18291
18291
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18292
18292
  required_arguments = ['compartmentId']
@@ -18459,7 +18459,7 @@ class DbManagementClient(object):
18459
18459
  :rtype: :class:`~oci.response.Response`
18460
18460
 
18461
18461
  :example:
18462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
18462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
18463
18463
  """
18464
18464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18465
18465
  required_arguments = ['compartmentId']
@@ -18629,7 +18629,7 @@ class DbManagementClient(object):
18629
18629
  :rtype: :class:`~oci.response.Response`
18630
18630
 
18631
18631
  :example:
18632
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
18632
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
18633
18633
  """
18634
18634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18635
18635
  required_arguments = ['compartmentId']
@@ -18794,7 +18794,7 @@ class DbManagementClient(object):
18794
18794
  :rtype: :class:`~oci.response.Response`
18795
18795
 
18796
18796
  :example:
18797
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
18797
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
18798
18798
  """
18799
18799
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18800
18800
  required_arguments = ['compartmentId']
@@ -18967,7 +18967,7 @@ class DbManagementClient(object):
18967
18967
  :rtype: :class:`~oci.response.Response`
18968
18968
 
18969
18969
  :example:
18970
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
18970
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
18971
18971
  """
18972
18972
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18973
18973
  required_arguments = ['compartmentId']
@@ -19133,7 +19133,7 @@ class DbManagementClient(object):
19133
19133
  :rtype: :class:`~oci.response.Response`
19134
19134
 
19135
19135
  :example:
19136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_my_sql_database_connectors.py.html>`__ to see an example of how to use list_my_sql_database_connectors API.
19136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_my_sql_database_connectors.py.html>`__ to see an example of how to use list_my_sql_database_connectors API.
19137
19137
  """
19138
19138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19139
19139
  required_arguments = ['compartmentId']
@@ -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.144.0/databasemanagement/list_named_credentials.py.html>`__ to see an example of how to use list_named_credentials API.
19290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_named_credentials.py.html>`__ to see an example of how to use list_named_credentials API.
19291
19291
  """
19292
19292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19293
19293
  required_arguments = ['compartmentId']
@@ -19451,7 +19451,7 @@ class DbManagementClient(object):
19451
19451
  :rtype: :class:`~oci.response.Response`
19452
19452
 
19453
19453
  :example:
19454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
19454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
19455
19455
  """
19456
19456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19457
19457
  required_arguments = ['managedDatabaseId', 'userName']
@@ -19595,7 +19595,7 @@ class DbManagementClient(object):
19595
19595
  :rtype: :class:`~oci.response.Response`
19596
19596
 
19597
19597
  :example:
19598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
19598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
19599
19599
  """
19600
19600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19601
19601
  required_arguments = ['managedDatabaseId']
@@ -19738,7 +19738,7 @@ class DbManagementClient(object):
19738
19738
  :rtype: :class:`~oci.response.Response`
19739
19739
 
19740
19740
  :example:
19741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
19741
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
19742
19742
  """
19743
19743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19744
19744
  required_arguments = ['managedDatabaseId', 'groupType']
@@ -19913,7 +19913,7 @@ class DbManagementClient(object):
19913
19913
  :rtype: :class:`~oci.response.Response`
19914
19914
 
19915
19915
  :example:
19916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
19916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
19917
19917
  """
19918
19918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19919
19919
  required_arguments = ['managedDatabaseId']
@@ -20056,7 +20056,7 @@ class DbManagementClient(object):
20056
20056
  :rtype: :class:`~oci.response.Response`
20057
20057
 
20058
20058
  :example:
20059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
20059
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
20060
20060
  """
20061
20061
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20062
20062
  required_arguments = ['managedDatabaseId']
@@ -20181,7 +20181,7 @@ class DbManagementClient(object):
20181
20181
  :rtype: :class:`~oci.response.Response`
20182
20182
 
20183
20183
  :example:
20184
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
20184
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
20185
20185
  """
20186
20186
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20187
20187
  required_arguments = ['managedDatabaseId', 'userName']
@@ -20339,7 +20339,7 @@ class DbManagementClient(object):
20339
20339
  :rtype: :class:`~oci.response.Response`
20340
20340
 
20341
20341
  :example:
20342
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
20342
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
20343
20343
  """
20344
20344
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20345
20345
  required_arguments = ['managedDatabaseId', 'userName']
@@ -20497,7 +20497,7 @@ class DbManagementClient(object):
20497
20497
  :rtype: :class:`~oci.response.Response`
20498
20498
 
20499
20499
  :example:
20500
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
20500
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
20501
20501
  """
20502
20502
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20503
20503
  required_arguments = ['managedDatabaseId', 'userName']
@@ -20653,7 +20653,7 @@ class DbManagementClient(object):
20653
20653
  :rtype: :class:`~oci.response.Response`
20654
20654
 
20655
20655
  :example:
20656
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
20656
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
20657
20657
  """
20658
20658
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20659
20659
  required_arguments = ['managedDatabaseId']
@@ -20857,7 +20857,7 @@ class DbManagementClient(object):
20857
20857
  :rtype: :class:`~oci.response.Response`
20858
20858
 
20859
20859
  :example:
20860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
20860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
20861
20861
  """
20862
20862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20863
20863
  required_arguments = ['managedDatabaseId']
@@ -21047,7 +21047,7 @@ class DbManagementClient(object):
21047
21047
  :rtype: :class:`~oci.response.Response`
21048
21048
 
21049
21049
  :example:
21050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
21050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
21051
21051
  """
21052
21052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21053
21053
  required_arguments = ['managedDatabaseId', 'userName']
@@ -21182,7 +21182,7 @@ class DbManagementClient(object):
21182
21182
  :rtype: :class:`~oci.response.Response`
21183
21183
 
21184
21184
  :example:
21185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
21185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
21186
21186
  """
21187
21187
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21188
21188
  required_arguments = ['managedDatabaseId']
@@ -21307,7 +21307,7 @@ class DbManagementClient(object):
21307
21307
  :rtype: :class:`~oci.response.Response`
21308
21308
 
21309
21309
  :example:
21310
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
21310
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
21311
21311
  """
21312
21312
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21313
21313
  required_arguments = ['managedDatabaseId']
@@ -21462,7 +21462,7 @@ class DbManagementClient(object):
21462
21462
  :rtype: :class:`~oci.response.Response`
21463
21463
 
21464
21464
  :example:
21465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
21465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
21466
21466
  """
21467
21467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21468
21468
  required_arguments = ['managedDatabaseId']
@@ -21609,7 +21609,7 @@ class DbManagementClient(object):
21609
21609
  :rtype: :class:`~oci.response.Response`
21610
21610
 
21611
21611
  :example:
21612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
21612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
21613
21613
  """
21614
21614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21615
21615
  required_arguments = ['workRequestId']
@@ -21752,7 +21752,7 @@ class DbManagementClient(object):
21752
21752
  :rtype: :class:`~oci.response.Response`
21753
21753
 
21754
21754
  :example:
21755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
21755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
21756
21756
  """
21757
21757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21758
21758
  required_arguments = ['workRequestId']
@@ -21910,7 +21910,7 @@ class DbManagementClient(object):
21910
21910
  :rtype: :class:`~oci.response.Response`
21911
21911
 
21912
21912
  :example:
21913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
21913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
21914
21914
  """
21915
21915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21916
21916
  required_arguments = ['compartmentId']
@@ -22045,7 +22045,7 @@ class DbManagementClient(object):
22045
22045
  :rtype: :class:`~oci.response.Response`
22046
22046
 
22047
22047
  :example:
22048
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
22048
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
22049
22049
  """
22050
22050
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22051
22051
  required_arguments = ['managedDatabaseId']
@@ -22150,7 +22150,7 @@ class DbManagementClient(object):
22150
22150
  :rtype: :class:`~oci.response.Response`
22151
22151
 
22152
22152
  :example:
22153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
22153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
22154
22154
  """
22155
22155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22156
22156
  required_arguments = ['managedDatabaseId']
@@ -22267,7 +22267,7 @@ class DbManagementClient(object):
22267
22267
  :rtype: :class:`~oci.response.Response`
22268
22268
 
22269
22269
  :example:
22270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/modify_autonomous_database_management_feature.py.html>`__ to see an example of how to use modify_autonomous_database_management_feature API.
22270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/modify_autonomous_database_management_feature.py.html>`__ to see an example of how to use modify_autonomous_database_management_feature API.
22271
22271
  """
22272
22272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22273
22273
  required_arguments = ['autonomousDatabaseId']
@@ -22389,7 +22389,7 @@ class DbManagementClient(object):
22389
22389
  :rtype: :class:`~oci.response.Response`
22390
22390
 
22391
22391
  :example:
22392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/modify_database_management_feature.py.html>`__ to see an example of how to use modify_database_management_feature API.
22392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/modify_database_management_feature.py.html>`__ to see an example of how to use modify_database_management_feature API.
22393
22393
  """
22394
22394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22395
22395
  required_arguments = ['databaseId']
@@ -22511,7 +22511,7 @@ class DbManagementClient(object):
22511
22511
  :rtype: :class:`~oci.response.Response`
22512
22512
 
22513
22513
  :example:
22514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/modify_pluggable_database_management_feature.py.html>`__ to see an example of how to use modify_pluggable_database_management_feature API.
22514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/modify_pluggable_database_management_feature.py.html>`__ to see an example of how to use modify_pluggable_database_management_feature API.
22515
22515
  """
22516
22516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22517
22517
  required_arguments = ['pluggableDatabaseId']
@@ -22626,7 +22626,7 @@ class DbManagementClient(object):
22626
22626
  :rtype: :class:`~oci.response.Response`
22627
22627
 
22628
22628
  :example:
22629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
22629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
22630
22630
  """
22631
22631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22632
22632
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -22741,7 +22741,7 @@ class DbManagementClient(object):
22741
22741
  :rtype: :class:`~oci.response.Response`
22742
22742
 
22743
22743
  :example:
22744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
22744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
22745
22745
  """
22746
22746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22747
22747
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -22858,7 +22858,7 @@ class DbManagementClient(object):
22858
22858
  :rtype: :class:`~oci.response.Response`
22859
22859
 
22860
22860
  :example:
22861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
22861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
22862
22862
  """
22863
22863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22864
22864
  required_arguments = ['managedDatabaseGroupId']
@@ -22969,7 +22969,7 @@ class DbManagementClient(object):
22969
22969
  :rtype: :class:`~oci.response.Response`
22970
22970
 
22971
22971
  :example:
22972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
22972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
22973
22973
  """
22974
22974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22975
22975
  required_arguments = ['managedDatabaseId']
@@ -23085,7 +23085,7 @@ class DbManagementClient(object):
23085
23085
  :rtype: :class:`~oci.response.Response`
23086
23086
 
23087
23087
  :example:
23088
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
23088
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
23089
23089
  """
23090
23090
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23091
23091
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -23203,7 +23203,7 @@ class DbManagementClient(object):
23203
23203
  :rtype: :class:`~oci.response.Response`
23204
23204
 
23205
23205
  :example:
23206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
23206
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
23207
23207
  """
23208
23208
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23209
23209
  required_arguments = ['managedDatabaseId']
@@ -23365,7 +23365,7 @@ class DbManagementClient(object):
23365
23365
  :rtype: :class:`~oci.response.Response`
23366
23366
 
23367
23367
  :example:
23368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
23368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
23369
23369
  """
23370
23370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23371
23371
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -23573,7 +23573,7 @@ class DbManagementClient(object):
23573
23573
  :rtype: :class:`~oci.response.Response`
23574
23574
 
23575
23575
  :example:
23576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
23576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
23577
23577
  """
23578
23578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23579
23579
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -23777,7 +23777,7 @@ class DbManagementClient(object):
23777
23777
  :rtype: :class:`~oci.response.Response`
23778
23778
 
23779
23779
  :example:
23780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
23780
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
23781
23781
  """
23782
23782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23783
23783
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -24005,7 +24005,7 @@ class DbManagementClient(object):
24005
24005
  :rtype: :class:`~oci.response.Response`
24006
24006
 
24007
24007
  :example:
24008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
24008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
24009
24009
  """
24010
24010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24011
24011
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -24216,7 +24216,7 @@ class DbManagementClient(object):
24216
24216
  :rtype: :class:`~oci.response.Response`
24217
24217
 
24218
24218
  :example:
24219
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
24219
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
24220
24220
  """
24221
24221
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24222
24222
  required_arguments = ['managedDatabaseId']
@@ -24408,7 +24408,7 @@ class DbManagementClient(object):
24408
24408
  :rtype: :class:`~oci.response.Response`
24409
24409
 
24410
24410
  :example:
24411
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
24411
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
24412
24412
  """
24413
24413
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24414
24414
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -24606,7 +24606,7 @@ class DbManagementClient(object):
24606
24606
  :rtype: :class:`~oci.response.Response`
24607
24607
 
24608
24608
  :example:
24609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
24609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
24610
24610
  """
24611
24611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24612
24612
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -24821,7 +24821,7 @@ class DbManagementClient(object):
24821
24821
  :rtype: :class:`~oci.response.Response`
24822
24822
 
24823
24823
  :example:
24824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
24824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
24825
24825
  """
24826
24826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24827
24827
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -25032,7 +25032,7 @@ class DbManagementClient(object):
25032
25032
  :rtype: :class:`~oci.response.Response`
25033
25033
 
25034
25034
  :example:
25035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
25035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
25036
25036
  """
25037
25037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25038
25038
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -25205,7 +25205,7 @@ class DbManagementClient(object):
25205
25205
  :rtype: :class:`~oci.response.Response`
25206
25206
 
25207
25207
  :example:
25208
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
25208
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
25209
25209
  """
25210
25210
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25211
25211
  required_arguments = ['externalAsmId', 'startTime', 'endTime']
@@ -25337,7 +25337,7 @@ class DbManagementClient(object):
25337
25337
  :rtype: :class:`~oci.response.Response`
25338
25338
 
25339
25339
  :example:
25340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
25340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
25341
25341
  """
25342
25342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25343
25343
  required_arguments = ['externalClusterId', 'startTime', 'endTime']
@@ -25469,7 +25469,7 @@ class DbManagementClient(object):
25469
25469
  :rtype: :class:`~oci.response.Response`
25470
25470
 
25471
25471
  :example:
25472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
25472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
25473
25473
  """
25474
25474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25475
25475
  required_arguments = ['externalDbNodeId', 'startTime', 'endTime']
@@ -25601,7 +25601,7 @@ class DbManagementClient(object):
25601
25601
  :rtype: :class:`~oci.response.Response`
25602
25602
 
25603
25603
  :example:
25604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
25604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
25605
25605
  """
25606
25606
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25607
25607
  required_arguments = ['externalDbSystemId', 'startTime', 'endTime']
@@ -25733,7 +25733,7 @@ class DbManagementClient(object):
25733
25733
  :rtype: :class:`~oci.response.Response`
25734
25734
 
25735
25735
  :example:
25736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
25736
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
25737
25737
  """
25738
25738
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25739
25739
  required_arguments = ['externalListenerId', 'startTime', 'endTime']
@@ -25883,7 +25883,7 @@ class DbManagementClient(object):
25883
25883
  :rtype: :class:`~oci.response.Response`
25884
25884
 
25885
25885
  :example:
25886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
25886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
25887
25887
  """
25888
25888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25889
25889
  required_arguments = ['compartmentId', 'startTime', 'endTime']
@@ -26020,7 +26020,7 @@ class DbManagementClient(object):
26020
26020
  :rtype: :class:`~oci.response.Response`
26021
26021
 
26022
26022
  :example:
26023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
26023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
26024
26024
  """
26025
26025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26026
26026
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -26139,7 +26139,7 @@ class DbManagementClient(object):
26139
26139
  :rtype: :class:`~oci.response.Response`
26140
26140
 
26141
26141
  :example:
26142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
26142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
26143
26143
  """
26144
26144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26145
26145
  required_arguments = ['managedDatabaseId']
@@ -26256,7 +26256,7 @@ class DbManagementClient(object):
26256
26256
  :rtype: :class:`~oci.response.Response`
26257
26257
 
26258
26258
  :example:
26259
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.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.
26259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.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.
26260
26260
  """
26261
26261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26262
26262
  required_arguments = ['managedDatabaseId']
@@ -26371,7 +26371,7 @@ class DbManagementClient(object):
26371
26371
  :rtype: :class:`~oci.response.Response`
26372
26372
 
26373
26373
  :example:
26374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/test_named_credential.py.html>`__ to see an example of how to use test_named_credential API.
26374
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/test_named_credential.py.html>`__ to see an example of how to use test_named_credential API.
26375
26375
  """
26376
26376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26377
26377
  required_arguments = ['namedCredentialId']
@@ -26477,7 +26477,7 @@ class DbManagementClient(object):
26477
26477
  :rtype: :class:`~oci.response.Response`
26478
26478
 
26479
26479
  :example:
26480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
26480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
26481
26481
  """
26482
26482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26483
26483
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -26589,7 +26589,7 @@ class DbManagementClient(object):
26589
26589
  :rtype: :class:`~oci.response.Response`
26590
26590
 
26591
26591
  :example:
26592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
26592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
26593
26593
  """
26594
26594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26595
26595
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -26701,7 +26701,7 @@ class DbManagementClient(object):
26701
26701
  :rtype: :class:`~oci.response.Response`
26702
26702
 
26703
26703
  :example:
26704
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
26704
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
26705
26705
  """
26706
26706
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26707
26707
  required_arguments = ['externalAsmId']
@@ -26811,7 +26811,7 @@ class DbManagementClient(object):
26811
26811
  :rtype: :class:`~oci.response.Response`
26812
26812
 
26813
26813
  :example:
26814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_asm_instance.py.html>`__ to see an example of how to use update_external_asm_instance API.
26814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_asm_instance.py.html>`__ to see an example of how to use update_external_asm_instance API.
26815
26815
  """
26816
26816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26817
26817
  required_arguments = ['externalAsmInstanceId']
@@ -26923,7 +26923,7 @@ class DbManagementClient(object):
26923
26923
  :rtype: :class:`~oci.response.Response`
26924
26924
 
26925
26925
  :example:
26926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
26926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
26927
26927
  """
26928
26928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26929
26929
  required_arguments = ['externalClusterId']
@@ -27033,7 +27033,7 @@ class DbManagementClient(object):
27033
27033
  :rtype: :class:`~oci.response.Response`
27034
27034
 
27035
27035
  :example:
27036
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
27036
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
27037
27037
  """
27038
27038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27039
27039
  required_arguments = ['externalClusterInstanceId']
@@ -27143,7 +27143,7 @@ class DbManagementClient(object):
27143
27143
  :rtype: :class:`~oci.response.Response`
27144
27144
 
27145
27145
  :example:
27146
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_db_home.py.html>`__ to see an example of how to use update_external_db_home API.
27146
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_db_home.py.html>`__ to see an example of how to use update_external_db_home API.
27147
27147
  """
27148
27148
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27149
27149
  required_arguments = ['externalDbHomeId']
@@ -27255,7 +27255,7 @@ class DbManagementClient(object):
27255
27255
  :rtype: :class:`~oci.response.Response`
27256
27256
 
27257
27257
  :example:
27258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
27258
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
27259
27259
  """
27260
27260
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27261
27261
  required_arguments = ['externalDbNodeId']
@@ -27365,7 +27365,7 @@ class DbManagementClient(object):
27365
27365
  :rtype: :class:`~oci.response.Response`
27366
27366
 
27367
27367
  :example:
27368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
27368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
27369
27369
  """
27370
27370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27371
27371
  required_arguments = ['externalDbSystemId']
@@ -27477,7 +27477,7 @@ class DbManagementClient(object):
27477
27477
  :rtype: :class:`~oci.response.Response`
27478
27478
 
27479
27479
  :example:
27480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
27480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
27481
27481
  """
27482
27482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27483
27483
  required_arguments = ['externalDbSystemConnectorId']
@@ -27587,7 +27587,7 @@ class DbManagementClient(object):
27587
27587
  :rtype: :class:`~oci.response.Response`
27588
27588
 
27589
27589
  :example:
27590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
27590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
27591
27591
  """
27592
27592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27593
27593
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -27706,7 +27706,7 @@ class DbManagementClient(object):
27706
27706
  :rtype: :class:`~oci.response.Response`
27707
27707
 
27708
27708
  :example:
27709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
27709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
27710
27710
  """
27711
27711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27712
27712
  required_arguments = ['externalExadataInfrastructureId']
@@ -27823,7 +27823,7 @@ class DbManagementClient(object):
27823
27823
  :rtype: :class:`~oci.response.Response`
27824
27824
 
27825
27825
  :example:
27826
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
27826
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
27827
27827
  """
27828
27828
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27829
27829
  required_arguments = ['externalExadataStorageConnectorId']
@@ -27935,7 +27935,7 @@ class DbManagementClient(object):
27935
27935
  :rtype: :class:`~oci.response.Response`
27936
27936
 
27937
27937
  :example:
27938
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_exadata_storage_grid.py.html>`__ to see an example of how to use update_external_exadata_storage_grid API.
27938
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_exadata_storage_grid.py.html>`__ to see an example of how to use update_external_exadata_storage_grid API.
27939
27939
  """
27940
27940
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27941
27941
  required_arguments = ['externalExadataStorageGridId']
@@ -28047,7 +28047,7 @@ class DbManagementClient(object):
28047
28047
  :rtype: :class:`~oci.response.Response`
28048
28048
 
28049
28049
  :example:
28050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_exadata_storage_server.py.html>`__ to see an example of how to use update_external_exadata_storage_server API.
28050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_exadata_storage_server.py.html>`__ to see an example of how to use update_external_exadata_storage_server API.
28051
28051
  """
28052
28052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28053
28053
  required_arguments = ['externalExadataStorageServerId']
@@ -28159,7 +28159,7 @@ class DbManagementClient(object):
28159
28159
  :rtype: :class:`~oci.response.Response`
28160
28160
 
28161
28161
  :example:
28162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
28162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
28163
28163
  """
28164
28164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28165
28165
  required_arguments = ['externalListenerId']
@@ -28267,7 +28267,7 @@ class DbManagementClient(object):
28267
28267
  :rtype: :class:`~oci.response.Response`
28268
28268
 
28269
28269
  :example:
28270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_mysql_database.py.html>`__ to see an example of how to use update_external_mysql_database API.
28270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_mysql_database.py.html>`__ to see an example of how to use update_external_mysql_database API.
28271
28271
  """
28272
28272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28273
28273
  required_arguments = ['externalMySqlDatabaseId']
@@ -28377,7 +28377,7 @@ class DbManagementClient(object):
28377
28377
  :rtype: :class:`~oci.response.Response`
28378
28378
 
28379
28379
  :example:
28380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_external_mysql_database_connector.py.html>`__ to see an example of how to use update_external_mysql_database_connector API.
28380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_external_mysql_database_connector.py.html>`__ to see an example of how to use update_external_mysql_database_connector API.
28381
28381
  """
28382
28382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28383
28383
  required_arguments = ['externalMySqlDatabaseConnectorId']
@@ -28487,7 +28487,7 @@ class DbManagementClient(object):
28487
28487
  :rtype: :class:`~oci.response.Response`
28488
28488
 
28489
28489
  :example:
28490
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
28490
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
28491
28491
  """
28492
28492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28493
28493
  required_arguments = ['jobId']
@@ -28599,7 +28599,7 @@ class DbManagementClient(object):
28599
28599
  :rtype: :class:`~oci.response.Response`
28600
28600
 
28601
28601
  :example:
28602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_managed_database.py.html>`__ to see an example of how to use update_managed_database API.
28602
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_managed_database.py.html>`__ to see an example of how to use update_managed_database API.
28603
28603
  """
28604
28604
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28605
28605
  required_arguments = ['managedDatabaseId']
@@ -28711,7 +28711,7 @@ class DbManagementClient(object):
28711
28711
  :rtype: :class:`~oci.response.Response`
28712
28712
 
28713
28713
  :example:
28714
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
28714
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
28715
28715
  """
28716
28716
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28717
28717
  required_arguments = ['managedDatabaseGroupId']
@@ -28823,7 +28823,7 @@ class DbManagementClient(object):
28823
28823
  :rtype: :class:`~oci.response.Response`
28824
28824
 
28825
28825
  :example:
28826
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_named_credential.py.html>`__ to see an example of how to use update_named_credential API.
28826
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_named_credential.py.html>`__ to see an example of how to use update_named_credential API.
28827
28827
  """
28828
28828
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28829
28829
  required_arguments = ['namedCredentialId']
@@ -28938,7 +28938,7 @@ class DbManagementClient(object):
28938
28938
  :rtype: :class:`~oci.response.Response`
28939
28939
 
28940
28940
  :example:
28941
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
28941
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
28942
28942
  """
28943
28943
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28944
28944
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -29047,7 +29047,7 @@ class DbManagementClient(object):
29047
29047
  :rtype: :class:`~oci.response.Response`
29048
29048
 
29049
29049
  :example:
29050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
29050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
29051
29051
  """
29052
29052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29053
29053
  required_arguments = ['managedDatabaseId', 'tablespaceName']