oci 2.152.1__py3-none-any.whl → 2.154.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 (697) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/addons/adk/agent.py +14 -11
  3. oci/addons/adk/run/response.py +79 -5
  4. oci/addons/adk/run/types.py +72 -0
  5. oci/addons/adk/tool/function_tool.py +2 -1
  6. oci/addons/adk/util.py +1 -6
  7. oci/adm/application_dependency_management_client.py +38 -38
  8. oci/adm/models/application_dependency.py +4 -3
  9. oci/adm/models/application_dependency_recommendation_summary.py +4 -4
  10. oci/adm/models/application_dependency_vulnerability_summary.py +57 -6
  11. oci/adm/models/detect_configuration.py +7 -7
  12. oci/adm/models/network_configuration.py +1 -2
  13. oci/adm/models/vulnerability.py +8 -4
  14. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  15. oci/ai_document/ai_service_document_client.py +26 -26
  16. oci/ai_language/ai_service_language_client.py +44 -44
  17. oci/ai_speech/ai_service_speech_client.py +19 -19
  18. oci/ai_vision/ai_service_vision_client.py +28 -28
  19. oci/analytics/analytics_client.py +24 -24
  20. oci/announcements_service/announcement_client.py +5 -5
  21. oci/announcements_service/announcement_subscription_client.py +9 -9
  22. oci/announcements_service/announcements_preferences_client.py +4 -4
  23. oci/announcements_service/service_client.py +1 -1
  24. oci/apigateway/api_gateway_client.py +21 -21
  25. oci/apigateway/deployment_client.py +6 -6
  26. oci/apigateway/gateway_client.py +6 -6
  27. oci/apigateway/subscribers_client.py +6 -6
  28. oci/apigateway/usage_plans_client.py +6 -6
  29. oci/apigateway/work_requests_client.py +5 -5
  30. oci/apm_config/config_client.py +12 -12
  31. oci/apm_control_plane/apm_domain_client.py +14 -14
  32. oci/apm_synthetics/apm_synthetic_client.py +30 -30
  33. oci/apm_synthetics/models/create_script_details.py +10 -6
  34. oci/apm_synthetics/models/monitor.py +51 -0
  35. oci/apm_synthetics/models/monitor_result.py +2 -2
  36. oci/apm_synthetics/models/script.py +9 -5
  37. oci/apm_synthetics/models/script_summary.py +7 -3
  38. oci/apm_synthetics/models/update_script_details.py +10 -6
  39. oci/apm_traces/attributes_client.py +8 -8
  40. oci/apm_traces/query_client.py +2 -2
  41. oci/apm_traces/trace_client.py +4 -4
  42. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  43. oci/artifacts/artifacts_client.py +32 -32
  44. oci/audit/audit_client.py +3 -3
  45. oci/autoscaling/auto_scaling_client.py +11 -11
  46. oci/bastion/bastion_client.py +15 -15
  47. oci/bds/bds_client.py +578 -86
  48. oci/bds/bds_client_composite_operations.py +42 -0
  49. oci/bds/models/__init__.py +26 -0
  50. oci/bds/models/bds_capacity_report.py +132 -0
  51. oci/bds/models/bds_software_update.py +109 -0
  52. oci/bds/models/capacity_availability.py +121 -0
  53. oci/bds/models/capacity_report_shape_availability.py +128 -0
  54. oci/bds/models/create_bds_capacity_report_details.py +101 -0
  55. oci/bds/models/create_capacity_report_shape_availability_details.py +97 -0
  56. oci/bds/models/domain_type_capacity_report.py +107 -0
  57. oci/bds/models/install_os_patch_details.py +33 -2
  58. oci/bds/models/install_software_updates_details.py +70 -0
  59. oci/bds/models/multi_ad_capacity_report.py +107 -0
  60. oci/bds/models/os_patch_package_summary.py +57 -2
  61. oci/bds/models/patch_history_summary.py +13 -7
  62. oci/bds/models/single_ad_capacity_report.py +107 -0
  63. oci/bds/models/software_update.py +253 -0
  64. oci/bds/models/software_update_collection.py +70 -0
  65. oci/bds/models/software_update_summary.py +194 -0
  66. oci/bds/models/work_request.py +7 -3
  67. oci/blockchain/blockchain_platform_client.py +27 -27
  68. oci/budget/budget_client.py +10 -10
  69. oci/capacity_management/__init__.py +5 -1
  70. oci/capacity_management/capacity_management_client.py +32 -32
  71. oci/capacity_management/demand_signal_client.py +1645 -0
  72. oci/capacity_management/demand_signal_client_composite_operations.py +318 -0
  73. oci/capacity_management/internal_demand_signal_client.py +1605 -0
  74. oci/capacity_management/internal_demand_signal_client_composite_operations.py +172 -0
  75. oci/capacity_management/models/__init__.py +79 -1
  76. oci/capacity_management/models/bulk_create_occm_demand_signal_item.py +400 -0
  77. oci/capacity_management/models/bulk_create_occm_demand_signal_item_details.py +101 -0
  78. oci/capacity_management/models/create_internal_occm_demand_signal_delivery_details.py +322 -0
  79. oci/capacity_management/models/create_occm_demand_signal_details.py +198 -0
  80. oci/capacity_management/models/create_occm_demand_signal_item_details.py +462 -0
  81. oci/capacity_management/models/internal_occm_demand_signal.py +431 -0
  82. oci/capacity_management/models/internal_occm_demand_signal_catalog_resource.py +620 -0
  83. oci/capacity_management/models/internal_occm_demand_signal_catalog_resource_collection.py +70 -0
  84. oci/capacity_management/models/internal_occm_demand_signal_catalog_resource_summary.py +588 -0
  85. oci/capacity_management/models/internal_occm_demand_signal_collection.py +70 -0
  86. oci/capacity_management/models/internal_occm_demand_signal_delivery.py +555 -0
  87. oci/capacity_management/models/internal_occm_demand_signal_delivery_collection.py +70 -0
  88. oci/capacity_management/models/internal_occm_demand_signal_delivery_summary.py +495 -0
  89. oci/capacity_management/models/internal_occm_demand_signal_item_collection.py +70 -0
  90. oci/capacity_management/models/internal_occm_demand_signal_item_summary.py +674 -0
  91. oci/capacity_management/models/internal_occm_demand_signal_summary.py +431 -0
  92. oci/capacity_management/models/occm_demand_signal.py +464 -0
  93. oci/capacity_management/models/occm_demand_signal_catalog.py +418 -0
  94. oci/capacity_management/models/occm_demand_signal_catalog_collection.py +70 -0
  95. oci/capacity_management/models/occm_demand_signal_catalog_resource.py +558 -0
  96. oci/capacity_management/models/occm_demand_signal_catalog_resource_collection.py +70 -0
  97. oci/capacity_management/models/occm_demand_signal_catalog_resource_summary.py +526 -0
  98. oci/capacity_management/models/occm_demand_signal_catalog_summary.py +386 -0
  99. oci/capacity_management/models/occm_demand_signal_collection.py +70 -0
  100. oci/capacity_management/models/occm_demand_signal_delivery_collection.py +70 -0
  101. oci/capacity_management/models/occm_demand_signal_delivery_summary.py +481 -0
  102. oci/capacity_management/models/occm_demand_signal_item.py +675 -0
  103. oci/capacity_management/models/occm_demand_signal_item_collection.py +70 -0
  104. oci/capacity_management/models/occm_demand_signal_item_summary.py +643 -0
  105. oci/capacity_management/models/occm_demand_signal_resource_properties_collection.py +70 -0
  106. oci/capacity_management/models/occm_demand_signal_resource_properties_summary.py +256 -0
  107. oci/capacity_management/models/occm_demand_signal_resource_property_constraints_collection.py +70 -0
  108. oci/capacity_management/models/occm_demand_signal_resource_property_constraints_summary.py +101 -0
  109. oci/capacity_management/models/occm_demand_signal_resource_property_option_summary.py +101 -0
  110. oci/capacity_management/models/occm_demand_signal_summary.py +400 -0
  111. oci/capacity_management/models/update_internal_occm_demand_signal_delivery_details.py +260 -0
  112. oci/capacity_management/models/update_internal_occm_demand_signal_details.py +98 -0
  113. oci/capacity_management/models/update_occm_demand_signal_details.py +210 -0
  114. oci/capacity_management/models/update_occm_demand_signal_item_details.py +326 -0
  115. oci/certificates/certificates_client.py +5 -5
  116. oci/certificates_management/certificates_management_client.py +32 -32
  117. oci/cims/incident_client.py +6 -6
  118. oci/cloud_bridge/common_client.py +5 -5
  119. oci/cloud_bridge/discovery_client.py +15 -15
  120. oci/cloud_bridge/inventory_client.py +16 -16
  121. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  122. oci/cloud_guard/cloud_guard_client.py +155 -155
  123. oci/cloud_migrations/migration_client.py +43 -43
  124. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  125. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  126. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  127. oci/compute_instance_agent/plugin_client.py +2 -2
  128. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  129. oci/container_engine/container_engine_client.py +46 -46
  130. oci/container_engine/models/cluster.py +33 -2
  131. oci/container_instances/container_instance_client.py +18 -18
  132. oci/core/blockstorage_client.py +60 -60
  133. oci/core/compute_client.py +1095 -163
  134. oci/core/compute_client_composite_operations.py +403 -0
  135. oci/core/compute_management_client.py +32 -32
  136. oci/core/models/__init__.py +30 -0
  137. oci/core/models/attach_compute_host_group_host_details.py +74 -0
  138. oci/core/models/change_compute_host_group_compartment_details.py +76 -0
  139. oci/core/models/compute_bare_metal_host_placement_constraint_details.py +79 -0
  140. oci/core/models/compute_host.py +191 -0
  141. oci/core/models/compute_host_configuration_check_details.py +243 -0
  142. oci/core/models/compute_host_configuration_data.py +97 -0
  143. oci/core/models/compute_host_group.py +483 -0
  144. oci/core/models/compute_host_group_collection.py +70 -0
  145. oci/core/models/compute_host_group_summary.py +428 -0
  146. oci/core/models/compute_host_summary.py +62 -0
  147. oci/core/models/create_compute_host_group_details.py +282 -0
  148. oci/core/models/create_dedicated_vm_host_details.py +29 -2
  149. oci/core/models/create_ipv6_details.py +4 -4
  150. oci/core/models/create_local_peering_gateway_details.py +45 -0
  151. oci/core/models/create_private_ip_details.py +4 -4
  152. oci/core/models/create_vcn_details.py +33 -2
  153. oci/core/models/create_volume_details.py +8 -2
  154. oci/core/models/dedicated_vm_host.py +27 -0
  155. oci/core/models/detach_compute_host_group_host_details.py +74 -0
  156. oci/core/models/host_group_configuration.py +152 -0
  157. oci/core/models/host_group_placement_constraint_details.py +79 -0
  158. oci/core/models/instance.py +64 -2
  159. oci/core/models/instance_configuration_create_volume_details.py +8 -2
  160. oci/core/models/ipv6.py +4 -4
  161. oci/core/models/launch_instance_details.py +58 -0
  162. oci/core/models/local_peering_gateway.py +45 -0
  163. oci/core/models/placement_constraint_details.py +91 -0
  164. oci/core/models/private_ip.py +4 -4
  165. oci/core/models/recycle_details.py +125 -0
  166. oci/core/models/update_compute_host_group_details.py +216 -0
  167. oci/core/models/update_ipv6_details.py +4 -4
  168. oci/core/models/update_local_peering_gateway_details.py +45 -0
  169. oci/core/models/update_private_ip_details.py +4 -4
  170. oci/core/models/update_vcn_details.py +33 -2
  171. oci/core/models/update_vnic_details.py +2 -2
  172. oci/core/models/update_volume_details.py +8 -2
  173. oci/core/models/vcn.py +33 -2
  174. oci/core/models/vnic.py +2 -2
  175. oci/core/models/volume.py +8 -2
  176. oci/core/virtual_network_client.py +260 -260
  177. oci/dashboard_service/dashboard_client.py +6 -6
  178. oci/dashboard_service/dashboard_group_client.py +6 -6
  179. oci/data_catalog/data_catalog_client.py +149 -149
  180. oci/data_flow/data_flow_client.py +45 -45
  181. oci/data_integration/data_integration_client.py +163 -163
  182. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  183. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  184. oci/data_safe/data_safe_client.py +317 -317
  185. oci/data_science/data_science_client.py +145 -145
  186. oci/database/database_client.py +646 -456
  187. oci/database/database_client_composite_operations.py +2 -2
  188. oci/database/models/__init__.py +12 -0
  189. oci/database/models/autonomous_container_database.py +2 -2
  190. oci/database/models/autonomous_container_database_backup.py +691 -0
  191. oci/database/models/autonomous_container_database_backup_collection.py +70 -0
  192. oci/database/models/autonomous_container_database_backup_summary.py +696 -0
  193. oci/database/models/autonomous_container_database_summary.py +2 -2
  194. oci/database/models/autonomous_database_in_backup.py +105 -0
  195. oci/database/models/backup.py +7 -3
  196. oci/database/models/backup_destination_configuration_summary.py +74 -2
  197. oci/database/models/backup_destination_details.py +74 -2
  198. oci/database/models/backup_destination_details_summary.py +74 -2
  199. oci/database/models/backup_summary.py +7 -3
  200. oci/database/models/create_autonomous_container_database_base.py +1400 -0
  201. oci/database/models/create_autonomous_container_database_details.py +14 -1032
  202. oci/database/models/create_autonomous_container_database_from_backup_details.py +349 -0
  203. oci/database/models/create_database_base.py +1 -1
  204. oci/database/models/create_external_backup_job_details.py +7 -3
  205. oci/database/models/db_system.py +7 -3
  206. oci/database/models/db_system_summary.py +7 -3
  207. oci/database/models/external_container_database.py +7 -3
  208. oci/database/models/external_container_database_summary.py +7 -3
  209. oci/database/models/external_database_base.py +7 -3
  210. oci/database/models/external_non_container_database.py +7 -3
  211. oci/database/models/external_non_container_database_summary.py +7 -3
  212. oci/database/models/external_pluggable_database.py +7 -3
  213. oci/database/models/external_pluggable_database_summary.py +7 -3
  214. oci/database/models/launch_db_system_details.py +7 -3
  215. oci/database/models/launch_db_system_from_backup_details.py +7 -3
  216. oci/database/models/launch_db_system_from_database_details.py +7 -3
  217. oci/database_management/db_management_client.py +229 -229
  218. oci/database_management/diagnosability_client.py +4 -4
  219. oci/database_management/managed_my_sql_databases_client.py +1286 -274
  220. oci/database_management/managed_my_sql_databases_client_composite_operations.py +42 -0
  221. oci/database_management/models/__init__.py +44 -0
  222. oci/database_management/models/change_mysql_database_management_type_details.py +121 -0
  223. oci/database_management/models/managed_my_sql_database.py +47 -0
  224. oci/database_management/models/managed_my_sql_database_binary_log_information.py +225 -0
  225. oci/database_management/models/managed_my_sql_database_general_replication_information.py +586 -0
  226. oci/database_management/models/managed_my_sql_database_high_availability_member_collection.py +345 -0
  227. oci/database_management/models/managed_my_sql_database_high_availability_member_summary.py +194 -0
  228. oci/database_management/models/managed_my_sql_database_inbound_replication_collection.py +225 -0
  229. oci/database_management/models/managed_my_sql_database_inbound_replication_summary.py +620 -0
  230. oci/database_management/models/managed_my_sql_database_outbound_replication_collection.py +101 -0
  231. oci/database_management/models/managed_my_sql_database_outbound_replication_summary.py +163 -0
  232. oci/database_management/models/managed_my_sql_database_summary.py +33 -2
  233. oci/database_management/models/my_sql_apply_error.py +163 -0
  234. oci/database_management/models/my_sql_apply_error_worker.py +132 -0
  235. oci/database_management/models/my_sql_channel_apply_error.py +97 -0
  236. oci/database_management/models/my_sql_channel_fetch_error.py +97 -0
  237. oci/database_management/models/my_sql_database_usage_metrics.py +31 -0
  238. oci/database_management/models/my_sql_digest_error_summary.py +97 -0
  239. oci/database_management/models/my_sql_digest_errors_collection.py +70 -0
  240. oci/database_management/models/my_sql_fetch_error.py +132 -0
  241. oci/database_management/models/my_sql_high_availability_status_summary.py +101 -0
  242. oci/database_management/models/my_sql_query_details.py +124 -0
  243. oci/database_management/models/my_sql_query_explain_plan.py +117 -0
  244. oci/database_management/models/my_sql_query_message.py +152 -0
  245. oci/database_management/models/my_sql_query_sample_details.py +256 -0
  246. oci/database_management/models/my_sql_replication_applier_filter.py +101 -0
  247. oci/database_management/perfhub_client.py +1 -1
  248. oci/database_management/sql_tuning_client.py +17 -17
  249. oci/database_migration/database_migration_client.py +42 -42
  250. oci/database_migration/models/create_data_pump_parameters.py +7 -3
  251. oci/database_migration/models/create_oracle_migration_details.py +31 -0
  252. oci/database_migration/models/data_pump_parameters.py +7 -3
  253. oci/database_migration/models/oracle_clone_migration_details.py +33 -2
  254. oci/database_migration/models/oracle_migration.py +31 -0
  255. oci/database_migration/models/oracle_migration_summary.py +33 -2
  256. oci/database_migration/models/update_data_pump_parameters.py +7 -3
  257. oci/database_migration/models/update_oracle_migration_details.py +33 -2
  258. oci/database_tools/database_tools_client.py +23 -23
  259. oci/dblm/db_life_cycle_management_client.py +14 -14
  260. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  261. oci/delegate_access_control/work_request_client.py +4 -4
  262. oci/demand_signal/occ_demand_signal_client.py +7 -7
  263. oci/desktops/desktop_service_client.py +21 -21
  264. oci/devops/devops_client.py +141 -141
  265. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  266. oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
  267. oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
  268. oci/distributed_database/distributed_db_service_client.py +19 -19
  269. oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
  270. oci/dns/dns_client.py +54 -54
  271. oci/dts/appliance_export_job_client.py +6 -6
  272. oci/dts/shipping_vendors_client.py +1 -1
  273. oci/dts/transfer_appliance_client.py +8 -8
  274. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  275. oci/dts/transfer_device_client.py +5 -5
  276. oci/dts/transfer_job_client.py +6 -6
  277. oci/dts/transfer_package_client.py +7 -7
  278. oci/em_warehouse/em_warehouse_client.py +13 -13
  279. oci/email/email_client.py +31 -31
  280. oci/email_data_plane/email_dp_client.py +1 -1
  281. oci/events/events_client.py +6 -6
  282. oci/file_storage/file_storage_client.py +74 -74
  283. oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
  284. oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
  285. oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
  286. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  287. oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
  288. oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
  289. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
  290. oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
  291. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  292. oci/functions/functions_invoke_client.py +1 -1
  293. oci/functions/functions_management_client.py +16 -16
  294. oci/fusion_apps/fusion_applications_client.py +41 -41
  295. oci/generative_ai/generative_ai_client.py +22 -22
  296. oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
  297. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
  298. oci/generative_ai_agent_runtime/models/__init__.py +19 -1
  299. oci/generative_ai_agent_runtime/models/error_trace.py +62 -3
  300. oci/generative_ai_agent_runtime/models/execution_trace.py +146 -0
  301. oci/generative_ai_agent_runtime/models/generation_trace.py +93 -3
  302. oci/generative_ai_agent_runtime/models/human_approval_required_action.py +135 -0
  303. oci/generative_ai_agent_runtime/models/model_details.py +128 -0
  304. oci/generative_ai_agent_runtime/models/model_params.py +225 -0
  305. oci/generative_ai_agent_runtime/models/planning_trace.py +177 -0
  306. oci/generative_ai_agent_runtime/models/required_action.py +4 -0
  307. oci/generative_ai_agent_runtime/models/retrieval_trace.py +62 -3
  308. oci/generative_ai_agent_runtime/models/source_details.py +101 -0
  309. oci/generative_ai_agent_runtime/models/tool_invocation_trace.py +190 -0
  310. oci/generative_ai_agent_runtime/models/trace.py +147 -3
  311. oci/generative_ai_agent_runtime/models/usage.py +93 -0
  312. oci/generative_ai_agent_runtime/models/usage_details.py +163 -0
  313. oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
  314. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  315. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  316. oci/golden_gate/golden_gate_client.py +122 -102
  317. oci/golden_gate/models/__init__.py +88 -0
  318. oci/golden_gate/models/amazon_kinesis_connection.py +1 -1
  319. oci/golden_gate/models/amazon_kinesis_connection_summary.py +1 -1
  320. oci/golden_gate/models/amazon_redshift_connection.py +1 -1
  321. oci/golden_gate/models/amazon_redshift_connection_summary.py +1 -1
  322. oci/golden_gate/models/amazon_s3_connection.py +67 -3
  323. oci/golden_gate/models/amazon_s3_connection_summary.py +67 -3
  324. oci/golden_gate/models/amazon_s3_iceberg_storage.py +260 -0
  325. oci/golden_gate/models/amazon_s3_iceberg_storage_summary.py +243 -0
  326. oci/golden_gate/models/azure_data_lake_storage_connection.py +1 -1
  327. oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +1 -1
  328. oci/golden_gate/models/azure_data_lake_storage_iceberg_storage.py +179 -0
  329. oci/golden_gate/models/azure_data_lake_storage_iceberg_storage_summary.py +179 -0
  330. oci/golden_gate/models/azure_synapse_connection.py +1 -1
  331. oci/golden_gate/models/azure_synapse_connection_summary.py +1 -1
  332. oci/golden_gate/models/connection.py +11 -3
  333. oci/golden_gate/models/connection_summary.py +11 -3
  334. oci/golden_gate/models/create_amazon_kinesis_connection_details.py +1 -1
  335. oci/golden_gate/models/create_amazon_redshift_connection_details.py +1 -1
  336. oci/golden_gate/models/create_amazon_s3_connection_details.py +67 -3
  337. oci/golden_gate/models/create_amazon_s3_iceberg_storage_details.py +243 -0
  338. oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +1 -1
  339. oci/golden_gate/models/create_azure_data_lake_storage_iceberg_storage_details.py +179 -0
  340. oci/golden_gate/models/create_azure_synapse_connection_details.py +1 -1
  341. oci/golden_gate/models/create_connection_details.py +11 -3
  342. oci/golden_gate/models/create_databricks_connection_details.py +1 -1
  343. oci/golden_gate/models/create_db2_connection_details.py +3 -1
  344. oci/golden_gate/models/create_deployment_details.py +7 -3
  345. oci/golden_gate/models/create_elasticsearch_connection_details.py +1 -1
  346. oci/golden_gate/models/create_generic_connection_details.py +1 -1
  347. oci/golden_gate/models/create_glue_iceberg_catalog_details.py +80 -0
  348. oci/golden_gate/models/create_golden_gate_connection_details.py +1 -1
  349. oci/golden_gate/models/create_google_big_query_connection_details.py +3 -3
  350. oci/golden_gate/models/create_google_cloud_storage_connection_details.py +3 -3
  351. oci/golden_gate/models/create_google_cloud_storage_iceberg_storage_details.py +148 -0
  352. oci/golden_gate/models/create_google_pub_sub_connection_details.py +3 -3
  353. oci/golden_gate/models/create_hadoop_iceberg_catalog_details.py +49 -0
  354. oci/golden_gate/models/create_hdfs_connection_details.py +3 -1
  355. oci/golden_gate/models/create_iceberg_catalog_details.py +131 -0
  356. oci/golden_gate/models/create_iceberg_connection_details.py +219 -0
  357. oci/golden_gate/models/create_iceberg_storage_details.py +115 -0
  358. oci/golden_gate/models/create_java_message_service_connection_details.py +1 -1
  359. oci/golden_gate/models/create_kafka_connection_details.py +1 -1
  360. oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +1 -1
  361. oci/golden_gate/models/create_microsoft_fabric_connection_details.py +1 -1
  362. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +3 -3
  363. oci/golden_gate/models/create_mongo_db_connection_details.py +3 -1
  364. oci/golden_gate/models/create_mysql_connection_details.py +11 -5
  365. oci/golden_gate/models/create_nessie_iceberg_catalog_details.py +113 -0
  366. oci/golden_gate/models/create_oci_object_storage_connection_details.py +1 -1
  367. oci/golden_gate/models/create_oracle_connection_details.py +1 -1
  368. oci/golden_gate/models/create_oracle_nosql_connection_details.py +1 -1
  369. oci/golden_gate/models/create_polaris_iceberg_catalog_details.py +210 -0
  370. oci/golden_gate/models/create_postgresql_connection_details.py +7 -1
  371. oci/golden_gate/models/create_redis_connection_details.py +1 -1
  372. oci/golden_gate/models/create_rest_iceberg_catalog_details.py +121 -0
  373. oci/golden_gate/models/create_snowflake_connection_details.py +2 -2
  374. oci/golden_gate/models/databricks_connection.py +1 -1
  375. oci/golden_gate/models/databricks_connection_summary.py +1 -1
  376. oci/golden_gate/models/db2_connection.py +43 -6
  377. oci/golden_gate/models/db2_connection_summary.py +1 -1
  378. oci/golden_gate/models/deployment.py +7 -3
  379. oci/golden_gate/models/deployment_backup.py +7 -3
  380. oci/golden_gate/models/deployment_backup_summary.py +7 -3
  381. oci/golden_gate/models/deployment_summary.py +7 -3
  382. oci/golden_gate/models/deployment_type_summary.py +24 -16
  383. oci/golden_gate/models/deployment_version_summary.py +7 -3
  384. oci/golden_gate/models/elasticsearch_connection.py +36 -3
  385. oci/golden_gate/models/elasticsearch_connection_summary.py +1 -1
  386. oci/golden_gate/models/generic_connection.py +1 -1
  387. oci/golden_gate/models/generic_connection_summary.py +1 -1
  388. oci/golden_gate/models/glue_iceberg_catalog.py +80 -0
  389. oci/golden_gate/models/glue_iceberg_catalog_summary.py +80 -0
  390. oci/golden_gate/models/golden_gate_connection.py +1 -1
  391. oci/golden_gate/models/golden_gate_connection_summary.py +1 -1
  392. oci/golden_gate/models/google_big_query_connection.py +3 -3
  393. oci/golden_gate/models/google_big_query_connection_summary.py +3 -3
  394. oci/golden_gate/models/google_cloud_storage_connection.py +3 -3
  395. oci/golden_gate/models/google_cloud_storage_connection_summary.py +3 -3
  396. oci/golden_gate/models/google_cloud_storage_iceberg_storage.py +148 -0
  397. oci/golden_gate/models/google_cloud_storage_iceberg_storage_summary.py +148 -0
  398. oci/golden_gate/models/google_pub_sub_connection.py +3 -3
  399. oci/golden_gate/models/google_pub_sub_connection_summary.py +3 -3
  400. oci/golden_gate/models/hadoop_iceberg_catalog.py +49 -0
  401. oci/golden_gate/models/hadoop_iceberg_catalog_summary.py +49 -0
  402. oci/golden_gate/models/hdfs_connection.py +36 -3
  403. oci/golden_gate/models/hdfs_connection_summary.py +1 -1
  404. oci/golden_gate/models/iceberg_catalog.py +131 -0
  405. oci/golden_gate/models/iceberg_catalog_summary.py +131 -0
  406. oci/golden_gate/models/iceberg_connection.py +284 -0
  407. oci/golden_gate/models/iceberg_connection_summary.py +268 -0
  408. oci/golden_gate/models/iceberg_storage.py +115 -0
  409. oci/golden_gate/models/iceberg_storage_summary.py +115 -0
  410. oci/golden_gate/models/java_message_service_connection.py +1 -1
  411. oci/golden_gate/models/java_message_service_connection_summary.py +1 -1
  412. oci/golden_gate/models/kafka_connection.py +1 -1
  413. oci/golden_gate/models/kafka_connection_summary.py +1 -1
  414. oci/golden_gate/models/kafka_schema_registry_connection.py +1 -1
  415. oci/golden_gate/models/kafka_schema_registry_connection_summary.py +1 -1
  416. oci/golden_gate/models/microsoft_fabric_connection.py +1 -1
  417. oci/golden_gate/models/microsoft_fabric_connection_summary.py +1 -1
  418. oci/golden_gate/models/microsoft_sqlserver_connection.py +3 -3
  419. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +3 -3
  420. oci/golden_gate/models/mongo_db_connection.py +43 -6
  421. oci/golden_gate/models/mongo_db_connection_summary.py +1 -1
  422. oci/golden_gate/models/mysql_connection.py +106 -1
  423. oci/golden_gate/models/mysql_connection_summary.py +1 -1
  424. oci/golden_gate/models/nessie_iceberg_catalog.py +113 -0
  425. oci/golden_gate/models/nessie_iceberg_catalog_summary.py +113 -0
  426. oci/golden_gate/models/oci_object_storage_connection.py +1 -1
  427. oci/golden_gate/models/oci_object_storage_connection_summary.py +1 -1
  428. oci/golden_gate/models/oracle_connection.py +1 -1
  429. oci/golden_gate/models/oracle_connection_summary.py +1 -1
  430. oci/golden_gate/models/oracle_nosql_connection.py +35 -2
  431. oci/golden_gate/models/oracle_nosql_connection_summary.py +2 -2
  432. oci/golden_gate/models/polaris_iceberg_catalog.py +210 -0
  433. oci/golden_gate/models/polaris_iceberg_catalog_summary.py +210 -0
  434. oci/golden_gate/models/postgresql_connection.py +104 -3
  435. oci/golden_gate/models/postgresql_connection_summary.py +1 -1
  436. oci/golden_gate/models/redis_connection.py +1 -1
  437. oci/golden_gate/models/redis_connection_summary.py +1 -1
  438. oci/golden_gate/models/rest_iceberg_catalog.py +121 -0
  439. oci/golden_gate/models/rest_iceberg_catalog_summary.py +121 -0
  440. oci/golden_gate/models/snowflake_connection.py +2 -2
  441. oci/golden_gate/models/snowflake_connection_summary.py +2 -2
  442. oci/golden_gate/models/update_amazon_kinesis_connection_details.py +1 -1
  443. oci/golden_gate/models/update_amazon_redshift_connection_details.py +1 -1
  444. oci/golden_gate/models/update_amazon_s3_connection_details.py +67 -3
  445. oci/golden_gate/models/update_amazon_s3_iceberg_storage_details.py +243 -0
  446. oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +1 -1
  447. oci/golden_gate/models/update_azure_data_lake_storage_iceberg_storage_details.py +179 -0
  448. oci/golden_gate/models/update_azure_synapse_connection_details.py +1 -1
  449. oci/golden_gate/models/update_connection_details.py +11 -3
  450. oci/golden_gate/models/update_databricks_connection_details.py +1 -1
  451. oci/golden_gate/models/update_db2_connection_details.py +3 -1
  452. oci/golden_gate/models/update_elasticsearch_connection_details.py +1 -1
  453. oci/golden_gate/models/update_generic_connection_details.py +1 -1
  454. oci/golden_gate/models/update_glue_iceberg_catalog_details.py +80 -0
  455. oci/golden_gate/models/update_golden_gate_connection_details.py +1 -1
  456. oci/golden_gate/models/update_google_big_query_connection_details.py +3 -3
  457. oci/golden_gate/models/update_google_cloud_storage_connection_details.py +3 -3
  458. oci/golden_gate/models/update_google_cloud_storage_iceberg_storage_details.py +148 -0
  459. oci/golden_gate/models/update_google_pub_sub_connection_details.py +3 -3
  460. oci/golden_gate/models/update_hadoop_iceberg_catalog_details.py +49 -0
  461. oci/golden_gate/models/update_hdfs_connection_details.py +3 -1
  462. oci/golden_gate/models/update_iceberg_catalog_details.py +131 -0
  463. oci/golden_gate/models/update_iceberg_connection_details.py +174 -0
  464. oci/golden_gate/models/update_iceberg_storage_details.py +115 -0
  465. oci/golden_gate/models/update_java_message_service_connection_details.py +1 -1
  466. oci/golden_gate/models/update_kafka_connection_details.py +1 -1
  467. oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +1 -1
  468. oci/golden_gate/models/update_microsoft_fabric_connection_details.py +1 -1
  469. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +3 -3
  470. oci/golden_gate/models/update_mongo_db_connection_details.py +3 -1
  471. oci/golden_gate/models/update_mysql_connection_details.py +11 -5
  472. oci/golden_gate/models/update_nessie_iceberg_catalog_details.py +113 -0
  473. oci/golden_gate/models/update_oci_object_storage_connection_details.py +1 -1
  474. oci/golden_gate/models/update_oracle_connection_details.py +1 -1
  475. oci/golden_gate/models/update_oracle_nosql_connection_details.py +1 -1
  476. oci/golden_gate/models/update_polaris_iceberg_catalog_details.py +210 -0
  477. oci/golden_gate/models/update_postgresql_connection_details.py +7 -1
  478. oci/golden_gate/models/update_redis_connection_details.py +1 -1
  479. oci/golden_gate/models/update_rest_iceberg_catalog_details.py +121 -0
  480. oci/golden_gate/models/update_snowflake_connection_details.py +1 -1
  481. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  482. oci/governance_rules_control_plane/work_request_client.py +5 -5
  483. oci/healthchecks/health_checks_client.py +17 -17
  484. oci/identity/identity_client.py +145 -145
  485. oci/identity_data_plane/dataplane_client.py +2 -2
  486. oci/identity_domains/identity_domains_client.py +311 -311
  487. oci/integration/integration_instance_client.py +19 -19
  488. oci/jms/java_management_service_client.py +79 -79
  489. oci/jms_java_downloads/java_download_client.py +25 -25
  490. oci/key_management/ekm_client.py +5 -5
  491. oci/key_management/kms_crypto_client.py +6 -6
  492. oci/key_management/kms_hsm_cluster_client.py +12 -12
  493. oci/key_management/kms_management_client.py +21 -21
  494. oci/key_management/kms_vault_client.py +14 -14
  495. oci/license_manager/license_manager_client.py +18 -18
  496. oci/limits/limits_client.py +4 -4
  497. oci/limits/quotas_client.py +7 -7
  498. oci/load_balancer/load_balancer_client.py +61 -61
  499. oci/lockbox/lockbox_client.py +24 -24
  500. oci/log_analytics/log_analytics_client.py +200 -200
  501. oci/logging/logging_management_client.py +30 -30
  502. oci/loggingingestion/logging_client.py +1 -1
  503. oci/loggingsearch/log_search_client.py +1 -1
  504. oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
  505. oci/management_agent/management_agent_client.py +28 -28
  506. oci/management_dashboard/dashx_apis_client.py +474 -14
  507. oci/management_dashboard/models/management_dashboard_tile_details.py +33 -2
  508. oci/marketplace/account_client.py +2 -2
  509. oci/marketplace/marketplace_client.py +30 -30
  510. oci/marketplace_private_offer/attachment_client.py +5 -5
  511. oci/marketplace_private_offer/offer_client.py +6 -6
  512. oci/marketplace_publisher/attachment_client.py +5 -5
  513. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  514. oci/marketplace_publisher/offer_client.py +6 -6
  515. oci/media_services/media_services_client.py +60 -60
  516. oci/media_services/media_stream_client.py +2 -2
  517. oci/mngdmac/mac_device_client.py +3 -3
  518. oci/mngdmac/mac_order_client.py +11 -11
  519. oci/model_deployment/model_deployment_client.py +2 -2
  520. oci/monitoring/monitoring_client.py +18 -18
  521. oci/mysql/channels_client.py +7 -7
  522. oci/mysql/db_backups_client.py +141 -9
  523. oci/mysql/db_backups_client_composite_operations.py +39 -0
  524. oci/mysql/db_system_client.py +17 -17
  525. oci/mysql/models/__init__.py +6 -0
  526. oci/mysql/models/backup.py +56 -3
  527. oci/mysql/models/backup_policy.py +49 -0
  528. oci/mysql/models/backup_summary.py +80 -0
  529. oci/mysql/models/create_backup_details.py +49 -0
  530. oci/mysql/models/create_backup_policy_details.py +49 -0
  531. oci/mysql/models/create_db_system_details.py +27 -0
  532. oci/mysql/models/create_rest_details.py +117 -0
  533. oci/mysql/models/db_system.py +27 -0
  534. oci/mysql/models/db_system_snapshot.py +27 -0
  535. oci/mysql/models/db_system_summary.py +27 -0
  536. oci/mysql/models/rest_details.py +117 -0
  537. oci/mysql/models/update_backup_details.py +49 -0
  538. oci/mysql/models/update_backup_policy_details.py +49 -0
  539. oci/mysql/models/update_db_system_details.py +27 -0
  540. oci/mysql/models/update_rest_details.py +117 -0
  541. oci/mysql/mysqlaas_client.py +7 -7
  542. oci/mysql/replicas_client.py +5 -5
  543. oci/mysql/work_requests_client.py +4 -4
  544. oci/network_firewall/models/__init__.py +24 -0
  545. oci/network_firewall/models/create_nat_rule_details.py +193 -0
  546. oci/network_firewall/models/create_nat_v4_rule_details.py +144 -0
  547. oci/network_firewall/models/create_network_firewall_details.py +27 -0
  548. oci/network_firewall/models/nat_configuration_request.py +70 -0
  549. oci/network_firewall/models/nat_configuration_response.py +101 -0
  550. oci/network_firewall/models/nat_rule.py +254 -0
  551. oci/network_firewall/models/nat_rule_collection.py +70 -0
  552. oci/network_firewall/models/nat_rule_match_criteria.py +132 -0
  553. oci/network_firewall/models/nat_rule_summary.py +228 -0
  554. oci/network_firewall/models/nat_v4_nat_rule.py +159 -0
  555. oci/network_firewall/models/nat_v4_nat_summary.py +152 -0
  556. oci/network_firewall/models/network_firewall.py +30 -11
  557. oci/network_firewall/models/network_firewall_policy.py +3 -11
  558. oci/network_firewall/models/network_firewall_policy_summary.py +3 -11
  559. oci/network_firewall/models/network_firewall_summary.py +30 -11
  560. oci/network_firewall/models/update_nat_rule_details.py +162 -0
  561. oci/network_firewall/models/update_nat_v4_rule_details.py +137 -0
  562. oci/network_firewall/models/update_network_firewall_details.py +27 -0
  563. oci/network_firewall/network_firewall_client.py +848 -108
  564. oci/network_firewall/network_firewall_client_composite_operations.py +42 -0
  565. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  566. oci/nosql/nosql_client.py +24 -24
  567. oci/object_storage/object_storage_client.py +55 -55
  568. oci/oce/oce_instance_client.py +10 -10
  569. oci/oci_control_center/occ_metrics_client.py +3 -3
  570. oci/ocvp/cluster_client.py +5 -5
  571. oci/ocvp/esxi_host_client.py +8 -8
  572. oci/ocvp/sddc_client.py +14 -14
  573. oci/ocvp/work_request_client.py +4 -4
  574. oci/oda/management_client.py +59 -59
  575. oci/oda/oda_client.py +17 -17
  576. oci/oda/odapackage_client.py +7 -7
  577. oci/onesubscription/billing_schedule_client.py +1 -1
  578. oci/onesubscription/commitment_client.py +2 -2
  579. oci/onesubscription/computed_usage_client.py +3 -3
  580. oci/onesubscription/invoice_summary_client.py +2 -2
  581. oci/onesubscription/organization_subscription_client.py +1 -1
  582. oci/onesubscription/ratecard_client.py +1 -1
  583. oci/onesubscription/subscribed_service_client.py +2 -2
  584. oci/onesubscription/subscription_client.py +1 -1
  585. oci/ons/notification_control_plane_client.py +6 -6
  586. oci/ons/notification_data_plane_client.py +10 -10
  587. oci/opa/opa_instance_client.py +13 -13
  588. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  589. oci/opensearch/opensearch_cluster_client.py +17 -17
  590. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  591. oci/operator_access_control/access_requests_client.py +10 -10
  592. oci/operator_access_control/operator_actions_client.py +2 -2
  593. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  594. oci/operator_access_control/operator_control_client.py +6 -6
  595. oci/opsi/operations_insights_client.py +181 -181
  596. oci/optimizer/optimizer_client.py +26 -26
  597. oci/os_management/event_client.py +8 -8
  598. oci/os_management/os_management_client.py +69 -69
  599. oci/os_management_hub/event_client.py +8 -8
  600. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  601. oci/os_management_hub/managed_instance_client.py +33 -33
  602. oci/os_management_hub/managed_instance_group_client.py +26 -26
  603. oci/os_management_hub/management_station_client.py +10 -10
  604. oci/os_management_hub/onboarding_client.py +13 -13
  605. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  606. oci/os_management_hub/scheduled_job_client.py +7 -7
  607. oci/os_management_hub/software_source_client.py +33 -33
  608. oci/os_management_hub/work_request_client.py +5 -5
  609. oci/osp_gateway/address_rule_service_client.py +1 -1
  610. oci/osp_gateway/address_service_client.py +2 -2
  611. oci/osp_gateway/invoice_service_client.py +5 -5
  612. oci/osp_gateway/subscription_service_client.py +5 -5
  613. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  614. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  615. oci/osub_subscription/commitment_client.py +2 -2
  616. oci/osub_subscription/ratecard_client.py +1 -1
  617. oci/osub_subscription/subscription_client.py +1 -1
  618. oci/osub_usage/computed_usage_client.py +3 -3
  619. oci/psql/postgresql_client.py +34 -34
  620. oci/queue/queue_admin_client.py +11 -11
  621. oci/queue/queue_client.py +8 -8
  622. oci/recovery/database_recovery_client.py +26 -26
  623. oci/redis/redis_cluster_client.py +12 -12
  624. oci/resource_manager/resource_manager_client.py +52 -52
  625. oci/resource_scheduler/schedule_client.py +14 -14
  626. oci/resource_search/resource_search_client.py +3 -3
  627. oci/rover/rover_bundle_client.py +8 -8
  628. oci/rover/rover_cluster_client.py +8 -8
  629. oci/rover/rover_entitlement_client.py +6 -6
  630. oci/rover/rover_node_client.py +15 -15
  631. oci/rover/shape_client.py +1 -1
  632. oci/rover/work_requests_client.py +5 -5
  633. oci/sch/connector_plugins_client.py +2 -2
  634. oci/sch/service_connector_client.py +12 -12
  635. oci/secrets/secrets_client.py +3 -3
  636. oci/security_attribute/security_attribute_client.py +18 -18
  637. oci/service_catalog/service_catalog_client.py +26 -26
  638. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  639. oci/service_mesh/service_mesh_client.py +48 -48
  640. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  641. oci/streaming/stream_admin_client.py +18 -18
  642. oci/streaming/stream_client.py +8 -8
  643. oci/tenant_manager_control_plane/domain_client.py +5 -5
  644. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  645. oci/tenant_manager_control_plane/governance_client.py +2 -2
  646. oci/tenant_manager_control_plane/link_client.py +3 -3
  647. oci/tenant_manager_control_plane/orders_client.py +2 -2
  648. oci/tenant_manager_control_plane/organization_client.py +10 -10
  649. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  650. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  651. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  652. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  653. oci/threat_intelligence/threatintel_client.py +5 -5
  654. oci/usage/resources_client.py +2 -2
  655. oci/usage/rewards_client.py +6 -6
  656. oci/usage/usagelimits_client.py +1 -1
  657. oci/usage_api/models/average_carbon_emission.py +3 -3
  658. oci/usage_api/models/create_email_recipients_group_details.py +3 -3
  659. oci/usage_api/models/email_recipient.py +6 -6
  660. oci/usage_api/models/email_recipients_group.py +5 -5
  661. oci/usage_api/models/email_recipients_group_collection.py +3 -3
  662. oci/usage_api/models/email_recipients_group_summary.py +5 -5
  663. oci/usage_api/models/forecast.py +5 -3
  664. oci/usage_api/models/report_query.py +16 -16
  665. oci/usage_api/models/request_summarized_usages_details.py +4 -4
  666. oci/usage_api/models/request_usage_carbon_emissions_details.py +143 -2
  667. oci/usage_api/models/saved_custom_table.py +4 -4
  668. oci/usage_api/models/scheduled_run.py +12 -12
  669. oci/usage_api/models/scheduled_run_summary.py +12 -12
  670. oci/usage_api/models/update_email_recipients_group_details.py +3 -3
  671. oci/usage_api/models/usage_carbon_emission_aggregation.py +5 -5
  672. oci/usage_api/models/usage_carbon_emission_summary.py +36 -5
  673. oci/usage_api/models/usage_carbon_emissions_query.py +1 -1
  674. oci/usage_api/models/usage_carbon_emissions_query_collection.py +1 -1
  675. oci/usage_api/models/usage_carbon_emissions_query_summary.py +1 -1
  676. oci/usage_api/models/usage_carbon_emissions_report_query.py +98 -5
  677. oci/usage_api/usageapi_client.py +69 -69
  678. oci/usage_api/usageapi_client_composite_operations.py +4 -4
  679. oci/vault/vaults_client.py +13 -13
  680. oci/vbs_inst/vbs_instance_client.py +10 -10
  681. oci/version.py +1 -1
  682. oci/visual_builder/vb_instance_client.py +14 -14
  683. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  684. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  685. oci/waa/waa_client.py +13 -13
  686. oci/waa/work_request_client.py +4 -4
  687. oci/waas/redirect_client.py +6 -6
  688. oci/waas/waas_client.py +66 -66
  689. oci/waf/waf_client.py +24 -24
  690. oci/work_requests/work_request_client.py +4 -4
  691. oci/zpr/zpr_client.py +15 -15
  692. {oci-2.152.1.dist-info → oci-2.154.0.dist-info}/METADATA +1 -1
  693. {oci-2.152.1.dist-info → oci-2.154.0.dist-info}/RECORD +697 -530
  694. {oci-2.152.1.dist-info → oci-2.154.0.dist-info}/LICENSE.txt +0 -0
  695. {oci-2.152.1.dist-info → oci-2.154.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  696. {oci-2.152.1.dist-info → oci-2.154.0.dist-info}/WHEEL +0 -0
  697. {oci-2.152.1.dist-info → oci-2.154.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.152.1/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.154.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']
@@ -233,12 +233,10 @@ class DatabaseClient(object):
233
233
 
234
234
  def add_standby_autonomous_container_database(self, add_standby_autonomous_container_database_details, autonomous_container_database_id, **kwargs):
235
235
  """
236
- Create Standby Autonomous Container Database.
237
- For more information about changing Autonomous Container Databases Add Standby, see
238
- `Create Standby Autonomous Container Database`__ and `Convert Snapshot Standby to Physical Standby`__.
236
+ Add a standby Autonomous Container Database. For more information about Autonomous Data Guard,see
237
+ `Protect Critical Databases from Failures and Disasters Using Autonomous Data Guard`__.
239
238
 
240
- __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-D3B503F1-0032-4B0D-9F00-ACAE8151AB80
241
- __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-E8D7E0EE-8244-467D-B33A-1BC6F969A0A4
239
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbau/GUID-C57B9A6E-7471-4CDC-8F10-B8386538E31C
242
240
 
243
241
 
244
242
  :param oci.database.models.AddStandbyAutonomousContainerDatabaseDetails add_standby_autonomous_container_database_details: (required)
@@ -280,7 +278,7 @@ class DatabaseClient(object):
280
278
  :rtype: :class:`~oci.response.Response`
281
279
 
282
280
  :example:
283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
284
282
  """
285
283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
286
284
  required_arguments = ['autonomousContainerDatabaseId']
@@ -397,7 +395,7 @@ class DatabaseClient(object):
397
395
  :rtype: :class:`~oci.response.Response`
398
396
 
399
397
  :example:
400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
401
399
  """
402
400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
403
401
  required_arguments = ['cloudExadataInfrastructureId']
@@ -512,7 +510,7 @@ class DatabaseClient(object):
512
510
  :rtype: :class:`~oci.response.Response`
513
511
 
514
512
  :example:
515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
516
514
  """
517
515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
518
516
  required_arguments = ['exadataInfrastructureId']
@@ -630,7 +628,7 @@ class DatabaseClient(object):
630
628
  :rtype: :class:`~oci.response.Response`
631
629
 
632
630
  :example:
633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
634
632
  """
635
633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
636
634
  required_arguments = ['cloudVmClusterId']
@@ -750,7 +748,7 @@ class DatabaseClient(object):
750
748
  :rtype: :class:`~oci.response.Response`
751
749
 
752
750
  :example:
753
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
751
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
754
752
  """
755
753
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
756
754
  required_arguments = ['vmClusterId']
@@ -874,7 +872,7 @@ class DatabaseClient(object):
874
872
  :rtype: :class:`~oci.response.Response`
875
873
 
876
874
  :example:
877
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
878
876
  """
879
877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
880
878
  required_arguments = ['autonomousDatabaseId']
@@ -993,7 +991,7 @@ class DatabaseClient(object):
993
991
  :rtype: :class:`~oci.response.Response`
994
992
 
995
993
  :example:
996
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
997
995
  """
998
996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
999
997
  required_arguments = ['backupId']
@@ -1109,7 +1107,7 @@ class DatabaseClient(object):
1109
1107
  :rtype: :class:`~oci.response.Response`
1110
1108
 
1111
1109
  :example:
1112
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
1110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
1113
1111
  """
1114
1112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1115
1113
  required_arguments = ['executionWindowId']
@@ -1226,7 +1224,7 @@ class DatabaseClient(object):
1226
1224
  :rtype: :class:`~oci.response.Response`
1227
1225
 
1228
1226
  :example:
1229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1230
1228
  """
1231
1229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1232
1230
  required_arguments = ['schedulingPlanId']
@@ -1304,7 +1302,7 @@ class DatabaseClient(object):
1304
1302
  For more information about moving Autonomous Container Databases, see
1305
1303
  `Moving Database Resources to a Different Compartment`__.
1306
1304
 
1307
- __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes
1305
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/raqyy/#articletitle.html
1308
1306
 
1309
1307
 
1310
1308
  :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required)
@@ -1346,7 +1344,7 @@ class DatabaseClient(object):
1346
1344
  :rtype: :class:`~oci.response.Response`
1347
1345
 
1348
1346
  :example:
1349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1350
1348
  """
1351
1349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1352
1350
  required_arguments = ['autonomousContainerDatabaseId']
@@ -1472,7 +1470,7 @@ class DatabaseClient(object):
1472
1470
  :rtype: :class:`~oci.response.Response`
1473
1471
 
1474
1472
  :example:
1475
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1476
1474
  """
1477
1475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1478
1476
  required_arguments = ['autonomousDatabaseId']
@@ -1592,7 +1590,7 @@ class DatabaseClient(object):
1592
1590
  :rtype: :class:`~oci.response.Response`
1593
1591
 
1594
1592
  :example:
1595
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
1596
1594
  """
1597
1595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1598
1596
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -1714,7 +1712,7 @@ class DatabaseClient(object):
1714
1712
  :rtype: :class:`~oci.response.Response`
1715
1713
 
1716
1714
  :example:
1717
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1718
1716
  """
1719
1717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1720
1718
  required_arguments = ['autonomousDatabaseId']
@@ -1838,7 +1836,7 @@ class DatabaseClient(object):
1838
1836
  :rtype: :class:`~oci.response.Response`
1839
1837
 
1840
1838
  :example:
1841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1842
1840
  """
1843
1841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1844
1842
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -1956,7 +1954,7 @@ class DatabaseClient(object):
1956
1954
  :rtype: :class:`~oci.response.Response`
1957
1955
 
1958
1956
  :example:
1959
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1960
1958
  """
1961
1959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1962
1960
  required_arguments = ['autonomousVmClusterId']
@@ -2078,7 +2076,7 @@ class DatabaseClient(object):
2078
2076
  :rtype: :class:`~oci.response.Response`
2079
2077
 
2080
2078
  :example:
2081
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
2079
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
2082
2080
  """
2083
2081
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2084
2082
  required_arguments = ['backupDestinationId']
@@ -2196,7 +2194,7 @@ class DatabaseClient(object):
2196
2194
  :rtype: :class:`~oci.response.Response`
2197
2195
 
2198
2196
  :example:
2199
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
2197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
2200
2198
  """
2201
2199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2202
2200
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -2316,7 +2314,7 @@ class DatabaseClient(object):
2316
2314
  :rtype: :class:`~oci.response.Response`
2317
2315
 
2318
2316
  :example:
2319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2317
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2320
2318
  """
2321
2319
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2322
2320
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2434,7 +2432,7 @@ class DatabaseClient(object):
2434
2432
  :rtype: :class:`~oci.response.Response`
2435
2433
 
2436
2434
  :example:
2437
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2435
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2438
2436
  """
2439
2437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2440
2438
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2552,7 +2550,7 @@ class DatabaseClient(object):
2552
2550
  :rtype: :class:`~oci.response.Response`
2553
2551
 
2554
2552
  :example:
2555
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2556
2554
  """
2557
2555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2558
2556
  required_arguments = ['cloudVmClusterId']
@@ -2670,7 +2668,7 @@ class DatabaseClient(object):
2670
2668
  :rtype: :class:`~oci.response.Response`
2671
2669
 
2672
2670
  :example:
2673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2674
2672
  """
2675
2673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2676
2674
  required_arguments = ['cloudVmClusterId']
@@ -2792,7 +2790,7 @@ class DatabaseClient(object):
2792
2790
  :rtype: :class:`~oci.response.Response`
2793
2791
 
2794
2792
  :example:
2795
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2796
2794
  """
2797
2795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2798
2796
  required_arguments = ['databaseSoftwareImageId']
@@ -2868,8 +2866,8 @@ class DatabaseClient(object):
2868
2866
 
2869
2867
  def change_dataguard_role(self, change_dataguard_role_details, autonomous_container_database_id, **kwargs):
2870
2868
  """
2871
- Switch the Autonomous Container Database role between Standby and Snapshot Standby.
2872
- For more information about changing Autonomous Container Databases Dataguard Role, see
2869
+ **Deprecated.** Use the :func:`convert_standby_autonomous_container_database` operation to switch the Autonomous Container Database (ACD) role between Standby and Snapshot Standby.
2870
+ For more information about changing ACD Role, see
2873
2871
  `Convert Physical Standby to Snapshot Standby`__ and `Convert Snapshot Standby to Physical Standby`__.
2874
2872
 
2875
2873
  __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-D3B503F1-0032-4B0D-9F00-ACAE8151AB80
@@ -2915,7 +2913,7 @@ class DatabaseClient(object):
2915
2913
  :rtype: :class:`~oci.response.Response`
2916
2914
 
2917
2915
  :example:
2918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2919
2917
  """
2920
2918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2921
2919
  required_arguments = ['autonomousContainerDatabaseId']
@@ -3046,7 +3044,7 @@ class DatabaseClient(object):
3046
3044
  :rtype: :class:`~oci.response.Response`
3047
3045
 
3048
3046
  :example:
3049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
3047
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
3050
3048
  """
3051
3049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3052
3050
  required_arguments = ['dbSystemId']
@@ -3161,7 +3159,7 @@ class DatabaseClient(object):
3161
3159
  :rtype: :class:`~oci.response.Response`
3162
3160
 
3163
3161
  :example:
3164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3165
3163
  """
3166
3164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3167
3165
  required_arguments = ['autonomousDatabaseId']
@@ -3280,7 +3278,7 @@ class DatabaseClient(object):
3280
3278
  :rtype: :class:`~oci.response.Response`
3281
3279
 
3282
3280
  :example:
3283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
3281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
3284
3282
  """
3285
3283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3286
3284
  required_arguments = ['databaseId']
@@ -3399,7 +3397,7 @@ class DatabaseClient(object):
3399
3397
  :rtype: :class:`~oci.response.Response`
3400
3398
 
3401
3399
  :example:
3402
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3403
3401
  """
3404
3402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3405
3403
  required_arguments = ['exadataInfrastructureId']
@@ -3517,7 +3515,7 @@ class DatabaseClient(object):
3517
3515
  :rtype: :class:`~oci.response.Response`
3518
3516
 
3519
3517
  :example:
3520
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3521
3519
  """
3522
3520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3523
3521
  required_arguments = ['exadbVmClusterId']
@@ -3635,7 +3633,7 @@ class DatabaseClient(object):
3635
3633
  :rtype: :class:`~oci.response.Response`
3636
3634
 
3637
3635
  :example:
3638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
3636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
3639
3637
  """
3640
3638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3641
3639
  required_arguments = ['exadbVmClusterId']
@@ -3753,7 +3751,7 @@ class DatabaseClient(object):
3753
3751
  :rtype: :class:`~oci.response.Response`
3754
3752
 
3755
3753
  :example:
3756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_exascale_db_storage_vault_compartment.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_compartment API.
3754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
3757
3755
  """
3758
3756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3759
3757
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3871,7 +3869,7 @@ class DatabaseClient(object):
3871
3869
  :rtype: :class:`~oci.response.Response`
3872
3870
 
3873
3871
  :example:
3874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_exascale_db_storage_vault_subscription.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_subscription API.
3872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_exascale_db_storage_vault_subscription.py.html>`__ to see an example of how to use change_exascale_db_storage_vault_subscription API.
3875
3873
  """
3876
3874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3877
3875
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3994,7 +3992,7 @@ class DatabaseClient(object):
3994
3992
  :rtype: :class:`~oci.response.Response`
3995
3993
 
3996
3994
  :example:
3997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3998
3996
  """
3999
3997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4000
3998
  required_arguments = ['externalContainerDatabaseId']
@@ -4116,7 +4114,7 @@ class DatabaseClient(object):
4116
4114
  :rtype: :class:`~oci.response.Response`
4117
4115
 
4118
4116
  :example:
4119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
4117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
4120
4118
  """
4121
4119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4122
4120
  required_arguments = ['externalNonContainerDatabaseId']
@@ -4241,7 +4239,7 @@ class DatabaseClient(object):
4241
4239
  :rtype: :class:`~oci.response.Response`
4242
4240
 
4243
4241
  :example:
4244
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
4242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
4245
4243
  """
4246
4244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4247
4245
  required_arguments = ['externalPluggableDatabaseId']
@@ -4363,7 +4361,7 @@ class DatabaseClient(object):
4363
4361
  :rtype: :class:`~oci.response.Response`
4364
4362
 
4365
4363
  :example:
4366
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
4364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
4367
4365
  """
4368
4366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4369
4367
  required_arguments = ['keyStoreId']
@@ -4481,7 +4479,7 @@ class DatabaseClient(object):
4481
4479
  :rtype: :class:`~oci.response.Response`
4482
4480
 
4483
4481
  :example:
4484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
4482
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
4485
4483
  """
4486
4484
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4487
4485
  required_arguments = ['databaseId']
@@ -4599,7 +4597,7 @@ class DatabaseClient(object):
4599
4597
  :rtype: :class:`~oci.response.Response`
4600
4598
 
4601
4599
  :example:
4602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4603
4601
  """
4604
4602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4605
4603
  required_arguments = ['oneoffPatchId']
@@ -4717,7 +4715,7 @@ class DatabaseClient(object):
4717
4715
  :rtype: :class:`~oci.response.Response`
4718
4716
 
4719
4717
  :example:
4720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4718
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4721
4719
  """
4722
4720
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4723
4721
  required_arguments = ['schedulingPlanId']
@@ -4835,7 +4833,7 @@ class DatabaseClient(object):
4835
4833
  :rtype: :class:`~oci.response.Response`
4836
4834
 
4837
4835
  :example:
4838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4839
4837
  """
4840
4838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4841
4839
  required_arguments = ['schedulingPolicyId']
@@ -4954,7 +4952,7 @@ class DatabaseClient(object):
4954
4952
  :rtype: :class:`~oci.response.Response`
4955
4953
 
4956
4954
  :example:
4957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4955
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4958
4956
  """
4959
4957
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4960
4958
  required_arguments = ['vmClusterId']
@@ -5071,7 +5069,7 @@ class DatabaseClient(object):
5071
5069
  :rtype: :class:`~oci.response.Response`
5072
5070
 
5073
5071
  :example:
5074
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
5072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
5075
5073
  """
5076
5074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5077
5075
  required_arguments = ['externalDatabaseConnectorId']
@@ -5188,7 +5186,7 @@ class DatabaseClient(object):
5188
5186
  :rtype: :class:`~oci.response.Response`
5189
5187
 
5190
5188
  :example:
5191
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
5189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
5192
5190
  """
5193
5191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5194
5192
  required_arguments = ['backupId']
@@ -5314,7 +5312,7 @@ class DatabaseClient(object):
5314
5312
  :rtype: :class:`~oci.response.Response`
5315
5313
 
5316
5314
  :example:
5317
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
5315
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
5318
5316
  """
5319
5317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5320
5318
  required_arguments = ['autonomousDatabaseId']
@@ -5434,7 +5432,7 @@ class DatabaseClient(object):
5434
5432
  :rtype: :class:`~oci.response.Response`
5435
5433
 
5436
5434
  :example:
5437
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
5435
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
5438
5436
  """
5439
5437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5440
5438
  required_arguments = ['exadataInfrastructureId']
@@ -5551,7 +5549,7 @@ class DatabaseClient(object):
5551
5549
  :rtype: :class:`~oci.response.Response`
5552
5550
 
5553
5551
  :example:
5554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
5552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
5555
5553
  """
5556
5554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5557
5555
  required_arguments = ['autonomousDatabaseId']
@@ -5668,7 +5666,7 @@ class DatabaseClient(object):
5668
5666
  :rtype: :class:`~oci.response.Response`
5669
5667
 
5670
5668
  :example:
5671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/confirm_key_store_details_are_correct.py.html>`__ to see an example of how to use confirm_key_store_details_are_correct API.
5669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
5672
5670
  """
5673
5671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5674
5672
  required_arguments = ['keyStoreId']
@@ -5742,9 +5740,8 @@ class DatabaseClient(object):
5742
5740
 
5743
5741
  def convert_standby_autonomous_container_database(self, convert_standby_autonomous_container_database_details, autonomous_container_database_id, **kwargs):
5744
5742
  """
5745
- Convert between and SnapshotStandby Standby Autonomous Container Database .
5746
- For more information about changing Autonomous Container Databases Add Standby, see
5747
- `Convert Standby Autonomous Container Database`__ and `Convert Snapshot Standby to Physical Standby`__.
5743
+ Convert the standby Autonomous Container Database (ACD) between physical standby and snapshot standby ACD. For more information about converting standby ACDs, see
5744
+ `Convert Physical Standby to Snapshot Standby`__ and `Convert Snapshot Standby to Physical Standby`__.
5748
5745
 
5749
5746
  __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-D3B503F1-0032-4B0D-9F00-ACAE8151AB80
5750
5747
  __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-E8D7E0EE-8244-467D-B33A-1BC6F969A0A4
@@ -5789,7 +5786,7 @@ class DatabaseClient(object):
5789
5786
  :rtype: :class:`~oci.response.Response`
5790
5787
 
5791
5788
  :example:
5792
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
5789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
5793
5790
  """
5794
5791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5795
5792
  required_arguments = ['autonomousContainerDatabaseId']
@@ -5902,7 +5899,7 @@ class DatabaseClient(object):
5902
5899
  :rtype: :class:`~oci.response.Response`
5903
5900
 
5904
5901
  :example:
5905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5906
5903
  """
5907
5904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5908
5905
  required_arguments = ['databaseId']
@@ -6020,7 +6017,7 @@ class DatabaseClient(object):
6020
6017
  :rtype: :class:`~oci.response.Response`
6021
6018
 
6022
6019
  :example:
6023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
6020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
6024
6021
  """
6025
6022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6026
6023
  required_arguments = ['pluggableDatabaseId']
@@ -6144,7 +6141,7 @@ class DatabaseClient(object):
6144
6141
  :rtype: :class:`~oci.response.Response`
6145
6142
 
6146
6143
  :example:
6147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
6144
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
6148
6145
  """
6149
6146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6150
6147
  required_arguments = ['databaseId']
@@ -6254,7 +6251,7 @@ class DatabaseClient(object):
6254
6251
  :rtype: :class:`~oci.response.Response`
6255
6252
 
6256
6253
  :example:
6257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
6254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
6258
6255
  """
6259
6256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6260
6257
  required_arguments = []
@@ -6321,7 +6318,7 @@ class DatabaseClient(object):
6321
6318
  Creates an Autonomous Container Database in the specified Autonomous Exadata Infrastructure.
6322
6319
 
6323
6320
 
6324
- :param oci.database.models.CreateAutonomousContainerDatabaseDetails create_autonomous_container_database_details: (required)
6321
+ :param oci.database.models.CreateAutonomousContainerDatabaseBase create_autonomous_container_database_details: (required)
6325
6322
  Request to create an Autonomous Container Database in a specified Autonomous Exadata Infrastructure or in Autonomous VM Cluster.
6326
6323
 
6327
6324
  :param str opc_retry_token: (optional)
@@ -6347,7 +6344,7 @@ class DatabaseClient(object):
6347
6344
  :rtype: :class:`~oci.response.Response`
6348
6345
 
6349
6346
  :example:
6350
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
6347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
6351
6348
  """
6352
6349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6353
6350
  required_arguments = []
@@ -6409,17 +6406,10 @@ class DatabaseClient(object):
6409
6406
 
6410
6407
  def create_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, create_autonomous_container_database_dataguard_association_details, **kwargs):
