oci 2.126.4__py3-none-any.whl → 2.128.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 (494) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +22 -22
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +10 -10
  8. oci/ai_vision/ai_service_vision_client.py +25 -25
  9. oci/analytics/analytics_client.py +23 -23
  10. oci/announcements_service/announcement_client.py +4 -4
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +8 -8
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +66 -66
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +494 -38
  34. oci/capacity_management/models/__init__.py +4 -2
  35. oci/capacity_management/models/create_occ_capacity_request_details.py +32 -1
  36. oci/capacity_management/models/metadata_details.py +7 -3
  37. oci/capacity_management/models/occ_availability_catalog.py +2 -2
  38. oci/capacity_management/models/occ_availability_catalog_summary.py +2 -2
  39. oci/capacity_management/models/occ_availability_summary.py +99 -40
  40. oci/capacity_management/models/occ_capacity_request.py +47 -0
  41. oci/capacity_management/models/occ_capacity_request_base_details.py +96 -32
  42. oci/capacity_management/models/occ_capacity_request_summary.py +31 -0
  43. oci/capacity_management/models/occ_overview_collection.py +72 -0
  44. oci/capacity_management/models/occ_overview_summary.py +413 -0
  45. oci/certificates/certificates_client.py +5 -5
  46. oci/certificates_management/certificates_management_client.py +32 -32
  47. oci/cims/incident_client.py +8 -8
  48. oci/cims/user_client.py +1 -1
  49. oci/cloud_bridge/common_client.py +5 -5
  50. oci/cloud_bridge/discovery_client.py +14 -14
  51. oci/cloud_bridge/inventory_client.py +16 -16
  52. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  53. oci/cloud_guard/cloud_guard_client.py +155 -155
  54. oci/cloud_migrations/migration_client.py +43 -43
  55. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  56. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  57. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  58. oci/compute_instance_agent/plugin_client.py +2 -2
  59. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  60. oci/container_engine/container_engine_client.py +44 -44
  61. oci/container_instances/container_instance_client.py +18 -18
  62. oci/core/blockstorage_client.py +60 -60
  63. oci/core/compute_client.py +99 -99
  64. oci/core/compute_management_client.py +32 -32
  65. oci/core/virtual_network_client.py +247 -247
  66. oci/dashboard_service/dashboard_client.py +6 -6
  67. oci/dashboard_service/dashboard_group_client.py +6 -6
  68. oci/data_catalog/data_catalog_client.py +149 -149
  69. oci/data_flow/data_flow_client.py +42 -42
  70. oci/data_integration/data_integration_client.py +163 -163
  71. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  72. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  73. oci/data_safe/data_safe_client.py +278 -278
  74. oci/data_science/data_science_client.py +91 -91
  75. oci/database/database_client.py +447 -333
  76. oci/database/models/__init__.py +6 -0
  77. oci/database/models/autonomous_database_peer_collection.py +72 -0
  78. oci/database/models/autonomous_database_peer_summary.py +107 -0
  79. oci/database/models/create_autonomous_database_base.py +4 -0
  80. oci/database/models/create_cross_tenancy_disaster_recovery_details.py +512 -0
  81. oci/database/models/database_connection_credentials_by_details.py +7 -3
  82. oci/database/models/database_ssl_connection_credentials.py +7 -3
  83. oci/database/models/enable_database_management_details.py +7 -3
  84. oci/database/models/enable_pluggable_database_management_details.py +7 -3
  85. oci/database/models/modify_database_management_details.py +7 -3
  86. oci/database/models/modify_pluggable_database_management_details.py +7 -3
  87. oci/database_management/db_management_client.py +478 -206
  88. oci/database_management/diagnosability_client.py +4 -4
  89. oci/database_management/managed_my_sql_databases_client.py +7 -7
  90. oci/database_management/models/__init__.py +10 -0
  91. oci/database_management/models/basic_named_credential_content.py +7 -3
  92. oci/database_management/models/basic_preferred_credential.py +7 -3
  93. oci/database_management/models/data_points.py +103 -0
  94. oci/database_management/models/database_connection_credentials_by_details.py +7 -3
  95. oci/database_management/models/database_password_credential_details.py +7 -3
  96. oci/database_management/models/database_secret_credential_details.py +7 -3
  97. oci/database_management/models/database_ssl_connection_credentials.py +7 -3
  98. oci/database_management/models/database_usage_metrics.py +183 -0
  99. oci/database_management/models/dataguard_performance_metrics.py +72 -0
  100. oci/database_management/models/peer_database_metrics.py +72 -0
  101. oci/database_management/models/performance_metrics.py +165 -0
  102. oci/database_management/models/performance_metrics_data.py +387 -0
  103. oci/database_management/models/preferred_credential_summary.py +7 -3
  104. oci/database_management/models/test_basic_preferred_credential_details.py +7 -3
  105. oci/database_management/models/update_basic_preferred_credential_details.py +7 -3
  106. oci/database_management/perfhub_client.py +1 -1
  107. oci/database_management/sql_tuning_client.py +17 -17
  108. oci/database_migration/database_migration_client.py +41 -41
  109. oci/database_tools/database_tools_client.py +23 -23
  110. oci/demand_signal/__init__.py +14 -0
  111. oci/demand_signal/models/__init__.py +48 -0
  112. oci/demand_signal/models/change_occ_demand_signal_compartment_details.py +76 -0
  113. oci/demand_signal/models/create_occ_demand_signal_details.py +251 -0
  114. oci/demand_signal/models/occ_demand_signal.py +501 -0
  115. oci/demand_signal/models/occ_demand_signal_collection.py +72 -0
  116. oci/demand_signal/models/occ_demand_signal_data.py +134 -0
  117. oci/demand_signal/models/occ_demand_signal_summary.py +430 -0
  118. oci/demand_signal/models/occ_demand_signal_value.py +134 -0
  119. oci/demand_signal/models/patch_insert_instruction.py +171 -0
  120. oci/demand_signal/models/patch_insert_multiple_instruction.py +171 -0
  121. oci/demand_signal/models/patch_instruction.py +192 -0
  122. oci/demand_signal/models/patch_merge_instruction.py +97 -0
  123. oci/demand_signal/models/patch_move_instruction.py +147 -0
  124. oci/demand_signal/models/patch_occ_demand_signal_details.py +72 -0
  125. oci/demand_signal/models/patch_prohibit_instruction.py +100 -0
  126. oci/demand_signal/models/patch_remove_instruction.py +59 -0
  127. oci/demand_signal/models/patch_replace_instruction.py +92 -0
  128. oci/demand_signal/models/patch_require_instruction.py +99 -0
  129. oci/demand_signal/models/update_occ_demand_signal_details.py +185 -0
  130. oci/demand_signal/occ_demand_signal_client.py +953 -0
  131. oci/demand_signal/occ_demand_signal_client_composite_operations.py +176 -0
  132. oci/desktops/desktop_service_client.py +21 -21
  133. oci/devops/devops_client.py +89 -89
  134. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  135. oci/dns/dns_client.py +52 -52
  136. oci/dts/appliance_export_job_client.py +6 -6
  137. oci/dts/shipping_vendors_client.py +1 -1
  138. oci/dts/transfer_appliance_client.py +8 -8
  139. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  140. oci/dts/transfer_device_client.py +5 -5
  141. oci/dts/transfer_job_client.py +6 -6
  142. oci/dts/transfer_package_client.py +7 -7
  143. oci/em_warehouse/em_data_lake_client.py +13 -13
  144. oci/em_warehouse/em_warehouse_client.py +13 -13
  145. oci/email/email_client.py +31 -31
  146. oci/email_data_plane/email_dp_client.py +1 -1
  147. oci/events/events_client.py +6 -6
  148. oci/file_storage/file_storage_client.py +50 -50
  149. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  150. oci/functions/functions_invoke_client.py +1 -1
  151. oci/functions/functions_management_client.py +16 -16
  152. oci/fusion_apps/data_masking_activity_client.py +3 -3
  153. oci/fusion_apps/fusion_applications_client.py +39 -39
  154. oci/fusion_apps/fusion_environment_client.py +15 -15
  155. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  156. oci/fusion_apps/refresh_activity_client.py +4 -4
  157. oci/fusion_apps/scheduled_activity_client.py +2 -2
  158. oci/fusion_apps/service_attachment_client.py +2 -2
  159. oci/generative_ai/generative_ai_client.py +22 -22
  160. oci/generative_ai/models/__init__.py +4 -0
  161. oci/generative_ai/models/chat_model_metrics.py +113 -0
  162. oci/generative_ai/models/create_dedicated_ai_cluster_details.py +8 -0
  163. oci/generative_ai/models/dedicated_ai_cluster.py +17 -5
  164. oci/generative_ai/models/lora_training_config.py +186 -0
  165. oci/generative_ai/models/model_metrics.py +11 -3
  166. oci/generative_ai/models/t_few_training_config.py +1 -1
  167. oci/generative_ai/models/text_generation_model_metrics.py +1 -1
  168. oci/generative_ai/models/training_config.py +11 -3
  169. oci/generative_ai/models/vanilla_training_config.py +1 -1
  170. oci/generative_ai_inference/generative_ai_inference_client.py +13 -17
  171. oci/generative_ai_inference/models/__init__.py +23 -1
  172. oci/generative_ai_inference/models/assistant_message.py +89 -0
  173. oci/generative_ai_inference/models/base_chat_request.py +3 -3
  174. oci/generative_ai_inference/models/base_chat_response.py +3 -3
  175. oci/generative_ai_inference/models/chat_details.py +3 -3
  176. oci/generative_ai_inference/models/chat_result.py +2 -2
  177. oci/generative_ai_inference/models/choice.py +1 -1
  178. oci/generative_ai_inference/models/citation.py +9 -9
  179. oci/generative_ai_inference/models/cohere_chat_bot_message.py +113 -0
  180. oci/generative_ai_inference/models/cohere_chat_request.py +353 -30
  181. oci/generative_ai_inference/models/cohere_chat_response.py +166 -16
  182. oci/generative_ai_inference/models/cohere_llm_inference_response.py +1 -1
  183. oci/generative_ai_inference/models/cohere_message.py +49 -43
  184. oci/generative_ai_inference/models/cohere_parameter_definition.py +134 -0
  185. oci/generative_ai_inference/models/cohere_system_message.py +82 -0
  186. oci/generative_ai_inference/models/cohere_tool.py +134 -0
  187. oci/generative_ai_inference/models/cohere_tool_call.py +103 -0
  188. oci/generative_ai_inference/models/cohere_tool_message.py +82 -0
  189. oci/generative_ai_inference/models/cohere_tool_result.py +99 -0
  190. oci/generative_ai_inference/models/cohere_user_message.py +82 -0
  191. oci/generative_ai_inference/models/embed_text_details.py +4 -4
  192. oci/generative_ai_inference/models/generate_text_details.py +2 -2
  193. oci/generative_ai_inference/models/generic_chat_request.py +16 -10
  194. oci/generative_ai_inference/models/generic_chat_response.py +3 -3
  195. oci/generative_ai_inference/models/llama_llm_inference_request.py +2 -2
  196. oci/generative_ai_inference/models/llama_llm_inference_response.py +1 -1
  197. oci/generative_ai_inference/models/llm_inference_response.py +3 -11
  198. oci/generative_ai_inference/models/logprobs.py +3 -1
  199. oci/generative_ai_inference/models/message.py +50 -5
  200. oci/generative_ai_inference/models/on_demand_serving_mode.py +2 -2
  201. oci/generative_ai_inference/models/serving_mode.py +3 -3
  202. oci/generative_ai_inference/models/summarize_text_details.py +2 -2
  203. oci/generative_ai_inference/models/system_message.py +89 -0
  204. oci/generative_ai_inference/models/text_content.py +1 -1
  205. oci/generative_ai_inference/models/user_message.py +89 -0
  206. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  207. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  208. oci/golden_gate/golden_gate_client.py +2420 -1399
  209. oci/golden_gate/golden_gate_client_composite_operations.py +274 -0
  210. oci/golden_gate/models/__init__.py +20 -0
  211. oci/golden_gate/models/add_resource_lock_details.py +124 -0
  212. oci/golden_gate/models/amazon_kinesis_connection.py +8 -1
  213. oci/golden_gate/models/amazon_kinesis_connection_summary.py +8 -1
  214. oci/golden_gate/models/amazon_redshift_connection.py +8 -1
  215. oci/golden_gate/models/amazon_redshift_connection_summary.py +8 -1
  216. oci/golden_gate/models/amazon_s3_connection.py +8 -1
  217. oci/golden_gate/models/amazon_s3_connection_summary.py +8 -1
  218. oci/golden_gate/models/azure_data_lake_storage_connection.py +8 -1
  219. oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +8 -1
  220. oci/golden_gate/models/azure_synapse_connection.py +8 -1
  221. oci/golden_gate/models/azure_synapse_connection_summary.py +8 -1
  222. oci/golden_gate/models/certificate.py +2 -2
  223. oci/golden_gate/models/connection.py +42 -3
  224. oci/golden_gate/models/connection_summary.py +44 -5
  225. oci/golden_gate/models/create_amazon_kinesis_connection_details.py +8 -1
  226. oci/golden_gate/models/create_amazon_redshift_connection_details.py +8 -1
  227. oci/golden_gate/models/create_amazon_s3_connection_details.py +8 -1
  228. oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +8 -1
  229. oci/golden_gate/models/create_azure_synapse_connection_details.py +8 -1
  230. oci/golden_gate/models/create_certificate_details.py +2 -2
  231. oci/golden_gate/models/create_connection_details.py +42 -3
  232. oci/golden_gate/models/create_db2_connection_details.py +474 -0
  233. oci/golden_gate/models/create_deployment_backup_details.py +33 -2
  234. oci/golden_gate/models/create_deployment_details.py +37 -2
  235. oci/golden_gate/models/create_elasticsearch_connection_details.py +8 -1
  236. oci/golden_gate/models/create_generic_connection_details.py +8 -1
  237. oci/golden_gate/models/create_golden_gate_connection_details.py +8 -1
  238. oci/golden_gate/models/create_google_big_query_connection_details.py +8 -1
  239. oci/golden_gate/models/create_google_cloud_storage_connection_details.py +8 -1
  240. oci/golden_gate/models/create_hdfs_connection_details.py +8 -1
  241. oci/golden_gate/models/create_java_message_service_connection_details.py +8 -1
  242. oci/golden_gate/models/create_kafka_connection_details.py +8 -1
  243. oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +8 -1
  244. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +8 -1
  245. oci/golden_gate/models/create_mongo_db_connection_details.py +8 -1
  246. oci/golden_gate/models/create_mysql_connection_details.py +8 -1
  247. oci/golden_gate/models/create_oci_object_storage_connection_details.py +8 -1
  248. oci/golden_gate/models/create_ogg_deployment_details.py +4 -4
  249. oci/golden_gate/models/create_oracle_connection_details.py +41 -1
  250. oci/golden_gate/models/create_oracle_nosql_connection_details.py +8 -1
  251. oci/golden_gate/models/create_postgresql_connection_details.py +47 -5
  252. oci/golden_gate/models/create_redis_connection_details.py +46 -4
  253. oci/golden_gate/models/create_snowflake_connection_details.py +8 -1
  254. oci/golden_gate/models/db2_connection.py +431 -0
  255. oci/golden_gate/models/db2_connection_summary.py +399 -0
  256. oci/golden_gate/models/deployment.py +37 -2
  257. oci/golden_gate/models/deployment_backup.py +112 -2
  258. oci/golden_gate/models/deployment_backup_summary.py +112 -2
  259. oci/golden_gate/models/deployment_summary.py +39 -4
  260. oci/golden_gate/models/deployment_type_summary.py +7 -3
  261. oci/golden_gate/models/elasticsearch_connection.py +8 -1
  262. oci/golden_gate/models/elasticsearch_connection_summary.py +8 -1
  263. oci/golden_gate/models/generate_library_url_details.py +101 -0
  264. oci/golden_gate/models/generate_log_reader_component_library_url_details.py +51 -0
  265. oci/golden_gate/models/generic_connection.py +8 -1
  266. oci/golden_gate/models/generic_connection_summary.py +8 -1
  267. oci/golden_gate/models/golden_gate_connection.py +8 -1
  268. oci/golden_gate/models/golden_gate_connection_summary.py +8 -1
  269. oci/golden_gate/models/google_big_query_connection.py +8 -1
  270. oci/golden_gate/models/google_big_query_connection_summary.py +8 -1
  271. oci/golden_gate/models/google_cloud_storage_connection.py +8 -1
  272. oci/golden_gate/models/google_cloud_storage_connection_summary.py +8 -1
  273. oci/golden_gate/models/hdfs_connection.py +8 -1
  274. oci/golden_gate/models/hdfs_connection_summary.py +8 -1
  275. oci/golden_gate/models/java_message_service_connection.py +8 -1
  276. oci/golden_gate/models/java_message_service_connection_summary.py +8 -1
  277. oci/golden_gate/models/kafka_connection.py +8 -1
  278. oci/golden_gate/models/kafka_connection_summary.py +8 -1
  279. oci/golden_gate/models/kafka_schema_registry_connection.py +8 -1
  280. oci/golden_gate/models/kafka_schema_registry_connection_summary.py +8 -1
  281. oci/golden_gate/models/library_url.py +72 -0
  282. oci/golden_gate/models/microsoft_sqlserver_connection.py +8 -1
  283. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +8 -1
  284. oci/golden_gate/models/mongo_db_connection.py +8 -1
  285. oci/golden_gate/models/mongo_db_connection_summary.py +8 -1
  286. oci/golden_gate/models/mysql_connection.py +19 -4
  287. oci/golden_gate/models/mysql_connection_summary.py +8 -1
  288. oci/golden_gate/models/oci_object_storage_connection.py +8 -1
  289. oci/golden_gate/models/oci_object_storage_connection_summary.py +8 -1
  290. oci/golden_gate/models/ogg_deployment.py +2 -2
  291. oci/golden_gate/models/oracle_connection.py +64 -4
  292. oci/golden_gate/models/oracle_connection_summary.py +41 -1
  293. oci/golden_gate/models/oracle_nosql_connection.py +8 -1
  294. oci/golden_gate/models/oracle_nosql_connection_summary.py +8 -1
  295. oci/golden_gate/models/postgresql_connection.py +56 -6
  296. oci/golden_gate/models/postgresql_connection_summary.py +45 -3
  297. oci/golden_gate/models/redis_connection.py +52 -6
  298. oci/golden_gate/models/redis_connection_summary.py +45 -3
  299. oci/golden_gate/models/remove_resource_lock_details.py +91 -0
  300. oci/golden_gate/models/resource_lock.py +185 -0
  301. oci/golden_gate/models/snowflake_connection.py +8 -1
  302. oci/golden_gate/models/snowflake_connection_summary.py +8 -1
  303. oci/golden_gate/models/update_amazon_kinesis_connection_details.py +1 -1
  304. oci/golden_gate/models/update_amazon_redshift_connection_details.py +1 -1
  305. oci/golden_gate/models/update_amazon_s3_connection_details.py +1 -1
  306. oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +1 -1
  307. oci/golden_gate/models/update_azure_synapse_connection_details.py +1 -1
  308. oci/golden_gate/models/update_connection_details.py +11 -3
  309. oci/golden_gate/models/update_db2_connection_details.py +429 -0
  310. oci/golden_gate/models/update_deployment_details.py +43 -0
  311. oci/golden_gate/models/update_elasticsearch_connection_details.py +1 -1
  312. oci/golden_gate/models/update_generic_connection_details.py +1 -1
  313. oci/golden_gate/models/update_golden_gate_connection_details.py +1 -1
  314. oci/golden_gate/models/update_google_big_query_connection_details.py +1 -1
  315. oci/golden_gate/models/update_google_cloud_storage_connection_details.py +1 -1
  316. oci/golden_gate/models/update_hdfs_connection_details.py +1 -1
  317. oci/golden_gate/models/update_java_message_service_connection_details.py +1 -1
  318. oci/golden_gate/models/update_kafka_connection_details.py +1 -1
  319. oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +1 -1
  320. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +1 -1
  321. oci/golden_gate/models/update_mongo_db_connection_details.py +1 -1
  322. oci/golden_gate/models/update_mysql_connection_details.py +1 -1
  323. oci/golden_gate/models/update_oci_object_storage_connection_details.py +1 -1
  324. oci/golden_gate/models/update_ogg_deployment_details.py +4 -4
  325. oci/golden_gate/models/update_oracle_connection_details.py +34 -1
  326. oci/golden_gate/models/update_oracle_nosql_connection_details.py +1 -1
  327. oci/golden_gate/models/update_postgresql_connection_details.py +38 -3
  328. oci/golden_gate/models/update_redis_connection_details.py +38 -3
  329. oci/golden_gate/models/update_snowflake_connection_details.py +1 -1
  330. oci/golden_gate/models/work_request.py +7 -3
  331. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  332. oci/governance_rules_control_plane/work_request_client.py +5 -5
  333. oci/healthchecks/health_checks_client.py +17 -17
  334. oci/identity/identity_client.py +145 -145
  335. oci/identity_data_plane/dataplane_client.py +2 -2
  336. oci/identity_domains/identity_domains_client.py +300 -300
  337. oci/integration/integration_instance_client.py +15 -15
  338. oci/jms/java_management_service_client.py +66 -66
  339. oci/jms_java_downloads/java_download_client.py +52 -51
  340. oci/jms_java_downloads/models/create_java_download_report_details.py +80 -6
  341. oci/jms_java_downloads/models/create_java_license_acceptance_record_details.py +76 -2
  342. oci/jms_java_downloads/models/java_download_count_aggregation.py +2 -2
  343. oci/jms_java_downloads/models/java_download_record.py +2 -2
  344. oci/jms_java_downloads/models/java_download_record_summary.py +2 -2
  345. oci/jms_java_downloads/models/java_download_report.py +174 -2
  346. oci/jms_java_downloads/models/java_download_report_summary.py +174 -2
  347. oci/jms_java_downloads/models/java_download_token.py +24 -8
  348. oci/jms_java_downloads/models/java_download_token_summary.py +24 -8
  349. oci/jms_java_downloads/models/java_license_acceptance_record.py +4 -4
  350. oci/jms_java_downloads/models/java_license_acceptance_record_summary.py +4 -4
  351. oci/jms_java_downloads/models/request_summarized_java_download_counts_details.py +2 -2
  352. oci/jms_java_downloads/models/update_java_license_acceptance_record_details.py +76 -2
  353. oci/key_management/ekm_client.py +5 -5
  354. oci/key_management/kms_crypto_client.py +6 -6
  355. oci/key_management/kms_hsm_cluster_client.py +12 -12
  356. oci/key_management/kms_management_client.py +21 -21
  357. oci/key_management/kms_vault_client.py +14 -14
  358. oci/license_manager/license_manager_client.py +18 -18
  359. oci/limits/limits_client.py +4 -4
  360. oci/limits/quotas_client.py +7 -7
  361. oci/load_balancer/load_balancer_client.py +61 -61
  362. oci/lockbox/lockbox_client.py +24 -24
  363. oci/log_analytics/log_analytics_client.py +193 -193
  364. oci/logging/logging_management_client.py +30 -30
  365. oci/loggingingestion/logging_client.py +1 -1
  366. oci/loggingsearch/log_search_client.py +1 -1
  367. oci/management_agent/management_agent_client.py +28 -28
  368. oci/management_dashboard/dashx_apis_client.py +14 -14
  369. oci/marketplace/account_client.py +2 -2
  370. oci/marketplace/marketplace_client.py +30 -30
  371. oci/marketplace_private_offer/attachment_client.py +5 -5
  372. oci/marketplace_private_offer/offer_client.py +6 -6
  373. oci/marketplace_publisher/attachment_client.py +5 -5
  374. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  375. oci/marketplace_publisher/offer_client.py +6 -6
  376. oci/media_services/media_services_client.py +60 -60
  377. oci/media_services/media_stream_client.py +2 -2
  378. oci/monitoring/monitoring_client.py +18 -18
  379. oci/mysql/channels_client.py +7 -7
  380. oci/mysql/db_backups_client.py +6 -6
  381. oci/mysql/db_system_client.py +17 -17
  382. oci/mysql/mysqlaas_client.py +7 -7
  383. oci/mysql/replicas_client.py +5 -5
  384. oci/mysql/work_requests_client.py +4 -4
  385. oci/network_firewall/network_firewall_client.py +80 -80
  386. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  387. oci/nosql/nosql_client.py +24 -24
  388. oci/object_storage/object_storage_client.py +50 -50
  389. oci/oce/oce_instance_client.py +10 -10
  390. oci/oci_control_center/occ_metrics_client.py +3 -3
  391. oci/ocvp/cluster_client.py +5 -5
  392. oci/ocvp/esxi_host_client.py +8 -8
  393. oci/ocvp/sddc_client.py +14 -14
  394. oci/ocvp/work_request_client.py +4 -4
  395. oci/oda/management_client.py +59 -59
  396. oci/oda/oda_client.py +17 -17
  397. oci/oda/odapackage_client.py +7 -7
  398. oci/onesubscription/billing_schedule_client.py +1 -1
  399. oci/onesubscription/commitment_client.py +2 -2
  400. oci/onesubscription/computed_usage_client.py +3 -3
  401. oci/onesubscription/invoice_summary_client.py +2 -2
  402. oci/onesubscription/organization_subscription_client.py +1 -1
  403. oci/onesubscription/ratecard_client.py +1 -1
  404. oci/onesubscription/subscribed_service_client.py +2 -2
  405. oci/onesubscription/subscription_client.py +1 -1
  406. oci/ons/notification_control_plane_client.py +6 -6
  407. oci/ons/notification_data_plane_client.py +10 -10
  408. oci/opa/opa_instance_client.py +13 -13
  409. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  410. oci/opensearch/opensearch_cluster_client.py +14 -14
  411. oci/operator_access_control/access_requests_client.py +10 -10
  412. oci/operator_access_control/operator_actions_client.py +2 -2
  413. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  414. oci/operator_access_control/operator_control_client.py +6 -6
  415. oci/opsi/operations_insights_client.py +175 -175
  416. oci/optimizer/optimizer_client.py +26 -26
  417. oci/os_management/event_client.py +8 -8
  418. oci/os_management/os_management_client.py +69 -69
  419. oci/os_management_hub/event_client.py +8 -8
  420. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  421. oci/os_management_hub/managed_instance_client.py +31 -31
  422. oci/os_management_hub/managed_instance_group_client.py +25 -25
  423. oci/os_management_hub/management_station_client.py +10 -10
  424. oci/os_management_hub/onboarding_client.py +6 -6
  425. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  426. oci/os_management_hub/scheduled_job_client.py +7 -7
  427. oci/os_management_hub/software_source_client.py +27 -27
  428. oci/os_management_hub/work_request_client.py +4 -4
  429. oci/osp_gateway/address_rule_service_client.py +1 -1
  430. oci/osp_gateway/address_service_client.py +2 -2
  431. oci/osp_gateway/invoice_service_client.py +5 -5
  432. oci/osp_gateway/subscription_service_client.py +5 -5
  433. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  434. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  435. oci/osub_subscription/commitment_client.py +2 -2
  436. oci/osub_subscription/ratecard_client.py +1 -1
  437. oci/osub_subscription/subscription_client.py +1 -1
  438. oci/osub_usage/computed_usage_client.py +3 -3
  439. oci/psql/postgresql_client.py +33 -33
  440. oci/queue/queue_admin_client.py +11 -11
  441. oci/queue/queue_client.py +8 -8
  442. oci/recovery/database_recovery_client.py +25 -25
  443. oci/redis/redis_cluster_client.py +11 -11
  444. oci/resource_manager/resource_manager_client.py +52 -52
  445. oci/resource_scheduler/schedule_client.py +26 -26
  446. oci/resource_search/resource_search_client.py +3 -3
  447. oci/rover/rover_bundle_client.py +8 -8
  448. oci/rover/rover_cluster_client.py +8 -8
  449. oci/rover/rover_entitlement_client.py +6 -6
  450. oci/rover/rover_node_client.py +15 -15
  451. oci/rover/shape_client.py +1 -1
  452. oci/rover/work_requests_client.py +5 -5
  453. oci/sch/connector_plugins_client.py +2 -2
  454. oci/sch/service_connector_client.py +12 -12
  455. oci/secrets/secrets_client.py +3 -3
  456. oci/service_catalog/service_catalog_client.py +26 -26
  457. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  458. oci/service_mesh/service_mesh_client.py +48 -48
  459. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  460. oci/streaming/stream_admin_client.py +18 -18
  461. oci/streaming/stream_client.py +8 -8
  462. oci/tenant_manager_control_plane/domain_client.py +5 -5
  463. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  464. oci/tenant_manager_control_plane/governance_client.py +2 -2
  465. oci/tenant_manager_control_plane/link_client.py +3 -3
  466. oci/tenant_manager_control_plane/orders_client.py +2 -2
  467. oci/tenant_manager_control_plane/organization_client.py +10 -10
  468. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  469. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  470. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  471. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  472. oci/threat_intelligence/threatintel_client.py +5 -5
  473. oci/usage/resources_client.py +2 -2
  474. oci/usage/rewards_client.py +6 -6
  475. oci/usage/usagelimits_client.py +1 -1
  476. oci/usage_api/usageapi_client.py +33 -33
  477. oci/vault/vaults_client.py +13 -13
  478. oci/vbs_inst/vbs_instance_client.py +10 -10
  479. oci/version.py +1 -1
  480. oci/visual_builder/vb_instance_client.py +13 -13
  481. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  482. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  483. oci/waa/waa_client.py +13 -13
  484. oci/waa/work_request_client.py +4 -4
  485. oci/waas/redirect_client.py +6 -6
  486. oci/waas/waas_client.py +66 -66
  487. oci/waf/waf_client.py +24 -24
  488. oci/work_requests/work_request_client.py +4 -4
  489. {oci-2.126.4.dist-info → oci-2.128.0.dist-info}/METADATA +1 -1
  490. {oci-2.126.4.dist-info → oci-2.128.0.dist-info}/RECORD +494 -439
  491. {oci-2.126.4.dist-info → oci-2.128.0.dist-info}/LICENSE.txt +0 -0
  492. {oci-2.126.4.dist-info → oci-2.128.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  493. {oci-2.126.4.dist-info → oci-2.128.0.dist-info}/WHEEL +0 -0
  494. {oci-2.126.4.dist-info → oci-2.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.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.126.4/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.128.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
1839
1839
  """
1840
1840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1841
1841
  required_arguments = ['externalExadataStorageConnectorId']
@@ -1944,7 +1944,7 @@ class DbManagementClient(object):
1944
1944
  :rtype: :class:`~oci.response.Response`
1945
1945
 
1946
1946
  :example:
1947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
1947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
1948
1948
  """
1949
1949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1950
1950
  required_arguments = ['managedDatabaseId']
@@ -2047,7 +2047,7 @@ class DbManagementClient(object):
2047
2047
  :rtype: :class:`~oci.response.Response`
2048
2048
 
2049
2049
  :example:
2050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/configure_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use configure_automatic_spm_evolve_advisor_task API.
2050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/configure_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use configure_automatic_spm_evolve_advisor_task API.
2051
2051
  """
2052
2052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2053
2053
  required_arguments = ['managedDatabaseId']
@@ -2150,7 +2150,7 @@ class DbManagementClient(object):
2150
2150
  :rtype: :class:`~oci.response.Response`
2151
2151
 
2152
2152
  :example:
2153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2154
2154
  """
2155
2155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2156
2156
  required_arguments = []
@@ -2246,7 +2246,7 @@ class DbManagementClient(object):
2246
2246
  :rtype: :class:`~oci.response.Response`
2247
2247
 
2248
2248
  :example:
2249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2250
2250
  """
2251
2251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2252
2252
  required_arguments = []
@@ -2344,7 +2344,7 @@ class DbManagementClient(object):
2344
2344
  :rtype: :class:`~oci.response.Response`
2345
2345
 
2346
2346
  :example:
2347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2348
2348
  """
2349
2349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2350
2350
  required_arguments = []
@@ -2442,7 +2442,7 @@ class DbManagementClient(object):
2442
2442
  :rtype: :class:`~oci.response.Response`
2443
2443
 
2444
2444
  :example:
2445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2446
2446
  """
2447
2447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2448
2448
  required_arguments = []
@@ -2545,7 +2545,7 @@ class DbManagementClient(object):
2545
2545
  :rtype: :class:`~oci.response.Response`
2546
2546
 
2547
2547
  :example:
2548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2549
2549
  """
2550
2550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2551
2551
  required_arguments = []
@@ -2643,7 +2643,7 @@ class DbManagementClient(object):
2643
2643
  :rtype: :class:`~oci.response.Response`
2644
2644
 
2645
2645
  :example:
2646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2647
2647
  """
2648
2648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2649
2649
  required_arguments = []
@@ -2743,7 +2743,7 @@ class DbManagementClient(object):
2743
2743
  :rtype: :class:`~oci.response.Response`
2744
2744
 
2745
2745
  :example:
2746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
2746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
2747
2747
  """
2748
2748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2749
2749
  required_arguments = []
@@ -2840,7 +2840,7 @@ class DbManagementClient(object):
2840
2840
  :rtype: :class:`~oci.response.Response`
2841
2841
 
2842
2842
  :example:
2843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
2843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
2844
2844
  """
2845
2845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2846
2846
  required_arguments = []
@@ -2936,7 +2936,7 @@ class DbManagementClient(object):
2936
2936
  :rtype: :class:`~oci.response.Response`
2937
2937
 
2938
2938
  :example:
2939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_named_credential.py.html>`__ to see an example of how to use create_named_credential API.
2939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/create_named_credential.py.html>`__ to see an example of how to use create_named_credential API.
2940
2940
  """
2941
2941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2942
2942
  required_arguments = []
@@ -3037,7 +3037,7 @@ class DbManagementClient(object):
3037
3037
  :rtype: :class:`~oci.response.Response`
3038
3038
 
3039
3039
  :example:
3040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
3040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
3041
3041
  """
3042
3042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3043
3043
  required_arguments = ['managedDatabaseId']
@@ -3147,7 +3147,7 @@ class DbManagementClient(object):
3147
3147
  :rtype: :class:`~oci.response.Response`
3148
3148
 
3149
3149
  :example:
3150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
3150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
3151
3151
  """
3152
3152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3153
3153
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -3252,7 +3252,7 @@ class DbManagementClient(object):
3252
3252
  :rtype: :class:`~oci.response.Response`
3253
3253
 
3254
3254
  :example:
3255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3256
3256
  """
3257
3257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3258
3258
  required_arguments = ['externalDbSystemId']
@@ -3357,7 +3357,7 @@ class DbManagementClient(object):
3357
3357
  :rtype: :class:`~oci.response.Response`
3358
3358
 
3359
3359
  :example:
3360
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3360
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3361
3361
  """
3362
3362
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3363
3363
  required_arguments = ['externalDbSystemConnectorId']
@@ -3462,7 +3462,7 @@ class DbManagementClient(object):
3462
3462
  :rtype: :class:`~oci.response.Response`
3463
3463
 
3464
3464
  :example:
3465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3466
3466
  """
3467
3467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3468
3468
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -3567,7 +3567,7 @@ class DbManagementClient(object):
3567
3567
  :rtype: :class:`~oci.response.Response`
3568
3568
 
3569
3569
  :example:
3570
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3571
3571
  """
3572
3572
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3573
3573
  required_arguments = ['externalExadataInfrastructureId']
@@ -3672,7 +3672,7 @@ class DbManagementClient(object):
3672
3672
  :rtype: :class:`~oci.response.Response`
3673
3673
 
3674
3674
  :example:
3675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3676
3676
  """
3677
3677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3678
3678
  required_arguments = ['externalExadataStorageConnectorId']
@@ -3775,7 +3775,7 @@ class DbManagementClient(object):
3775
3775
  :rtype: :class:`~oci.response.Response`
3776
3776
 
3777
3777
  :example:
3778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
3778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
3779
3779
  """
3780
3780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3781
3781
  required_arguments = ['jobId']
@@ -3881,7 +3881,7 @@ class DbManagementClient(object):
3881
3881
  :rtype: :class:`~oci.response.Response`
3882
3882
 
3883
3883
  :example:
3884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
3884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
3885
3885
  """
3886
3886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3887
3887
  required_arguments = ['managedDatabaseGroupId']
@@ -3986,7 +3986,7 @@ class DbManagementClient(object):
3986
3986
  :rtype: :class:`~oci.response.Response`
3987
3987
 
3988
3988
  :example:
3989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_named_credential.py.html>`__ to see an example of how to use delete_named_credential API.
3989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/delete_named_credential.py.html>`__ to see an example of how to use delete_named_credential API.
3990
3990
  """
3991
3991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3992
3992
  required_arguments = ['namedCredentialId']
@@ -4087,7 +4087,7 @@ class DbManagementClient(object):
4087
4087
  :rtype: :class:`~oci.response.Response`
4088
4088
 
4089
4089
  :example:
4090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
4090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
4091
4091
  """
4092
4092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4093
4093
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -4187,7 +4187,7 @@ class DbManagementClient(object):
4187
4187
  :rtype: :class:`~oci.response.Response`
4188
4188
 
4189
4189
  :example:
4190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
4190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
4191
4191
  """
4192
4192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4193
4193
  required_arguments = ['managedDatabaseId']
@@ -4291,7 +4291,7 @@ class DbManagementClient(object):
4291
4291
  :rtype: :class:`~oci.response.Response`
4292
4292
 
4293
4293
  :example:
4294
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_automatic_spm_evolve_advisor_task API.
4294
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_automatic_spm_evolve_advisor_task API.
4295
4295
  """
4296
4296
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4297
4297
  required_arguments = ['managedDatabaseId']
@@ -4406,7 +4406,7 @@ class DbManagementClient(object):
4406
4406
  :rtype: :class:`~oci.response.Response`
4407
4407
 
4408
4408
  :example:
4409
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_database_management_feature.py.html>`__ to see an example of how to use disable_database_management_feature API.
4409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_database_management_feature.py.html>`__ to see an example of how to use disable_database_management_feature API.
4410
4410
  """
4411
4411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4412
4412
  required_arguments = ['databaseId']
@@ -4528,7 +4528,7 @@ class DbManagementClient(object):
4528
4528
  :rtype: :class:`~oci.response.Response`
4529
4529
 
4530
4530
  :example:
4531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_container_database_management_feature API.
4531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_external_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_container_database_management_feature API.
4532
4532
  """
4533
4533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4534
4534
  required_arguments = ['externalContainerDatabaseId']
@@ -4648,7 +4648,7 @@ class DbManagementClient(object):
4648
4648
  :rtype: :class:`~oci.response.Response`
4649
4649
 
4650
4650
  :example:
4651
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_db_system_database_management.py.html>`__ to see an example of how to use disable_external_db_system_database_management API.
4651
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_external_db_system_database_management.py.html>`__ to see an example of how to use disable_external_db_system_database_management API.
4652
4652
  """
4653
4653
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4654
4654
  required_arguments = ['externalDbSystemId']
@@ -4766,7 +4766,7 @@ class DbManagementClient(object):
4766
4766
  :rtype: :class:`~oci.response.Response`
4767
4767
 
4768
4768
  :example:
4769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use disable_external_db_system_stack_monitoring API.
4769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use disable_external_db_system_stack_monitoring API.
4770
4770
  """
4771
4771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4772
4772
  required_arguments = ['externalDbSystemId']
@@ -4890,7 +4890,7 @@ class DbManagementClient(object):
4890
4890
  :rtype: :class:`~oci.response.Response`
4891
4891
 
4892
4892
  :example:
4893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
4893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
4894
4894
  """
4895
4895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4896
4896
  required_arguments = ['externalExadataInfrastructureId']
@@ -5010,7 +5010,7 @@ class DbManagementClient(object):
5010
5010
  :rtype: :class:`~oci.response.Response`
5011
5011
 
5012
5012
  :example:
5013
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_non_container_database_management_feature API.
5013
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_non_container_database_management_feature API.
5014
5014
  """
5015
5015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5016
5016
  required_arguments = ['externalNonContainerDatabaseId']
@@ -5132,7 +5132,7 @@ class DbManagementClient(object):
5132
5132
  :rtype: :class:`~oci.response.Response`
5133
5133
 
5134
5134
  :example:
5135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_external_pluggable_database_management_feature API.
5135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_external_pluggable_database_management_feature API.
5136
5136
  """
5137
5137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5138
5138
  required_arguments = ['externalPluggableDatabaseId']
@@ -5243,7 +5243,7 @@ class DbManagementClient(object):
5243
5243
  :rtype: :class:`~oci.response.Response`
5244
5244
 
5245
5245
  :example:
5246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_high_frequency_automatic_spm_evolve_advisor_task API.
5246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_high_frequency_automatic_spm_evolve_advisor_task API.
5247
5247
  """
5248
5248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5249
5249
  required_arguments = ['managedDatabaseId']
@@ -5358,7 +5358,7 @@ class DbManagementClient(object):
5358
5358
  :rtype: :class:`~oci.response.Response`
5359
5359
 
5360
5360
  :example:
5361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_pluggable_database_management_feature API.
5361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_pluggable_database_management_feature API.
5362
5362
  """
5363
5363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5364
5364
  required_arguments = ['pluggableDatabaseId']
@@ -5468,7 +5468,7 @@ class DbManagementClient(object):
5468
5468
  :rtype: :class:`~oci.response.Response`
5469
5469
 
5470
5470
  :example:
5471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
5471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
5472
5472
  """
5473
5473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5474
5474
  required_arguments = ['managedDatabaseId']
@@ -5596,7 +5596,7 @@ class DbManagementClient(object):
5596
5596
  :rtype: :class:`~oci.response.Response`
5597
5597
 
5598
5598
  :example:
5599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
5599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
5600
5600
  """
5601
5601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5602
5602
  required_arguments = []
@@ -5694,7 +5694,7 @@ class DbManagementClient(object):
5694
5694
  :rtype: :class:`~oci.response.Response`
5695
5695
 
5696
5696
  :example:
5697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
5697
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
5698
5698
  """
5699
5699
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5700
5700
  required_arguments = ['managedDatabaseId']
@@ -5805,7 +5805,7 @@ class DbManagementClient(object):
5805
5805
  :rtype: :class:`~oci.response.Response`
5806
5806
 
5807
5807
  :example:
5808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
5808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
5809
5809
  """
5810
5810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5811
5811
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -5919,7 +5919,7 @@ class DbManagementClient(object):
5919
5919
  :rtype: :class:`~oci.response.Response`
5920
5920
 
5921
5921
  :example:
5922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
5922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
5923
5923
  """
5924
5924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5925
5925
  required_arguments = ['managedDatabaseId']
@@ -6032,7 +6032,7 @@ class DbManagementClient(object):
6032
6032
  :rtype: :class:`~oci.response.Response`
6033
6033
 
6034
6034
  :example:
6035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_automatic_spm_evolve_advisor_task API.
6035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_automatic_spm_evolve_advisor_task API.
6036
6036
  """
6037
6037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6038
6038
  required_arguments = ['managedDatabaseId']
@@ -6147,7 +6147,7 @@ class DbManagementClient(object):
6147
6147
  :rtype: :class:`~oci.response.Response`
6148
6148
 
6149
6149
  :example:
6150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_database_management_feature.py.html>`__ to see an example of how to use enable_database_management_feature API.
6150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_database_management_feature.py.html>`__ to see an example of how to use enable_database_management_feature API.
6151
6151
  """
6152
6152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6153
6153
  required_arguments = ['databaseId']
@@ -6269,7 +6269,7 @@ class DbManagementClient(object):
6269
6269
  :rtype: :class:`~oci.response.Response`
6270
6270
 
6271
6271
  :example:
6272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_container_database_management_feature API.
6272
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_external_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_container_database_management_feature API.
6273
6273
  """
6274
6274
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6275
6275
  required_arguments = ['externalContainerDatabaseId']
@@ -6392,7 +6392,7 @@ class DbManagementClient(object):
6392
6392
  :rtype: :class:`~oci.response.Response`
6393
6393
 
6394
6394
  :example:
6395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_db_system_database_management.py.html>`__ to see an example of how to use enable_external_db_system_database_management API.
6395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_external_db_system_database_management.py.html>`__ to see an example of how to use enable_external_db_system_database_management API.
6396
6396
  """
6397
6397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6398
6398
  required_arguments = ['externalDbSystemId']
@@ -6515,7 +6515,7 @@ class DbManagementClient(object):
6515
6515
  :rtype: :class:`~oci.response.Response`
6516
6516
 
6517
6517
  :example:
6518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use enable_external_db_system_stack_monitoring API.
6518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use enable_external_db_system_stack_monitoring API.
6519
6519
  """
6520
6520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6521
6521
  required_arguments = ['externalDbSystemId']
@@ -6642,7 +6642,7 @@ class DbManagementClient(object):
6642
6642
  :rtype: :class:`~oci.response.Response`
6643
6643
 
6644
6644
  :example:
6645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
6645
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
6646
6646
  """
6647
6647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6648
6648
  required_arguments = ['externalExadataInfrastructureId']
@@ -6764,7 +6764,7 @@ class DbManagementClient(object):
6764
6764
  :rtype: :class:`~oci.response.Response`
6765
6765
 
6766
6766
  :example:
6767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_non_container_database_management_feature API.
6767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_non_container_database_management_feature API.
6768
6768
  """
6769
6769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6770
6770
  required_arguments = ['externalNonContainerDatabaseId']
@@ -6886,7 +6886,7 @@ class DbManagementClient(object):
6886
6886
  :rtype: :class:`~oci.response.Response`
6887
6887
 
6888
6888
  :example:
6889
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_external_pluggable_database_management_feature API.
6889
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_external_pluggable_database_management_feature API.
6890
6890
  """
6891
6891
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6892
6892
  required_arguments = ['externalPluggableDatabaseId']
@@ -7002,7 +7002,7 @@ class DbManagementClient(object):
7002
7002
  :rtype: :class:`~oci.response.Response`
7003
7003
 
7004
7004
  :example:
7005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_high_frequency_automatic_spm_evolve_advisor_task API.
7005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_high_frequency_automatic_spm_evolve_advisor_task API.
7006
7006
  """
7007
7007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7008
7008
  required_arguments = ['managedDatabaseId']
@@ -7117,7 +7117,7 @@ class DbManagementClient(object):
7117
7117
  :rtype: :class:`~oci.response.Response`
7118
7118
 
7119
7119
  :example:
7120
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_pluggable_database_management_feature API.
7120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_pluggable_database_management_feature API.
7121
7121
  """
7122
7122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7123
7123
  required_arguments = ['pluggableDatabaseId']
@@ -7228,7 +7228,7 @@ class DbManagementClient(object):
7228
7228
  :rtype: :class:`~oci.response.Response`
7229
7229
 
7230
7230
  :example:
7231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
7231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
7232
7232
  """
7233
7233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7234
7234
  required_arguments = ['managedDatabaseId']
@@ -7336,7 +7336,7 @@ class DbManagementClient(object):
7336
7336
  :rtype: :class:`~oci.response.Response`
7337
7337
 
7338
7338
  :example:
7339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
7339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
7340
7340
  """
7341
7341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7342
7342
  required_arguments = ['managedDatabaseId']
@@ -7484,7 +7484,7 @@ class DbManagementClient(object):
7484
7484
  :rtype: :class:`~oci.response.Response`
7485
7485
 
7486
7486
  :example:
7487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
7487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
7488
7488
  """
7489
7489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7490
7490
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -7667,7 +7667,7 @@ class DbManagementClient(object):
7667
7667
  :rtype: :class:`~oci.response.Response`
7668
7668
 
7669
7669
  :example:
7670
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
7670
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
7671
7671
  """
7672
7672
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7673
7673
  required_arguments = ['managedDatabaseId', 'awrDbId', 'sqlId']
@@ -7809,7 +7809,7 @@ class DbManagementClient(object):
7809
7809
  :rtype: :class:`~oci.response.Response`
7810
7810
 
7811
7811
  :example:
7812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
7812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
7813
7813
  """
7814
7814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7815
7815
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -7991,7 +7991,7 @@ class DbManagementClient(object):
7991
7991
  :rtype: :class:`~oci.response.Response`
7992
7992
 
7993
7993
  :example:
7994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
7994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
7995
7995
  """
7996
7996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7997
7997
  required_arguments = ['compareBaselineTime', 'compareTargetTime']
@@ -8146,7 +8146,7 @@ class DbManagementClient(object):
8146
8146
  :rtype: :class:`~oci.response.Response`
8147
8147
 
8148
8148
  :example:
8149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
8149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
8150
8150
  """
8151
8151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8152
8152
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -8212,6 +8212,135 @@ class DbManagementClient(object):
8212
8212
  api_reference_link=api_reference_link,
8213
8213
  required_arguments=required_arguments)
8214
8214
 
8215
+ def get_dataguard_performance_metrics(self, managed_database_id, start_time, end_time, **kwargs):
8216
+ """
8217
+ Gets a historical summary of the Database Guard performance metrics for Managed Databases.
8218
+ If the peerDatabaseCompartmentId is specified, then the metrics are only retrieved from the specified compartment.
8219
+ If the peerDatabaseCompartmentId is not specified, then the metrics are retrieved from the compartment of the Managed Database specified by the ManagedDatabaseId.
8220
+
8221
+
8222
+ :param str managed_database_id: (required)
8223
+ The `OCID`__ of the Managed Database.
8224
+
8225
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
8226
+
8227
+ :param str start_time: (required)
8228
+ The start time of the time range to retrieve the health metrics of a Managed Database
8229
+ in UTC in ISO-8601 format, which is \"yyyy-MM-dd'T'hh:mm:ss.sss'Z'\".
8230
+
8231
+ :param str end_time: (required)
8232
+ The end time of the time range to retrieve the health metrics of a Managed Database
8233
+ in UTC in ISO-8601 format, which is \"yyyy-MM-dd'T'hh:mm:ss.sss'Z'\".
8234
+
8235
+ :param str opc_request_id: (optional)
8236
+ The client request ID for tracing.
8237
+
8238
+ :param str peer_database_compartment_id: (optional)
8239
+ The `OCID`__ of the compartment for which peer database metrics are required.
8240
+ This is not a mandatory parameter and in its absence, all the peer database metrics are returned.
8241
+
8242
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
8243
+
8244
+ :param str filter_by_metric_names: (optional)
8245
+ The filter used to retrieve a specific set of metrics by passing the desired metric names with a comma separator. Note that, by default, the service returns all supported metrics.
8246
+
8247
+ :param obj retry_strategy: (optional)
8248
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
8249
+
8250
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
8251
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
8252
+
8253
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
8254
+
8255
+ :param bool allow_control_chars: (optional)
8256
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
8257
+ By default, the response will not allow control characters in strings
8258
+
8259
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database_management.models.DataguardPerformanceMetrics`
8260
+ :rtype: :class:`~oci.response.Response`
8261
+
8262
+ :example:
8263
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_dataguard_performance_metrics.py.html>`__ to see an example of how to use get_dataguard_performance_metrics API.
8264
+ """
8265
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8266
+ required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
8267
+ resource_path = "/managedDatabases/{managedDatabaseId}/dataguardPerformanceMetrics"
8268
+ method = "GET"
8269
+ operation_name = "get_dataguard_performance_metrics"
8270
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database-management/20201101/DataguardPerformanceMetrics/GetDataguardPerformanceMetrics"
8271
+
8272
+ # Don't accept unknown kwargs
8273
+ expected_kwargs = [
8274
+ "allow_control_chars",
8275
+ "retry_strategy",
8276
+ "opc_request_id",
8277
+ "peer_database_compartment_id",
8278
+ "filter_by_metric_names"
8279
+ ]
8280
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
8281
+ if extra_kwargs:
8282
+ raise ValueError(
8283
+ f"get_dataguard_performance_metrics got unknown kwargs: {extra_kwargs!r}")
8284
+
8285
+ path_params = {
8286
+ "managedDatabaseId": managed_database_id
8287
+ }
8288
+
8289
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
8290
+
8291
+ for (k, v) in six.iteritems(path_params):
8292
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
8293
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
8294
+
8295
+ query_params = {
8296
+ "startTime": start_time,
8297
+ "endTime": end_time,
8298
+ "peerDatabaseCompartmentId": kwargs.get("peer_database_compartment_id", missing),
8299
+ "filterByMetricNames": kwargs.get("filter_by_metric_names", missing)
8300
+ }
8301
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
8302
+
8303
+ header_params = {
8304
+ "accept": "application/json",
8305
+ "content-type": "application/json",
8306
+ "opc-request-id": kwargs.get("opc_request_id", missing)
8307
+ }
8308
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
8309
+
8310
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
8311
+ operation_retry_strategy=kwargs.get('retry_strategy'),
8312
+ client_retry_strategy=self.retry_strategy
8313
+ )
8314
+
8315
+ if retry_strategy:
8316
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
8317
+ self.base_client.add_opc_client_retries_header(header_params)
8318
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
8319
+ return retry_strategy.make_retrying_call(
8320
+ self.base_client.call_api,
8321
+ resource_path=resource_path,
8322
+ method=method,
8323
+ path_params=path_params,
8324
+ query_params=query_params,
8325
+ header_params=header_params,
8326
+ response_type="DataguardPerformanceMetrics",
8327
+ allow_control_chars=kwargs.get('allow_control_chars'),
8328
+ operation_name=operation_name,
8329
+ api_reference_link=api_reference_link,
8330
+ required_arguments=required_arguments)
8331
+ else:
8332
+ return self.base_client.call_api(
8333
+ resource_path=resource_path,
8334
+ method=method,
8335
+ path_params=path_params,
8336
+ query_params=query_params,
8337
+ header_params=header_params,
8338
+ response_type="DataguardPerformanceMetrics",
8339
+ allow_control_chars=kwargs.get('allow_control_chars'),
8340
+ operation_name=operation_name,
8341
+ api_reference_link=api_reference_link,
8342
+ required_arguments=required_arguments)
8343
+
8215
8344
  def get_db_management_private_endpoint(self, db_management_private_endpoint_id, **kwargs):
