oci 2.132.0__py3-none-any.whl → 2.133.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 (489) 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 +626 -28
  6. oci/ai_document/ai_service_document_client_composite_operations.py +180 -0
  7. oci/ai_document/models/__init__.py +10 -0
  8. oci/ai_document/models/add_model_lock_details.py +150 -0
  9. oci/ai_document/models/add_project_lock_details.py +150 -0
  10. oci/ai_document/models/analyze_document_details.py +5 -5
  11. oci/ai_document/models/detected_document_type.py +0 -35
  12. oci/ai_document/models/document_classification_feature.py +2 -33
  13. oci/ai_document/models/document_key_value_extraction_feature.py +2 -33
  14. oci/ai_document/models/general_processor_config.py +5 -5
  15. oci/ai_document/models/model.py +33 -2
  16. oci/ai_document/models/model_summary.py +33 -2
  17. oci/ai_document/models/output_location.py +1 -1
  18. oci/ai_document/models/project.py +33 -2
  19. oci/ai_document/models/remove_model_lock_details.py +88 -0
  20. oci/ai_document/models/remove_project_lock_details.py +88 -0
  21. oci/ai_document/models/resource_lock.py +216 -0
  22. oci/ai_language/ai_service_language_client.py +44 -44
  23. oci/ai_speech/ai_service_speech_client.py +17 -17
  24. oci/ai_vision/ai_service_vision_client.py +25 -25
  25. oci/analytics/analytics_client.py +24 -24
  26. oci/announcements_service/__init__.py +3 -1
  27. oci/announcements_service/announcement_client.py +103 -6
  28. oci/announcements_service/announcement_subscription_client.py +9 -9
  29. oci/announcements_service/announcements_preferences_client.py +4 -4
  30. oci/announcements_service/models/__init__.py +12 -0
  31. oci/announcements_service/models/announcement.py +1 -1
  32. oci/announcements_service/models/announcement_compartment.py +72 -0
  33. oci/announcements_service/models/announcement_summary.py +1 -1
  34. oci/announcements_service/models/base_announcement.py +7 -3
  35. oci/announcements_service/models/base_service.py +498 -0
  36. oci/announcements_service/models/notifications_summary.py +130 -0
  37. oci/announcements_service/models/service.py +130 -0
  38. oci/announcements_service/models/service_summary.py +133 -0
  39. oci/announcements_service/models/services_collection.py +72 -0
  40. oci/announcements_service/service_client.py +275 -0
  41. oci/announcements_service/service_client_composite_operations.py +26 -0
  42. oci/apigateway/api_gateway_client.py +21 -21
  43. oci/apigateway/deployment_client.py +6 -6
  44. oci/apigateway/gateway_client.py +6 -6
  45. oci/apigateway/subscribers_client.py +6 -6
  46. oci/apigateway/usage_plans_client.py +6 -6
  47. oci/apigateway/work_requests_client.py +5 -5
  48. oci/apm_config/config_client.py +9 -9
  49. oci/apm_control_plane/apm_domain_client.py +14 -14
  50. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  51. oci/apm_traces/attributes_client.py +8 -8
  52. oci/apm_traces/query_client.py +2 -2
  53. oci/apm_traces/trace_client.py +4 -4
  54. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  55. oci/artifacts/artifacts_client.py +32 -32
  56. oci/audit/audit_client.py +3 -3
  57. oci/autoscaling/auto_scaling_client.py +11 -11
  58. oci/bastion/bastion_client.py +15 -15
  59. oci/bds/bds_client.py +72 -72
  60. oci/blockchain/blockchain_platform_client.py +27 -27
  61. oci/budget/budget_client.py +10 -10
  62. oci/capacity_management/capacity_management_client.py +22 -22
  63. oci/certificates/certificates_client.py +5 -5
  64. oci/certificates_management/certificates_management_client.py +32 -32
  65. oci/cims/incident_client.py +8 -8
  66. oci/cims/user_client.py +1 -1
  67. oci/cloud_bridge/common_client.py +5 -5
  68. oci/cloud_bridge/discovery_client.py +14 -14
  69. oci/cloud_bridge/inventory_client.py +16 -16
  70. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  71. oci/cloud_guard/cloud_guard_client.py +155 -155
  72. oci/cloud_migrations/migration_client.py +43 -43
  73. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  74. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  75. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  76. oci/compute_instance_agent/plugin_client.py +2 -2
  77. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  78. oci/container_engine/container_engine_client.py +44 -44
  79. oci/container_instances/container_instance_client.py +18 -18
  80. oci/core/blockstorage_client.py +60 -60
  81. oci/core/compute_client.py +102 -102
  82. oci/core/compute_management_client.py +32 -32
  83. oci/core/virtual_network_client.py +247 -247
  84. oci/dashboard_service/dashboard_client.py +6 -6
  85. oci/dashboard_service/dashboard_group_client.py +6 -6
  86. oci/data_catalog/data_catalog_client.py +149 -149
  87. oci/data_flow/data_flow_client.py +42 -42
  88. oci/data_integration/data_integration_client.py +163 -163
  89. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  90. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  91. oci/data_safe/data_safe_client.py +287 -287
  92. oci/data_science/data_science_client.py +91 -91
  93. oci/database/database_client.py +13862 -9467
  94. oci/database/database_client_composite_operations.py +1868 -232
  95. oci/database/models/__init__.py +80 -0
  96. oci/database/models/action_member.py +134 -0
  97. oci/database/models/action_order_details.py +107 -0
  98. oci/database/models/action_param_values_collection.py +72 -0
  99. oci/database/models/action_param_values_summary.py +216 -0
  100. oci/database/models/autonomous_database.py +33 -6
  101. oci/database/models/autonomous_database_standby_summary.py +33 -2
  102. oci/database/models/autonomous_database_summary.py +33 -6
  103. oci/database/models/cancel_execution_window_details.py +134 -0
  104. oci/database/models/change_scheduling_plan_compartment_details.py +76 -0
  105. oci/database/models/change_scheduling_policy_compartment_details.py +76 -0
  106. oci/database/models/cloud_exadata_infrastructure.py +33 -2
  107. oci/database/models/cloud_exadata_infrastructure_summary.py +33 -2
  108. oci/database/models/create_autonomous_database_base.py +2 -6
  109. oci/database/models/create_data_guard_association_with_new_db_system_details.py +35 -0
  110. oci/database/models/create_exadb_vm_cluster_details.py +12 -2
  111. oci/database/models/create_execution_action_details.py +304 -0
  112. oci/database/models/create_execution_window_details.py +282 -0
  113. oci/database/models/create_pluggable_database_creation_type_details.py +0 -2
  114. oci/database/models/create_scheduled_action_details.py +339 -0
  115. oci/database/models/create_scheduling_plan_details.py +306 -0
  116. oci/database/models/create_scheduling_policy_details.py +267 -0
  117. oci/database/models/create_scheduling_window_details.py +181 -0
  118. oci/database/models/exadata_infrastructure.py +33 -2
  119. oci/database/models/exadata_infrastructure_summary.py +33 -2
  120. oci/database/models/exadb_vm_cluster.py +12 -2
  121. oci/database/models/exadb_vm_cluster_summary.py +12 -2
  122. oci/database/models/execution_action.py +715 -0
  123. oci/database/models/execution_action_member.py +216 -0
  124. oci/database/models/execution_action_summary.py +715 -0
  125. oci/database/models/execution_window.py +783 -0
  126. oci/database/models/execution_window_summary.py +783 -0
  127. oci/database/models/granular_maintenance_history_details.py +99 -0
  128. oci/database/models/maintenance_run.py +62 -0
  129. oci/database/models/maintenance_run_history.py +64 -2
  130. oci/database/models/maintenance_run_history_summary.py +64 -2
  131. oci/database/models/maintenance_run_summary.py +62 -0
  132. oci/database/models/move_execution_action_member_details.py +220 -0
  133. oci/database/models/recommended_scheduled_action_summary.py +280 -0
  134. oci/database/models/recommended_scheduled_actions_collection.py +72 -0
  135. oci/database/models/reorder_execution_action_details.py +152 -0
  136. oci/database/models/reorder_scheduled_actions_details.py +109 -0
  137. oci/database/models/scheduled_action.py +633 -0
  138. oci/database/models/scheduled_action_collection.py +72 -0
  139. oci/database/models/scheduled_action_summary.py +633 -0
  140. oci/database/models/scheduling_plan.py +643 -0
  141. oci/database/models/scheduling_plan_collection.py +72 -0
  142. oci/database/models/scheduling_plan_summary.py +643 -0
  143. oci/database/models/scheduling_policy.py +493 -0
  144. oci/database/models/scheduling_policy_summary.py +493 -0
  145. oci/database/models/scheduling_window.py +469 -0
  146. oci/database/models/scheduling_window_summary.py +469 -0
  147. oci/database/models/update_autonomous_database_details.py +2 -6
  148. oci/database/models/update_exadb_vm_cluster_details.py +12 -2
  149. oci/database/models/update_execution_action_details.py +218 -0
  150. oci/database/models/update_execution_window_details.py +212 -0
  151. oci/database/models/update_scheduled_action_details.py +140 -0
  152. oci/database/models/update_scheduling_policy_details.py +232 -0
  153. oci/database/models/update_scheduling_window_details.py +146 -0
  154. oci/database/models/window_preference_detail.py +231 -0
  155. oci/database_management/db_management_client.py +580 -208
  156. oci/database_management/db_management_client_composite_operations.py +132 -0
  157. oci/database_management/diagnosability_client.py +4 -4
  158. oci/database_management/managed_my_sql_databases_client.py +7 -7
  159. oci/database_management/models/__init__.py +14 -0
  160. oci/database_management/models/autonomous_database_diagnostics_and_management_feature_details.py +65 -0
  161. oci/database_management/models/autonomous_database_feature_details.py +167 -0
  162. oci/database_management/models/autonomous_database_sql_watch_feature_details.py +65 -0
  163. oci/database_management/models/connector_details.py +15 -3
  164. oci/database_management/models/create_db_management_private_endpoint_details.py +31 -0
  165. oci/database_management/models/db_management_private_endpoint.py +31 -0
  166. oci/database_management/models/direct_connector_details.py +51 -0
  167. oci/database_management/models/disable_autonomous_database_management_feature_details.py +92 -0
  168. oci/database_management/models/enable_autonomous_database_management_feature_details.py +68 -0
  169. oci/database_management/models/external_connector_details.py +1 -1
  170. oci/database_management/models/macs_connector_details.py +1 -1
  171. oci/database_management/models/modify_autonomous_database_management_feature_details.py +68 -0
  172. oci/database_management/models/optimizer_statistics_collection_operation.py +7 -3
  173. oci/database_management/models/optimizer_statistics_collection_operation_summary.py +7 -3
  174. oci/database_management/models/private_end_point_connector_details.py +1 -1
  175. oci/database_management/perfhub_client.py +1 -1
  176. oci/database_management/sql_tuning_client.py +17 -17
  177. oci/database_migration/database_migration_client.py +42 -42
  178. oci/database_tools/database_tools_client.py +23 -23
  179. oci/delegate_access_control/__init__.py +16 -0
  180. oci/delegate_access_control/delegate_access_control_client.py +3324 -0
  181. oci/delegate_access_control/delegate_access_control_client_composite_operations.py +492 -0
  182. oci/delegate_access_control/models/__init__.py +96 -0
  183. oci/delegate_access_control/models/approve_delegated_resource_access_request_details.py +138 -0
  184. oci/delegate_access_control/models/change_delegation_control_compartment_details.py +72 -0
  185. oci/delegate_access_control/models/change_delegation_subscription_compartment_details.py +72 -0
  186. oci/delegate_access_control/models/create_delegation_control_details.py +548 -0
  187. oci/delegate_access_control/models/create_delegation_subscription_details.py +263 -0
  188. oci/delegate_access_control/models/delegated_resource_access_request.py +1373 -0
  189. oci/delegate_access_control/models/delegated_resource_access_request_approval_details.py +263 -0
  190. oci/delegate_access_control/models/delegated_resource_access_request_audit_log_report.py +193 -0
  191. oci/delegate_access_control/models/delegated_resource_access_request_history_collection.py +72 -0
  192. oci/delegate_access_control/models/delegated_resource_access_request_history_summary.py +300 -0
  193. oci/delegate_access_control/models/delegated_resource_access_request_summary.py +981 -0
  194. oci/delegate_access_control/models/delegated_resource_access_request_summary_collection.py +72 -0
  195. oci/delegate_access_control/models/delegation_control.py +833 -0
  196. oci/delegate_access_control/models/delegation_control_resource_collection.py +72 -0
  197. oci/delegate_access_control/models/delegation_control_resource_summary.py +147 -0
  198. oci/delegate_access_control/models/delegation_control_summary.py +465 -0
  199. oci/delegate_access_control/models/delegation_control_summary_collection.py +72 -0
  200. oci/delegate_access_control/models/delegation_subscription.py +524 -0
  201. oci/delegate_access_control/models/delegation_subscription_summary.py +461 -0
  202. oci/delegate_access_control/models/delegation_subscription_summary_collection.py +72 -0
  203. oci/delegate_access_control/models/reject_delegated_resource_access_request_details.py +72 -0
  204. oci/delegate_access_control/models/revoke_delegated_resource_access_request_details.py +72 -0
  205. oci/delegate_access_control/models/service_provider.py +583 -0
  206. oci/delegate_access_control/models/service_provider_action.py +371 -0
  207. oci/delegate_access_control/models/service_provider_action_properties.py +103 -0
  208. oci/delegate_access_control/models/service_provider_action_summary.py +323 -0
  209. oci/delegate_access_control/models/service_provider_action_summary_collection.py +72 -0
  210. oci/delegate_access_control/models/service_provider_interaction_collection.py +72 -0
  211. oci/delegate_access_control/models/service_provider_interaction_request_details.py +72 -0
  212. oci/delegate_access_control/models/service_provider_interaction_summary.py +247 -0
  213. oci/delegate_access_control/models/service_provider_summary.py +508 -0
  214. oci/delegate_access_control/models/service_provider_summary_collection.py +72 -0
  215. oci/delegate_access_control/models/update_delegation_control_details.py +404 -0
  216. oci/delegate_access_control/models/update_delegation_subscription_details.py +154 -0
  217. oci/delegate_access_control/models/work_request.py +438 -0
  218. oci/delegate_access_control/models/work_request_error.py +136 -0
  219. oci/delegate_access_control/models/work_request_error_collection.py +72 -0
  220. oci/delegate_access_control/models/work_request_log_entry.py +103 -0
  221. oci/delegate_access_control/models/work_request_log_entry_collection.py +72 -0
  222. oci/delegate_access_control/models/work_request_resource.py +234 -0
  223. oci/delegate_access_control/models/work_request_summary.py +438 -0
  224. oci/delegate_access_control/models/work_request_summary_collection.py +72 -0
  225. oci/delegate_access_control/work_request_client.py +660 -0
  226. oci/delegate_access_control/work_request_client_composite_operations.py +26 -0
  227. oci/demand_signal/occ_demand_signal_client.py +7 -7
  228. oci/desktops/desktop_service_client.py +21 -21
  229. oci/devops/devops_client.py +141 -141
  230. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  231. oci/dns/dns_client.py +52 -52
  232. oci/dts/appliance_export_job_client.py +6 -6
  233. oci/dts/shipping_vendors_client.py +1 -1
  234. oci/dts/transfer_appliance_client.py +8 -8
  235. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  236. oci/dts/transfer_device_client.py +5 -5
  237. oci/dts/transfer_job_client.py +6 -6
  238. oci/dts/transfer_package_client.py +7 -7
  239. oci/em_warehouse/em_data_lake_client.py +13 -13
  240. oci/em_warehouse/em_warehouse_client.py +13 -13
  241. oci/email/email_client.py +31 -31
  242. oci/email_data_plane/email_dp_client.py +1 -1
  243. oci/events/events_client.py +6 -6
  244. oci/file_storage/file_storage_client.py +393 -59
  245. oci/file_storage/file_storage_client_composite_operations.py +138 -0
  246. oci/file_storage/models/__init__.py +4 -0
  247. oci/file_storage/models/create_mount_target_details.py +39 -26
  248. oci/file_storage/models/mount_target.py +153 -3
  249. oci/file_storage/models/mount_target_summary.py +155 -3
  250. oci/file_storage/models/schedule_downgrade_shape_mount_target_details.py +78 -0
  251. oci/file_storage/models/upgrade_shape_mount_target_details.py +78 -0
  252. oci/fleet_apps_management/fleet_apps_management_admin_client.py +8 -8
  253. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  254. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  255. oci/fleet_apps_management/fleet_apps_management_operations_client.py +13 -13
  256. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +4 -4
  257. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  258. oci/functions/functions_invoke_client.py +1 -1
  259. oci/functions/functions_management_client.py +16 -16
  260. oci/fusion_apps/data_masking_activity_client.py +3 -3
  261. oci/fusion_apps/fusion_applications_client.py +41 -41
  262. oci/fusion_apps/fusion_environment_client.py +15 -15
  263. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  264. oci/fusion_apps/models/fusion_environment_family.py +33 -2
  265. oci/fusion_apps/refresh_activity_client.py +4 -4
  266. oci/fusion_apps/scheduled_activity_client.py +2 -2
  267. oci/fusion_apps/service_attachment_client.py +2 -2
  268. oci/generative_ai/generative_ai_client.py +22 -22
  269. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  270. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  271. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  272. oci/golden_gate/golden_gate_client.py +68 -68
  273. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  274. oci/governance_rules_control_plane/work_request_client.py +5 -5
  275. oci/healthchecks/health_checks_client.py +17 -17
  276. oci/identity/identity_client.py +145 -145
  277. oci/identity_data_plane/dataplane_client.py +2 -2
  278. oci/identity_domains/identity_domains_client.py +307 -307
  279. oci/integration/integration_instance_client.py +16 -16
  280. oci/jms/java_management_service_client.py +75 -75
  281. oci/jms_java_downloads/java_download_client.py +25 -25
  282. oci/key_management/ekm_client.py +5 -5
  283. oci/key_management/kms_crypto_client.py +6 -6
  284. oci/key_management/kms_hsm_cluster_client.py +25 -25
  285. oci/key_management/kms_hsm_cluster_client_composite_operations.py +3 -3
  286. oci/key_management/kms_management_client.py +21 -21
  287. oci/key_management/kms_vault_client.py +14 -14
  288. oci/key_management/models/auto_key_rotation_details.py +10 -10
  289. oci/key_management/models/change_hsm_cluster_compartment_details.py +3 -3
  290. oci/key_management/models/create_hsm_cluster_details.py +5 -5
  291. oci/key_management/models/hsm_cluster.py +4 -4
  292. oci/key_management/models/hsm_cluster_collection.py +2 -2
  293. oci/key_management/models/hsm_cluster_summary.py +3 -3
  294. oci/key_management/models/hsm_partition.py +29 -9
  295. oci/key_management/models/hsm_partition_collection.py +1 -1
  296. oci/key_management/models/hsm_partition_summary.py +11 -7
  297. oci/key_management/models/port_information.py +5 -5
  298. oci/key_management/models/pre_co_user_credentials.py +2 -2
  299. oci/key_management/models/upload_partition_certificates_details.py +5 -5
  300. oci/key_management/models/vault.py +31 -0
  301. oci/license_manager/license_manager_client.py +18 -18
  302. oci/limits/limits_client.py +4 -4
  303. oci/limits/quotas_client.py +7 -7
  304. oci/load_balancer/load_balancer_client.py +61 -61
  305. oci/load_balancer/models/backend.py +4 -0
  306. oci/load_balancer/models/backend_details.py +4 -0
  307. oci/load_balancer/models/backend_set.py +6 -2
  308. oci/load_balancer/models/backend_set_details.py +6 -2
  309. oci/load_balancer/models/create_backend_details.py +4 -0
  310. oci/load_balancer/models/create_backend_set_details.py +6 -2
  311. oci/load_balancer/models/create_load_balancer_details.py +116 -0
  312. oci/load_balancer/models/ip_max_connections.py +8 -2
  313. oci/load_balancer/models/load_balancer.py +100 -0
  314. oci/load_balancer/models/update_backend_details.py +4 -0
  315. oci/load_balancer/models/update_backend_set_details.py +6 -2
  316. oci/load_balancer/models/update_load_balancer_details.py +112 -0
  317. oci/lockbox/lockbox_client.py +24 -24
  318. oci/log_analytics/log_analytics_client.py +193 -193
  319. oci/logging/logging_management_client.py +30 -30
  320. oci/loggingingestion/logging_client.py +1 -1
  321. oci/loggingsearch/log_search_client.py +1 -1
  322. oci/management_agent/management_agent_client.py +28 -28
  323. oci/management_dashboard/dashx_apis_client.py +14 -14
  324. oci/marketplace/account_client.py +2 -2
  325. oci/marketplace/marketplace_client.py +30 -30
  326. oci/marketplace_private_offer/attachment_client.py +5 -5
  327. oci/marketplace_private_offer/offer_client.py +6 -6
  328. oci/marketplace_publisher/attachment_client.py +5 -5
  329. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  330. oci/marketplace_publisher/offer_client.py +6 -6
  331. oci/media_services/media_services_client.py +60 -60
  332. oci/media_services/media_stream_client.py +2 -2
  333. oci/monitoring/monitoring_client.py +18 -18
  334. oci/mysql/channels_client.py +7 -7
  335. oci/mysql/db_backups_client.py +7 -7
  336. oci/mysql/db_system_client.py +17 -17
  337. oci/mysql/models/__init__.py +2 -0
  338. oci/mysql/models/create_db_system_details.py +37 -2
  339. oci/mysql/models/customer_contact.py +72 -0
  340. oci/mysql/models/db_system.py +37 -2
  341. oci/mysql/models/update_db_system_details.py +37 -2
  342. oci/mysql/mysqlaas_client.py +7 -7
  343. oci/mysql/replicas_client.py +5 -5
  344. oci/mysql/work_requests_client.py +4 -4
  345. oci/network_firewall/network_firewall_client.py +86 -86
  346. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  347. oci/nosql/nosql_client.py +24 -24
  348. oci/object_storage/models/__init__.py +14 -0
  349. oci/object_storage/models/access_target_details.py +136 -0
  350. oci/object_storage/models/create_private_endpoint_details.py +389 -0
  351. oci/object_storage/models/fqdns.py +99 -0
  352. oci/object_storage/models/prefix_fqdns.py +134 -0
  353. oci/object_storage/models/private_endpoint.py +685 -0
  354. oci/object_storage/models/private_endpoint_summary.py +369 -0
  355. oci/object_storage/models/update_private_endpoint_details.py +216 -0
  356. oci/object_storage/models/work_request.py +15 -3
  357. oci/object_storage/models/work_request_summary.py +15 -3
  358. oci/object_storage/object_storage_client.py +686 -71
  359. oci/object_storage/object_storage_client_composite_operations.py +139 -0
  360. oci/oce/oce_instance_client.py +10 -10
  361. oci/oci_control_center/occ_metrics_client.py +3 -3
  362. oci/ocvp/cluster_client.py +8 -8
  363. oci/ocvp/cluster_client_composite_operations.py +2 -2
  364. oci/ocvp/esxi_host_client.py +9 -9
  365. oci/ocvp/models/cluster.py +35 -2
  366. oci/ocvp/models/cluster_summary.py +35 -2
  367. oci/ocvp/models/datastore_details.py +1 -1
  368. oci/ocvp/models/esxi_host.py +35 -2
  369. oci/ocvp/models/esxi_host_summary.py +35 -2
  370. oci/ocvp/models/sddc.py +35 -2
  371. oci/ocvp/models/sddc_summary.py +35 -2
  372. oci/ocvp/models/supported_host_shape_summary.py +55 -3
  373. oci/ocvp/models/work_request.py +55 -3
  374. oci/ocvp/sddc_client.py +21 -16
  375. oci/ocvp/work_request_client.py +4 -4
  376. oci/oda/management_client.py +59 -59
  377. oci/oda/oda_client.py +17 -17
  378. oci/oda/odapackage_client.py +7 -7
  379. oci/onesubscription/billing_schedule_client.py +1 -1
  380. oci/onesubscription/commitment_client.py +2 -2
  381. oci/onesubscription/computed_usage_client.py +3 -3
  382. oci/onesubscription/invoice_summary_client.py +2 -2
  383. oci/onesubscription/organization_subscription_client.py +1 -1
  384. oci/onesubscription/ratecard_client.py +1 -1
  385. oci/onesubscription/subscribed_service_client.py +2 -2
  386. oci/onesubscription/subscription_client.py +1 -1
  387. oci/ons/notification_control_plane_client.py +6 -6
  388. oci/ons/notification_data_plane_client.py +10 -10
  389. oci/opa/opa_instance_client.py +13 -13
  390. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  391. oci/opensearch/opensearch_cluster_client.py +14 -14
  392. oci/operator_access_control/access_requests_client.py +10 -10
  393. oci/operator_access_control/operator_actions_client.py +2 -2
  394. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  395. oci/operator_access_control/operator_control_client.py +6 -6
  396. oci/opsi/operations_insights_client.py +177 -177
  397. oci/optimizer/optimizer_client.py +26 -26
  398. oci/os_management/event_client.py +8 -8
  399. oci/os_management/os_management_client.py +69 -69
  400. oci/os_management_hub/event_client.py +8 -8
  401. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  402. oci/os_management_hub/managed_instance_client.py +31 -31
  403. oci/os_management_hub/managed_instance_group_client.py +25 -25
  404. oci/os_management_hub/management_station_client.py +10 -10
  405. oci/os_management_hub/onboarding_client.py +6 -6
  406. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  407. oci/os_management_hub/scheduled_job_client.py +7 -7
  408. oci/os_management_hub/software_source_client.py +27 -27
  409. oci/os_management_hub/work_request_client.py +4 -4
  410. oci/osp_gateway/address_rule_service_client.py +1 -1
  411. oci/osp_gateway/address_service_client.py +2 -2
  412. oci/osp_gateway/invoice_service_client.py +5 -5
  413. oci/osp_gateway/subscription_service_client.py +5 -5
  414. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  415. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  416. oci/osub_subscription/commitment_client.py +2 -2
  417. oci/osub_subscription/ratecard_client.py +1 -1
  418. oci/osub_subscription/subscription_client.py +1 -1
  419. oci/osub_usage/computed_usage_client.py +3 -3
  420. oci/psql/postgresql_client.py +33 -33
  421. oci/queue/queue_admin_client.py +11 -11
  422. oci/queue/queue_client.py +8 -8
  423. oci/recovery/database_recovery_client.py +135 -25
  424. oci/recovery/database_recovery_client_composite_operations.py +42 -0
  425. oci/recovery/models/__init__.py +2 -0
  426. oci/recovery/models/change_protected_database_subscription_details.py +103 -0
  427. oci/recovery/models/create_protected_database_details.py +33 -0
  428. oci/recovery/models/create_protection_policy_details.py +39 -0
  429. oci/recovery/models/protected_database.py +31 -0
  430. oci/recovery/models/protected_database_summary.py +31 -0
  431. oci/recovery/models/protection_policy.py +31 -0
  432. oci/recovery/models/protection_policy_summary.py +31 -0
  433. oci/redis/redis_cluster_client.py +12 -12
  434. oci/resource_manager/resource_manager_client.py +52 -52
  435. oci/resource_scheduler/schedule_client.py +13 -13
  436. oci/resource_search/resource_search_client.py +3 -3
  437. oci/rover/rover_bundle_client.py +8 -8
  438. oci/rover/rover_cluster_client.py +8 -8
  439. oci/rover/rover_entitlement_client.py +6 -6
  440. oci/rover/rover_node_client.py +15 -15
  441. oci/rover/shape_client.py +1 -1
  442. oci/rover/work_requests_client.py +5 -5
  443. oci/sch/connector_plugins_client.py +2 -2
  444. oci/sch/service_connector_client.py +12 -12
  445. oci/secrets/secrets_client.py +3 -3
  446. oci/service_catalog/service_catalog_client.py +26 -26
  447. oci/service_endpoints.py +1 -0
  448. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  449. oci/service_mesh/service_mesh_client.py +48 -48
  450. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  451. oci/streaming/stream_admin_client.py +18 -18
  452. oci/streaming/stream_client.py +8 -8
  453. oci/tenant_manager_control_plane/domain_client.py +5 -5
  454. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  455. oci/tenant_manager_control_plane/governance_client.py +2 -2
  456. oci/tenant_manager_control_plane/link_client.py +3 -3
  457. oci/tenant_manager_control_plane/orders_client.py +2 -2
  458. oci/tenant_manager_control_plane/organization_client.py +10 -10
  459. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  460. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  461. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  462. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  463. oci/threat_intelligence/threatintel_client.py +5 -5
  464. oci/usage/resources_client.py +2 -2
  465. oci/usage/rewards_client.py +6 -6
  466. oci/usage/usagelimits_client.py +1 -1
  467. oci/usage_api/usageapi_client.py +33 -33
  468. oci/vault/vaults_client.py +13 -13
  469. oci/vbs_inst/vbs_instance_client.py +10 -10
  470. oci/version.py +1 -1
  471. oci/visual_builder/vb_instance_client.py +13 -13
  472. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  473. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  474. oci/waa/waa_client.py +13 -13
  475. oci/waa/work_request_client.py +4 -4
  476. oci/waas/redirect_client.py +6 -6
  477. oci/waas/waas_client.py +66 -66
  478. oci/waf/models/__init__.py +2 -0
  479. oci/waf/models/dynamic_http_response_body.py +104 -0
  480. oci/waf/models/http_response_body.py +11 -3
  481. oci/waf/models/static_text_http_response_body.py +1 -1
  482. oci/waf/waf_client.py +24 -24
  483. oci/work_requests/work_request_client.py +4 -4
  484. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/METADATA +1 -1
  485. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/RECORD +489 -369
  486. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/LICENSE.txt +0 -0
  487. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  488. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/WHEEL +0 -0
  489. {oci-2.132.0.dist-info → oci-2.133.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.132.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.133.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.132.0/databasemanagement/add_managed_database_to_managed_database_group.py.html>`__ to see an example of how to use add_managed_database_to_managed_database_group API.
279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/add_managed_database_to_managed_database_group.py.html>`__ to see an example of how to use add_managed_database_to_managed_database_group API.
280
280
  """
281
281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
282
282
  required_arguments = ['managedDatabaseGroupId']
@@ -404,7 +404,7 @@ class DbManagementClient(object):
404
404
  :rtype: :class:`~oci.response.Response`
405
405
 
406
406
  :example:
407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/addm_tasks.py.html>`__ to see an example of how to use addm_tasks API.
408
408
  """
409
409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
410
410
  required_arguments = ['managedDatabaseId', 'timeStart', 'timeEnd']
@@ -556,7 +556,7 @@ class DbManagementClient(object):
556
556
  :rtype: :class:`~oci.response.Response`
557
557
 
558
558
  :example:
559
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/change_database_parameters.py.html>`__ to see an example of how to use change_database_parameters API.
560
560
  """
561
561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
562
562
  required_arguments = ['managedDatabaseId']
@@ -676,7 +676,7 @@ class DbManagementClient(object):
676
676
  :rtype: :class:`~oci.response.Response`
677
677
 
678
678
  :example:
679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_db_management_private_endpoint_compartment.py.html>`__ to see an example of how to use change_db_management_private_endpoint_compartment API.
679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/change_db_management_private_endpoint_compartment.py.html>`__ to see an example of how to use change_db_management_private_endpoint_compartment API.
680
680
  """
681
681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
682
682
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -798,7 +798,7 @@ class DbManagementClient(object):
798
798
  :rtype: :class:`~oci.response.Response`
799
799
 
800
800
  :example:
801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/change_external_db_system_compartment.py.html>`__ to see an example of how to use change_external_db_system_compartment API.
802
802
  """
803
803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
804
804
  required_arguments = ['externalDbSystemId']
@@ -920,7 +920,7 @@ class DbManagementClient(object):
920
920
  :rtype: :class:`~oci.response.Response`
921
921
 
922
922
  :example:
923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/change_external_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_external_exadata_infrastructure_compartment API.
924
924
  """
925
925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
926
926
  required_arguments = ['externalExadataInfrastructureId']
@@ -1042,7 +1042,7 @@ class DbManagementClient(object):
1042
1042
  :rtype: :class:`~oci.response.Response`
1043
1043
 
1044
1044
  :example:
1045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/change_job_compartment.py.html>`__ to see an example of how to use change_job_compartment API.
1046
1046
  """
1047
1047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1048
1048
  required_arguments = ['jobId']
@@ -1166,7 +1166,7 @@ class DbManagementClient(object):
1166
1166
  :rtype: :class:`~oci.response.Response`
1167
1167
 
1168
1168
  :example:
1169
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
1169
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/change_managed_database_group_compartment.py.html>`__ to see an example of how to use change_managed_database_group_compartment API.
1170
1170
  """
1171
1171
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1172
1172
  required_arguments = ['managedDatabaseGroupId']
@@ -1290,7 +1290,7 @@ class DbManagementClient(object):
1290
1290
  :rtype: :class:`~oci.response.Response`
1291
1291
 
1292
1292
  :example:
1293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_named_credential_compartment.py.html>`__ to see an example of how to use change_named_credential_compartment API.
1293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/change_named_credential_compartment.py.html>`__ to see an example of how to use change_named_credential_compartment API.
1294
1294
  """
1295
1295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1296
1296
  required_arguments = ['namedCredentialId']
@@ -1400,7 +1400,7 @@ class DbManagementClient(object):
1400
1400
  :rtype: :class:`~oci.response.Response`
1401
1401
 
1402
1402
  :example:
1403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
1403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/change_plan_retention.py.html>`__ to see an example of how to use change_plan_retention API.
1404
1404
  """
1405
1405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1406
1406
  required_arguments = ['managedDatabaseId']
@@ -1502,7 +1502,7 @@ class DbManagementClient(object):
1502
1502
  :rtype: :class:`~oci.response.Response`
1503
1503
 
1504
1504
  :example:
1505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
1505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/change_space_budget.py.html>`__ to see an example of how to use change_space_budget API.
1506
1506
  """
1507
1507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1508
1508
  required_arguments = ['managedDatabaseId']
@@ -1603,7 +1603,7 @@ class DbManagementClient(object):
1603
1603
  :rtype: :class:`~oci.response.Response`
1604
1604
 
1605
1605
  :example:
1606
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
1606
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/change_sql_plan_baselines_attributes.py.html>`__ to see an example of how to use change_sql_plan_baselines_attributes API.
1607
1607
  """
1608
1608
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1609
1609
  required_arguments = ['managedDatabaseId']
@@ -1716,7 +1716,7 @@ class DbManagementClient(object):
1716
1716
  :rtype: :class:`~oci.response.Response`
1717
1717
 
1718
1718
  :example:
1719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/check_external_db_system_connector_connection_status.py.html>`__ to see an example of how to use check_external_db_system_connector_connection_status API.
1719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/check_external_db_system_connector_connection_status.py.html>`__ to see an example of how to use check_external_db_system_connector_connection_status API.
1720
1720
  """
1721
1721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1722
1722
  required_arguments = ['externalDbSystemConnectorId']
@@ -1835,7 +1835,7 @@ class DbManagementClient(object):
1835
1835
  :rtype: :class:`~oci.response.Response`
1836
1836
 
1837
1837
  :example:
1838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
1838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/check_external_exadata_storage_connector.py.html>`__ to see an example of how to use check_external_exadata_storage_connector API.
1839
1839
  """
1840
1840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1841
1841
  required_arguments = ['externalExadataStorageConnectorId']
@@ -1944,7 +1944,7 @@ class DbManagementClient(object):
1944
1944
  :rtype: :class:`~oci.response.Response`
1945
1945
 
1946
1946
  :example:
1947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
1947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/configure_automatic_capture_filters.py.html>`__ to see an example of how to use configure_automatic_capture_filters API.
1948
1948
  """
1949
1949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1950
1950
  required_arguments = ['managedDatabaseId']
@@ -2047,7 +2047,7 @@ class DbManagementClient(object):
2047
2047
  :rtype: :class:`~oci.response.Response`
2048
2048
 
2049
2049
  :example:
2050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/configure_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use configure_automatic_spm_evolve_advisor_task API.
2050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/configure_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use configure_automatic_spm_evolve_advisor_task API.
2051
2051
  """
2052
2052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2053
2053
  required_arguments = ['managedDatabaseId']
@@ -2150,7 +2150,7 @@ class DbManagementClient(object):
2150
2150
  :rtype: :class:`~oci.response.Response`
2151
2151
 
2152
2152
  :example:
2153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/create_db_management_private_endpoint.py.html>`__ to see an example of how to use create_db_management_private_endpoint API.
2154
2154
  """
2155
2155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2156
2156
  required_arguments = []
@@ -2246,7 +2246,7 @@ class DbManagementClient(object):
2246
2246
  :rtype: :class:`~oci.response.Response`
2247
2247
 
2248
2248
  :example:
2249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/create_external_db_system.py.html>`__ to see an example of how to use create_external_db_system API.
2250
2250
  """
2251
2251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2252
2252
  required_arguments = []
@@ -2344,7 +2344,7 @@ class DbManagementClient(object):
2344
2344
  :rtype: :class:`~oci.response.Response`
2345
2345
 
2346
2346
  :example:
2347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/create_external_db_system_connector.py.html>`__ to see an example of how to use create_external_db_system_connector API.
2348
2348
  """
2349
2349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2350
2350
  required_arguments = []
@@ -2442,7 +2442,7 @@ class DbManagementClient(object):
2442
2442
  :rtype: :class:`~oci.response.Response`
2443
2443
 
2444
2444
  :example:
2445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/create_external_db_system_discovery.py.html>`__ to see an example of how to use create_external_db_system_discovery API.
2446
2446
  """
2447
2447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2448
2448
  required_arguments = []
@@ -2545,7 +2545,7 @@ class DbManagementClient(object):
2545
2545
  :rtype: :class:`~oci.response.Response`
2546
2546
 
2547
2547
  :example:
2548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/create_external_exadata_infrastructure.py.html>`__ to see an example of how to use create_external_exadata_infrastructure API.
2549
2549
  """
2550
2550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2551
2551
  required_arguments = []
@@ -2643,7 +2643,7 @@ class DbManagementClient(object):
2643
2643
  :rtype: :class:`~oci.response.Response`
2644
2644
 
2645
2645
  :example:
2646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/create_external_exadata_storage_connector.py.html>`__ to see an example of how to use create_external_exadata_storage_connector API.
2647
2647
  """
2648
2648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2649
2649
  required_arguments = []
@@ -2743,7 +2743,7 @@ class DbManagementClient(object):
2743
2743
  :rtype: :class:`~oci.response.Response`
2744
2744
 
2745
2745
  :example:
2746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
2746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/create_job.py.html>`__ to see an example of how to use create_job API.
2747
2747
  """
2748
2748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2749
2749
  required_arguments = []
@@ -2840,7 +2840,7 @@ class DbManagementClient(object):
2840
2840
  :rtype: :class:`~oci.response.Response`
2841
2841
 
2842
2842
  :example:
2843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
2843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/create_managed_database_group.py.html>`__ to see an example of how to use create_managed_database_group API.
2844
2844
  """
2845
2845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2846
2846
  required_arguments = []
@@ -2936,7 +2936,7 @@ class DbManagementClient(object):
2936
2936
  :rtype: :class:`~oci.response.Response`
2937
2937
 
2938
2938
  :example:
2939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_named_credential.py.html>`__ to see an example of how to use create_named_credential API.
2939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/create_named_credential.py.html>`__ to see an example of how to use create_named_credential API.
2940
2940
  """
2941
2941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2942
2942
  required_arguments = []
@@ -3037,7 +3037,7 @@ class DbManagementClient(object):
3037
3037
  :rtype: :class:`~oci.response.Response`
3038
3038
 
3039
3039
  :example:
3040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
3040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/create_tablespace.py.html>`__ to see an example of how to use create_tablespace API.
3041
3041
  """
3042
3042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3043
3043
  required_arguments = ['managedDatabaseId']
@@ -3147,7 +3147,7 @@ class DbManagementClient(object):
3147
3147
  :rtype: :class:`~oci.response.Response`
3148
3148
 
3149
3149
  :example:
3150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
3150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/delete_db_management_private_endpoint.py.html>`__ to see an example of how to use delete_db_management_private_endpoint API.
3151
3151
  """
3152
3152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3153
3153
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -3252,7 +3252,7 @@ class DbManagementClient(object):
3252
3252
  :rtype: :class:`~oci.response.Response`
3253
3253
 
3254
3254
  :example:
3255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/delete_external_db_system.py.html>`__ to see an example of how to use delete_external_db_system API.
3256
3256
  """
3257
3257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3258
3258
  required_arguments = ['externalDbSystemId']
@@ -3357,7 +3357,7 @@ class DbManagementClient(object):
3357
3357
  :rtype: :class:`~oci.response.Response`
3358
3358
 
3359
3359
  :example:
3360
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3360
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/delete_external_db_system_connector.py.html>`__ to see an example of how to use delete_external_db_system_connector API.
3361
3361
  """
3362
3362
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3363
3363
  required_arguments = ['externalDbSystemConnectorId']
@@ -3462,7 +3462,7 @@ class DbManagementClient(object):
3462
3462
  :rtype: :class:`~oci.response.Response`
3463
3463
 
3464
3464
  :example:
3465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/delete_external_db_system_discovery.py.html>`__ to see an example of how to use delete_external_db_system_discovery API.
3466
3466
  """
3467
3467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3468
3468
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -3567,7 +3567,7 @@ class DbManagementClient(object):
3567
3567
  :rtype: :class:`~oci.response.Response`
3568
3568
 
3569
3569
  :example:
3570
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/delete_external_exadata_infrastructure.py.html>`__ to see an example of how to use delete_external_exadata_infrastructure API.
3571
3571
  """
3572
3572
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3573
3573
  required_arguments = ['externalExadataInfrastructureId']
@@ -3672,7 +3672,7 @@ class DbManagementClient(object):
3672
3672
  :rtype: :class:`~oci.response.Response`
3673
3673
 
3674
3674
  :example:
3675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/delete_external_exadata_storage_connector.py.html>`__ to see an example of how to use delete_external_exadata_storage_connector API.
3676
3676
  """
3677
3677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3678
3678
  required_arguments = ['externalExadataStorageConnectorId']
@@ -3775,7 +3775,7 @@ class DbManagementClient(object):
3775
3775
  :rtype: :class:`~oci.response.Response`
3776
3776
 
3777
3777
  :example:
3778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
3778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/delete_job.py.html>`__ to see an example of how to use delete_job API.
3779
3779
  """
3780
3780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3781
3781
  required_arguments = ['jobId']
@@ -3881,7 +3881,7 @@ class DbManagementClient(object):
3881
3881
  :rtype: :class:`~oci.response.Response`
3882
3882
 
3883
3883
  :example:
3884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
3884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/delete_managed_database_group.py.html>`__ to see an example of how to use delete_managed_database_group API.
3885
3885
  """
3886
3886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3887
3887
  required_arguments = ['managedDatabaseGroupId']
@@ -3986,7 +3986,7 @@ class DbManagementClient(object):
3986
3986
  :rtype: :class:`~oci.response.Response`
3987
3987
 
3988
3988
  :example:
3989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_named_credential.py.html>`__ to see an example of how to use delete_named_credential API.
3989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/delete_named_credential.py.html>`__ to see an example of how to use delete_named_credential API.
3990
3990
  """
3991
3991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3992
3992
  required_arguments = ['namedCredentialId']
@@ -4087,7 +4087,7 @@ class DbManagementClient(object):
4087
4087
  :rtype: :class:`~oci.response.Response`
4088
4088
 
4089
4089
  :example:
4090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
4090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/delete_preferred_credential.py.html>`__ to see an example of how to use delete_preferred_credential API.
4091
4091
  """
4092
4092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4093
4093
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -4187,7 +4187,7 @@ class DbManagementClient(object):
4187
4187
  :rtype: :class:`~oci.response.Response`
4188
4188
 
4189
4189
  :example:
4190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
4190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use disable_automatic_initial_plan_capture API.
4191
4191
  """
4192
4192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4193
4193
  required_arguments = ['managedDatabaseId']
@@ -4291,7 +4291,7 @@ class DbManagementClient(object):
4291
4291
  :rtype: :class:`~oci.response.Response`
4292
4292
 
4293
4293
  :example:
4294
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_automatic_spm_evolve_advisor_task API.
4294
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_automatic_spm_evolve_advisor_task API.
4295
4295
  """
4296
4296
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4297
4297
  required_arguments = ['managedDatabaseId']
@@ -4360,6 +4360,128 @@ class DbManagementClient(object):
4360
4360
  api_reference_link=api_reference_link,
4361
4361
  required_arguments=required_arguments)
4362
4362
 
4363
+ def disable_autonomous_database_management_feature(self, autonomous_database_id, disable_autonomous_database_management_feature_details, **kwargs):
4364
+ """
4365
+ Disables a Database Management feature for the specified Autonomous Database.
4366
+
4367
+
4368
+ :param str autonomous_database_id: (required)
4369
+ The `OCID`__ of the Autonomous Database.
4370
+
4371
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
4372
+
4373
+ :param oci.database_management.models.DisableAutonomousDatabaseManagementFeatureDetails disable_autonomous_database_management_feature_details: (required)
4374
+ The details required to disable a Database Management feature for an Autonomous Database.
4375
+
4376
+ :param str opc_request_id: (optional)
4377
+ The client request ID for tracing.
4378
+
4379
+ :param str opc_retry_token: (optional)
4380
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
4381
+ server error without risk of executing that same action again. Retry tokens expire after 24
4382
+ hours, but can be invalidated before then due to conflicting operations. For example, if a resource
4383
+ has been deleted and purged from the system, then a retry of the original creation request
4384
+ might be rejected.
4385
+
4386
+ :param str if_match: (optional)
4387
+ For optimistic concurrency control. In the PUT or DELETE call
4388
+ for a resource, set the `if-match` parameter to the value of the
4389
+ etag from a previous GET or POST response for that resource.
4390
+ The resource will be updated or deleted only if the etag you
4391
+ provide matches the resource's current etag value.
4392
+
4393
+ :param obj retry_strategy: (optional)
4394
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
4395
+
4396
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
4397
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
4398
+
4399
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
4400
+
4401
+ :param bool allow_control_chars: (optional)
4402
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
4403
+ By default, the response will not allow control characters in strings
4404
+
4405
+ :return: A :class:`~oci.response.Response` object with data of type None
4406
+ :rtype: :class:`~oci.response.Response`
4407
+
4408
+ :example:
4409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_autonomous_database_management_feature.py.html>`__ to see an example of how to use disable_autonomous_database_management_feature API.
4410
+ """
4411
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4412
+ required_arguments = ['autonomousDatabaseId']
4413
+ resource_path = "/autonomousDatabases/{autonomousDatabaseId}/actions/disableDatabaseManagement"
4414
+ method = "POST"
4415
+ operation_name = "disable_autonomous_database_management_feature"
4416
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database-management/20201101/ManagedDatabase/DisableAutonomousDatabaseManagementFeature"
4417
+
4418
+ # Don't accept unknown kwargs
4419
+ expected_kwargs = [
4420
+ "allow_control_chars",
4421
+ "retry_strategy",
4422
+ "opc_request_id",
4423
+ "opc_retry_token",
4424
+ "if_match"
4425
+ ]
4426
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
4427
+ if extra_kwargs:
4428
+ raise ValueError(
4429
+ f"disable_autonomous_database_management_feature got unknown kwargs: {extra_kwargs!r}")
4430
+
4431
+ path_params = {
4432
+ "autonomousDatabaseId": autonomous_database_id
4433
+ }
4434
+
4435
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
4436
+
4437
+ for (k, v) in six.iteritems(path_params):
4438
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
4439
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
4440
+
4441
+ header_params = {
4442
+ "accept": "application/json",
4443
+ "content-type": "application/json",
4444
+ "opc-request-id": kwargs.get("opc_request_id", missing),
4445
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
4446
+ "if-match": kwargs.get("if_match", missing)
4447
+ }
4448
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
4449
+
4450
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
4451
+ operation_retry_strategy=kwargs.get('retry_strategy'),
4452
+ client_retry_strategy=self.retry_strategy
4453
+ )
4454
+ if retry_strategy is None:
4455
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
4456
+
4457
+ if retry_strategy:
4458
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
4459
+ self.base_client.add_opc_retry_token_if_needed(header_params)
4460
+ self.base_client.add_opc_client_retries_header(header_params)
4461
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
4462
+ return retry_strategy.make_retrying_call(
4463
+ self.base_client.call_api,
4464
+ resource_path=resource_path,
4465
+ method=method,
4466
+ path_params=path_params,
4467
+ header_params=header_params,
4468
+ body=disable_autonomous_database_management_feature_details,
4469
+ allow_control_chars=kwargs.get('allow_control_chars'),
4470
+ operation_name=operation_name,
4471
+ api_reference_link=api_reference_link,
4472
+ required_arguments=required_arguments)
4473
+ else:
4474
+ return self.base_client.call_api(
4475
+ resource_path=resource_path,
4476
+ method=method,
4477
+ path_params=path_params,
4478
+ header_params=header_params,
4479
+ body=disable_autonomous_database_management_feature_details,
4480
+ allow_control_chars=kwargs.get('allow_control_chars'),
4481
+ operation_name=operation_name,
4482
+ api_reference_link=api_reference_link,
4483
+ required_arguments=required_arguments)
4484
+
4363
4485
  def disable_database_management_feature(self, database_id, disable_database_management_feature_details, **kwargs):
4364
4486
  """
4365
4487
  Disables a Database Management feature for the specified Oracle cloud database.
@@ -4406,7 +4528,7 @@ class DbManagementClient(object):
4406
4528
  :rtype: :class:`~oci.response.Response`
4407
4529
 
4408
4530
  :example:
4409
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_database_management_feature.py.html>`__ to see an example of how to use disable_database_management_feature API.
4531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_database_management_feature.py.html>`__ to see an example of how to use disable_database_management_feature API.
4410
4532
  """
4411
4533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4412
4534
  required_arguments = ['databaseId']
@@ -4528,7 +4650,7 @@ class DbManagementClient(object):
4528
4650
  :rtype: :class:`~oci.response.Response`
4529
4651
 
4530
4652
  :example:
4531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_container_database_management_feature API.
4653
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_external_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_container_database_management_feature API.
4532
4654
  """
4533
4655
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4534
4656
  required_arguments = ['externalContainerDatabaseId']
@@ -4648,7 +4770,7 @@ class DbManagementClient(object):
4648
4770
  :rtype: :class:`~oci.response.Response`
4649
4771
 
4650
4772
  :example:
4651
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_db_system_database_management.py.html>`__ to see an example of how to use disable_external_db_system_database_management API.
4773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_external_db_system_database_management.py.html>`__ to see an example of how to use disable_external_db_system_database_management API.
4652
4774
  """
4653
4775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4654
4776
  required_arguments = ['externalDbSystemId']
@@ -4766,7 +4888,7 @@ class DbManagementClient(object):
4766
4888
  :rtype: :class:`~oci.response.Response`
4767
4889
 
4768
4890
  :example:
4769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use disable_external_db_system_stack_monitoring API.
4891
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use disable_external_db_system_stack_monitoring API.
4770
4892
  """
4771
4893
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4772
4894
  required_arguments = ['externalDbSystemId']
@@ -4890,7 +5012,7 @@ class DbManagementClient(object):
4890
5012
  :rtype: :class:`~oci.response.Response`
4891
5013
 
4892
5014
  :example:
4893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
5015
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use disable_external_exadata_infrastructure_management API.
4894
5016
  """
4895
5017
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4896
5018
  required_arguments = ['externalExadataInfrastructureId']
@@ -5010,7 +5132,7 @@ class DbManagementClient(object):
5010
5132
  :rtype: :class:`~oci.response.Response`
5011
5133
 
5012
5134
  :example:
5013
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_non_container_database_management_feature API.
5135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use disable_external_non_container_database_management_feature API.
5014
5136
  """
5015
5137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5016
5138
  required_arguments = ['externalNonContainerDatabaseId']
@@ -5132,7 +5254,7 @@ class DbManagementClient(object):
5132
5254
  :rtype: :class:`~oci.response.Response`
5133
5255
 
5134
5256
  :example:
5135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_external_pluggable_database_management_feature API.
5257
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_external_pluggable_database_management_feature API.
5136
5258
  """
5137
5259
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5138
5260
  required_arguments = ['externalPluggableDatabaseId']
@@ -5243,7 +5365,7 @@ class DbManagementClient(object):
5243
5365
  :rtype: :class:`~oci.response.Response`
5244
5366
 
5245
5367
  :example:
5246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_high_frequency_automatic_spm_evolve_advisor_task API.
5368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use disable_high_frequency_automatic_spm_evolve_advisor_task API.
5247
5369
  """
5248
5370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5249
5371
  required_arguments = ['managedDatabaseId']
@@ -5358,7 +5480,7 @@ class DbManagementClient(object):
5358
5480
  :rtype: :class:`~oci.response.Response`
5359
5481
 
5360
5482
  :example:
5361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_pluggable_database_management_feature API.
5483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_pluggable_database_management_feature.py.html>`__ to see an example of how to use disable_pluggable_database_management_feature API.
5362
5484
  """
5363
5485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5364
5486
  required_arguments = ['pluggableDatabaseId']
@@ -5468,7 +5590,7 @@ class DbManagementClient(object):
5468
5590
  :rtype: :class:`~oci.response.Response`
5469
5591
 
5470
5592
  :example:
5471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
5593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/disable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use disable_sql_plan_baselines_usage API.
5472
5594
  """
5473
5595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5474
5596
  required_arguments = ['managedDatabaseId']
@@ -5596,7 +5718,7 @@ class DbManagementClient(object):
5596
5718
  :rtype: :class:`~oci.response.Response`
5597
5719
 
5598
5720
  :example:
5599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
5721
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/discover_external_exadata_infrastructure.py.html>`__ to see an example of how to use discover_external_exadata_infrastructure API.
5600
5722
  """
5601
5723
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5602
5724
  required_arguments = []
@@ -5694,7 +5816,7 @@ class DbManagementClient(object):
5694
5816
  :rtype: :class:`~oci.response.Response`
5695
5817
 
5696
5818
  :example:
5697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
5819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/drop_sql_plan_baselines.py.html>`__ to see an example of how to use drop_sql_plan_baselines API.
5698
5820
  """
5699
5821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5700
5822
  required_arguments = ['managedDatabaseId']
@@ -5805,7 +5927,7 @@ class DbManagementClient(object):
5805
5927
  :rtype: :class:`~oci.response.Response`
5806
5928
 
5807
5929
  :example:
5808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
5930
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/drop_tablespace.py.html>`__ to see an example of how to use drop_tablespace API.
5809
5931
  """
5810
5932
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5811
5933
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -5919,7 +6041,7 @@ class DbManagementClient(object):
5919
6041
  :rtype: :class:`~oci.response.Response`
5920
6042
 
5921
6043
  :example:
5922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
6044
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_automatic_initial_plan_capture.py.html>`__ to see an example of how to use enable_automatic_initial_plan_capture API.
5923
6045
  """
5924
6046
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5925
6047
  required_arguments = ['managedDatabaseId']
@@ -6032,7 +6154,7 @@ class DbManagementClient(object):
6032
6154
  :rtype: :class:`~oci.response.Response`
6033
6155
 
6034
6156
  :example:
6035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_automatic_spm_evolve_advisor_task API.
6157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_automatic_spm_evolve_advisor_task API.
6036
6158
  """
6037
6159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6038
6160
  required_arguments = ['managedDatabaseId']
@@ -6101,6 +6223,128 @@ class DbManagementClient(object):
6101
6223
  api_reference_link=api_reference_link,
6102
6224
  required_arguments=required_arguments)