6411
6408
  """
6412
- Create a new Autonomous Data Guard association. An Autonomous Data Guard association represents the replication relationship between the
6409
+ **Deprecated.** Use the :func:`add_standby_autonomous_container_database` operation to create a new Autonomous Data Guard association. An Autonomous Data Guard association represents the replication relationship between the
6413
6410
  specified Autonomous Container database and a peer Autonomous Container database. For more information, see `Using Oracle Data Guard`__.
6414
6411
 
6415
- All Oracle Cloud Infrastructure resources, including Data Guard associations, get an Oracle-assigned, unique ID
6416
- called an Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response.
6417
- You can also retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the
6418
- resource in the Console. For more information, see
6419
- `Resource Identifiers`__.
6420
-
6421
- __ https://docs.cloud.oracle.com/Content/Database/Tasks/usingdataguard.htm
6422
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
6412
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbau/#articletitle.html
6423
6413
 
6424
6414
 
6425
6415
  :param str autonomous_container_database_id: (required)
@@ -6453,7 +6443,7 @@ class DatabaseClient(object):
6453
6443
  :rtype: :class:`~oci.response.Response`
6454
6444
 
6455
6445
  :example:
6456
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
6446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
6457
6447
  """
6458
6448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6459
6449
  required_arguments = ['autonomousContainerDatabaseId']