8216
8345
  """
8217
8346
  Gets the details of a specific Database Management private endpoint.
@@ -8241,7 +8370,7 @@ class DbManagementClient(object):
8241
8370
  :rtype: :class:`~oci.response.Response`
8242
8371
 
8243
8372
  :example:
8244
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
8373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
8245
8374
  """
8246
8375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8247
8376
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -8339,7 +8468,7 @@ class DbManagementClient(object):
8339
8468
  :rtype: :class:`~oci.response.Response`
8340
8469
 
8341
8470
  :example:
8342
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
8471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
8343
8472
  """
8344
8473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8345
8474
  required_arguments = ['externalAsmId']
@@ -8442,7 +8571,7 @@ class DbManagementClient(object):
8442
8571
  :rtype: :class:`~oci.response.Response`
8443
8572
 
8444
8573
  :example:
8445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
8574
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
8446
8575
  """
8447
8576
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8448
8577
  required_arguments = ['externalAsmId']
@@ -8544,7 +8673,7 @@ class DbManagementClient(object):
8544
8673
  :rtype: :class:`~oci.response.Response`
8545
8674
 
8546
8675
  :example:
8547
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
8676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
8548
8677
  """
8549
8678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8550
8679
  required_arguments = ['externalAsmInstanceId']
@@ -8644,7 +8773,7 @@ class DbManagementClient(object):
8644
8773
  :rtype: :class:`~oci.response.Response`
8645
8774
 
8646
8775
  :example:
8647
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
8776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
8648
8777
  """
