oci 2.115.0__py3-none-any.whl → 2.116.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 (566) 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 +36 -36
  7. oci/ai_speech/ai_service_speech_client.py +9 -9
  8. oci/ai_speech/models/__init__.py +4 -0
  9. oci/ai_speech/models/create_transcription_job_details.py +4 -4
  10. oci/ai_speech/models/diarization.py +103 -0
  11. oci/ai_speech/models/transcription_job.py +6 -6
  12. oci/ai_speech/models/transcription_job_summary.py +6 -6
  13. oci/ai_speech/models/transcription_model_details.py +29 -2
  14. oci/ai_speech/models/transcription_settings.py +68 -0
  15. oci/ai_speech/models/update_transcription_job_details.py +4 -4
  16. oci/ai_vision/ai_service_vision_client.py +25 -25
  17. oci/analytics/analytics_client.py +23 -23
  18. oci/announcements_service/announcement_client.py +4 -4
  19. oci/announcements_service/announcement_subscription_client.py +9 -9
  20. oci/announcements_service/announcements_preferences_client.py +4 -4
  21. oci/apigateway/api_gateway_client.py +21 -21
  22. oci/apigateway/deployment_client.py +6 -6
  23. oci/apigateway/gateway_client.py +6 -6
  24. oci/apigateway/subscribers_client.py +6 -6
  25. oci/apigateway/usage_plans_client.py +6 -6
  26. oci/apigateway/work_requests_client.py +5 -5
  27. oci/apm_config/config_client.py +8 -8
  28. oci/apm_control_plane/apm_domain_client.py +14 -14
  29. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  30. oci/apm_traces/query_client.py +2 -2
  31. oci/apm_traces/trace_client.py +4 -4
  32. oci/application_migration/application_migration_client.py +19 -19
  33. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  34. oci/artifacts/artifacts_client.py +32 -32
  35. oci/audit/audit_client.py +3 -3
  36. oci/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -17
  37. oci/autoscaling/auto_scaling_client.py +11 -11
  38. oci/bastion/bastion_client.py +15 -15
  39. oci/bds/bds_client.py +521 -47
  40. oci/bds/bds_client_composite_operations.py +123 -0
  41. oci/bds/models/__init__.py +14 -0
  42. oci/bds/models/certificate_service_info_details.py +72 -0
  43. oci/bds/models/certificate_service_info_summary.py +206 -0
  44. oci/bds/models/disable_certificate_details.py +103 -0
  45. oci/bds/models/enable_certificate_details.py +196 -0
  46. oci/bds/models/host_cert_details.py +134 -0
  47. oci/bds/models/host_specific_certificate_details.py +150 -0
  48. oci/bds/models/renew_certificate_details.py +196 -0
  49. oci/bds/models/work_request.py +7 -3
  50. oci/blockchain/blockchain_platform_client.py +27 -27
  51. oci/budget/budget_client.py +10 -10
  52. oci/certificates/certificates_client.py +5 -5
  53. oci/certificates_management/certificates_management_client.py +32 -32
  54. oci/cims/incident_client.py +8 -8
  55. oci/cims/user_client.py +1 -1
  56. oci/cloud_bridge/common_client.py +5 -5
  57. oci/cloud_bridge/discovery_client.py +14 -14
  58. oci/cloud_bridge/inventory_client.py +16 -16
  59. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  60. oci/cloud_guard/cloud_guard_client.py +133 -133
  61. oci/cloud_migrations/migration_client.py +43 -43
  62. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  63. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  64. oci/compute_instance_agent/plugin_client.py +2 -2
  65. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  66. oci/container_engine/container_engine_client.py +44 -44
  67. oci/container_instances/container_instance_client.py +18 -18
  68. oci/core/blockstorage_client.py +60 -60
  69. oci/core/compute_client.py +1480 -210
  70. oci/core/compute_client_composite_operations.py +195 -0
  71. oci/core/compute_management_client.py +32 -32
  72. oci/core/models/__init__.py +42 -0
  73. oci/core/models/capacity_source.py +101 -0
  74. oci/core/models/change_compute_capacity_topology_compartment_details.py +78 -0
  75. oci/core/models/compute_bare_metal_host.py +458 -0
  76. oci/core/models/compute_bare_metal_host_collection.py +72 -0
  77. oci/core/models/compute_bare_metal_host_summary.py +422 -0
  78. oci/core/models/compute_capacity_topology.py +425 -0
  79. oci/core/models/compute_capacity_topology_collection.py +72 -0
  80. oci/core/models/compute_capacity_topology_summary.py +370 -0
  81. oci/core/models/compute_hpc_island.py +267 -0
  82. oci/core/models/compute_hpc_island_collection.py +72 -0
  83. oci/core/models/compute_hpc_island_summary.py +251 -0
  84. oci/core/models/compute_network_block.py +302 -0
  85. oci/core/models/compute_network_block_collection.py +72 -0
  86. oci/core/models/compute_network_block_summary.py +286 -0
  87. oci/core/models/create_capacity_source_details.py +89 -0
  88. oci/core/models/create_compute_capacity_topology_details.py +253 -0
  89. oci/core/models/create_dedicated_capacity_source_details.py +85 -0
  90. oci/core/models/dedicated_capacity_source.py +86 -0
  91. oci/core/models/update_capacity_source_details.py +89 -0
  92. oci/core/models/update_compute_capacity_topology_details.py +183 -0
  93. oci/core/models/update_dedicated_capacity_source_details.py +50 -0
  94. oci/core/virtual_network_client.py +242 -242
  95. oci/dashboard_service/dashboard_client.py +6 -6
  96. oci/dashboard_service/dashboard_group_client.py +6 -6
  97. oci/data_catalog/data_catalog_client.py +141 -141
  98. oci/data_flow/data_flow_client.py +42 -42
  99. oci/data_integration/data_integration_client.py +163 -163
  100. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  101. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  102. oci/data_safe/data_safe_client.py +252 -252
  103. oci/data_science/data_science_client.py +91 -91
  104. oci/database/database_client.py +645 -319
  105. oci/database/database_client_composite_operations.py +176 -0
  106. oci/database/models/__init__.py +8 -0
  107. oci/database/models/autonomous_container_database.py +7 -3
  108. oci/database/models/autonomous_container_database_summary.py +7 -3
  109. oci/database/models/configure_saas_admin_user_details.py +284 -0
  110. oci/database/models/create_autonomous_container_database_dataguard_association_details.py +321 -0
  111. oci/database/models/database_connection_string_profile.py +33 -2
  112. oci/database/models/generate_autonomous_database_wallet_details.py +33 -2
  113. oci/database/models/saas_admin_user_configuration.py +284 -0
  114. oci/database/models/saas_admin_user_status.py +154 -0
  115. oci/database_management/db_management_client.py +182 -182
  116. oci/database_management/diagnosability_client.py +4 -4
  117. oci/database_management/managed_my_sql_databases_client.py +6 -6
  118. oci/database_management/perfhub_client.py +1 -1
  119. oci/database_management/sql_tuning_client.py +17 -17
  120. oci/database_migration/database_migration_client.py +41 -41
  121. oci/database_tools/database_tools_client.py +23 -23
  122. oci/devops/devops_client.py +89 -89
  123. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  124. oci/dns/dns_client.py +52 -52
  125. oci/dts/appliance_export_job_client.py +6 -6
  126. oci/dts/shipping_vendors_client.py +1 -1
  127. oci/dts/transfer_appliance_client.py +8 -8
  128. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  129. oci/dts/transfer_device_client.py +5 -5
  130. oci/dts/transfer_job_client.py +6 -6
  131. oci/dts/transfer_package_client.py +7 -7
  132. oci/em_warehouse/em_data_lake_client.py +13 -13
  133. oci/em_warehouse/em_warehouse_client.py +13 -13
  134. oci/email/email_client.py +25 -25
  135. oci/events/events_client.py +6 -6
  136. oci/file_storage/file_storage_client.py +50 -50
  137. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  138. oci/functions/functions_invoke_client.py +1 -1
  139. oci/functions/functions_management_client.py +16 -16
  140. oci/fusion_apps/data_masking_activity_client.py +3 -3
  141. oci/fusion_apps/fusion_applications_client.py +39 -39
  142. oci/fusion_apps/fusion_environment_client.py +15 -15
  143. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  144. oci/fusion_apps/refresh_activity_client.py +4 -4
  145. oci/fusion_apps/scheduled_activity_client.py +2 -2
  146. oci/fusion_apps/service_attachment_client.py +2 -2
  147. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  148. oci/golden_gate/golden_gate_client.py +57 -57
  149. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  150. oci/governance_rules_control_plane/work_request_client.py +5 -5
  151. oci/healthchecks/health_checks_client.py +17 -17
  152. oci/identity/identity_client.py +145 -145
  153. oci/identity_data_plane/dataplane_client.py +2 -2
  154. oci/identity_domains/identity_domains_client.py +20355 -6173
  155. oci/identity_domains/models/__init__.py +216 -0
  156. oci/identity_domains/models/app_extension_radius_app_app.py +55 -0
  157. oci/identity_domains/models/approval_workflow.py +832 -0
  158. oci/identity_domains/models/approval_workflow_approval_workflow_steps.py +294 -0
  159. oci/identity_domains/models/approval_workflow_assignment.py +771 -0
  160. oci/identity_domains/models/approval_workflow_assignment_approval_workflow.py +318 -0
  161. oci/identity_domains/models/approval_workflow_assignment_assigned_to.py +318 -0
  162. oci/identity_domains/models/approval_workflow_assignments.py +196 -0
  163. oci/identity_domains/models/approval_workflow_max_duration.py +185 -0
  164. oci/identity_domains/models/approval_workflow_step.py +929 -0
  165. oci/identity_domains/models/approval_workflow_step_approvers.py +294 -0
  166. oci/identity_domains/models/approval_workflow_steps.py +196 -0
  167. oci/identity_domains/models/approval_workflows.py +196 -0
  168. oci/identity_domains/models/authentication_factors_remover.py +51 -2
  169. oci/identity_domains/models/branding_setting.py +1556 -0
  170. oci/identity_domains/models/branding_settings.py +196 -0
  171. oci/identity_domains/models/branding_settings_company_names.py +131 -0
  172. oci/identity_domains/models/branding_settings_default_company_names.py +143 -0
  173. oci/identity_domains/models/branding_settings_default_images.py +188 -0
  174. oci/identity_domains/models/branding_settings_default_login_texts.py +143 -0
  175. oci/identity_domains/models/branding_settings_images.py +176 -0
  176. oci/identity_domains/models/branding_settings_login_texts.py +131 -0
  177. oci/identity_domains/models/cloud_gate.py +1239 -0
  178. oci/identity_domains/models/cloud_gate_ext_mappings.py +610 -0
  179. oci/identity_domains/models/cloud_gate_ext_servers.py +296 -0
  180. oci/identity_domains/models/cloud_gate_ext_upstream_server_groups.py +316 -0
  181. oci/identity_domains/models/cloud_gate_ext_upstream_servers.py +426 -0
  182. oci/identity_domains/models/cloud_gate_mapping.py +1068 -0
  183. oci/identity_domains/models/cloud_gate_mapping_cloud_gate.py +153 -0
  184. oci/identity_domains/models/cloud_gate_mapping_gateway_app.py +204 -0
  185. oci/identity_domains/models/cloud_gate_mapping_search_request.py +364 -0
  186. oci/identity_domains/models/cloud_gate_mapping_server.py +153 -0
  187. oci/identity_domains/models/cloud_gate_mapping_upstream_server_group.py +217 -0
  188. oci/identity_domains/models/cloud_gate_mappings.py +196 -0
  189. oci/identity_domains/models/cloud_gate_oauth_client.py +208 -0
  190. oci/identity_domains/models/cloud_gate_search_request.py +364 -0
  191. oci/identity_domains/models/cloud_gate_server.py +1042 -0
  192. oci/identity_domains/models/cloud_gate_server_cloud_gate.py +153 -0
  193. oci/identity_domains/models/cloud_gate_server_search_request.py +364 -0
  194. oci/identity_domains/models/cloud_gate_servers.py +196 -0
  195. oci/identity_domains/models/cloud_gates.py +196 -0
  196. oci/identity_domains/models/condition.py +1063 -0
  197. oci/identity_domains/models/condition_search_request.py +364 -0
  198. oci/identity_domains/models/conditions.py +196 -0
  199. oci/identity_domains/models/defined_tags.py +2 -0
  200. oci/identity_domains/models/extension_social_identity_provider.py +55 -0
  201. oci/identity_domains/models/freeform_tags.py +2 -0
  202. oci/identity_domains/models/identity_provider_relay_idp_param_mappings.py +159 -0
  203. oci/identity_domains/models/me_password_changer.py +2 -2
  204. oci/identity_domains/models/my_authentication_factors_remover.py +51 -2
  205. oci/identity_domains/models/my_completed_approval.py +1146 -0
  206. oci/identity_domains/models/my_completed_approvals.py +196 -0
  207. oci/identity_domains/models/my_pending_approval.py +1146 -0
  208. oci/identity_domains/models/my_pending_approvals.py +196 -0
  209. oci/identity_domains/models/my_request.py +217 -2
  210. oci/identity_domains/models/my_request_approval_details.py +398 -0
  211. oci/identity_domains/models/my_request_requesting.py +53 -0
  212. oci/identity_domains/models/network_perimeter.py +852 -0
  213. oci/identity_domains/models/network_perimeter_ip_addresses.py +228 -0
  214. oci/identity_domains/models/network_perimeter_search_request.py +364 -0
  215. oci/identity_domains/models/network_perimeters.py +196 -0
  216. oci/identity_domains/models/notification_setting.py +1038 -0
  217. oci/identity_domains/models/notification_settings.py +196 -0
  218. oci/identity_domains/models/notification_settings_event_settings.py +143 -0
  219. oci/identity_domains/models/notification_settings_from_email_address.py +278 -0
  220. oci/identity_domains/models/notification_settings_search_request.py +171 -0
  221. oci/identity_domains/models/o_auth_client_certificate.py +1187 -0
  222. oci/identity_domains/models/o_auth_client_certificate_search_request.py +364 -0
  223. oci/identity_domains/models/o_auth_client_certificates.py +196 -0
  224. oci/identity_domains/models/o_auth_partner_certificate.py +1187 -0
  225. oci/identity_domains/models/o_auth_partner_certificate_search_request.py +364 -0
  226. oci/identity_domains/models/o_auth_partner_certificates.py +196 -0
  227. oci/identity_domains/models/policies.py +196 -0
  228. oci/identity_domains/models/policy.py +979 -0
  229. oci/identity_domains/models/policy_policy_type.py +150 -0
  230. oci/identity_domains/models/policy_rules.py +247 -0
  231. oci/identity_domains/models/policy_search_request.py +364 -0
  232. oci/identity_domains/models/rule.py +1110 -0
  233. oci/identity_domains/models/rule_condition_group.py +270 -0
  234. oci/identity_domains/models/rule_policy_type.py +150 -0
  235. oci/identity_domains/models/rule_return.py +188 -0
  236. oci/identity_domains/models/rule_search_request.py +364 -0
  237. oci/identity_domains/models/rules.py +196 -0
  238. oci/identity_domains/models/schema.py +537 -0
  239. oci/identity_domains/models/schema_attributes.py +4165 -0
  240. oci/identity_domains/models/schema_idcs_complex_attribute_name_mappings.py +188 -0
  241. oci/identity_domains/models/schema_idcs_csv_attribute_name_mappings.py +433 -0
  242. oci/identity_domains/models/schema_localized_canonical_values.py +188 -0
  243. oci/identity_domains/models/schema_localized_display_name.py +147 -0
  244. oci/identity_domains/models/schema_referenced_resource_type_unique_attribute_name_mappings.py +139 -0
  245. oci/identity_domains/models/schema_resolve_value_using_resource_type.py +139 -0
  246. oci/identity_domains/models/schema_search_request.py +329 -0
  247. oci/identity_domains/models/schema_sub_attributes.py +3209 -0
  248. oci/identity_domains/models/schemas.py +196 -0
  249. oci/identity_domains/models/self_registration_profile.py +1636 -0
  250. oci/identity_domains/models/self_registration_profile_after_submit_text.py +194 -0
  251. oci/identity_domains/models/self_registration_profile_consent_text.py +194 -0
  252. oci/identity_domains/models/self_registration_profile_default_groups.py +190 -0
  253. oci/identity_domains/models/self_registration_profile_display_name.py +194 -0
  254. oci/identity_domains/models/self_registration_profile_email_template.py +202 -0
  255. oci/identity_domains/models/self_registration_profile_footer_text.py +194 -0
  256. oci/identity_domains/models/self_registration_profile_header_text.py +194 -0
  257. oci/identity_domains/models/self_registration_profile_search_request.py +364 -0
  258. oci/identity_domains/models/self_registration_profile_user_attributes.py +286 -0
  259. oci/identity_domains/models/self_registration_profiles.py +196 -0
  260. oci/identity_domains/models/setting.py +3110 -0
  261. oci/identity_domains/models/settings.py +196 -0
  262. oci/identity_domains/models/settings_certificate_validation.py +566 -0
  263. oci/identity_domains/models/settings_cloud_gate_cors_settings.py +318 -0
  264. oci/identity_domains/models/settings_company_names.py +135 -0
  265. oci/identity_domains/models/settings_default_company_names.py +143 -0
  266. oci/identity_domains/models/settings_default_images.py +188 -0
  267. oci/identity_domains/models/settings_default_login_texts.py +145 -0
  268. oci/identity_domains/models/settings_images.py +176 -0
  269. oci/identity_domains/models/settings_login_texts.py +137 -0
  270. oci/identity_domains/models/settings_purge_configs.py +139 -0
  271. oci/identity_domains/models/settings_search_request.py +171 -0
  272. oci/identity_domains/models/settings_tenant_custom_claims.py +438 -0
  273. oci/identity_domains/models/user_ext_risk_scores.py +4 -0
  274. oci/integration/integration_instance_client.py +15 -15
  275. oci/jms/java_management_service_client.py +1352 -164
  276. oci/jms/java_management_service_client_composite_operations.py +226 -0
  277. oci/jms/models/__init__.py +32 -0
  278. oci/jms/models/agent.py +240 -0
  279. oci/jms/models/announcement_summary.py +1 -1
  280. oci/jms/models/application_work_item_details.py +2 -2
  281. oci/jms/models/basic_work_item_details.py +2 -2
  282. oci/jms/models/blocklist.py +31 -3
  283. oci/jms/models/blocklist_entry.py +31 -3
  284. oci/jms/models/create_blocklist_details.py +31 -3
  285. oci/jms/models/create_drs_file_details.py +134 -0
  286. oci/jms/models/disable_drs_details.py +69 -0
  287. oci/jms/models/drs_file.py +272 -0
  288. oci/jms/models/drs_file_collection.py +72 -0
  289. oci/jms/models/drs_file_summary.py +272 -0
  290. oci/jms/models/drs_target.py +72 -0
  291. oci/jms/models/enable_drs_details.py +69 -0
  292. oci/jms/models/export_setting.py +485 -0
  293. oci/jms/models/export_status.py +201 -0
  294. oci/jms/models/fleet.py +31 -0
  295. oci/jms/models/fleet_agent_configuration.py +27 -0
  296. oci/jms/models/fleet_summary.py +31 -0
  297. oci/jms/models/java_artifact.py +262 -2
  298. oci/jms/models/java_family.py +103 -2
  299. oci/jms/models/java_family_summary.py +70 -2
  300. oci/jms/models/java_migration_analysis_result.py +31 -0
  301. oci/jms/models/java_migration_analysis_result_summary.py +31 -0
  302. oci/jms/models/java_release.py +66 -2
  303. oci/jms/models/java_release_summary.py +66 -2
  304. oci/jms/models/lcm_work_item_details.py +86 -0
  305. oci/jms/models/manage_drs_details.py +73 -0
  306. oci/jms/models/managed_instance_usage.py +82 -0
  307. oci/jms/models/patch_detail.py +103 -0
  308. oci/jms/models/performance_tuning_analysis.py +2 -2
  309. oci/jms/models/plugin.py +103 -0
  310. oci/jms/models/request_crypto_analyses_details.py +2 -2
  311. oci/jms/models/update_drs_file_details.py +134 -0
  312. oci/jms/models/update_export_setting_details.py +349 -0
  313. oci/jms/models/update_fleet_agent_configuration_details.py +29 -2
  314. oci/jms/models/work_item_details.py +34 -6
  315. oci/jms/models/work_request.py +31 -3
  316. oci/jms_java_downloads/__init__.py +14 -0
  317. oci/jms_java_downloads/java_download_client.py +3088 -0
  318. oci/jms_java_downloads/java_download_client_composite_operations.py +384 -0
  319. oci/jms_java_downloads/models/__init__.py +80 -0
  320. oci/jms_java_downloads/models/create_java_download_report_details.py +289 -0
  321. oci/jms_java_downloads/models/create_java_download_token_details.py +336 -0
  322. oci/jms_java_downloads/models/create_java_license_acceptance_record_details.py +174 -0
  323. oci/jms_java_downloads/models/download_url.py +119 -0
  324. oci/jms_java_downloads/models/generate_artifact_download_url_details.py +72 -0
  325. oci/jms_java_downloads/models/java_download_count_aggregation.py +289 -0
  326. oci/jms_java_downloads/models/java_download_count_aggregation_collection.py +123 -0
  327. oci/jms_java_downloads/models/java_download_record.py +351 -0
  328. oci/jms_java_downloads/models/java_download_record_collection.py +72 -0
  329. oci/jms_java_downloads/models/java_download_record_summary.py +351 -0
  330. oci/jms_java_downloads/models/java_download_report.py +533 -0
  331. oci/jms_java_downloads/models/java_download_report_collection.py +72 -0
  332. oci/jms_java_downloads/models/java_download_report_summary.py +532 -0
  333. oci/jms_java_downloads/models/java_download_token.py +710 -0
  334. oci/jms_java_downloads/models/java_download_token_collection.py +72 -0
  335. oci/jms_java_downloads/models/java_download_token_summary.py +710 -0
  336. oci/jms_java_downloads/models/java_license.py +154 -0
  337. oci/jms_java_downloads/models/java_license_acceptance_record.py +513 -0
  338. oci/jms_java_downloads/models/java_license_acceptance_record_collection.py +72 -0
  339. oci/jms_java_downloads/models/java_license_acceptance_record_summary.py +513 -0
  340. oci/jms_java_downloads/models/java_license_collection.py +72 -0
  341. oci/jms_java_downloads/models/java_license_summary.py +154 -0
  342. oci/jms_java_downloads/models/principal.py +138 -0
  343. oci/jms_java_downloads/models/request_summarized_java_download_counts_details.py +415 -0
  344. oci/jms_java_downloads/models/update_java_download_token_details.py +270 -0
  345. oci/jms_java_downloads/models/update_java_license_acceptance_record_details.py +88 -0
  346. oci/jms_java_downloads/models/work_request.py +412 -0
  347. oci/jms_java_downloads/models/work_request_error.py +136 -0
  348. oci/jms_java_downloads/models/work_request_error_collection.py +72 -0
  349. oci/jms_java_downloads/models/work_request_log_entry.py +103 -0
  350. oci/jms_java_downloads/models/work_request_log_entry_collection.py +72 -0
  351. oci/jms_java_downloads/models/work_request_resource.py +203 -0
  352. oci/jms_java_downloads/models/work_request_summary.py +412 -0
  353. oci/jms_java_downloads/models/work_request_summary_collection.py +72 -0
  354. oci/key_management/ekm_client.py +5 -5
  355. oci/key_management/kms_crypto_client.py +6 -6
  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 +23 -23
  363. oci/log_analytics/log_analytics_client.py +192 -192
  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 +23 -23
  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_publisher/marketplace_publisher_client.py +71 -71
  372. oci/media_services/media_services_client.py +48 -48
  373. oci/media_services/media_stream_client.py +2 -2
  374. oci/monitoring/monitoring_client.py +13 -13
  375. oci/mysql/channels_client.py +7 -7
  376. oci/mysql/db_backups_client.py +6 -6
  377. oci/mysql/db_system_client.py +17 -17
  378. oci/mysql/mysqlaas_client.py +7 -7
  379. oci/mysql/replicas_client.py +5 -5
  380. oci/mysql/work_requests_client.py +4 -4
  381. oci/network_firewall/network_firewall_client.py +80 -80
  382. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  383. oci/nosql/nosql_client.py +24 -24
  384. oci/object_storage/object_storage_client.py +50 -50
  385. oci/oce/oce_instance_client.py +10 -10
  386. oci/oci_control_center/occ_metrics_client.py +3 -3
  387. oci/ocvp/esxi_host_client.py +6 -6
  388. oci/ocvp/sddc_client.py +13 -13
  389. oci/ocvp/work_request_client.py +4 -4
  390. oci/oda/management_client.py +56 -56
  391. oci/oda/oda_client.py +17 -17
  392. oci/oda/odapackage_client.py +7 -7
  393. oci/onesubscription/billing_schedule_client.py +1 -1
  394. oci/onesubscription/commitment_client.py +2 -2
  395. oci/onesubscription/computed_usage_client.py +3 -3
  396. oci/onesubscription/invoice_summary_client.py +2 -2
  397. oci/onesubscription/organization_subscription_client.py +1 -1
  398. oci/onesubscription/ratecard_client.py +1 -1
  399. oci/onesubscription/subscribed_service_client.py +2 -2
  400. oci/onesubscription/subscription_client.py +1 -1
  401. oci/ons/notification_control_plane_client.py +6 -6
  402. oci/ons/notification_data_plane_client.py +10 -10
  403. oci/opa/opa_instance_client.py +11 -11
  404. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  405. oci/opensearch/opensearch_cluster_client.py +14 -14
  406. oci/operator_access_control/access_requests_client.py +9 -9
  407. oci/operator_access_control/operator_actions_client.py +2 -2
  408. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  409. oci/operator_access_control/operator_control_client.py +6 -6
  410. oci/opsi/operations_insights_client.py +159 -159
  411. oci/optimizer/optimizer_client.py +26 -26
  412. oci/os_management/event_client.py +8 -8
  413. oci/os_management/os_management_client.py +69 -69
  414. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  415. oci/os_management_hub/managed_instance_client.py +22 -22
  416. oci/os_management_hub/managed_instance_group_client.py +22 -22
  417. oci/os_management_hub/management_station_client.py +8 -8
  418. oci/os_management_hub/onboarding_client.py +5 -5
  419. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  420. oci/os_management_hub/scheduled_job_client.py +6 -6
  421. oci/os_management_hub/software_source_client.py +22 -22
  422. oci/os_management_hub/work_request_client.py +4 -4
  423. oci/osp_gateway/address_rule_service_client.py +1 -1
  424. oci/osp_gateway/address_service_client.py +2 -2
  425. oci/osp_gateway/invoice_service_client.py +5 -5
  426. oci/osp_gateway/subscription_service_client.py +5 -5
  427. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  428. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  429. oci/osub_subscription/commitment_client.py +2 -2
  430. oci/osub_subscription/ratecard_client.py +1 -1
  431. oci/osub_subscription/subscription_client.py +1 -1
  432. oci/osub_usage/computed_usage_client.py +3 -3
  433. oci/psql/__init__.py +14 -0
  434. oci/psql/models/__init__.py +166 -0
  435. oci/psql/models/backup.py +645 -0
  436. oci/psql/models/backup_collection.py +72 -0
  437. oci/psql/models/backup_policy.py +156 -0
  438. oci/psql/models/backup_source_details.py +113 -0
  439. oci/psql/models/backup_summary.py +481 -0
  440. oci/psql/models/change_backup_compartment_details.py +74 -0
  441. oci/psql/models/change_configuration_compartment_details.py +74 -0
  442. oci/psql/models/change_db_system_compartment_details.py +78 -0
  443. oci/psql/models/config_overrides.py +103 -0
  444. oci/psql/models/config_params.py +289 -0
  445. oci/psql/models/configuration.py +532 -0
  446. oci/psql/models/configuration_collection.py +72 -0
  447. oci/psql/models/configuration_details.py +72 -0
  448. oci/psql/models/configuration_summary.py +450 -0
  449. oci/psql/models/connection_details.py +134 -0
  450. oci/psql/models/create_backup_details.py +262 -0
  451. oci/psql/models/create_configuration_details.py +384 -0
  452. oci/psql/models/create_db_instance_details.py +136 -0
  453. oci/psql/models/create_db_system_details.py +585 -0
  454. oci/psql/models/credentials.py +100 -0
  455. oci/psql/models/daily_backup_policy.py +89 -0
  456. oci/psql/models/db_configuration_override_collection.py +72 -0
  457. oci/psql/models/db_instance.py +325 -0
  458. oci/psql/models/db_instance_endpoint.py +99 -0
  459. oci/psql/models/db_system.py +827 -0
  460. oci/psql/models/db_system_collection.py +72 -0
  461. oci/psql/models/db_system_details.py +103 -0
  462. oci/psql/models/db_system_summary.py +574 -0
  463. oci/psql/models/default_config_params.py +258 -0
  464. oci/psql/models/default_configuration.py +406 -0
  465. oci/psql/models/default_configuration_collection.py +72 -0
  466. oci/psql/models/default_configuration_details.py +72 -0
  467. oci/psql/models/default_configuration_summary.py +320 -0
  468. oci/psql/models/endpoint.py +134 -0
  469. oci/psql/models/failover_db_system_details.py +107 -0
  470. oci/psql/models/management_policy.py +99 -0
  471. oci/psql/models/management_policy_details.py +99 -0
  472. oci/psql/models/monthly_backup_policy.py +122 -0
  473. oci/psql/models/network_details.py +136 -0
  474. oci/psql/models/none_backup_policy.py +58 -0
  475. oci/psql/models/none_source_details.py +51 -0
  476. oci/psql/models/oci_optimized_storage_details.py +95 -0
  477. oci/psql/models/password_details.py +110 -0
  478. oci/psql/models/patch_db_system_details.py +74 -0
  479. oci/psql/models/patch_insert_instruction.py +171 -0
  480. oci/psql/models/patch_instruction.py +184 -0
  481. oci/psql/models/patch_merge_instruction.py +97 -0
  482. oci/psql/models/patch_move_instruction.py +147 -0
  483. oci/psql/models/patch_prohibit_instruction.py +100 -0
  484. oci/psql/models/patch_remove_instruction.py +59 -0
  485. oci/psql/models/patch_replace_instruction.py +92 -0
  486. oci/psql/models/patch_require_instruction.py +99 -0
  487. oci/psql/models/plain_text_password_details.py +82 -0
  488. oci/psql/models/primary_db_instance_details.py +72 -0
  489. oci/psql/models/reset_master_user_password_details.py +69 -0
  490. oci/psql/models/restart_db_instance_in_db_system_details.py +119 -0
  491. oci/psql/models/restore_db_system_details.py +105 -0
  492. oci/psql/models/shape_collection.py +72 -0
  493. oci/psql/models/shape_summary.py +165 -0
  494. oci/psql/models/source_details.py +109 -0
  495. oci/psql/models/storage_details.py +161 -0
  496. oci/psql/models/update_backup_details.py +200 -0
  497. oci/psql/models/update_configuration_details.py +103 -0
  498. oci/psql/models/update_db_config_params.py +121 -0
  499. oci/psql/models/update_db_system_db_instance_details.py +103 -0
  500. oci/psql/models/update_db_system_details.py +250 -0
  501. oci/psql/models/update_storage_details_params.py +74 -0
  502. oci/psql/models/vault_secret_password_details.py +113 -0
  503. oci/psql/models/weekly_backup_policy.py +157 -0
  504. oci/psql/models/work_request.py +412 -0
  505. oci/psql/models/work_request_error.py +136 -0
  506. oci/psql/models/work_request_error_collection.py +72 -0
  507. oci/psql/models/work_request_log_entry.py +103 -0
  508. oci/psql/models/work_request_log_entry_collection.py +72 -0
  509. oci/psql/models/work_request_resource.py +228 -0
  510. oci/psql/models/work_request_summary.py +412 -0
  511. oci/psql/models/work_request_summary_collection.py +72 -0
  512. oci/psql/postgresql_client.py +3980 -0
  513. oci/psql/postgresql_client_composite_operations.py +807 -0
  514. oci/queue/queue_admin_client.py +11 -11
  515. oci/queue/queue_client.py +8 -8
  516. oci/recovery/database_recovery_client.py +23 -23
  517. oci/redis/redis_cluster_client.py +11 -11
  518. oci/resource_manager/resource_manager_client.py +52 -52
  519. oci/resource_search/resource_search_client.py +3 -3
  520. oci/rover/rover_bundle_client.py +8 -8
  521. oci/rover/rover_cluster_client.py +8 -8
  522. oci/rover/rover_entitlement_client.py +6 -6
  523. oci/rover/rover_node_client.py +15 -15
  524. oci/rover/shape_client.py +1 -1
  525. oci/rover/work_requests_client.py +5 -5
  526. oci/sch/service_connector_client.py +12 -12
  527. oci/secrets/secrets_client.py +3 -3
  528. oci/service_catalog/service_catalog_client.py +26 -26
  529. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  530. oci/service_mesh/service_mesh_client.py +48 -48
  531. oci/stack_monitoring/stack_monitoring_client.py +58 -58
  532. oci/streaming/stream_admin_client.py +18 -18
  533. oci/streaming/stream_client.py +8 -8
  534. oci/tenant_manager_control_plane/domain_client.py +5 -5
  535. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  536. oci/tenant_manager_control_plane/governance_client.py +2 -2
  537. oci/tenant_manager_control_plane/link_client.py +3 -3
  538. oci/tenant_manager_control_plane/orders_client.py +2 -2
  539. oci/tenant_manager_control_plane/organization_client.py +10 -10
  540. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  541. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  542. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  543. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  544. oci/threat_intelligence/threatintel_client.py +5 -5
  545. oci/usage/resources_client.py +2 -2
  546. oci/usage/rewards_client.py +6 -6
  547. oci/usage/usagelimits_client.py +1 -1
  548. oci/usage_api/usageapi_client.py +19 -19
  549. oci/vault/vaults_client.py +11 -11
  550. oci/vbs_inst/vbs_instance_client.py +10 -10
  551. oci/version.py +1 -1
  552. oci/visual_builder/vb_instance_client.py +13 -13
  553. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  554. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  555. oci/waa/waa_client.py +13 -13
  556. oci/waa/work_request_client.py +4 -4
  557. oci/waas/redirect_client.py +6 -6
  558. oci/waas/waas_client.py +66 -66
  559. oci/waf/waf_client.py +24 -24
  560. oci/work_requests/work_request_client.py +4 -4
  561. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/METADATA +1 -1
  562. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/RECORD +566 -289
  563. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/LICENSE.txt +0 -0
  564. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  565. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/WHEEL +0 -0
  566. {oci-2.115.0.dist-info → oci-2.116.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.115.0/databasemanagement/add_data_files.py.html>`__ to see an example of how to use add_data_files API.
163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.115.0/databasemanagement/add_managed_database_to_managed_database_group.py.html>`__ to see an example of how to use add_managed_database_to_managed_database_group API.
279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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']
@@ -401,7 +401,7 @@ class DbManagementClient(object):
401
401
  :rtype: :class:`~oci.response.Response`
402
402
 
403
403
  :example:
404
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
405
405
  """
406
406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
407
407
  required_arguments = ['managedDatabaseId', 'timeStart', 'timeEnd']
@@ -551,7 +551,7 @@ class DbManagementClient(object):
551
551
  :rtype: :class:`~oci.response.Response`
552
552
 
553
553
  :example:
554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
555
555
  """
556
556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
557
557
  required_arguments = ['managedDatabaseId']
@@ -671,7 +671,7 @@ class DbManagementClient(object):
671
671
  :rtype: :class:`~oci.response.Response`
672
672
 
673
673
  :example:
674
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
675
675
  """
676
676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
677
677
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -793,7 +793,7 @@ class DbManagementClient(object):
793
793
  :rtype: :class:`~oci.response.Response`
794
794
 
795
795
  :example:
796
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
796
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
797
797
  """
798
798
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
799
799
  required_arguments = ['externalDbSystemId']
@@ -915,7 +915,7 @@ class DbManagementClient(object):
915
915
  :rtype: :class:`~oci.response.Response`
916
916
 
917
917
  :example:
918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
919
919
  """
920
920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
921
921
  required_arguments = ['externalExadataInfrastructureId']
@@ -1037,7 +1037,7 @@ class DbManagementClient(object):
1037
1037
  :rtype: :class:`~oci.response.Response`
1038
1038
 
1039
1039
  :example:
1040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1041
1041
  """
1042
1042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1043
1043
  required_arguments = ['jobId']
@@ -1161,7 +1161,7 @@ class DbManagementClient(object):
1161
1161
  :rtype: :class:`~oci.response.Response`
1162
1162
 
1163
1163
  :example:
1164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
1164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
1165
1165
  """
1166
1166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1167
1167
  required_arguments = ['managedDatabaseGroupId']
@@ -1271,7 +1271,7 @@ class DbManagementClient(object):
1271
1271
  :rtype: :class:`~oci.response.Response`
1272
1272
 
1273
1273
  :example:
1274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
1274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
1275
1275
  """
1276
1276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1277
1277
  required_arguments = ['managedDatabaseId']
@@ -1373,7 +1373,7 @@ class DbManagementClient(object):
1373
1373
  :rtype: :class:`~oci.response.Response`
1374
1374
 
1375
1375
  :example:
1376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
1376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
1377
1377
  """
1378
1378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1379
1379
  required_arguments = ['managedDatabaseId']
@@ -1474,7 +1474,7 @@ class DbManagementClient(object):
1474
1474
  :rtype: :class:`~oci.response.Response`
1475
1475
 
1476
1476
  :example:
1477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
1477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
1478
1478
  """
1479
1479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1480
1480
  required_arguments = ['managedDatabaseId']
@@ -1587,7 +1587,7 @@ class DbManagementClient(object):
1587
1587
  :rtype: :class:`~oci.response.Response`
1588
1588
 
1589
1589
  :example:
1590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
1590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
1591
1591
  """
1592
1592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1593
1593
  required_arguments = ['externalDbSystemConnectorId']
@@ -1706,7 +1706,7 @@ class DbManagementClient(object):
1706
1706
  :rtype: :class:`~oci.response.Response`
1707
1707
 
1708
1708
  :example:
1709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
1709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
1710
1710
  """
1711
1711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1712
1712
  required_arguments = ['externalExadataStorageConnectorId']
@@ -1815,7 +1815,7 @@ class DbManagementClient(object):
1815
1815
  :rtype: :class:`~oci.response.Response`
1816
1816
 
1817
1817
  :example:
1818
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
1818
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
1819
1819
  """
1820
1820
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1821
1821
  required_arguments = ['managedDatabaseId']
@@ -1918,7 +1918,7 @@ class DbManagementClient(object):
1918
1918
  :rtype: :class:`~oci.response.Response`
1919
1919
 
1920
1920
  :example:
1921
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
1921
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
1922
1922
  """
1923
1923
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1924
1924
  required_arguments = ['managedDatabaseId']
@@ -2021,7 +2021,7 @@ class DbManagementClient(object):
2021
2021
  :rtype: :class:`~oci.response.Response`
2022
2022
 
2023
2023
  :example:
2024
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2024
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2025
2025
  """
2026
2026
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2027
2027
  required_arguments = []
@@ -2117,7 +2117,7 @@ class DbManagementClient(object):
2117
2117
  :rtype: :class:`~oci.response.Response`
2118
2118
 
2119
2119
  :example:
2120
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2121
2121
  """
2122
2122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2123
2123
  required_arguments = []
@@ -2215,7 +2215,7 @@ class DbManagementClient(object):
2215
2215
  :rtype: :class:`~oci.response.Response`
2216
2216
 
2217
2217
  :example:
2218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2219
2219
  """
2220
2220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2221
2221
  required_arguments = []
@@ -2313,7 +2313,7 @@ class DbManagementClient(object):
2313
2313
  :rtype: :class:`~oci.response.Response`
2314
2314
 
2315
2315
  :example:
2316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2317
2317
  """
2318
2318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2319
2319
  required_arguments = []
@@ -2416,7 +2416,7 @@ class DbManagementClient(object):
2416
2416
  :rtype: :class:`~oci.response.Response`
2417
2417
 
2418
2418
  :example:
2419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2420
2420
  """
2421
2421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2422
2422
  required_arguments = []
@@ -2514,7 +2514,7 @@ class DbManagementClient(object):
2514
2514
  :rtype: :class:`~oci.response.Response`
2515
2515
 
2516
2516
  :example:
2517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2518
2518
  """
2519
2519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2520
2520
  required_arguments = []
@@ -2614,7 +2614,7 @@ class DbManagementClient(object):
2614
2614
  :rtype: :class:`~oci.response.Response`
2615
2615
 
2616
2616
  :example:
2617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
2617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
2618
2618
  """
2619
2619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2620
2620
  required_arguments = []
@@ -2711,7 +2711,7 @@ class DbManagementClient(object):
2711
2711
  :rtype: :class:`~oci.response.Response`
2712
2712
 
2713
2713
  :example:
2714
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
2714
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
2715
2715
  """
2716
2716
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2717
2717
  required_arguments = []
@@ -2812,7 +2812,7 @@ class DbManagementClient(object):
2812
2812
  :rtype: :class:`~oci.response.Response`
2813
2813
 
2814
2814
  :example:
2815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
2815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
2816
2816
  """
2817
2817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2818
2818
  required_arguments = ['managedDatabaseId']
@@ -2922,7 +2922,7 @@ class DbManagementClient(object):
2922
2922
  :rtype: :class:`~oci.response.Response`
2923
2923
 
2924
2924
  :example:
2925
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
2925
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
2926
2926
  """
2927
2927
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2928
2928
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -3027,7 +3027,7 @@ class DbManagementClient(object):
3027
3027
  :rtype: :class:`~oci.response.Response`
3028
3028
 
3029
3029
  :example:
3030
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3030
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3031
3031
  """
3032
3032
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3033
3033
  required_arguments = ['externalDbSystemId']
@@ -3132,7 +3132,7 @@ class DbManagementClient(object):
3132
3132
  :rtype: :class:`~oci.response.Response`
3133
3133
 
3134
3134
  :example:
3135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3136
3136
  """
3137
3137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3138
3138
  required_arguments = ['externalDbSystemConnectorId']
@@ -3237,7 +3237,7 @@ class DbManagementClient(object):
3237
3237
  :rtype: :class:`~oci.response.Response`
3238
3238
 
3239
3239
  :example:
3240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3241
3241
  """
3242
3242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3243
3243
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -3342,7 +3342,7 @@ class DbManagementClient(object):
3342
3342
  :rtype: :class:`~oci.response.Response`
3343
3343
 
3344
3344
  :example:
3345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3345
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3346
3346
  """
3347
3347
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3348
3348
  required_arguments = ['externalExadataInfrastructureId']
@@ -3447,7 +3447,7 @@ class DbManagementClient(object):
3447
3447
  :rtype: :class:`~oci.response.Response`
3448
3448
 
3449
3449
  :example:
3450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3451
3451
  """
3452
3452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3453
3453
  required_arguments = ['externalExadataStorageConnectorId']
@@ -3550,7 +3550,7 @@ class DbManagementClient(object):
3550
3550
  :rtype: :class:`~oci.response.Response`
3551
3551
 
3552
3552
  :example:
3553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
3553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
3554
3554
  """
3555
3555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3556
3556
  required_arguments = ['jobId']
@@ -3656,7 +3656,7 @@ class DbManagementClient(object):
3656
3656
  :rtype: :class:`~oci.response.Response`
3657
3657
 
3658
3658
  :example:
3659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
3659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
3660
3660
  """
3661
3661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3662
3662
  required_arguments = ['managedDatabaseGroupId']
@@ -3757,7 +3757,7 @@ class DbManagementClient(object):
3757
3757
  :rtype: :class:`~oci.response.Response`
3758
3758
 
3759
3759
  :example:
3760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
3760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
3761
3761
  """
3762
3762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3763
3763
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -3857,7 +3857,7 @@ class DbManagementClient(object):
3857
3857
  :rtype: :class:`~oci.response.Response`
3858
3858
 
3859
3859
  :example:
3860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
3860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
3861
3861
  """
3862
3862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3863
3863
  required_arguments = ['managedDatabaseId']
@@ -3961,7 +3961,7 @@ class DbManagementClient(object):
3961
3961
  :rtype: :class:`~oci.response.Response`
3962
3962
 
3963
3963
  :example:
3964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
3964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
3965
3965
  """
3966
3966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3967
3967
  required_arguments = ['managedDatabaseId']
@@ -4074,7 +4074,7 @@ class DbManagementClient(object):
4074
4074
  :rtype: :class:`~oci.response.Response`
4075
4075
 
4076
4076
  :example:
4077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
4077
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
4078
4078
  """
4079
4079
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4080
4080
  required_arguments = ['externalDbSystemId']
@@ -4192,7 +4192,7 @@ class DbManagementClient(object):
4192
4192
  :rtype: :class:`~oci.response.Response`
4193
4193
 
4194
4194
  :example:
4195
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
4195
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
4196
4196
  """
4197
4197
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4198
4198
  required_arguments = ['externalDbSystemId']
@@ -4316,7 +4316,7 @@ class DbManagementClient(object):
4316
4316
  :rtype: :class:`~oci.response.Response`
4317
4317
 
4318
4318
  :example:
4319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
4319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
4320
4320
  """
4321
4321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4322
4322
  required_arguments = ['externalExadataInfrastructureId']
@@ -4425,7 +4425,7 @@ class DbManagementClient(object):
4425
4425
  :rtype: :class:`~oci.response.Response`
4426
4426
 
4427
4427
  :example:
4428
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
4428
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
4429
4429
  """
4430
4430
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4431
4431
  required_arguments = ['managedDatabaseId']
@@ -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.115.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
4531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
4532
4532
  """
4533
4533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4534
4534
  required_arguments = ['managedDatabaseId']
@@ -4656,7 +4656,7 @@ class DbManagementClient(object):
4656
4656
  :rtype: :class:`~oci.response.Response`
4657
4657
 
4658
4658
  :example:
4659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
4659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
4660
4660
  """
4661
4661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4662
4662
  required_arguments = []
@@ -4754,7 +4754,7 @@ class DbManagementClient(object):
4754
4754
  :rtype: :class:`~oci.response.Response`
4755
4755
 
4756
4756
  :example:
4757
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
4757
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
4758
4758
  """
4759
4759
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4760
4760
  required_arguments = ['managedDatabaseId']
@@ -4865,7 +4865,7 @@ class DbManagementClient(object):
4865
4865
  :rtype: :class:`~oci.response.Response`
4866
4866
 
4867
4867
  :example:
4868
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
4868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
4869
4869
  """
4870
4870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4871
4871
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -4979,7 +4979,7 @@ class DbManagementClient(object):
4979
4979
  :rtype: :class:`~oci.response.Response`
4980
4980
 
4981
4981
  :example:
4982
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
4982
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
4983
4983
  """
4984
4984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4985
4985
  required_arguments = ['managedDatabaseId']
@@ -5092,7 +5092,7 @@ class DbManagementClient(object):
5092
5092
  :rtype: :class:`~oci.response.Response`
5093
5093
 
5094
5094
  :example:
5095
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
5095
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
5096
5096
  """
5097
5097
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5098
5098
  required_arguments = ['managedDatabaseId']
@@ -5208,7 +5208,7 @@ class DbManagementClient(object):
5208
5208
  :rtype: :class:`~oci.response.Response`
5209
5209
 
5210
5210
  :example:
5211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
5211
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
5212
5212
  """
5213
5213
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5214
5214
  required_arguments = ['externalDbSystemId']
@@ -5331,7 +5331,7 @@ class DbManagementClient(object):
5331
5331
  :rtype: :class:`~oci.response.Response`
5332
5332
 
5333
5333
  :example:
5334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
5334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
5335
5335
  """
5336
5336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5337
5337
  required_arguments = ['externalDbSystemId']
@@ -5458,7 +5458,7 @@ class DbManagementClient(object):
5458
5458
  :rtype: :class:`~oci.response.Response`
5459
5459
 
5460
5460
  :example:
5461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
5461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
5462
5462
  """
5463
5463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5464
5464
  required_arguments = ['externalExadataInfrastructureId']
@@ -5574,7 +5574,7 @@ class DbManagementClient(object):
5574
5574
  :rtype: :class:`~oci.response.Response`
5575
5575
 
5576
5576
  :example:
5577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
5577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
5578
5578
  """
5579
5579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5580
5580
  required_arguments = ['managedDatabaseId']
@@ -5678,7 +5678,7 @@ class DbManagementClient(object):
5678
5678
  :rtype: :class:`~oci.response.Response`
5679
5679
 
5680
5680
  :example:
5681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
5681
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
5682
5682
  """
5683
5683
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5684
5684
  required_arguments = ['managedDatabaseId']
@@ -5783,7 +5783,7 @@ class DbManagementClient(object):
5783
5783
  :rtype: :class:`~oci.response.Response`
5784
5784
 
5785
5785
  :example:
5786
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
5786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
5787
5787
  """
5788
5788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5789
5789
  required_arguments = ['managedDatabaseId']
@@ -5926,7 +5926,7 @@ class DbManagementClient(object):
5926
5926
  :rtype: :class:`~oci.response.Response`
5927
5927
 
5928
5928
  :example:
5929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
5929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
5930
5930
  """
5931
5931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5932
5932
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -6104,7 +6104,7 @@ class DbManagementClient(object):
6104
6104
  :rtype: :class:`~oci.response.Response`
6105
6105
 
6106
6106
  :example:
6107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
6107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
6108
6108
  """
6109
6109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6110
6110
  required_arguments = ['managedDatabaseId', 'awrDbId', 'sqlId']
@@ -6244,7 +6244,7 @@ class DbManagementClient(object):
6244
6244
  :rtype: :class:`~oci.response.Response`
6245
6245
 
6246
6246
  :example:
6247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
6247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
6248
6248
  """
6249
6249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6250
6250
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -6382,7 +6382,7 @@ class DbManagementClient(object):
6382
6382
  :rtype: :class:`~oci.response.Response`
6383
6383
 
6384
6384
  :example:
6385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
6385
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
6386
6386
  """
6387
6387
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6388
6388
  required_arguments = ['compareBaselineTime', 'compareTargetTime']
@@ -6507,7 +6507,7 @@ class DbManagementClient(object):
6507
6507
  :rtype: :class:`~oci.response.Response`
6508
6508
 
6509
6509
  :example:
6510
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
6510
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
6511
6511
  """
6512
6512
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6513
6513
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -6602,7 +6602,7 @@ class DbManagementClient(object):
6602
6602
  :rtype: :class:`~oci.response.Response`
6603
6603
 
6604
6604
  :example:
6605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
6605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
6606
6606
  """
6607
6607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6608
6608
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -6700,7 +6700,7 @@ class DbManagementClient(object):
6700
6700
  :rtype: :class:`~oci.response.Response`
6701
6701
 
6702
6702
  :example:
6703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
6703
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
6704
6704
  """
6705
6705
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6706
6706
  required_arguments = ['externalAsmId']
@@ -6800,7 +6800,7 @@ class DbManagementClient(object):
6800
6800
  :rtype: :class:`~oci.response.Response`
6801
6801
 
6802
6802
  :example:
6803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
6803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
6804
6804
  """
6805
6805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6806
6806
  required_arguments = ['externalAsmId']
@@ -6900,7 +6900,7 @@ class DbManagementClient(object):
6900
6900
  :rtype: :class:`~oci.response.Response`
6901
6901
 
6902
6902
  :example:
6903
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
6903
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
6904
6904
  """
6905
6905
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6906
6906
  required_arguments = ['externalAsmInstanceId']
@@ -7000,7 +7000,7 @@ class DbManagementClient(object):
7000
7000
  :rtype: :class:`~oci.response.Response`
7001
7001
 
7002
7002
  :example:
7003
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
7003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
7004
7004
  """
7005
7005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7006
7006
  required_arguments = ['externalClusterId']
@@ -7100,7 +7100,7 @@ class DbManagementClient(object):
7100
7100
  :rtype: :class:`~oci.response.Response`
7101
7101
 
7102
7102
  :example:
7103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
7103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
7104
7104
  """
7105
7105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7106
7106
  required_arguments = ['externalClusterInstanceId']
@@ -7200,7 +7200,7 @@ class DbManagementClient(object):
7200
7200
  :rtype: :class:`~oci.response.Response`
7201
7201
 
7202
7202
  :example:
7203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
7203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
7204
7204
  """
7205
7205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7206
7206
  required_arguments = ['externalDbHomeId']
@@ -7300,7 +7300,7 @@ class DbManagementClient(object):
7300
7300
  :rtype: :class:`~oci.response.Response`
7301
7301
 
7302
7302
  :example:
7303
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
7303
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
7304
7304
  """
7305
7305
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7306
7306
  required_arguments = ['externalDbNodeId']
@@ -7400,7 +7400,7 @@ class DbManagementClient(object):
7400
7400
  :rtype: :class:`~oci.response.Response`
7401
7401
 
7402
7402
  :example:
7403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
7403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
7404
7404
  """
7405
7405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7406
7406
  required_arguments = ['externalDbSystemId']
@@ -7500,7 +7500,7 @@ class DbManagementClient(object):
7500
7500
  :rtype: :class:`~oci.response.Response`
7501
7501
 
7502
7502
  :example:
7503
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
7503
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
7504
7504
  """
7505
7505
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7506
7506
  required_arguments = ['externalDbSystemConnectorId']
@@ -7600,7 +7600,7 @@ class DbManagementClient(object):
7600
7600
  :rtype: :class:`~oci.response.Response`
7601
7601
 
7602
7602
  :example:
7603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
7603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
7604
7604
  """
7605
7605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7606
7606
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -7701,7 +7701,7 @@ class DbManagementClient(object):
7701
7701
  :rtype: :class:`~oci.response.Response`
7702
7702
 
7703
7703
  :example:
7704
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
7704
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
7705
7705
  """
7706
7706
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7707
7707
  required_arguments = ['externalExadataInfrastructureId']
@@ -7801,7 +7801,7 @@ class DbManagementClient(object):
7801
7801
  :rtype: :class:`~oci.response.Response`
7802
7802
 
7803
7803
  :example:
7804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
7804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
7805
7805
  """
7806
7806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7807
7807
  required_arguments = ['externalExadataStorageConnectorId']
@@ -7901,7 +7901,7 @@ class DbManagementClient(object):
7901
7901
  :rtype: :class:`~oci.response.Response`
7902
7902
 
7903
7903
  :example:
7904
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
7904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
7905
7905
  """
7906
7906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7907
7907
  required_arguments = ['externalExadataStorageGridId']
@@ -8001,7 +8001,7 @@ class DbManagementClient(object):
8001
8001
  :rtype: :class:`~oci.response.Response`
8002
8002
 
8003
8003
  :example:
8004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
8004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
8005
8005
  """
8006
8006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8007
8007
  required_arguments = ['externalExadataStorageServerId']
@@ -8101,7 +8101,7 @@ class DbManagementClient(object):
8101
8101
  :rtype: :class:`~oci.response.Response`
8102
8102
 
8103
8103
  :example:
8104
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
8104
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
8105
8105
  """
8106
8106
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8107
8107
  required_arguments = ['externalListenerId']
@@ -8201,7 +8201,7 @@ class DbManagementClient(object):
8201
8201
  :rtype: :class:`~oci.response.Response`
8202
8202
 
8203
8203
  :example:
8204
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
8204
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
8205
8205
  """
8206
8206
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8207
8207
  required_arguments = ['externalExadataStorageServerId']
@@ -8299,7 +8299,7 @@ class DbManagementClient(object):
8299
8299
  :rtype: :class:`~oci.response.Response`
8300
8300
 
8301
8301
  :example:
8302
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
8302
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
8303
8303
  """
8304
8304
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8305
8305
  required_arguments = ['jobId']
@@ -8395,7 +8395,7 @@ class DbManagementClient(object):
8395
8395
  :rtype: :class:`~oci.response.Response`
8396
8396
 
8397
8397
  :example:
8398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
8398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
8399
8399
  """
8400
8400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8401
8401
  required_arguments = ['jobExecutionId']
@@ -8491,7 +8491,7 @@ class DbManagementClient(object):
8491
8491
  :rtype: :class:`~oci.response.Response`
8492
8492
 
8493
8493
  :example:
8494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
8494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
8495
8495
  """
8496
8496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8497
8497
  required_arguments = ['jobRunId']
@@ -8589,7 +8589,7 @@ class DbManagementClient(object):
8589
8589
  :rtype: :class:`~oci.response.Response`
8590
8590
 
8591
8591
  :example:
8592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
8592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
8593
8593
  """
8594
8594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8595
8595
  required_arguments = ['managedDatabaseId']
@@ -8687,7 +8687,7 @@ class DbManagementClient(object):
8687
8687
  :rtype: :class:`~oci.response.Response`
8688
8688
 
8689
8689
  :example:
8690
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
8690
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
8691
8691
  """
8692
8692
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8693
8693
  required_arguments = ['managedDatabaseGroupId']
@@ -8785,7 +8785,7 @@ class DbManagementClient(object):
8785
8785
  :rtype: :class:`~oci.response.Response`
8786
8786
 
8787
8787
  :example:
8788
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
8788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
8789
8789
  """
8790
8790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8791
8791
  required_arguments = ['externalExadataStorageServerId']
@@ -8892,7 +8892,7 @@ class DbManagementClient(object):
8892
8892
  :rtype: :class:`~oci.response.Response`
8893
8893
 
8894
8894
  :example:
8895
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
8895
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
8896
8896
  """
8897
8897
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8898
8898
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -9004,7 +9004,7 @@ class DbManagementClient(object):
9004
9004
  :rtype: :class:`~oci.response.Response`
9005
9005
 
9006
9006
  :example:
9007
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
9007
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
9008
9008
  """
9009
9009
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9010
9010
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -9113,7 +9113,7 @@ class DbManagementClient(object):
9113
9113
  :rtype: :class:`~oci.response.Response`
9114
9114
 
9115
9115
  :example:
9116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
9116
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
9117
9117
  """
9118
9118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9119
9119
  required_arguments = ['managedDatabaseId', 'optimizerStatisticsCollectionOperationId']
@@ -9236,7 +9236,7 @@ class DbManagementClient(object):
9236
9236
  :rtype: :class:`~oci.response.Response`
9237
9237
 
9238
9238
  :example:
9239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
9239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
9240
9240
  """
9241
9241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9242
9242
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -9358,7 +9358,7 @@ class DbManagementClient(object):
9358
9358
  :rtype: :class:`~oci.response.Response`
9359
9359
 
9360
9360
  :example:
9361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
9361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
9362
9362
  """
9363
9363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9364
9364
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -9460,7 +9460,7 @@ class DbManagementClient(object):
9460
9460
  :rtype: :class:`~oci.response.Response`
9461
9461
 
9462
9462
  :example:
9463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
9463
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
9464
9464
  """
9465
9465
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9466
9466
  required_arguments = ['managedDatabaseId', 'planName']
@@ -9563,7 +9563,7 @@ class DbManagementClient(object):
9563
9563
  :rtype: :class:`~oci.response.Response`
9564
9564
 
9565
9565
  :example:
9566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
9566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
9567
9567
  """
9568
9568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9569
9569
  required_arguments = ['managedDatabaseId']
@@ -9666,7 +9666,7 @@ class DbManagementClient(object):
9666
9666
  :rtype: :class:`~oci.response.Response`
9667
9667
 
9668
9668
  :example:
9669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
9669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
9670
9670
  """
9671
9671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9672
9672
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -9765,7 +9765,7 @@ class DbManagementClient(object):
9765
9765
  :rtype: :class:`~oci.response.Response`
9766
9766
 
9767
9767
  :example:
9768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
9768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
9769
9769
  """
9770
9770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9771
9771
  required_arguments = ['externalExadataStorageServerId']
@@ -9868,7 +9868,7 @@ class DbManagementClient(object):
9868
9868
  :rtype: :class:`~oci.response.Response`
9869
9869
 
9870
9870
  :example:
9871
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
9871
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
9872
9872
  """
9873
9873
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9874
9874
  required_arguments = ['managedDatabaseId', 'userName']
@@ -9967,7 +9967,7 @@ class DbManagementClient(object):
9967
9967
  :rtype: :class:`~oci.response.Response`
9968
9968
 
9969
9969
  :example:
9970
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
9970
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
9971
9971
  """
9972
9972
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9973
9973
  required_arguments = ['workRequestId']
@@ -10071,7 +10071,7 @@ class DbManagementClient(object):
10071
10071
  :rtype: :class:`~oci.response.Response`
10072
10072
 
10073
10073
  :example:
10074
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
10074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
10075
10075
  """
10076
10076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10077
10077
  required_arguments = ['managedDatabaseId', 'executionName']
@@ -10194,7 +10194,7 @@ class DbManagementClient(object):
10194
10194
  :rtype: :class:`~oci.response.Response`
10195
10195
 
10196
10196
  :example:
10197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
10197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
10198
10198
  """
10199
10199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10200
10200
  required_arguments = ['managedDatabaseId']
@@ -10344,7 +10344,7 @@ class DbManagementClient(object):
10344
10344
  :rtype: :class:`~oci.response.Response`
10345
10345
 
10346
10346
  :example:
10347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
10347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
10348
10348
  """
10349
10349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10350
10350
  required_arguments = ['dbManagementPrivateEndpointId', 'compartmentId']
@@ -10520,7 +10520,7 @@ class DbManagementClient(object):
10520
10520
  :rtype: :class:`~oci.response.Response`
10521
10521
 
10522
10522
  :example:
10523
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
10523
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
10524
10524
  """
10525
10525
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10526
10526
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -10695,7 +10695,7 @@ class DbManagementClient(object):
10695
10695
  :rtype: :class:`~oci.response.Response`
10696
10696
 
10697
10697
  :example:
10698
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
10698
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
10699
10699
  """
10700
10700
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10701
10701
  required_arguments = ['managedDatabaseId']
@@ -10854,7 +10854,7 @@ class DbManagementClient(object):
10854
10854
  :rtype: :class:`~oci.response.Response`
10855
10855
 
10856
10856
  :example:
10857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
10857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
10858
10858
  """
10859
10859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10860
10860
  required_arguments = ['managedDatabaseId', 'userName']
@@ -11005,7 +11005,7 @@ class DbManagementClient(object):
11005
11005
  :rtype: :class:`~oci.response.Response`
11006
11006
 
11007
11007
  :example:
11008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
11008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
11009
11009
  """
11010
11010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11011
11011
  required_arguments = ['managedDatabaseId']
@@ -11159,7 +11159,7 @@ class DbManagementClient(object):
11159
11159
  :rtype: :class:`~oci.response.Response`
11160
11160
 
11161
11161
  :example:
11162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
11162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
11163
11163
  """
11164
11164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11165
11165
  required_arguments = ['managedDatabaseId', 'userName']
@@ -11313,7 +11313,7 @@ class DbManagementClient(object):
11313
11313
  :rtype: :class:`~oci.response.Response`
11314
11314
 
11315
11315
  :example:
11316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
11316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
11317
11317
  """
11318
11318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11319
11319
  required_arguments = ['managedDatabaseId']
@@ -11483,7 +11483,7 @@ class DbManagementClient(object):
11483
11483
  :rtype: :class:`~oci.response.Response`
11484
11484
 
11485
11485
  :example:
11486
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
11486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
11487
11487
  """
11488
11488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11489
11489
  required_arguments = ['compartmentId']
@@ -11631,7 +11631,7 @@ class DbManagementClient(object):
11631
11631
  :rtype: :class:`~oci.response.Response`
11632
11632
 
11633
11633
  :example:
11634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
11634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
11635
11635
  """
11636
11636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11637
11637
  required_arguments = ['externalAsmId']
@@ -11786,7 +11786,7 @@ class DbManagementClient(object):
11786
11786
  :rtype: :class:`~oci.response.Response`
11787
11787
 
11788
11788
  :example:
11789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
11789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
11790
11790
  """
11791
11791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11792
11792
  required_arguments = []
@@ -11926,7 +11926,7 @@ class DbManagementClient(object):
11926
11926
  :rtype: :class:`~oci.response.Response`
11927
11927
 
11928
11928
  :example:
11929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
11929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
11930
11930
  """
11931
11931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11932
11932
  required_arguments = ['externalAsmId']
@@ -12081,7 +12081,7 @@ class DbManagementClient(object):
12081
12081
  :rtype: :class:`~oci.response.Response`
12082
12082
 
12083
12083
  :example:
12084
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
12084
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
12085
12085
  """
12086
12086
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12087
12087
  required_arguments = []
@@ -12230,7 +12230,7 @@ class DbManagementClient(object):
12230
12230
  :rtype: :class:`~oci.response.Response`
12231
12231
 
12232
12232
  :example:
12233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
12233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
12234
12234
  """
12235
12235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12236
12236
  required_arguments = []
@@ -12379,7 +12379,7 @@ class DbManagementClient(object):
12379
12379
  :rtype: :class:`~oci.response.Response`
12380
12380
 
12381
12381
  :example:
12382
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
12382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
12383
12383
  """
12384
12384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12385
12385
  required_arguments = []
@@ -12528,7 +12528,7 @@ class DbManagementClient(object):
12528
12528
  :rtype: :class:`~oci.response.Response`
12529
12529
 
12530
12530
  :example:
12531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
12531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
12532
12532
  """
12533
12533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12534
12534
  required_arguments = []
@@ -12677,7 +12677,7 @@ class DbManagementClient(object):
12677
12677
  :rtype: :class:`~oci.response.Response`
12678
12678
 
12679
12679
  :example:
12680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
12680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
12681
12681
  """
12682
12682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12683
12683
  required_arguments = []
@@ -12826,7 +12826,7 @@ class DbManagementClient(object):
12826
12826
  :rtype: :class:`~oci.response.Response`
12827
12827
 
12828
12828
  :example:
12829
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
12829
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
12830
12830
  """
12831
12831
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12832
12832
  required_arguments = []
@@ -12975,7 +12975,7 @@ class DbManagementClient(object):
12975
12975
  :rtype: :class:`~oci.response.Response`
12976
12976
 
12977
12977
  :example:
12978
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
12978
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
12979
12979
  """
12980
12980
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12981
12981
  required_arguments = []
@@ -13119,7 +13119,7 @@ class DbManagementClient(object):
13119
13119
  :rtype: :class:`~oci.response.Response`
13120
13120
 
13121
13121
  :example:
13122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
13122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
13123
13123
  """
13124
13124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13125
13125
  required_arguments = ['compartmentId']
@@ -13260,7 +13260,7 @@ class DbManagementClient(object):
13260
13260
  :rtype: :class:`~oci.response.Response`
13261
13261
 
13262
13262
  :example:
13263
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
13263
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
13264
13264
  """
13265
13265
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13266
13266
  required_arguments = ['compartmentId']
@@ -13401,7 +13401,7 @@ class DbManagementClient(object):
13401
13401
  :rtype: :class:`~oci.response.Response`
13402
13402
 
13403
13403
  :example:
13404
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
13404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
13405
13405
  """
13406
13406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13407
13407
  required_arguments = ['compartmentId']
@@ -13547,7 +13547,7 @@ class DbManagementClient(object):
13547
13547
  :rtype: :class:`~oci.response.Response`
13548
13548
 
13549
13549
  :example:
13550
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
13550
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
13551
13551
  """
13552
13552
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13553
13553
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -13694,7 +13694,7 @@ class DbManagementClient(object):
13694
13694
  :rtype: :class:`~oci.response.Response`
13695
13695
 
13696
13696
  :example:
13697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
13697
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
13698
13698
  """
13699
13699
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13700
13700
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -13838,7 +13838,7 @@ class DbManagementClient(object):
13838
13838
  :rtype: :class:`~oci.response.Response`
13839
13839
 
13840
13840
  :example:
13841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
13841
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
13842
13842
  """
13843
13843
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13844
13844
  required_arguments = ['externalListenerId', 'managedDatabaseId']
@@ -13994,7 +13994,7 @@ class DbManagementClient(object):
13994
13994
  :rtype: :class:`~oci.response.Response`
13995
13995
 
13996
13996
  :example:
13997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
13997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
13998
13998
  """
13999
13999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14000
14000
  required_arguments = []
@@ -14163,7 +14163,7 @@ class DbManagementClient(object):
14163
14163
  :rtype: :class:`~oci.response.Response`
14164
14164
 
14165
14165
  :example:
14166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
14166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
14167
14167
  """
14168
14168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14169
14169
  required_arguments = ['compartmentId']
@@ -14336,7 +14336,7 @@ class DbManagementClient(object):
14336
14336
  :rtype: :class:`~oci.response.Response`
14337
14337
 
14338
14338
  :example:
14339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
14339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
14340
14340
  """
14341
14341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14342
14342
  required_arguments = ['compartmentId']
@@ -14506,7 +14506,7 @@ class DbManagementClient(object):
14506
14506
  :rtype: :class:`~oci.response.Response`
14507
14507
 
14508
14508
  :example:
14509
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
14509
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
14510
14510
  """
14511
14511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14512
14512
  required_arguments = ['compartmentId']
@@ -14671,7 +14671,7 @@ class DbManagementClient(object):
14671
14671
  :rtype: :class:`~oci.response.Response`
14672
14672
 
14673
14673
  :example:
14674
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
14674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
14675
14675
  """
14676
14676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14677
14677
  required_arguments = ['compartmentId']
@@ -14844,7 +14844,7 @@ class DbManagementClient(object):
14844
14844
  :rtype: :class:`~oci.response.Response`
14845
14845
 
14846
14846
  :example:
14847
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
14847
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
14848
14848
  """
14849
14849
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14850
14850
  required_arguments = ['compartmentId']
@@ -15007,7 +15007,7 @@ class DbManagementClient(object):
15007
15007
  :rtype: :class:`~oci.response.Response`
15008
15008
 
15009
15009
  :example:
15010
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
15010
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
15011
15011
  """
15012
15012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15013
15013
  required_arguments = ['managedDatabaseId', 'userName']
@@ -15146,7 +15146,7 @@ class DbManagementClient(object):
15146
15146
  :rtype: :class:`~oci.response.Response`
15147
15147
 
15148
15148
  :example:
15149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
15149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
15150
15150
  """
15151
15151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15152
15152
  required_arguments = ['managedDatabaseId']
@@ -15284,7 +15284,7 @@ class DbManagementClient(object):
15284
15284
  :rtype: :class:`~oci.response.Response`
15285
15285
 
15286
15286
  :example:
15287
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
15287
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
15288
15288
  """
15289
15289
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15290
15290
  required_arguments = ['managedDatabaseId', 'groupType']
@@ -15454,7 +15454,7 @@ class DbManagementClient(object):
15454
15454
  :rtype: :class:`~oci.response.Response`
15455
15455
 
15456
15456
  :example:
15457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
15457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
15458
15458
  """
15459
15459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15460
15460
  required_arguments = ['managedDatabaseId']
@@ -15595,7 +15595,7 @@ class DbManagementClient(object):
15595
15595
  :rtype: :class:`~oci.response.Response`
15596
15596
 
15597
15597
  :example:
15598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
15598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
15599
15599
  """
15600
15600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15601
15601
  required_arguments = ['managedDatabaseId']
@@ -15717,7 +15717,7 @@ class DbManagementClient(object):
15717
15717
  :rtype: :class:`~oci.response.Response`
15718
15718
 
15719
15719
  :example:
15720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
15720
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
15721
15721
  """
15722
15722
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15723
15723
  required_arguments = ['managedDatabaseId', 'userName']
@@ -15870,7 +15870,7 @@ class DbManagementClient(object):
15870
15870
  :rtype: :class:`~oci.response.Response`
15871
15871
 
15872
15872
  :example:
15873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
15873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
15874
15874
  """
15875
15875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15876
15876
  required_arguments = ['managedDatabaseId', 'userName']
@@ -16023,7 +16023,7 @@ class DbManagementClient(object):
16023
16023
  :rtype: :class:`~oci.response.Response`
16024
16024
 
16025
16025
  :example:
16026
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
16026
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
16027
16027
  """
16028
16028
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16029
16029
  required_arguments = ['managedDatabaseId', 'userName']
@@ -16174,7 +16174,7 @@ class DbManagementClient(object):
16174
16174
  :rtype: :class:`~oci.response.Response`
16175
16175
 
16176
16176
  :example:
16177
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
16177
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
16178
16178
  """
16179
16179
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16180
16180
  required_arguments = ['managedDatabaseId']
@@ -16357,7 +16357,7 @@ class DbManagementClient(object):
16357
16357
  :rtype: :class:`~oci.response.Response`
16358
16358
 
16359
16359
  :example:
16360
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
16360
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
16361
16361
  """
16362
16362
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16363
16363
  required_arguments = ['managedDatabaseId']
@@ -16534,7 +16534,7 @@ class DbManagementClient(object):
16534
16534
  :rtype: :class:`~oci.response.Response`
16535
16535
 
16536
16536
  :example:
16537
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
16537
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
16538
16538
  """
16539
16539
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16540
16540
  required_arguments = ['managedDatabaseId', 'userName']
@@ -16664,7 +16664,7 @@ class DbManagementClient(object):
16664
16664
  :rtype: :class:`~oci.response.Response`
16665
16665
 
16666
16666
  :example:
16667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
16667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
16668
16668
  """
16669
16669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16670
16670
  required_arguments = ['managedDatabaseId']
@@ -16784,7 +16784,7 @@ class DbManagementClient(object):
16784
16784
  :rtype: :class:`~oci.response.Response`
16785
16785
 
16786
16786
  :example:
16787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
16787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
16788
16788
  """
16789
16789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16790
16790
  required_arguments = ['managedDatabaseId']
@@ -16934,7 +16934,7 @@ class DbManagementClient(object):
16934
16934
  :rtype: :class:`~oci.response.Response`
16935
16935
 
16936
16936
  :example:
16937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
16937
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
16938
16938
  """
16939
16939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16940
16940
  required_arguments = ['managedDatabaseId']
@@ -17079,7 +17079,7 @@ class DbManagementClient(object):
17079
17079
  :rtype: :class:`~oci.response.Response`
17080
17080
 
17081
17081
  :example:
17082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
17082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
17083
17083
  """
17084
17084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17085
17085
  required_arguments = ['workRequestId']
@@ -17222,7 +17222,7 @@ class DbManagementClient(object):
17222
17222
  :rtype: :class:`~oci.response.Response`
17223
17223
 
17224
17224
  :example:
17225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
17225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
17226
17226
  """
17227
17227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17228
17228
  required_arguments = ['workRequestId']
@@ -17380,7 +17380,7 @@ class DbManagementClient(object):
17380
17380
  :rtype: :class:`~oci.response.Response`
17381
17381
 
17382
17382
  :example:
17383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
17383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
17384
17384
  """
17385
17385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17386
17386
  required_arguments = ['compartmentId']
@@ -17515,7 +17515,7 @@ class DbManagementClient(object):
17515
17515
  :rtype: :class:`~oci.response.Response`
17516
17516
 
17517
17517
  :example:
17518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
17518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
17519
17519
  """
17520
17520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17521
17521
  required_arguments = ['managedDatabaseId']
@@ -17620,7 +17620,7 @@ class DbManagementClient(object):
17620
17620
  :rtype: :class:`~oci.response.Response`
17621
17621
 
17622
17622
  :example:
17623
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
17623
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
17624
17624
  """
17625
17625
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17626
17626
  required_arguments = ['managedDatabaseId']
@@ -17730,7 +17730,7 @@ class DbManagementClient(object):
17730
17730
  :rtype: :class:`~oci.response.Response`
17731
17731
 
17732
17732
  :example:
17733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
17733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
17734
17734
  """
17735
17735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17736
17736
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -17845,7 +17845,7 @@ class DbManagementClient(object):
17845
17845
  :rtype: :class:`~oci.response.Response`
17846
17846
 
17847
17847
  :example:
17848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
17848
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
17849
17849
  """
17850
17850
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17851
17851
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -17962,7 +17962,7 @@ class DbManagementClient(object):
17962
17962
  :rtype: :class:`~oci.response.Response`
17963
17963
 
17964
17964
  :example:
17965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
17965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
17966
17966
  """
17967
17967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17968
17968
  required_arguments = ['managedDatabaseGroupId']
@@ -18073,7 +18073,7 @@ class DbManagementClient(object):
18073
18073
  :rtype: :class:`~oci.response.Response`
18074
18074
 
18075
18075
  :example:
18076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
18076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
18077
18077
  """
18078
18078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18079
18079
  required_arguments = ['managedDatabaseId']
@@ -18189,7 +18189,7 @@ class DbManagementClient(object):
18189
18189
  :rtype: :class:`~oci.response.Response`
18190
18190
 
18191
18191
  :example:
18192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
18192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
18193
18193
  """
18194
18194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18195
18195
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -18304,7 +18304,7 @@ class DbManagementClient(object):
18304
18304
  :rtype: :class:`~oci.response.Response`
18305
18305
 
18306
18306
  :example:
18307
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
18307
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
18308
18308
  """
18309
18309
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18310
18310
  required_arguments = ['managedDatabaseId']
@@ -18461,7 +18461,7 @@ class DbManagementClient(object):
18461
18461
  :rtype: :class:`~oci.response.Response`
18462
18462
 
18463
18463
  :example:
18464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
18464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
18465
18465
  """
18466
18466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18467
18467
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -18664,7 +18664,7 @@ class DbManagementClient(object):
18664
18664
  :rtype: :class:`~oci.response.Response`
18665
18665
 
18666
18666
  :example:
18667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
18667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
18668
18668
  """
18669
18669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18670
18670
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -18863,7 +18863,7 @@ class DbManagementClient(object):
18863
18863
  :rtype: :class:`~oci.response.Response`
18864
18864
 
18865
18865
  :example:
18866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
18866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
18867
18867
  """
18868
18868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18869
18869
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -19086,7 +19086,7 @@ class DbManagementClient(object):
19086
19086
  :rtype: :class:`~oci.response.Response`
19087
19087
 
19088
19088
  :example:
19089
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
19089
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
19090
19090
  """
19091
19091
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19092
19092
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -19292,7 +19292,7 @@ class DbManagementClient(object):
19292
19292
  :rtype: :class:`~oci.response.Response`
19293
19293
 
19294
19294
  :example:
19295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
19295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
19296
19296
  """
19297
19297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19298
19298
  required_arguments = ['managedDatabaseId']
@@ -19479,7 +19479,7 @@ class DbManagementClient(object):
19479
19479
  :rtype: :class:`~oci.response.Response`
19480
19480
 
19481
19481
  :example:
19482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
19482
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
19483
19483
  """
19484
19484
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19485
19485
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -19672,7 +19672,7 @@ class DbManagementClient(object):
19672
19672
  :rtype: :class:`~oci.response.Response`
19673
19673
 
19674
19674
  :example:
19675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
19675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
19676
19676
  """
19677
19677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19678
19678
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -19882,7 +19882,7 @@ class DbManagementClient(object):
19882
19882
  :rtype: :class:`~oci.response.Response`
19883
19883
 
19884
19884
  :example:
19885
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
19885
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
19886
19886
  """
19887
19887
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19888
19888
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -20088,7 +20088,7 @@ class DbManagementClient(object):
20088
20088
  :rtype: :class:`~oci.response.Response`
20089
20089
 
20090
20090
  :example:
20091
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
20091
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
20092
20092
  """
20093
20093
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20094
20094
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -20259,7 +20259,7 @@ class DbManagementClient(object):
20259
20259
  :rtype: :class:`~oci.response.Response`
20260
20260
 
20261
20261
  :example:
20262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
20262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
20263
20263
  """
20264
20264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20265
20265
  required_arguments = ['externalAsmId', 'startTime', 'endTime']
@@ -20391,7 +20391,7 @@ class DbManagementClient(object):
20391
20391
  :rtype: :class:`~oci.response.Response`
20392
20392
 
20393
20393
  :example:
20394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
20394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
20395
20395
  """
20396
20396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20397
20397
  required_arguments = ['externalClusterId', 'startTime', 'endTime']
@@ -20523,7 +20523,7 @@ class DbManagementClient(object):
20523
20523
  :rtype: :class:`~oci.response.Response`
20524
20524
 
20525
20525
  :example:
20526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
20526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
20527
20527
  """
20528
20528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20529
20529
  required_arguments = ['externalDbNodeId', 'startTime', 'endTime']
@@ -20655,7 +20655,7 @@ class DbManagementClient(object):
20655
20655
  :rtype: :class:`~oci.response.Response`
20656
20656
 
20657
20657
  :example:
20658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
20658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
20659
20659
  """
20660
20660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20661
20661
  required_arguments = ['externalDbSystemId', 'startTime', 'endTime']
@@ -20787,7 +20787,7 @@ class DbManagementClient(object):
20787
20787
  :rtype: :class:`~oci.response.Response`
20788
20788
 
20789
20789
  :example:
20790
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
20790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
20791
20791
  """
20792
20792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20793
20793
  required_arguments = ['externalListenerId', 'startTime', 'endTime']
@@ -20937,7 +20937,7 @@ class DbManagementClient(object):
20937
20937
  :rtype: :class:`~oci.response.Response`
20938
20938
 
20939
20939
  :example:
20940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
20940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
20941
20941
  """
20942
20942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20943
20943
  required_arguments = ['compartmentId', 'startTime', 'endTime']
@@ -21074,7 +21074,7 @@ class DbManagementClient(object):
21074
21074
  :rtype: :class:`~oci.response.Response`
21075
21075
 
21076
21076
  :example:
21077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
21077
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
21078
21078
  """
21079
21079
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21080
21080
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -21190,7 +21190,7 @@ class DbManagementClient(object):
21190
21190
  :rtype: :class:`~oci.response.Response`
21191
21191
 
21192
21192
  :example:
21193
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
21193
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
21194
21194
  """
21195
21195
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21196
21196
  required_arguments = ['managedDatabaseId']
@@ -21302,7 +21302,7 @@ class DbManagementClient(object):
21302
21302
  :rtype: :class:`~oci.response.Response`
21303
21303
 
21304
21304
  :example:
21305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.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.
21305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
21306
21306
  """
21307
21307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21308
21308
  required_arguments = ['managedDatabaseId']
@@ -21416,7 +21416,7 @@ class DbManagementClient(object):
21416
21416
  :rtype: :class:`~oci.response.Response`
21417
21417
 
21418
21418
  :example:
21419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
21419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
21420
21420
  """
21421
21421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21422
21422
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -21528,7 +21528,7 @@ class DbManagementClient(object):
21528
21528
  :rtype: :class:`~oci.response.Response`
21529
21529
 
21530
21530
  :example:
21531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
21531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
21532
21532
  """
21533
21533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21534
21534
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -21640,7 +21640,7 @@ class DbManagementClient(object):
21640
21640
  :rtype: :class:`~oci.response.Response`
21641
21641
 
21642
21642
  :example:
21643
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
21643
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
21644
21644
  """
21645
21645
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21646
21646
  required_arguments = ['externalAsmId']
@@ -21750,7 +21750,7 @@ class DbManagementClient(object):
21750
21750
  :rtype: :class:`~oci.response.Response`
21751
21751
 
21752
21752
  :example:
21753
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
21753
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
21754
21754
  """
21755
21755
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21756
21756
  required_arguments = ['externalClusterId']
@@ -21860,7 +21860,7 @@ class DbManagementClient(object):
21860
21860
  :rtype: :class:`~oci.response.Response`
21861
21861
 
21862
21862
  :example:
21863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
21863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
21864
21864
  """
21865
21865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21866
21866
  required_arguments = ['externalClusterInstanceId']
@@ -21970,7 +21970,7 @@ class DbManagementClient(object):
21970
21970
  :rtype: :class:`~oci.response.Response`
21971
21971
 
21972
21972
  :example:
21973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
21973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
21974
21974
  """
21975
21975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21976
21976
  required_arguments = ['externalDbNodeId']
@@ -22080,7 +22080,7 @@ class DbManagementClient(object):
22080
22080
  :rtype: :class:`~oci.response.Response`
22081
22081
 
22082
22082
  :example:
22083
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
22083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
22084
22084
  """
22085
22085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22086
22086
  required_arguments = ['externalDbSystemId']
@@ -22192,7 +22192,7 @@ class DbManagementClient(object):
22192
22192
  :rtype: :class:`~oci.response.Response`
22193
22193
 
22194
22194
  :example:
22195
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
22195
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
22196
22196
  """
22197
22197
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22198
22198
  required_arguments = ['externalDbSystemConnectorId']
@@ -22302,7 +22302,7 @@ class DbManagementClient(object):
22302
22302
  :rtype: :class:`~oci.response.Response`
22303
22303
 
22304
22304
  :example:
22305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
22305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
22306
22306
  """
22307
22307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22308
22308
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -22421,7 +22421,7 @@ class DbManagementClient(object):
22421
22421
  :rtype: :class:`~oci.response.Response`
22422
22422
 
22423
22423
  :example:
22424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
22424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
22425
22425
  """
22426
22426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22427
22427
  required_arguments = ['externalExadataInfrastructureId']
@@ -22538,7 +22538,7 @@ class DbManagementClient(object):
22538
22538
  :rtype: :class:`~oci.response.Response`
22539
22539
 
22540
22540
  :example:
22541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
22541
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
22542
22542
  """
22543
22543
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22544
22544
  required_arguments = ['externalExadataStorageConnectorId']
@@ -22650,7 +22650,7 @@ class DbManagementClient(object):
22650
22650
  :rtype: :class:`~oci.response.Response`
22651
22651
 
22652
22652
  :example:
22653
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
22653
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
22654
22654
  """
22655
22655
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22656
22656
  required_arguments = ['externalListenerId']
@@ -22758,7 +22758,7 @@ class DbManagementClient(object):
22758
22758
  :rtype: :class:`~oci.response.Response`
22759
22759
 
22760
22760
  :example:
22761
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
22761
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
22762
22762
  """
22763
22763
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22764
22764
  required_arguments = ['jobId']
@@ -22870,7 +22870,7 @@ class DbManagementClient(object):
22870
22870
  :rtype: :class:`~oci.response.Response`
22871
22871
 
22872
22872
  :example:
22873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
22873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
22874
22874
  """
22875
22875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22876
22876
  required_arguments = ['managedDatabaseGroupId']
@@ -22985,7 +22985,7 @@ class DbManagementClient(object):
22985
22985
  :rtype: :class:`~oci.response.Response`
22986
22986
 
22987
22987
  :example:
22988
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
22988
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
22989
22989
  """
22990
22990
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22991
22991
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -23094,7 +23094,7 @@ class DbManagementClient(object):
23094
23094
  :rtype: :class:`~oci.response.Response`
23095
23095
 
23096
23096
  :example:
23097
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.115.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
23097
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
23098
23098
  """
23099
23099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23100
23100
  required_arguments = ['managedDatabaseId', 'tablespaceName']