@@ -6563,7 +6553,7 @@ class DatabaseClient(object):
6563
6553
  :rtype: :class:`~oci.response.Response`
6564
6554
 
6565
6555
  :example:
6566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
6556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
6567
6557
  """
6568
6558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6569
6559
  required_arguments = []
@@ -6665,7 +6655,7 @@ class DatabaseClient(object):
6665
6655
  :rtype: :class:`~oci.response.Response`
6666
6656
 
6667
6657
  :example:
6668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
6658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
6669
6659
  """
6670
6660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6671
6661
  required_arguments = []
@@ -6763,7 +6753,7 @@ class DatabaseClient(object):
6763
6753
  :rtype: :class:`~oci.response.Response`
6764
6754
 
6765
6755
  :example:
6766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
6756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
6767
6757
  """
6768
6758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6769
6759
  required_arguments = []
@@ -6859,7 +6849,7 @@ class DatabaseClient(object):
6859
6849
  :rtype: :class:`~oci.response.Response`
6860
6850
 
6861
6851
  :example:
6862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
6852
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
6863
6853
  """
6864
6854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6865
6855
  required_arguments = []
@@ -6952,7 +6942,7 @@ class DatabaseClient(object):
6952
6942
  :rtype: :class:`~oci.response.Response`
6953
6943
 
6954
6944
  :example:
6955
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6956
6946
  """
6957
6947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6958
6948
  required_arguments = []
@@ -7046,7 +7036,7 @@ class DatabaseClient(object):
7046
7036
  :rtype: :class:`~oci.response.Response`
7047
7037
 
7048
7038
  :example:
7049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
7039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
7050
7040
  """
7051
7041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7052
7042
  required_arguments = []
@@ -7142,7 +7132,7 @@ class DatabaseClient(object):
7142
7132
  :rtype: :class:`~oci.response.Response`
7143
7133
 
7144
7134
  :example:
7145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
7135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
7146
7136
  """
7147
7137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7148
7138
  required_arguments = []
@@ -7246,7 +7236,7 @@ class DatabaseClient(object):
7246
7236
  :rtype: :class:`~oci.response.Response`
7247
7237
 
7248
7238
  :example:
7249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
7239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
7250
7240
  """
7251
7241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7252
7242
  required_arguments = []
@@ -7350,7 +7340,7 @@ class DatabaseClient(object):
7350
7340
  :rtype: :class:`~oci.response.Response`
7351
7341
 
7352
7342
  :example:
7353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
7343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
7354
7344
  """
7355
7345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7356
7346
  required_arguments = []
@@ -7452,7 +7442,7 @@ class DatabaseClient(object):
7452
7442
  :rtype: :class:`~oci.response.Response`
7453
7443
 
7454
7444
  :example:
7455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
7445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
7456
7446
  """
7457
7447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7458
7448
  required_arguments = ['dbNodeId']
@@ -7563,7 +7553,7 @@ class DatabaseClient(object):
7563
7553
  :rtype: :class:`~oci.response.Response`
7564
7554
 
7565
7555
  :example:
7566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
7556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
7567
7557
  """
7568
7558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7569
7559
  required_arguments = ['dbNodeId']
@@ -7683,7 +7673,7 @@ class DatabaseClient(object):
7683
7673
  :rtype: :class:`~oci.response.Response`
7684
7674
 
7685
7675
  :example:
7686
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
7676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
7687
7677
  """
7688
7678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7689
7679
  required_arguments = ['databaseId']
@@ -7789,7 +7779,7 @@ class DatabaseClient(object):
7789
7779
  :rtype: :class:`~oci.response.Response`
7790
7780
 
7791
7781
  :example:
7792
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_database.py.html>`__ to see an example of how to use create_database API.
7782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
7793
7783
  """
7794
7784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7795
7785
  required_arguments = []
@@ -7882,7 +7872,7 @@ class DatabaseClient(object):
7882
7872
  :rtype: :class:`~oci.response.Response`
7883
7873
 
7884
7874
  :example:
7885
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7886
7876
  """
7887
7877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7888
7878
  required_arguments = []
@@ -7973,7 +7963,7 @@ class DatabaseClient(object):
7973
7963
  :rtype: :class:`~oci.response.Response`
7974
7964
 
7975
7965
  :example:
7976
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7966
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7977
7967
  """
7978
7968
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7979
7969
  required_arguments = []
@@ -8068,7 +8058,7 @@ class DatabaseClient(object):
8068
8058
  :rtype: :class:`~oci.response.Response`
8069
8059
 
8070
8060
  :example:
8071
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
8061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
8072
8062
  """
8073
8063
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8074
8064
  required_arguments = []
@@ -8166,7 +8156,7 @@ class DatabaseClient(object):
8166
8156
  :rtype: :class:`~oci.response.Response`
8167
8157
 
8168
8158
  :example:
8169
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
8159
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
8170
8160
  """
8171
8161
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8172
8162
  required_arguments = []
@@ -8262,7 +8252,7 @@ class DatabaseClient(object):
8262
8252
  :rtype: :class:`~oci.response.Response`
8263
8253
 
8264
8254
  :example:
8265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
8255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
8266
8256
  """
8267
8257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8268
8258
  required_arguments = []
@@ -8358,7 +8348,7 @@ class DatabaseClient(object):
8358
8348
  :rtype: :class:`~oci.response.Response`
8359
8349
 
8360
8350
  :example:
8361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
8351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
8362
8352
  """
8363
8353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8364
8354
  required_arguments = []
@@ -8454,7 +8444,7 @@ class DatabaseClient(object):
8454
8444
  :rtype: :class:`~oci.response.Response`
8455
8445
 
8456
8446
  :example:
8457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
8447
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
8458
8448
  """
8459
8449
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8460
8450
  required_arguments = []
@@ -8551,7 +8541,7 @@ class DatabaseClient(object):
8551
8541
  :rtype: :class:`~oci.response.Response`
8552
8542
 
8553
8543
  :example:
8554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8555
8545
  """
8556
8546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8557
8547
  required_arguments = []
@@ -8645,7 +8635,7 @@ class DatabaseClient(object):
8645
8635
  :rtype: :class:`~oci.response.Response`
8646
8636
 
8647
8637
  :example:
8648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8649
8639
  """
8650
8640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8651
8641
  required_arguments = []
@@ -8741,7 +8731,7 @@ class DatabaseClient(object):
8741
8731
  :rtype: :class:`~oci.response.Response`
8742
8732
 
8743
8733
  :example:
8744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8734
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8745
8735
  """
8746
8736
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8747
8737
  required_arguments = []
@@ -8837,7 +8827,7 @@ class DatabaseClient(object):
8837
8827
  :rtype: :class:`~oci.response.Response`
8838
8828
 
8839
8829
  :example:
8840
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8841
8831
  """
8842
8832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8843
8833
  required_arguments = []
@@ -8934,7 +8924,7 @@ class DatabaseClient(object):
8934
8924
  :rtype: :class:`~oci.response.Response`
8935
8925
 
8936
8926
  :example:
8937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8927
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8938
8928
  """
8939
8929
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8940
8930
  required_arguments = []
@@ -9030,7 +9020,7 @@ class DatabaseClient(object):
9030
9020
  :rtype: :class:`~oci.response.Response`
9031
9021
 
9032
9022
  :example:
9033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
9023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
9034
9024
  """
9035
9025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9036
9026
  required_arguments = []
@@ -9129,7 +9119,7 @@ class DatabaseClient(object):
9129
9119
  :rtype: :class:`~oci.response.Response`
9130
9120
 
9131
9121
  :example:
9132
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
9122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
9133
9123
  """
9134
9124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9135
9125
  required_arguments = []
@@ -9225,7 +9215,7 @@ class DatabaseClient(object):
9225
9215
  :rtype: :class:`~oci.response.Response`
9226
9216
 
9227
9217
  :example:
9228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
9218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
9229
9219
  """
9230
9220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9231
9221
  required_arguments = []
@@ -9323,7 +9313,7 @@ class DatabaseClient(object):
9323
9313
  :rtype: :class:`~oci.response.Response`
9324
9314
 
9325
9315
  :example:
9326
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
9316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
9327
9317
  """
9328
9318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9329
9319
  required_arguments = []
@@ -9419,7 +9409,7 @@ class DatabaseClient(object):
9419
9409
  :rtype: :class:`~oci.response.Response`
9420
9410
 
9421
9411
  :example:
9422
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
9412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
9423
9413
  """
9424
9414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9425
9415
  required_arguments = []
@@ -9515,7 +9505,7 @@ class DatabaseClient(object):
9515
9505
  :rtype: :class:`~oci.response.Response`
9516
9506
 
9517
9507
  :example:
9518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
9508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
9519
9509
  """
9520
9510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9521
9511
  required_arguments = []
@@ -9611,7 +9601,7 @@ class DatabaseClient(object):
9611
9601
  :rtype: :class:`~oci.response.Response`
9612
9602
 
9613
9603
  :example:
9614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9615
9605
  """
9616
9606
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9617
9607
  required_arguments = []
@@ -9712,7 +9702,7 @@ class DatabaseClient(object):
9712
9702
  :rtype: :class:`~oci.response.Response`
9713
9703
 
9714
9704
  :example:
9715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9716
9706
  """
9717
9707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9718
9708
  required_arguments = ['schedulingPolicyId']
@@ -9821,7 +9811,7 @@ class DatabaseClient(object):
9821
9811
  :rtype: :class:`~oci.response.Response`
9822
9812
 
9823
9813
  :example:
9824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9825
9815
  """
9826
9816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9827
9817
  required_arguments = []
@@ -9923,7 +9913,7 @@ class DatabaseClient(object):
9923
9913
  :rtype: :class:`~oci.response.Response`
9924
9914
 
9925
9915
  :example:
9926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9927
9917
  """
9928
9918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9929
9919
  required_arguments = ['exadataInfrastructureId']
@@ -10052,7 +10042,7 @@ class DatabaseClient(object):
10052
10042
  :rtype: :class:`~oci.response.Response`
10053
10043
 
10054
10044
  :example:
10055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
10045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
10056
10046
  """
10057
10047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10058
10048
  required_arguments = ['dbNodeId', 'action']
@@ -10165,7 +10155,7 @@ class DatabaseClient(object):
10165
10155
  :rtype: :class:`~oci.response.Response`
10166
10156
 
10167
10157
  :example:
10168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
10158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
10169
10159
  """
10170
10160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10171
10161
  required_arguments = ['applicationVipId']
@@ -10272,7 +10262,7 @@ class DatabaseClient(object):
10272
10262
  :rtype: :class:`~oci.response.Response`
10273
10263
 
10274
10264
  :example:
10275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
10265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
10276
10266
  """
10277
10267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10278
10268
  required_arguments = ['autonomousDatabaseId']
@@ -10381,7 +10371,7 @@ class DatabaseClient(object):
10381
10371
  :rtype: :class:`~oci.response.Response`
10382
10372
 
10383
10373
  :example:
10384
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
10374
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
10385
10375
  """
10386
10376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10387
10377
  required_arguments = ['autonomousDatabaseBackupId']
@@ -10486,7 +10476,7 @@ class DatabaseClient(object):
10486
10476
  :rtype: :class:`~oci.response.Response`
10487
10477
 
10488
10478
  :example:
10489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
10479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
10490
10480
  """
10491
10481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10492
10482
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -10589,7 +10579,7 @@ class DatabaseClient(object):
10589
10579
  :rtype: :class:`~oci.response.Response`
10590
10580
 
10591
10581
  :example:
10592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10593
10583
  """
10594
10584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10595
10585
  required_arguments = ['autonomousVmClusterId']
@@ -10689,7 +10679,7 @@ class DatabaseClient(object):
10689
10679
  :rtype: :class:`~oci.response.Response`
10690
10680
 
10691
10681
  :example:
10692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10693
10683
  """
10694
10684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10695
10685
  required_arguments = ['backupId']
@@ -10790,7 +10780,7 @@ class DatabaseClient(object):
10790
10780
  :rtype: :class:`~oci.response.Response`
10791
10781
 
10792
10782
  :example:
10793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10783
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10794
10784
  """
10795
10785
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10796
10786
  required_arguments = ['backupDestinationId']
@@ -10893,7 +10883,7 @@ class DatabaseClient(object):
10893
10883
  :rtype: :class:`~oci.response.Response`
10894
10884
 
10895
10885
  :example:
10896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10897
10887
  """
10898
10888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10899
10889
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -10999,7 +10989,7 @@ class DatabaseClient(object):
10999
10989
  :rtype: :class:`~oci.response.Response`
11000
10990
 
11001
10991
  :example:
11002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
11003
10993
  """
11004
10994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11005
10995
  required_arguments = ['cloudExadataInfrastructureId']
@@ -11110,7 +11100,7 @@ class DatabaseClient(object):
11110
11100
  :rtype: :class:`~oci.response.Response`
11111
11101
 
11112
11102
  :example:
11113
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
11103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
11114
11104
  """
11115
11105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11116
11106
  required_arguments = ['cloudVmClusterId']
@@ -11213,7 +11203,7 @@ class DatabaseClient(object):
11213
11203
  :rtype: :class:`~oci.response.Response`
11214
11204
 
11215
11205
  :example:
11216
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
11206
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
11217
11207
  """
11218
11208
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11219
11209
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -11318,7 +11308,7 @@ class DatabaseClient(object):
11318
11308
  :rtype: :class:`~oci.response.Response`
11319
11309
 
11320
11310
  :example:
11321
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
11311
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
11322
11312
  """
11323
11313
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11324
11314
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -11431,7 +11421,7 @@ class DatabaseClient(object):
11431
11421
  :rtype: :class:`~oci.response.Response`
11432
11422
 
11433
11423
  :example:
11434
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
11424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
11435
11425
  """
11436
11426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11437
11427
  required_arguments = ['databaseId']
@@ -11539,7 +11529,7 @@ class DatabaseClient(object):
11539
11529
  :rtype: :class:`~oci.response.Response`
11540
11530
 
11541
11531
  :example:
11542
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
11532
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
11543
11533
  """
11544
11534
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11545
11535
  required_arguments = ['databaseSoftwareImageId']
@@ -11646,7 +11636,7 @@ class DatabaseClient(object):
11646
11636
  :rtype: :class:`~oci.response.Response`
11647
11637
 
11648
11638
  :example:
11649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11639
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11650
11640
  """
11651
11641
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11652
11642
  required_arguments = ['dbHomeId']
@@ -11755,7 +11745,7 @@ class DatabaseClient(object):
11755
11745
  :rtype: :class:`~oci.response.Response`
11756
11746
 
11757
11747
  :example:
11758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11759
11749
  """
11760
11750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11761
11751
  required_arguments = ['exadataInfrastructureId']
@@ -11858,7 +11848,7 @@ class DatabaseClient(object):
11858
11848
  :rtype: :class:`~oci.response.Response`
11859
11849
 
11860
11850
  :example:
11861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11851
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11862
11852
  """
11863
11853
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11864
11854
  required_arguments = ['exadbVmClusterId']
@@ -11961,7 +11951,7 @@ class DatabaseClient(object):
11961
11951
  :rtype: :class:`~oci.response.Response`
11962
11952
 
11963
11953
  :example:
11964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11954
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11965
11955
  """
11966
11956
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11967
11957
  required_arguments = ['exascaleDbStorageVaultId']
@@ -12064,7 +12054,7 @@ class DatabaseClient(object):
12064
12054
  :rtype: :class:`~oci.response.Response`
12065
12055
 
12066
12056
  :example:
12067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
12057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
12068
12058
  """
12069
12059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12070
12060
  required_arguments = ['executionActionId']
@@ -12167,7 +12157,7 @@ class DatabaseClient(object):
12167
12157
  :rtype: :class:`~oci.response.Response`
12168
12158
 
12169
12159
  :example:
12170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
12160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
12171
12161
  """
12172
12162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12173
12163
  required_arguments = ['executionWindowId']
@@ -12272,7 +12262,7 @@ class DatabaseClient(object):
12272
12262
  :rtype: :class:`~oci.response.Response`
12273
12263
 
12274
12264
  :example:
12275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
12265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
12276
12266
  """
12277
12267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12278
12268
  required_arguments = ['externalContainerDatabaseId']
@@ -12378,7 +12368,7 @@ class DatabaseClient(object):
12378
12368
  :rtype: :class:`~oci.response.Response`
12379
12369
 
12380
12370
  :example:
12381
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
12371
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
12382
12372
  """
12383
12373
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12384
12374
  required_arguments = ['externalDatabaseConnectorId']
@@ -12481,7 +12471,7 @@ class DatabaseClient(object):
12481
12471
  :rtype: :class:`~oci.response.Response`
12482
12472
 
12483
12473
  :example:
12484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
12474
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
12485
12475
  """
12486
12476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12487
12477
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12585,7 +12575,7 @@ class DatabaseClient(object):
12585
12575
  :rtype: :class:`~oci.response.Response`
12586
12576
 
12587
12577
  :example:
12588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12578
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12589
12579
  """
12590
12580
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12591
12581
  required_arguments = ['externalPluggableDatabaseId']
@@ -12688,7 +12678,7 @@ class DatabaseClient(object):
12688
12678
  :rtype: :class:`~oci.response.Response`
12689
12679
 
12690
12680
  :example:
12691
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12681
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12692
12682
  """
12693
12683
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12694
12684
  required_arguments = ['keyStoreId']
@@ -12791,7 +12781,7 @@ class DatabaseClient(object):
12791
12781
  :rtype: :class:`~oci.response.Response`
12792
12782
 
12793
12783
  :example:
12794
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12795
12785
  """
12796
12786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12797
12787
  required_arguments = ['oneoffPatchId']
@@ -12894,7 +12884,7 @@ class DatabaseClient(object):
12894
12884
  :rtype: :class:`~oci.response.Response`
12895
12885
 
12896
12886
  :example:
12897
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12898
12888
  """
12899
12889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12900
12890
  required_arguments = ['pluggableDatabaseId']
@@ -12997,7 +12987,7 @@ class DatabaseClient(object):
12997
12987
  :rtype: :class:`~oci.response.Response`
12998
12988
 
12999
12989
  :example:
13000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
13001
12991
  """
13002
12992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13003
12993
  required_arguments = ['scheduledActionId']
@@ -13100,7 +13090,7 @@ class DatabaseClient(object):
13100
13090
  :rtype: :class:`~oci.response.Response`
13101
13091
 
13102
13092
  :example:
13103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
13093
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
13104
13094
  """
13105
13095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13106
13096
  required_arguments = ['schedulingPlanId']
@@ -13203,7 +13193,7 @@ class DatabaseClient(object):
13203
13193
  :rtype: :class:`~oci.response.Response`
13204
13194
 
13205
13195
  :example:
13206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
13196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
13207
13197
  """
13208
13198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13209
13199
  required_arguments = ['schedulingPolicyId']
@@ -13311,7 +13301,7 @@ class DatabaseClient(object):
13311
13301
  :rtype: :class:`~oci.response.Response`
13312
13302
 
13313
13303
  :example:
13314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
13304
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
13315
13305
  """
13316
13306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13317
13307
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -13415,7 +13405,7 @@ class DatabaseClient(object):
13415
13405
  :rtype: :class:`~oci.response.Response`
13416
13406
 
13417
13407
  :example:
13418
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
13408
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
13419
13409
  """
13420
13410
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13421
13411
  required_arguments = ['vmClusterId']
@@ -13524,7 +13514,7 @@ class DatabaseClient(object):
13524
13514
  :rtype: :class:`~oci.response.Response`
13525
13515
 
13526
13516
  :example:
13527
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
13517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
13528
13518
  """
13529
13519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13530
13520
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -13630,7 +13620,7 @@ class DatabaseClient(object):
13630
13620
  :rtype: :class:`~oci.response.Response`
13631
13621
 
13632
13622
  :example:
13633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13623
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13634
13624
  """
13635
13625
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13636
13626
  required_arguments = ['autonomousDatabaseId']
@@ -13735,7 +13725,7 @@ class DatabaseClient(object):
13735
13725
  :rtype: :class:`~oci.response.Response`
13736
13726
 
13737
13727
  :example:
13738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13728
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13739
13729
  """
13740
13730
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13741
13731
  required_arguments = ['autonomousDatabaseId']
@@ -13837,7 +13827,7 @@ class DatabaseClient(object):
13837
13827
  :rtype: :class:`~oci.response.Response`
13838
13828
 
13839
13829
  :example:
13840
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13841
13831
  """
13842
13832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13843
13833
  required_arguments = ['autonomousDatabaseId']
@@ -13947,7 +13937,7 @@ class DatabaseClient(object):
13947
13937
  :rtype: :class:`~oci.response.Response`
13948
13938
 
13949
13939
  :example:
13950
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13951
13941
  """
13952
13942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13953
13943
  required_arguments = ['databaseId']
@@ -14062,7 +14052,7 @@ class DatabaseClient(object):
14062
14052
  :rtype: :class:`~oci.response.Response`
14063
14053
 
14064
14054
  :example:
14065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
14055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14066
14056
  """
14067
14057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14068
14058
  required_arguments = ['externalContainerDatabaseId']
@@ -14175,7 +14165,7 @@ class DatabaseClient(object):
14175
14165
  :rtype: :class:`~oci.response.Response`
14176
14166
 
14177
14167
  :example:
14178
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
14168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14179
14169
  """
14180
14170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14181
14171
  required_arguments = ['externalContainerDatabaseId']
@@ -14292,7 +14282,7 @@ class DatabaseClient(object):
14292
14282
  :rtype: :class:`~oci.response.Response`
14293
14283
 
14294
14284
  :example:
14295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
14285
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14296
14286
  """
14297
14287
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14298
14288
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14405,7 +14395,7 @@ class DatabaseClient(object):
14405
14395
  :rtype: :class:`~oci.response.Response`
14406
14396
 
14407
14397
  :example:
14408
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
14398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14409
14399
  """
14410
14400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14411
14401
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14518,7 +14508,7 @@ class DatabaseClient(object):
14518
14508
  :rtype: :class:`~oci.response.Response`
14519
14509
 
14520
14510
  :example:
14521
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
14511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14522
14512
  """
14523
14513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14524
14514
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14635,7 +14625,7 @@ class DatabaseClient(object):
14635
14625
  :rtype: :class:`~oci.response.Response`
14636
14626
 
14637
14627
  :example:
14638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
14628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14639
14629
  """
14640
14630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14641
14631
  required_arguments = ['externalPluggableDatabaseId']
@@ -14748,7 +14738,7 @@ class DatabaseClient(object):
14748
14738
  :rtype: :class:`~oci.response.Response`
14749
14739
 
14750
14740
  :example:
14751
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
14741
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14752
14742
  """
14753
14743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14754
14744
  required_arguments = ['externalPluggableDatabaseId']
@@ -14861,7 +14851,7 @@ class DatabaseClient(object):
14861
14851
  :rtype: :class:`~oci.response.Response`
14862
14852
 
14863
14853
  :example:
14864
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
14854
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14865
14855
  """
14866
14856
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14867
14857
  required_arguments = ['externalPluggableDatabaseId']
@@ -14974,7 +14964,7 @@ class DatabaseClient(object):
14974
14964
  :rtype: :class:`~oci.response.Response`
14975
14965
 
14976
14966
  :example:
14977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14967
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14978
14968
  """
14979
14969
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14980
14970
  required_arguments = ['pluggableDatabaseId']
@@ -15084,7 +15074,7 @@ class DatabaseClient(object):
15084
15074
  :rtype: :class:`~oci.response.Response`
15085
15075
 
15086
15076
  :example:
15087
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
15077
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
15088
15078
  """
15089
15079
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15090
15080
  required_arguments = ['exadataInfrastructureId']
@@ -15197,7 +15187,7 @@ class DatabaseClient(object):
15197
15187
  :rtype: :class:`~oci.response.Response`
15198
15188
 
15199
15189
  :example:
15200
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
15190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
15201
15191
  """
15202
15192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15203
15193
  required_arguments = ['oneoffPatchId']
@@ -15312,7 +15302,7 @@ class DatabaseClient(object):
15312
15302
  :rtype: :class:`~oci.response.Response`
15313
15303
 
15314
15304
  :example:
15315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
15305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
15316
15306
  """
15317
15307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15318
15308
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -15426,7 +15416,7 @@ class DatabaseClient(object):
15426
15416
  :rtype: :class:`~oci.response.Response`
15427
15417
 
15428
15418
  :example:
15429
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
15419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
15430
15420
  """
15431
15421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15432
15422
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -15501,12 +15491,10 @@ class DatabaseClient(object):
15501
15491
 
15502
15492
  def edit_autonomous_container_database_dataguard(self, edit_autonomous_container_database_dataguard_details, autonomous_container_database_id, **kwargs):
15503
15493
  """
15504
- Edit Autonomous Container Database Dataguard.
15505
- For more information about changing Autonomous Container Databases Add Standby, see
15506
- `Update Autonomous Container Database Dataguard`__ and `Convert Snapshot Standby to Physical Standby`__.
15494
+ Modify Autonomous Container Database Data Guard settings such as protection mode, automatic failover, and fast start failover lag limit. For more information, see
15495
+ `Update Autonomous Container Database Dataguard`__.
15507
15496
 
15508
- __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-D3B503F1-0032-4B0D-9F00-ACAE8151AB80
15509
- __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-E8D7E0EE-8244-467D-B33A-1BC6F969A0A4
15497
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-3A936EC7-7A49-4FD2-9F39-8DB6B22011CE
15510
15498
 
15511
15499
 
15512
15500
  :param oci.database.models.EditAutonomousContainerDatabaseDataguardDetails edit_autonomous_container_database_dataguard_details: (required)
@@ -15548,7 +15536,7 @@ class DatabaseClient(object):
15548
15536
  :rtype: :class:`~oci.response.Response`
15549
15537
 
15550
15538
  :example:
15551
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
15539
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
15552
15540
  """
15553
15541
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15554
15542
  required_arguments = ['autonomousContainerDatabaseId']
@@ -15657,7 +15645,7 @@ class DatabaseClient(object):
15657
15645
  :rtype: :class:`~oci.response.Response`
15658
15646
 
15659
15647
  :example:
15660
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
15648
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
15661
15649
  """
15662
15650
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15663
15651
  required_arguments = ['autonomousDatabaseId']
@@ -15759,7 +15747,7 @@ class DatabaseClient(object):
15759
15747
  :rtype: :class:`~oci.response.Response`
15760
15748
 
15761
15749
  :example:
15762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15763
15751
  """
15764
15752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15765
15753
  required_arguments = ['autonomousDatabaseId']
@@ -15872,7 +15860,7 @@ class DatabaseClient(object):
15872
15860
  :rtype: :class:`~oci.response.Response`
15873
15861
 
15874
15862
  :example:
15875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15876
15864
  """
15877
15865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15878
15866
  required_arguments = ['databaseId']
@@ -15996,7 +15984,7 @@ class DatabaseClient(object):
15996
15984
  :rtype: :class:`~oci.response.Response`
15997
15985
 
15998
15986
  :example:
15999
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
15987
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16000
15988
  """
16001
15989
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16002
15990
  required_arguments = ['externalContainerDatabaseId']
@@ -16114,7 +16102,7 @@ class DatabaseClient(object):
16114
16102
  :rtype: :class:`~oci.response.Response`
16115
16103
 
16116
16104
  :example:
16117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
16105
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16118
16106
  """
16119
16107
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16120
16108
  required_arguments = ['externalContainerDatabaseId']
@@ -16236,7 +16224,7 @@ class DatabaseClient(object):
16236
16224
  :rtype: :class:`~oci.response.Response`
16237
16225
 
16238
16226
  :example:
16239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
16227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16240
16228
  """
16241
16229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16242
16230
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16354,7 +16342,7 @@ class DatabaseClient(object):
16354
16342
  :rtype: :class:`~oci.response.Response`
16355
16343
 
16356
16344
  :example:
16357
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
16345
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16358
16346
  """
16359
16347
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16360
16348
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16472,7 +16460,7 @@ class DatabaseClient(object):
16472
16460
  :rtype: :class:`~oci.response.Response`
16473
16461
 
16474
16462
  :example:
16475
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
16463
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16476
16464
  """
16477
16465
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16478
16466
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16594,7 +16582,7 @@ class DatabaseClient(object):
16594
16582
  :rtype: :class:`~oci.response.Response`
16595
16583
 
16596
16584
  :example:
16597
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
16585
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16598
16586
  """
16599
16587
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16600
16588
  required_arguments = ['externalPluggableDatabaseId']
@@ -16712,7 +16700,7 @@ class DatabaseClient(object):
16712
16700
  :rtype: :class:`~oci.response.Response`
16713
16701
 
16714
16702
  :example:
16715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
16703
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16716
16704
  """
16717
16705
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16718
16706
  required_arguments = ['externalPluggableDatabaseId']
@@ -16830,7 +16818,7 @@ class DatabaseClient(object):
16830
16818
  :rtype: :class:`~oci.response.Response`
16831
16819
 
16832
16820
  :example:
16833
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
16821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16834
16822
  """
16835
16823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16836
16824
  required_arguments = ['externalPluggableDatabaseId']
@@ -16948,7 +16936,7 @@ class DatabaseClient(object):
16948
16936
  :rtype: :class:`~oci.response.Response`
16949
16937
 
16950
16938
  :example:
16951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16952
16940
  """
16953
16941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16954
16942
  required_arguments = ['pluggableDatabaseId']
@@ -17077,7 +17065,7 @@ class DatabaseClient(object):
17077
17065
  :rtype: :class:`~oci.response.Response`
17078
17066
 
17079
17067
  :example:
17080
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
17068
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
17081
17069
  """
17082
17070
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17083
17071
  required_arguments = ['autonomousDatabaseId']
@@ -17163,7 +17151,10 @@ class DatabaseClient(object):
17163
17151
 
17164
17152
  def failover_autonomous_container_database_dataguard(self, autonomous_container_database_id, **kwargs):
17165
17153
  """
17166
- Failover Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter, to an active standby Autonomous Container Database.
17154
+ Performs failover to a standby Autonomous Container Database (ACD) identified by the autonomousContainerDatabaseId parameter. This standby ACD will become the new primary ACD when the failover completes successfully. For more information, see
17155
+ `Fail Over to the Standby in an Autonomous Data Guard Configuration`__.
17156
+
17157
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-C8FFA343-223C-4F41-9656-AEC356AD90A0
17167
17158
 
17168
17159
 
17169
17160
  :param str autonomous_container_database_id: (required)
@@ -17195,7 +17186,7 @@ class DatabaseClient(object):
17195
17186
  :rtype: :class:`~oci.response.Response`
17196
17187
 
17197
17188
  :example:
17198
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
17189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
17199
17190
  """
17200
17191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17201
17192
  required_arguments = ['autonomousContainerDatabaseId']
@@ -17268,7 +17259,7 @@ class DatabaseClient(object):
17268
17259
 
17269
17260
  def failover_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, autonomous_container_database_dataguard_association_id, **kwargs):
17270
17261
  """
17271
- Fails over the standby Autonomous Container Database identified by the autonomousContainerDatabaseId parameter to the primary Autonomous Container Database after the existing primary Autonomous Container Database fails or becomes unreachable.
17262
+ **Deprecated.** Use the :func:`failover_autonomous_container_database_dataguard` operation to fail over the standby Autonomous Container Database (ACD) to the primary ACD after the existing primary ACD fails or becomes unreachable.
17272
17263
 
17273
17264
  A failover can result in data loss, depending on the protection mode in effect at the time the primary Autonomous Container Database fails.
17274
17265
 
@@ -17304,7 +17295,7 @@ class DatabaseClient(object):
17304
17295
  :rtype: :class:`~oci.response.Response`
17305
17296
 
17306
17297
  :example:
17307
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
17298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
17308
17299
  """
17309
17300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17310
17301
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -17424,7 +17415,7 @@ class DatabaseClient(object):
17424
17415
  :rtype: :class:`~oci.response.Response`
17425
17416
 
17426
17417
  :example:
17427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
17418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
17428
17419
  """
17429
17420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17430
17421
  required_arguments = ['databaseId']
@@ -17543,7 +17534,7 @@ class DatabaseClient(object):
17543
17534
  :rtype: :class:`~oci.response.Response`
17544
17535
 
17545
17536
  :example:
17546
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
17537
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
17547
17538
  """
17548
17539
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17549
17540
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -17658,7 +17649,7 @@ class DatabaseClient(object):
17658
17649
  :rtype: :class:`~oci.response.Response`
17659
17650
 
17660
17651
  :example:
17661
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
17652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
17662
17653
  """
17663
17654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17664
17655
  required_arguments = ['autonomousDatabaseId']
@@ -17773,7 +17764,7 @@ class DatabaseClient(object):
17773
17764
  :rtype: :class:`~oci.response.Response`
17774
17765
 
17775
17766
  :example:
17776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
17767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
17777
17768
  """
17778
17769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17779
17770
  required_arguments = ['exadataInfrastructureId']
@@ -17876,7 +17867,7 @@ class DatabaseClient(object):
17876
17867
  :rtype: :class:`~oci.response.Response`
17877
17868
 
17878
17869
  :example:
17879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17880
17871
  """
17881
17872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17882
17873
  required_arguments = ['applicationVipId']
@@ -17971,7 +17962,7 @@ class DatabaseClient(object):
17971
17962
  :rtype: :class:`~oci.response.Response`
17972
17963
 
17973
17964
  :example:
17974
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17975
17966
  """
17976
17967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17977
17968
  required_arguments = ['autonomousContainerDatabaseId']
@@ -18035,7 +18026,7 @@ class DatabaseClient(object):
18035
18026
 
18036
18027
  def get_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, autonomous_container_database_dataguard_association_id, **kwargs):
18037
18028
  """
18038
- Gets an Autonomous Container Database enabled with Autonomous Data Guard associated with the specified Autonomous Container Database.
18029
+ **Deprecated.** Use the :func:`get_autonomous_container_database` operation to get the details of an Autonomous Container Database (ACD) enabled with Autonomous Data Guard associated with the specified ACD.
18039
18030
 
18040
18031
 
18041
18032
  :param str autonomous_container_database_id: (required)
@@ -18064,7 +18055,7 @@ class DatabaseClient(object):
18064
18055
  :rtype: :class:`~oci.response.Response`
18065
18056
 
18066
18057
  :example:
18067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
18058
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
18068
18059
  """
18069
18060
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18070
18061
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -18156,7 +18147,7 @@ class DatabaseClient(object):
18156
18147
  :rtype: :class:`~oci.response.Response`
18157
18148
 
18158
18149
  :example:
18159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
18150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
18160
18151
  """
18161
18152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18162
18153
  required_arguments = ['autonomousContainerDatabaseId']
@@ -18254,7 +18245,7 @@ class DatabaseClient(object):
18254
18245
  :rtype: :class:`~oci.response.Response`
18255
18246
 
18256
18247
  :example:
18257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
18248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
18258
18249
  """
18259
18250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18260
18251
  required_arguments = ['autonomousDatabaseId']
@@ -18352,7 +18343,7 @@ class DatabaseClient(object):
18352
18343
  :rtype: :class:`~oci.response.Response`
18353
18344
 
18354
18345
  :example:
18355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
18346
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
18356
18347
  """
18357
18348
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18358
18349
  required_arguments = ['autonomousDatabaseBackupId']
@@ -18423,7 +18414,7 @@ class DatabaseClient(object):
18423
18414
 
18424
18415
  def get_autonomous_database_dataguard_association(self, autonomous_database_id, autonomous_database_dataguard_association_id, **kwargs):
18425
18416
  """
18426
- Gets an Autonomous Data Guard-enabled database associated with the specified Autonomous Database.
18417
+ *Deprecated.* Use the :func:`get_autonomous_container_database` operation to gets an Autonomous Data Guard-enabled database associated with the specified Autonomous Database.
18427
18418
 
18428
18419
 
18429
18420
  :param str autonomous_database_id: (required)
@@ -18455,7 +18446,7 @@ class DatabaseClient(object):
18455
18446
  :rtype: :class:`~oci.response.Response`
18456
18447
 
18457
18448
  :example:
18458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
18449
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
18459
18450
  """
18460
18451
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18461
18452
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -18549,7 +18540,7 @@ class DatabaseClient(object):
18549
18540
  :rtype: :class:`~oci.response.Response`
18550
18541
 
18551
18542
  :example:
18552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
18543
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
18553
18544
  """
18554
18545
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18555
18546
  required_arguments = []
@@ -18635,7 +18626,7 @@ class DatabaseClient(object):
18635
18626
  :rtype: :class:`~oci.response.Response`
18636
18627
 
18637
18628
  :example:
18638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
18629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
18639
18630
  """
18640
18631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18641
18632
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -18733,7 +18724,7 @@ class DatabaseClient(object):
18733
18724
  :rtype: :class:`~oci.response.Response`
18734
18725
 
18735
18726
  :example:
18736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
18727
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
18737
18728
  """
18738
18729
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18739
18730
  required_arguments = ['autonomousDatabaseId']
@@ -18828,7 +18819,7 @@ class DatabaseClient(object):
18828
18819
  :rtype: :class:`~oci.response.Response`
18829
18820
 
18830
18821
  :example:
18831
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18822
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18832
18823
  """
18833
18824
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18834
18825
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -18916,7 +18907,7 @@ class DatabaseClient(object):
18916
18907
  :rtype: :class:`~oci.response.Response`
18917
18908
 
18918
18909
  :example:
18919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18920
18911
  """
18921
18912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18922
18913
  required_arguments = ['autonomousPatchId']
@@ -19007,7 +18998,7 @@ class DatabaseClient(object):
19007
18998
  :rtype: :class:`~oci.response.Response`
19008
18999
 
19009
19000
  :example:
19010
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
19001
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
19011
19002
  """
19012
19003
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19013
19004
  required_arguments = ['autonomousVirtualMachineId']
@@ -19105,7 +19096,7 @@ class DatabaseClient(object):
19105
19096
  :rtype: :class:`~oci.response.Response`
19106
19097
 
19107
19098
  :example:
19108
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
19099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
19109
19100
  """
19110
19101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19111
19102
  required_arguments = ['autonomousVmClusterId']
@@ -19203,7 +19194,7 @@ class DatabaseClient(object):
19203
19194
  :rtype: :class:`~oci.response.Response`
19204
19195
 
19205
19196
  :example:
19206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
19197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19207
19198
  """
19208
19199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19209
19200
  required_arguments = ['autonomousVmClusterId']
@@ -19298,7 +19289,7 @@ class DatabaseClient(object):
19298
19289
  :rtype: :class:`~oci.response.Response`
19299
19290
 
19300
19291
  :example:
19301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
19292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
19302
19293
  """
19303
19294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19304
19295
  required_arguments = ['backupId']
@@ -19389,7 +19380,7 @@ class DatabaseClient(object):
19389
19380
  :rtype: :class:`~oci.response.Response`
19390
19381
 
19391
19382
  :example:
19392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
19383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
19393
19384
  """
19394
19385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19395
19386
  required_arguments = ['backupDestinationId']
@@ -19487,7 +19478,7 @@ class DatabaseClient(object):
19487
19478
  :rtype: :class:`~oci.response.Response`
19488
19479
 
19489
19480
  :example:
19490
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
19481
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
19491
19482
  """
19492
19483
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19493
19484
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -19585,7 +19576,7 @@ class DatabaseClient(object):
19585
19576
  :rtype: :class:`~oci.response.Response`
19586
19577
 
19587
19578
  :example:
19588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
19579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19589
19580
  """
19590
19581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19591
19582
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -19683,7 +19674,7 @@ class DatabaseClient(object):
19683
19674
  :rtype: :class:`~oci.response.Response`
19684
19675
 
19685
19676
  :example:
19686
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
19677
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
19687
19678
  """
19688
19679
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19689
19680
  required_arguments = ['cloudExadataInfrastructureId']
@@ -19786,14 +19777,14 @@ class DatabaseClient(object):
19786
19777
  :rtype: :class:`~oci.response.Response`
19787
19778
 
19788
19779
  :example:
19789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
19780
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19790
19781
  """
19791
19782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19792
19783
  required_arguments = ['cloudExadataInfrastructureId']
19793
19784
  resource_path = "/cloudExadataInfrastructures/{cloudExadataInfrastructureId}/unAllocatedResources"
19794
19785
  method = "GET"
19795
19786
  operation_name = "get_cloud_exadata_infrastructure_unallocated_resources"
19796
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructureUnallocatedResources/GetCloudExadataInfrastructureUnallocatedResources"
19787
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/GetCloudExadataInfrastructureUnallocatedResources"
19797
19788
 
19798
19789
  # Don't accept unknown kwargs
19799
19790
  expected_kwargs = [
@@ -19892,7 +19883,7 @@ class DatabaseClient(object):
19892
19883
  :rtype: :class:`~oci.response.Response`
19893
19884
 
19894
19885
  :example:
19895
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19896
19887
  """
19897
19888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19898
19889
  required_arguments = ['cloudVmClusterId']
@@ -19991,7 +19982,7 @@ class DatabaseClient(object):
19991
19982
  :rtype: :class:`~oci.response.Response`
19992
19983
 
19993
19984
  :example:
19994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
19985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19995
19986
  """
19996
19987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19997
19988
  required_arguments = ['cloudVmClusterId']
@@ -20094,7 +20085,7 @@ class DatabaseClient(object):
20094
20085
  :rtype: :class:`~oci.response.Response`
20095
20086
 
20096
20087
  :example:
20097
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
20088
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
20098
20089
  """
20099
20090
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20100
20091
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -20198,7 +20189,7 @@ class DatabaseClient(object):
20198
20189
  :rtype: :class:`~oci.response.Response`
20199
20190
 
20200
20191
  :example:
20201
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
20192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
20202
20193
  """
20203
20194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20204
20195
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -20297,7 +20288,7 @@ class DatabaseClient(object):
20297
20288
  :rtype: :class:`~oci.response.Response`
20298
20289
 
20299
20290
  :example:
20300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
20291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
20301
20292
  """
20302
20293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20303
20294
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -20392,7 +20383,7 @@ class DatabaseClient(object):
20392
20383
  :rtype: :class:`~oci.response.Response`
20393
20384
 
20394
20385
  :example:
20395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
20386
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
20396
20387
  """
20397
20388
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20398
20389
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -20494,7 +20485,7 @@ class DatabaseClient(object):
20494
20485
  :rtype: :class:`~oci.response.Response`
20495
20486
 
20496
20487
  :example:
20497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
20488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
20498
20489
  """
20499
20490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20500
20491
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -20595,7 +20586,7 @@ class DatabaseClient(object):
20595
20586
  :rtype: :class:`~oci.response.Response`
20596
20587
 
20597
20588
  :example:
20598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
20589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
20599
20590
  """
20600
20591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20601
20592
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -20684,7 +20675,7 @@ class DatabaseClient(object):
20684
20675
  :rtype: :class:`~oci.response.Response`
20685
20676
 
20686
20677
  :example:
20687
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_database.py.html>`__ to see an example of how to use get_database API.
20678
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
20688
20679
  """
20689
20680
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20690
20681
  required_arguments = ['databaseId']
@@ -20772,7 +20763,7 @@ class DatabaseClient(object):
20772
20763
  :rtype: :class:`~oci.response.Response`
20773
20764
 
20774
20765
  :example:
20775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
20766
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
20776
20767
  """