8649
8778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8650
8779
  required_arguments = ['externalClusterId']
@@ -8744,7 +8873,7 @@ class DbManagementClient(object):
8744
8873
  :rtype: :class:`~oci.response.Response`
8745
8874
 
8746
8875
  :example:
8747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
8876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
8748
8877
  """
8749
8878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8750
8879
  required_arguments = ['externalClusterInstanceId']
@@ -8844,7 +8973,7 @@ class DbManagementClient(object):
8844
8973
  :rtype: :class:`~oci.response.Response`
8845
8974
 
8846
8975
  :example:
8847
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
8976
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
8848
8977
  """
8849
8978
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8850
8979
  required_arguments = ['externalDbHomeId']
@@ -8944,7 +9073,7 @@ class DbManagementClient(object):
8944
9073
  :rtype: :class:`~oci.response.Response`
8945
9074
 
8946
9075
  :example:
8947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
9076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
8948
9077
  """
8949
9078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8950
9079
  required_arguments = ['externalDbNodeId']
@@ -9044,7 +9173,7 @@ class DbManagementClient(object):
9044
9173
  :rtype: :class:`~oci.response.Response`
9045
9174
 
9046
9175
  :example:
9047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
9176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
9048
9177
  """
9049
9178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9050
9179
  required_arguments = ['externalDbSystemId']