6103
6225
 
6226
+ def enable_autonomous_database_management_feature(self, autonomous_database_id, enable_autonomous_database_management_feature_details, **kwargs):
6227
+ """
6228
+ Enables a Database Management feature for the specified Autonomous Database.
6229
+
6230
+
6231
+ :param str autonomous_database_id: (required)
6232
+ The `OCID`__ of the Autonomous Database.
6233
+
6234
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
6235
+
6236
+ :param oci.database_management.models.EnableAutonomousDatabaseManagementFeatureDetails enable_autonomous_database_management_feature_details: (required)
6237
+ The details required to enable a Database Management feature for an Autonomous Database.
6238
+
6239
+ :param str opc_request_id: (optional)
6240
+ The client request ID for tracing.
6241
+
6242
+ :param str opc_retry_token: (optional)
6243
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
6244
+ server error without risk of executing that same action again. Retry tokens expire after 24
6245
+ hours, but can be invalidated before then due to conflicting operations. For example, if a resource
6246
+ has been deleted and purged from the system, then a retry of the original creation request
6247
+ might be rejected.
6248
+
6249
+ :param str if_match: (optional)
6250
+ For optimistic concurrency control. In the PUT or DELETE call
6251
+ for a resource, set the `if-match` parameter to the value of the
6252
+ etag from a previous GET or POST response for that resource.
6253
+ The resource will be updated or deleted only if the etag you
6254
+ provide matches the resource's current etag value.
6255
+
6256
+ :param obj retry_strategy: (optional)
6257
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
6258
+
6259
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
6260
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
6261
+
6262
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
6263
+
6264
+ :param bool allow_control_chars: (optional)
6265
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
6266
+ By default, the response will not allow control characters in strings
6267
+
6268
+ :return: A :class:`~oci.response.Response` object with data of type None
6269
+ :rtype: :class:`~oci.response.Response`
6270
+
6271
+ :example:
6272
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_autonomous_database_management_feature.py.html>`__ to see an example of how to use enable_autonomous_database_management_feature API.
6273
+ """
6274
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6275
+ required_arguments = ['autonomousDatabaseId']
6276
+ resource_path = "/autonomousDatabases/{autonomousDatabaseId}/actions/enableDatabaseManagement"
6277
+ method = "POST"
6278
+ operation_name = "enable_autonomous_database_management_feature"
6279
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database-management/20201101/ManagedDatabase/EnableAutonomousDatabaseManagementFeature"
6280
+
6281
+ # Don't accept unknown kwargs
6282
+ expected_kwargs = [
6283
+ "allow_control_chars",
6284
+ "retry_strategy",
6285
+ "opc_request_id",
6286
+ "opc_retry_token",
6287
+ "if_match"
6288
+ ]
6289
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
6290
+ if extra_kwargs:
6291
+ raise ValueError(
6292
+ f"enable_autonomous_database_management_feature got unknown kwargs: {extra_kwargs!r}")
6293
+
6294
+ path_params = {
6295
+ "autonomousDatabaseId": autonomous_database_id
6296
+ }
6297
+
6298
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
6299
+
6300
+ for (k, v) in six.iteritems(path_params):
6301
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
6302
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
6303
+
6304
+ header_params = {
6305
+ "accept": "application/json",
6306
+ "content-type": "application/json",
6307
+ "opc-request-id": kwargs.get("opc_request_id", missing),
6308
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
6309
+ "if-match": kwargs.get("if_match", missing)
6310
+ }
6311
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
6312
+
6313
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
6314
+ operation_retry_strategy=kwargs.get('retry_strategy'),
6315
+ client_retry_strategy=self.retry_strategy
6316
+ )
6317
+ if retry_strategy is None:
6318
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
6319
+
6320
+ if retry_strategy:
6321
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
6322
+ self.base_client.add_opc_retry_token_if_needed(header_params)
6323
+ self.base_client.add_opc_client_retries_header(header_params)
6324
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
6325
+ return retry_strategy.make_retrying_call(
6326
+ self.base_client.call_api,
6327
+ resource_path=resource_path,
6328
+ method=method,
6329
+ path_params=path_params,
6330
+ header_params=header_params,
6331
+ body=enable_autonomous_database_management_feature_details,
6332
+ allow_control_chars=kwargs.get('allow_control_chars'),
6333
+ operation_name=operation_name,
6334
+ api_reference_link=api_reference_link,
6335
+ required_arguments=required_arguments)
6336
+ else:
6337
+ return self.base_client.call_api(
6338
+ resource_path=resource_path,
6339
+ method=method,
6340
+ path_params=path_params,
6341
+ header_params=header_params,
6342
+ body=enable_autonomous_database_management_feature_details,
6343
+ allow_control_chars=kwargs.get('allow_control_chars'),
6344
+ operation_name=operation_name,
6345
+ api_reference_link=api_reference_link,
6346
+ required_arguments=required_arguments)
6347
+
6104
6348
  def enable_database_management_feature(self, database_id, enable_database_management_feature_details, **kwargs):