20777
20768
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20778
20769
  required_arguments = ['databaseSoftwareImageId']
@@ -20868,7 +20859,7 @@ class DatabaseClient(object):
20868
20859
  :rtype: :class:`~oci.response.Response`
20869
20860
 
20870
20861
  :example:
20871
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20862
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20872
20863
  """
20873
20864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20874
20865
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -20964,7 +20955,7 @@ class DatabaseClient(object):
20964
20955
  :rtype: :class:`~oci.response.Response`
20965
20956
 
20966
20957
  :example:
20967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20968
20959
  """
20969
20960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20970
20961
  required_arguments = ['dbHomeId']
@@ -21057,7 +21048,7 @@ class DatabaseClient(object):
21057
21048
  :rtype: :class:`~oci.response.Response`
21058
21049
 
21059
21050
  :example:
21060
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
21051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
21061
21052
  """
21062
21053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21063
21054
  required_arguments = ['dbHomeId', 'patchId']
@@ -21151,7 +21142,7 @@ class DatabaseClient(object):
21151
21142
  :rtype: :class:`~oci.response.Response`
21152
21143
 
21153
21144
  :example:
21154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
21145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21155
21146
  """
21156
21147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21157
21148
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -21240,7 +21231,7 @@ class DatabaseClient(object):
21240
21231
  :rtype: :class:`~oci.response.Response`
21241
21232
 
21242
21233
  :example:
21243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
21234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
21244
21235
  """
21245
21236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21246
21237
  required_arguments = ['dbNodeId']
@@ -21336,7 +21327,7 @@ class DatabaseClient(object):
21336
21327
  :rtype: :class:`~oci.response.Response`
21337
21328
 
21338
21329
  :example:
21339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
21330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
21340
21331
  """
21341
21332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21342
21333
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -21445,7 +21436,7 @@ class DatabaseClient(object):
21445
21436
  :rtype: :class:`~oci.response.Response`
21446
21437
 
21447
21438
  :example:
21448
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
21439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
21449
21440
  """
21450
21441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21451
21442
  required_arguments = ['dbSystemId']
@@ -21538,7 +21529,7 @@ class DatabaseClient(object):
21538
21529
  :rtype: :class:`~oci.response.Response`
21539
21530
 
21540
21531
  :example:
21541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
21532
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
21542
21533
  """
21543
21534
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21544
21535
  required_arguments = ['dbSystemId', 'patchId']
@@ -21632,7 +21623,7 @@ class DatabaseClient(object):
21632
21623
  :rtype: :class:`~oci.response.Response`
21633
21624
 
21634
21625
  :example:
21635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
21626
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21636
21627
  """
21637
21628
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21638
21629
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -21729,7 +21720,7 @@ class DatabaseClient(object):
21729
21720
  :rtype: :class:`~oci.response.Response`
21730
21721
 
21731
21722
  :example:
21732
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
21723
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21733
21724
  """
21734
21725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21735
21726
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -21834,7 +21825,7 @@ class DatabaseClient(object):
21834
21825
  :rtype: :class:`~oci.response.Response`
21835
21826
 
21836
21827
  :example:
21837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21838
21829
  """
21839
21830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21840
21831
  required_arguments = ['exadataInfrastructureId']
@@ -21948,7 +21939,7 @@ class DatabaseClient(object):
21948
21939
  :rtype: :class:`~oci.response.Response`
21949
21940
 
21950
21941
  :example:
21951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21942
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21952
21943
  """
21953
21944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21954
21945
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -22051,7 +22042,7 @@ class DatabaseClient(object):
22051
22042
  :rtype: :class:`~oci.response.Response`
22052
22043
 
22053
22044
  :example:
22054
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
22045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
22055
22046
  """
22056
22047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22057
22048
  required_arguments = ['exadataInfrastructureId']
@@ -22168,7 +22159,7 @@ class DatabaseClient(object):
22168
22159
  :rtype: :class:`~oci.response.Response`
22169
22160
 
22170
22161
  :example:
22171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
22162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
22172
22163
  """
22173
22164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22174
22165
  required_arguments = ['dbSystemId']
@@ -22266,7 +22257,7 @@ class DatabaseClient(object):
22266
22257
  :rtype: :class:`~oci.response.Response`
22267
22258
 
22268
22259
  :example:
22269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
22260
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
22270
22261
  """
22271
22262
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22272
22263
  required_arguments = ['exadbVmClusterId']
@@ -22369,7 +22360,7 @@ class DatabaseClient(object):
22369
22360
  :rtype: :class:`~oci.response.Response`
22370
22361
 
22371
22362
  :example:
22372
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
22363
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
22373
22364
  """
22374
22365
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22375
22366
  required_arguments = ['exadbVmClusterId', 'updateId']
@@ -22473,7 +22464,7 @@ class DatabaseClient(object):
22473
22464
  :rtype: :class:`~oci.response.Response`
22474
22465
 
22475
22466
  :example:
22476
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
22467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
22477
22468
  """
22478
22469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22479
22470
  required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
@@ -22572,7 +22563,7 @@ class DatabaseClient(object):
22572
22563
  :rtype: :class:`~oci.response.Response`
22573
22564
 
22574
22565
  :example:
22575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
22566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
22576
22567
  """
22577
22568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22578
22569
  required_arguments = ['exascaleDbStorageVaultId']
@@ -22670,7 +22661,7 @@ class DatabaseClient(object):
22670
22661
  :rtype: :class:`~oci.response.Response`
22671
22662
 
22672
22663
  :example:
22673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
22664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
22674
22665
  """
22675
22666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22676
22667
  required_arguments = ['executionActionId']
@@ -22768,7 +22759,7 @@ class DatabaseClient(object):
22768
22759
  :rtype: :class:`~oci.response.Response`
22769
22760
 
22770
22761
  :example:
22771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
22762
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
22772
22763
  """
22773
22764
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22774
22765
  required_arguments = ['executionWindowId']
@@ -22867,7 +22858,7 @@ class DatabaseClient(object):
22867
22858
  :rtype: :class:`~oci.response.Response`
22868
22859
 
22869
22860
  :example:
22870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22871
22862
  """
22872
22863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22873
22864
  required_arguments = ['backupId']
@@ -22958,7 +22949,7 @@ class DatabaseClient(object):
22958
22949
  :rtype: :class:`~oci.response.Response`
22959
22950
 
22960
22951
  :example:
22961
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22962
22953
  """
22963
22954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22964
22955
  required_arguments = ['externalContainerDatabaseId']
@@ -23057,7 +23048,7 @@ class DatabaseClient(object):
23057
23048
  :rtype: :class:`~oci.response.Response`
23058
23049
 
23059
23050
  :example:
23060
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
23051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
23061
23052
  """
23062
23053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23063
23054
  required_arguments = ['externalDatabaseConnectorId']
@@ -23155,7 +23146,7 @@ class DatabaseClient(object):
23155
23146
  :rtype: :class:`~oci.response.Response`
23156
23147
 
23157
23148
  :example:
23158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
23149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
23159
23150
  """
23160
23151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23161
23152
  required_arguments = ['externalNonContainerDatabaseId']
@@ -23254,7 +23245,7 @@ class DatabaseClient(object):
23254
23245
  :rtype: :class:`~oci.response.Response`
23255
23246
 
23256
23247
  :example:
23257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
23248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
23258
23249
  """
23259
23250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23260
23251
  required_arguments = ['externalPluggableDatabaseId']
@@ -23361,7 +23352,7 @@ class DatabaseClient(object):
23361
23352
  :rtype: :class:`~oci.response.Response`
23362
23353
 
23363
23354
  :example:
23364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
23355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
23365
23356
  """
23366
23357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23367
23358
  required_arguments = ['compartmentId']
@@ -23465,7 +23456,7 @@ class DatabaseClient(object):
23465
23456
  :rtype: :class:`~oci.response.Response`
23466
23457
 
23467
23458
  :example:
23468
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
23459
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
23469
23460
  """
23470
23461
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23471
23462
  required_arguments = ['keyStoreId']
@@ -23558,7 +23549,7 @@ class DatabaseClient(object):
23558
23549
  :rtype: :class:`~oci.response.Response`
23559
23550
 
23560
23551
  :example:
23561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
23552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
23562
23553
  """
23563
23554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23564
23555
  required_arguments = ['maintenanceRunId']
@@ -23644,7 +23635,7 @@ class DatabaseClient(object):
23644
23635
  :rtype: :class:`~oci.response.Response`
23645
23636
 
23646
23637
  :example:
23647
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
23638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
23648
23639
  """
23649
23640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23650
23641
  required_arguments = ['maintenanceRunHistoryId']
@@ -23735,7 +23726,7 @@ class DatabaseClient(object):
23735
23726
  :rtype: :class:`~oci.response.Response`
23736
23727
 
23737
23728
  :example:
23738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
23729
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
23739
23730
  """
23740
23731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23741
23732
  required_arguments = ['oneoffPatchId']
@@ -23838,7 +23829,7 @@ class DatabaseClient(object):
23838
23829
  :rtype: :class:`~oci.response.Response`
23839
23830
 
23840
23831
  :example:
23841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23832
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23842
23833
  """
23843
23834
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23844
23835
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -23934,7 +23925,7 @@ class DatabaseClient(object):
23934
23925
  :rtype: :class:`~oci.response.Response`
23935
23926
 
23936
23927
  :example:
23937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23928
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23938
23929
  """