@@ -9144,7 +9273,7 @@ class DbManagementClient(object):
9144
9273
  :rtype: :class:`~oci.response.Response`
9145
9274
 
9146
9275
  :example:
9147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
9276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
9148
9277
  """
9149
9278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9150
9279
  required_arguments = ['externalDbSystemConnectorId']
@@ -9244,7 +9373,7 @@ class DbManagementClient(object):
9244
9373
  :rtype: :class:`~oci.response.Response`
9245
9374
 
9246
9375
  :example:
9247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
9376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
9248
9377
  """
9249
9378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9250
9379
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -9345,7 +9474,7 @@ class DbManagementClient(object):
9345
9474
  :rtype: :class:`~oci.response.Response`
9346
9475
 
9347
9476
  :example:
9348
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
9477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
9349
9478
  """
9350
9479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9351
9480
  required_arguments = ['externalExadataInfrastructureId']
@@ -9445,7 +9574,7 @@ class DbManagementClient(object):
9445
9574
  :rtype: :class:`~oci.response.Response`
9446
9575
 
9447
9576
  :example:
9448
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
9577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
9449
9578
  """
9450
9579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9451
9580
  required_arguments = ['externalExadataStorageConnectorId']
@@ -9545,7 +9674,7 @@ class DbManagementClient(object):
9545
9674
  :rtype: :class:`~oci.response.Response`