6105
6349
  """
6106
6350
  Enables a Database Management feature for the specified cloud database.
@@ -6147,7 +6391,7 @@ class DbManagementClient(object):
6147
6391
  :rtype: :class:`~oci.response.Response`
6148
6392
 
6149
6393
  :example:
6150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_database_management_feature.py.html>`__ to see an example of how to use enable_database_management_feature API.
6394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_database_management_feature.py.html>`__ to see an example of how to use enable_database_management_feature API.
6151
6395
  """
6152
6396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6153
6397
  required_arguments = ['databaseId']
@@ -6269,7 +6513,7 @@ class DbManagementClient(object):
6269
6513
  :rtype: :class:`~oci.response.Response`
6270
6514
 
6271
6515
  :example:
6272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_container_database_management_feature API.
6516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_external_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_container_database_management_feature API.
6273
6517
  """
6274
6518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6275
6519
  required_arguments = ['externalContainerDatabaseId']
@@ -6392,7 +6636,7 @@ class DbManagementClient(object):
6392
6636
  :rtype: :class:`~oci.response.Response`
6393
6637
 
6394
6638
  :example:
6395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_db_system_database_management.py.html>`__ to see an example of how to use enable_external_db_system_database_management API.
6639
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_external_db_system_database_management.py.html>`__ to see an example of how to use enable_external_db_system_database_management API.
6396
6640
  """