23939
23930
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23940
23931
  required_arguments = ['pluggableDatabaseId']
@@ -24025,7 +24016,7 @@ class DatabaseClient(object):
24025
24016
  :rtype: :class:`~oci.response.Response`
24026
24017
 
24027
24018
  :example:
24028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
24019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
24029
24020
  """
24030
24021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24031
24022
  required_arguments = ['scheduledActionId']
@@ -24123,7 +24114,7 @@ class DatabaseClient(object):
24123
24114
  :rtype: :class:`~oci.response.Response`
24124
24115
 
24125
24116
  :example:
24126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
24117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
24127
24118
  """
24128
24119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24129
24120
  required_arguments = ['schedulingPlanId']
@@ -24221,7 +24212,7 @@ class DatabaseClient(object):
24221
24212
  :rtype: :class:`~oci.response.Response`
24222
24213
 
24223
24214
  :example:
24224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
24215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
24225
24216
  """
24226
24217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24227
24218
  required_arguments = ['schedulingPolicyId']
@@ -24324,7 +24315,7 @@ class DatabaseClient(object):
24324
24315
  :rtype: :class:`~oci.response.Response`
24325
24316
 
24326
24317
  :example:
24327
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
24318
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
24328
24319
  """
24329
24320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24330
24321
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -24423,7 +24414,7 @@ class DatabaseClient(object):
24423
24414
  :rtype: :class:`~oci.response.Response`
24424
24415
 
24425
24416
  :example:
24426
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
24417
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
24427
24418
  """
24428
24419
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24429
24420
  required_arguments = ['vmClusterId']
@@ -24527,7 +24518,7 @@ class DatabaseClient(object):
24527
24518
  :rtype: :class:`~oci.response.Response`
24528
24519
 
24529
24520
  :example:
24530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
24521
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
24531
24522
  """
24532
24523
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24533
24524
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -24628,7 +24619,7 @@ class DatabaseClient(object):
24628
24619
  :rtype: :class:`~oci.response.Response`
24629
24620
 
24630
24621
  :example:
24631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
24622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
24632
24623
  """
24633
24624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24634
24625
  required_arguments = ['vmClusterId', 'patchId']
@@ -24722,7 +24713,7 @@ class DatabaseClient(object):
24722
24713
  :rtype: :class:`~oci.response.Response`
24723
24714
 
24724
24715
  :example:
24725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
24716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
24726
24717
  """
24727
24718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24728
24719
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -24819,7 +24810,7 @@ class DatabaseClient(object):
24819
24810
  :rtype: :class:`~oci.response.Response`
24820
24811
 
24821
24812
  :example:
24822
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
24813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
24823
24814
  """
24824
24815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24825
24816
  required_arguments = ['vmClusterId', 'updateId']
@@ -24923,7 +24914,7 @@ class DatabaseClient(object):
24923
24914
  :rtype: :class:`~oci.response.Response`
24924
24915
 
24925
24916
  :example:
24926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
24917
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
24927
24918
  """
24928
24919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24929
24920
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -25024,7 +25015,7 @@ class DatabaseClient(object):
25024
25015
  :rtype: :class:`~oci.response.Response`
25025
25016
 
25026
25017
  :example:
25027
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
25018
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
25028
25019
  """
25029
25020
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25030
25021
  required_arguments = []
@@ -25136,7 +25127,7 @@ class DatabaseClient(object):
25136
25127
  :rtype: :class:`~oci.response.Response`
25137
25128
 
25138
25129
  :example:
25139
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
25130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
25140
25131
  """
25141
25132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25142
25133
  required_arguments = []
@@ -25254,7 +25245,7 @@ class DatabaseClient(object):
25254
25245
  :rtype: :class:`~oci.response.Response`
25255
25246
 
25256
25247
  :example:
25257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
25248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
25258
25249
  """
25259
25250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25260
25251
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -25350,9 +25341,188 @@ class DatabaseClient(object):
25350
25341
  api_reference_link=api_reference_link,
25351
25342
  required_arguments=required_arguments)
25352
25343
 
25344
+ def list_autonomous_container_database_backups(self, **kwargs):
25345
+ """
25346
+ Gets a list of Autonomous Container Database backups by using either the 'autonomousDatabaseId' or 'compartmentId' as your query parameter.
25347
+
25348
+
25349
+ :param str compartment_id: (optional)
25350
+ The compartment `OCID`__.
25351
+
25352
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
25353
+
25354
+ :param str autonomous_container_database_id: (optional)
25355
+ The Autonomous Container Database `OCID`__.
25356
+
25357
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
25358
+
25359
+ :param bool is_remote: (optional)
25360
+ call for all remote backups
25361
+
25362
+ :param str infrastructure_type: (optional)
25363
+ A filter to return only resources that match the given Infrastructure Type.
25364
+
25365
+ Allowed values are: "CLOUD", "CLOUD_AT_CUSTOMER"
25366
+
25367
+ :param str lifecycle_state: (optional)
25368
+ A filter to return only resources that match the given lifecycle state exactly.
25369
+
25370
+ Allowed values are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED"
25371
+
25372
+ :param str sort_by: (optional)
25373
+ The field to sort by. You can provide one sort order (`sortOrder`). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive.
25374
+
25375
+ **Note:** If you do not include the availability domain filter, the resources are grouped by availability domain, then sorted.
25376
+
25377
+ Allowed values are: "TIMECREATED", "DISPLAYNAME"
25378
+
25379
+ :param str opc_request_id: (optional)
25380
+ Unique identifier for the request.
25381
+
25382
+ :param int limit: (optional)
25383
+ The maximum number of items to return per page.
25384
+
25385
+ :param str page: (optional)
25386
+ The pagination token to continue listing from.
25387
+
25388
+ :param str sort_order: (optional)
25389
+ The sort order to use, either ascending (`ASC`) or descending (`DESC`).
25390
+
25391
+ Allowed values are: "ASC", "DESC"
25392
+
25393
+ :param str display_name: (optional)
25394
+ A filter to return only resources that match the entire display name given. The match is not case sensitive.
25395
+
25396
+ :param obj retry_strategy: (optional)
25397
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
25398
+
25399
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
25400
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
25401
+
25402
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
25403
+
25404
+ :param bool allow_control_chars: (optional)
25405
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
25406
+ By default, the response will not allow control characters in strings
25407
+
25408
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.AutonomousContainerDatabaseBackupCollection`
25409
+ :rtype: :class:`~oci.response.Response`
25410
+
25411
+ :example:
25412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_container_database_backups.py.html>`__ to see an example of how to use list_autonomous_container_database_backups API.
25413
+ """
25414
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25415
+ required_arguments = []
25416
+ resource_path = "/autonomousContainerDatabaseBackups"
25417
+ method = "GET"
25418
+ operation_name = "list_autonomous_container_database_backups"
25419
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabaseBackup/ListAutonomousContainerDatabaseBackups"
25420
+
25421
+ # Don't accept unknown kwargs
25422
+ expected_kwargs = [
25423
+ "allow_control_chars",
25424
+ "retry_strategy",
25425
+ "compartment_id",
25426
+ "autonomous_container_database_id",
25427
+ "is_remote",
25428
+ "infrastructure_type",
25429
+ "lifecycle_state",
25430
+ "sort_by",
25431
+ "opc_request_id",
25432
+ "limit",
25433
+ "page",
25434
+ "sort_order",
25435
+ "display_name"
25436
+ ]
25437
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
25438
+ if extra_kwargs:
25439
+ raise ValueError(
25440
+ f"list_autonomous_container_database_backups got unknown kwargs: {extra_kwargs!r}")
25441
+
25442
+ if 'infrastructure_type' in kwargs:
25443
+ infrastructure_type_allowed_values = ["CLOUD", "CLOUD_AT_CUSTOMER"]
25444
+ if kwargs['infrastructure_type'] not in infrastructure_type_allowed_values:
25445
+ raise ValueError(
25446
+ f"Invalid value for `infrastructure_type`, must be one of { infrastructure_type_allowed_values }"
25447
+ )
25448
+
25449
+ if 'lifecycle_state' in kwargs:
25450
+ lifecycle_state_allowed_values = ["CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED"]
25451
+ if kwargs['lifecycle_state'] not in lifecycle_state_allowed_values:
25452
+ raise ValueError(
25453
+ f"Invalid value for `lifecycle_state`, must be one of { lifecycle_state_allowed_values }"
25454
+ )
25455
+
25456
+ if 'sort_by' in kwargs:
25457
+ sort_by_allowed_values = ["TIMECREATED", "DISPLAYNAME"]
25458
+ if kwargs['sort_by'] not in sort_by_allowed_values:
25459
+ raise ValueError(
25460
+ f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
25461
+ )
25462
+
25463
+ if 'sort_order' in kwargs:
25464
+ sort_order_allowed_values = ["ASC", "DESC"]
25465
+ if kwargs['sort_order'] not in sort_order_allowed_values:
25466
+ raise ValueError(
25467
+ f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
25468
+ )
25469
+
25470
+ query_params = {
25471
+ "compartmentId": kwargs.get("compartment_id", missing),
25472
+ "autonomousContainerDatabaseId": kwargs.get("autonomous_container_database_id", missing),
25473
+ "isRemote": kwargs.get("is_remote", missing),
25474
+ "infrastructureType": kwargs.get("infrastructure_type", missing),
25475
+ "lifecycleState": kwargs.get("lifecycle_state", missing),
25476
+ "sortBy": kwargs.get("sort_by", missing),
25477
+ "limit": kwargs.get("limit", missing),
25478
+ "page": kwargs.get("page", missing),
25479
+ "sortOrder": kwargs.get("sort_order", missing),
25480
+ "displayName": kwargs.get("display_name", missing)
25481
+ }
25482
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
25483
+
25484
+ header_params = {
25485
+ "accept": "application/json",
25486
+ "content-type": "application/json",
25487
+ "opc-request-id": kwargs.get("opc_request_id", missing)
25488
+ }
25489
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
25490
+
25491
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
25492
+ operation_retry_strategy=kwargs.get('retry_strategy'),
25493
+ client_retry_strategy=self.retry_strategy
25494
+ )
25495
+
25496
+ if retry_strategy:
25497
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
25498
+ self.base_client.add_opc_client_retries_header(header_params)
25499
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
25500
+ return retry_strategy.make_retrying_call(
25501
+ self.base_client.call_api,
25502
+ resource_path=resource_path,
25503
+ method=method,
25504
+ query_params=query_params,
25505
+ header_params=header_params,
25506
+ response_type="AutonomousContainerDatabaseBackupCollection",
25507
+ allow_control_chars=kwargs.get('allow_control_chars'),
25508
+ operation_name=operation_name,
25509
+ api_reference_link=api_reference_link,
25510
+ required_arguments=required_arguments)
25511
+ else:
25512
+ return self.base_client.call_api(
25513
+ resource_path=resource_path,
25514
+ method=method,
25515
+ query_params=query_params,
25516
+ header_params=header_params,
25517
+ response_type="AutonomousContainerDatabaseBackupCollection",
25518
+ allow_control_chars=kwargs.get('allow_control_chars'),
25519
+ operation_name=operation_name,
25520
+ api_reference_link=api_reference_link,
25521
+ required_arguments=required_arguments)
25522
+
25353
25523
  def list_autonomous_container_database_dataguard_associations(self, autonomous_container_database_id, **kwargs):
25354
25524
  """
25355
- Gets a list of the Autonomous Container Databases with Autonomous Data Guard-enabled associated with the specified Autonomous Container Database.
25525
+ **Deprecated.** Use the :func:`list_autonomous_container_databases` operation to get a list of the Autonomous Container Databases (ACDs)with Autonomous Data Guard-enabled associated with the specified ACD.
25356
25526
 
25357
25527
 
25358
25528
  :param str autonomous_container_database_id: (required)
@@ -25382,7 +25552,7 @@ class DatabaseClient(object):
25382
25552
  :rtype: :class:`~oci.response.Response`
25383
25553
 
25384
25554
  :example:
25385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
25555
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
25386
25556
  """
25387
25557
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25388
25558
  required_arguments = ['autonomousContainerDatabaseId']
@@ -25503,7 +25673,7 @@ class DatabaseClient(object):
25503
25673
  :rtype: :class:`~oci.response.Response`
25504
25674
 
25505
25675
  :example:
25506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
25676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
25507
25677
  """
25508
25678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25509
25679
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -25665,7 +25835,7 @@ class DatabaseClient(object):
25665
25835
  :rtype: :class:`~oci.response.Response`
25666
25836
 
25667
25837
  :example:
25668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
25838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
25669
25839
  """
25670
25840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25671
25841
  required_arguments = ['compartmentId']
@@ -25841,7 +26011,7 @@ class DatabaseClient(object):
25841
26011
  :rtype: :class:`~oci.response.Response`
25842
26012
 
25843
26013
  :example:
25844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
26014
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
25845
26015
  """
25846
26016
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25847
26017
  required_arguments = []
@@ -25978,7 +26148,7 @@ class DatabaseClient(object):
25978
26148
  :rtype: :class:`~oci.response.Response`
25979
26149
 
25980
26150
  :example:
25981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
26151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
25982
26152
  """
25983
26153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25984
26154
  required_arguments = []
@@ -26119,7 +26289,7 @@ class DatabaseClient(object):
26119
26289
  :rtype: :class:`~oci.response.Response`
26120
26290
 
26121
26291
  :example:
26122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
26292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
26123
26293
  """
26124
26294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26125
26295
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -26239,7 +26409,7 @@ class DatabaseClient(object):
26239
26409
 
26240
26410
  def list_autonomous_database_dataguard_associations(self, autonomous_database_id, **kwargs):
26241
26411
  """
26242
- Gets a list of the Autonomous Data Guard-enabled databases associated with the specified Autonomous Database.
26412
+ *Deprecated.* Use the :func:`get_autonomous_container_database` operation to get a list of the Autonomous Data Guard-enabled databases associated with the specified Autonomous Database.
26243
26413
 
26244
26414
 
26245
26415
  :param str autonomous_database_id: (required)
@@ -26269,7 +26439,7 @@ class DatabaseClient(object):
26269
26439
  :rtype: :class:`~oci.response.Response`
26270
26440
 
26271
26441
  :example:
26272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
26442
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
26273
26443
  """
26274
26444
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26275
26445
  required_arguments = ['autonomousDatabaseId']
@@ -26380,7 +26550,7 @@ class DatabaseClient(object):
26380
26550
  :rtype: :class:`~oci.response.Response`
26381
26551
 
26382
26552
  :example:
26383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
26553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
26384
26554
  """
26385
26555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26386
26556
  required_arguments = ['autonomousDatabaseId']
@@ -26494,7 +26664,7 @@ class DatabaseClient(object):
26494
26664
  :rtype: :class:`~oci.response.Response`
26495
26665
 
26496
26666
  :example:
26497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
26667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
26498
26668
  """
26499
26669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26500
26670
  required_arguments = ['autonomousDatabaseId']
@@ -26631,7 +26801,7 @@ class DatabaseClient(object):
26631
26801
  :rtype: :class:`~oci.response.Response`
26632
26802
 
26633
26803
  :example:
26634
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
26804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
26635
26805
  """
26636
26806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26637
26807
  required_arguments = ['compartmentId', 'imageShapeFamily']
@@ -26832,7 +27002,7 @@ class DatabaseClient(object):
26832
27002
  :rtype: :class:`~oci.response.Response`
26833
27003
 
26834
27004
  :example:
26835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
27005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
26836
27006
  """
26837
27007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26838
27008
  required_arguments = ['compartmentId']
@@ -27018,7 +27188,7 @@ class DatabaseClient(object):
27018
27188
  :rtype: :class:`~oci.response.Response`
27019
27189
 
27020
27190
  :example:
27021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
27191
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
27022
27192
  """
27023
27193
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27024
27194
  required_arguments = ['compartmentId']
@@ -27149,7 +27319,7 @@ class DatabaseClient(object):
27149
27319
  :rtype: :class:`~oci.response.Response`
27150
27320
 
27151
27321
  :example:
27152
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
27322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
27153
27323
  """
27154
27324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27155
27325
  required_arguments = ['compartmentId']
@@ -27273,7 +27443,7 @@ class DatabaseClient(object):
27273
27443
  :rtype: :class:`~oci.response.Response`
27274
27444
 
27275
27445
  :example:
27276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
27446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
27277
27447
  """
27278
27448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27279
27449
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -27397,7 +27567,7 @@ class DatabaseClient(object):
27397
27567
  :rtype: :class:`~oci.response.Response`
27398
27568
 
27399
27569
  :example:
27400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
27570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
27401
27571
  """
27402
27572
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27403
27573
  required_arguments = ['compartmentId']
@@ -27538,7 +27708,7 @@ class DatabaseClient(object):
27538
27708
  :rtype: :class:`~oci.response.Response`
27539
27709
 
27540
27710
  :example:
27541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
27711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
27542
27712
  """
27543
27713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27544
27714
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -27656,7 +27826,7 @@ class DatabaseClient(object):
27656
27826
  :rtype: :class:`~oci.response.Response`
27657
27827
 
27658
27828
  :example:
27659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
27829
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
27660
27830
  """
27661
27831
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27662
27832
  required_arguments = ['autonomousVmClusterId']
@@ -27793,7 +27963,7 @@ class DatabaseClient(object):
27793
27963
  :rtype: :class:`~oci.response.Response`
27794
27964
 
27795
27965
  :example:
27796
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
27966
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
27797
27967
  """
27798
27968
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27799
27969
  required_arguments = ['compartmentId']
@@ -27930,7 +28100,7 @@ class DatabaseClient(object):
27930
28100
  :rtype: :class:`~oci.response.Response`
27931
28101
 
27932
28102
  :example:
27933
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
28103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
27934
28104
  """
27935
28105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27936
28106
  required_arguments = ['compartmentId']
@@ -28062,7 +28232,7 @@ class DatabaseClient(object):
28062
28232
  :rtype: :class:`~oci.response.Response`
28063
28233
 
28064
28234
  :example:
28065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
28235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
28066
28236
  """
28067
28237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28068
28238
  required_arguments = []
@@ -28199,7 +28369,7 @@ class DatabaseClient(object):
28199
28369
  :rtype: :class:`~oci.response.Response`
28200
28370
 
28201
28371
  :example:
28202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
28372
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
28203
28373
  """
28204
28374
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28205
28375
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -28339,7 +28509,7 @@ class DatabaseClient(object):
28339
28509
  :rtype: :class:`~oci.response.Response`
28340
28510
 
28341
28511
  :example:
28342
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
28512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
28343
28513
  """
28344
28514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28345
28515
  required_arguments = ['compartmentId']
@@ -28496,7 +28666,7 @@ class DatabaseClient(object):
28496
28666
  :rtype: :class:`~oci.response.Response`
28497
28667
 
28498
28668
  :example:
28499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
28669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
28500
28670
  """
28501
28671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28502
28672
  required_arguments = ['compartmentId']
@@ -28635,7 +28805,7 @@ class DatabaseClient(object):
28635
28805
  :rtype: :class:`~oci.response.Response`
28636
28806
 
28637
28807
  :example:
28638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
28808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
28639
28809
  """
28640
28810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28641
28811
  required_arguments = ['cloudVmClusterId']
@@ -28763,7 +28933,7 @@ class DatabaseClient(object):
28763
28933
  :rtype: :class:`~oci.response.Response`
28764
28934
 
28765
28935
  :example:
28766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
28936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
28767
28937
  """
28768
28938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28769
28939
  required_arguments = ['cloudVmClusterId']
@@ -28912,7 +29082,7 @@ class DatabaseClient(object):
28912
29082
  :rtype: :class:`~oci.response.Response`
28913
29083
 
28914
29084
  :example:
28915
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
29085
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
28916
29086
  """
28917
29087
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28918
29088
  required_arguments = ['compartmentId']
@@ -29046,7 +29216,7 @@ class DatabaseClient(object):
29046
29216
  :rtype: :class:`~oci.response.Response`
29047
29217
 
29048
29218
  :example:
29049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
29219
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
29050
29220
  """
29051
29221
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29052
29222
  required_arguments = ['dbNodeId']
@@ -29161,7 +29331,7 @@ class DatabaseClient(object):
29161
29331
  :rtype: :class:`~oci.response.Response`
29162
29332
 
29163
29333
  :example:
29164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
29334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
29165
29335
  """
29166
29336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29167
29337
  required_arguments = ['dbNodeId']
@@ -29311,7 +29481,7 @@ class DatabaseClient(object):
29311
29481
  :rtype: :class:`~oci.response.Response`
29312
29482
 
29313
29483
  :example:
29314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
29484
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
29315
29485
  """
29316
29486
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29317
29487
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -29429,7 +29599,7 @@ class DatabaseClient(object):
29429
29599
  :rtype: :class:`~oci.response.Response`
29430
29600
 
29431
29601
  :example:
29432
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
29602
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
29433
29603
  """
29434
29604
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29435
29605
  required_arguments = ['databaseId']
@@ -29577,7 +29747,7 @@ class DatabaseClient(object):
29577
29747
  :rtype: :class:`~oci.response.Response`
29578
29748
 
29579
29749
  :example:
29580
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
29750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
29581
29751
  """
29582
29752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29583
29753
  required_arguments = ['compartmentId']
@@ -29750,7 +29920,7 @@ class DatabaseClient(object):
29750
29920
  :rtype: :class:`~oci.response.Response`
29751
29921
 
29752
29922
  :example:
29753
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
29923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
29754
29924
  """
29755
29925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29756
29926
  required_arguments = ['databaseId']
@@ -29925,7 +30095,7 @@ class DatabaseClient(object):
29925
30095
  :rtype: :class:`~oci.response.Response`
29926
30096
 
29927
30097
  :example:
29928
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
30098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
29929
30099
  """
29930
30100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29931
30101
  required_arguments = ['compartmentId']
@@ -30055,7 +30225,7 @@ class DatabaseClient(object):
30055
30225
  :rtype: :class:`~oci.response.Response`
30056
30226
 
30057
30227
  :example:
30058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
30228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
30059
30229
  """
30060
30230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30061
30231
  required_arguments = ['dbHomeId']
@@ -30163,7 +30333,7 @@ class DatabaseClient(object):
30163
30333
  :rtype: :class:`~oci.response.Response`
30164
30334
 
30165
30335
  :example:
30166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
30336
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
30167
30337
  """
30168
30338
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30169
30339
  required_arguments = ['dbHomeId']
@@ -30307,7 +30477,7 @@ class DatabaseClient(object):
30307
30477
  :rtype: :class:`~oci.response.Response`
30308
30478
 
30309
30479
  :example:
30310
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
30480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
30311
30481
  """
30312
30482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30313
30483
  required_arguments = ['compartmentId']
@@ -30411,7 +30581,7 @@ class DatabaseClient(object):
30411
30581
 
30412
30582
  def list_db_nodes(self, compartment_id, **kwargs):
30413
30583
  """
30414
- Lists the database nodes in the specified DB system and compartment. A database node is a server running database software.
30584
+ Lists the database nodes in the specified DB system and compartment. In addition to the other required parameters, either '--db-system-id' or '--vm-cluster-id' also must be provided, depending on the service being accessed.
30415
30585
 
30416
30586
 
30417
30587
  :param str compartment_id: (required)
@@ -30471,7 +30641,7 @@ class DatabaseClient(object):
30471
30641
  :rtype: :class:`~oci.response.Response`
30472
30642
 
30473
30643
  :example:
30474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
30644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
30475
30645
  """
30476
30646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30477
30647
  required_arguments = ['compartmentId']
@@ -30627,7 +30797,7 @@ class DatabaseClient(object):
30627
30797
  :rtype: :class:`~oci.response.Response`
30628
30798
 
30629
30799
  :example:
30630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
30800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
30631
30801
  """