9546
9675
 
9547
9676
  :example:
9548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
9677
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
9549
9678
  """
9550
9679
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9551
9680
  required_arguments = ['externalExadataStorageGridId']
@@ -9645,7 +9774,7 @@ class DbManagementClient(object):
9645
9774
  :rtype: :class:`~oci.response.Response`
9646
9775
 
9647
9776
  :example:
9648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
9777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
9649
9778
  """
9650
9779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9651
9780
  required_arguments = ['externalExadataStorageServerId']
@@ -9745,7 +9874,7 @@ class DbManagementClient(object):
9745
9874
  :rtype: :class:`~oci.response.Response`
9746
9875
 
9747
9876
  :example:
9748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
9877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
9749
9878
  """
9750
9879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9751
9880
  required_arguments = ['externalListenerId']
@@ -9845,7 +9974,7 @@ class DbManagementClient(object):
9845
9974
  :rtype: :class:`~oci.response.Response`
9846
9975
 
9847
9976
  :example:
9848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
9977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
9849
9978
  """
9850
9979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9851
9980
  required_arguments = ['externalExadataStorageServerId']
@@ -9943,7 +10072,7 @@ class DbManagementClient(object):
9943
10072
  :rtype: :class:`~oci.response.Response`
9944
10073
 
9945
10074
  :example:
9946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
10075
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
9947
10076
  """
9948
10077
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9949
10078
  required_arguments = ['jobId']
@@ -10039,7 +10168,7 @@ class DbManagementClient(object):
10039
10168
  :rtype: :class:`~oci.response.Response`
10040
10169
 
10041
10170
  :example:
10042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
10171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
10043
10172
  """
10044
10173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10045
10174
  required_arguments = ['jobExecutionId']
@@ -10135,7 +10264,7 @@ class DbManagementClient(object):
10135
10264
  :rtype: :class:`~oci.response.Response`
10136
10265
 
10137
10266
  :example:
10138
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
10267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
10139
10268
  """
10140
10269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10141
10270
  required_arguments = ['jobRunId']
@@ -10233,7 +10362,7 @@ class DbManagementClient(object):
10233
10362
  :rtype: :class:`~oci.response.Response`
10234
10363
 
10235
10364
  :example:
10236
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
10365
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
10237
10366
  """
10238
10367
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10239
10368
  required_arguments = ['managedDatabaseId']
@@ -10331,7 +10460,7 @@ class DbManagementClient(object):
10331
10460
  :rtype: :class:`~oci.response.Response`
10332
10461
 
10333
10462
  :example:
10334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
10463
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
10335
10464
  """
10336
10465
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10337
10466
  required_arguments = ['managedDatabaseGroupId']
@@ -10429,7 +10558,7 @@ class DbManagementClient(object):
10429
10558
  :rtype: :class:`~oci.response.Response`
10430
10559
 
10431
10560
  :example:
10432
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_named_credential.py.html>`__ to see an example of how to use get_named_credential API.
10561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_named_credential.py.html>`__ to see an example of how to use get_named_credential API.
10433
10562
  """
10434
10563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10435
10564
  required_arguments = ['namedCredentialId']
@@ -10527,7 +10656,7 @@ class DbManagementClient(object):
10527
10656
  :rtype: :class:`~oci.response.Response`
10528
10657
 
10529
10658
  :example:
10530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
10659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
10531
10660
  """
10532
10661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10533
10662
  required_arguments = ['externalExadataStorageServerId']
@@ -10637,7 +10766,7 @@ class DbManagementClient(object):
10637
10766
  :rtype: :class:`~oci.response.Response`
10638
10767
 
10639
10768
  :example:
10640
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
10769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
10641
10770
  """
10642
10771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10643
10772
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -10754,7 +10883,7 @@ class DbManagementClient(object):
10754
10883
  :rtype: :class:`~oci.response.Response`
10755
10884
 
10756
10885
  :example:
10757
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_optimizer_statistics_advisor_execution_script.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution_script API.
10886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
10758
10887
  """
10759
10888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10760
10889
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -10868,7 +10997,7 @@ class DbManagementClient(object):
10868
10997
  :rtype: :class:`~oci.response.Response`
10869
10998
 
10870
10999
  :example:
10871
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
11000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
10872
11001
  """
10873
11002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10874
11003
  required_arguments = ['managedDatabaseId', 'optimizerStatisticsCollectionOperationId']
@@ -10993,7 +11122,7 @@ class DbManagementClient(object):
10993
11122
  :rtype: :class:`~oci.response.Response`
10994
11123
 
10995
11124
  :example:
10996
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
11125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
10997
11126
  """
10998
11127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10999
11128
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -11083,6 +11212,149 @@ class DbManagementClient(object):
11083
11212
  api_reference_link=api_reference_link,
11084
11213
  required_arguments=required_arguments)
11085
11214
 
11215
+ def get_peer_database_metrics(self, managed_database_id, start_time, end_time, **kwargs):
11216
+ """
11217
+ Gets a comparative summary of the baseline and target values of the Data Guard performance metrics for Managed Databases.
11218
+ If the peerDatabaseCompartmentId is specified, then the metrics are only retrieved from the specified compartment.
11219
+ If the peerDatabaseCompartmentId is not specified, then the metrics are retrieved from the compartment of the Managed Database specified by the ManagedDatabaseId.
11220
+
11221
+
11222
+ :param str managed_database_id: (required)
11223
+ The `OCID`__ of the Managed Database.
11224
+
11225
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
11226
+
11227
+ :param str start_time: (required)
11228
+ The start time of the time range to retrieve the health metrics of a Managed Database
11229
+ in UTC in ISO-8601 format, which is \"yyyy-MM-dd'T'hh:mm:ss.sss'Z'\".
11230
+
11231
+ :param str end_time: (required)
11232
+ The end time of the time range to retrieve the health metrics of a Managed Database
11233
+ in UTC in ISO-8601 format, which is \"yyyy-MM-dd'T'hh:mm:ss.sss'Z'\".
11234
+
11235
+ :param str opc_request_id: (optional)
11236
+ The client request ID for tracing.
11237
+
11238
+ :param str peer_database_compartment_id: (optional)
11239
+ The `OCID`__ of the compartment for which peer database metrics are required.
11240
+ This is not a mandatory parameter and in its absence, all the peer database metrics are returned.
11241
+
11242
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
11243
+
11244
+ :param str compare_type: (optional)
11245
+ The time window used for metrics comparison.
11246
+
11247
+ Allowed values are: "HOUR", "DAY", "WEEK"
11248
+
11249
+ :param str filter_by_metric_names: (optional)
11250
+ The filter used to retrieve a specific set of metrics by passing the desired metric names with a comma separator. Note that, by default, the service returns all supported metrics.
11251
+
11252
+ :param obj retry_strategy: (optional)
11253
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
11254
+
11255
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
11256
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
11257
+
11258
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
11259
+
11260
+ :param bool allow_control_chars: (optional)
11261
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
11262
+ By default, the response will not allow control characters in strings
11263
+
11264
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database_management.models.PeerDatabaseMetrics`
11265
+ :rtype: :class:`~oci.response.Response`
11266
+
11267
+ :example:
11268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_peer_database_metrics.py.html>`__ to see an example of how to use get_peer_database_metrics API.
11269
+ """
11270
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11271
+ required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
11272
+ resource_path = "/managedDatabases/{managedDatabaseId}/peerDatabaseMetrics"
11273
+ method = "GET"
11274
+ operation_name = "get_peer_database_metrics"
11275
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database-management/20201101/PeerDatabaseMetrics/GetPeerDatabaseMetrics"
11276
+
11277
+ # Don't accept unknown kwargs
11278
+ expected_kwargs = [
11279
+ "allow_control_chars",
11280
+ "retry_strategy",
11281
+ "opc_request_id",
11282
+ "peer_database_compartment_id",
11283
+ "compare_type",
11284
+ "filter_by_metric_names"
11285
+ ]
11286
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
11287
+ if extra_kwargs:
11288
+ raise ValueError(
11289
+ f"get_peer_database_metrics got unknown kwargs: {extra_kwargs!r}")
11290
+
11291
+ path_params = {
11292
+ "managedDatabaseId": managed_database_id
11293
+ }
11294
+
11295
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
11296
+
11297
+ for (k, v) in six.iteritems(path_params):
11298
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
11299
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
11300
+
11301
+ if 'compare_type' in kwargs:
11302
+ compare_type_allowed_values = ["HOUR", "DAY", "WEEK"]
11303
+ if kwargs['compare_type'] not in compare_type_allowed_values:
11304
+ raise ValueError(
11305
+ f"Invalid value for `compare_type`, must be one of { compare_type_allowed_values }"
11306
+ )
11307
+
11308
+ query_params = {
11309
+ "startTime": start_time,
11310
+ "endTime": end_time,
11311
+ "peerDatabaseCompartmentId": kwargs.get("peer_database_compartment_id", missing),
11312
+ "compareType": kwargs.get("compare_type", missing),
11313
+ "filterByMetricNames": kwargs.get("filter_by_metric_names", missing)
11314
+ }
11315
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
11316
+
11317
+ header_params = {
11318
+ "accept": "application/json",
11319
+ "content-type": "application/json",
11320
+ "opc-request-id": kwargs.get("opc_request_id", missing)
11321
+ }
11322
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
11323
+
11324
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
11325
+ operation_retry_strategy=kwargs.get('retry_strategy'),
11326
+ client_retry_strategy=self.retry_strategy
11327
+ )
11328
+
11329
+ if retry_strategy:
11330
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
11331
+ self.base_client.add_opc_client_retries_header(header_params)
11332
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
11333
+ return retry_strategy.make_retrying_call(
11334
+ self.base_client.call_api,
11335
+ resource_path=resource_path,
11336
+ method=method,
11337
+ path_params=path_params,
11338
+ query_params=query_params,
11339
+ header_params=header_params,
11340
+ response_type="PeerDatabaseMetrics",
11341
+ allow_control_chars=kwargs.get('allow_control_chars'),
11342
+ operation_name=operation_name,
11343
+ api_reference_link=api_reference_link,
11344
+ required_arguments=required_arguments)
11345
+ else:
11346
+ return self.base_client.call_api(
11347
+ resource_path=resource_path,
11348
+ method=method,
11349
+ path_params=path_params,
11350
+ query_params=query_params,
11351
+ header_params=header_params,
11352
+ response_type="PeerDatabaseMetrics",
11353
+ allow_control_chars=kwargs.get('allow_control_chars'),
11354
+ operation_name=operation_name,
11355
+ api_reference_link=api_reference_link,
11356
+ required_arguments=required_arguments)
11357
+
11086
11358
  def get_preferred_credential(self, managed_database_id, credential_name, **kwargs):
11087
11359
  """
11088
11360
  Gets the preferred credential details for a Managed Database based on credentialName.
@@ -11115,7 +11387,7 @@ class DbManagementClient(object):
11115
11387
  :rtype: :class:`~oci.response.Response`
11116
11388
 
11117
11389
  :example:
11118
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
11390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
11119
11391
  """
11120
11392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11121
11393
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -11220,7 +11492,7 @@ class DbManagementClient(object):
11220
11492
  :rtype: :class:`~oci.response.Response`
11221
11493
 
11222
11494
  :example:
11223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
11495
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
11224
11496
  """
11225
11497
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11226
11498
  required_arguments = ['managedDatabaseId', 'planName']
@@ -11328,7 +11600,7 @@ class DbManagementClient(object):
11328
11600
  :rtype: :class:`~oci.response.Response`
11329
11601
 
11330
11602
  :example:
11331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
11603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
11332
11604
  """
11333
11605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11334
11606
  required_arguments = ['managedDatabaseId']
@@ -11436,7 +11708,7 @@ class DbManagementClient(object):
11436
11708
  :rtype: :class:`~oci.response.Response`
11437
11709
 
11438
11710
  :example:
11439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
11711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
11440
11712
  """
11441
11713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11442
11714
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -11537,7 +11809,7 @@ class DbManagementClient(object):
11537
11809
  :rtype: :class:`~oci.response.Response`
11538
11810
 
11539
11811
  :example:
11540
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
11812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
11541
11813
  """
11542
11814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11543
11815
  required_arguments = ['externalExadataStorageServerId']
@@ -11643,7 +11915,7 @@ class DbManagementClient(object):
11643
11915
  :rtype: :class:`~oci.response.Response`
11644
11916
 
11645
11917
  :example:
11646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
11918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
11647
11919
  """
11648
11920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11649
11921
  required_arguments = ['managedDatabaseId', 'userName']
@@ -11744,7 +12016,7 @@ class DbManagementClient(object):
11744
12016
  :rtype: :class:`~oci.response.Response`
11745
12017
 
11746
12018
  :example:
11747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
12019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
11748
12020
  """
11749
12021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11750
12022
  required_arguments = ['workRequestId']
@@ -11848,7 +12120,7 @@ class DbManagementClient(object):
11848
12120
  :rtype: :class:`~oci.response.Response`
11849
12121
 
11850
12122
  :example:
11851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
12123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
11852
12124
  """
11853
12125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11854
12126
  required_arguments = ['managedDatabaseId', 'executionName']
@@ -11971,7 +12243,7 @@ class DbManagementClient(object):
11971
12243
  :rtype: :class:`~oci.response.Response`
11972
12244
 
11973
12245
  :example:
11974
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
12246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
11975
12247
  """
11976
12248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11977
12249
  required_arguments = ['managedDatabaseId']
@@ -12121,7 +12393,7 @@ class DbManagementClient(object):
12121
12393
  :rtype: :class:`~oci.response.Response`
12122
12394
 
12123
12395
  :example:
12124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
12396
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
12125
12397
  """
12126
12398
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12127
12399
  required_arguments = ['dbManagementPrivateEndpointId', 'compartmentId']
@@ -12300,7 +12572,7 @@ class DbManagementClient(object):
12300
12572
  :rtype: :class:`~oci.response.Response`
12301
12573
 
12302
12574
  :example:
12303
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
12575
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
12304
12576
  """
12305
12577
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12306
12578
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -12480,7 +12752,7 @@ class DbManagementClient(object):
12480
12752
  :rtype: :class:`~oci.response.Response`
12481
12753
 
12482
12754
  :example:
12483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
12755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
12484
12756
  """
12485
12757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12486
12758
  required_arguments = ['managedDatabaseId']
@@ -12644,7 +12916,7 @@ class DbManagementClient(object):
12644
12916
  :rtype: :class:`~oci.response.Response`
12645
12917
 
12646
12918
  :example:
12647
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
12919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
12648
12920
  """
12649
12921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12650
12922
  required_arguments = ['managedDatabaseId', 'userName']
@@ -12800,7 +13072,7 @@ class DbManagementClient(object):
12800
13072
  :rtype: :class:`~oci.response.Response`
12801
13073
 
12802
13074
  :example:
12803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
13075
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
12804
13076
  """
12805
13077
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12806
13078
  required_arguments = ['managedDatabaseId']
@@ -12959,7 +13231,7 @@ class DbManagementClient(object):
12959
13231
  :rtype: :class:`~oci.response.Response`
12960
13232
 
12961
13233
  :example:
12962
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
13234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
12963
13235
  """
12964
13236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12965
13237
  required_arguments = ['managedDatabaseId', 'userName']
@@ -13118,7 +13390,7 @@ class DbManagementClient(object):
13118
13390
  :rtype: :class:`~oci.response.Response`
13119
13391
 
13120
13392
  :example:
13121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
13393
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
13122
13394
  """
13123
13395
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13124
13396
  required_arguments = ['managedDatabaseId']
@@ -13290,7 +13562,7 @@ class DbManagementClient(object):
13290
13562
  :rtype: :class:`~oci.response.Response`
13291
13563
 
13292
13564
  :example:
13293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
13565
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
13294
13566
  """
13295
13567
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13296
13568
  required_arguments = ['compartmentId']
@@ -13441,7 +13713,7 @@ class DbManagementClient(object):
13441
13713
  :rtype: :class:`~oci.response.Response`
13442
13714
 
13443
13715
  :example:
13444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
13716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
13445
13717
  """
13446
13718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13447
13719
  required_arguments = ['externalAsmId']
@@ -13598,7 +13870,7 @@ class DbManagementClient(object):
13598
13870
  :rtype: :class:`~oci.response.Response`
13599
13871
 
13600
13872
  :example:
13601
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
13873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
13602
13874
  """
13603
13875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13604
13876
  required_arguments = []
@@ -13741,7 +14013,7 @@ class DbManagementClient(object):
13741
14013
  :rtype: :class:`~oci.response.Response`
13742
14014
 
13743
14015
  :example:
13744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
14016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
13745
14017
  """
13746
14018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13747
14019
  required_arguments = ['externalAsmId']
@@ -13898,7 +14170,7 @@ class DbManagementClient(object):
13898
14170
  :rtype: :class:`~oci.response.Response`
13899
14171
 
13900
14172
  :example:
13901
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
14173
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
13902
14174
  """
13903
14175
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13904
14176
  required_arguments = []
@@ -14047,7 +14319,7 @@ class DbManagementClient(object):
14047
14319
  :rtype: :class:`~oci.response.Response`
14048
14320
 
14049
14321
  :example:
14050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
14322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
14051
14323
  """
14052
14324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14053
14325
  required_arguments = []
@@ -14196,7 +14468,7 @@ class DbManagementClient(object):
14196
14468
  :rtype: :class:`~oci.response.Response`
14197
14469
 
14198
14470
  :example:
14199
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
14471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
14200
14472
  """
14201
14473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14202
14474
  required_arguments = []
@@ -14350,7 +14622,7 @@ class DbManagementClient(object):
14350
14622
  :rtype: :class:`~oci.response.Response`
14351
14623
 
14352
14624
  :example:
14353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
14625
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
14354
14626
  """
14355
14627
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14356
14628
  required_arguments = []
@@ -14501,7 +14773,7 @@ class DbManagementClient(object):
14501
14773
  :rtype: :class:`~oci.response.Response`
14502
14774
 
14503
14775
  :example:
14504
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
14776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
14505
14777
  """
14506
14778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14507
14779
  required_arguments = []
@@ -14650,7 +14922,7 @@ class DbManagementClient(object):
14650
14922
  :rtype: :class:`~oci.response.Response`
14651
14923
 
14652
14924
  :example:
14653
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
14925
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
14654
14926
  """
14655
14927
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14656
14928
  required_arguments = []
@@ -14799,7 +15071,7 @@ class DbManagementClient(object):
14799
15071
  :rtype: :class:`~oci.response.Response`
14800
15072
 
14801
15073
  :example:
14802
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
15074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
14803
15075
  """
14804
15076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14805
15077
  required_arguments = []
@@ -14943,7 +15215,7 @@ class DbManagementClient(object):
14943
15215
  :rtype: :class:`~oci.response.Response`
14944
15216
 
14945
15217
  :example:
14946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
15218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
14947
15219
  """