6397
6641
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6398
6642
  required_arguments = ['externalDbSystemId']
@@ -6515,7 +6759,7 @@ class DbManagementClient(object):
6515
6759
  :rtype: :class:`~oci.response.Response`
6516
6760
 
6517
6761
  :example:
6518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use enable_external_db_system_stack_monitoring API.
6762
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_external_db_system_stack_monitoring.py.html>`__ to see an example of how to use enable_external_db_system_stack_monitoring API.
6519
6763
  """
6520
6764
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6521
6765
  required_arguments = ['externalDbSystemId']
@@ -6642,7 +6886,7 @@ class DbManagementClient(object):
6642
6886
  :rtype: :class:`~oci.response.Response`
6643
6887
 
6644
6888
  :example:
6645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
6889
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_external_exadata_infrastructure_management.py.html>`__ to see an example of how to use enable_external_exadata_infrastructure_management API.
6646
6890
  """
6647
6891
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6648
6892
  required_arguments = ['externalExadataInfrastructureId']
@@ -6764,7 +7008,7 @@ class DbManagementClient(object):
6764
7008
  :rtype: :class:`~oci.response.Response`
6765
7009
 
6766
7010
  :example:
6767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_non_container_database_management_feature API.
7011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_external_non_container_database_management_feature.py.html>`__ to see an example of how to use enable_external_non_container_database_management_feature API.
6768
7012
  """
6769
7013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6770
7014
  required_arguments = ['externalNonContainerDatabaseId']
@@ -6886,7 +7130,7 @@ class DbManagementClient(object):
6886
7130
  :rtype: :class:`~oci.response.Response`
6887
7131
 
6888
7132
  :example:
6889
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_external_pluggable_database_management_feature API.
7133
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_external_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_external_pluggable_database_management_feature API.
6890
7134
  """
6891
7135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6892
7136
  required_arguments = ['externalPluggableDatabaseId']
@@ -7002,7 +7246,7 @@ class DbManagementClient(object):
7002
7246
  :rtype: :class:`~oci.response.Response`
7003
7247
 
7004
7248
  :example:
7005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_high_frequency_automatic_spm_evolve_advisor_task API.
7249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_high_frequency_automatic_spm_evolve_advisor_task.py.html>`__ to see an example of how to use enable_high_frequency_automatic_spm_evolve_advisor_task API.
7006
7250
  """
