oci 2.145.0__py3-none-any.whl → 2.146.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 (475) 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 +26 -26
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +19 -19
  8. oci/ai_vision/ai_service_vision_client.py +28 -28
  9. oci/analytics/analytics_client.py +24 -24
  10. oci/announcements_service/announcement_client.py +5 -5
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/announcements_service/service_client.py +1 -1
  14. oci/apigateway/api_gateway_client.py +21 -21
  15. oci/apigateway/deployment_client.py +6 -6
  16. oci/apigateway/gateway_client.py +6 -6
  17. oci/apigateway/subscribers_client.py +6 -6
  18. oci/apigateway/usage_plans_client.py +6 -6
  19. oci/apigateway/work_requests_client.py +5 -5
  20. oci/apm_config/config_client.py +9 -9
  21. oci/apm_control_plane/apm_domain_client.py +14 -14
  22. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  23. oci/apm_traces/attributes_client.py +8 -8
  24. oci/apm_traces/query_client.py +2 -2
  25. oci/apm_traces/trace_client.py +4 -4
  26. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  27. oci/artifacts/artifacts_client.py +32 -32
  28. oci/audit/audit_client.py +3 -3
  29. oci/autoscaling/auto_scaling_client.py +11 -11
  30. oci/bastion/bastion_client.py +15 -15
  31. oci/bds/bds_client.py +84 -84
  32. oci/blockchain/blockchain_platform_client.py +27 -27
  33. oci/budget/budget_client.py +10 -10
  34. oci/capacity_management/capacity_management_client.py +32 -32
  35. oci/certificates/certificates_client.py +5 -5
  36. oci/certificates_management/certificates_management_client.py +32 -32
  37. oci/cims/incident_client.py +6 -6
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +15 -15
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +155 -155
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  45. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  46. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  47. oci/compute_instance_agent/plugin_client.py +2 -2
  48. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  49. oci/container_engine/container_engine_client.py +44 -44
  50. oci/container_engine/models/open_id_connect_token_authentication_config.py +37 -2
  51. oci/container_instances/container_instance_client.py +18 -18
  52. oci/container_instances/models/__init__.py +0 -4
  53. oci/container_instances/models/container_health_check.py +3 -11
  54. oci/container_instances/models/container_http_health_check.py +1 -1
  55. oci/container_instances/models/container_tcp_health_check.py +1 -1
  56. oci/container_instances/models/create_container_details.py +2 -2
  57. oci/container_instances/models/create_container_health_check_details.py +3 -11
  58. oci/container_instances/models/create_container_http_health_check_details.py +1 -1
  59. oci/container_instances/models/create_container_tcp_health_check_details.py +1 -1
  60. oci/core/blockstorage_client.py +60 -60
  61. oci/core/compute_client.py +102 -102
  62. oci/core/compute_management_client.py +32 -32
  63. oci/core/models/create_byoip_range_details.py +66 -0
  64. oci/core/models/create_ipv6_details.py +97 -3
  65. oci/core/models/create_private_ip_details.py +96 -2
  66. oci/core/models/create_vnic_details.py +18 -18
  67. oci/core/models/ipv6.py +107 -3
  68. oci/core/models/launch_attach_volume_details.py +2 -2
  69. oci/core/models/network_security_group.py +7 -7
  70. oci/core/models/private_ip.py +107 -3
  71. oci/core/models/update_byoip_range_details.py +68 -2
  72. oci/core/models/update_ipv6_details.py +61 -4
  73. oci/core/models/update_private_ip_details.py +59 -2
  74. oci/core/models/update_vnic_details.py +8 -4
  75. oci/core/models/vnic.py +6 -2
  76. oci/core/virtual_network_client.py +519 -257
  77. oci/core/virtual_network_client_composite_operations.py +44 -0
  78. oci/dashboard_service/dashboard_client.py +6 -6
  79. oci/dashboard_service/dashboard_group_client.py +6 -6
  80. oci/data_catalog/data_catalog_client.py +149 -149
  81. oci/data_flow/data_flow_client.py +45 -45
  82. oci/data_integration/data_integration_client.py +163 -163
  83. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  84. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  85. oci/data_safe/data_safe_client.py +306 -306
  86. oci/data_science/data_science_client.py +101 -101
  87. oci/data_science/models/__init__.py +8 -0
  88. oci/data_science/models/create_pipeline_details.py +31 -0
  89. oci/data_science/models/pipeline.py +31 -0
  90. oci/data_science/models/pipeline_container_step_details.py +32 -1
  91. oci/data_science/models/pipeline_container_step_run.py +1 -1
  92. oci/data_science/models/pipeline_container_step_update_details.py +34 -3
  93. oci/data_science/models/pipeline_custom_script_step_details.py +32 -1
  94. oci/data_science/models/pipeline_custom_script_step_run.py +1 -1
  95. oci/data_science/models/pipeline_custom_script_step_update_details.py +34 -3
  96. oci/data_science/models/pipeline_dataflow_configuration_details.py +281 -0
  97. oci/data_science/models/pipeline_dataflow_step_details.py +141 -0
  98. oci/data_science/models/pipeline_dataflow_step_run.py +122 -0
  99. oci/data_science/models/pipeline_dataflow_step_update_details.py +99 -0
  100. oci/data_science/models/pipeline_ml_job_step_details.py +1 -1
  101. oci/data_science/models/pipeline_ml_job_step_run.py +1 -1
  102. oci/data_science/models/pipeline_ml_job_step_update_details.py +1 -1
  103. oci/data_science/models/pipeline_step_details.py +11 -3
  104. oci/data_science/models/pipeline_step_override_details.py +29 -2
  105. oci/data_science/models/pipeline_step_run.py +11 -3
  106. oci/data_science/models/pipeline_step_update_details.py +11 -3
  107. oci/data_science/models/update_pipeline_details.py +31 -0
  108. oci/database/database_client.py +404 -404
  109. oci/database_management/db_management_client.py +228 -228
  110. oci/database_management/diagnosability_client.py +4 -4
  111. oci/database_management/managed_my_sql_databases_client.py +9 -9
  112. oci/database_management/perfhub_client.py +1 -1
  113. oci/database_management/sql_tuning_client.py +17 -17
  114. oci/database_migration/database_migration_client.py +42 -42
  115. oci/database_tools/database_tools_client.py +23 -23
  116. oci/dblm/__init__.py +14 -0
  117. oci/dblm/db_life_cycle_management_client.py +1762 -0
  118. oci/dblm/db_life_cycle_management_client_composite_operations.py +65 -0
  119. oci/dblm/models/__init__.py +70 -0
  120. oci/dblm/models/aggregated_vulnerability_collection.py +72 -0
  121. oci/dblm/models/aggregated_vulnerability_summary.py +134 -0
  122. oci/dblm/models/child_pdb.py +227 -0
  123. oci/dblm/models/create_vulnerability_scan_details.py +103 -0
  124. oci/dblm/models/dblm_vulnerability.py +393 -0
  125. oci/dblm/models/host_info.py +103 -0
  126. oci/dblm/models/metric_error.py +227 -0
  127. oci/dblm/models/notification_collection.py +72 -0
  128. oci/dblm/models/notification_summary.py +185 -0
  129. oci/dblm/models/patch_recommendation_summary.py +134 -0
  130. oci/dblm/models/patch_recommendations_details_summary.py +227 -0
  131. oci/dblm/models/resource_info.py +382 -0
  132. oci/dblm/models/resource_summary.py +227 -0
  133. oci/dblm/models/vulnerabilities_summary.py +227 -0
  134. oci/dblm/models/vulnerability_collection.py +72 -0
  135. oci/dblm/models/vulnerability_resource_collection.py +72 -0
  136. oci/dblm/models/vulnerability_resource_summary.py +475 -0
  137. oci/dblm/models/vulnerability_scan.py +525 -0
  138. oci/dblm/models/vulnerability_scan_collection.py +72 -0
  139. oci/dblm/models/vulnerability_scan_summary.py +443 -0
  140. oci/dblm/models/vulnerability_summary.py +196 -0
  141. oci/dblm/models/work_request.py +426 -0
  142. oci/dblm/models/work_request_error.py +136 -0
  143. oci/dblm/models/work_request_error_collection.py +72 -0
  144. oci/dblm/models/work_request_log_entry.py +103 -0
  145. oci/dblm/models/work_request_log_entry_collection.py +72 -0
  146. oci/dblm/models/work_request_resource.py +234 -0
  147. oci/dblm/models/work_request_summary.py +426 -0
  148. oci/dblm/models/work_request_summary_collection.py +72 -0
  149. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  150. oci/delegate_access_control/work_request_client.py +4 -4
  151. oci/demand_signal/occ_demand_signal_client.py +7 -7
  152. oci/desktops/desktop_service_client.py +21 -21
  153. oci/devops/devops_client.py +141 -141
  154. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  155. oci/dns/dns_client.py +54 -54
  156. oci/dts/appliance_export_job_client.py +6 -6
  157. oci/dts/shipping_vendors_client.py +1 -1
  158. oci/dts/transfer_appliance_client.py +8 -8
  159. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  160. oci/dts/transfer_device_client.py +5 -5
  161. oci/dts/transfer_job_client.py +6 -6
  162. oci/dts/transfer_package_client.py +7 -7
  163. oci/em_warehouse/em_warehouse_client.py +13 -13
  164. oci/email/email_client.py +31 -31
  165. oci/email/models/create_dkim_details.py +31 -0
  166. oci/email/models/dkim.py +62 -0
  167. oci/email/models/dkim_summary.py +62 -0
  168. oci/email_data_plane/email_dp_client.py +1 -1
  169. oci/events/events_client.py +6 -6
  170. oci/file_storage/file_storage_client.py +68 -68
  171. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  172. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  173. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  174. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  175. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  176. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  177. oci/functions/functions_invoke_client.py +1 -1
  178. oci/functions/functions_management_client.py +16 -16
  179. oci/fusion_apps/fusion_applications_client.py +41 -41
  180. oci/generative_ai/generative_ai_client.py +22 -22
  181. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  182. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  183. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  184. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  185. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  186. oci/golden_gate/golden_gate_client.py +84 -84
  187. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  188. oci/governance_rules_control_plane/work_request_client.py +5 -5
  189. oci/healthchecks/health_checks_client.py +17 -17
  190. oci/identity/identity_client.py +145 -145
  191. oci/identity_data_plane/dataplane_client.py +2 -2
  192. oci/identity_domains/identity_domains_client.py +311 -311
  193. oci/integration/integration_instance_client.py +19 -19
  194. oci/jms/java_management_service_client.py +79 -79
  195. oci/jms_java_downloads/java_download_client.py +25 -25
  196. oci/key_management/ekm_client.py +5 -5
  197. oci/key_management/kms_crypto_client.py +6 -6
  198. oci/key_management/kms_hsm_cluster_client.py +12 -12
  199. oci/key_management/kms_management_client.py +21 -21
  200. oci/key_management/kms_vault_client.py +14 -14
  201. oci/license_manager/license_manager_client.py +18 -18
  202. oci/limits/limits_client.py +4 -4
  203. oci/limits/quotas_client.py +7 -7
  204. oci/load_balancer/load_balancer_client.py +61 -61
  205. oci/load_balancer/models/create_load_balancer_details.py +15 -15
  206. oci/load_balancer/models/load_balancer.py +15 -15
  207. oci/load_balancer/models/update_load_balancer_details.py +15 -15
  208. oci/lockbox/lockbox_client.py +24 -24
  209. oci/log_analytics/log_analytics_client.py +193 -193
  210. oci/logging/logging_management_client.py +30 -30
  211. oci/loggingingestion/logging_client.py +1 -1
  212. oci/loggingsearch/log_search_client.py +1 -1
  213. oci/management_agent/management_agent_client.py +28 -28
  214. oci/management_dashboard/dashx_apis_client.py +14 -14
  215. oci/marketplace/account_client.py +2 -2
  216. oci/marketplace/marketplace_client.py +30 -30
  217. oci/marketplace_private_offer/attachment_client.py +5 -5
  218. oci/marketplace_private_offer/offer_client.py +6 -6
  219. oci/marketplace_publisher/attachment_client.py +5 -5
  220. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  221. oci/marketplace_publisher/offer_client.py +6 -6
  222. oci/media_services/media_services_client.py +60 -60
  223. oci/media_services/media_stream_client.py +2 -2
  224. oci/monitoring/monitoring_client.py +18 -18
  225. oci/mysql/channels_client.py +7 -7
  226. oci/mysql/db_backups_client.py +7 -7
  227. oci/mysql/db_system_client.py +17 -17
  228. oci/mysql/models/backup.py +33 -0
  229. oci/mysql/models/backup_summary.py +33 -0
  230. oci/mysql/models/channel.py +35 -2
  231. oci/mysql/models/channel_summary.py +35 -2
  232. oci/mysql/models/configuration.py +35 -2
  233. oci/mysql/models/configuration_summary.py +35 -2
  234. oci/mysql/models/configuration_variables.py +4949 -1858
  235. oci/mysql/models/db_system.py +33 -0
  236. oci/mysql/models/db_system_summary.py +33 -0
  237. oci/mysql/mysqlaas_client.py +7 -7
  238. oci/mysql/replicas_client.py +5 -5
  239. oci/mysql/work_requests_client.py +4 -4
  240. oci/network_firewall/network_firewall_client.py +86 -86
  241. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  242. oci/nosql/nosql_client.py +24 -24
  243. oci/object_storage/object_storage_client.py +55 -55
  244. oci/oce/oce_instance_client.py +10 -10
  245. oci/oci_control_center/occ_metrics_client.py +3 -3
  246. oci/ocvp/cluster_client.py +5 -5
  247. oci/ocvp/esxi_host_client.py +8 -8
  248. oci/ocvp/sddc_client.py +14 -14
  249. oci/ocvp/work_request_client.py +4 -4
  250. oci/oda/management_client.py +59 -59
  251. oci/oda/oda_client.py +17 -17
  252. oci/oda/odapackage_client.py +7 -7
  253. oci/onesubscription/billing_schedule_client.py +1 -1
  254. oci/onesubscription/commitment_client.py +2 -2
  255. oci/onesubscription/computed_usage_client.py +3 -3
  256. oci/onesubscription/invoice_summary_client.py +2 -2
  257. oci/onesubscription/organization_subscription_client.py +1 -1
  258. oci/onesubscription/ratecard_client.py +1 -1
  259. oci/onesubscription/subscribed_service_client.py +2 -2
  260. oci/onesubscription/subscription_client.py +1 -1
  261. oci/ons/notification_control_plane_client.py +6 -6
  262. oci/ons/notification_data_plane_client.py +10 -10
  263. oci/opa/opa_instance_client.py +13 -13
  264. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  265. oci/opensearch/opensearch_cluster_client.py +16 -16
  266. oci/operator_access_control/access_requests_client.py +10 -10
  267. oci/operator_access_control/operator_actions_client.py +2 -2
  268. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  269. oci/operator_access_control/operator_control_client.py +6 -6
  270. oci/opsi/operations_insights_client.py +181 -181
  271. oci/optimizer/optimizer_client.py +26 -26
  272. oci/os_management/event_client.py +8 -8
  273. oci/os_management/os_management_client.py +69 -69
  274. oci/os_management_hub/event_client.py +10 -10
  275. oci/os_management_hub/lifecycle_environment_client.py +138 -16
  276. oci/os_management_hub/lifecycle_environment_client_composite_operations.py +44 -0
  277. oci/os_management_hub/managed_instance_client.py +309 -35
  278. oci/os_management_hub/managed_instance_client_composite_operations.py +91 -0
  279. oci/os_management_hub/managed_instance_group_client.py +149 -27
  280. oci/os_management_hub/managed_instance_group_client_composite_operations.py +44 -0
  281. oci/os_management_hub/management_station_client.py +59 -16
  282. oci/os_management_hub/models/__init__.py +54 -0
  283. oci/os_management_hub/models/add_packages_to_software_source_details.py +35 -4
  284. oci/os_management_hub/models/agent_event.py +1 -1
  285. oci/os_management_hub/models/associate_managed_instances_with_management_station_details.py +103 -0
  286. oci/os_management_hub/models/attach_lifecycle_stage_to_profile_details.py +76 -0
  287. oci/os_management_hub/models/attach_managed_instance_group_to_profile_details.py +76 -0
  288. oci/os_management_hub/models/attach_managed_instances_to_lifecycle_stage_details.py +1 -1
  289. oci/os_management_hub/models/attach_management_station_to_profile_details.py +76 -0
  290. oci/os_management_hub/models/attach_software_sources_to_profile_details.py +76 -0
  291. oci/os_management_hub/models/available_package_summary.py +1 -1
  292. oci/os_management_hub/models/create_custom_software_source_details.py +54 -3
  293. oci/os_management_hub/models/create_lifecycle_environment_details.py +7 -3
  294. oci/os_management_hub/models/create_managed_instance_group_details.py +7 -3
  295. oci/os_management_hub/models/create_management_station_details.py +31 -0
  296. oci/os_management_hub/models/create_mirror_configuration_details.py +33 -2
  297. oci/os_management_hub/models/create_private_software_source_details.py +406 -0
  298. oci/os_management_hub/models/create_profile_details.py +12 -4
  299. oci/os_management_hub/models/create_scheduled_job_details.py +37 -2
  300. oci/os_management_hub/models/create_software_source_details.py +19 -3
  301. oci/os_management_hub/models/create_software_source_profile_details.py +7 -3
  302. oci/os_management_hub/models/create_station_profile_details.py +7 -3
  303. oci/os_management_hub/models/create_third_party_software_source_details.py +406 -0
  304. oci/os_management_hub/models/create_vendor_software_source_details.py +1 -1
  305. oci/os_management_hub/models/create_versioned_custom_software_source_details.py +54 -3
  306. oci/os_management_hub/models/create_windows_stand_alone_profile_details.py +288 -0
  307. oci/os_management_hub/models/custom_software_source.py +102 -9
  308. oci/os_management_hub/models/custom_software_source_summary.py +64 -8
  309. oci/os_management_hub/models/detach_managed_instances_from_lifecycle_stage_details.py +1 -1
  310. oci/os_management_hub/models/detach_software_sources_from_profile_details.py +76 -0
  311. oci/os_management_hub/models/event.py +23 -3
  312. oci/os_management_hub/models/event_summary.py +11 -3
  313. oci/os_management_hub/models/exploit_attempt_event.py +1 -1
  314. oci/os_management_hub/models/group_profile.py +16 -2
  315. oci/os_management_hub/models/install_packages_on_managed_instance_group_details.py +33 -2
  316. oci/os_management_hub/models/installed_package_summary.py +1 -1
  317. oci/os_management_hub/models/kernel_crash_event.py +1 -1
  318. oci/os_management_hub/models/kernel_oops_event.py +1 -1
  319. oci/os_management_hub/models/ksplice_update_event.py +1 -1
  320. oci/os_management_hub/models/lifecycle_environment.py +7 -3
  321. oci/os_management_hub/models/lifecycle_environment_summary.py +7 -3
  322. oci/os_management_hub/models/lifecycle_profile.py +16 -2
  323. oci/os_management_hub/models/lifecycle_stage.py +7 -3
  324. oci/os_management_hub/models/lifecycle_stage_summary.py +7 -3
  325. oci/os_management_hub/models/managed_instance.py +80 -10
  326. oci/os_management_hub/models/managed_instance_analytic_summary.py +11 -3
  327. oci/os_management_hub/models/managed_instance_group.py +7 -3
  328. oci/os_management_hub/models/managed_instance_group_available_package_summary.py +7 -3
  329. oci/os_management_hub/models/managed_instance_group_summary.py +7 -3
  330. oci/os_management_hub/models/managed_instance_summary.py +47 -8
  331. oci/os_management_hub/models/management_station.py +276 -0
  332. oci/os_management_hub/models/management_station_event.py +1 -1
  333. oci/os_management_hub/models/management_station_event_data.py +58 -3
  334. oci/os_management_hub/models/management_station_summary.py +67 -4
  335. oci/os_management_hub/models/mirror_configuration.py +33 -2
  336. oci/os_management_hub/models/mirror_summary.py +107 -25
  337. oci/os_management_hub/models/mirrors_collection.py +2 -1
  338. oci/os_management_hub/models/module_stream.py +7 -3
  339. oci/os_management_hub/models/package_name_summary.py +7 -3
  340. oci/os_management_hub/models/package_summary.py +7 -3
  341. oci/os_management_hub/models/peer_management_station.py +108 -0
  342. oci/os_management_hub/models/private_software_source.py +330 -0
  343. oci/os_management_hub/models/private_software_source_summary.py +212 -0
  344. oci/os_management_hub/models/profile.py +84 -8
  345. oci/os_management_hub/models/profile_collection.py +1 -1
  346. oci/os_management_hub/models/profile_summary.py +17 -7
  347. oci/os_management_hub/models/profile_version.py +811 -0
  348. oci/os_management_hub/models/reboot_event.py +184 -0
  349. oci/os_management_hub/models/reboot_event_data.py +123 -0
  350. oci/os_management_hub/models/reboot_lifecycle_stage_details.py +101 -0
  351. oci/os_management_hub/models/reboot_managed_instance_details.py +101 -0
  352. oci/os_management_hub/models/reboot_managed_instance_group_details.py +101 -0
  353. oci/os_management_hub/models/remove_packages_from_software_source_details.py +72 -0
  354. oci/os_management_hub/models/replace_packages_in_software_source_details.py +72 -0
  355. oci/os_management_hub/models/rerun_work_request_details.py +103 -0
  356. oci/os_management_hub/models/scheduled_job.py +37 -2
  357. oci/os_management_hub/models/scheduled_job_operation.py +46 -5
  358. oci/os_management_hub/models/scheduled_job_summary.py +37 -2
  359. oci/os_management_hub/models/software_source.py +39 -15
  360. oci/os_management_hub/models/software_source_details.py +11 -3
  361. oci/os_management_hub/models/software_source_event.py +1 -1
  362. oci/os_management_hub/models/software_source_profile.py +16 -2
  363. oci/os_management_hub/models/software_source_summary.py +30 -10
  364. oci/os_management_hub/models/software_source_vendor_summary.py +7 -3
  365. oci/os_management_hub/models/software_update_event.py +1 -1
  366. oci/os_management_hub/models/station_health.py +7 -3
  367. oci/os_management_hub/models/station_profile.py +16 -2
  368. oci/os_management_hub/models/synchronize_mirrors_details.py +7 -3
  369. oci/os_management_hub/models/sysadmin_event.py +184 -0
  370. oci/os_management_hub/models/sysadmin_event_data.py +239 -0
  371. oci/os_management_hub/models/system_details.py +7 -3
  372. oci/os_management_hub/models/third_party_software_source.py +330 -0
  373. oci/os_management_hub/models/third_party_software_source_summary.py +212 -0
  374. oci/os_management_hub/models/updatable_package_summary.py +1 -1
  375. oci/os_management_hub/models/update_custom_software_source_details.py +1 -1
  376. oci/os_management_hub/models/update_management_station_details.py +31 -0
  377. oci/os_management_hub/models/update_mirror_configuration_details.py +33 -2
  378. oci/os_management_hub/models/update_private_software_source_details.py +272 -0
  379. oci/os_management_hub/models/update_profile_details.py +1 -1
  380. oci/os_management_hub/models/update_scheduled_job_details.py +2 -2
  381. oci/os_management_hub/models/update_software_source_details.py +19 -3
  382. oci/os_management_hub/models/update_third_party_software_source_details.py +272 -0
  383. oci/os_management_hub/models/update_vendor_software_source_details.py +1 -1
  384. oci/os_management_hub/models/update_versioned_custom_software_source_details.py +1 -1
  385. oci/os_management_hub/models/update_work_request_details.py +9 -5
  386. oci/os_management_hub/models/vendor_software_source.py +5 -5
  387. oci/os_management_hub/models/vendor_software_source_summary.py +2 -2
  388. oci/os_management_hub/models/versioned_custom_software_source.py +102 -9
  389. oci/os_management_hub/models/versioned_custom_software_source_summary.py +63 -7
  390. oci/os_management_hub/models/windows_standalone_profile.py +17 -3
  391. oci/os_management_hub/models/work_request.py +102 -14
  392. oci/os_management_hub/models/work_request_error.py +4 -4
  393. oci/os_management_hub/models/work_request_error_collection.py +1 -1
  394. oci/os_management_hub/models/work_request_log_entry_collection.py +1 -1
  395. oci/os_management_hub/models/work_request_summary.py +47 -8
  396. oci/os_management_hub/models/work_request_summary_collection.py +1 -1
  397. oci/os_management_hub/onboarding_client.py +991 -75
  398. oci/os_management_hub/reporting_managed_instance_client.py +9 -9
  399. oci/os_management_hub/scheduled_job_client.py +9 -9
  400. oci/os_management_hub/software_source_client.py +848 -47
  401. oci/os_management_hub/software_source_client_composite_operations.py +132 -0
  402. oci/os_management_hub/work_request_client.py +144 -11
  403. oci/os_management_hub/work_request_client_composite_operations.py +46 -0
  404. oci/osp_gateway/address_rule_service_client.py +1 -1
  405. oci/osp_gateway/address_service_client.py +2 -2
  406. oci/osp_gateway/invoice_service_client.py +5 -5
  407. oci/osp_gateway/subscription_service_client.py +5 -5
  408. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  409. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  410. oci/osub_subscription/commitment_client.py +2 -2
  411. oci/osub_subscription/ratecard_client.py +1 -1
  412. oci/osub_subscription/subscription_client.py +1 -1
  413. oci/osub_usage/computed_usage_client.py +3 -3
  414. oci/psql/postgresql_client.py +33 -33
  415. oci/queue/queue_admin_client.py +11 -11
  416. oci/queue/queue_client.py +8 -8
  417. oci/recovery/database_recovery_client.py +26 -26
  418. oci/redis/models/redis_cluster.py +7 -3
  419. oci/redis/models/update_redis_cluster_details.py +31 -0
  420. oci/redis/redis_cluster_client.py +12 -12
  421. oci/resource_manager/resource_manager_client.py +52 -52
  422. oci/resource_scheduler/schedule_client.py +13 -13
  423. oci/resource_search/resource_search_client.py +3 -3
  424. oci/rover/rover_bundle_client.py +8 -8
  425. oci/rover/rover_cluster_client.py +8 -8
  426. oci/rover/rover_entitlement_client.py +6 -6
  427. oci/rover/rover_node_client.py +15 -15
  428. oci/rover/shape_client.py +1 -1
  429. oci/rover/work_requests_client.py +5 -5
  430. oci/sch/connector_plugins_client.py +2 -2
  431. oci/sch/service_connector_client.py +12 -12
  432. oci/secrets/secrets_client.py +3 -3
  433. oci/security_attribute/security_attribute_client.py +18 -18
  434. oci/service_catalog/service_catalog_client.py +26 -26
  435. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  436. oci/service_mesh/service_mesh_client.py +48 -48
  437. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  438. oci/streaming/stream_admin_client.py +18 -18
  439. oci/streaming/stream_client.py +8 -8
  440. oci/tenant_manager_control_plane/domain_client.py +5 -5
  441. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  442. oci/tenant_manager_control_plane/governance_client.py +2 -2
  443. oci/tenant_manager_control_plane/link_client.py +3 -3
  444. oci/tenant_manager_control_plane/orders_client.py +2 -2
  445. oci/tenant_manager_control_plane/organization_client.py +10 -10
  446. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  447. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  448. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  449. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  450. oci/threat_intelligence/threatintel_client.py +5 -5
  451. oci/usage/resources_client.py +2 -2
  452. oci/usage/rewards_client.py +6 -6
  453. oci/usage/usagelimits_client.py +1 -1
  454. oci/usage_api/usageapi_client.py +33 -33
  455. oci/vault/vaults_client.py +13 -13
  456. oci/vbs_inst/vbs_instance_client.py +10 -10
  457. oci/version.py +1 -1
  458. oci/visual_builder/vb_instance_client.py +14 -14
  459. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  460. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  461. oci/waa/waa_client.py +13 -13
  462. oci/waa/work_request_client.py +4 -4
  463. oci/waas/redirect_client.py +6 -6
  464. oci/waas/waas_client.py +66 -66
  465. oci/waf/waf_client.py +24 -24
  466. oci/work_requests/work_request_client.py +4 -4
  467. oci/zpr/zpr_client.py +15 -15
  468. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/METADATA +1 -1
  469. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/RECORD +473 -411
  470. oci/container_instances/models/container_command_health_check.py +0 -147
  471. oci/container_instances/models/create_container_command_health_check_details.py +0 -132
  472. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/LICENSE.txt +0 -0
  473. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  474. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/WHEEL +0 -0
  475. {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/top_level.txt +0 -0
@@ -157,7 +157,7 @@ class DatabaseClient(object):
157
157
  :rtype: :class:`~oci.response.Response`
158
158
 
159
159
  :example:
160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
161
161
  """
162
162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
163
163
  required_arguments = ['exadataInfrastructureId']
@@ -272,7 +272,7 @@ class DatabaseClient(object):
272
272
  :rtype: :class:`~oci.response.Response`
273
273
 
274
274
  :example:
275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
276
276
  """
277
277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
278
278
  required_arguments = ['cloudExadataInfrastructureId']
@@ -387,7 +387,7 @@ class DatabaseClient(object):
387
387
  :rtype: :class:`~oci.response.Response`
388
388
 
389
389
  :example:
390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
391
391
  """
392
392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
393
393
  required_arguments = ['exadataInfrastructureId']
@@ -505,7 +505,7 @@ class DatabaseClient(object):
505
505
  :rtype: :class:`~oci.response.Response`
506
506
 
507
507
  :example:
508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
509
509
  """
510
510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
511
511
  required_arguments = ['cloudVmClusterId']
@@ -625,7 +625,7 @@ class DatabaseClient(object):
625
625
  :rtype: :class:`~oci.response.Response`
626
626
 
627
627
  :example:
628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
629
629
  """
630
630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
631
631
  required_arguments = ['vmClusterId']
@@ -745,7 +745,7 @@ class DatabaseClient(object):
745
745
  :rtype: :class:`~oci.response.Response`
746
746
 
747
747
  :example:
748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
749
749
  """
750
750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
751
751
  required_arguments = ['autonomousDatabaseId']
@@ -862,7 +862,7 @@ class DatabaseClient(object):
862
862
  :rtype: :class:`~oci.response.Response`
863
863
 
864
864
  :example:
865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
865
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
866
866
  """
867
867
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
868
868
  required_arguments = ['backupId']
@@ -978,7 +978,7 @@ class DatabaseClient(object):
978
978
  :rtype: :class:`~oci.response.Response`
979
979
 
980
980
  :example:
981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
981
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
982
982
  """
983
983
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
984
984
  required_arguments = ['executionWindowId']
@@ -1095,7 +1095,7 @@ class DatabaseClient(object):
1095
1095
  :rtype: :class:`~oci.response.Response`
1096
1096
 
1097
1097
  :example:
1098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1099
1099
  """
1100
1100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1101
1101
  required_arguments = ['schedulingPlanId']
@@ -1215,7 +1215,7 @@ class DatabaseClient(object):
1215
1215
  :rtype: :class:`~oci.response.Response`
1216
1216
 
1217
1217
  :example:
1218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1219
1219
  """
1220
1220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1221
1221
  required_arguments = ['autonomousContainerDatabaseId']
@@ -1337,7 +1337,7 @@ class DatabaseClient(object):
1337
1337
  :rtype: :class:`~oci.response.Response`
1338
1338
 
1339
1339
  :example:
1340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1341
1341
  """
1342
1342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1343
1343
  required_arguments = ['autonomousDatabaseId']
@@ -1455,7 +1455,7 @@ class DatabaseClient(object):
1455
1455
  :rtype: :class:`~oci.response.Response`
1456
1456
 
1457
1457
  :example:
1458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1459
1459
  """
1460
1460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1461
1461
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -1573,7 +1573,7 @@ class DatabaseClient(object):
1573
1573
  :rtype: :class:`~oci.response.Response`
1574
1574
 
1575
1575
  :example:
1576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1577
1577
  """
1578
1578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1579
1579
  required_arguments = ['autonomousDatabaseId']
@@ -1695,7 +1695,7 @@ class DatabaseClient(object):
1695
1695
  :rtype: :class:`~oci.response.Response`
1696
1696
 
1697
1697
  :example:
1698
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1698
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1699
1699
  """
1700
1700
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1701
1701
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -1813,7 +1813,7 @@ class DatabaseClient(object):
1813
1813
  :rtype: :class:`~oci.response.Response`
1814
1814
 
1815
1815
  :example:
1816
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1816
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1817
1817
  """
1818
1818
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1819
1819
  required_arguments = ['autonomousVmClusterId']
@@ -1935,7 +1935,7 @@ class DatabaseClient(object):
1935
1935
  :rtype: :class:`~oci.response.Response`
1936
1936
 
1937
1937
  :example:
1938
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1938
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1939
1939
  """
1940
1940
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1941
1941
  required_arguments = ['backupDestinationId']
@@ -2053,7 +2053,7 @@ class DatabaseClient(object):
2053
2053
  :rtype: :class:`~oci.response.Response`
2054
2054
 
2055
2055
  :example:
2056
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
2056
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
2057
2057
  """
2058
2058
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2059
2059
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -2173,7 +2173,7 @@ class DatabaseClient(object):
2173
2173
  :rtype: :class:`~oci.response.Response`
2174
2174
 
2175
2175
  :example:
2176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2177
2177
  """
2178
2178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2179
2179
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2291,7 +2291,7 @@ class DatabaseClient(object):
2291
2291
  :rtype: :class:`~oci.response.Response`
2292
2292
 
2293
2293
  :example:
2294
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2294
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2295
2295
  """
2296
2296
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2297
2297
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2409,7 +2409,7 @@ class DatabaseClient(object):
2409
2409
  :rtype: :class:`~oci.response.Response`
2410
2410
 
2411
2411
  :example:
2412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2413
2413
  """
2414
2414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2415
2415
  required_arguments = ['cloudVmClusterId']
@@ -2527,7 +2527,7 @@ class DatabaseClient(object):
2527
2527
  :rtype: :class:`~oci.response.Response`
2528
2528
 
2529
2529
  :example:
2530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2530
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2531
2531
  """
2532
2532
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2533
2533
  required_arguments = ['cloudVmClusterId']
@@ -2649,7 +2649,7 @@ class DatabaseClient(object):
2649
2649
  :rtype: :class:`~oci.response.Response`
2650
2650
 
2651
2651
  :example:
2652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2653
2653
  """
2654
2654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2655
2655
  required_arguments = ['databaseSoftwareImageId']
@@ -2772,7 +2772,7 @@ class DatabaseClient(object):
2772
2772
  :rtype: :class:`~oci.response.Response`
2773
2773
 
2774
2774
  :example:
2775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2776
2776
  """
2777
2777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2778
2778
  required_arguments = ['autonomousContainerDatabaseId']
@@ -2903,7 +2903,7 @@ class DatabaseClient(object):
2903
2903
  :rtype: :class:`~oci.response.Response`
2904
2904
 
2905
2905
  :example:
2906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2907
2907
  """
2908
2908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2909
2909
  required_arguments = ['dbSystemId']
@@ -3014,7 +3014,7 @@ class DatabaseClient(object):
3014
3014
  :rtype: :class:`~oci.response.Response`
3015
3015
 
3016
3016
  :example:
3017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3018
3018
  """
3019
3019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3020
3020
  required_arguments = ['autonomousDatabaseId']
@@ -3131,7 +3131,7 @@ class DatabaseClient(object):
3131
3131
  :rtype: :class:`~oci.response.Response`
3132
3132
 
3133
3133
  :example:
3134
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
3134
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
3135
3135
  """
3136
3136
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3137
3137
  required_arguments = ['databaseId']
@@ -3250,7 +3250,7 @@ class DatabaseClient(object):
3250
3250
  :rtype: :class:`~oci.response.Response`
3251
3251
 
3252
3252
  :example:
3253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3254
3254
  """
3255
3255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3256
3256
  required_arguments = ['exadataInfrastructureId']
@@ -3368,7 +3368,7 @@ class DatabaseClient(object):
3368
3368
  :rtype: :class:`~oci.response.Response`
3369
3369
 
3370
3370
  :example:
3371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3371
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3372
3372
  """
3373
3373
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3374
3374
  required_arguments = ['exadbVmClusterId']
@@ -3486,7 +3486,7 @@ class DatabaseClient(object):
3486
3486
  :rtype: :class:`~oci.response.Response`
3487
3487
 
3488
3488
  :example:
3489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
3489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
3490
3490
  """
3491
3491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3492
3492
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3609,7 +3609,7 @@ class DatabaseClient(object):
3609
3609
  :rtype: :class:`~oci.response.Response`
3610
3610
 
3611
3611
  :example:
3612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3613
3613
  """
3614
3614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3615
3615
  required_arguments = ['externalContainerDatabaseId']
@@ -3731,7 +3731,7 @@ class DatabaseClient(object):
3731
3731
  :rtype: :class:`~oci.response.Response`
3732
3732
 
3733
3733
  :example:
3734
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
3734
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
3735
3735
  """
3736
3736
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3737
3737
  required_arguments = ['externalNonContainerDatabaseId']
@@ -3856,7 +3856,7 @@ class DatabaseClient(object):
3856
3856
  :rtype: :class:`~oci.response.Response`
3857
3857
 
3858
3858
  :example:
3859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
3859
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
3860
3860
  """
3861
3861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3862
3862
  required_arguments = ['externalPluggableDatabaseId']
@@ -3978,7 +3978,7 @@ class DatabaseClient(object):
3978
3978
  :rtype: :class:`~oci.response.Response`
3979
3979
 
3980
3980
  :example:
3981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
3981
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
3982
3982
  """
3983
3983
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3984
3984
  required_arguments = ['keyStoreId']
@@ -4096,7 +4096,7 @@ class DatabaseClient(object):
4096
4096
  :rtype: :class:`~oci.response.Response`
4097
4097
 
4098
4098
  :example:
4099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
4099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
4100
4100
  """
4101
4101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4102
4102
  required_arguments = ['databaseId']
@@ -4214,7 +4214,7 @@ class DatabaseClient(object):
4214
4214
  :rtype: :class:`~oci.response.Response`
4215
4215
 
4216
4216
  :example:
4217
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4217
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4218
4218
  """
4219
4219
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4220
4220
  required_arguments = ['oneoffPatchId']
@@ -4332,7 +4332,7 @@ class DatabaseClient(object):
4332
4332
  :rtype: :class:`~oci.response.Response`
4333
4333
 
4334
4334
  :example:
4335
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4335
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4336
4336
  """
4337
4337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4338
4338
  required_arguments = ['schedulingPlanId']
@@ -4450,7 +4450,7 @@ class DatabaseClient(object):
4450
4450
  :rtype: :class:`~oci.response.Response`
4451
4451
 
4452
4452
  :example:
4453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4454
4454
  """
4455
4455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4456
4456
  required_arguments = ['schedulingPolicyId']
@@ -4569,7 +4569,7 @@ class DatabaseClient(object):
4569
4569
  :rtype: :class:`~oci.response.Response`
4570
4570
 
4571
4571
  :example:
4572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4573
4573
  """
4574
4574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4575
4575
  required_arguments = ['vmClusterId']
@@ -4686,7 +4686,7 @@ class DatabaseClient(object):
4686
4686
  :rtype: :class:`~oci.response.Response`
4687
4687
 
4688
4688
  :example:
4689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
4689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
4690
4690
  """
4691
4691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4692
4692
  required_arguments = ['externalDatabaseConnectorId']
@@ -4803,7 +4803,7 @@ class DatabaseClient(object):
4803
4803
  :rtype: :class:`~oci.response.Response`
4804
4804
 
4805
4805
  :example:
4806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
4806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
4807
4807
  """
4808
4808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4809
4809
  required_arguments = ['backupId']
@@ -4925,7 +4925,7 @@ class DatabaseClient(object):
4925
4925
  :rtype: :class:`~oci.response.Response`
4926
4926
 
4927
4927
  :example:
4928
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
4928
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
4929
4929
  """
4930
4930
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4931
4931
  required_arguments = ['autonomousDatabaseId']
@@ -5043,7 +5043,7 @@ class DatabaseClient(object):
5043
5043
  :rtype: :class:`~oci.response.Response`
5044
5044
 
5045
5045
  :example:
5046
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
5046
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
5047
5047
  """
5048
5048
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5049
5049
  required_arguments = ['exadataInfrastructureId']
@@ -5156,7 +5156,7 @@ class DatabaseClient(object):
5156
5156
  :rtype: :class:`~oci.response.Response`
5157
5157
 
5158
5158
  :example:
5159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
5159
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
5160
5160
  """
5161
5161
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5162
5162
  required_arguments = ['autonomousDatabaseId']
@@ -5271,7 +5271,7 @@ class DatabaseClient(object):
5271
5271
  :rtype: :class:`~oci.response.Response`
5272
5272
 
5273
5273
  :example:
5274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
5274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
5275
5275
  """
5276
5276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5277
5277
  required_arguments = ['keyStoreId']
@@ -5380,7 +5380,7 @@ class DatabaseClient(object):
5380
5380
  :rtype: :class:`~oci.response.Response`
5381
5381
 
5382
5382
  :example:
5383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5384
5384
  """
5385
5385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5386
5386
  required_arguments = ['databaseId']
@@ -5498,7 +5498,7 @@ class DatabaseClient(object):
5498
5498
  :rtype: :class:`~oci.response.Response`
5499
5499
 
5500
5500
  :example:
5501
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
5501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
5502
5502
  """
5503
5503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5504
5504
  required_arguments = ['pluggableDatabaseId']
@@ -5622,7 +5622,7 @@ class DatabaseClient(object):
5622
5622
  :rtype: :class:`~oci.response.Response`
5623
5623
 
5624
5624
  :example:
5625
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
5625
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
5626
5626
  """
5627
5627
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5628
5628
  required_arguments = ['databaseId']
@@ -5732,7 +5732,7 @@ class DatabaseClient(object):
5732
5732
  :rtype: :class:`~oci.response.Response`
5733
5733
 
5734
5734
  :example:
5735
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
5735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
5736
5736
  """
5737
5737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5738
5738
  required_arguments = []
@@ -5825,7 +5825,7 @@ class DatabaseClient(object):
5825
5825
  :rtype: :class:`~oci.response.Response`
5826
5826
 
5827
5827
  :example:
5828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
5828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
5829
5829
  """
5830
5830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5831
5831
  required_arguments = []
@@ -5931,7 +5931,7 @@ class DatabaseClient(object):
5931
5931
  :rtype: :class:`~oci.response.Response`
5932
5932
 
5933
5933
  :example:
5934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
5934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
5935
5935
  """
5936
5936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5937
5937
  required_arguments = ['autonomousContainerDatabaseId']
@@ -6037,7 +6037,7 @@ class DatabaseClient(object):
6037
6037
  :rtype: :class:`~oci.response.Response`
6038
6038
 
6039
6039
  :example:
6040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
6040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
6041
6041
  """
6042
6042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6043
6043
  required_arguments = []
@@ -6133,7 +6133,7 @@ class DatabaseClient(object):
6133
6133
  :rtype: :class:`~oci.response.Response`
6134
6134
 
6135
6135
  :example:
6136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
6136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
6137
6137
  """
6138
6138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6139
6139
  required_arguments = []
@@ -6229,7 +6229,7 @@ class DatabaseClient(object):
6229
6229
  :rtype: :class:`~oci.response.Response`
6230
6230
 
6231
6231
  :example:
6232
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
6232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
6233
6233
  """
6234
6234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6235
6235
  required_arguments = []
@@ -6325,7 +6325,7 @@ class DatabaseClient(object):
6325
6325
  :rtype: :class:`~oci.response.Response`
6326
6326
 
6327
6327
  :example:
6328
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
6328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
6329
6329
  """
6330
6330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6331
6331
  required_arguments = []
@@ -6418,7 +6418,7 @@ class DatabaseClient(object):
6418
6418
  :rtype: :class:`~oci.response.Response`
6419
6419
 
6420
6420
  :example:
6421
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6421
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6422
6422
  """
6423
6423
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6424
6424
  required_arguments = []
@@ -6512,7 +6512,7 @@ class DatabaseClient(object):
6512
6512
  :rtype: :class:`~oci.response.Response`
6513
6513
 
6514
6514
  :example:
6515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
6515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
6516
6516
  """
6517
6517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6518
6518
  required_arguments = []
@@ -6608,7 +6608,7 @@ class DatabaseClient(object):
6608
6608
  :rtype: :class:`~oci.response.Response`
6609
6609
 
6610
6610
  :example:
6611
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
6611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
6612
6612
  """
6613
6613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6614
6614
  required_arguments = []
@@ -6708,7 +6708,7 @@ class DatabaseClient(object):
6708
6708
  :rtype: :class:`~oci.response.Response`
6709
6709
 
6710
6710
  :example:
6711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
6711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
6712
6712
  """
6713
6713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6714
6714
  required_arguments = []
@@ -6806,7 +6806,7 @@ class DatabaseClient(object):
6806
6806
  :rtype: :class:`~oci.response.Response`
6807
6807
 
6808
6808
  :example:
6809
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
6809
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
6810
6810
  """
6811
6811
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6812
6812
  required_arguments = []
@@ -6906,7 +6906,7 @@ class DatabaseClient(object):
6906
6906
  :rtype: :class:`~oci.response.Response`
6907
6907
 
6908
6908
  :example:
6909
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
6909
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
6910
6910
  """
6911
6911
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6912
6912
  required_arguments = ['dbNodeId']
@@ -7017,7 +7017,7 @@ class DatabaseClient(object):
7017
7017
  :rtype: :class:`~oci.response.Response`
7018
7018
 
7019
7019
  :example:
7020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
7020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
7021
7021
  """
7022
7022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7023
7023
  required_arguments = ['dbNodeId']
@@ -7137,7 +7137,7 @@ class DatabaseClient(object):
7137
7137
  :rtype: :class:`~oci.response.Response`
7138
7138
 
7139
7139
  :example:
7140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
7140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
7141
7141
  """
7142
7142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7143
7143
  required_arguments = ['databaseId']
@@ -7243,7 +7243,7 @@ class DatabaseClient(object):
7243
7243
  :rtype: :class:`~oci.response.Response`
7244
7244
 
7245
7245
  :example:
7246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
7246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
7247
7247
  """
7248
7248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7249
7249
  required_arguments = []
@@ -7336,7 +7336,7 @@ class DatabaseClient(object):
7336
7336
  :rtype: :class:`~oci.response.Response`
7337
7337
 
7338
7338
  :example:
7339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7340
7340
  """
7341
7341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7342
7342
  required_arguments = []
@@ -7427,7 +7427,7 @@ class DatabaseClient(object):
7427
7427
  :rtype: :class:`~oci.response.Response`
7428
7428
 
7429
7429
  :example:
7430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7431
7431
  """
7432
7432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7433
7433
  required_arguments = []
@@ -7522,7 +7522,7 @@ class DatabaseClient(object):
7522
7522
  :rtype: :class:`~oci.response.Response`
7523
7523
 
7524
7524
  :example:
7525
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
7525
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
7526
7526
  """
7527
7527
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7528
7528
  required_arguments = []
@@ -7620,7 +7620,7 @@ class DatabaseClient(object):
7620
7620
  :rtype: :class:`~oci.response.Response`
7621
7621
 
7622
7622
  :example:
7623
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
7623
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
7624
7624
  """
7625
7625
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7626
7626
  required_arguments = []
@@ -7716,7 +7716,7 @@ class DatabaseClient(object):
7716
7716
  :rtype: :class:`~oci.response.Response`
7717
7717
 
7718
7718
  :example:
7719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
7719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
7720
7720
  """
7721
7721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7722
7722
  required_arguments = []
@@ -7812,7 +7812,7 @@ class DatabaseClient(object):
7812
7812
  :rtype: :class:`~oci.response.Response`
7813
7813
 
7814
7814
  :example:
7815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
7815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
7816
7816
  """
7817
7817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7818
7818
  required_arguments = []
@@ -7908,7 +7908,7 @@ class DatabaseClient(object):
7908
7908
  :rtype: :class:`~oci.response.Response`
7909
7909
 
7910
7910
  :example:
7911
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
7911
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
7912
7912
  """
7913
7913
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7914
7914
  required_arguments = []
@@ -8005,7 +8005,7 @@ class DatabaseClient(object):
8005
8005
  :rtype: :class:`~oci.response.Response`
8006
8006
 
8007
8007
  :example:
8008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8009
8009
  """
8010
8010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8011
8011
  required_arguments = []
@@ -8099,7 +8099,7 @@ class DatabaseClient(object):
8099
8099
  :rtype: :class:`~oci.response.Response`
8100
8100
 
8101
8101
  :example:
8102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8103
8103
  """
8104
8104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8105
8105
  required_arguments = []
@@ -8195,7 +8195,7 @@ class DatabaseClient(object):
8195
8195
  :rtype: :class:`~oci.response.Response`
8196
8196
 
8197
8197
  :example:
8198
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8199
8199
  """
8200
8200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8201
8201
  required_arguments = []
@@ -8291,7 +8291,7 @@ class DatabaseClient(object):
8291
8291
  :rtype: :class:`~oci.response.Response`
8292
8292
 
8293
8293
  :example:
8294
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8294
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8295
8295
  """
8296
8296
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8297
8297
  required_arguments = []
@@ -8388,7 +8388,7 @@ class DatabaseClient(object):
8388
8388
  :rtype: :class:`~oci.response.Response`
8389
8389
 
8390
8390
  :example:
8391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8392
8392
  """
8393
8393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8394
8394
  required_arguments = []
@@ -8484,7 +8484,7 @@ class DatabaseClient(object):
8484
8484
  :rtype: :class:`~oci.response.Response`
8485
8485
 
8486
8486
  :example:
8487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
8487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
8488
8488
  """
8489
8489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8490
8490
  required_arguments = []
@@ -8583,7 +8583,7 @@ class DatabaseClient(object):
8583
8583
  :rtype: :class:`~oci.response.Response`
8584
8584
 
8585
8585
  :example:
8586
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
8586
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
8587
8587
  """
8588
8588
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8589
8589
  required_arguments = []
@@ -8679,7 +8679,7 @@ class DatabaseClient(object):
8679
8679
  :rtype: :class:`~oci.response.Response`
8680
8680
 
8681
8681
  :example:
8682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
8682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
8683
8683
  """
8684
8684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8685
8685
  required_arguments = []
@@ -8777,7 +8777,7 @@ class DatabaseClient(object):
8777
8777
  :rtype: :class:`~oci.response.Response`
8778
8778
 
8779
8779
  :example:
8780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
8780
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
8781
8781
  """
8782
8782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8783
8783
  required_arguments = []
@@ -8873,7 +8873,7 @@ class DatabaseClient(object):
8873
8873
  :rtype: :class:`~oci.response.Response`
8874
8874
 
8875
8875
  :example:
8876
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
8876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
8877
8877
  """
8878
8878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8879
8879
  required_arguments = []
@@ -8969,7 +8969,7 @@ class DatabaseClient(object):
8969
8969
  :rtype: :class:`~oci.response.Response`
8970
8970
 
8971
8971
  :example:
8972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
8972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
8973
8973
  """
8974
8974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8975
8975
  required_arguments = []
@@ -9065,7 +9065,7 @@ class DatabaseClient(object):
9065
9065
  :rtype: :class:`~oci.response.Response`
9066
9066
 
9067
9067
  :example:
9068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9068
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9069
9069
  """
9070
9070
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9071
9071
  required_arguments = []
@@ -9166,7 +9166,7 @@ class DatabaseClient(object):
9166
9166
  :rtype: :class:`~oci.response.Response`
9167
9167
 
9168
9168
  :example:
9169
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9169
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9170
9170
  """
9171
9171
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9172
9172
  required_arguments = ['schedulingPolicyId']
@@ -9275,7 +9275,7 @@ class DatabaseClient(object):
9275
9275
  :rtype: :class:`~oci.response.Response`
9276
9276
 
9277
9277
  :example:
9278
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9278
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9279
9279
  """
9280
9280
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9281
9281
  required_arguments = []
@@ -9377,7 +9377,7 @@ class DatabaseClient(object):
9377
9377
  :rtype: :class:`~oci.response.Response`
9378
9378
 
9379
9379
  :example:
9380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9381
9381
  """
9382
9382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9383
9383
  required_arguments = ['exadataInfrastructureId']
@@ -9506,7 +9506,7 @@ class DatabaseClient(object):
9506
9506
  :rtype: :class:`~oci.response.Response`
9507
9507
 
9508
9508
  :example:
9509
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
9509
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
9510
9510
  """
9511
9511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9512
9512
  required_arguments = ['dbNodeId', 'action']
@@ -9619,7 +9619,7 @@ class DatabaseClient(object):
9619
9619
  :rtype: :class:`~oci.response.Response`
9620
9620
 
9621
9621
  :example:
9622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
9622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
9623
9623
  """
9624
9624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9625
9625
  required_arguments = ['applicationVipId']
@@ -9722,7 +9722,7 @@ class DatabaseClient(object):
9722
9722
  :rtype: :class:`~oci.response.Response`
9723
9723
 
9724
9724
  :example:
9725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
9725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
9726
9726
  """
9727
9727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9728
9728
  required_arguments = ['autonomousDatabaseId']
@@ -9825,7 +9825,7 @@ class DatabaseClient(object):
9825
9825
  :rtype: :class:`~oci.response.Response`
9826
9826
 
9827
9827
  :example:
9828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
9828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
9829
9829
  """
9830
9830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9831
9831
  required_arguments = ['autonomousDatabaseBackupId']
@@ -9928,7 +9928,7 @@ class DatabaseClient(object):
9928
9928
  :rtype: :class:`~oci.response.Response`
9929
9929
 
9930
9930
  :example:
9931
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
9931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
9932
9932
  """
9933
9933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9934
9934
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -10031,7 +10031,7 @@ class DatabaseClient(object):
10031
10031
  :rtype: :class:`~oci.response.Response`
10032
10032
 
10033
10033
  :example:
10034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10034
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10035
10035
  """
10036
10036
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10037
10037
  required_arguments = ['autonomousVmClusterId']
@@ -10131,7 +10131,7 @@ class DatabaseClient(object):
10131
10131
  :rtype: :class:`~oci.response.Response`
10132
10132
 
10133
10133
  :example:
10134
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10134
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10135
10135
  """
10136
10136
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10137
10137
  required_arguments = ['backupId']
@@ -10232,7 +10232,7 @@ class DatabaseClient(object):
10232
10232
  :rtype: :class:`~oci.response.Response`
10233
10233
 
10234
10234
  :example:
10235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10236
10236
  """
10237
10237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10238
10238
  required_arguments = ['backupDestinationId']
@@ -10335,7 +10335,7 @@ class DatabaseClient(object):
10335
10335
  :rtype: :class:`~oci.response.Response`
10336
10336
 
10337
10337
  :example:
10338
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10338
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10339
10339
  """
10340
10340
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10341
10341
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -10441,7 +10441,7 @@ class DatabaseClient(object):
10441
10441
  :rtype: :class:`~oci.response.Response`
10442
10442
 
10443
10443
  :example:
10444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10445
10445
  """
10446
10446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10447
10447
  required_arguments = ['cloudExadataInfrastructureId']
@@ -10552,7 +10552,7 @@ class DatabaseClient(object):
10552
10552
  :rtype: :class:`~oci.response.Response`
10553
10553
 
10554
10554
  :example:
10555
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
10555
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
10556
10556
  """
10557
10557
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10558
10558
  required_arguments = ['cloudVmClusterId']
@@ -10655,7 +10655,7 @@ class DatabaseClient(object):
10655
10655
  :rtype: :class:`~oci.response.Response`
10656
10656
 
10657
10657
  :example:
10658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
10658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
10659
10659
  """
10660
10660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10661
10661
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -10760,7 +10760,7 @@ class DatabaseClient(object):
10760
10760
  :rtype: :class:`~oci.response.Response`
10761
10761
 
10762
10762
  :example:
10763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
10763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
10764
10764
  """
10765
10765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10766
10766
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -10873,7 +10873,7 @@ class DatabaseClient(object):
10873
10873
  :rtype: :class:`~oci.response.Response`
10874
10874
 
10875
10875
  :example:
10876
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
10876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
10877
10877
  """
10878
10878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10879
10879
  required_arguments = ['databaseId']
@@ -10981,7 +10981,7 @@ class DatabaseClient(object):
10981
10981
  :rtype: :class:`~oci.response.Response`
10982
10982
 
10983
10983
  :example:
10984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
10984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
10985
10985
  """
10986
10986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10987
10987
  required_arguments = ['databaseSoftwareImageId']
@@ -11088,7 +11088,7 @@ class DatabaseClient(object):
11088
11088
  :rtype: :class:`~oci.response.Response`
11089
11089
 
11090
11090
  :example:
11091
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11091
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11092
11092
  """
11093
11093
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11094
11094
  required_arguments = ['dbHomeId']
@@ -11197,7 +11197,7 @@ class DatabaseClient(object):
11197
11197
  :rtype: :class:`~oci.response.Response`
11198
11198
 
11199
11199
  :example:
11200
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11200
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11201
11201
  """
11202
11202
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11203
11203
  required_arguments = ['exadataInfrastructureId']
@@ -11300,7 +11300,7 @@ class DatabaseClient(object):
11300
11300
  :rtype: :class:`~oci.response.Response`
11301
11301
 
11302
11302
  :example:
11303
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11303
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11304
11304
  """
11305
11305
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11306
11306
  required_arguments = ['exadbVmClusterId']
@@ -11403,7 +11403,7 @@ class DatabaseClient(object):
11403
11403
  :rtype: :class:`~oci.response.Response`
11404
11404
 
11405
11405
  :example:
11406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11407
11407
  """
11408
11408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11409
11409
  required_arguments = ['exascaleDbStorageVaultId']
@@ -11506,7 +11506,7 @@ class DatabaseClient(object):
11506
11506
  :rtype: :class:`~oci.response.Response`
11507
11507
 
11508
11508
  :example:
11509
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
11509
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
11510
11510
  """
11511
11511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11512
11512
  required_arguments = ['executionActionId']
@@ -11609,7 +11609,7 @@ class DatabaseClient(object):
11609
11609
  :rtype: :class:`~oci.response.Response`
11610
11610
 
11611
11611
  :example:
11612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
11612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
11613
11613
  """
11614
11614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11615
11615
  required_arguments = ['executionWindowId']
@@ -11714,7 +11714,7 @@ class DatabaseClient(object):
11714
11714
  :rtype: :class:`~oci.response.Response`
11715
11715
 
11716
11716
  :example:
11717
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
11717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
11718
11718
  """
11719
11719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11720
11720
  required_arguments = ['externalContainerDatabaseId']
@@ -11820,7 +11820,7 @@ class DatabaseClient(object):
11820
11820
  :rtype: :class:`~oci.response.Response`
11821
11821
 
11822
11822
  :example:
11823
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
11823
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
11824
11824
  """
11825
11825
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11826
11826
  required_arguments = ['externalDatabaseConnectorId']
@@ -11923,7 +11923,7 @@ class DatabaseClient(object):
11923
11923
  :rtype: :class:`~oci.response.Response`
11924
11924
 
11925
11925
  :example:
11926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
11926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
11927
11927
  """
11928
11928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11929
11929
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12027,7 +12027,7 @@ class DatabaseClient(object):
12027
12027
  :rtype: :class:`~oci.response.Response`
12028
12028
 
12029
12029
  :example:
12030
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12030
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12031
12031
  """
12032
12032
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12033
12033
  required_arguments = ['externalPluggableDatabaseId']
@@ -12130,7 +12130,7 @@ class DatabaseClient(object):
12130
12130
  :rtype: :class:`~oci.response.Response`
12131
12131
 
12132
12132
  :example:
12133
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12133
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12134
12134
  """
12135
12135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12136
12136
  required_arguments = ['keyStoreId']
@@ -12233,7 +12233,7 @@ class DatabaseClient(object):
12233
12233
  :rtype: :class:`~oci.response.Response`
12234
12234
 
12235
12235
  :example:
12236
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12236
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12237
12237
  """
12238
12238
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12239
12239
  required_arguments = ['oneoffPatchId']
@@ -12336,7 +12336,7 @@ class DatabaseClient(object):
12336
12336
  :rtype: :class:`~oci.response.Response`
12337
12337
 
12338
12338
  :example:
12339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12340
12340
  """
12341
12341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12342
12342
  required_arguments = ['pluggableDatabaseId']
@@ -12439,7 +12439,7 @@ class DatabaseClient(object):
12439
12439
  :rtype: :class:`~oci.response.Response`
12440
12440
 
12441
12441
  :example:
12442
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12442
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12443
12443
  """
12444
12444
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12445
12445
  required_arguments = ['scheduledActionId']
@@ -12542,7 +12542,7 @@ class DatabaseClient(object):
12542
12542
  :rtype: :class:`~oci.response.Response`
12543
12543
 
12544
12544
  :example:
12545
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
12545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
12546
12546
  """
12547
12547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12548
12548
  required_arguments = ['schedulingPlanId']
@@ -12645,7 +12645,7 @@ class DatabaseClient(object):
12645
12645
  :rtype: :class:`~oci.response.Response`
12646
12646
 
12647
12647
  :example:
12648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
12648
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
12649
12649
  """
12650
12650
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12651
12651
  required_arguments = ['schedulingPolicyId']
@@ -12753,7 +12753,7 @@ class DatabaseClient(object):
12753
12753
  :rtype: :class:`~oci.response.Response`
12754
12754
 
12755
12755
  :example:
12756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
12756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
12757
12757
  """
12758
12758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12759
12759
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -12857,7 +12857,7 @@ class DatabaseClient(object):
12857
12857
  :rtype: :class:`~oci.response.Response`
12858
12858
 
12859
12859
  :example:
12860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
12860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
12861
12861
  """
12862
12862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12863
12863
  required_arguments = ['vmClusterId']
@@ -12966,7 +12966,7 @@ class DatabaseClient(object):
12966
12966
  :rtype: :class:`~oci.response.Response`
12967
12967
 
12968
12968
  :example:
12969
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
12969
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
12970
12970
  """
12971
12971
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12972
12972
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -13068,7 +13068,7 @@ class DatabaseClient(object):
13068
13068
  :rtype: :class:`~oci.response.Response`
13069
13069
 
13070
13070
  :example:
13071
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13071
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13072
13072
  """
13073
13073
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13074
13074
  required_arguments = ['autonomousDatabaseId']
@@ -13167,7 +13167,7 @@ class DatabaseClient(object):
13167
13167
  :rtype: :class:`~oci.response.Response`
13168
13168
 
13169
13169
  :example:
13170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13171
13171
  """
13172
13172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13173
13173
  required_arguments = ['autonomousDatabaseId']
@@ -13263,7 +13263,7 @@ class DatabaseClient(object):
13263
13263
  :rtype: :class:`~oci.response.Response`
13264
13264
 
13265
13265
  :example:
13266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13267
13267
  """
13268
13268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13269
13269
  required_arguments = ['autonomousDatabaseId']
@@ -13371,7 +13371,7 @@ class DatabaseClient(object):
13371
13371
  :rtype: :class:`~oci.response.Response`
13372
13372
 
13373
13373
  :example:
13374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13374
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13375
13375
  """
13376
13376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13377
13377
  required_arguments = ['databaseId']
@@ -13486,7 +13486,7 @@ class DatabaseClient(object):
13486
13486
  :rtype: :class:`~oci.response.Response`
13487
13487
 
13488
13488
  :example:
13489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
13489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
13490
13490
  """
13491
13491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13492
13492
  required_arguments = ['externalContainerDatabaseId']
@@ -13599,7 +13599,7 @@ class DatabaseClient(object):
13599
13599
  :rtype: :class:`~oci.response.Response`
13600
13600
 
13601
13601
  :example:
13602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
13602
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
13603
13603
  """
13604
13604
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13605
13605
  required_arguments = ['externalContainerDatabaseId']
@@ -13716,7 +13716,7 @@ class DatabaseClient(object):
13716
13716
  :rtype: :class:`~oci.response.Response`
13717
13717
 
13718
13718
  :example:
13719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
13719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_external_non_container_database_database_management.py.html>`__ to see an example of how to use disable_external_non_container_database_database_management API.
13720
13720
  """
13721
13721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13722
13722
  required_arguments = ['externalNonContainerDatabaseId']
@@ -13829,7 +13829,7 @@ class DatabaseClient(object):
13829
13829
  :rtype: :class:`~oci.response.Response`
13830
13830
 
13831
13831
  :example:
13832
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
13832
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use disable_external_non_container_database_operations_insights API.
13833
13833
  """
13834
13834
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13835
13835
  required_arguments = ['externalNonContainerDatabaseId']
@@ -13942,7 +13942,7 @@ class DatabaseClient(object):
13942
13942
  :rtype: :class:`~oci.response.Response`
13943
13943
 
13944
13944
  :example:
13945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
13945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_non_container_database_stack_monitoring API.
13946
13946
  """
13947
13947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13948
13948
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14059,7 +14059,7 @@ class DatabaseClient(object):
14059
14059
  :rtype: :class:`~oci.response.Response`
14060
14060
 
14061
14061
  :example:
14062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
14062
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
14063
14063
  """
14064
14064
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14065
14065
  required_arguments = ['externalPluggableDatabaseId']
@@ -14172,7 +14172,7 @@ class DatabaseClient(object):
14172
14172
  :rtype: :class:`~oci.response.Response`
14173
14173
 
14174
14174
  :example:
14175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
14175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
14176
14176
  """
14177
14177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14178
14178
  required_arguments = ['externalPluggableDatabaseId']
@@ -14285,7 +14285,7 @@ class DatabaseClient(object):
14285
14285
  :rtype: :class:`~oci.response.Response`
14286
14286
 
14287
14287
  :example:
14288
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
14288
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
14289
14289
  """
14290
14290
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14291
14291
  required_arguments = ['externalPluggableDatabaseId']
@@ -14398,7 +14398,7 @@ class DatabaseClient(object):
14398
14398
  :rtype: :class:`~oci.response.Response`
14399
14399
 
14400
14400
  :example:
14401
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14401
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14402
14402
  """
14403
14403
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14404
14404
  required_arguments = ['pluggableDatabaseId']
@@ -14508,7 +14508,7 @@ class DatabaseClient(object):
14508
14508
  :rtype: :class:`~oci.response.Response`
14509
14509
 
14510
14510
  :example:
14511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
14511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
14512
14512
  """
14513
14513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14514
14514
  required_arguments = ['exadataInfrastructureId']
@@ -14621,7 +14621,7 @@ class DatabaseClient(object):
14621
14621
  :rtype: :class:`~oci.response.Response`
14622
14622
 
14623
14623
  :example:
14624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
14624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
14625
14625
  """
14626
14626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14627
14627
  required_arguments = ['oneoffPatchId']
@@ -14736,7 +14736,7 @@ class DatabaseClient(object):
14736
14736
  :rtype: :class:`~oci.response.Response`
14737
14737
 
14738
14738
  :example:
14739
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
14739
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
14740
14740
  """
14741
14741
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14742
14742
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -14850,7 +14850,7 @@ class DatabaseClient(object):
14850
14850
  :rtype: :class:`~oci.response.Response`
14851
14851
 
14852
14852
  :example:
14853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
14853
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
14854
14854
  """
14855
14855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14856
14856
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -14952,7 +14952,7 @@ class DatabaseClient(object):
14952
14952
  :rtype: :class:`~oci.response.Response`
14953
14953
 
14954
14954
  :example:
14955
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
14955
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
14956
14956
  """
14957
14957
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14958
14958
  required_arguments = ['autonomousDatabaseId']
@@ -15048,7 +15048,7 @@ class DatabaseClient(object):
15048
15048
  :rtype: :class:`~oci.response.Response`
15049
15049
 
15050
15050
  :example:
15051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15052
15052
  """
15053
15053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15054
15054
  required_arguments = ['autonomousDatabaseId']
@@ -15159,7 +15159,7 @@ class DatabaseClient(object):
15159
15159
  :rtype: :class:`~oci.response.Response`
15160
15160
 
15161
15161
  :example:
15162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15163
15163
  """
15164
15164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15165
15165
  required_arguments = ['databaseId']
@@ -15283,7 +15283,7 @@ class DatabaseClient(object):
15283
15283
  :rtype: :class:`~oci.response.Response`
15284
15284
 
15285
15285
  :example:
15286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
15286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
15287
15287
  """
15288
15288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15289
15289
  required_arguments = ['externalContainerDatabaseId']
@@ -15401,7 +15401,7 @@ class DatabaseClient(object):
15401
15401
  :rtype: :class:`~oci.response.Response`
15402
15402
 
15403
15403
  :example:
15404
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
15404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
15405
15405
  """
15406
15406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15407
15407
  required_arguments = ['externalContainerDatabaseId']
@@ -15523,7 +15523,7 @@ class DatabaseClient(object):
15523
15523
  :rtype: :class:`~oci.response.Response`
15524
15524
 
15525
15525
  :example:
15526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
15526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_external_non_container_database_database_management.py.html>`__ to see an example of how to use enable_external_non_container_database_database_management API.
15527
15527
  """
15528
15528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15529
15529
  required_arguments = ['externalNonContainerDatabaseId']
@@ -15641,7 +15641,7 @@ class DatabaseClient(object):
15641
15641
  :rtype: :class:`~oci.response.Response`
15642
15642
 
15643
15643
  :example:
15644
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
15644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_external_non_container_database_operations_insights.py.html>`__ to see an example of how to use enable_external_non_container_database_operations_insights API.
15645
15645
  """
15646
15646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15647
15647
  required_arguments = ['externalNonContainerDatabaseId']
@@ -15759,7 +15759,7 @@ class DatabaseClient(object):
15759
15759
  :rtype: :class:`~oci.response.Response`
15760
15760
 
15761
15761
  :example:
15762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
15762
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_external_non_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_non_container_database_stack_monitoring API.
15763
15763
  """
15764
15764
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15765
15765
  required_arguments = ['externalNonContainerDatabaseId']
@@ -15881,7 +15881,7 @@ class DatabaseClient(object):
15881
15881
  :rtype: :class:`~oci.response.Response`
15882
15882
 
15883
15883
  :example:
15884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
15884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
15885
15885
  """
15886
15886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15887
15887
  required_arguments = ['externalPluggableDatabaseId']
@@ -15999,7 +15999,7 @@ class DatabaseClient(object):
15999
15999
  :rtype: :class:`~oci.response.Response`
16000
16000
 
16001
16001
  :example:
16002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
16002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
16003
16003
  """
16004
16004
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16005
16005
  required_arguments = ['externalPluggableDatabaseId']
@@ -16117,7 +16117,7 @@ class DatabaseClient(object):
16117
16117
  :rtype: :class:`~oci.response.Response`
16118
16118
 
16119
16119
  :example:
16120
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
16120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
16121
16121
  """
16122
16122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16123
16123
  required_arguments = ['externalPluggableDatabaseId']
@@ -16235,7 +16235,7 @@ class DatabaseClient(object):
16235
16235
  :rtype: :class:`~oci.response.Response`
16236
16236
 
16237
16237
  :example:
16238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16239
16239
  """
16240
16240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16241
16241
  required_arguments = ['pluggableDatabaseId']
@@ -16360,7 +16360,7 @@ class DatabaseClient(object):
16360
16360
  :rtype: :class:`~oci.response.Response`
16361
16361
 
16362
16362
  :example:
16363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
16363
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
16364
16364
  """
16365
16365
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16366
16366
  required_arguments = ['autonomousDatabaseId']
@@ -16480,7 +16480,7 @@ class DatabaseClient(object):
16480
16480
  :rtype: :class:`~oci.response.Response`
16481
16481
 
16482
16482
  :example:
16483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
16483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
16484
16484
  """
16485
16485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16486
16486
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -16600,7 +16600,7 @@ class DatabaseClient(object):
16600
16600
  :rtype: :class:`~oci.response.Response`
16601
16601
 
16602
16602
  :example:
16603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
16603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
16604
16604
  """
16605
16605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16606
16606
  required_arguments = ['databaseId']
@@ -16719,7 +16719,7 @@ class DatabaseClient(object):
16719
16719
  :rtype: :class:`~oci.response.Response`
16720
16720
 
16721
16721
  :example:
16722
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
16722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
16723
16723
  """
16724
16724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16725
16725
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -16830,7 +16830,7 @@ class DatabaseClient(object):
16830
16830
  :rtype: :class:`~oci.response.Response`
16831
16831
 
16832
16832
  :example:
16833
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
16833
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
16834
16834
  """
16835
16835
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16836
16836
  required_arguments = ['autonomousDatabaseId']
@@ -16943,7 +16943,7 @@ class DatabaseClient(object):
16943
16943
  :rtype: :class:`~oci.response.Response`
16944
16944
 
16945
16945
  :example:
16946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
16946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
16947
16947
  """
16948
16948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16949
16949
  required_arguments = ['exadataInfrastructureId']
@@ -17046,7 +17046,7 @@ class DatabaseClient(object):
17046
17046
  :rtype: :class:`~oci.response.Response`
17047
17047
 
17048
17048
  :example:
17049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17049
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17050
17050
  """
17051
17051
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17052
17052
  required_arguments = ['applicationVipId']
@@ -17141,7 +17141,7 @@ class DatabaseClient(object):
17141
17141
  :rtype: :class:`~oci.response.Response`
17142
17142
 
17143
17143
  :example:
17144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17144
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17145
17145
  """
17146
17146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17147
17147
  required_arguments = ['autonomousContainerDatabaseId']
@@ -17234,7 +17234,7 @@ class DatabaseClient(object):
17234
17234
  :rtype: :class:`~oci.response.Response`
17235
17235
 
17236
17236
  :example:
17237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
17237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
17238
17238
  """
17239
17239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17240
17240
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -17326,7 +17326,7 @@ class DatabaseClient(object):
17326
17326
  :rtype: :class:`~oci.response.Response`
17327
17327
 
17328
17328
  :example:
17329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
17329
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
17330
17330
  """
17331
17331
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17332
17332
  required_arguments = ['autonomousContainerDatabaseId']
@@ -17424,7 +17424,7 @@ class DatabaseClient(object):
17424
17424
  :rtype: :class:`~oci.response.Response`
17425
17425
 
17426
17426
  :example:
17427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
17427
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
17428
17428
  """
17429
17429
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17430
17430
  required_arguments = ['autonomousDatabaseId']
@@ -17522,7 +17522,7 @@ class DatabaseClient(object):
17522
17522
  :rtype: :class:`~oci.response.Response`
17523
17523
 
17524
17524
  :example:
17525
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
17525
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
17526
17526
  """
17527
17527
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17528
17528
  required_arguments = ['autonomousDatabaseBackupId']
@@ -17625,7 +17625,7 @@ class DatabaseClient(object):
17625
17625
  :rtype: :class:`~oci.response.Response`
17626
17626
 
17627
17627
  :example:
17628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
17628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
17629
17629
  """
17630
17630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17631
17631
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -17719,7 +17719,7 @@ class DatabaseClient(object):
17719
17719
  :rtype: :class:`~oci.response.Response`
17720
17720
 
17721
17721
  :example:
17722
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
17722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
17723
17723
  """
17724
17724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17725
17725
  required_arguments = []
@@ -17805,7 +17805,7 @@ class DatabaseClient(object):
17805
17805
  :rtype: :class:`~oci.response.Response`
17806
17806
 
17807
17807
  :example:
17808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
17808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
17809
17809
  """
17810
17810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17811
17811
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -17903,7 +17903,7 @@ class DatabaseClient(object):
17903
17903
  :rtype: :class:`~oci.response.Response`
17904
17904
 
17905
17905
  :example:
17906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
17906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
17907
17907
  """
17908
17908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17909
17909
  required_arguments = ['autonomousDatabaseId']
@@ -17998,7 +17998,7 @@ class DatabaseClient(object):
17998
17998
  :rtype: :class:`~oci.response.Response`
17999
17999
 
18000
18000
  :example:
18001
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18001
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18002
18002
  """
18003
18003
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18004
18004
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -18086,7 +18086,7 @@ class DatabaseClient(object):
18086
18086
  :rtype: :class:`~oci.response.Response`
18087
18087
 
18088
18088
  :example:
18089
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18089
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18090
18090
  """
18091
18091
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18092
18092
  required_arguments = ['autonomousPatchId']
@@ -18177,7 +18177,7 @@ class DatabaseClient(object):
18177
18177
  :rtype: :class:`~oci.response.Response`
18178
18178
 
18179
18179
  :example:
18180
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
18180
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
18181
18181
  """
18182
18182
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18183
18183
  required_arguments = ['autonomousVirtualMachineId']
@@ -18275,7 +18275,7 @@ class DatabaseClient(object):
18275
18275
  :rtype: :class:`~oci.response.Response`
18276
18276
 
18277
18277
  :example:
18278
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
18278
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
18279
18279
  """
18280
18280
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18281
18281
  required_arguments = ['autonomousVmClusterId']
@@ -18373,7 +18373,7 @@ class DatabaseClient(object):
18373
18373
  :rtype: :class:`~oci.response.Response`
18374
18374
 
18375
18375
  :example:
18376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
18376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
18377
18377
  """
18378
18378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18379
18379
  required_arguments = ['autonomousVmClusterId']
@@ -18468,7 +18468,7 @@ class DatabaseClient(object):
18468
18468
  :rtype: :class:`~oci.response.Response`
18469
18469
 
18470
18470
  :example:
18471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
18471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
18472
18472
  """
18473
18473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18474
18474
  required_arguments = ['backupId']
@@ -18559,7 +18559,7 @@ class DatabaseClient(object):
18559
18559
  :rtype: :class:`~oci.response.Response`
18560
18560
 
18561
18561
  :example:
18562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
18562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
18563
18563
  """
18564
18564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18565
18565
  required_arguments = ['backupDestinationId']
@@ -18657,7 +18657,7 @@ class DatabaseClient(object):
18657
18657
  :rtype: :class:`~oci.response.Response`
18658
18658
 
18659
18659
  :example:
18660
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
18660
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
18661
18661
  """
18662
18662
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18663
18663
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -18755,7 +18755,7 @@ class DatabaseClient(object):
18755
18755
  :rtype: :class:`~oci.response.Response`
18756
18756
 
18757
18757
  :example:
18758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
18758
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_cloud_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster_resource_usage API.
18759
18759
  """
18760
18760
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18761
18761
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -18853,7 +18853,7 @@ class DatabaseClient(object):
18853
18853
  :rtype: :class:`~oci.response.Response`
18854
18854
 
18855
18855
  :example:
18856
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
18856
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
18857
18857
  """
18858
18858
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18859
18859
  required_arguments = ['cloudExadataInfrastructureId']
@@ -18956,7 +18956,7 @@ class DatabaseClient(object):
18956
18956
  :rtype: :class:`~oci.response.Response`
18957
18957
 
18958
18958
  :example:
18959
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
18959
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
18960
18960
  """
18961
18961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18962
18962
  required_arguments = ['cloudExadataInfrastructureId']
@@ -19062,7 +19062,7 @@ class DatabaseClient(object):
19062
19062
  :rtype: :class:`~oci.response.Response`
19063
19063
 
19064
19064
  :example:
19065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19066
19066
  """
19067
19067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19068
19068
  required_arguments = ['cloudVmClusterId']
@@ -19161,7 +19161,7 @@ class DatabaseClient(object):
19161
19161
  :rtype: :class:`~oci.response.Response`
19162
19162
 
19163
19163
  :example:
19164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
19164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
19165
19165
  """
19166
19166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19167
19167
  required_arguments = ['cloudVmClusterId']
@@ -19264,7 +19264,7 @@ class DatabaseClient(object):
19264
19264
  :rtype: :class:`~oci.response.Response`
19265
19265
 
19266
19266
  :example:
19267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
19267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
19268
19268
  """
19269
19269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19270
19270
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -19368,7 +19368,7 @@ class DatabaseClient(object):
19368
19368
  :rtype: :class:`~oci.response.Response`
19369
19369
 
19370
19370
  :example:
19371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
19371
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_cloud_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update_history_entry API.
19372
19372
  """
19373
19373
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19374
19374
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -19467,7 +19467,7 @@ class DatabaseClient(object):
19467
19467
  :rtype: :class:`~oci.response.Response`
19468
19468
 
19469
19469
  :example:
19470
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
19470
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
19471
19471
  """
19472
19472
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19473
19473
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -19562,7 +19562,7 @@ class DatabaseClient(object):
19562
19562
  :rtype: :class:`~oci.response.Response`
19563
19563
 
19564
19564
  :example:
19565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
19565
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
19566
19566
  """
19567
19567
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19568
19568
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -19664,7 +19664,7 @@ class DatabaseClient(object):
19664
19664
  :rtype: :class:`~oci.response.Response`
19665
19665
 
19666
19666
  :example:
19667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
19667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
19668
19668
  """
19669
19669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19670
19670
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -19765,7 +19765,7 @@ class DatabaseClient(object):
19765
19765
  :rtype: :class:`~oci.response.Response`
19766
19766
 
19767
19767
  :example:
19768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
19768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
19769
19769
  """
19770
19770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19771
19771
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -19854,7 +19854,7 @@ class DatabaseClient(object):
19854
19854
  :rtype: :class:`~oci.response.Response`
19855
19855
 
19856
19856
  :example:
19857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
19857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
19858
19858
  """
19859
19859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19860
19860
  required_arguments = ['databaseId']
@@ -19942,7 +19942,7 @@ class DatabaseClient(object):
19942
19942
  :rtype: :class:`~oci.response.Response`
19943
19943
 
19944
19944
  :example:
19945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
19945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
19946
19946
  """
19947
19947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19948
19948
  required_arguments = ['databaseSoftwareImageId']
@@ -20038,7 +20038,7 @@ class DatabaseClient(object):
20038
20038
  :rtype: :class:`~oci.response.Response`
20039
20039
 
20040
20040
  :example:
20041
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20041
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20042
20042
  """
20043
20043
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20044
20044
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -20134,7 +20134,7 @@ class DatabaseClient(object):
20134
20134
  :rtype: :class:`~oci.response.Response`
20135
20135
 
20136
20136
  :example:
20137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20138
20138
  """
20139
20139
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20140
20140
  required_arguments = ['dbHomeId']
@@ -20227,7 +20227,7 @@ class DatabaseClient(object):
20227
20227
  :rtype: :class:`~oci.response.Response`
20228
20228
 
20229
20229
  :example:
20230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
20230
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
20231
20231
  """
20232
20232
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20233
20233
  required_arguments = ['dbHomeId', 'patchId']
@@ -20321,7 +20321,7 @@ class DatabaseClient(object):
20321
20321
  :rtype: :class:`~oci.response.Response`
20322
20322
 
20323
20323
  :example:
20324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
20324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
20325
20325
  """
20326
20326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20327
20327
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -20410,7 +20410,7 @@ class DatabaseClient(object):
20410
20410
  :rtype: :class:`~oci.response.Response`
20411
20411
 
20412
20412
  :example:
20413
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
20413
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
20414
20414
  """
20415
20415
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20416
20416
  required_arguments = ['dbNodeId']
@@ -20506,7 +20506,7 @@ class DatabaseClient(object):
20506
20506
  :rtype: :class:`~oci.response.Response`
20507
20507
 
20508
20508
  :example:
20509
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
20509
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
20510
20510
  """
20511
20511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20512
20512
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -20615,7 +20615,7 @@ class DatabaseClient(object):
20615
20615
  :rtype: :class:`~oci.response.Response`
20616
20616
 
20617
20617
  :example:
20618
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
20618
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
20619
20619
  """
20620
20620
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20621
20621
  required_arguments = ['dbSystemId']
@@ -20708,7 +20708,7 @@ class DatabaseClient(object):
20708
20708
  :rtype: :class:`~oci.response.Response`
20709
20709
 
20710
20710
  :example:
20711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
20711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
20712
20712
  """
20713
20713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20714
20714
  required_arguments = ['dbSystemId', 'patchId']
@@ -20802,7 +20802,7 @@ class DatabaseClient(object):
20802
20802
  :rtype: :class:`~oci.response.Response`
20803
20803
 
20804
20804
  :example:
20805
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
20805
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
20806
20806
  """
20807
20807
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20808
20808
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -20899,7 +20899,7 @@ class DatabaseClient(object):
20899
20899
  :rtype: :class:`~oci.response.Response`
20900
20900
 
20901
20901
  :example:
20902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
20902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
20903
20903
  """
20904
20904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20905
20905
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -21004,7 +21004,7 @@ class DatabaseClient(object):
21004
21004
  :rtype: :class:`~oci.response.Response`
21005
21005
 
21006
21006
  :example:
21007
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21007
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21008
21008
  """
21009
21009
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21010
21010
  required_arguments = ['exadataInfrastructureId']
@@ -21118,7 +21118,7 @@ class DatabaseClient(object):
21118
21118
  :rtype: :class:`~oci.response.Response`
21119
21119
 
21120
21120
  :example:
21121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21121
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21122
21122
  """
21123
21123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21124
21124
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -21221,7 +21221,7 @@ class DatabaseClient(object):
21221
21221
  :rtype: :class:`~oci.response.Response`
21222
21222
 
21223
21223
  :example:
21224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
21224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
21225
21225
  """
21226
21226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21227
21227
  required_arguments = ['exadataInfrastructureId']
@@ -21338,7 +21338,7 @@ class DatabaseClient(object):
21338
21338
  :rtype: :class:`~oci.response.Response`
21339
21339
 
21340
21340
  :example:
21341
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
21341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
21342
21342
  """
21343
21343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21344
21344
  required_arguments = ['dbSystemId']
@@ -21436,7 +21436,7 @@ class DatabaseClient(object):
21436
21436
  :rtype: :class:`~oci.response.Response`
21437
21437
 
21438
21438
  :example:
21439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
21439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
21440
21440
  """
21441
21441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21442
21442
  required_arguments = ['exadbVmClusterId']
@@ -21539,7 +21539,7 @@ class DatabaseClient(object):
21539
21539
  :rtype: :class:`~oci.response.Response`
21540
21540
 
21541
21541
  :example:
21542
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
21542
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
21543
21543
  """
21544
21544
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21545
21545
  required_arguments = ['exadbVmClusterId', 'updateId']
@@ -21643,7 +21643,7 @@ class DatabaseClient(object):
21643
21643
  :rtype: :class:`~oci.response.Response`
21644
21644
 
21645
21645
  :example:
21646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
21646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_exadb_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update_history_entry API.
21647
21647
  """
21648
21648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21649
21649
  required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
@@ -21742,7 +21742,7 @@ class DatabaseClient(object):
21742
21742
  :rtype: :class:`~oci.response.Response`
21743
21743
 
21744
21744
  :example:
21745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
21745
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
21746
21746
  """
21747
21747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21748
21748
  required_arguments = ['exascaleDbStorageVaultId']
@@ -21840,7 +21840,7 @@ class DatabaseClient(object):
21840
21840
  :rtype: :class:`~oci.response.Response`
21841
21841
 
21842
21842
  :example:
21843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
21843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
21844
21844
  """
21845
21845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21846
21846
  required_arguments = ['executionActionId']
@@ -21938,7 +21938,7 @@ class DatabaseClient(object):
21938
21938
  :rtype: :class:`~oci.response.Response`
21939
21939
 
21940
21940
  :example:
21941
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
21941
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
21942
21942
  """
21943
21943
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21944
21944
  required_arguments = ['executionWindowId']
@@ -22037,7 +22037,7 @@ class DatabaseClient(object):
22037
22037
  :rtype: :class:`~oci.response.Response`
22038
22038
 
22039
22039
  :example:
22040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22041
22041
  """
22042
22042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22043
22043
  required_arguments = ['backupId']
@@ -22128,7 +22128,7 @@ class DatabaseClient(object):
22128
22128
  :rtype: :class:`~oci.response.Response`
22129
22129
 
22130
22130
  :example:
22131
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22132
22132
  """
22133
22133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22134
22134
  required_arguments = ['externalContainerDatabaseId']
@@ -22227,7 +22227,7 @@ class DatabaseClient(object):
22227
22227
  :rtype: :class:`~oci.response.Response`
22228
22228
 
22229
22229
  :example:
22230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
22230
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
22231
22231
  """
22232
22232
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22233
22233
  required_arguments = ['externalDatabaseConnectorId']
@@ -22325,7 +22325,7 @@ class DatabaseClient(object):
22325
22325
  :rtype: :class:`~oci.response.Response`
22326
22326
 
22327
22327
  :example:
22328
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
22328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
22329
22329
  """
22330
22330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22331
22331
  required_arguments = ['externalNonContainerDatabaseId']
@@ -22424,7 +22424,7 @@ class DatabaseClient(object):
22424
22424
  :rtype: :class:`~oci.response.Response`
22425
22425
 
22426
22426
  :example:
22427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
22427
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
22428
22428
  """
22429
22429
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22430
22430
  required_arguments = ['externalPluggableDatabaseId']
@@ -22531,7 +22531,7 @@ class DatabaseClient(object):
22531
22531
  :rtype: :class:`~oci.response.Response`
22532
22532
 
22533
22533
  :example:
22534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
22534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
22535
22535
  """
22536
22536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22537
22537
  required_arguments = ['compartmentId']
@@ -22635,7 +22635,7 @@ class DatabaseClient(object):
22635
22635
  :rtype: :class:`~oci.response.Response`
22636
22636
 
22637
22637
  :example:
22638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
22638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
22639
22639
  """
22640
22640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22641
22641
  required_arguments = ['keyStoreId']
@@ -22728,7 +22728,7 @@ class DatabaseClient(object):
22728
22728
  :rtype: :class:`~oci.response.Response`
22729
22729
 
22730
22730
  :example:
22731
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
22731
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
22732
22732
  """
22733
22733
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22734
22734
  required_arguments = ['maintenanceRunId']
@@ -22814,7 +22814,7 @@ class DatabaseClient(object):
22814
22814
  :rtype: :class:`~oci.response.Response`
22815
22815
 
22816
22816
  :example:
22817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
22817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
22818
22818
  """
22819
22819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22820
22820
  required_arguments = ['maintenanceRunHistoryId']
@@ -22905,7 +22905,7 @@ class DatabaseClient(object):
22905
22905
  :rtype: :class:`~oci.response.Response`
22906
22906
 
22907
22907
  :example:
22908
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
22908
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
22909
22909
  """
22910
22910
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22911
22911
  required_arguments = ['oneoffPatchId']
@@ -23008,7 +23008,7 @@ class DatabaseClient(object):
23008
23008
  :rtype: :class:`~oci.response.Response`
23009
23009
 
23010
23010
  :example:
23011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23012
23012
  """
23013
23013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23014
23014
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -23104,7 +23104,7 @@ class DatabaseClient(object):
23104
23104
  :rtype: :class:`~oci.response.Response`
23105
23105
 
23106
23106
  :example:
23107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23108
23108
  """
23109
23109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23110
23110
  required_arguments = ['pluggableDatabaseId']
@@ -23195,7 +23195,7 @@ class DatabaseClient(object):
23195
23195
  :rtype: :class:`~oci.response.Response`
23196
23196
 
23197
23197
  :example:
23198
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
23198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
23199
23199
  """
23200
23200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23201
23201
  required_arguments = ['scheduledActionId']
@@ -23293,7 +23293,7 @@ class DatabaseClient(object):
23293
23293
  :rtype: :class:`~oci.response.Response`
23294
23294
 
23295
23295
  :example:
23296
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
23296
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
23297
23297
  """
23298
23298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23299
23299
  required_arguments = ['schedulingPlanId']
@@ -23391,7 +23391,7 @@ class DatabaseClient(object):
23391
23391
  :rtype: :class:`~oci.response.Response`
23392
23392
 
23393
23393
  :example:
23394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
23394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
23395
23395
  """
23396
23396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23397
23397
  required_arguments = ['schedulingPolicyId']
@@ -23494,7 +23494,7 @@ class DatabaseClient(object):
23494
23494
  :rtype: :class:`~oci.response.Response`
23495
23495
 
23496
23496
  :example:
23497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
23497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
23498
23498
  """
23499
23499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23500
23500
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -23593,7 +23593,7 @@ class DatabaseClient(object):
23593
23593
  :rtype: :class:`~oci.response.Response`
23594
23594
 
23595
23595
  :example:
23596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
23596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
23597
23597
  """
23598
23598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23599
23599
  required_arguments = ['vmClusterId']
@@ -23697,7 +23697,7 @@ class DatabaseClient(object):
23697
23697
  :rtype: :class:`~oci.response.Response`
23698
23698
 
23699
23699
  :example:
23700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
23700
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
23701
23701
  """
23702
23702
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23703
23703
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -23798,7 +23798,7 @@ class DatabaseClient(object):
23798
23798
  :rtype: :class:`~oci.response.Response`
23799
23799
 
23800
23800
  :example:
23801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
23801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
23802
23802
  """
23803
23803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23804
23804
  required_arguments = ['vmClusterId', 'patchId']
@@ -23892,7 +23892,7 @@ class DatabaseClient(object):
23892
23892
  :rtype: :class:`~oci.response.Response`
23893
23893
 
23894
23894
  :example:
23895
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
23895
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
23896
23896
  """
23897
23897
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23898
23898
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -23989,7 +23989,7 @@ class DatabaseClient(object):
23989
23989
  :rtype: :class:`~oci.response.Response`
23990
23990
 
23991
23991
  :example:
23992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
23992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
23993
23993
  """
23994
23994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23995
23995
  required_arguments = ['vmClusterId', 'updateId']
@@ -24093,7 +24093,7 @@ class DatabaseClient(object):
24093
24093
  :rtype: :class:`~oci.response.Response`
24094
24094
 
24095
24095
  :example:
24096
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
24096
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
24097
24097
  """
24098
24098
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24099
24099
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -24194,7 +24194,7 @@ class DatabaseClient(object):
24194
24194
  :rtype: :class:`~oci.response.Response`
24195
24195
 
24196
24196
  :example:
24197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
24197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
24198
24198
  """
24199
24199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24200
24200
  required_arguments = []
@@ -24306,7 +24306,7 @@ class DatabaseClient(object):
24306
24306
  :rtype: :class:`~oci.response.Response`
24307
24307
 
24308
24308
  :example:
24309
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
24309
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
24310
24310
  """
24311
24311
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24312
24312
  required_arguments = []
@@ -24424,7 +24424,7 @@ class DatabaseClient(object):
24424
24424
  :rtype: :class:`~oci.response.Response`
24425
24425
 
24426
24426
  :example:
24427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
24427
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
24428
24428
  """
24429
24429
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24430
24430
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -24552,7 +24552,7 @@ class DatabaseClient(object):
24552
24552
  :rtype: :class:`~oci.response.Response`
24553
24553
 
24554
24554
  :example:
24555
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
24555
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
24556
24556
  """
24557
24557
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24558
24558
  required_arguments = ['autonomousContainerDatabaseId']
@@ -24673,7 +24673,7 @@ class DatabaseClient(object):
24673
24673
  :rtype: :class:`~oci.response.Response`
24674
24674
 
24675
24675
  :example:
24676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
24676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
24677
24677
  """
24678
24678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24679
24679
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -24835,7 +24835,7 @@ class DatabaseClient(object):
24835
24835
  :rtype: :class:`~oci.response.Response`
24836
24836
 
24837
24837
  :example:
24838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
24838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
24839
24839
  """
24840
24840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24841
24841
  required_arguments = ['compartmentId']
@@ -25011,7 +25011,7 @@ class DatabaseClient(object):
25011
25011
  :rtype: :class:`~oci.response.Response`
25012
25012
 
25013
25013
  :example:
25014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
25014
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
25015
25015
  """
25016
25016
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25017
25017
  required_arguments = []
@@ -25148,7 +25148,7 @@ class DatabaseClient(object):
25148
25148
  :rtype: :class:`~oci.response.Response`
25149
25149
 
25150
25150
  :example:
25151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
25151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
25152
25152
  """
25153
25153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25154
25154
  required_arguments = []
@@ -25289,7 +25289,7 @@ class DatabaseClient(object):
25289
25289
  :rtype: :class:`~oci.response.Response`
25290
25290
 
25291
25291
  :example:
25292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
25292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
25293
25293
  """
25294
25294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25295
25295
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -25439,7 +25439,7 @@ class DatabaseClient(object):
25439
25439
  :rtype: :class:`~oci.response.Response`
25440
25440
 
25441
25441
  :example:
25442
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
25442
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
25443
25443
  """
25444
25444
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25445
25445
  required_arguments = ['autonomousDatabaseId']
@@ -25550,7 +25550,7 @@ class DatabaseClient(object):
25550
25550
  :rtype: :class:`~oci.response.Response`
25551
25551
 
25552
25552
  :example:
25553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
25553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
25554
25554
  """
25555
25555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25556
25556
  required_arguments = ['autonomousDatabaseId']
@@ -25664,7 +25664,7 @@ class DatabaseClient(object):
25664
25664
  :rtype: :class:`~oci.response.Response`
25665
25665
 
25666
25666
  :example:
25667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
25667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
25668
25668
  """
25669
25669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25670
25670
  required_arguments = ['autonomousDatabaseId']
@@ -25801,7 +25801,7 @@ class DatabaseClient(object):
25801
25801
  :rtype: :class:`~oci.response.Response`
25802
25802
 
25803
25803
  :example:
25804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
25804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
25805
25805
  """
25806
25806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25807
25807
  required_arguments = ['compartmentId', 'imageShapeFamily']
@@ -26002,7 +26002,7 @@ class DatabaseClient(object):
26002
26002
  :rtype: :class:`~oci.response.Response`
26003
26003
 
26004
26004
  :example:
26005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
26005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
26006
26006
  """
26007
26007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26008
26008
  required_arguments = ['compartmentId']
@@ -26188,7 +26188,7 @@ class DatabaseClient(object):
26188
26188
  :rtype: :class:`~oci.response.Response`
26189
26189
 
26190
26190
  :example:
26191
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
26191
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
26192
26192
  """
26193
26193
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26194
26194
  required_arguments = ['compartmentId']
@@ -26319,7 +26319,7 @@ class DatabaseClient(object):
26319
26319
  :rtype: :class:`~oci.response.Response`
26320
26320
 
26321
26321
  :example:
26322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
26322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
26323
26323
  """
26324
26324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26325
26325
  required_arguments = ['compartmentId']
@@ -26443,7 +26443,7 @@ class DatabaseClient(object):
26443
26443
  :rtype: :class:`~oci.response.Response`
26444
26444
 
26445
26445
  :example:
26446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
26446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
26447
26447
  """
26448
26448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26449
26449
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -26567,7 +26567,7 @@ class DatabaseClient(object):
26567
26567
  :rtype: :class:`~oci.response.Response`
26568
26568
 
26569
26569
  :example:
26570
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
26570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
26571
26571
  """
26572
26572
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26573
26573
  required_arguments = ['compartmentId']
@@ -26708,7 +26708,7 @@ class DatabaseClient(object):
26708
26708
  :rtype: :class:`~oci.response.Response`
26709
26709
 
26710
26710
  :example:
26711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
26711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
26712
26712
  """
26713
26713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26714
26714
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -26826,7 +26826,7 @@ class DatabaseClient(object):
26826
26826
  :rtype: :class:`~oci.response.Response`
26827
26827
 
26828
26828
  :example:
26829
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
26829
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_autonomous_vm_cluster_acd_resource_usage API.
26830
26830
  """
26831
26831
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26832
26832
  required_arguments = ['autonomousVmClusterId']
@@ -26963,7 +26963,7 @@ class DatabaseClient(object):
26963
26963
  :rtype: :class:`~oci.response.Response`
26964
26964
 
26965
26965
  :example:
26966
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
26966
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
26967
26967
  """
26968
26968
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26969
26969
  required_arguments = ['compartmentId']
@@ -27100,7 +27100,7 @@ class DatabaseClient(object):
27100
27100
  :rtype: :class:`~oci.response.Response`
27101
27101
 
27102
27102
  :example:
27103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
27103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
27104
27104
  """
27105
27105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27106
27106
  required_arguments = ['compartmentId']
@@ -27212,7 +27212,7 @@ class DatabaseClient(object):
27212
27212
  :rtype: :class:`~oci.response.Response`
27213
27213
 
27214
27214
  :example:
27215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
27215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
27216
27216
  """
27217
27217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27218
27218
  required_arguments = []
@@ -27330,7 +27330,7 @@ class DatabaseClient(object):
27330
27330
  :rtype: :class:`~oci.response.Response`
27331
27331
 
27332
27332
  :example:
27333
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
27333
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_cloud_autonomous_vm_cluster_acd_resource_usage.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_cluster_acd_resource_usage API.
27334
27334
  """
27335
27335
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27336
27336
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -27470,7 +27470,7 @@ class DatabaseClient(object):
27470
27470
  :rtype: :class:`~oci.response.Response`
27471
27471
 
27472
27472
  :example:
27473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
27473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
27474
27474
  """
27475
27475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27476
27476
  required_arguments = ['compartmentId']
@@ -27627,7 +27627,7 @@ class DatabaseClient(object):
27627
27627
  :rtype: :class:`~oci.response.Response`
27628
27628
 
27629
27629
  :example:
27630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
27630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
27631
27631
  """
27632
27632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27633
27633
  required_arguments = ['compartmentId']
@@ -27766,7 +27766,7 @@ class DatabaseClient(object):
27766
27766
  :rtype: :class:`~oci.response.Response`
27767
27767
 
27768
27768
  :example:
27769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
27769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_cloud_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_cloud_vm_cluster_update_history_entries API.
27770
27770
  """
27771
27771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27772
27772
  required_arguments = ['cloudVmClusterId']
@@ -27894,7 +27894,7 @@ class DatabaseClient(object):
27894
27894
  :rtype: :class:`~oci.response.Response`
27895
27895
 
27896
27896
  :example:
27897
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
27897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
27898
27898
  """
27899
27899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27900
27900
  required_arguments = ['cloudVmClusterId']
@@ -28038,7 +28038,7 @@ class DatabaseClient(object):
28038
28038
  :rtype: :class:`~oci.response.Response`
28039
28039
 
28040
28040
  :example:
28041
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
28041
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
28042
28042
  """
28043
28043
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28044
28044
  required_arguments = ['compartmentId']
@@ -28163,7 +28163,7 @@ class DatabaseClient(object):
28163
28163
  :rtype: :class:`~oci.response.Response`
28164
28164
 
28165
28165
  :example:
28166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
28166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
28167
28167
  """
28168
28168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28169
28169
  required_arguments = ['dbNodeId']
@@ -28278,7 +28278,7 @@ class DatabaseClient(object):
28278
28278
  :rtype: :class:`~oci.response.Response`
28279
28279
 
28280
28280
  :example:
28281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
28281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
28282
28282
  """
28283
28283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28284
28284
  required_arguments = ['dbNodeId']
@@ -28428,7 +28428,7 @@ class DatabaseClient(object):
28428
28428
  :rtype: :class:`~oci.response.Response`
28429
28429
 
28430
28430
  :example:
28431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
28431
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
28432
28432
  """
28433
28433
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28434
28434
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -28546,7 +28546,7 @@ class DatabaseClient(object):
28546
28546
  :rtype: :class:`~oci.response.Response`
28547
28547
 
28548
28548
  :example:
28549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
28549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
28550
28550
  """
28551
28551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28552
28552
  required_arguments = ['databaseId']
@@ -28689,7 +28689,7 @@ class DatabaseClient(object):
28689
28689
  :rtype: :class:`~oci.response.Response`
28690
28690
 
28691
28691
  :example:
28692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
28692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
28693
28693
  """
28694
28694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28695
28695
  required_arguments = ['compartmentId']
@@ -28860,7 +28860,7 @@ class DatabaseClient(object):
28860
28860
  :rtype: :class:`~oci.response.Response`
28861
28861
 
28862
28862
  :example:
28863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
28863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
28864
28864
  """
28865
28865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28866
28866
  required_arguments = ['databaseId']
@@ -29035,7 +29035,7 @@ class DatabaseClient(object):
29035
29035
  :rtype: :class:`~oci.response.Response`
29036
29036
 
29037
29037
  :example:
29038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
29038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
29039
29039
  """
29040
29040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29041
29041
  required_arguments = ['compartmentId']
@@ -29165,7 +29165,7 @@ class DatabaseClient(object):
29165
29165
  :rtype: :class:`~oci.response.Response`
29166
29166
 
29167
29167
  :example:
29168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
29168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
29169
29169
  """
29170
29170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29171
29171
  required_arguments = ['dbHomeId']
@@ -29273,7 +29273,7 @@ class DatabaseClient(object):
29273
29273
  :rtype: :class:`~oci.response.Response`
29274
29274
 
29275
29275
  :example:
29276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
29276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
29277
29277
  """
29278
29278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29279
29279
  required_arguments = ['dbHomeId']
@@ -29417,7 +29417,7 @@ class DatabaseClient(object):
29417
29417
  :rtype: :class:`~oci.response.Response`
29418
29418
 
29419
29419
  :example:
29420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
29420
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
29421
29421
  """
29422
29422
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29423
29423
  required_arguments = ['compartmentId']
@@ -29581,7 +29581,7 @@ class DatabaseClient(object):
29581
29581
  :rtype: :class:`~oci.response.Response`
29582
29582
 
29583
29583
  :example:
29584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
29584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
29585
29585
  """
29586
29586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29587
29587
  required_arguments = ['compartmentId']
@@ -29737,7 +29737,7 @@ class DatabaseClient(object):
29737
29737
  :rtype: :class:`~oci.response.Response`
29738
29738
 
29739
29739
  :example:
29740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
29740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
29741
29741
  """
29742
29742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29743
29743
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -29862,7 +29862,7 @@ class DatabaseClient(object):
29862
29862
  :rtype: :class:`~oci.response.Response`
29863
29863
 
29864
29864
  :example:
29865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
29865
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
29866
29866
  """
29867
29867
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29868
29868
  required_arguments = []
@@ -29959,7 +29959,7 @@ class DatabaseClient(object):
29959
29959
  :rtype: :class:`~oci.response.Response`
29960
29960
 
29961
29961
  :example:
29962
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
29962
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
29963
29963
  """
29964
29964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29965
29965
  required_arguments = ['dbSystemId']
@@ -30067,7 +30067,7 @@ class DatabaseClient(object):
30067
30067
  :rtype: :class:`~oci.response.Response`
30068
30068
 
30069
30069
  :example:
30070
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
30070
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
30071
30071
  """
30072
30072
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30073
30073
  required_arguments = ['dbSystemId']
@@ -30178,7 +30178,7 @@ class DatabaseClient(object):
30178
30178
  :rtype: :class:`~oci.response.Response`
30179
30179
 
30180
30180
  :example:
30181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
30181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
30182
30182
  """
30183
30183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30184
30184
  required_arguments = ['compartmentId']
@@ -30279,7 +30279,7 @@ class DatabaseClient(object):
30279
30279
  :rtype: :class:`~oci.response.Response`
30280
30280
 
30281
30281
  :example:
30282
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
30282
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
30283
30283
  """
30284
30284
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30285
30285
  required_arguments = ['storageManagement']
@@ -30406,7 +30406,7 @@ class DatabaseClient(object):
30406
30406
  :rtype: :class:`~oci.response.Response`
30407
30407
 
30408
30408
  :example:
30409
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
30409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
30410
30410
  """
30411
30411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30412
30412
  required_arguments = ['dbSystemId']
@@ -30588,7 +30588,7 @@ class DatabaseClient(object):
30588
30588
  :rtype: :class:`~oci.response.Response`
30589
30589
 
30590
30590
  :example:
30591
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
30591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
30592
30592
  """
30593
30593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30594
30594
  required_arguments = ['compartmentId']
@@ -30739,7 +30739,7 @@ class DatabaseClient(object):
30739
30739
  :rtype: :class:`~oci.response.Response`
30740
30740
 
30741
30741
  :example:
30742
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
30742
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
30743
30743
  """
30744
30744
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30745
30745
  required_arguments = ['compartmentId']
@@ -30880,7 +30880,7 @@ class DatabaseClient(object):
30880
30880
  :rtype: :class:`~oci.response.Response`
30881
30881
 
30882
30882
  :example:
30883
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
30883
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
30884
30884
  """
30885
30885
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30886
30886
  required_arguments = ['compartmentId']
@@ -31027,7 +31027,7 @@ class DatabaseClient(object):
31027
31027
  :rtype: :class:`~oci.response.Response`
31028
31028
 
31029
31029
  :example:
31030
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
31030
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_exadb_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_exadb_vm_cluster_update_history_entries API.
31031
31031
  """
31032
31032
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31033
31033
  required_arguments = ['exadbVmClusterId']
@@ -31158,7 +31158,7 @@ class DatabaseClient(object):
31158
31158
  :rtype: :class:`~oci.response.Response`
31159
31159
 
31160
31160
  :example:
31161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
31161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
31162
31162
  """
31163
31163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31164
31164
  required_arguments = ['exadbVmClusterId']
@@ -31304,7 +31304,7 @@ class DatabaseClient(object):
31304
31304
  :rtype: :class:`~oci.response.Response`
31305
31305
 
31306
31306
  :example:
31307
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
31307
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
31308
31308
  """
31309
31309
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31310
31310
  required_arguments = ['compartmentId']
@@ -31459,7 +31459,7 @@ class DatabaseClient(object):
31459
31459
  :rtype: :class:`~oci.response.Response`
31460
31460
 
31461
31461
  :example:
31462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
31462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
31463
31463
  """
31464
31464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31465
31465
  required_arguments = ['compartmentId']
@@ -31614,7 +31614,7 @@ class DatabaseClient(object):
31614
31614
  :rtype: :class:`~oci.response.Response`
31615
31615
 
31616
31616
  :example:
31617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
31617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
31618
31618
  """
31619
31619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31620
31620
  required_arguments = ['compartmentId']
@@ -31769,7 +31769,7 @@ class DatabaseClient(object):
31769
31769
  :rtype: :class:`~oci.response.Response`
31770
31770
 
31771
31771
  :example:
31772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
31772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
31773
31773
  """
31774
31774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31775
31775
  required_arguments = ['compartmentId']
@@ -31924,7 +31924,7 @@ class DatabaseClient(object):
31924
31924
  :rtype: :class:`~oci.response.Response`
31925
31925
 
31926
31926
  :example:
31927
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
31927
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
31928
31928
  """
31929
31929
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31930
31930
  required_arguments = ['compartmentId']
@@ -32082,7 +32082,7 @@ class DatabaseClient(object):
32082
32082
  :rtype: :class:`~oci.response.Response`
32083
32083
 
32084
32084
  :example:
32085
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
32085
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
32086
32086
  """
32087
32087
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32088
32088
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -32236,7 +32236,7 @@ class DatabaseClient(object):
32236
32236
  :rtype: :class:`~oci.response.Response`
32237
32237
 
32238
32238
  :example:
32239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
32239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
32240
32240
  """
32241
32241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32242
32242
  required_arguments = ['compartmentId']
@@ -32395,7 +32395,7 @@ class DatabaseClient(object):
32395
32395
  :rtype: :class:`~oci.response.Response`
32396
32396
 
32397
32397
  :example:
32398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
32398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
32399
32399
  """
32400
32400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32401
32401
  required_arguments = ['compartmentId']
@@ -32542,7 +32542,7 @@ class DatabaseClient(object):
32542
32542
  :rtype: :class:`~oci.response.Response`
32543
32543
 
32544
32544
  :example:
32545
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
32545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
32546
32546
  """
32547
32547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32548
32548
  required_arguments = ['compartmentId']
@@ -32691,7 +32691,7 @@ class DatabaseClient(object):
32691
32691
  :rtype: :class:`~oci.response.Response`
32692
32692
 
32693
32693
  :example:
32694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
32694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
32695
32695
  """
32696
32696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32697
32697
  required_arguments = ['version']
@@ -32848,7 +32848,7 @@ class DatabaseClient(object):
32848
32848
  :rtype: :class:`~oci.response.Response`
32849
32849
 
32850
32850
  :example:
32851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
32851
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
32852
32852
  """
32853
32853
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32854
32854
  required_arguments = ['compartmentId']
@@ -32961,7 +32961,7 @@ class DatabaseClient(object):
32961
32961
  :rtype: :class:`~oci.response.Response`
32962
32962
 
32963
32963
  :example:
32964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
32964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
32965
32965
  """
32966
32966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32967
32967
  required_arguments = ['compartmentId']
@@ -33099,7 +33099,7 @@ class DatabaseClient(object):
33099
33099
  :rtype: :class:`~oci.response.Response`
33100
33100
 
33101
33101
  :example:
33102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
33102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
33103
33103
  """
33104
33104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33105
33105
  required_arguments = ['compartmentId']
@@ -33295,7 +33295,7 @@ class DatabaseClient(object):
33295
33295
  :rtype: :class:`~oci.response.Response`
33296
33296
 
33297
33297
  :example:
33298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
33298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
33299
33299
  """
33300
33300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33301
33301
  required_arguments = ['compartmentId']
@@ -33473,7 +33473,7 @@ class DatabaseClient(object):
33473
33473
  :rtype: :class:`~oci.response.Response`
33474
33474
 
33475
33475
  :example:
33476
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
33476
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
33477
33477
  """
33478
33478
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33479
33479
  required_arguments = ['compartmentId']
@@ -33605,7 +33605,7 @@ class DatabaseClient(object):
33605
33605
  :rtype: :class:`~oci.response.Response`
33606
33606
 
33607
33607
  :example:
33608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
33608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
33609
33609
  """
33610
33610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33611
33611
  required_arguments = ['type']
@@ -33734,7 +33734,7 @@ class DatabaseClient(object):
33734
33734
  :rtype: :class:`~oci.response.Response`
33735
33735
 
33736
33736
  :example:
33737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
33737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
33738
33738
  """
33739
33739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33740
33740
  required_arguments = ['databaseId']
@@ -33904,7 +33904,7 @@ class DatabaseClient(object):
33904
33904
  :rtype: :class:`~oci.response.Response`
33905
33905
 
33906
33906
  :example:
33907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
33907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
33908
33908
  """
33909
33909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33910
33910
  required_arguments = []
@@ -34046,7 +34046,7 @@ class DatabaseClient(object):
34046
34046
  :rtype: :class:`~oci.response.Response`
34047
34047
 
34048
34048
  :example:
34049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
34049
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
34050
34050
  """
34051
34051
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34052
34052
  required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
@@ -34195,7 +34195,7 @@ class DatabaseClient(object):
34195
34195
  :rtype: :class:`~oci.response.Response`
34196
34196
 
34197
34197
  :example:
34198
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
34198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
34199
34199
  """
34200
34200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34201
34201
  required_arguments = ['compartmentId']
@@ -34360,7 +34360,7 @@ class DatabaseClient(object):
34360
34360
  :rtype: :class:`~oci.response.Response`
34361
34361
 
34362
34362
  :example:
34363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
34363
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
34364
34364
  """
34365
34365
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34366
34366
  required_arguments = ['compartmentId']
@@ -34516,7 +34516,7 @@ class DatabaseClient(object):
34516
34516
  :rtype: :class:`~oci.response.Response`
34517
34517
 
34518
34518
  :example:
34519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
34519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
34520
34520
  """
34521
34521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34522
34522
  required_arguments = ['compartmentId']
@@ -34671,7 +34671,7 @@ class DatabaseClient(object):
34671
34671
  :rtype: :class:`~oci.response.Response`
34672
34672
 
34673
34673
  :example:
34674
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
34674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
34675
34675
  """
34676
34676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34677
34677
  required_arguments = ['schedulingPolicyId']
@@ -34827,7 +34827,7 @@ class DatabaseClient(object):
34827
34827
  :rtype: :class:`~oci.response.Response`
34828
34828
 
34829
34829
  :example:
34830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
34830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
34831
34831
  """
34832
34832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34833
34833
  required_arguments = ['compartmentId', 'shape', 'giVersion']
@@ -34964,7 +34964,7 @@ class DatabaseClient(object):
34964
34964
  :rtype: :class:`~oci.response.Response`
34965
34965
 
34966
34966
  :example:
34967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
34967
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
34968
34968
  """
34969
34969
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34970
34970
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -35105,7 +35105,7 @@ class DatabaseClient(object):
35105
35105
  :rtype: :class:`~oci.response.Response`
35106
35106
 
35107
35107
  :example:
35108
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
35108
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
35109
35109
  """
35110
35110
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35111
35111
  required_arguments = ['vmClusterId']
@@ -35213,7 +35213,7 @@ class DatabaseClient(object):
35213
35213
  :rtype: :class:`~oci.response.Response`
35214
35214
 
35215
35215
  :example:
35216
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
35216
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
35217
35217
  """
35218
35218
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35219
35219
  required_arguments = ['vmClusterId']
@@ -35334,7 +35334,7 @@ class DatabaseClient(object):
35334
35334
  :rtype: :class:`~oci.response.Response`
35335
35335
 
35336
35336
  :example:
35337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
35337
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
35338
35338
  """
35339
35339
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35340
35340
  required_arguments = ['vmClusterId']
@@ -35476,7 +35476,7 @@ class DatabaseClient(object):
35476
35476
  :rtype: :class:`~oci.response.Response`
35477
35477
 
35478
35478
  :example:
35479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
35479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
35480
35480
  """
35481
35481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35482
35482
  required_arguments = ['vmClusterId']
@@ -35630,7 +35630,7 @@ class DatabaseClient(object):
35630
35630
  :rtype: :class:`~oci.response.Response`
35631
35631
 
35632
35632
  :example:
35633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
35633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
35634
35634
  """
35635
35635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35636
35636
  required_arguments = ['compartmentId']
@@ -35774,7 +35774,7 @@ class DatabaseClient(object):
35774
35774
  :rtype: :class:`~oci.response.Response`
35775
35775
 
35776
35776
  :example:
35777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
35777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
35778
35778
  """
35779
35779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35780
35780
  required_arguments = ['pluggableDatabaseId']
@@ -35898,7 +35898,7 @@ class DatabaseClient(object):
35898
35898
  :rtype: :class:`~oci.response.Response`
35899
35899
 
35900
35900
  :example:
35901
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/migrate_data_guard_association_to_multi_data_guards.py.html>`__ to see an example of how to use migrate_data_guard_association_to_multi_data_guards API.
35901
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/migrate_data_guard_association_to_multi_data_guards.py.html>`__ to see an example of how to use migrate_data_guard_association_to_multi_data_guards API.
35902
35902
  """
35903
35903
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35904
35904
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -36017,7 +36017,7 @@ class DatabaseClient(object):
36017
36017
  :rtype: :class:`~oci.response.Response`
36018
36018
 
36019
36019
  :example:
36020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
36020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
36021
36021
  """
36022
36022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36023
36023
  required_arguments = ['dbSystemId']
@@ -36137,7 +36137,7 @@ class DatabaseClient(object):
36137
36137
  :rtype: :class:`~oci.response.Response`
36138
36138
 
36139
36139
  :example:
36140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
36140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
36141
36141
  """
36142
36142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36143
36143
  required_arguments = ['databaseId']
@@ -36257,7 +36257,7 @@ class DatabaseClient(object):
36257
36257
  :rtype: :class:`~oci.response.Response`
36258
36258
 
36259
36259
  :example:
36260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
36260
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
36261
36261
  """
36262
36262
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36263
36263
  required_arguments = ['databaseId']
@@ -36377,7 +36377,7 @@ class DatabaseClient(object):
36377
36377
  :rtype: :class:`~oci.response.Response`
36378
36378
 
36379
36379
  :example:
36380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
36380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
36381
36381
  """
36382
36382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36383
36383
  required_arguments = ['pluggableDatabaseId']
@@ -36497,7 +36497,7 @@ class DatabaseClient(object):
36497
36497
  :rtype: :class:`~oci.response.Response`
36498
36498
 
36499
36499
  :example:
36500
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
36500
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
36501
36501
  """
36502
36502
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36503
36503
  required_arguments = ['executionActionId']
@@ -36614,7 +36614,7 @@ class DatabaseClient(object):
36614
36614
  :rtype: :class:`~oci.response.Response`
36615
36615
 
36616
36616
  :example:
36617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
36617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
36618
36618
  """
36619
36619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36620
36620
  required_arguments = ['pluggableDatabaseId']
@@ -36720,7 +36720,7 @@ class DatabaseClient(object):
36720
36720
  :rtype: :class:`~oci.response.Response`
36721
36721
 
36722
36722
  :example:
36723
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
36723
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
36724
36724
  """
36725
36725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36726
36726
  required_arguments = ['autonomousDatabaseId']
@@ -36826,7 +36826,7 @@ class DatabaseClient(object):
36826
36826
  :rtype: :class:`~oci.response.Response`
36827
36827
 
36828
36828
  :example:
36829
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
36829
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
36830
36830
  """
36831
36831
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36832
36832
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -36942,7 +36942,7 @@ class DatabaseClient(object):
36942
36942
  :rtype: :class:`~oci.response.Response`
36943
36943
 
36944
36944
  :example:
36945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
36945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
36946
36946
  """
36947
36947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36948
36948
  required_arguments = ['databaseId']
@@ -37057,7 +37057,7 @@ class DatabaseClient(object):
37057
37057
  :rtype: :class:`~oci.response.Response`
37058
37058
 
37059
37059
  :example:
37060
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
37060
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
37061
37061
  """
37062
37062
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37063
37063
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -37175,7 +37175,7 @@ class DatabaseClient(object):
37175
37175
  :rtype: :class:`~oci.response.Response`
37176
37176
 
37177
37177
  :example:
37178
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
37178
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
37179
37179
  """
37180
37180
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37181
37181
  required_arguments = ['pluggableDatabaseId']
@@ -37295,7 +37295,7 @@ class DatabaseClient(object):
37295
37295
  :rtype: :class:`~oci.response.Response`
37296
37296
 
37297
37297
  :example:
37298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
37298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/remove_virtual_machine_from_cloud_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_cloud_vm_cluster API.
37299
37299
  """
37300
37300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37301
37301
  required_arguments = ['cloudVmClusterId']
@@ -37415,7 +37415,7 @@ class DatabaseClient(object):
37415
37415
  :rtype: :class:`~oci.response.Response`
37416
37416
 
37417
37417
  :example:
37418
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
37418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/remove_virtual_machine_from_exadb_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_exadb_vm_cluster API.
37419
37419
  """
37420
37420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37421
37421
  required_arguments = ['exadbVmClusterId']
@@ -37535,7 +37535,7 @@ class DatabaseClient(object):
37535
37535
  :rtype: :class:`~oci.response.Response`
37536
37536
 
37537
37537
  :example:
37538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
37538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
37539
37539
  """
37540
37540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37541
37541
  required_arguments = ['vmClusterId']
@@ -37655,7 +37655,7 @@ class DatabaseClient(object):
37655
37655
  :rtype: :class:`~oci.response.Response`
37656
37656
 
37657
37657
  :example:
37658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
37658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
37659
37659
  """
37660
37660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37661
37661
  required_arguments = ['executionWindowId']
@@ -37775,7 +37775,7 @@ class DatabaseClient(object):
37775
37775
  :rtype: :class:`~oci.response.Response`
37776
37776
 
37777
37777
  :example:
37778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
37778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
37779
37779
  """
37780
37780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37781
37781
  required_arguments = ['schedulingPlanId']
@@ -37901,7 +37901,7 @@ class DatabaseClient(object):
37901
37901
  :rtype: :class:`~oci.response.Response`
37902
37902
 
37903
37903
  :example:
37904
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
37904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
37905
37905
  """
37906
37906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37907
37907
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -38020,7 +38020,7 @@ class DatabaseClient(object):
38020
38020
  :rtype: :class:`~oci.response.Response`
38021
38021
 
38022
38022
  :example:
38023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
38023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
38024
38024
  """
38025
38025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38026
38026
  required_arguments = []
@@ -38126,7 +38126,7 @@ class DatabaseClient(object):
38126
38126
  :rtype: :class:`~oci.response.Response`
38127
38127
 
38128
38128
  :example:
38129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
38129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
38130
38130
  """
38131
38131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38132
38132
  required_arguments = ['autonomousContainerDatabaseId']
@@ -38228,7 +38228,7 @@ class DatabaseClient(object):
38228
38228
  :rtype: :class:`~oci.response.Response`
38229
38229
 
38230
38230
  :example:
38231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
38231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
38232
38232
  """
38233
38233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38234
38234
  required_arguments = ['autonomousDatabaseId']
@@ -38331,7 +38331,7 @@ class DatabaseClient(object):
38331
38331
  :rtype: :class:`~oci.response.Response`
38332
38332
 
38333
38333
  :example:
38334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
38334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
38335
38335
  """
38336
38336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38337
38337
  required_arguments = ['autonomousDatabaseId']
@@ -38436,7 +38436,7 @@ class DatabaseClient(object):
38436
38436
  :rtype: :class:`~oci.response.Response`
38437
38437
 
38438
38438
  :example:
38439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
38439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
38440
38440
  """
38441
38441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38442
38442
  required_arguments = ['databaseId']
@@ -38553,7 +38553,7 @@ class DatabaseClient(object):
38553
38553
  :rtype: :class:`~oci.response.Response`
38554
38554
 
38555
38555
  :example:
38556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
38556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
38557
38557
  """
38558
38558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38559
38559
  required_arguments = ['autonomousContainerDatabaseId']
@@ -38676,7 +38676,7 @@ class DatabaseClient(object):
38676
38676
  :rtype: :class:`~oci.response.Response`
38677
38677
 
38678
38678
  :example:
38679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
38679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
38680
38680
  """
38681
38681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38682
38682
  required_arguments = ['autonomousDatabaseId']
@@ -38797,7 +38797,7 @@ class DatabaseClient(object):
38797
38797
  :rtype: :class:`~oci.response.Response`
38798
38798
 
38799
38799
  :example:
38800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
38800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
38801
38801
  """
38802
38802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38803
38803
  required_arguments = ['autonomousVmClusterId']
@@ -38915,7 +38915,7 @@ class DatabaseClient(object):
38915
38915
  :rtype: :class:`~oci.response.Response`
38916
38916
 
38917
38917
  :example:
38918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
38918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
38919
38919
  """
38920
38920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38921
38921
  required_arguments = ['autonomousVmClusterId']
@@ -39033,7 +39033,7 @@ class DatabaseClient(object):
39033
39033
  :rtype: :class:`~oci.response.Response`
39034
39034
 
39035
39035
  :example:
39036
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
39036
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/rotate_cloud_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ords_certs API.
39037
39037
  """
39038
39038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39039
39039
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -39152,7 +39152,7 @@ class DatabaseClient(object):
39152
39152
  :rtype: :class:`~oci.response.Response`
39153
39153
 
39154
39154
  :example:
39155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
39155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/rotate_cloud_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_cloud_autonomous_vm_cluster_ssl_certs API.
39156
39156
  """
39157
39157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39158
39158
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -39268,7 +39268,7 @@ class DatabaseClient(object):
39268
39268
  :rtype: :class:`~oci.response.Response`
39269
39269
 
39270
39270
  :example:
39271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
39271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
39272
39272
  """
39273
39273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39274
39274
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -39381,7 +39381,7 @@ class DatabaseClient(object):
39381
39381
  :rtype: :class:`~oci.response.Response`
39382
39382
 
39383
39383
  :example:
39384
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
39384
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
39385
39385
  """
39386
39386
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39387
39387
  required_arguments = ['pluggableDatabaseId']
@@ -39494,7 +39494,7 @@ class DatabaseClient(object):
39494
39494
  :rtype: :class:`~oci.response.Response`
39495
39495
 
39496
39496
  :example:
39497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
39497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
39498
39498
  """
39499
39499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39500
39500
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -39609,7 +39609,7 @@ class DatabaseClient(object):
39609
39609
  :rtype: :class:`~oci.response.Response`
39610
39610
 
39611
39611
  :example:
39612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
39612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
39613
39613
  """
39614
39614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39615
39615
  required_arguments = ['databaseId']
@@ -39712,7 +39712,7 @@ class DatabaseClient(object):
39712
39712
  :rtype: :class:`~oci.response.Response`
39713
39713
 
39714
39714
  :example:
39715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
39715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
39716
39716
  """
39717
39717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39718
39718
  required_arguments = ['autonomousDatabaseId']
@@ -39824,7 +39824,7 @@ class DatabaseClient(object):
39824
39824
  :rtype: :class:`~oci.response.Response`
39825
39825
 
39826
39826
  :example:
39827
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
39827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
39828
39828
  """
39829
39829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39830
39830
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -39947,7 +39947,7 @@ class DatabaseClient(object):
39947
39947
  :rtype: :class:`~oci.response.Response`
39948
39948
 
39949
39949
  :example:
39950
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
39950
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
39951
39951
  """
39952
39952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39953
39953
  required_arguments = ['databaseId']
@@ -40069,7 +40069,7 @@ class DatabaseClient(object):
40069
40069
  :rtype: :class:`~oci.response.Response`
40070
40070
 
40071
40071
  :example:
40072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
40072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
40073
40073
  """
40074
40074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40075
40075
  required_arguments = ['pluggableDatabaseId']
@@ -40176,7 +40176,7 @@ class DatabaseClient(object):
40176
40176
  :rtype: :class:`~oci.response.Response`
40177
40177
 
40178
40178
  :example:
40179
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
40179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
40180
40180
  """
40181
40181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40182
40182
  required_arguments = ['autonomousDatabaseId']
@@ -40276,7 +40276,7 @@ class DatabaseClient(object):
40276
40276
  :rtype: :class:`~oci.response.Response`
40277
40277
 
40278
40278
  :example:
40279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
40279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
40280
40280
  """
40281
40281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40282
40282
  required_arguments = ['autonomousDatabaseId']
@@ -40386,7 +40386,7 @@ class DatabaseClient(object):
40386
40386
  :rtype: :class:`~oci.response.Response`
40387
40387
 
40388
40388
  :example:
40389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
40389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
40390
40390
  """
40391
40391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40392
40392
  required_arguments = ['pluggableDatabaseId']
@@ -40494,7 +40494,7 @@ class DatabaseClient(object):
40494
40494
  :rtype: :class:`~oci.response.Response`
40495
40495
 
40496
40496
  :example:
40497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
40497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
40498
40498
  """
40499
40499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40500
40500
  required_arguments = ['autonomousDatabaseId']
@@ -40606,7 +40606,7 @@ class DatabaseClient(object):
40606
40606
  :rtype: :class:`~oci.response.Response`
40607
40607
 
40608
40608
  :example:
40609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
40609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
40610
40610
  """
40611
40611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40612
40612
  required_arguments = ['pluggableDatabaseId']
@@ -40729,7 +40729,7 @@ class DatabaseClient(object):
40729
40729
  :rtype: :class:`~oci.response.Response`
40730
40730
 
40731
40731
  :example:
40732
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
40732
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
40733
40733
  """
40734
40734
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40735
40735
  required_arguments = ['databaseId']
@@ -40843,7 +40843,7 @@ class DatabaseClient(object):
40843
40843
  :rtype: :class:`~oci.response.Response`
40844
40844
 
40845
40845
  :example:
40846
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
40846
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
40847
40847
  """
40848
40848
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40849
40849
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -40962,7 +40962,7 @@ class DatabaseClient(object):
40962
40962
  :rtype: :class:`~oci.response.Response`
40963
40963
 
40964
40964
  :example:
40965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
40965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
40966
40966
  """
40967
40967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40968
40968
  required_arguments = ['autonomousDatabaseId']
@@ -41086,7 +41086,7 @@ class DatabaseClient(object):
41086
41086
  :rtype: :class:`~oci.response.Response`
41087
41087
 
41088
41088
  :example:
41089
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
41089
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
41090
41090
  """
41091
41091
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41092
41092
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -41189,7 +41189,7 @@ class DatabaseClient(object):
41189
41189
  :rtype: :class:`~oci.response.Response`
41190
41190
 
41191
41191
  :example:
41192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
41192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
41193
41193
  """
41194
41194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41195
41195
  required_arguments = ['autonomousContainerDatabaseId']
@@ -41287,7 +41287,7 @@ class DatabaseClient(object):
41287
41287
  :rtype: :class:`~oci.response.Response`
41288
41288
 
41289
41289
  :example:
41290
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
41290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
41291
41291
  """
41292
41292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41293
41293
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -41392,7 +41392,7 @@ class DatabaseClient(object):
41392
41392
  :rtype: :class:`~oci.response.Response`
41393
41393
 
41394
41394
  :example:
41395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
41395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
41396
41396
  """
41397
41397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41398
41398
  required_arguments = ['dbSystemId']
@@ -41493,7 +41493,7 @@ class DatabaseClient(object):
41493
41493
  :rtype: :class:`~oci.response.Response`
41494
41494
 
41495
41495
  :example:
41496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
41496
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
41497
41497
  """
41498
41498
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41499
41499
  required_arguments = ['autonomousContainerDatabaseId']
@@ -41606,7 +41606,7 @@ class DatabaseClient(object):
41606
41606
  :rtype: :class:`~oci.response.Response`
41607
41607
 
41608
41608
  :example:
41609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
41609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
41610
41610
  """
41611
41611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41612
41612
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -41717,7 +41717,7 @@ class DatabaseClient(object):
41717
41717
  :rtype: :class:`~oci.response.Response`
41718
41718
 
41719
41719
  :example:
41720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
41720
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
41721
41721
  """
41722
41722
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41723
41723
  required_arguments = ['autonomousDatabaseId']
@@ -41827,7 +41827,7 @@ class DatabaseClient(object):
41827
41827
  :rtype: :class:`~oci.response.Response`
41828
41828
 
41829
41829
  :example:
41830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
41830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
41831
41831
  """
41832
41832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41833
41833
  required_arguments = ['autonomousDatabaseBackupId']
@@ -41927,7 +41927,7 @@ class DatabaseClient(object):
41927
41927
  :rtype: :class:`~oci.response.Response`
41928
41928
 
41929
41929
  :example:
41930
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
41930
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
41931
41931
  """
41932
41932
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41933
41933
  required_arguments = []
@@ -42021,7 +42021,7 @@ class DatabaseClient(object):
42021
42021
  :rtype: :class:`~oci.response.Response`
42022
42022
 
42023
42023
  :example:
42024
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
42024
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
42025
42025
  """
42026
42026
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42027
42027
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -42126,7 +42126,7 @@ class DatabaseClient(object):
42126
42126
  :rtype: :class:`~oci.response.Response`
42127
42127
 
42128
42128
  :example:
42129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
42129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
42130
42130
  """
42131
42131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42132
42132
  required_arguments = ['autonomousDatabaseId']
@@ -42229,7 +42229,7 @@ class DatabaseClient(object):
42229
42229
  :rtype: :class:`~oci.response.Response`
42230
42230
 
42231
42231
  :example:
42232
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
42232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
42233
42233
  """
42234
42234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42235
42235
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -42337,7 +42337,7 @@ class DatabaseClient(object):
42337
42337
  :rtype: :class:`~oci.response.Response`
42338
42338
 
42339
42339
  :example:
42340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
42340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
42341
42341
  """
42342
42342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42343
42343
  required_arguments = ['autonomousVmClusterId']
@@ -42450,7 +42450,7 @@ class DatabaseClient(object):
42450
42450
  :rtype: :class:`~oci.response.Response`
42451
42451
 
42452
42452
  :example:
42453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
42453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
42454
42454
  """
42455
42455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42456
42456
  required_arguments = ['backupDestinationId']
@@ -42560,7 +42560,7 @@ class DatabaseClient(object):
42560
42560
  :rtype: :class:`~oci.response.Response`
42561
42561
 
42562
42562
  :example:
42563
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
42563
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
42564
42564
  """
42565
42565
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42566
42566
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -42670,7 +42670,7 @@ class DatabaseClient(object):
42670
42670
  :rtype: :class:`~oci.response.Response`
42671
42671
 
42672
42672
  :example:
42673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
42673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
42674
42674
  """
42675
42675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42676
42676
  required_arguments = ['cloudExadataInfrastructureId']
@@ -42780,7 +42780,7 @@ class DatabaseClient(object):
42780
42780
  :rtype: :class:`~oci.response.Response`
42781
42781
 
42782
42782
  :example:
42783
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
42783
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
42784
42784
  """
42785
42785
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42786
42786
  required_arguments = ['cloudVmClusterId']
@@ -42890,7 +42890,7 @@ class DatabaseClient(object):
42890
42890
  :rtype: :class:`~oci.response.Response`
42891
42891
 
42892
42892
  :example:
42893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
42893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
42894
42894
  """
42895
42895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42896
42896
  required_arguments = ['cloudVmClusterId']
@@ -43003,7 +43003,7 @@ class DatabaseClient(object):
43003
43003
  :rtype: :class:`~oci.response.Response`
43004
43004
 
43005
43005
  :example:
43006
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
43006
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
43007
43007
  """
43008
43008
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43009
43009
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -43117,7 +43117,7 @@ class DatabaseClient(object):
43117
43117
  :rtype: :class:`~oci.response.Response`
43118
43118
 
43119
43119
  :example:
43120
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
43120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
43121
43121
  """
43122
43122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43123
43123
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -43238,7 +43238,7 @@ class DatabaseClient(object):
43238
43238
  :rtype: :class:`~oci.response.Response`
43239
43239
 
43240
43240
  :example:
43241
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
43241
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
43242
43242
  """
43243
43243
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43244
43244
  required_arguments = ['databaseId']
@@ -43356,7 +43356,7 @@ class DatabaseClient(object):
43356
43356
  :rtype: :class:`~oci.response.Response`
43357
43357
 
43358
43358
  :example:
43359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
43359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
43360
43360
  """
43361
43361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43362
43362
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -43464,7 +43464,7 @@ class DatabaseClient(object):
43464
43464
  :rtype: :class:`~oci.response.Response`
43465
43465
 
43466
43466
  :example:
43467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
43467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
43468
43468
  """
43469
43469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43470
43470
  required_arguments = ['databaseId']
@@ -43569,7 +43569,7 @@ class DatabaseClient(object):
43569
43569
  :rtype: :class:`~oci.response.Response`
43570
43570
 
43571
43571
  :example:
43572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
43572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
43573
43573
  """
43574
43574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43575
43575
  required_arguments = ['databaseSoftwareImageId']
@@ -43674,7 +43674,7 @@ class DatabaseClient(object):
43674
43674
  :rtype: :class:`~oci.response.Response`
43675
43675
 
43676
43676
  :example:
43677
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
43677
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
43678
43678
  """
43679
43679
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43680
43680
  required_arguments = ['dbHomeId']
@@ -43782,7 +43782,7 @@ class DatabaseClient(object):
43782
43782
  :rtype: :class:`~oci.response.Response`
43783
43783
 
43784
43784
  :example:
43785
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
43785
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
43786
43786
  """
43787
43787
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43788
43788
  required_arguments = ['dbNodeId']
@@ -43896,7 +43896,7 @@ class DatabaseClient(object):
43896
43896
  :rtype: :class:`~oci.response.Response`
43897
43897
 
43898
43898
  :example:
43899
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
43899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
43900
43900
  """
43901
43901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43902
43902
  required_arguments = ['dbSystemId']
@@ -44005,7 +44005,7 @@ class DatabaseClient(object):
44005
44005
  :rtype: :class:`~oci.response.Response`
44006
44006
 
44007
44007
  :example:
44008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
44008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
44009
44009
  """
44010
44010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44011
44011
  required_arguments = ['exadataInfrastructureId']
@@ -44125,7 +44125,7 @@ class DatabaseClient(object):
44125
44125
  :rtype: :class:`~oci.response.Response`
44126
44126
 
44127
44127
  :example:
44128
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
44128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
44129
44129
  """
44130
44130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44131
44131
  required_arguments = ['dbSystemId']
@@ -44235,7 +44235,7 @@ class DatabaseClient(object):
44235
44235
  :rtype: :class:`~oci.response.Response`
44236
44236
 
44237
44237
  :example:
44238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
44238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
44239
44239
  """
44240
44240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44241
44241
  required_arguments = ['exadbVmClusterId']
@@ -44345,7 +44345,7 @@ class DatabaseClient(object):
44345
44345
  :rtype: :class:`~oci.response.Response`
44346
44346
 
44347
44347
  :example:
44348
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
44348
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
44349
44349
  """
44350
44350
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44351
44351
  required_arguments = ['exascaleDbStorageVaultId']
@@ -44455,7 +44455,7 @@ class DatabaseClient(object):
44455
44455
  :rtype: :class:`~oci.response.Response`
44456
44456
 
44457
44457
  :example:
44458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
44458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
44459
44459
  """
44460
44460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44461
44461
  required_arguments = ['executionActionId']
@@ -44565,7 +44565,7 @@ class DatabaseClient(object):
44565
44565
  :rtype: :class:`~oci.response.Response`
44566
44566
 
44567
44567
  :example:
44568
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
44568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
44569
44569
  """
44570
44570
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44571
44571
  required_arguments = ['executionWindowId']
@@ -44678,7 +44678,7 @@ class DatabaseClient(object):
44678
44678
  :rtype: :class:`~oci.response.Response`
44679
44679
 
44680
44680
  :example:
44681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
44681
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
44682
44682
  """
44683
44683
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44684
44684
  required_arguments = ['externalContainerDatabaseId']
@@ -44789,7 +44789,7 @@ class DatabaseClient(object):
44789
44789
  :rtype: :class:`~oci.response.Response`
44790
44790
 
44791
44791
  :example:
44792
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
44792
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
44793
44793
  """
44794
44794
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44795
44795
  required_arguments = ['externalDatabaseConnectorId']
@@ -44899,7 +44899,7 @@ class DatabaseClient(object):
44899
44899
  :rtype: :class:`~oci.response.Response`
44900
44900
 
44901
44901
  :example:
44902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
44902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
44903
44903
  """
44904
44904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44905
44905
  required_arguments = ['externalNonContainerDatabaseId']
@@ -45011,7 +45011,7 @@ class DatabaseClient(object):
45011
45011
  :rtype: :class:`~oci.response.Response`
45012
45012
 
45013
45013
  :example:
45014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
45014
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
45015
45015
  """
45016
45016
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45017
45017
  required_arguments = ['externalPluggableDatabaseId']
@@ -45121,7 +45121,7 @@ class DatabaseClient(object):
45121
45121
  :rtype: :class:`~oci.response.Response`
45122
45122
 
45123
45123
  :example:
45124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
45124
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
45125
45125
  """
45126
45126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45127
45127
  required_arguments = ['keyStoreId']
@@ -45226,7 +45226,7 @@ class DatabaseClient(object):
45226
45226
  :rtype: :class:`~oci.response.Response`
45227
45227
 
45228
45228
  :example:
45229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
45229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
45230
45230
  """
45231
45231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45232
45232
  required_arguments = ['maintenanceRunId']
@@ -45334,7 +45334,7 @@ class DatabaseClient(object):
45334
45334
  :rtype: :class:`~oci.response.Response`
45335
45335
 
45336
45336
  :example:
45337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
45337
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
45338
45338
  """
45339
45339
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45340
45340
  required_arguments = ['oneoffPatchId']
@@ -45441,7 +45441,7 @@ class DatabaseClient(object):
45441
45441
  :rtype: :class:`~oci.response.Response`
45442
45442
 
45443
45443
  :example:
45444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
45444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
45445
45445
  """
45446
45446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45447
45447
  required_arguments = ['pluggableDatabaseId']
@@ -45549,7 +45549,7 @@ class DatabaseClient(object):
45549
45549
  :rtype: :class:`~oci.response.Response`
45550
45550
 
45551
45551
  :example:
45552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
45552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
45553
45553
  """
45554
45554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45555
45555
  required_arguments = ['scheduledActionId']
@@ -45659,7 +45659,7 @@ class DatabaseClient(object):
45659
45659
  :rtype: :class:`~oci.response.Response`
45660
45660
 
45661
45661
  :example:
45662
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
45662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
45663
45663
  """
45664
45664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45665
45665
  required_arguments = ['schedulingPolicyId']
@@ -45774,7 +45774,7 @@ class DatabaseClient(object):
45774
45774
  :rtype: :class:`~oci.response.Response`
45775
45775
 
45776
45776
  :example:
45777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
45777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
45778
45778
  """
45779
45779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45780
45780
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -45885,7 +45885,7 @@ class DatabaseClient(object):
45885
45885
  :rtype: :class:`~oci.response.Response`
45886
45886
 
45887
45887
  :example:
45888
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
45888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
45889
45889
  """
45890
45890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45891
45891
  required_arguments = ['vmClusterId']
@@ -46001,7 +46001,7 @@ class DatabaseClient(object):
46001
46001
  :rtype: :class:`~oci.response.Response`
46002
46002
 
46003
46003
  :example:
46004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
46004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
46005
46005
  """
46006
46006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46007
46007
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -46112,7 +46112,7 @@ class DatabaseClient(object):
46112
46112
  :rtype: :class:`~oci.response.Response`
46113
46113
 
46114
46114
  :example:
46115
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
46115
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
46116
46116
  """
46117
46117
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46118
46118
  required_arguments = ['databaseId']
@@ -46229,7 +46229,7 @@ class DatabaseClient(object):
46229
46229
  :rtype: :class:`~oci.response.Response`
46230
46230
 
46231
46231
  :example:
46232
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
46232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
46233
46233
  """
46234
46234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46235
46235
  required_arguments = ['dbSystemId']
@@ -46346,7 +46346,7 @@ class DatabaseClient(object):
46346
46346
  :rtype: :class:`~oci.response.Response`
46347
46347
 
46348
46348
  :example:
46349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
46349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
46350
46350
  """
46351
46351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46352
46352
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']