14948
15220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14949
15221
  required_arguments = ['compartmentId']
@@ -15084,7 +15356,7 @@ class DbManagementClient(object):
15084
15356
  :rtype: :class:`~oci.response.Response`
15085
15357
 
15086
15358
  :example:
15087
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
15359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
15088
15360
  """
15089
15361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15090
15362
  required_arguments = ['compartmentId']
@@ -15225,7 +15497,7 @@ class DbManagementClient(object):
15225
15497
  :rtype: :class:`~oci.response.Response`
15226
15498
 
15227
15499
  :example:
15228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
15500
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
15229
15501
  """
15230
15502
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15231
15503
  required_arguments = ['compartmentId']
@@ -15371,7 +15643,7 @@ class DbManagementClient(object):
15371
15643
  :rtype: :class:`~oci.response.Response`
15372
15644
 
15373
15645
  :example:
15374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
15646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
15375
15647
  """
15376
15648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15377
15649
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -15518,7 +15790,7 @@ class DbManagementClient(object):
15518
15790
  :rtype: :class:`~oci.response.Response`
15519
15791
 
15520
15792
  :example:
15521
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
15793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
15522
15794
  """
15523
15795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15524
15796
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -15665,7 +15937,7 @@ class DbManagementClient(object):
15665
15937
  :rtype: :class:`~oci.response.Response`
15666
15938
 
15667
15939
  :example:
15668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
15940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
15669
15941
  """
15670
15942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15671
15943
  required_arguments = ['externalListenerId', 'managedDatabaseId']
@@ -15823,7 +16095,7 @@ class DbManagementClient(object):
15823
16095
  :rtype: :class:`~oci.response.Response`
15824
16096
 
15825
16097
  :example:
15826
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
16098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
15827
16099
  """
15828
16100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15829
16101
  required_arguments = []
@@ -15992,7 +16264,7 @@ class DbManagementClient(object):
15992
16264
  :rtype: :class:`~oci.response.Response`
15993
16265
 
15994
16266
  :example:
15995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
16267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
15996
16268
  """
15997
16269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15998
16270
  required_arguments = ['compartmentId']
@@ -16165,7 +16437,7 @@ class DbManagementClient(object):
16165
16437
  :rtype: :class:`~oci.response.Response`
16166
16438
 
16167
16439
  :example:
16168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
16440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
16169
16441
  """
16170
16442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16171
16443
  required_arguments = ['compartmentId']
@@ -16335,7 +16607,7 @@ class DbManagementClient(object):
16335
16607
  :rtype: :class:`~oci.response.Response`
16336
16608
 
16337
16609
  :example:
16338
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
16610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
16339
16611
  """
16340
16612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16341
16613
  required_arguments = ['compartmentId']
@@ -16500,7 +16772,7 @@ class DbManagementClient(object):
16500
16772
  :rtype: :class:`~oci.response.Response`
16501
16773
 
16502
16774
  :example:
16503
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
16775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
16504
16776
  """
16505
16777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16506
16778
  required_arguments = ['compartmentId']
@@ -16673,7 +16945,7 @@ class DbManagementClient(object):
16673
16945
  :rtype: :class:`~oci.response.Response`
16674
16946
 
16675
16947
  :example:
16676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
16948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
16677
16949
  """
16678
16950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16679
16951
  required_arguments = ['compartmentId']
@@ -16847,7 +17119,7 @@ class DbManagementClient(object):
16847
17119
  :rtype: :class:`~oci.response.Response`
16848
17120
 
16849
17121
  :example:
16850
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_named_credentials.py.html>`__ to see an example of how to use list_named_credentials API.
17122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_named_credentials.py.html>`__ to see an example of how to use list_named_credentials API.
16851
17123
  """
16852
17124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16853
17125
  required_arguments = ['compartmentId']
@@ -17011,7 +17283,7 @@ class DbManagementClient(object):
17011
17283
  :rtype: :class:`~oci.response.Response`
17012
17284
 
17013
17285
  :example:
17014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
17286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
17015
17287
  """
17016
17288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17017
17289
  required_arguments = ['managedDatabaseId', 'userName']
@@ -17155,7 +17427,7 @@ class DbManagementClient(object):
17155
17427
  :rtype: :class:`~oci.response.Response`
17156
17428
 
17157
17429
  :example:
17158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
17430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
17159
17431
  """
17160
17432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17161
17433
  required_arguments = ['managedDatabaseId']
@@ -17298,7 +17570,7 @@ class DbManagementClient(object):
17298
17570
  :rtype: :class:`~oci.response.Response`
17299
17571
 
17300
17572
  :example:
17301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
17573
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
17302
17574
  """
17303
17575
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17304
17576
  required_arguments = ['managedDatabaseId', 'groupType']
@@ -17473,7 +17745,7 @@ class DbManagementClient(object):
17473
17745
  :rtype: :class:`~oci.response.Response`
17474
17746
 
17475
17747
  :example:
17476
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
17748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
17477
17749
  """
17478
17750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17479
17751
  required_arguments = ['managedDatabaseId']
@@ -17616,7 +17888,7 @@ class DbManagementClient(object):
17616
17888
  :rtype: :class:`~oci.response.Response`
17617
17889
 
17618
17890
  :example:
17619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
17891
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
17620
17892
  """
17621
17893
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17622
17894
  required_arguments = ['managedDatabaseId']
@@ -17741,7 +18013,7 @@ class DbManagementClient(object):
17741
18013
  :rtype: :class:`~oci.response.Response`
17742
18014
 
17743
18015
  :example:
17744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
18016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
17745
18017
  """
17746
18018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17747
18019
  required_arguments = ['managedDatabaseId', 'userName']
@@ -17899,7 +18171,7 @@ class DbManagementClient(object):
17899
18171
  :rtype: :class:`~oci.response.Response`
17900
18172
 
17901
18173
  :example:
17902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
18174
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
17903
18175
  """
17904
18176
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17905
18177
  required_arguments = ['managedDatabaseId', 'userName']
@@ -18057,7 +18329,7 @@ class DbManagementClient(object):
18057
18329
  :rtype: :class:`~oci.response.Response`
18058
18330
 
18059
18331
  :example:
18060
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
18332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
18061
18333
  """
18062
18334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18063
18335
  required_arguments = ['managedDatabaseId', 'userName']
@@ -18213,7 +18485,7 @@ class DbManagementClient(object):
18213
18485
  :rtype: :class:`~oci.response.Response`
18214
18486
 
18215
18487
  :example:
18216
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
18488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
18217
18489
  """
18218
18490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18219
18491
  required_arguments = ['managedDatabaseId']
@@ -18417,7 +18689,7 @@ class DbManagementClient(object):
18417
18689
  :rtype: :class:`~oci.response.Response`
18418
18690
 
18419
18691
  :example:
18420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
18692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
18421
18693
  """
18422
18694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18423
18695
  required_arguments = ['managedDatabaseId']
@@ -18607,7 +18879,7 @@ class DbManagementClient(object):
18607
18879
  :rtype: :class:`~oci.response.Response`
18608
18880
 
18609
18881
  :example:
18610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
18882
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
18611
18883
  """
18612
18884
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18613
18885
  required_arguments = ['managedDatabaseId', 'userName']
@@ -18742,7 +19014,7 @@ class DbManagementClient(object):
18742
19014
  :rtype: :class:`~oci.response.Response`
18743
19015
 
18744
19016
  :example:
18745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
19017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
18746
19018
  """
18747
19019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18748
19020
  required_arguments = ['managedDatabaseId']
@@ -18867,7 +19139,7 @@ class DbManagementClient(object):
18867
19139
  :rtype: :class:`~oci.response.Response`
18868
19140
 
18869
19141
  :example:
18870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
19142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
18871
19143
  """
18872
19144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18873
19145
  required_arguments = ['managedDatabaseId']
@@ -19022,7 +19294,7 @@ class DbManagementClient(object):
19022
19294
  :rtype: :class:`~oci.response.Response`
19023
19295
 
19024
19296
  :example:
19025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
19297
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
19026
19298
  """
19027
19299
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19028
19300
  required_arguments = ['managedDatabaseId']
@@ -19169,7 +19441,7 @@ class DbManagementClient(object):
19169
19441
  :rtype: :class:`~oci.response.Response`
19170
19442
 
19171
19443
  :example:
19172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
19444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
19173
19445
  """
19174
19446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19175
19447
  required_arguments = ['workRequestId']
@@ -19312,7 +19584,7 @@ class DbManagementClient(object):
19312
19584
  :rtype: :class:`~oci.response.Response`
19313
19585
 
19314
19586
  :example:
19315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
19587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
19316
19588
  """
19317
19589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19318
19590
  required_arguments = ['workRequestId']
@@ -19470,7 +19742,7 @@ class DbManagementClient(object):
19470
19742
  :rtype: :class:`~oci.response.Response`
19471
19743
 
19472
19744
  :example:
19473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
19745
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
19474
19746
  """
19475
19747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19476
19748
  required_arguments = ['compartmentId']
@@ -19605,7 +19877,7 @@ class DbManagementClient(object):
19605
19877
  :rtype: :class:`~oci.response.Response`
19606
19878
 
19607
19879
  :example:
19608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/load_sql_plan_baselines_from_awr.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_awr API.
19880
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
19609
19881
  """
19610
19882
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19611
19883
  required_arguments = ['managedDatabaseId']
@@ -19710,7 +19982,7 @@ class DbManagementClient(object):
19710
19982
  :rtype: :class:`~oci.response.Response`
19711
19983
 
19712
19984
  :example:
19713
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/load_sql_plan_baselines_from_cursor_cache.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_cursor_cache API.
19985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
19714
19986
  """
19715
19987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19716
19988
  required_arguments = ['managedDatabaseId']
@@ -19827,7 +20099,7 @@ class DbManagementClient(object):
19827
20099
  :rtype: :class:`~oci.response.Response`
19828
20100
 
19829
20101
  :example:
19830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/modify_database_management_feature.py.html>`__ to see an example of how to use modify_database_management_feature API.
20102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/modify_database_management_feature.py.html>`__ to see an example of how to use modify_database_management_feature API.
19831
20103
  """
19832
20104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19833
20105
  required_arguments = ['databaseId']
@@ -19949,7 +20221,7 @@ class DbManagementClient(object):
19949
20221
  :rtype: :class:`~oci.response.Response`
19950
20222
 
19951
20223
  :example:
19952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/modify_pluggable_database_management_feature.py.html>`__ to see an example of how to use modify_pluggable_database_management_feature API.
20224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/modify_pluggable_database_management_feature.py.html>`__ to see an example of how to use modify_pluggable_database_management_feature API.
19953
20225
  """
19954
20226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19955
20227
  required_arguments = ['pluggableDatabaseId']
@@ -20064,7 +20336,7 @@ class DbManagementClient(object):
20064
20336
  :rtype: :class:`~oci.response.Response`
20065
20337
 
20066
20338
  :example:
20067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
20339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
20068
20340
  """
20069
20341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20070
20342
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -20179,7 +20451,7 @@ class DbManagementClient(object):
20179
20451
  :rtype: :class:`~oci.response.Response`
20180
20452
 
20181
20453
  :example:
20182
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
20454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
20183
20455
  """
20184
20456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20185
20457
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -20296,7 +20568,7 @@ class DbManagementClient(object):
20296
20568
  :rtype: :class:`~oci.response.Response`
20297
20569
 
20298
20570
  :example:
20299
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/remove_managed_database_from_managed_database_group.py.html>`__ to see an example of how to use remove_managed_database_from_managed_database_group API.
20571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
20300
20572
  """
20301
20573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20302
20574
  required_arguments = ['managedDatabaseGroupId']
@@ -20407,7 +20679,7 @@ class DbManagementClient(object):
20407
20679
  :rtype: :class:`~oci.response.Response`
20408
20680
 
20409
20681
  :example:
20410
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
20682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
20411
20683
  """
20412
20684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20413
20685
  required_arguments = ['managedDatabaseId']
@@ -20523,7 +20795,7 @@ class DbManagementClient(object):
20523
20795
  :rtype: :class:`~oci.response.Response`
20524
20796
 
20525
20797
  :example:
20526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
20798
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
20527
20799
  """
20528
20800
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20529
20801
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -20641,7 +20913,7 @@ class DbManagementClient(object):
20641
20913
  :rtype: :class:`~oci.response.Response`
20642
20914
 
20643
20915
  :example:
20644
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
20916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
20645
20917
  """
20646
20918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20647
20919
  required_arguments = ['managedDatabaseId']
@@ -20803,7 +21075,7 @@ class DbManagementClient(object):
20803
21075
  :rtype: :class:`~oci.response.Response`
20804
21076
 
20805
21077
  :example:
20806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
21078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
20807
21079
  """
20808
21080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20809
21081
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -21011,7 +21283,7 @@ class DbManagementClient(object):
21011
21283
  :rtype: :class:`~oci.response.Response`
21012
21284
 
21013
21285
  :example:
21014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
21286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
21015
21287
  """
21016
21288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21017
21289
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -21215,7 +21487,7 @@ class DbManagementClient(object):
21215
21487
  :rtype: :class:`~oci.response.Response`
21216
21488
 
21217
21489
  :example:
21218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
21490
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
21219
21491
  """
21220
21492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21221
21493
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -21443,7 +21715,7 @@ class DbManagementClient(object):
21443
21715
  :rtype: :class:`~oci.response.Response`
21444
21716
 
21445
21717
  :example:
21446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
21718
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
21447
21719
  """
21448
21720
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21449
21721
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -21654,7 +21926,7 @@ class DbManagementClient(object):
21654
21926
  :rtype: :class:`~oci.response.Response`
21655
21927
 
21656
21928
  :example:
21657
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
21929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
21658
21930
  """
21659
21931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21660
21932
  required_arguments = ['managedDatabaseId']
@@ -21846,7 +22118,7 @@ class DbManagementClient(object):
21846
22118
  :rtype: :class:`~oci.response.Response`
21847
22119
 
21848
22120
  :example:
21849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
22121
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
21850
22122
  """
21851
22123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21852
22124
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -22044,7 +22316,7 @@ class DbManagementClient(object):
22044
22316
  :rtype: :class:`~oci.response.Response`
22045
22317
 
22046
22318
  :example:
22047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_top_wait_events API.
22319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
22048
22320
  """
22049
22321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22050
22322
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -22259,7 +22531,7 @@ class DbManagementClient(object):
22259
22531
  :rtype: :class:`~oci.response.Response`
22260
22532
 
22261
22533
  :example:
22262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_db_wait_event_buckets API.
22534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
22263
22535
  """
22264
22536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22265
22537
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -22470,7 +22742,7 @@ class DbManagementClient(object):
22470
22742
  :rtype: :class:`~oci.response.Response`
22471
22743
 
22472
22744
  :example:
22473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
22745
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
22474
22746
  """
22475
22747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22476
22748
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -22643,7 +22915,7 @@ class DbManagementClient(object):
22643
22915
  :rtype: :class:`~oci.response.Response`
22644
22916
 
22645
22917
  :example:
22646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
22918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
22647
22919
  """
22648
22920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22649
22921
  required_arguments = ['externalAsmId', 'startTime', 'endTime']
@@ -22775,7 +23047,7 @@ class DbManagementClient(object):
22775
23047
  :rtype: :class:`~oci.response.Response`
22776
23048
 
22777
23049
  :example:
22778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
23050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
22779
23051
  """
22780
23052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22781
23053
  required_arguments = ['externalClusterId', 'startTime', 'endTime']
@@ -22907,7 +23179,7 @@ class DbManagementClient(object):
22907
23179
  :rtype: :class:`~oci.response.Response`
22908
23180
 
22909
23181
  :example:
22910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
23182
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
22911
23183
  """
22912
23184
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22913
23185
  required_arguments = ['externalDbNodeId', 'startTime', 'endTime']
@@ -23039,7 +23311,7 @@ class DbManagementClient(object):
23039
23311
  :rtype: :class:`~oci.response.Response`
23040
23312
 
23041
23313
  :example:
23042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_external_db_system_availability_metrics.py.html>`__ to see an example of how to use summarize_external_db_system_availability_metrics API.
23314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
23043
23315
  """
23044
23316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23045
23317
  required_arguments = ['externalDbSystemId', 'startTime', 'endTime']
@@ -23171,7 +23443,7 @@ class DbManagementClient(object):
23171
23443
  :rtype: :class:`~oci.response.Response`
23172
23444
 
23173
23445
  :example:
23174
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
23446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
23175
23447
  """
23176
23448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23177
23449
  required_arguments = ['externalListenerId', 'startTime', 'endTime']
@@ -23321,7 +23593,7 @@ class DbManagementClient(object):
23321
23593
  :rtype: :class:`~oci.response.Response`
23322
23594
 
23323
23595
  :example:
23324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
23596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
23325
23597
  """
23326
23598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23327
23599
  required_arguments = ['compartmentId', 'startTime', 'endTime']
@@ -23458,7 +23730,7 @@ class DbManagementClient(object):
23458
23730
  :rtype: :class:`~oci.response.Response`
23459
23731
 
23460
23732
  :example:
23461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
23733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
23462
23734
  """
23463
23735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23464
23736
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -23577,7 +23849,7 @@ class DbManagementClient(object):
23577
23849
  :rtype: :class:`~oci.response.Response`
23578
23850
 
23579
23851
  :example:
23580
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
23852
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
23581
23853
  """
23582
23854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23583
23855
  required_arguments = ['managedDatabaseId']
@@ -23694,7 +23966,7 @@ class DbManagementClient(object):
23694
23966
  :rtype: :class:`~oci.response.Response`
23695
23967
 
23696
23968
  :example:
23697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/summarize_sql_plan_baselines_by_last_execution.py.html>`__ to see an example of how to use summarize_sql_plan_baselines_by_last_execution API.
23969
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.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.
23698
23970
  """
23699
23971
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23700
23972
  required_arguments = ['managedDatabaseId']
@@ -23809,7 +24081,7 @@ class DbManagementClient(object):
23809
24081
  :rtype: :class:`~oci.response.Response`
23810
24082
 
23811
24083
  :example:
23812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/test_named_credential.py.html>`__ to see an example of how to use test_named_credential API.
24084
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/test_named_credential.py.html>`__ to see an example of how to use test_named_credential API.
23813
24085
  """
23814
24086
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23815
24087
  required_arguments = ['namedCredentialId']
@@ -23915,7 +24187,7 @@ class DbManagementClient(object):
23915
24187
  :rtype: :class:`~oci.response.Response`
23916
24188
 
23917
24189
  :example:
23918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
24190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
23919
24191
  """
23920
24192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23921
24193
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -24027,7 +24299,7 @@ class DbManagementClient(object):
24027
24299
  :rtype: :class:`~oci.response.Response`
24028
24300
 
24029
24301
  :example:
24030
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
24302
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
24031
24303
  """
24032
24304
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24033
24305
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -24139,7 +24411,7 @@ class DbManagementClient(object):
24139
24411
  :rtype: :class:`~oci.response.Response`
24140
24412
 
24141
24413
  :example:
24142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
24414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
24143
24415
  """
24144
24416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24145
24417
  required_arguments = ['externalAsmId']
@@ -24249,7 +24521,7 @@ class DbManagementClient(object):
24249
24521
  :rtype: :class:`~oci.response.Response`
24250
24522
 
24251
24523
  :example:
24252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_asm_instance.py.html>`__ to see an example of how to use update_external_asm_instance API.
24524
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_asm_instance.py.html>`__ to see an example of how to use update_external_asm_instance API.
24253
24525
  """
24254
24526
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24255
24527
  required_arguments = ['externalAsmInstanceId']
@@ -24361,7 +24633,7 @@ class DbManagementClient(object):
24361
24633
  :rtype: :class:`~oci.response.Response`
24362
24634
 
24363
24635
  :example:
24364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
24636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
24365
24637
  """
24366
24638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24367
24639
  required_arguments = ['externalClusterId']
@@ -24471,7 +24743,7 @@ class DbManagementClient(object):
24471
24743
  :rtype: :class:`~oci.response.Response`
24472
24744
 
24473
24745
  :example:
24474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
24746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
24475
24747
  """
24476
24748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24477
24749
  required_arguments = ['externalClusterInstanceId']
@@ -24581,7 +24853,7 @@ class DbManagementClient(object):
24581
24853
  :rtype: :class:`~oci.response.Response`
24582
24854
 
24583
24855
  :example:
24584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_db_home.py.html>`__ to see an example of how to use update_external_db_home API.
24856
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_db_home.py.html>`__ to see an example of how to use update_external_db_home API.
24585
24857
  """
24586
24858
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24587
24859
  required_arguments = ['externalDbHomeId']
@@ -24693,7 +24965,7 @@ class DbManagementClient(object):
24693
24965
  :rtype: :class:`~oci.response.Response`
24694
24966
 
24695
24967
  :example:
24696
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
24968
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
24697
24969
  """
24698
24970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24699
24971
  required_arguments = ['externalDbNodeId']
@@ -24803,7 +25075,7 @@ class DbManagementClient(object):
24803
25075
  :rtype: :class:`~oci.response.Response`
24804
25076
 
24805
25077
  :example:
24806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
25078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
24807
25079
  """
24808
25080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24809
25081
  required_arguments = ['externalDbSystemId']
@@ -24915,7 +25187,7 @@ class DbManagementClient(object):
24915
25187
  :rtype: :class:`~oci.response.Response`
24916
25188
 
24917
25189
  :example:
24918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
25190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
24919
25191
  """
24920
25192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24921
25193
  required_arguments = ['externalDbSystemConnectorId']
@@ -25025,7 +25297,7 @@ class DbManagementClient(object):
25025
25297
  :rtype: :class:`~oci.response.Response`
25026
25298
 
25027
25299
  :example:
25028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
25300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
25029
25301
  """
25030
25302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25031
25303
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -25144,7 +25416,7 @@ class DbManagementClient(object):
25144
25416
  :rtype: :class:`~oci.response.Response`
25145
25417
 
25146
25418
  :example:
25147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
25419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
25148
25420
  """
25149
25421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25150
25422
  required_arguments = ['externalExadataInfrastructureId']
@@ -25261,7 +25533,7 @@ class DbManagementClient(object):
25261
25533
  :rtype: :class:`~oci.response.Response`
25262
25534
 
25263
25535
  :example:
25264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
25536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
25265
25537
  """
25266
25538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25267
25539
  required_arguments = ['externalExadataStorageConnectorId']
@@ -25373,7 +25645,7 @@ class DbManagementClient(object):
25373
25645
  :rtype: :class:`~oci.response.Response`
25374
25646
 
25375
25647
  :example:
25376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_exadata_storage_grid.py.html>`__ to see an example of how to use update_external_exadata_storage_grid API.
25648
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_exadata_storage_grid.py.html>`__ to see an example of how to use update_external_exadata_storage_grid API.
25377
25649
  """
25378
25650
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25379
25651
  required_arguments = ['externalExadataStorageGridId']
@@ -25485,7 +25757,7 @@ class DbManagementClient(object):
25485
25757
  :rtype: :class:`~oci.response.Response`
25486
25758
 
25487
25759
  :example:
25488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_exadata_storage_server.py.html>`__ to see an example of how to use update_external_exadata_storage_server API.
25760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_exadata_storage_server.py.html>`__ to see an example of how to use update_external_exadata_storage_server API.
25489
25761
  """
25490
25762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25491
25763
  required_arguments = ['externalExadataStorageServerId']
@@ -25597,7 +25869,7 @@ class DbManagementClient(object):
25597
25869
  :rtype: :class:`~oci.response.Response`
25598
25870
 
25599
25871
  :example:
25600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
25872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
25601
25873
  """
25602
25874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25603
25875
  required_arguments = ['externalListenerId']
@@ -25705,7 +25977,7 @@ class DbManagementClient(object):
25705
25977
  :rtype: :class:`~oci.response.Response`
25706
25978
 
25707
25979
  :example:
25708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
25980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
25709
25981
  """
25710
25982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25711
25983
  required_arguments = ['jobId']
@@ -25817,7 +26089,7 @@ class DbManagementClient(object):
25817
26089
  :rtype: :class:`~oci.response.Response`
25818
26090
 
25819
26091
  :example:
25820
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_managed_database.py.html>`__ to see an example of how to use update_managed_database API.
26092
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_managed_database.py.html>`__ to see an example of how to use update_managed_database API.
25821
26093
  """
25822
26094
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25823
26095
  required_arguments = ['managedDatabaseId']
@@ -25929,7 +26201,7 @@ class DbManagementClient(object):
25929
26201
  :rtype: :class:`~oci.response.Response`
25930
26202
 
25931
26203
  :example:
25932
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
26204
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
25933
26205
  """
25934
26206
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25935
26207
  required_arguments = ['managedDatabaseGroupId']
@@ -26041,7 +26313,7 @@ class DbManagementClient(object):
26041
26313
  :rtype: :class:`~oci.response.Response`
26042
26314
 
26043
26315
  :example:
26044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_named_credential.py.html>`__ to see an example of how to use update_named_credential API.
26316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_named_credential.py.html>`__ to see an example of how to use update_named_credential API.
26045
26317
  """
26046
26318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26047
26319
  required_arguments = ['namedCredentialId']
@@ -26156,7 +26428,7 @@ class DbManagementClient(object):
26156
26428
  :rtype: :class:`~oci.response.Response`
26157
26429
 
26158
26430
  :example:
26159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
26431
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
26160
26432
  """
26161
26433
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26162
26434
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -26265,7 +26537,7 @@ class DbManagementClient(object):
26265
26537
  :rtype: :class:`~oci.response.Response`
26266
26538
 
26267
26539
  :example:
26268
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.4/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
26540
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
26269
26541
  """
26270
26542
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26271
26543
  required_arguments = ['managedDatabaseId', 'tablespaceName']