7007
7251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7008
7252
  required_arguments = ['managedDatabaseId']
@@ -7117,7 +7361,7 @@ class DbManagementClient(object):
7117
7361
  :rtype: :class:`~oci.response.Response`
7118
7362
 
7119
7363
  :example:
7120
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_pluggable_database_management_feature API.
7364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_pluggable_database_management_feature.py.html>`__ to see an example of how to use enable_pluggable_database_management_feature API.
7121
7365
  """
7122
7366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7123
7367
  required_arguments = ['pluggableDatabaseId']
@@ -7228,7 +7472,7 @@ class DbManagementClient(object):
7228
7472
  :rtype: :class:`~oci.response.Response`
7229
7473
 
7230
7474
  :example:
7231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
7475
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/enable_sql_plan_baselines_usage.py.html>`__ to see an example of how to use enable_sql_plan_baselines_usage API.
7232
7476
  """
7233
7477
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7234
7478
  required_arguments = ['managedDatabaseId']
@@ -7336,7 +7580,7 @@ class DbManagementClient(object):
7336
7580
  :rtype: :class:`~oci.response.Response`
7337
7581
 
7338
7582
  :example:
7339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
7583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/generate_awr_snapshot.py.html>`__ to see an example of how to use generate_awr_snapshot API.
7340
7584
  """
7341
7585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7342
7586
  required_arguments = ['managedDatabaseId']
@@ -7484,7 +7728,7 @@ class DbManagementClient(object):
7484
7728
  :rtype: :class:`~oci.response.Response`
7485
7729
 
7486
7730
  :example:
7487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
7731
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_awr_db_report.py.html>`__ to see an example of how to use get_awr_db_report API.
7488
7732
  """
7489
7733
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7490
7734
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -7667,7 +7911,7 @@ class DbManagementClient(object):
7667
7911
  :rtype: :class:`~oci.response.Response`
7668
7912
 
7669
7913
  :example:
7670
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
7914
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_awr_db_sql_report.py.html>`__ to see an example of how to use get_awr_db_sql_report API.
7671
7915
  """
7672
7916
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7673
7917
  required_arguments = ['managedDatabaseId', 'awrDbId', 'sqlId']
@@ -7809,7 +8053,7 @@ class DbManagementClient(object):
7809
8053
  :rtype: :class:`~oci.response.Response`
7810
8054
 
7811
8055
  :example:
7812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
8056
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_cluster_cache_metric.py.html>`__ to see an example of how to use get_cluster_cache_metric API.
7813
8057
  """
7814
8058
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7815
8059
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -7991,7 +8235,7 @@ class DbManagementClient(object):
7991
8235
  :rtype: :class:`~oci.response.Response`
7992
8236
 
7993
8237
  :example:
7994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
8238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_database_fleet_health_metrics.py.html>`__ to see an example of how to use get_database_fleet_health_metrics API.
7995
8239
  """
7996
8240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7997
8241
  required_arguments = ['compareBaselineTime', 'compareTargetTime']
@@ -8146,7 +8390,7 @@ class DbManagementClient(object):
8146
8390
  :rtype: :class:`~oci.response.Response`
8147
8391
 
8148
8392
  :example:
8149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
8393
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_database_home_metrics.py.html>`__ to see an example of how to use get_database_home_metrics API.
8150
8394
  """
8151
8395
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8152
8396
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -8260,7 +8504,7 @@ class DbManagementClient(object):
8260
8504
  :rtype: :class:`~oci.response.Response`
8261
8505
 
8262
8506
  :example:
8263
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_dataguard_performance_metrics.py.html>`__ to see an example of how to use get_dataguard_performance_metrics API.
8507
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_dataguard_performance_metrics.py.html>`__ to see an example of how to use get_dataguard_performance_metrics API.
8264
8508
  """
8265
8509
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8266
8510
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -8370,7 +8614,7 @@ class DbManagementClient(object):
8370
8614
  :rtype: :class:`~oci.response.Response`
8371
8615
 
8372
8616
  :example:
8373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
8617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_db_management_private_endpoint.py.html>`__ to see an example of how to use get_db_management_private_endpoint API.
8374
8618
  """
8375
8619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8376
8620
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -8468,7 +8712,7 @@ class DbManagementClient(object):
8468
8712
  :rtype: :class:`~oci.response.Response`
8469
8713
 
8470
8714
  :example:
8471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
8715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_asm.py.html>`__ to see an example of how to use get_external_asm API.
8472
8716
  """
8473
8717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8474
8718
  required_arguments = ['externalAsmId']
@@ -8571,7 +8815,7 @@ class DbManagementClient(object):
8571
8815
  :rtype: :class:`~oci.response.Response`
8572
8816
 
8573
8817
  :example:
8574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
8818
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_asm_configuration.py.html>`__ to see an example of how to use get_external_asm_configuration API.
8575
8819
  """
8576
8820
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8577
8821
  required_arguments = ['externalAsmId']
@@ -8673,7 +8917,7 @@ class DbManagementClient(object):
8673
8917
  :rtype: :class:`~oci.response.Response`
8674
8918
 
8675
8919
  :example:
8676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
8920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_asm_instance.py.html>`__ to see an example of how to use get_external_asm_instance API.
8677
8921
  """
8678
8922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8679
8923
  required_arguments = ['externalAsmInstanceId']
@@ -8773,7 +9017,7 @@ class DbManagementClient(object):
8773
9017
  :rtype: :class:`~oci.response.Response`
8774
9018
 
8775
9019
  :example:
8776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
9020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_cluster.py.html>`__ to see an example of how to use get_external_cluster API.
8777
9021
  """
8778
9022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8779
9023
  required_arguments = ['externalClusterId']
@@ -8873,7 +9117,7 @@ class DbManagementClient(object):
8873
9117
  :rtype: :class:`~oci.response.Response`
8874
9118
 
8875
9119
  :example:
8876
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
9120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_cluster_instance.py.html>`__ to see an example of how to use get_external_cluster_instance API.
8877
9121
  """
8878
9122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8879
9123
  required_arguments = ['externalClusterInstanceId']
@@ -8973,7 +9217,7 @@ class DbManagementClient(object):
8973
9217
  :rtype: :class:`~oci.response.Response`
8974
9218
 
8975
9219
  :example:
8976
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
9220
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_db_home.py.html>`__ to see an example of how to use get_external_db_home API.
8977
9221
  """
8978
9222
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8979
9223
  required_arguments = ['externalDbHomeId']
@@ -9073,7 +9317,7 @@ class DbManagementClient(object):
9073
9317
  :rtype: :class:`~oci.response.Response`
9074
9318
 
9075
9319
  :example:
9076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
9320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_db_node.py.html>`__ to see an example of how to use get_external_db_node API.
9077
9321
  """
9078
9322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9079
9323
  required_arguments = ['externalDbNodeId']
@@ -9173,7 +9417,7 @@ class DbManagementClient(object):
9173
9417
  :rtype: :class:`~oci.response.Response`
9174
9418
 
9175
9419
  :example:
9176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
9420
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_db_system.py.html>`__ to see an example of how to use get_external_db_system API.
9177
9421
  """
9178
9422
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9179
9423
  required_arguments = ['externalDbSystemId']
@@ -9273,7 +9517,7 @@ class DbManagementClient(object):
9273
9517
  :rtype: :class:`~oci.response.Response`
9274
9518
 
9275
9519
  :example:
9276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
9520
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_db_system_connector.py.html>`__ to see an example of how to use get_external_db_system_connector API.
9277
9521
  """
9278
9522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9279
9523
  required_arguments = ['externalDbSystemConnectorId']
@@ -9373,7 +9617,7 @@ class DbManagementClient(object):
9373
9617
  :rtype: :class:`~oci.response.Response`
9374
9618
 
9375
9619
  :example:
9376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
9620
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_db_system_discovery.py.html>`__ to see an example of how to use get_external_db_system_discovery API.
9377
9621
  """
9378
9622
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9379
9623
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -9474,7 +9718,7 @@ class DbManagementClient(object):
9474
9718
  :rtype: :class:`~oci.response.Response`
9475
9719
 
9476
9720
  :example:
9477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
9721
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_exadata_infrastructure.py.html>`__ to see an example of how to use get_external_exadata_infrastructure API.
9478
9722
  """
9479
9723
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9480
9724
  required_arguments = ['externalExadataInfrastructureId']
@@ -9574,7 +9818,7 @@ class DbManagementClient(object):
9574
9818
  :rtype: :class:`~oci.response.Response`
9575
9819
 
9576
9820
  :example:
9577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
9821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_exadata_storage_connector.py.html>`__ to see an example of how to use get_external_exadata_storage_connector API.
9578
9822
  """
9579
9823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9580
9824
  required_arguments = ['externalExadataStorageConnectorId']
@@ -9674,7 +9918,7 @@ class DbManagementClient(object):
9674
9918
  :rtype: :class:`~oci.response.Response`
9675
9919
 
9676
9920
  :example:
9677
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
9921
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_exadata_storage_grid.py.html>`__ to see an example of how to use get_external_exadata_storage_grid API.
9678
9922
  """
9679
9923
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9680
9924
  required_arguments = ['externalExadataStorageGridId']
@@ -9774,7 +10018,7 @@ class DbManagementClient(object):
9774
10018
  :rtype: :class:`~oci.response.Response`
9775
10019
 
9776
10020
  :example:
9777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
10021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_exadata_storage_server.py.html>`__ to see an example of how to use get_external_exadata_storage_server API.
9778
10022
  """
9779
10023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9780
10024
  required_arguments = ['externalExadataStorageServerId']
@@ -9874,7 +10118,7 @@ class DbManagementClient(object):
9874
10118
  :rtype: :class:`~oci.response.Response`
9875
10119
 
9876
10120
  :example:
9877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
10121
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_external_listener.py.html>`__ to see an example of how to use get_external_listener API.
9878
10122
  """
9879
10123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9880
10124
  required_arguments = ['externalListenerId']
@@ -9974,7 +10218,7 @@ class DbManagementClient(object):
9974
10218
  :rtype: :class:`~oci.response.Response`
9975
10219
 
9976
10220
  :example:
9977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
10221
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_iorm_plan.py.html>`__ to see an example of how to use get_iorm_plan API.
9978
10222
  """
9979
10223
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9980
10224
  required_arguments = ['externalExadataStorageServerId']
@@ -10072,7 +10316,7 @@ class DbManagementClient(object):
10072
10316
  :rtype: :class:`~oci.response.Response`
10073
10317
 
10074
10318
  :example:
10075
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
10319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_job.py.html>`__ to see an example of how to use get_job API.
10076
10320
  """
10077
10321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10078
10322
  required_arguments = ['jobId']
@@ -10168,7 +10412,7 @@ class DbManagementClient(object):
10168
10412
  :rtype: :class:`~oci.response.Response`
10169
10413
 
10170
10414
  :example:
10171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
10415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
10172
10416
  """
10173
10417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10174
10418
  required_arguments = ['jobExecutionId']
@@ -10264,7 +10508,7 @@ class DbManagementClient(object):
10264
10508
  :rtype: :class:`~oci.response.Response`
10265
10509
 
10266
10510
  :example:
10267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
10511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_job_run.py.html>`__ to see an example of how to use get_job_run API.
10268
10512
  """
10269
10513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10270
10514
  required_arguments = ['jobRunId']
@@ -10362,7 +10606,7 @@ class DbManagementClient(object):
10362
10606
  :rtype: :class:`~oci.response.Response`
10363
10607
 
10364
10608
  :example:
10365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
10609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_managed_database.py.html>`__ to see an example of how to use get_managed_database API.
10366
10610
  """
10367
10611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10368
10612
  required_arguments = ['managedDatabaseId']
@@ -10460,7 +10704,7 @@ class DbManagementClient(object):
10460
10704
  :rtype: :class:`~oci.response.Response`
10461
10705
 
10462
10706
  :example:
10463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
10707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_managed_database_group.py.html>`__ to see an example of how to use get_managed_database_group API.
10464
10708
  """
10465
10709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10466
10710
  required_arguments = ['managedDatabaseGroupId']
@@ -10558,7 +10802,7 @@ class DbManagementClient(object):
10558
10802
  :rtype: :class:`~oci.response.Response`
10559
10803
 
10560
10804
  :example:
10561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_named_credential.py.html>`__ to see an example of how to use get_named_credential API.
10805
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_named_credential.py.html>`__ to see an example of how to use get_named_credential API.
10562
10806
  """
10563
10807
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10564
10808
  required_arguments = ['namedCredentialId']
@@ -10656,7 +10900,7 @@ class DbManagementClient(object):
10656
10900
  :rtype: :class:`~oci.response.Response`
10657
10901
 
10658
10902
  :example:
10659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
10903
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_open_alert_history.py.html>`__ to see an example of how to use get_open_alert_history API.
10660
10904
  """
10661
10905
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10662
10906
  required_arguments = ['externalExadataStorageServerId']
@@ -10766,7 +11010,7 @@ class DbManagementClient(object):
10766
11010
  :rtype: :class:`~oci.response.Response`
10767
11011
 
10768
11012
  :example:
10769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
11013
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_optimizer_statistics_advisor_execution.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution API.
10770
11014
  """
10771
11015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10772
11016
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -10883,7 +11127,7 @@ class DbManagementClient(object):
10883
11127
  :rtype: :class:`~oci.response.Response`
10884
11128
 
10885
11129
  :example:
10886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_optimizer_statistics_advisor_execution_script.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution_script API.
11130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_optimizer_statistics_advisor_execution_script.py.html>`__ to see an example of how to use get_optimizer_statistics_advisor_execution_script API.
10887
11131
  """
10888
11132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10889
11133
  required_arguments = ['managedDatabaseId', 'executionName', 'taskName']
@@ -10997,7 +11241,7 @@ class DbManagementClient(object):
10997
11241
  :rtype: :class:`~oci.response.Response`
10998
11242
 
10999
11243
  :example:
11000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
11244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_optimizer_statistics_collection_operation.py.html>`__ to see an example of how to use get_optimizer_statistics_collection_operation API.
11001
11245
  """
11002
11246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11003
11247
  required_arguments = ['managedDatabaseId', 'optimizerStatisticsCollectionOperationId']
@@ -11122,7 +11366,7 @@ class DbManagementClient(object):
11122
11366
  :rtype: :class:`~oci.response.Response`
11123
11367
 
11124
11368
  :example:
11125
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
11369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_pdb_metrics.py.html>`__ to see an example of how to use get_pdb_metrics API.
11126
11370
  """
11127
11371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11128
11372
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -11265,7 +11509,7 @@ class DbManagementClient(object):
11265
11509
  :rtype: :class:`~oci.response.Response`
11266
11510
 
11267
11511
  :example:
11268
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_peer_database_metrics.py.html>`__ to see an example of how to use get_peer_database_metrics API.
11512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_peer_database_metrics.py.html>`__ to see an example of how to use get_peer_database_metrics API.
11269
11513
  """
11270
11514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11271
11515
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -11387,7 +11631,7 @@ class DbManagementClient(object):
11387
11631
  :rtype: :class:`~oci.response.Response`
11388
11632
 
11389
11633
  :example:
11390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
11634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_preferred_credential.py.html>`__ to see an example of how to use get_preferred_credential API.
11391
11635
  """
11392
11636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11393
11637
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -11492,7 +11736,7 @@ class DbManagementClient(object):
11492
11736
  :rtype: :class:`~oci.response.Response`
11493
11737
 
11494
11738
  :example:
11495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
11739
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_sql_plan_baseline.py.html>`__ to see an example of how to use get_sql_plan_baseline API.
11496
11740
  """
11497
11741
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11498
11742
  required_arguments = ['managedDatabaseId', 'planName']
@@ -11600,7 +11844,7 @@ class DbManagementClient(object):
11600
11844
  :rtype: :class:`~oci.response.Response`
11601
11845
 
11602
11846
  :example:
11603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
11847
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_sql_plan_baseline_configuration.py.html>`__ to see an example of how to use get_sql_plan_baseline_configuration API.
11604
11848
  """
11605
11849
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11606
11850
  required_arguments = ['managedDatabaseId']
@@ -11708,7 +11952,7 @@ class DbManagementClient(object):
11708
11952
  :rtype: :class:`~oci.response.Response`
11709
11953
 
11710
11954
  :example:
11711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
11955
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_tablespace.py.html>`__ to see an example of how to use get_tablespace API.
11712
11956
  """
11713
11957
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11714
11958
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -11809,7 +12053,7 @@ class DbManagementClient(object):
11809
12053
  :rtype: :class:`~oci.response.Response`
11810
12054
 
11811
12055
  :example:
11812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
12056
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_top_sql_cpu_activity.py.html>`__ to see an example of how to use get_top_sql_cpu_activity API.
11813
12057
  """
11814
12058
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11815
12059
  required_arguments = ['externalExadataStorageServerId']
@@ -11915,7 +12159,7 @@ class DbManagementClient(object):
11915
12159
  :rtype: :class:`~oci.response.Response`
11916
12160
 
11917
12161
  :example:
11918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
12162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_user.py.html>`__ to see an example of how to use get_user API.
11919
12163
  """
11920
12164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11921
12165
  required_arguments = ['managedDatabaseId', 'userName']
@@ -12016,7 +12260,7 @@ class DbManagementClient(object):
12016
12260
  :rtype: :class:`~oci.response.Response`
12017
12261
 
12018
12262
  :example:
12019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
12263
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
12020
12264
  """
12021
12265
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12022
12266
  required_arguments = ['workRequestId']
@@ -12120,7 +12364,7 @@ class DbManagementClient(object):
12120
12364
  :rtype: :class:`~oci.response.Response`
12121
12365
 
12122
12366
  :example:
12123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
12367
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/implement_optimizer_statistics_advisor_recommendations.py.html>`__ to see an example of how to use implement_optimizer_statistics_advisor_recommendations API.
12124
12368
  """
12125
12369
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12126
12370
  required_arguments = ['managedDatabaseId', 'executionName']
@@ -12243,7 +12487,7 @@ class DbManagementClient(object):
12243
12487
  :rtype: :class:`~oci.response.Response`
12244
12488
 
12245
12489
  :example:
12246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
12490
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_asm_properties.py.html>`__ to see an example of how to use list_asm_properties API.
12247
12491
  """
12248
12492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12249
12493
  required_arguments = ['managedDatabaseId']
@@ -12393,7 +12637,7 @@ class DbManagementClient(object):
12393
12637
  :rtype: :class:`~oci.response.Response`
12394
12638
 
12395
12639
  :example:
12396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
12640
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_associated_databases.py.html>`__ to see an example of how to use list_associated_databases API.
12397
12641
  """
12398
12642
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12399
12643
  required_arguments = ['dbManagementPrivateEndpointId', 'compartmentId']
@@ -12572,7 +12816,7 @@ class DbManagementClient(object):
12572
12816
  :rtype: :class:`~oci.response.Response`
12573
12817
 
12574
12818
  :example:
12575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
12819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_awr_db_snapshots.py.html>`__ to see an example of how to use list_awr_db_snapshots API.
12576
12820
  """
12577
12821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12578
12822
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -12752,7 +12996,7 @@ class DbManagementClient(object):
12752
12996
  :rtype: :class:`~oci.response.Response`
12753
12997
 
12754
12998
  :example:
12755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
12999
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_awr_dbs.py.html>`__ to see an example of how to use list_awr_dbs API.
12756
13000
  """
12757
13001
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12758
13002
  required_arguments = ['managedDatabaseId']
@@ -12916,7 +13160,7 @@ class DbManagementClient(object):
12916
13160
  :rtype: :class:`~oci.response.Response`
12917
13161
 
12918
13162
  :example:
12919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
13163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_consumer_group_privileges.py.html>`__ to see an example of how to use list_consumer_group_privileges API.
12920
13164
  """
12921
13165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12922
13166
  required_arguments = ['managedDatabaseId', 'userName']
@@ -13072,7 +13316,7 @@ class DbManagementClient(object):
13072
13316
  :rtype: :class:`~oci.response.Response`
13073
13317
 
13074
13318
  :example:
13075
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
13319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_cursor_cache_statements.py.html>`__ to see an example of how to use list_cursor_cache_statements API.
13076
13320
  """
13077
13321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13078
13322
  required_arguments = ['managedDatabaseId']
@@ -13231,7 +13475,7 @@ class DbManagementClient(object):
13231
13475
  :rtype: :class:`~oci.response.Response`
13232
13476
 
13233
13477
  :example:
13234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
13478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_data_access_containers.py.html>`__ to see an example of how to use list_data_access_containers API.
13235
13479
  """
13236
13480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13237
13481
  required_arguments = ['managedDatabaseId', 'userName']
@@ -13390,7 +13634,7 @@ class DbManagementClient(object):
13390
13634
  :rtype: :class:`~oci.response.Response`
13391
13635
 
13392
13636
  :example:
13393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
13637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_database_parameters.py.html>`__ to see an example of how to use list_database_parameters API.
13394
13638
  """
13395
13639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13396
13640
  required_arguments = ['managedDatabaseId']
@@ -13519,6 +13763,10 @@ class DbManagementClient(object):
13519
13763
  :param bool is_cluster: (optional)
13520
13764
  The option to filter Database Management private endpoints that can used for Oracle Databases in a cluster. This should be used along with the vcnId query parameter.
13521
13765
 
13766
+ :param bool is_dns_resolution_enabled: (optional)
13767
+ The option to filter Database Management private endpoints which are endbled with DNS proxy server. This should be used along with the vcnId query parameter.
13768
+ Only one of this parameter and IsClusterDbManagementPrivateEndpointQueryParam should be set to true at one time.
13769
+
13522
13770
  :param str lifecycle_state: (optional)
13523
13771
  The lifecycle state of a resource.
13524
13772
 
@@ -13562,7 +13810,7 @@ class DbManagementClient(object):
13562
13810
  :rtype: :class:`~oci.response.Response`
13563
13811
 
13564
13812
  :example:
13565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
13813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_db_management_private_endpoints.py.html>`__ to see an example of how to use list_db_management_private_endpoints API.
13566
13814
  """
13567
13815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13568
13816
  required_arguments = ['compartmentId']
@@ -13578,6 +13826,7 @@ class DbManagementClient(object):
13578
13826
  "name",
13579
13827
  "vcn_id",
13580
13828
  "is_cluster",
13829
+ "is_dns_resolution_enabled",
13581
13830
  "lifecycle_state",
13582
13831
  "limit",
13583
13832
  "page",
@@ -13616,6 +13865,7 @@ class DbManagementClient(object):
13616
13865
  "name": kwargs.get("name", missing),
13617
13866
  "vcnId": kwargs.get("vcn_id", missing),
13618
13867
  "isCluster": kwargs.get("is_cluster", missing),
13868
+ "isDnsResolutionEnabled": kwargs.get("is_dns_resolution_enabled", missing),
13619
13869
  "lifecycleState": kwargs.get("lifecycle_state", missing),
13620
13870
  "limit": kwargs.get("limit", missing),
13621
13871
  "page": kwargs.get("page", missing),
@@ -13713,7 +13963,7 @@ class DbManagementClient(object):
13713
13963
  :rtype: :class:`~oci.response.Response`
13714
13964
 
13715
13965
  :example:
13716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
13966
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_asm_disk_groups.py.html>`__ to see an example of how to use list_external_asm_disk_groups API.
13717
13967
  """
13718
13968
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13719
13969
  required_arguments = ['externalAsmId']
@@ -13870,7 +14120,7 @@ class DbManagementClient(object):
13870
14120
  :rtype: :class:`~oci.response.Response`
13871
14121
 
13872
14122
  :example:
13873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
14123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_asm_instances.py.html>`__ to see an example of how to use list_external_asm_instances API.
13874
14124
  """
13875
14125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13876
14126
  required_arguments = []
@@ -14013,7 +14263,7 @@ class DbManagementClient(object):
14013
14263
  :rtype: :class:`~oci.response.Response`
14014
14264
 
14015
14265
  :example:
14016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
14266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_asm_users.py.html>`__ to see an example of how to use list_external_asm_users API.
14017
14267
  """
14018
14268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14019
14269
  required_arguments = ['externalAsmId']
@@ -14170,7 +14420,7 @@ class DbManagementClient(object):
14170
14420
  :rtype: :class:`~oci.response.Response`
14171
14421
 
14172
14422
  :example:
14173
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
14423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_asms.py.html>`__ to see an example of how to use list_external_asms API.
14174
14424
  """
14175
14425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14176
14426
  required_arguments = []
@@ -14319,7 +14569,7 @@ class DbManagementClient(object):
14319
14569
  :rtype: :class:`~oci.response.Response`
14320
14570
 
14321
14571
  :example:
14322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
14572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_cluster_instances.py.html>`__ to see an example of how to use list_external_cluster_instances API.
14323
14573
  """
14324
14574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14325
14575
  required_arguments = []
@@ -14468,7 +14718,7 @@ class DbManagementClient(object):
14468
14718
  :rtype: :class:`~oci.response.Response`
14469
14719
 
14470
14720
  :example:
14471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
14721
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_clusters.py.html>`__ to see an example of how to use list_external_clusters API.
14472
14722
  """
14473
14723
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14474
14724
  required_arguments = []
@@ -14622,7 +14872,7 @@ class DbManagementClient(object):
14622
14872
  :rtype: :class:`~oci.response.Response`
14623
14873
 
14624
14874
  :example:
14625
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
14875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_databases.py.html>`__ to see an example of how to use list_external_databases API.
14626
14876
  """
14627
14877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14628
14878
  required_arguments = []
@@ -14773,7 +15023,7 @@ class DbManagementClient(object):
14773
15023
  :rtype: :class:`~oci.response.Response`
14774
15024
 
14775
15025
  :example:
14776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
15026
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_db_homes.py.html>`__ to see an example of how to use list_external_db_homes API.
14777
15027
  """
14778
15028
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14779
15029
  required_arguments = []
@@ -14922,7 +15172,7 @@ class DbManagementClient(object):
14922
15172
  :rtype: :class:`~oci.response.Response`
14923
15173
 
14924
15174
  :example:
14925
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
15175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_db_nodes.py.html>`__ to see an example of how to use list_external_db_nodes API.
14926
15176
  """
14927
15177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14928
15178
  required_arguments = []
@@ -15071,7 +15321,7 @@ class DbManagementClient(object):
15071
15321
  :rtype: :class:`~oci.response.Response`
15072
15322
 
15073
15323
  :example:
15074
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
15324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_db_system_connectors.py.html>`__ to see an example of how to use list_external_db_system_connectors API.
15075
15325
  """
15076
15326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15077
15327
  required_arguments = []
@@ -15215,7 +15465,7 @@ class DbManagementClient(object):
15215
15465
  :rtype: :class:`~oci.response.Response`
15216
15466
 
15217
15467
  :example:
15218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
15468
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_db_system_discoveries.py.html>`__ to see an example of how to use list_external_db_system_discoveries API.
15219
15469
  """
15220
15470
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15221
15471
  required_arguments = ['compartmentId']
@@ -15356,7 +15606,7 @@ class DbManagementClient(object):
15356
15606
  :rtype: :class:`~oci.response.Response`
15357
15607
 
15358
15608
  :example:
15359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
15609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_db_systems.py.html>`__ to see an example of how to use list_external_db_systems API.
15360
15610
  """
15361
15611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15362
15612
  required_arguments = ['compartmentId']
@@ -15497,7 +15747,7 @@ class DbManagementClient(object):
15497
15747
  :rtype: :class:`~oci.response.Response`
15498
15748
 
15499
15749
  :example:
15500
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
15750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_exadata_infrastructures.py.html>`__ to see an example of how to use list_external_exadata_infrastructures API.
15501
15751
  """
15502
15752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15503
15753
  required_arguments = ['compartmentId']
@@ -15643,7 +15893,7 @@ class DbManagementClient(object):
15643
15893
  :rtype: :class:`~oci.response.Response`
15644
15894
 
15645
15895
  :example:
15646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
15896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_exadata_storage_connectors.py.html>`__ to see an example of how to use list_external_exadata_storage_connectors API.
15647
15897
  """
15648
15898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15649
15899
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -15790,7 +16040,7 @@ class DbManagementClient(object):
15790
16040
  :rtype: :class:`~oci.response.Response`
15791
16041
 
15792
16042
  :example:
15793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
16043
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_exadata_storage_servers.py.html>`__ to see an example of how to use list_external_exadata_storage_servers API.
15794
16044
  """
15795
16045
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15796
16046
  required_arguments = ['compartmentId', 'externalExadataInfrastructureId']
@@ -15937,7 +16187,7 @@ class DbManagementClient(object):
15937
16187
  :rtype: :class:`~oci.response.Response`
15938
16188
 
15939
16189
  :example:
15940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
16190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_listener_services.py.html>`__ to see an example of how to use list_external_listener_services API.
15941
16191
  """
15942
16192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15943
16193
  required_arguments = ['externalListenerId', 'managedDatabaseId']
@@ -16095,7 +16345,7 @@ class DbManagementClient(object):
16095
16345
  :rtype: :class:`~oci.response.Response`
16096
16346
 
16097
16347
  :example:
16098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
16348
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_external_listeners.py.html>`__ to see an example of how to use list_external_listeners API.
16099
16349
  """
16100
16350
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16101
16351
  required_arguments = []
@@ -16264,7 +16514,7 @@ class DbManagementClient(object):
16264
16514
  :rtype: :class:`~oci.response.Response`
16265
16515
 
16266
16516
  :example:
16267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
16517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
16268
16518
  """
16269
16519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16270
16520
  required_arguments = ['compartmentId']
@@ -16437,7 +16687,7 @@ class DbManagementClient(object):
16437
16687
  :rtype: :class:`~oci.response.Response`
16438
16688
 
16439
16689
  :example:
16440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
16690
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_job_runs.py.html>`__ to see an example of how to use list_job_runs API.
16441
16691
  """
16442
16692
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16443
16693
  required_arguments = ['compartmentId']
@@ -16607,7 +16857,7 @@ class DbManagementClient(object):
16607
16857
  :rtype: :class:`~oci.response.Response`
16608
16858
 
16609
16859
  :example:
16610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
16860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
16611
16861
  """
16612
16862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16613
16863
  required_arguments = ['compartmentId']
@@ -16772,7 +17022,7 @@ class DbManagementClient(object):
16772
17022
  :rtype: :class:`~oci.response.Response`
16773
17023
 
16774
17024
  :example:
16775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
17025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_managed_database_groups.py.html>`__ to see an example of how to use list_managed_database_groups API.
16776
17026
  """
16777
17027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16778
17028
  required_arguments = ['compartmentId']
@@ -16945,7 +17195,7 @@ class DbManagementClient(object):
16945
17195
  :rtype: :class:`~oci.response.Response`
16946
17196
 
16947
17197
  :example:
16948
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
17198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_managed_databases.py.html>`__ to see an example of how to use list_managed_databases API.
16949
17199
  """
16950
17200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16951
17201
  required_arguments = ['compartmentId']
@@ -17119,7 +17369,7 @@ class DbManagementClient(object):
17119
17369
  :rtype: :class:`~oci.response.Response`
17120
17370
 
17121
17371
  :example:
17122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_named_credentials.py.html>`__ to see an example of how to use list_named_credentials API.
17372
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_named_credentials.py.html>`__ to see an example of how to use list_named_credentials API.
17123
17373
  """
17124
17374
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17125
17375
  required_arguments = ['compartmentId']
@@ -17283,7 +17533,7 @@ class DbManagementClient(object):
17283
17533
  :rtype: :class:`~oci.response.Response`
17284
17534
 
17285
17535
  :example:
17286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
17536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_object_privileges.py.html>`__ to see an example of how to use list_object_privileges API.
17287
17537
  """
17288
17538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17289
17539
  required_arguments = ['managedDatabaseId', 'userName']
@@ -17427,7 +17677,7 @@ class DbManagementClient(object):
17427
17677
  :rtype: :class:`~oci.response.Response`
17428
17678
 
17429
17679
  :example:
17430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
17680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_optimizer_statistics_advisor_executions.py.html>`__ to see an example of how to use list_optimizer_statistics_advisor_executions API.
17431
17681
  """
17432
17682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17433
17683
  required_arguments = ['managedDatabaseId']
@@ -17570,7 +17820,7 @@ class DbManagementClient(object):
17570
17820
  :rtype: :class:`~oci.response.Response`
17571
17821
 
17572
17822
  :example:
17573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
17823
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_optimizer_statistics_collection_aggregations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_aggregations API.
17574
17824
  """
17575
17825
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17576
17826
  required_arguments = ['managedDatabaseId', 'groupType']
@@ -17745,7 +17995,7 @@ class DbManagementClient(object):
17745
17995
  :rtype: :class:`~oci.response.Response`
17746
17996
 
17747
17997
  :example:
17748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
17998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_optimizer_statistics_collection_operations.py.html>`__ to see an example of how to use list_optimizer_statistics_collection_operations API.
17749
17999
  """
17750
18000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17751
18001
  required_arguments = ['managedDatabaseId']
@@ -17888,7 +18138,7 @@ class DbManagementClient(object):
17888
18138
  :rtype: :class:`~oci.response.Response`
17889
18139
 
17890
18140
  :example:
17891
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
18141
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_preferred_credentials.py.html>`__ to see an example of how to use list_preferred_credentials API.
17892
18142
  """
17893
18143
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17894
18144
  required_arguments = ['managedDatabaseId']
@@ -18013,7 +18263,7 @@ class DbManagementClient(object):
18013
18263
  :rtype: :class:`~oci.response.Response`
18014
18264
 
18015
18265
  :example:
18016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
18266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_proxied_for_users.py.html>`__ to see an example of how to use list_proxied_for_users API.
18017
18267
  """
18018
18268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18019
18269
  required_arguments = ['managedDatabaseId', 'userName']
@@ -18171,7 +18421,7 @@ class DbManagementClient(object):
18171
18421
  :rtype: :class:`~oci.response.Response`
18172
18422
 
18173
18423
  :example:
18174
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
18424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_proxy_users.py.html>`__ to see an example of how to use list_proxy_users API.
18175
18425
  """
18176
18426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18177
18427
  required_arguments = ['managedDatabaseId', 'userName']
@@ -18329,7 +18579,7 @@ class DbManagementClient(object):
18329
18579
  :rtype: :class:`~oci.response.Response`
18330
18580
 
18331
18581
  :example:
18332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
18582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_roles.py.html>`__ to see an example of how to use list_roles API.
18333
18583
  """
18334
18584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18335
18585
  required_arguments = ['managedDatabaseId', 'userName']
@@ -18485,7 +18735,7 @@ class DbManagementClient(object):
18485
18735
  :rtype: :class:`~oci.response.Response`
18486
18736
 
18487
18737
  :example:
18488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
18738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_sql_plan_baseline_jobs.py.html>`__ to see an example of how to use list_sql_plan_baseline_jobs API.
18489
18739
  """
18490
18740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18491
18741
  required_arguments = ['managedDatabaseId']
@@ -18689,7 +18939,7 @@ class DbManagementClient(object):
18689
18939
  :rtype: :class:`~oci.response.Response`
18690
18940
 
18691
18941
  :example:
18692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
18942
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_sql_plan_baselines.py.html>`__ to see an example of how to use list_sql_plan_baselines API.
18693
18943
  """
18694
18944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18695
18945
  required_arguments = ['managedDatabaseId']
@@ -18879,7 +19129,7 @@ class DbManagementClient(object):
18879
19129
  :rtype: :class:`~oci.response.Response`
18880
19130
 
18881
19131
  :example:
18882
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
19132
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_system_privileges.py.html>`__ to see an example of how to use list_system_privileges API.
18883
19133
  """
18884
19134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18885
19135
  required_arguments = ['managedDatabaseId', 'userName']
@@ -19014,7 +19264,7 @@ class DbManagementClient(object):
19014
19264
  :rtype: :class:`~oci.response.Response`
19015
19265
 
19016
19266
  :example:
19017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
19267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_table_statistics.py.html>`__ to see an example of how to use list_table_statistics API.
19018
19268
  """
19019
19269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19020
19270
  required_arguments = ['managedDatabaseId']
@@ -19139,7 +19389,7 @@ class DbManagementClient(object):
19139
19389
  :rtype: :class:`~oci.response.Response`
19140
19390
 
19141
19391
  :example:
19142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
19392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_tablespaces.py.html>`__ to see an example of how to use list_tablespaces API.
19143
19393
  """
19144
19394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19145
19395
  required_arguments = ['managedDatabaseId']
@@ -19294,7 +19544,7 @@ class DbManagementClient(object):
19294
19544
  :rtype: :class:`~oci.response.Response`
19295
19545
 
19296
19546
  :example:
19297
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
19547
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_users.py.html>`__ to see an example of how to use list_users API.
19298
19548
  """
19299
19549
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19300
19550
  required_arguments = ['managedDatabaseId']
@@ -19441,7 +19691,7 @@ class DbManagementClient(object):
19441
19691
  :rtype: :class:`~oci.response.Response`
19442
19692
 
19443
19693
  :example:
19444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
19694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
19445
19695
  """
19446
19696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19447
19697
  required_arguments = ['workRequestId']
@@ -19584,7 +19834,7 @@ class DbManagementClient(object):
19584
19834
  :rtype: :class:`~oci.response.Response`
19585
19835
 
19586
19836
  :example:
19587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
19837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
19588
19838
  """
19589
19839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19590
19840
  required_arguments = ['workRequestId']
@@ -19742,7 +19992,7 @@ class DbManagementClient(object):
19742
19992
  :rtype: :class:`~oci.response.Response`
19743
19993
 
19744
19994
  :example:
19745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
19995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
19746
19996
  """
19747
19997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19748
19998
  required_arguments = ['compartmentId']
@@ -19877,7 +20127,7 @@ class DbManagementClient(object):
19877
20127
  :rtype: :class:`~oci.response.Response`
19878
20128
 
19879
20129
  :example:
19880
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/load_sql_plan_baselines_from_awr.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_awr API.
20130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/load_sql_plan_baselines_from_awr.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_awr API.
19881
20131
  """
19882
20132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19883
20133
  required_arguments = ['managedDatabaseId']
@@ -19982,7 +20232,7 @@ class DbManagementClient(object):
19982
20232
  :rtype: :class:`~oci.response.Response`
19983
20233
 
19984
20234
  :example:
19985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/load_sql_plan_baselines_from_cursor_cache.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_cursor_cache API.
20235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/load_sql_plan_baselines_from_cursor_cache.py.html>`__ to see an example of how to use load_sql_plan_baselines_from_cursor_cache API.
19986
20236
  """
19987
20237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19988
20238
  required_arguments = ['managedDatabaseId']
@@ -20053,6 +20303,128 @@ class DbManagementClient(object):
20053
20303
  api_reference_link=api_reference_link,
20054
20304
  required_arguments=required_arguments)
20055
20305
 
20306
+ def modify_autonomous_database_management_feature(self, autonomous_database_id, modify_autonomous_database_management_feature_details, **kwargs):
20307
+ """
20308
+ Modifies the Database Management feature for the specified Autonomous Database.
20309
+
20310
+
20311
+ :param str autonomous_database_id: (required)
20312
+ The `OCID`__ of the Autonomous Database.
20313
+
20314
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
20315
+
20316
+ :param oci.database_management.models.ModifyAutonomousDatabaseManagementFeatureDetails modify_autonomous_database_management_feature_details: (required)
20317
+ The details required to modify a Database Management feature for an Autonomous Database.
20318
+
20319
+ :param str opc_request_id: (optional)
20320
+ The client request ID for tracing.
20321
+
20322
+ :param str opc_retry_token: (optional)
20323
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
20324
+ server error without risk of executing that same action again. Retry tokens expire after 24
20325
+ hours, but can be invalidated before then due to conflicting operations. For example, if a resource
20326
+ has been deleted and purged from the system, then a retry of the original creation request
20327
+ might be rejected.
20328
+
20329
+ :param str if_match: (optional)
20330
+ For optimistic concurrency control. In the PUT or DELETE call
20331
+ for a resource, set the `if-match` parameter to the value of the
20332
+ etag from a previous GET or POST response for that resource.
20333
+ The resource will be updated or deleted only if the etag you
20334
+ provide matches the resource's current etag value.
20335
+
20336
+ :param obj retry_strategy: (optional)
20337
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
20338
+
20339
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
20340
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
20341
+
20342
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
20343
+
20344
+ :param bool allow_control_chars: (optional)
20345
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
20346
+ By default, the response will not allow control characters in strings
20347
+
20348
+ :return: A :class:`~oci.response.Response` object with data of type None
20349
+ :rtype: :class:`~oci.response.Response`
20350
+
20351
+ :example:
20352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/modify_autonomous_database_management_feature.py.html>`__ to see an example of how to use modify_autonomous_database_management_feature API.
20353
+ """
20354
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20355
+ required_arguments = ['autonomousDatabaseId']
20356
+ resource_path = "/autonomousDatabases/{autonomousDatabaseId}/actions/modifyDatabaseManagement"
20357
+ method = "POST"
20358
+ operation_name = "modify_autonomous_database_management_feature"
20359
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database-management/20201101/ManagedDatabase/ModifyAutonomousDatabaseManagementFeature"
20360
+
20361
+ # Don't accept unknown kwargs
20362
+ expected_kwargs = [
20363
+ "allow_control_chars",
20364
+ "retry_strategy",
20365
+ "opc_request_id",
20366
+ "opc_retry_token",
20367
+ "if_match"
20368
+ ]
20369
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
20370
+ if extra_kwargs:
20371
+ raise ValueError(
20372
+ f"modify_autonomous_database_management_feature got unknown kwargs: {extra_kwargs!r}")
20373
+
20374
+ path_params = {
20375
+ "autonomousDatabaseId": autonomous_database_id
20376
+ }
20377
+
20378
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
20379
+
20380
+ for (k, v) in six.iteritems(path_params):
20381
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
20382
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
20383
+
20384
+ header_params = {
20385
+ "accept": "application/json",
20386
+ "content-type": "application/json",
20387
+ "opc-request-id": kwargs.get("opc_request_id", missing),
20388
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
20389
+ "if-match": kwargs.get("if_match", missing)
20390
+ }
20391
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
20392
+
20393
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
20394
+ operation_retry_strategy=kwargs.get('retry_strategy'),
20395
+ client_retry_strategy=self.retry_strategy
20396
+ )
20397
+ if retry_strategy is None:
20398
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
20399
+
20400
+ if retry_strategy:
20401
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
20402
+ self.base_client.add_opc_retry_token_if_needed(header_params)
20403
+ self.base_client.add_opc_client_retries_header(header_params)
20404
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
20405
+ return retry_strategy.make_retrying_call(
20406
+ self.base_client.call_api,
20407
+ resource_path=resource_path,
20408
+ method=method,
20409
+ path_params=path_params,
20410
+ header_params=header_params,
20411
+ body=modify_autonomous_database_management_feature_details,
20412
+ allow_control_chars=kwargs.get('allow_control_chars'),
20413
+ operation_name=operation_name,
20414
+ api_reference_link=api_reference_link,
20415
+ required_arguments=required_arguments)
20416
+ else:
20417
+ return self.base_client.call_api(
20418
+ resource_path=resource_path,
20419
+ method=method,
20420
+ path_params=path_params,
20421
+ header_params=header_params,
20422
+ body=modify_autonomous_database_management_feature_details,
20423
+ allow_control_chars=kwargs.get('allow_control_chars'),
20424
+ operation_name=operation_name,
20425
+ api_reference_link=api_reference_link,
20426
+ required_arguments=required_arguments)
20427
+
20056
20428
  def modify_database_management_feature(self, database_id, modify_database_management_feature_details, **kwargs):
20057
20429
  """
20058
20430
  Modifies a Database Management feature for the specified Oracle cloud database.
@@ -20099,7 +20471,7 @@ class DbManagementClient(object):
20099
20471
  :rtype: :class:`~oci.response.Response`
20100
20472
 
20101
20473
  :example:
20102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/modify_database_management_feature.py.html>`__ to see an example of how to use modify_database_management_feature API.
20474
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/modify_database_management_feature.py.html>`__ to see an example of how to use modify_database_management_feature API.
20103
20475
  """
20104
20476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20105
20477
  required_arguments = ['databaseId']
@@ -20221,7 +20593,7 @@ class DbManagementClient(object):
20221
20593
  :rtype: :class:`~oci.response.Response`
20222
20594
 
20223
20595
  :example:
20224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/modify_pluggable_database_management_feature.py.html>`__ to see an example of how to use modify_pluggable_database_management_feature API.
20596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/modify_pluggable_database_management_feature.py.html>`__ to see an example of how to use modify_pluggable_database_management_feature API.
20225
20597
  """
20226
20598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20227
20599
  required_arguments = ['pluggableDatabaseId']
@@ -20336,7 +20708,7 @@ class DbManagementClient(object):
20336
20708
  :rtype: :class:`~oci.response.Response`
20337
20709
 
20338
20710
  :example:
20339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
20711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/patch_external_db_system_discovery.py.html>`__ to see an example of how to use patch_external_db_system_discovery API.
20340
20712
  """
20341
20713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20342
20714
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -20451,7 +20823,7 @@ class DbManagementClient(object):
20451
20823
  :rtype: :class:`~oci.response.Response`
20452
20824
 
20453
20825
  :example:
20454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
20826
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/remove_data_file.py.html>`__ to see an example of how to use remove_data_file API.
20455
20827
  """
20456
20828
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20457
20829
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -20568,7 +20940,7 @@ class DbManagementClient(object):
20568
20940
  :rtype: :class:`~oci.response.Response`
20569
20941
 
20570
20942
  :example:
20571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/remove_managed_database_from_managed_database_group.py.html>`__ to see an example of how to use remove_managed_database_from_managed_database_group API.
20943
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/remove_managed_database_from_managed_database_group.py.html>`__ to see an example of how to use remove_managed_database_from_managed_database_group API.
20572
20944
  """
20573
20945
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20574
20946
  required_arguments = ['managedDatabaseGroupId']
@@ -20679,7 +21051,7 @@ class DbManagementClient(object):
20679
21051
  :rtype: :class:`~oci.response.Response`
20680
21052
 
20681
21053
  :example:
20682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
21054
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/reset_database_parameters.py.html>`__ to see an example of how to use reset_database_parameters API.
20683
21055
  """
20684
21056
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20685
21057
  required_arguments = ['managedDatabaseId']
@@ -20795,7 +21167,7 @@ class DbManagementClient(object):
20795
21167
  :rtype: :class:`~oci.response.Response`
20796
21168
 
20797
21169
  :example:
20798
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
21170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/resize_data_file.py.html>`__ to see an example of how to use resize_data_file API.
20799
21171
  """
20800
21172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20801
21173
  required_arguments = ['managedDatabaseId', 'tablespaceName']
@@ -20913,7 +21285,7 @@ class DbManagementClient(object):
20913
21285
  :rtype: :class:`~oci.response.Response`
20914
21286
 
20915
21287
  :example:
20916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
21288
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/run_historic_addm.py.html>`__ to see an example of how to use run_historic_addm API.
20917
21289
  """
20918
21290
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20919
21291
  required_arguments = ['managedDatabaseId']
@@ -21075,7 +21447,7 @@ class DbManagementClient(object):
21075
21447
  :rtype: :class:`~oci.response.Response`
21076
21448
 
21077
21449
  :example:
21078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
21450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_awr_db_cpu_usages.py.html>`__ to see an example of how to use summarize_awr_db_cpu_usages API.
21079
21451
  """
21080
21452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21081
21453
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -21283,7 +21655,7 @@ class DbManagementClient(object):
21283
21655
  :rtype: :class:`~oci.response.Response`
21284
21656
 
21285
21657
  :example:
21286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
21658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_awr_db_metrics.py.html>`__ to see an example of how to use summarize_awr_db_metrics API.
21287
21659
  """
21288
21660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21289
21661
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -21487,7 +21859,7 @@ class DbManagementClient(object):
21487
21859
  :rtype: :class:`~oci.response.Response`