30632
30802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30633
30803
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -30752,7 +30922,7 @@ class DatabaseClient(object):
30752
30922
  :rtype: :class:`~oci.response.Response`
30753
30923
 
30754
30924
  :example:
30755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
30925
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
30756
30926
  """
30757
30927
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30758
30928
  required_arguments = []
@@ -30849,7 +31019,7 @@ class DatabaseClient(object):
30849
31019
  :rtype: :class:`~oci.response.Response`
30850
31020
 
30851
31021
  :example:
30852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
31022
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
30853
31023
  """
30854
31024
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30855
31025
  required_arguments = ['dbSystemId']
@@ -30957,7 +31127,7 @@ class DatabaseClient(object):
30957
31127
  :rtype: :class:`~oci.response.Response`
30958
31128
 
30959
31129
  :example:
30960
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
31130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
30961
31131
  """
30962
31132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30963
31133
  required_arguments = ['dbSystemId']
@@ -31068,7 +31238,7 @@ class DatabaseClient(object):
31068
31238
  :rtype: :class:`~oci.response.Response`
31069
31239
 
31070
31240
  :example:
31071
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
31241
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
31072
31242
  """
31073
31243
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31074
31244
  required_arguments = ['compartmentId']
@@ -31150,6 +31320,11 @@ class DatabaseClient(object):
31150
31320
  :param str shape_type: (optional)
31151
31321
  Optional. Filters the performance results by shape type.
31152
31322
 
31323
+ :param str database_edition: (optional)
31324
+ The database edition of quota (STANDARD_EDITION/ENTERPRISE_EDITION/ENTERPRISE_EDITION_HIGH_PERFORMANCE/ENTERPRISE_EDITION_EXTREME/ENTERPRISE_EDITION_DEVELOPER)
31325
+
31326
+ Allowed values are: "STANDARD_EDITION", "ENTERPRISE_EDITION", "ENTERPRISE_EDITION_HIGH_PERFORMANCE", "ENTERPRISE_EDITION_EXTREME", "ENTERPRISE_EDITION_DEVELOPER"
31327
+
31153
31328
  :param str opc_request_id: (optional)
31154
31329
  Unique identifier for the request.
31155
31330
 
@@ -31169,7 +31344,7 @@ class DatabaseClient(object):
31169
31344
  :rtype: :class:`~oci.response.Response`
31170
31345
 
31171
31346
  :example:
31172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
31347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
31173
31348
  """
31174
31349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31175
31350
  required_arguments = ['storageManagement']
@@ -31183,6 +31358,7 @@ class DatabaseClient(object):
31183
31358
  "allow_control_chars",
31184
31359
  "retry_strategy",
31185
31360
  "shape_type",
31361
+ "database_edition",
31186
31362
  "opc_request_id"
31187
31363
  ]
31188
31364
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
@@ -31196,9 +31372,17 @@ class DatabaseClient(object):
31196
31372
  f"Invalid value for `storage_management`, must be one of { storage_management_allowed_values }"
31197
31373
  )
31198
31374
 
31375
+ if 'database_edition' in kwargs:
31376
+ database_edition_allowed_values = ["STANDARD_EDITION", "ENTERPRISE_EDITION", "ENTERPRISE_EDITION_HIGH_PERFORMANCE", "ENTERPRISE_EDITION_EXTREME", "ENTERPRISE_EDITION_DEVELOPER"]
31377
+ if kwargs['database_edition'] not in database_edition_allowed_values:
31378
+ raise ValueError(
31379
+ f"Invalid value for `database_edition`, must be one of { database_edition_allowed_values }"
31380
+ )
31381
+
31199
31382
  query_params = {
31200
31383
  "storageManagement": storage_management,
31201
- "shapeType": kwargs.get("shape_type", missing)
31384
+ "shapeType": kwargs.get("shape_type", missing),
31385
+ "databaseEdition": kwargs.get("database_edition", missing)
31202
31386
  }
31203
31387
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
31204
31388
 
@@ -31296,7 +31480,7 @@ class DatabaseClient(object):
31296
31480
  :rtype: :class:`~oci.response.Response`
31297
31481
 
31298
31482
  :example:
31299
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
31483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
31300
31484
  """
31301
31485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31302
31486
  required_arguments = ['dbSystemId']
@@ -31443,7 +31627,7 @@ class DatabaseClient(object):
31443
31627
  :rtype: :class:`~oci.response.Response`
31444
31628
 
31445
31629
  :example:
31446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_system_upgrades.py.html>`__ to see an example of how to use list_db_system_upgrades API.
31630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_system_upgrades.py.html>`__ to see an example of how to use list_db_system_upgrades API.
31447
31631
  """
31448
31632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31449
31633
  required_arguments = ['dbSystemId']
@@ -31586,7 +31770,7 @@ class DatabaseClient(object):
31586
31770
  :rtype: :class:`~oci.response.Response`
31587
31771
 
31588
31772
  :example:
31589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
31773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
31590
31774
  """
31591
31775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31592
31776
  required_arguments = ['compartmentId']
@@ -31737,7 +31921,7 @@ class DatabaseClient(object):
31737
31921
  :rtype: :class:`~oci.response.Response`
31738
31922
 
31739
31923
  :example:
31740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
31924
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
31741
31925
  """
31742
31926
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31743
31927
  required_arguments = ['compartmentId']
@@ -31878,7 +32062,7 @@ class DatabaseClient(object):
31878
32062
  :rtype: :class:`~oci.response.Response`
31879
32063
 
31880
32064
  :example:
31881
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
32065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
31882
32066
  """
31883
32067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31884
32068
  required_arguments = ['compartmentId']
@@ -32025,7 +32209,7 @@ class DatabaseClient(object):
32025
32209
  :rtype: :class:`~oci.response.Response`
32026
32210
 
32027
32211
  :example:
32028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
32212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
32029
32213
  """
32030
32214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32031
32215
  required_arguments = ['exadbVmClusterId']
@@ -32156,7 +32340,7 @@ class DatabaseClient(object):
32156
32340
  :rtype: :class:`~oci.response.Response`
32157
32341
 
32158
32342
  :example:
32159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
32343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
32160
32344
  """
32161
32345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32162
32346
  required_arguments = ['exadbVmClusterId']
@@ -32305,7 +32489,7 @@ class DatabaseClient(object):
32305
32489
  :rtype: :class:`~oci.response.Response`
32306
32490
 
32307
32491
  :example:
32308
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
32492
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
32309
32493
  """
32310
32494
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32311
32495
  required_arguments = ['compartmentId']
@@ -32465,7 +32649,7 @@ class DatabaseClient(object):
32465
32649
  :rtype: :class:`~oci.response.Response`
32466
32650
 
32467
32651
  :example:
32468
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
32652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
32469
32653
  """
32470
32654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32471
32655
  required_arguments = ['compartmentId']
@@ -32622,7 +32806,7 @@ class DatabaseClient(object):
32622
32806
  :rtype: :class:`~oci.response.Response`
32623
32807
 
32624
32808
  :example:
32625
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
32809
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
32626
32810
  """
32627
32811
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32628
32812
  required_arguments = ['compartmentId']
@@ -32777,7 +32961,7 @@ class DatabaseClient(object):
32777
32961
  :rtype: :class:`~oci.response.Response`
32778
32962
 
32779
32963
  :example:
32780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
32964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
32781
32965
  """
32782
32966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32783
32967
  required_arguments = ['compartmentId']
@@ -32932,7 +33116,7 @@ class DatabaseClient(object):
32932
33116
  :rtype: :class:`~oci.response.Response`
32933
33117
 
32934
33118
  :example:
32935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
33119
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
32936
33120
  """
32937
33121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32938
33122
  required_arguments = ['compartmentId']
@@ -33090,7 +33274,7 @@ class DatabaseClient(object):
33090
33274
  :rtype: :class:`~oci.response.Response`
33091
33275
 
33092
33276
  :example:
33093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
33277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
33094
33278
  """
33095
33279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33096
33280
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -33244,7 +33428,7 @@ class DatabaseClient(object):
33244
33428
  :rtype: :class:`~oci.response.Response`
33245
33429
 
33246
33430
  :example:
33247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
33431
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
33248
33432
  """
33249
33433
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33250
33434
  required_arguments = ['compartmentId']
@@ -33403,7 +33587,7 @@ class DatabaseClient(object):
33403
33587
  :rtype: :class:`~oci.response.Response`
33404
33588
 
33405
33589
  :example:
33406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
33590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
33407
33591
  """
33408
33592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33409
33593
  required_arguments = ['compartmentId']
@@ -33550,7 +33734,7 @@ class DatabaseClient(object):
33550
33734
  :rtype: :class:`~oci.response.Response`
33551
33735
 
33552
33736
  :example:
33553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
33737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
33554
33738
  """
33555
33739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33556
33740
  required_arguments = ['compartmentId']
@@ -33699,7 +33883,7 @@ class DatabaseClient(object):
33699
33883
  :rtype: :class:`~oci.response.Response`
33700
33884
 
33701
33885
  :example:
33702
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
33886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
33703
33887
  """
33704
33888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33705
33889
  required_arguments = ['version']
@@ -33859,7 +34043,7 @@ class DatabaseClient(object):
33859
34043
  :rtype: :class:`~oci.response.Response`
33860
34044
 
33861
34045
  :example:
33862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
34046
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
33863
34047
  """
33864
34048
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33865
34049
  required_arguments = ['compartmentId']
@@ -33974,7 +34158,7 @@ class DatabaseClient(object):
33974
34158
  :rtype: :class:`~oci.response.Response`
33975
34159
 
33976
34160
  :example:
33977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
34161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
33978
34162
  """
33979
34163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33980
34164
  required_arguments = ['compartmentId']
@@ -34112,7 +34296,7 @@ class DatabaseClient(object):
34112
34296
  :rtype: :class:`~oci.response.Response`
34113
34297
 
34114
34298
  :example:
34115
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
34299
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
34116
34300
  """
34117
34301
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34118
34302
  required_arguments = ['compartmentId']
@@ -34308,7 +34492,7 @@ class DatabaseClient(object):
34308
34492
  :rtype: :class:`~oci.response.Response`
34309
34493
 
34310
34494
  :example:
34311
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
34495
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
34312
34496
  """
34313
34497
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34314
34498
  required_arguments = ['compartmentId']
@@ -34486,7 +34670,7 @@ class DatabaseClient(object):
34486
34670
  :rtype: :class:`~oci.response.Response`
34487
34671
 
34488
34672
  :example:
34489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
34673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
34490
34674
  """
34491
34675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34492
34676
  required_arguments = ['compartmentId']
@@ -34618,7 +34802,7 @@ class DatabaseClient(object):
34618
34802
  :rtype: :class:`~oci.response.Response`
34619
34803
 
34620
34804
  :example:
34621
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
34805
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
34622
34806
  """
34623
34807
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34624
34808
  required_arguments = ['type']
@@ -34747,7 +34931,7 @@ class DatabaseClient(object):
34747
34931
  :rtype: :class:`~oci.response.Response`
34748
34932
 
34749
34933
  :example:
34750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
34934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
34751
34935
  """
34752
34936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34753
34937
  required_arguments = ['databaseId']
@@ -34917,7 +35101,7 @@ class DatabaseClient(object):
34917
35101
  :rtype: :class:`~oci.response.Response`
34918
35102
 
34919
35103
  :example:
34920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
35104
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
34921
35105
  """
34922
35106
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34923
35107
  required_arguments = []
@@ -35059,7 +35243,7 @@ class DatabaseClient(object):
35059
35243
  :rtype: :class:`~oci.response.Response`
35060
35244
 
35061
35245
  :example:
35062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
35246
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
35063
35247
  """
35064
35248
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35065
35249
  required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
@@ -35208,7 +35392,7 @@ class DatabaseClient(object):
35208
35392
  :rtype: :class:`~oci.response.Response`
35209
35393
 
35210
35394
  :example:
35211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
35395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
35212
35396
  """
35213
35397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35214
35398
  required_arguments = ['compartmentId']
@@ -35373,7 +35557,7 @@ class DatabaseClient(object):
35373
35557
  :rtype: :class:`~oci.response.Response`
35374
35558
 
35375
35559
  :example:
35376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
35560
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
35377
35561
  """
35378
35562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35379
35563
  required_arguments = ['compartmentId']
@@ -35529,7 +35713,7 @@ class DatabaseClient(object):
35529
35713
  :rtype: :class:`~oci.response.Response`
35530
35714
 
35531
35715
  :example:
35532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
35716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
35533
35717
  """
35534
35718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35535
35719
  required_arguments = ['compartmentId']
@@ -35684,7 +35868,7 @@ class DatabaseClient(object):
35684
35868
  :rtype: :class:`~oci.response.Response`
35685
35869
 
35686
35870
  :example:
35687
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
35871
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
35688
35872
  """
35689
35873
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35690
35874
  required_arguments = ['schedulingPolicyId']
@@ -35849,7 +36033,7 @@ class DatabaseClient(object):
35849
36033
  :rtype: :class:`~oci.response.Response`
35850
36034
 
35851
36035
  :example:
35852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_system_version_minor_versions.py.html>`__ to see an example of how to use list_system_version_minor_versions API.
36036
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_system_version_minor_versions.py.html>`__ to see an example of how to use list_system_version_minor_versions API.
35853
36037
  """
35854
36038
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35855
36039
  required_arguments = ['majorVersion', 'compartmentId', 'giVersion']
@@ -35997,7 +36181,7 @@ class DatabaseClient(object):
35997
36181
  :rtype: :class:`~oci.response.Response`
35998
36182
 
35999
36183
  :example:
36000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
36184
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
36001
36185
  """
36002
36186
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36003
36187
  required_arguments = ['compartmentId', 'giVersion']
@@ -36139,7 +36323,7 @@ class DatabaseClient(object):
36139
36323
  :rtype: :class:`~oci.response.Response`
36140
36324
 
36141
36325
  :example:
36142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
36326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
36143
36327
  """
36144
36328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36145
36329
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -36280,7 +36464,7 @@ class DatabaseClient(object):
36280
36464
  :rtype: :class:`~oci.response.Response`
36281
36465
 
36282
36466
  :example:
36283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
36467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
36284
36468
  """
36285
36469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36286
36470
  required_arguments = ['vmClusterId']
@@ -36388,7 +36572,7 @@ class DatabaseClient(object):
36388
36572
  :rtype: :class:`~oci.response.Response`
36389
36573
 
36390
36574
  :example:
36391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
36575
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
36392
36576
  """
36393
36577
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36394
36578
  required_arguments = ['vmClusterId']
@@ -36509,7 +36693,7 @@ class DatabaseClient(object):
36509
36693
  :rtype: :class:`~oci.response.Response`
36510
36694
 
36511
36695
  :example:
36512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
36696
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
36513
36697
  """
36514
36698
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36515
36699
  required_arguments = ['vmClusterId']
@@ -36651,7 +36835,7 @@ class DatabaseClient(object):
36651
36835
  :rtype: :class:`~oci.response.Response`
36652
36836
 
36653
36837
  :example:
36654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
36838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
36655
36839
  """
36656
36840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36657
36841
  required_arguments = ['vmClusterId']
@@ -36810,7 +36994,7 @@ class DatabaseClient(object):
36810
36994
  :rtype: :class:`~oci.response.Response`
36811
36995
 
36812
36996
  :example:
36813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
36997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
36814
36998
  """
36815
36999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36816
37000
  required_arguments = ['compartmentId']
@@ -36963,7 +37147,7 @@ class DatabaseClient(object):
36963
37147
  :rtype: :class:`~oci.response.Response`
36964
37148
 
36965
37149
  :example:
36966
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
37150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
36967
37151
  """
36968
37152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36969
37153
  required_arguments = ['pluggableDatabaseId']
@@ -37078,7 +37262,7 @@ class DatabaseClient(object):
37078
37262
  :rtype: :class:`~oci.response.Response`
37079
37263
 
37080
37264
  :example:
37081
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/migrate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use migrate_autonomous_container_database_dataguard_association API.
37265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/migrate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use migrate_autonomous_container_database_dataguard_association API.
37082
37266
  """
37083
37267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37084
37268
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -37198,7 +37382,7 @@ class DatabaseClient(object):
37198
37382
  :rtype: :class:`~oci.response.Response`
37199
37383
 
37200
37384
  :example:
37201
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
37385
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
37202
37386
  """
37203
37387
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37204
37388
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -37317,7 +37501,7 @@ class DatabaseClient(object):
37317
37501
  :rtype: :class:`~oci.response.Response`
37318
37502
 
37319
37503
  :example:
37320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
37504
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
37321
37505
  """
37322
37506
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37323
37507
  required_arguments = ['dbSystemId']
@@ -37437,7 +37621,7 @@ class DatabaseClient(object):
37437
37621
  :rtype: :class:`~oci.response.Response`
37438
37622
 
37439
37623
  :example:
37440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
37624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
37441
37625
  """
37442
37626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37443
37627
  required_arguments = ['databaseId']
@@ -37557,7 +37741,7 @@ class DatabaseClient(object):
37557
37741
  :rtype: :class:`~oci.response.Response`
37558
37742
 
37559
37743
  :example:
37560
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
37744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
37561
37745
  """
37562
37746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37563
37747
  required_arguments = ['databaseId']
@@ -37677,7 +37861,7 @@ class DatabaseClient(object):
37677
37861
  :rtype: :class:`~oci.response.Response`
37678
37862
 
37679
37863
  :example:
37680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
37864
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
37681
37865
  """
37682
37866
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37683
37867
  required_arguments = ['pluggableDatabaseId']
@@ -37797,7 +37981,7 @@ class DatabaseClient(object):
37797
37981
  :rtype: :class:`~oci.response.Response`
37798
37982
 
37799
37983
  :example:
37800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
37984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
37801
37985
  """
37802
37986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37803
37987
  required_arguments = ['executionActionId']
@@ -37914,7 +38098,7 @@ class DatabaseClient(object):
37914
38098
  :rtype: :class:`~oci.response.Response`
37915
38099
 
37916
38100
  :example:
37917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
38101
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
37918
38102
  """
37919
38103
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37920
38104
  required_arguments = ['pluggableDatabaseId']
@@ -38024,7 +38208,7 @@ class DatabaseClient(object):
38024
38208
  :rtype: :class:`~oci.response.Response`
38025
38209
 
38026
38210
  :example:
38027
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
38211
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
38028
38212
  """
38029
38213
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38030
38214
  required_arguments = ['autonomousDatabaseId']
@@ -38098,7 +38282,10 @@ class DatabaseClient(object):
38098
38282
 
38099
38283
  def reinstate_autonomous_container_database_dataguard(self, autonomous_container_database_id, **kwargs):
38100
38284
  """
38101
- Reinstates a disabled standby Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter, to an active standby Autonomous Container Database.
38285
+ Reinstates a disabled standby Autonomous Container Database (ACD), identified by the autonomousContainerDatabaseId parameter to an active standby ACD. For more information, see
38286
+ `Reinstate the Disabled Standby in an Autonomous Data Guard Configuration`__.
38287
+
38288
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-B5C6A90D-72E3-4F32-988D-8AECC0A2D947
38102
38289
 
38103
38290
 
38104
38291
  :param str autonomous_container_database_id: (required)
@@ -38130,7 +38317,7 @@ class DatabaseClient(object):
38130
38317
  :rtype: :class:`~oci.response.Response`
38131
38318
 
38132
38319
  :example:
38133
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
38320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
38134
38321
  """
38135
38322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38136
38323
  required_arguments = ['autonomousContainerDatabaseId']
@@ -38203,7 +38390,7 @@ class DatabaseClient(object):
38203
38390
 
38204
38391
  def reinstate_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, autonomous_container_database_dataguard_association_id, **kwargs):
38205
38392
  """
38206
- Reinstates a disabled standby Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter, to an active standby Autonomous Container Database.
38393
+ **Deprecated.** Use the :func:`reinstate_autonomous_container_database_dataguard` operation to reinstate a disabled standby Autonomous Container Database (ACD), identified by the autonomousContainerDatabaseId parameter, to an active standby ACD.
38207
38394
 
38208
38395
 
38209
38396
  :param str autonomous_container_database_id: (required)
@@ -38237,7 +38424,7 @@ class DatabaseClient(object):
38237
38424
  :rtype: :class:`~oci.response.Response`
38238
38425
 
38239
38426
  :example:
38240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
38427
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38241
38428
  """
38242
38429
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38243
38430
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -38353,7 +38540,7 @@ class DatabaseClient(object):
38353
38540
  :rtype: :class:`~oci.response.Response`
38354
38541
 
38355
38542
  :example:
38356
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
38543
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
38357
38544
  """
38358
38545
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38359
38546
  required_arguments = ['databaseId']
@@ -38468,7 +38655,7 @@ class DatabaseClient(object):
38468
38655
  :rtype: :class:`~oci.response.Response`
38469
38656
 
38470
38657
  :example:
38471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
38658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
38472
38659
  """
38473
38660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38474
38661
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -38586,7 +38773,7 @@ class DatabaseClient(object):
38586
38773
  :rtype: :class:`~oci.response.Response`
38587
38774
 
38588
38775
  :example:
38589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
38776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
38590
38777
  """
38591
38778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38592
38779
  required_arguments = ['pluggableDatabaseId']
@@ -38706,7 +38893,7 @@ class DatabaseClient(object):
38706
38893
  :rtype: :class:`~oci.response.Response`
38707
38894
 
38708
38895
  :example:
38709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
38896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38710
38897
  """
38711
38898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38712
38899
  required_arguments = ['cloudVmClusterId']
@@ -38826,7 +39013,7 @@ class DatabaseClient(object):
38826
39013
  :rtype: :class:`~oci.response.Response`
38827
39014
 
38828
39015
  :example:
38829
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
39016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38830
39017
  """
38831
39018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38832
39019
  required_arguments = ['exadbVmClusterId']
@@ -38946,7 +39133,7 @@ class DatabaseClient(object):
38946
39133
  :rtype: :class:`~oci.response.Response`
38947
39134
 
38948
39135
  :example:
38949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
39136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38950
39137
  """
38951
39138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38952
39139
  required_arguments = ['vmClusterId']
@@ -39066,7 +39253,7 @@ class DatabaseClient(object):
39066
39253
  :rtype: :class:`~oci.response.Response`
39067
39254
 
39068
39255
  :example:
39069
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
39256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
39070
39257
  """
39071
39258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39072
39259
  required_arguments = ['executionWindowId']
@@ -39186,7 +39373,7 @@ class DatabaseClient(object):
39186
39373
  :rtype: :class:`~oci.response.Response`
39187
39374
 
39188
39375
  :example:
39189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
39376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
39190
39377
  """
39191
39378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39192
39379
  required_arguments = ['schedulingPlanId']
@@ -39312,7 +39499,7 @@ class DatabaseClient(object):
39312
39499
  :rtype: :class:`~oci.response.Response`
39313
39500
 
39314
39501
  :example:
39315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
39502
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
39316
39503
  """
39317
39504
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39318
39505
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -39431,7 +39618,7 @@ class DatabaseClient(object):
39431
39618
  :rtype: :class:`~oci.response.Response`
39432
39619
 
39433
39620
  :example:
39434
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
39621
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
39435
39622
  """
39436
39623
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39437
39624
  required_arguments = []
@@ -39537,7 +39724,7 @@ class DatabaseClient(object):
39537
39724
  :rtype: :class:`~oci.response.Response`
39538
39725
 
39539
39726
  :example:
39540
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
39727
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
39541
39728
  """
39542
39729
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39543
39730
  required_arguments = ['autonomousContainerDatabaseId']
@@ -39643,7 +39830,7 @@ class DatabaseClient(object):
39643
39830
  :rtype: :class:`~oci.response.Response`
39644
39831
 
39645
39832
  :example:
39646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
39833
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
39647
39834
  """
39648
39835
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39649
39836
  required_arguments = ['autonomousDatabaseId']
@@ -39752,7 +39939,7 @@ class DatabaseClient(object):
39752
39939
  :rtype: :class:`~oci.response.Response`
39753
39940
 
39754
39941
  :example:
39755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
39942
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
39756
39943
  """