21488
21860
 
21489
21861
  :example:
21490
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
21862
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_awr_db_parameter_changes.py.html>`__ to see an example of how to use summarize_awr_db_parameter_changes API.
21491
21863
  """
21492
21864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21493
21865
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -21715,7 +22087,7 @@ class DbManagementClient(object):
21715
22087
  :rtype: :class:`~oci.response.Response`
21716
22088
 
21717
22089
  :example:
21718
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
22090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_awr_db_parameters.py.html>`__ to see an example of how to use summarize_awr_db_parameters API.
21719
22091
  """
21720
22092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21721
22093
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -21926,7 +22298,7 @@ class DbManagementClient(object):
21926
22298
  :rtype: :class:`~oci.response.Response`
21927
22299
 
21928
22300
  :example:
21929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
22301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_awr_db_snapshot_ranges.py.html>`__ to see an example of how to use summarize_awr_db_snapshot_ranges API.
21930
22302
  """
21931
22303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21932
22304
  required_arguments = ['managedDatabaseId']
@@ -22118,7 +22490,7 @@ class DbManagementClient(object):
22118
22490
  :rtype: :class:`~oci.response.Response`
22119
22491
 
22120
22492
  :example:
22121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
22493
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_awr_db_sysstats.py.html>`__ to see an example of how to use summarize_awr_db_sysstats API.
22122
22494
  """
22123
22495
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22124
22496
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -22316,7 +22688,7 @@ class DbManagementClient(object):
22316
22688
  :rtype: :class:`~oci.response.Response`
22317
22689
 
22318
22690
  :example:
22319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_top_wait_events API.
22691
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_awr_db_top_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_top_wait_events API.
22320
22692
  """
22321
22693
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22322
22694
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -22531,7 +22903,7 @@ class DbManagementClient(object):
22531
22903
  :rtype: :class:`~oci.response.Response`
22532
22904
 
22533
22905
  :example:
22534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_db_wait_event_buckets API.
22906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_awr_db_wait_event_buckets.py.html>`__ to see an example of how to use summarize_awr_db_wait_event_buckets API.
22535
22907
  """
22536
22908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22537
22909
  required_arguments = ['managedDatabaseId', 'awrDbId', 'name']
@@ -22742,7 +23114,7 @@ class DbManagementClient(object):
22742
23114
  :rtype: :class:`~oci.response.Response`
22743
23115
 
22744
23116
  :example:
22745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
23117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_awr_db_wait_events.py.html>`__ to see an example of how to use summarize_awr_db_wait_events API.
22746
23118
  """
22747
23119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22748
23120
  required_arguments = ['managedDatabaseId', 'awrDbId']
@@ -22915,7 +23287,7 @@ class DbManagementClient(object):
22915
23287
  :rtype: :class:`~oci.response.Response`
22916
23288
 
22917
23289
  :example:
22918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
23290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_external_asm_metrics.py.html>`__ to see an example of how to use summarize_external_asm_metrics API.
22919
23291
  """
22920
23292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22921
23293
  required_arguments = ['externalAsmId', 'startTime', 'endTime']
@@ -23047,7 +23419,7 @@ class DbManagementClient(object):
23047
23419
  :rtype: :class:`~oci.response.Response`
23048
23420
 
23049
23421
  :example:
23050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
23422
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_external_cluster_metrics.py.html>`__ to see an example of how to use summarize_external_cluster_metrics API.
23051
23423
  """
23052
23424
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23053
23425
  required_arguments = ['externalClusterId', 'startTime', 'endTime']
@@ -23179,7 +23551,7 @@ class DbManagementClient(object):
23179
23551
  :rtype: :class:`~oci.response.Response`
23180
23552
 
23181
23553
  :example:
23182
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
23554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_external_db_node_metrics.py.html>`__ to see an example of how to use summarize_external_db_node_metrics API.
23183
23555
  """
23184
23556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23185
23557
  required_arguments = ['externalDbNodeId', 'startTime', 'endTime']
@@ -23311,7 +23683,7 @@ class DbManagementClient(object):
23311
23683
  :rtype: :class:`~oci.response.Response`
23312
23684
 
23313
23685
  :example:
23314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_external_db_system_availability_metrics.py.html>`__ to see an example of how to use summarize_external_db_system_availability_metrics API.
23686
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_external_db_system_availability_metrics.py.html>`__ to see an example of how to use summarize_external_db_system_availability_metrics API.
23315
23687
  """
23316
23688
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23317
23689
  required_arguments = ['externalDbSystemId', 'startTime', 'endTime']
@@ -23443,7 +23815,7 @@ class DbManagementClient(object):
23443
23815
  :rtype: :class:`~oci.response.Response`
23444
23816
 
23445
23817
  :example:
23446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
23818
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_external_listener_metrics.py.html>`__ to see an example of how to use summarize_external_listener_metrics API.
23447
23819
  """
23448
23820
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23449
23821
  required_arguments = ['externalListenerId', 'startTime', 'endTime']
@@ -23593,7 +23965,7 @@ class DbManagementClient(object):
23593
23965
  :rtype: :class:`~oci.response.Response`
23594
23966
 
23595
23967
  :example:
23596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
23968
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_job_executions_statuses.py.html>`__ to see an example of how to use summarize_job_executions_statuses API.
23597
23969
  """
23598
23970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23599
23971
  required_arguments = ['compartmentId', 'startTime', 'endTime']
@@ -23730,7 +24102,7 @@ class DbManagementClient(object):
23730
24102
  :rtype: :class:`~oci.response.Response`
23731
24103
 
23732
24104
  :example:
23733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
24105
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_managed_database_availability_metrics.py.html>`__ to see an example of how to use summarize_managed_database_availability_metrics API.
23734
24106
  """
23735
24107
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23736
24108
  required_arguments = ['managedDatabaseId', 'startTime', 'endTime']
@@ -23849,7 +24221,7 @@ class DbManagementClient(object):
23849
24221
  :rtype: :class:`~oci.response.Response`
23850
24222
 
23851
24223
  :example:
23852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
24224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_sql_plan_baselines.py.html>`__ to see an example of how to use summarize_sql_plan_baselines API.
23853
24225
  """
23854
24226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23855
24227
  required_arguments = ['managedDatabaseId']
@@ -23966,7 +24338,7 @@ class DbManagementClient(object):
23966
24338
  :rtype: :class:`~oci.response.Response`
23967
24339
 
23968
24340
  :example:
23969
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/summarize_sql_plan_baselines_by_last_execution.py.html>`__ to see an example of how to use summarize_sql_plan_baselines_by_last_execution API.
24341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/summarize_sql_plan_baselines_by_last_execution.py.html>`__ to see an example of how to use summarize_sql_plan_baselines_by_last_execution API.
23970
24342
  """
23971
24343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23972
24344
  required_arguments = ['managedDatabaseId']
@@ -24081,7 +24453,7 @@ class DbManagementClient(object):
24081
24453
  :rtype: :class:`~oci.response.Response`
24082
24454
 
24083
24455
  :example:
24084
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/test_named_credential.py.html>`__ to see an example of how to use test_named_credential API.
24456
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/test_named_credential.py.html>`__ to see an example of how to use test_named_credential API.
24085
24457
  """
24086
24458
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24087
24459
  required_arguments = ['namedCredentialId']
@@ -24187,7 +24559,7 @@ class DbManagementClient(object):
24187
24559
  :rtype: :class:`~oci.response.Response`
24188
24560
 
24189
24561
  :example:
24190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
24562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/test_preferred_credential.py.html>`__ to see an example of how to use test_preferred_credential API.
24191
24563
  """
24192
24564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24193
24565
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -24299,7 +24671,7 @@ class DbManagementClient(object):
24299
24671
  :rtype: :class:`~oci.response.Response`
24300
24672
 
24301
24673
  :example:
24302
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
24674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_db_management_private_endpoint.py.html>`__ to see an example of how to use update_db_management_private_endpoint API.
24303
24675
  """
24304
24676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24305
24677
  required_arguments = ['dbManagementPrivateEndpointId']
@@ -24411,7 +24783,7 @@ class DbManagementClient(object):
24411
24783
  :rtype: :class:`~oci.response.Response`
24412
24784
 
24413
24785
  :example:
24414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
24786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_asm.py.html>`__ to see an example of how to use update_external_asm API.
24415
24787
  """
24416
24788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24417
24789
  required_arguments = ['externalAsmId']
@@ -24521,7 +24893,7 @@ class DbManagementClient(object):
24521
24893
  :rtype: :class:`~oci.response.Response`
24522
24894
 
24523
24895
  :example:
24524
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_asm_instance.py.html>`__ to see an example of how to use update_external_asm_instance API.
24896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_asm_instance.py.html>`__ to see an example of how to use update_external_asm_instance API.
24525
24897
  """
24526
24898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24527
24899
  required_arguments = ['externalAsmInstanceId']
@@ -24633,7 +25005,7 @@ class DbManagementClient(object):
24633
25005
  :rtype: :class:`~oci.response.Response`
24634
25006
 
24635
25007
  :example:
24636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
25008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_cluster.py.html>`__ to see an example of how to use update_external_cluster API.
24637
25009
  """
24638
25010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24639
25011
  required_arguments = ['externalClusterId']
@@ -24743,7 +25115,7 @@ class DbManagementClient(object):
24743
25115
  :rtype: :class:`~oci.response.Response`
24744
25116
 
24745
25117
  :example:
24746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
25118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_cluster_instance.py.html>`__ to see an example of how to use update_external_cluster_instance API.
24747
25119
  """
24748
25120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24749
25121
  required_arguments = ['externalClusterInstanceId']
@@ -24853,7 +25225,7 @@ class DbManagementClient(object):
24853
25225
  :rtype: :class:`~oci.response.Response`
24854
25226
 
24855
25227
  :example:
24856
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_db_home.py.html>`__ to see an example of how to use update_external_db_home API.
25228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_db_home.py.html>`__ to see an example of how to use update_external_db_home API.
24857
25229
  """
24858
25230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24859
25231
  required_arguments = ['externalDbHomeId']
@@ -24965,7 +25337,7 @@ class DbManagementClient(object):
24965
25337
  :rtype: :class:`~oci.response.Response`
24966
25338
 
24967
25339
  :example:
24968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
25340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_db_node.py.html>`__ to see an example of how to use update_external_db_node API.
24969
25341
  """
24970
25342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24971
25343
  required_arguments = ['externalDbNodeId']
@@ -25075,7 +25447,7 @@ class DbManagementClient(object):
25075
25447
  :rtype: :class:`~oci.response.Response`
25076
25448
 
25077
25449
  :example:
25078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
25450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_db_system.py.html>`__ to see an example of how to use update_external_db_system API.
25079
25451
  """
25080
25452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25081
25453
  required_arguments = ['externalDbSystemId']
@@ -25187,7 +25559,7 @@ class DbManagementClient(object):
25187
25559
  :rtype: :class:`~oci.response.Response`
25188
25560
 
25189
25561
  :example:
25190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
25562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_db_system_connector.py.html>`__ to see an example of how to use update_external_db_system_connector API.
25191
25563
  """
25192
25564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25193
25565
  required_arguments = ['externalDbSystemConnectorId']
@@ -25297,7 +25669,7 @@ class DbManagementClient(object):
25297
25669
  :rtype: :class:`~oci.response.Response`
25298
25670
 
25299
25671
  :example:
25300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
25672
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_db_system_discovery.py.html>`__ to see an example of how to use update_external_db_system_discovery API.
25301
25673
  """
25302
25674
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25303
25675
  required_arguments = ['externalDbSystemDiscoveryId']
@@ -25416,7 +25788,7 @@ class DbManagementClient(object):
25416
25788
  :rtype: :class:`~oci.response.Response`
25417
25789
 
25418
25790
  :example:
25419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
25791
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_exadata_infrastructure.py.html>`__ to see an example of how to use update_external_exadata_infrastructure API.
25420
25792
  """
25421
25793
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25422
25794
  required_arguments = ['externalExadataInfrastructureId']
@@ -25533,7 +25905,7 @@ class DbManagementClient(object):
25533
25905
  :rtype: :class:`~oci.response.Response`
25534
25906
 
25535
25907
  :example:
25536
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
25908
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_exadata_storage_connector.py.html>`__ to see an example of how to use update_external_exadata_storage_connector API.
25537
25909
  """
25538
25910
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25539
25911
  required_arguments = ['externalExadataStorageConnectorId']
@@ -25645,7 +26017,7 @@ class DbManagementClient(object):
25645
26017
  :rtype: :class:`~oci.response.Response`
25646
26018
 
25647
26019
  :example:
25648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_exadata_storage_grid.py.html>`__ to see an example of how to use update_external_exadata_storage_grid API.
26020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_exadata_storage_grid.py.html>`__ to see an example of how to use update_external_exadata_storage_grid API.
25649
26021
  """
25650
26022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25651
26023
  required_arguments = ['externalExadataStorageGridId']
@@ -25757,7 +26129,7 @@ class DbManagementClient(object):
25757
26129
  :rtype: :class:`~oci.response.Response`
25758
26130
 
25759
26131
  :example:
25760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_exadata_storage_server.py.html>`__ to see an example of how to use update_external_exadata_storage_server API.
26132
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_exadata_storage_server.py.html>`__ to see an example of how to use update_external_exadata_storage_server API.
25761
26133
  """
25762
26134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25763
26135
  required_arguments = ['externalExadataStorageServerId']
@@ -25869,7 +26241,7 @@ class DbManagementClient(object):
25869
26241
  :rtype: :class:`~oci.response.Response`
25870
26242
 
25871
26243
  :example:
25872
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
26244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_external_listener.py.html>`__ to see an example of how to use update_external_listener API.
25873
26245
  """
25874
26246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25875
26247
  required_arguments = ['externalListenerId']
@@ -25977,7 +26349,7 @@ class DbManagementClient(object):
25977
26349
  :rtype: :class:`~oci.response.Response`
25978
26350
 
25979
26351
  :example:
25980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
26352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_job.py.html>`__ to see an example of how to use update_job API.
25981
26353
  """
25982
26354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25983
26355
  required_arguments = ['jobId']
@@ -26089,7 +26461,7 @@ class DbManagementClient(object):
26089
26461
  :rtype: :class:`~oci.response.Response`
26090
26462
 
26091
26463
  :example:
26092
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_managed_database.py.html>`__ to see an example of how to use update_managed_database API.
26464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_managed_database.py.html>`__ to see an example of how to use update_managed_database API.
26093
26465
  """
26094
26466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26095
26467
  required_arguments = ['managedDatabaseId']
@@ -26201,7 +26573,7 @@ class DbManagementClient(object):
26201
26573
  :rtype: :class:`~oci.response.Response`
26202
26574
 
26203
26575
  :example:
26204
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
26576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_managed_database_group.py.html>`__ to see an example of how to use update_managed_database_group API.
26205
26577
  """
26206
26578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26207
26579
  required_arguments = ['managedDatabaseGroupId']
@@ -26313,7 +26685,7 @@ class DbManagementClient(object):
26313
26685
  :rtype: :class:`~oci.response.Response`
26314
26686
 
26315
26687
  :example:
26316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_named_credential.py.html>`__ to see an example of how to use update_named_credential API.
26688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_named_credential.py.html>`__ to see an example of how to use update_named_credential API.
26317
26689
  """
26318
26690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26319
26691
  required_arguments = ['namedCredentialId']
@@ -26428,7 +26800,7 @@ class DbManagementClient(object):
26428
26800
  :rtype: :class:`~oci.response.Response`
26429
26801
 
26430
26802
  :example:
26431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
26803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_preferred_credential.py.html>`__ to see an example of how to use update_preferred_credential API.
26432
26804
  """
26433
26805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26434
26806
  required_arguments = ['managedDatabaseId', 'credentialName']
@@ -26537,7 +26909,7 @@ class DbManagementClient(object):
26537
26909
  :rtype: :class:`~oci.response.Response`
26538
26910
 
26539
26911
  :example:
26540
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
26912
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/databasemanagement/update_tablespace.py.html>`__ to see an example of how to use update_tablespace API.
26541
26913
  """
26542
26914
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26543
26915
  required_arguments = ['managedDatabaseId', 'tablespaceName']