39757
39944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39758
39945
  required_arguments = ['autonomousDatabaseId']
@@ -39859,7 +40046,7 @@ class DatabaseClient(object):
39859
40046
  :rtype: :class:`~oci.response.Response`
39860
40047
 
39861
40048
  :example:
39862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
40049
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
39863
40050
  """
39864
40051
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39865
40052
  required_arguments = ['databaseId']
@@ -39976,7 +40163,7 @@ class DatabaseClient(object):
39976
40163
  :rtype: :class:`~oci.response.Response`
39977
40164
 
39978
40165
  :example:
39979
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
40166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
39980
40167
  """
39981
40168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39982
40169
  required_arguments = ['autonomousContainerDatabaseId']
@@ -40099,7 +40286,7 @@ class DatabaseClient(object):
40099
40286
  :rtype: :class:`~oci.response.Response`
40100
40287
 
40101
40288
  :example:
40102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
40289
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
40103
40290
  """
40104
40291
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40105
40292
  required_arguments = ['autonomousDatabaseId']
@@ -40220,7 +40407,7 @@ class DatabaseClient(object):
40220
40407
  :rtype: :class:`~oci.response.Response`
40221
40408
 
40222
40409
  :example:
40223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
40410
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40224
40411
  """
40225
40412
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40226
40413
  required_arguments = ['autonomousVmClusterId']
@@ -40338,7 +40525,7 @@ class DatabaseClient(object):
40338
40525
  :rtype: :class:`~oci.response.Response`
40339
40526
 
40340
40527
  :example:
40341
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
40528
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40342
40529
  """
40343
40530
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40344
40531
  required_arguments = ['autonomousVmClusterId']
@@ -40456,7 +40643,7 @@ class DatabaseClient(object):
40456
40643
  :rtype: :class:`~oci.response.Response`
40457
40644
 
40458
40645
  :example:
40459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
40646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40460
40647
  """
40461
40648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40462
40649
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -40575,7 +40762,7 @@ class DatabaseClient(object):
40575
40762
  :rtype: :class:`~oci.response.Response`
40576
40763
 
40577
40764
  :example:
40578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/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.
40765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40579
40766
  """
40580
40767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40581
40768
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -40691,7 +40878,7 @@ class DatabaseClient(object):
40691
40878
  :rtype: :class:`~oci.response.Response`
40692
40879
 
40693
40880
  :example:
40694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
40881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
40695
40882
  """
40696
40883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40697
40884
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -40804,7 +40991,7 @@ class DatabaseClient(object):
40804
40991
  :rtype: :class:`~oci.response.Response`
40805
40992
 
40806
40993
  :example:
40807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
40994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
40808
40995
  """
40809
40996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40810
40997
  required_arguments = ['pluggableDatabaseId']
@@ -40917,7 +41104,7 @@ class DatabaseClient(object):
40917
41104
  :rtype: :class:`~oci.response.Response`
40918
41105
 
40919
41106
  :example:
40920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
41107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
40921
41108
  """
40922
41109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40923
41110
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -41032,7 +41219,7 @@ class DatabaseClient(object):
41032
41219
  :rtype: :class:`~oci.response.Response`
41033
41220
 
41034
41221
  :example:
41035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
41222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
41036
41223
  """
41037
41224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41038
41225
  required_arguments = ['databaseId']
@@ -41135,7 +41322,7 @@ class DatabaseClient(object):
41135
41322
  :rtype: :class:`~oci.response.Response`
41136
41323
 
41137
41324
  :example:
41138
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
41325
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
41139
41326
  """
41140
41327
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41141
41328
  required_arguments = ['autonomousDatabaseId']
@@ -41247,7 +41434,7 @@ class DatabaseClient(object):
41247
41434
  :rtype: :class:`~oci.response.Response`
41248
41435
 
41249
41436
  :example:
41250
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
41437
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
41251
41438
  """
41252
41439
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41253
41440
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -41370,7 +41557,7 @@ class DatabaseClient(object):
41370
41557
  :rtype: :class:`~oci.response.Response`
41371
41558
 
41372
41559
  :example:
41373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
41560
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
41374
41561
  """
41375
41562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41376
41563
  required_arguments = ['databaseId']
@@ -41492,7 +41679,7 @@ class DatabaseClient(object):
41492
41679
  :rtype: :class:`~oci.response.Response`
41493
41680
 
41494
41681
  :example:
41495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
41682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
41496
41683
  """
41497
41684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41498
41685
  required_arguments = ['pluggableDatabaseId']
@@ -41603,7 +41790,7 @@ class DatabaseClient(object):
41603
41790
  :rtype: :class:`~oci.response.Response`
41604
41791
 
41605
41792
  :example:
41606
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
41793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
41607
41794
  """
41608
41795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41609
41796
  required_arguments = ['autonomousDatabaseId']
@@ -41709,7 +41896,7 @@ class DatabaseClient(object):
41709
41896
  :rtype: :class:`~oci.response.Response`
41710
41897
 
41711
41898
  :example:
41712
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
41899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
41713
41900
  """
41714
41901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41715
41902
  required_arguments = ['autonomousDatabaseId']
@@ -41821,7 +42008,7 @@ class DatabaseClient(object):
41821
42008
  :rtype: :class:`~oci.response.Response`
41822
42009
 
41823
42010
  :example:
41824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
42011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
41825
42012
  """
41826
42013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41827
42014
  required_arguments = ['pluggableDatabaseId']
@@ -41933,7 +42120,7 @@ class DatabaseClient(object):
41933
42120
  :rtype: :class:`~oci.response.Response`
41934
42121
 
41935
42122
  :example:
41936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
42123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
41937
42124
  """
41938
42125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41939
42126
  required_arguments = ['autonomousDatabaseId']
@@ -42047,7 +42234,7 @@ class DatabaseClient(object):
42047
42234
  :rtype: :class:`~oci.response.Response`
42048
42235
 
42049
42236
  :example:
42050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
42237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
42051
42238
  """
42052
42239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42053
42240
  required_arguments = ['pluggableDatabaseId']
@@ -42170,7 +42357,7 @@ class DatabaseClient(object):
42170
42357
  :rtype: :class:`~oci.response.Response`
42171
42358
 
42172
42359
  :example:
42173
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
42360
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
42174
42361
  """
42175
42362
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42176
42363
  required_arguments = ['databaseId']
@@ -42248,7 +42435,10 @@ class DatabaseClient(object):
42248
42435
 
42249
42436
  def switchover_autonomous_container_database_dataguard(self, autonomous_container_database_id, **kwargs):
42250
42437
  """
42251
- Switchover Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter, to an active standby Autonomous Container Database.
42438
+ Switchover an Autonomous Container Database (ACD), identified by the autonomousContainerDatabaseId parameter, to an active standby ACD. This standby ACD will become the new primary ACD when the switchover completes successfully. For more information, see
42439
+ `Switch Roles in an Autonomous Data Guard Configuration`__.
42440
+
42441
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html#ADBCL-GUID-A2AB31F6-D52D-493C-9BA7-D87A0F17078F
42252
42442
 
42253
42443
 
42254
42444
  :param str autonomous_container_database_id: (required)
@@ -42280,7 +42470,7 @@ class DatabaseClient(object):
42280
42470
  :rtype: :class:`~oci.response.Response`
42281
42471
 
42282
42472
  :example:
42283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
42473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
42284
42474
  """
42285
42475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42286
42476
  required_arguments = ['autonomousContainerDatabaseId']
@@ -42353,7 +42543,7 @@ class DatabaseClient(object):
42353
42543
 
42354
42544
  def switchover_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, autonomous_container_database_dataguard_association_id, **kwargs):
42355
42545
  """
42356
- Switches over the primary Autonomous Container Database of an Autonomous Data Guard peer association to standby role. The standby Autonomous Container Database associated with autonomousContainerDatabaseDataguardAssociationId assumes the primary Autonomous Container Database role.
42546
+ **Deprecated.** Use the :func:`switchover_autonomous_container_database_dataguard` operation to switches over the primary Autonomous Container Database (ACD) of an Autonomous Data Guard peer association to standby role. The standby ACD associated with autonomousContainerDatabaseDataguardAssociationId assumes the primary ACD role.
42357
42547
 
42358
42548
  A switchover incurs no data loss.
42359
42549
 
@@ -42389,7 +42579,7 @@ class DatabaseClient(object):
42389
42579
  :rtype: :class:`~oci.response.Response`
42390
42580
 
42391
42581
  :example:
42392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
42582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
42393
42583
  """
42394
42584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42395
42585
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -42512,7 +42702,7 @@ class DatabaseClient(object):
42512
42702
  :rtype: :class:`~oci.response.Response`
42513
42703
 
42514
42704
  :example:
42515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
42705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
42516
42706
  """
42517
42707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42518
42708
  required_arguments = ['autonomousDatabaseId']
@@ -42638,7 +42828,7 @@ class DatabaseClient(object):
42638
42828
  :rtype: :class:`~oci.response.Response`
42639
42829
 
42640
42830
  :example:
42641
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
42831
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
42642
42832
  """
42643
42833
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42644
42834
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -42741,7 +42931,7 @@ class DatabaseClient(object):
42741
42931
  :rtype: :class:`~oci.response.Response`
42742
42932
 
42743
42933
  :example:
42744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
42934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
42745
42935
  """
42746
42936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42747
42937
  required_arguments = ['autonomousContainerDatabaseId']
@@ -42839,7 +43029,7 @@ class DatabaseClient(object):
42839
43029
  :rtype: :class:`~oci.response.Response`
42840
43030
 
42841
43031
  :example:
42842
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
43032
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
42843
43033
  """
42844
43034
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42845
43035
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -42944,7 +43134,7 @@ class DatabaseClient(object):
42944
43134
  :rtype: :class:`~oci.response.Response`
42945
43135
 
42946
43136
  :example:
42947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
43137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
42948
43138
  """
42949
43139
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42950
43140
  required_arguments = ['dbSystemId']
@@ -43045,7 +43235,7 @@ class DatabaseClient(object):
43045
43235
  :rtype: :class:`~oci.response.Response`
43046
43236
 
43047
43237
  :example:
43048
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
43238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
43049
43239
  """
43050
43240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43051
43241
  required_arguments = ['autonomousContainerDatabaseId']
@@ -43118,7 +43308,7 @@ class DatabaseClient(object):
43118
43308
 
43119
43309
  def update_autonomous_container_database_dataguard_association(self, autonomous_container_database_id, autonomous_container_database_dataguard_association_id, update_autonomous_container_database_data_guard_association_details, **kwargs):
43120
43310
  """
43121
- Update Autonomous Data Guard association.
43311
+ **Deprecated.** Use the :func:`edit_autonomous_container_database_dataguard` operation to update an Autonomous Data Guard association.
43122
43312
 
43123
43313
 
43124
43314
  :param str autonomous_container_database_id: (required)
@@ -43158,7 +43348,7 @@ class DatabaseClient(object):
43158
43348
  :rtype: :class:`~oci.response.Response`
43159
43349
 
43160
43350
  :example:
43161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
43351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
43162
43352
  """
43163
43353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43164
43354
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -43273,7 +43463,7 @@ class DatabaseClient(object):
43273
43463
  :rtype: :class:`~oci.response.Response`
43274
43464
 
43275
43465
  :example:
43276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
43466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
43277
43467
  """
43278
43468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43279
43469
  required_arguments = ['autonomousDatabaseId']
@@ -43389,7 +43579,7 @@ class DatabaseClient(object):
43389
43579
  :rtype: :class:`~oci.response.Response`
43390
43580
 
43391
43581
  :example:
43392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
43582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
43393
43583
  """
43394
43584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43395
43585
  required_arguments = ['autonomousDatabaseBackupId']
@@ -43495,7 +43685,7 @@ class DatabaseClient(object):
43495
43685
  :rtype: :class:`~oci.response.Response`
43496
43686
 
43497
43687
  :example:
43498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
43688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
43499
43689
  """
43500
43690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43501
43691
  required_arguments = []
@@ -43591,7 +43781,7 @@ class DatabaseClient(object):
43591
43781
  :rtype: :class:`~oci.response.Response`
43592
43782
 
43593
43783
  :example:
43594
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
43784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
43595
43785
  """
43596
43786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43597
43787
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -43700,7 +43890,7 @@ class DatabaseClient(object):
43700
43890
  :rtype: :class:`~oci.response.Response`
43701
43891
 
43702
43892
  :example:
43703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
43893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
43704
43894
  """
43705
43895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43706
43896
  required_arguments = ['autonomousDatabaseId']
@@ -43805,7 +43995,7 @@ class DatabaseClient(object):
43805
43995
  :rtype: :class:`~oci.response.Response`
43806
43996
 
43807
43997
  :example:
43808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
43998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
43809
43999
  """
43810
44000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43811
44001
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -43913,7 +44103,7 @@ class DatabaseClient(object):
43913
44103
  :rtype: :class:`~oci.response.Response`
43914
44104
 
43915
44105
  :example:
43916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
44106
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
43917
44107
  """
43918
44108
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43919
44109
  required_arguments = ['autonomousVmClusterId']
@@ -44023,7 +44213,7 @@ class DatabaseClient(object):
44023
44213
  :rtype: :class:`~oci.response.Response`
44024
44214
 
44025
44215
  :example:
44026
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
44216
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
44027
44217
  """
44028
44218
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44029
44219
  required_arguments = ['backupId']
@@ -44136,7 +44326,7 @@ class DatabaseClient(object):
44136
44326
  :rtype: :class:`~oci.response.Response`
44137
44327
 
44138
44328
  :example:
44139
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
44329
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
44140
44330
  """
44141
44331
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44142
44332
  required_arguments = ['backupDestinationId']
@@ -44246,7 +44436,7 @@ class DatabaseClient(object):
44246
44436
  :rtype: :class:`~oci.response.Response`
44247
44437
 
44248
44438
  :example:
44249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
44439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
44250
44440
  """
44251
44441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44252
44442
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -44356,7 +44546,7 @@ class DatabaseClient(object):
44356
44546
  :rtype: :class:`~oci.response.Response`
44357
44547
 
44358
44548
  :example:
44359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
44549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
44360
44550
  """
44361
44551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44362
44552
  required_arguments = ['cloudExadataInfrastructureId']
@@ -44466,7 +44656,7 @@ class DatabaseClient(object):
44466
44656
  :rtype: :class:`~oci.response.Response`
44467
44657
 
44468
44658
  :example:
44469
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
44659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
44470
44660
  """
44471
44661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44472
44662
  required_arguments = ['cloudVmClusterId']
@@ -44576,7 +44766,7 @@ class DatabaseClient(object):
44576
44766
  :rtype: :class:`~oci.response.Response`
44577
44767
 
44578
44768
  :example:
44579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
44769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
44580
44770
  """
44581
44771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44582
44772
  required_arguments = ['cloudVmClusterId']
@@ -44689,7 +44879,7 @@ class DatabaseClient(object):
44689
44879
  :rtype: :class:`~oci.response.Response`
44690
44880
 
44691
44881
  :example:
44692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
44882
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
44693
44883
  """
44694
44884
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44695
44885
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -44803,7 +44993,7 @@ class DatabaseClient(object):
44803
44993
  :rtype: :class:`~oci.response.Response`
44804
44994
 
44805
44995
  :example:
44806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
44996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
44807
44997
  """
44808
44998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44809
44999
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -44924,7 +45114,7 @@ class DatabaseClient(object):
44924
45114
  :rtype: :class:`~oci.response.Response`
44925
45115
 
44926
45116
  :example:
44927
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
45117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
44928
45118
  """
44929
45119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44930
45120
  required_arguments = ['databaseId']
@@ -45042,7 +45232,7 @@ class DatabaseClient(object):
45042
45232
  :rtype: :class:`~oci.response.Response`
45043
45233
 
45044
45234
  :example:
45045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
45235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
45046
45236
  """
45047
45237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45048
45238
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -45150,7 +45340,7 @@ class DatabaseClient(object):
45150
45340
  :rtype: :class:`~oci.response.Response`
45151
45341
 
45152
45342
  :example:
45153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_database.py.html>`__ to see an example of how to use update_database API.
45343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
45154
45344
  """
45155
45345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45156
45346
  required_arguments = ['databaseId']
@@ -45255,7 +45445,7 @@ class DatabaseClient(object):
45255
45445
  :rtype: :class:`~oci.response.Response`
45256
45446
 
45257
45447
  :example:
45258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
45448
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
45259
45449
  """
45260
45450
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45261
45451
  required_arguments = ['databaseSoftwareImageId']
@@ -45360,7 +45550,7 @@ class DatabaseClient(object):
45360
45550
  :rtype: :class:`~oci.response.Response`
45361
45551
 
45362
45552
  :example:
45363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
45553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
45364
45554
  """
45365
45555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45366
45556
  required_arguments = ['dbHomeId']
@@ -45468,7 +45658,7 @@ class DatabaseClient(object):
45468
45658
  :rtype: :class:`~oci.response.Response`
45469
45659
 
45470
45660
  :example:
45471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
45661
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
45472
45662
  """
45473
45663
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45474
45664
  required_arguments = ['dbNodeId']
@@ -45582,7 +45772,7 @@ class DatabaseClient(object):
45582
45772
  :rtype: :class:`~oci.response.Response`
45583
45773
 
45584
45774
  :example:
45585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
45775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
45586
45776
  """
45587
45777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45588
45778
  required_arguments = ['dbSystemId']
@@ -45691,7 +45881,7 @@ class DatabaseClient(object):
45691
45881
  :rtype: :class:`~oci.response.Response`
45692
45882
 
45693
45883
  :example:
45694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
45884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
45695
45885
  """
45696
45886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45697
45887
  required_arguments = ['exadataInfrastructureId']
@@ -45811,7 +46001,7 @@ class DatabaseClient(object):
45811
46001
  :rtype: :class:`~oci.response.Response`
45812
46002
 
45813
46003
  :example:
45814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
46004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
45815
46005
  """
45816
46006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45817
46007
  required_arguments = ['dbSystemId']
@@ -45921,7 +46111,7 @@ class DatabaseClient(object):
45921
46111
  :rtype: :class:`~oci.response.Response`
45922
46112
 
45923
46113
  :example:
45924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
46114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
45925
46115
  """
45926
46116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45927
46117
  required_arguments = ['exadbVmClusterId']
@@ -46031,7 +46221,7 @@ class DatabaseClient(object):
46031
46221
  :rtype: :class:`~oci.response.Response`
46032
46222
 
46033
46223
  :example:
46034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
46224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
46035
46225
  """
46036
46226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46037
46227
  required_arguments = ['exascaleDbStorageVaultId']
@@ -46141,7 +46331,7 @@ class DatabaseClient(object):
46141
46331
  :rtype: :class:`~oci.response.Response`
46142
46332
 
46143
46333
  :example:
46144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
46334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
46145
46335
  """
46146
46336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46147
46337
  required_arguments = ['executionActionId']
@@ -46251,7 +46441,7 @@ class DatabaseClient(object):
46251
46441
  :rtype: :class:`~oci.response.Response`
46252
46442
 
46253
46443
  :example:
46254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
46444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
46255
46445
  """
46256
46446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46257
46447
  required_arguments = ['executionWindowId']
@@ -46364,7 +46554,7 @@ class DatabaseClient(object):
46364
46554
  :rtype: :class:`~oci.response.Response`
46365
46555
 
46366
46556
  :example:
46367
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
46557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
46368
46558
  """
46369
46559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46370
46560
  required_arguments = ['externalContainerDatabaseId']
@@ -46475,7 +46665,7 @@ class DatabaseClient(object):
46475
46665
  :rtype: :class:`~oci.response.Response`
46476
46666
 
46477
46667
  :example:
46478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
46668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
46479
46669
  """
46480
46670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46481
46671
  required_arguments = ['externalDatabaseConnectorId']
@@ -46585,7 +46775,7 @@ class DatabaseClient(object):
46585
46775
  :rtype: :class:`~oci.response.Response`
46586
46776
 
46587
46777
  :example:
46588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
46778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
46589
46779
  """
46590
46780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46591
46781
  required_arguments = ['externalNonContainerDatabaseId']
@@ -46697,7 +46887,7 @@ class DatabaseClient(object):
46697
46887
  :rtype: :class:`~oci.response.Response`
46698
46888
 
46699
46889
  :example:
46700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
46890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
46701
46891
  """
46702
46892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46703
46893
  required_arguments = ['externalPluggableDatabaseId']
@@ -46807,7 +46997,7 @@ class DatabaseClient(object):
46807
46997
  :rtype: :class:`~oci.response.Response`
46808
46998
 
46809
46999
  :example:
46810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
47000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
46811
47001
  """
46812
47002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46813
47003
  required_arguments = ['keyStoreId']
@@ -46912,7 +47102,7 @@ class DatabaseClient(object):
46912
47102
  :rtype: :class:`~oci.response.Response`
46913
47103
 
46914
47104
  :example:
46915
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
47105
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
46916
47106
  """
46917
47107
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46918
47108
  required_arguments = ['maintenanceRunId']
@@ -47020,7 +47210,7 @@ class DatabaseClient(object):
47020
47210
  :rtype: :class:`~oci.response.Response`
47021
47211
 
47022
47212
  :example:
47023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
47213
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
47024
47214
  """
47025
47215
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47026
47216
  required_arguments = ['oneoffPatchId']
@@ -47127,7 +47317,7 @@ class DatabaseClient(object):
47127
47317
  :rtype: :class:`~oci.response.Response`
47128
47318
 
47129
47319
  :example:
47130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
47320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
47131
47321
  """
47132
47322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47133
47323
  required_arguments = ['pluggableDatabaseId']
@@ -47235,7 +47425,7 @@ class DatabaseClient(object):
47235
47425
  :rtype: :class:`~oci.response.Response`
47236
47426
 
47237
47427
  :example:
47238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
47428
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
47239
47429
  """
47240
47430
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47241
47431
  required_arguments = ['scheduledActionId']
@@ -47345,7 +47535,7 @@ class DatabaseClient(object):
47345
47535
  :rtype: :class:`~oci.response.Response`
47346
47536
 
47347
47537
  :example:
47348
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
47538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
47349
47539
  """
47350
47540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47351
47541
  required_arguments = ['schedulingPolicyId']
@@ -47460,7 +47650,7 @@ class DatabaseClient(object):
47460
47650
  :rtype: :class:`~oci.response.Response`
47461
47651
 
47462
47652
  :example:
47463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
47653
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
47464
47654
  """
47465
47655
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47466
47656
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -47571,7 +47761,7 @@ class DatabaseClient(object):
47571
47761
  :rtype: :class:`~oci.response.Response`
47572
47762
 
47573
47763
  :example:
47574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
47764
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
47575
47765
  """
47576
47766
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47577
47767
  required_arguments = ['vmClusterId']
@@ -47687,7 +47877,7 @@ class DatabaseClient(object):
47687
47877
  :rtype: :class:`~oci.response.Response`
47688
47878
 
47689
47879
  :example:
47690
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
47880
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
47691
47881
  """
47692
47882
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47693
47883
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -47798,7 +47988,7 @@ class DatabaseClient(object):
47798
47988
  :rtype: :class:`~oci.response.Response`
47799
47989
 
47800
47990
  :example:
47801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
47991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
47802
47992
  """
47803
47993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47804
47994
  required_arguments = ['databaseId']
@@ -47915,7 +48105,7 @@ class DatabaseClient(object):
47915
48105
  :rtype: :class:`~oci.response.Response`
47916
48106
 
47917
48107
  :example:
47918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
48108
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
47919
48109
  """
47920
48110
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47921
48111
  required_arguments = ['dbSystemId']
@@ -48032,7 +48222,7 @@ class DatabaseClient(object):
48032
48222
  :rtype: :class:`~oci.response.Response`
48033
48223
 
48034
48224
  :example:
48035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.1/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
48225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
48036
48226
  """
48037
48227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
48038
48228
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']