oci 2.153.0__py3-none-any.whl → 2.154.1__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 (511) 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/util.py +1 -6
  6. oci/adm/application_dependency_management_client.py +36 -36
  7. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  8. oci/ai_document/ai_service_document_client.py +26 -26
  9. oci/ai_language/ai_service_language_client.py +44 -44
  10. oci/ai_speech/ai_service_speech_client.py +19 -19
  11. oci/ai_vision/ai_service_vision_client.py +28 -28
  12. oci/analytics/analytics_client.py +24 -24
  13. oci/announcements_service/announcement_client.py +5 -5
  14. oci/announcements_service/announcement_subscription_client.py +9 -9
  15. oci/announcements_service/announcements_preferences_client.py +4 -4
  16. oci/announcements_service/service_client.py +1 -1
  17. oci/apigateway/api_gateway_client.py +21 -21
  18. oci/apigateway/deployment_client.py +6 -6
  19. oci/apigateway/gateway_client.py +6 -6
  20. oci/apigateway/subscribers_client.py +6 -6
  21. oci/apigateway/usage_plans_client.py +6 -6
  22. oci/apigateway/work_requests_client.py +5 -5
  23. oci/apm_config/config_client.py +12 -12
  24. oci/apm_control_plane/apm_domain_client.py +14 -14
  25. oci/apm_synthetics/apm_synthetic_client.py +56 -56
  26. oci/apm_traces/attributes_client.py +8 -8
  27. oci/apm_traces/query_client.py +2 -2
  28. oci/apm_traces/trace_client.py +4 -4
  29. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  30. oci/artifacts/artifacts_client.py +32 -32
  31. oci/audit/audit_client.py +3 -3
  32. oci/autoscaling/auto_scaling_client.py +11 -11
  33. oci/bastion/bastion_client.py +15 -15
  34. oci/bds/bds_client.py +88 -88
  35. oci/blockchain/blockchain_platform_client.py +27 -27
  36. oci/budget/budget_client.py +10 -10
  37. oci/capacity_management/capacity_management_client.py +32 -32
  38. oci/capacity_management/demand_signal_client.py +13 -13
  39. oci/capacity_management/internal_demand_signal_client.py +12 -12
  40. oci/certificates/certificates_client.py +5 -5
  41. oci/certificates_management/certificates_management_client.py +32 -32
  42. oci/cims/incident_client.py +6 -6
  43. oci/cloud_bridge/common_client.py +5 -5
  44. oci/cloud_bridge/discovery_client.py +15 -15
  45. oci/cloud_bridge/inventory_client.py +16 -16
  46. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  47. oci/cloud_guard/cloud_guard_client.py +155 -155
  48. oci/cloud_migrations/migration_client.py +43 -43
  49. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  50. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  51. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  52. oci/compute_instance_agent/plugin_client.py +2 -2
  53. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  54. oci/container_engine/container_engine_client.py +46 -46
  55. oci/container_instances/container_instance_client.py +18 -18
  56. oci/core/blockstorage_client.py +60 -60
  57. oci/core/compute_client.py +125 -125
  58. oci/core/compute_management_client.py +32 -32
  59. oci/core/virtual_network_client.py +258 -258
  60. oci/dashboard_service/dashboard_client.py +6 -6
  61. oci/dashboard_service/dashboard_group_client.py +6 -6
  62. oci/data_catalog/data_catalog_client.py +149 -149
  63. oci/data_flow/data_flow_client.py +45 -45
  64. oci/data_integration/data_integration_client.py +163 -163
  65. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  66. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  67. oci/data_safe/data_safe_client.py +317 -317
  68. oci/data_science/data_science_client.py +145 -145
  69. oci/database/database_client.py +604 -419
  70. oci/database/database_client_composite_operations.py +2 -2
  71. oci/database/models/__init__.py +12 -0
  72. oci/database/models/autonomous_container_database_backup.py +691 -0
  73. oci/database/models/autonomous_container_database_backup_collection.py +70 -0
  74. oci/database/models/autonomous_container_database_backup_summary.py +696 -0
  75. oci/database/models/autonomous_database_in_backup.py +105 -0
  76. oci/database/models/backup_destination_configuration_summary.py +74 -2
  77. oci/database/models/backup_destination_details.py +74 -2
  78. oci/database/models/backup_destination_details_summary.py +74 -2
  79. oci/database/models/create_autonomous_container_database_base.py +1400 -0
  80. oci/database/models/create_autonomous_container_database_details.py +14 -1032
  81. oci/database/models/create_autonomous_container_database_from_backup_details.py +349 -0
  82. oci/database_management/db_management_client.py +229 -229
  83. oci/database_management/diagnosability_client.py +4 -4
  84. oci/database_management/managed_my_sql_databases_client.py +1286 -274
  85. oci/database_management/managed_my_sql_databases_client_composite_operations.py +42 -0
  86. oci/database_management/models/__init__.py +44 -0
  87. oci/database_management/models/change_mysql_database_management_type_details.py +121 -0
  88. oci/database_management/models/managed_my_sql_database.py +47 -0
  89. oci/database_management/models/managed_my_sql_database_binary_log_information.py +225 -0
  90. oci/database_management/models/managed_my_sql_database_general_replication_information.py +586 -0
  91. oci/database_management/models/managed_my_sql_database_high_availability_member_collection.py +345 -0
  92. oci/database_management/models/managed_my_sql_database_high_availability_member_summary.py +194 -0
  93. oci/database_management/models/managed_my_sql_database_inbound_replication_collection.py +225 -0
  94. oci/database_management/models/managed_my_sql_database_inbound_replication_summary.py +620 -0
  95. oci/database_management/models/managed_my_sql_database_outbound_replication_collection.py +101 -0
  96. oci/database_management/models/managed_my_sql_database_outbound_replication_summary.py +163 -0
  97. oci/database_management/models/managed_my_sql_database_summary.py +33 -2
  98. oci/database_management/models/my_sql_apply_error.py +163 -0
  99. oci/database_management/models/my_sql_apply_error_worker.py +132 -0
  100. oci/database_management/models/my_sql_channel_apply_error.py +97 -0
  101. oci/database_management/models/my_sql_channel_fetch_error.py +97 -0
  102. oci/database_management/models/my_sql_database_usage_metrics.py +31 -0
  103. oci/database_management/models/my_sql_digest_error_summary.py +97 -0
  104. oci/database_management/models/my_sql_digest_errors_collection.py +70 -0
  105. oci/database_management/models/my_sql_fetch_error.py +132 -0
  106. oci/database_management/models/my_sql_high_availability_status_summary.py +101 -0
  107. oci/database_management/models/my_sql_query_details.py +124 -0
  108. oci/database_management/models/my_sql_query_explain_plan.py +117 -0
  109. oci/database_management/models/my_sql_query_message.py +152 -0
  110. oci/database_management/models/my_sql_query_sample_details.py +256 -0
  111. oci/database_management/models/my_sql_replication_applier_filter.py +101 -0
  112. oci/database_management/perfhub_client.py +1 -1
  113. oci/database_management/sql_tuning_client.py +17 -17
  114. oci/database_migration/database_migration_client.py +42 -42
  115. oci/database_migration/models/create_data_pump_parameters.py +7 -3
  116. oci/database_migration/models/create_oracle_migration_details.py +31 -0
  117. oci/database_migration/models/data_pump_parameters.py +7 -3
  118. oci/database_migration/models/oracle_clone_migration_details.py +33 -2
  119. oci/database_migration/models/oracle_migration.py +31 -0
  120. oci/database_migration/models/oracle_migration_summary.py +33 -2
  121. oci/database_migration/models/update_data_pump_parameters.py +7 -3
  122. oci/database_migration/models/update_oracle_migration_details.py +33 -2
  123. oci/database_tools/database_tools_client.py +23 -23
  124. oci/dblm/db_life_cycle_management_client.py +14 -14
  125. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  126. oci/delegate_access_control/work_request_client.py +4 -4
  127. oci/demand_signal/occ_demand_signal_client.py +7 -7
  128. oci/desktops/desktop_service_client.py +21 -21
  129. oci/devops/devops_client.py +141 -141
  130. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  131. oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
  132. oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
  133. oci/distributed_database/distributed_db_service_client.py +19 -19
  134. oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
  135. oci/dns/dns_client.py +54 -54
  136. oci/dts/appliance_export_job_client.py +6 -6
  137. oci/dts/shipping_vendors_client.py +1 -1
  138. oci/dts/transfer_appliance_client.py +8 -8
  139. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  140. oci/dts/transfer_device_client.py +5 -5
  141. oci/dts/transfer_job_client.py +6 -6
  142. oci/dts/transfer_package_client.py +7 -7
  143. oci/em_warehouse/em_warehouse_client.py +13 -13
  144. oci/email/email_client.py +31 -31
  145. oci/email_data_plane/email_dp_client.py +1 -1
  146. oci/events/events_client.py +6 -6
  147. oci/file_storage/file_storage_client.py +74 -74
  148. oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
  149. oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
  150. oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
  151. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  152. oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
  153. oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
  154. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
  155. oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
  156. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  157. oci/functions/functions_invoke_client.py +1 -1
  158. oci/functions/functions_management_client.py +16 -16
  159. oci/fusion_apps/fusion_applications_client.py +41 -41
  160. oci/generative_ai/generative_ai_client.py +22 -22
  161. oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
  162. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
  163. oci/generative_ai_agent_runtime/models/__init__.py +19 -1
  164. oci/generative_ai_agent_runtime/models/error_trace.py +62 -3
  165. oci/generative_ai_agent_runtime/models/execution_trace.py +146 -0
  166. oci/generative_ai_agent_runtime/models/generation_trace.py +93 -3
  167. oci/generative_ai_agent_runtime/models/human_approval_required_action.py +135 -0
  168. oci/generative_ai_agent_runtime/models/model_details.py +128 -0
  169. oci/generative_ai_agent_runtime/models/model_params.py +225 -0
  170. oci/generative_ai_agent_runtime/models/planning_trace.py +177 -0
  171. oci/generative_ai_agent_runtime/models/required_action.py +4 -0
  172. oci/generative_ai_agent_runtime/models/retrieval_trace.py +62 -3
  173. oci/generative_ai_agent_runtime/models/source_details.py +101 -0
  174. oci/generative_ai_agent_runtime/models/tool_invocation_trace.py +190 -0
  175. oci/generative_ai_agent_runtime/models/trace.py +147 -3
  176. oci/generative_ai_agent_runtime/models/usage.py +93 -0
  177. oci/generative_ai_agent_runtime/models/usage_details.py +163 -0
  178. oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
  179. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  180. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  181. oci/golden_gate/golden_gate_client.py +122 -102
  182. oci/golden_gate/models/__init__.py +88 -0
  183. oci/golden_gate/models/amazon_kinesis_connection.py +1 -1
  184. oci/golden_gate/models/amazon_kinesis_connection_summary.py +1 -1
  185. oci/golden_gate/models/amazon_redshift_connection.py +1 -1
  186. oci/golden_gate/models/amazon_redshift_connection_summary.py +1 -1
  187. oci/golden_gate/models/amazon_s3_connection.py +67 -3
  188. oci/golden_gate/models/amazon_s3_connection_summary.py +67 -3
  189. oci/golden_gate/models/amazon_s3_iceberg_storage.py +260 -0
  190. oci/golden_gate/models/amazon_s3_iceberg_storage_summary.py +243 -0
  191. oci/golden_gate/models/azure_data_lake_storage_connection.py +1 -1
  192. oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +1 -1
  193. oci/golden_gate/models/azure_data_lake_storage_iceberg_storage.py +179 -0
  194. oci/golden_gate/models/azure_data_lake_storage_iceberg_storage_summary.py +179 -0
  195. oci/golden_gate/models/azure_synapse_connection.py +1 -1
  196. oci/golden_gate/models/azure_synapse_connection_summary.py +1 -1
  197. oci/golden_gate/models/connection.py +11 -3
  198. oci/golden_gate/models/connection_summary.py +11 -3
  199. oci/golden_gate/models/create_amazon_kinesis_connection_details.py +1 -1
  200. oci/golden_gate/models/create_amazon_redshift_connection_details.py +1 -1
  201. oci/golden_gate/models/create_amazon_s3_connection_details.py +67 -3
  202. oci/golden_gate/models/create_amazon_s3_iceberg_storage_details.py +243 -0
  203. oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +1 -1
  204. oci/golden_gate/models/create_azure_data_lake_storage_iceberg_storage_details.py +179 -0
  205. oci/golden_gate/models/create_azure_synapse_connection_details.py +1 -1
  206. oci/golden_gate/models/create_connection_details.py +11 -3
  207. oci/golden_gate/models/create_databricks_connection_details.py +1 -1
  208. oci/golden_gate/models/create_db2_connection_details.py +3 -1
  209. oci/golden_gate/models/create_deployment_details.py +7 -3
  210. oci/golden_gate/models/create_elasticsearch_connection_details.py +1 -1
  211. oci/golden_gate/models/create_generic_connection_details.py +1 -1
  212. oci/golden_gate/models/create_glue_iceberg_catalog_details.py +80 -0
  213. oci/golden_gate/models/create_golden_gate_connection_details.py +1 -1
  214. oci/golden_gate/models/create_google_big_query_connection_details.py +3 -3
  215. oci/golden_gate/models/create_google_cloud_storage_connection_details.py +3 -3
  216. oci/golden_gate/models/create_google_cloud_storage_iceberg_storage_details.py +148 -0
  217. oci/golden_gate/models/create_google_pub_sub_connection_details.py +3 -3
  218. oci/golden_gate/models/create_hadoop_iceberg_catalog_details.py +49 -0
  219. oci/golden_gate/models/create_hdfs_connection_details.py +3 -1
  220. oci/golden_gate/models/create_iceberg_catalog_details.py +131 -0
  221. oci/golden_gate/models/create_iceberg_connection_details.py +219 -0
  222. oci/golden_gate/models/create_iceberg_storage_details.py +115 -0
  223. oci/golden_gate/models/create_java_message_service_connection_details.py +1 -1
  224. oci/golden_gate/models/create_kafka_connection_details.py +1 -1
  225. oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +1 -1
  226. oci/golden_gate/models/create_microsoft_fabric_connection_details.py +1 -1
  227. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +3 -3
  228. oci/golden_gate/models/create_mongo_db_connection_details.py +3 -1
  229. oci/golden_gate/models/create_mysql_connection_details.py +11 -5
  230. oci/golden_gate/models/create_nessie_iceberg_catalog_details.py +113 -0
  231. oci/golden_gate/models/create_oci_object_storage_connection_details.py +1 -1
  232. oci/golden_gate/models/create_oracle_connection_details.py +1 -1
  233. oci/golden_gate/models/create_oracle_nosql_connection_details.py +1 -1
  234. oci/golden_gate/models/create_polaris_iceberg_catalog_details.py +210 -0
  235. oci/golden_gate/models/create_postgresql_connection_details.py +7 -1
  236. oci/golden_gate/models/create_redis_connection_details.py +1 -1
  237. oci/golden_gate/models/create_rest_iceberg_catalog_details.py +121 -0
  238. oci/golden_gate/models/create_snowflake_connection_details.py +2 -2
  239. oci/golden_gate/models/databricks_connection.py +1 -1
  240. oci/golden_gate/models/databricks_connection_summary.py +1 -1
  241. oci/golden_gate/models/db2_connection.py +43 -6
  242. oci/golden_gate/models/db2_connection_summary.py +1 -1
  243. oci/golden_gate/models/deployment.py +7 -3
  244. oci/golden_gate/models/deployment_backup.py +7 -3
  245. oci/golden_gate/models/deployment_backup_summary.py +7 -3
  246. oci/golden_gate/models/deployment_summary.py +7 -3
  247. oci/golden_gate/models/deployment_type_summary.py +24 -16
  248. oci/golden_gate/models/deployment_version_summary.py +7 -3
  249. oci/golden_gate/models/elasticsearch_connection.py +36 -3
  250. oci/golden_gate/models/elasticsearch_connection_summary.py +1 -1
  251. oci/golden_gate/models/generic_connection.py +1 -1
  252. oci/golden_gate/models/generic_connection_summary.py +1 -1
  253. oci/golden_gate/models/glue_iceberg_catalog.py +80 -0
  254. oci/golden_gate/models/glue_iceberg_catalog_summary.py +80 -0
  255. oci/golden_gate/models/golden_gate_connection.py +1 -1
  256. oci/golden_gate/models/golden_gate_connection_summary.py +1 -1
  257. oci/golden_gate/models/google_big_query_connection.py +3 -3
  258. oci/golden_gate/models/google_big_query_connection_summary.py +3 -3
  259. oci/golden_gate/models/google_cloud_storage_connection.py +3 -3
  260. oci/golden_gate/models/google_cloud_storage_connection_summary.py +3 -3
  261. oci/golden_gate/models/google_cloud_storage_iceberg_storage.py +148 -0
  262. oci/golden_gate/models/google_cloud_storage_iceberg_storage_summary.py +148 -0
  263. oci/golden_gate/models/google_pub_sub_connection.py +3 -3
  264. oci/golden_gate/models/google_pub_sub_connection_summary.py +3 -3
  265. oci/golden_gate/models/hadoop_iceberg_catalog.py +49 -0
  266. oci/golden_gate/models/hadoop_iceberg_catalog_summary.py +49 -0
  267. oci/golden_gate/models/hdfs_connection.py +36 -3
  268. oci/golden_gate/models/hdfs_connection_summary.py +1 -1
  269. oci/golden_gate/models/iceberg_catalog.py +131 -0
  270. oci/golden_gate/models/iceberg_catalog_summary.py +131 -0
  271. oci/golden_gate/models/iceberg_connection.py +284 -0
  272. oci/golden_gate/models/iceberg_connection_summary.py +268 -0
  273. oci/golden_gate/models/iceberg_storage.py +115 -0
  274. oci/golden_gate/models/iceberg_storage_summary.py +115 -0
  275. oci/golden_gate/models/java_message_service_connection.py +1 -1
  276. oci/golden_gate/models/java_message_service_connection_summary.py +1 -1
  277. oci/golden_gate/models/kafka_connection.py +1 -1
  278. oci/golden_gate/models/kafka_connection_summary.py +1 -1
  279. oci/golden_gate/models/kafka_schema_registry_connection.py +1 -1
  280. oci/golden_gate/models/kafka_schema_registry_connection_summary.py +1 -1
  281. oci/golden_gate/models/microsoft_fabric_connection.py +1 -1
  282. oci/golden_gate/models/microsoft_fabric_connection_summary.py +1 -1
  283. oci/golden_gate/models/microsoft_sqlserver_connection.py +3 -3
  284. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +3 -3
  285. oci/golden_gate/models/mongo_db_connection.py +43 -6
  286. oci/golden_gate/models/mongo_db_connection_summary.py +1 -1
  287. oci/golden_gate/models/mysql_connection.py +106 -1
  288. oci/golden_gate/models/mysql_connection_summary.py +1 -1
  289. oci/golden_gate/models/nessie_iceberg_catalog.py +113 -0
  290. oci/golden_gate/models/nessie_iceberg_catalog_summary.py +113 -0
  291. oci/golden_gate/models/oci_object_storage_connection.py +1 -1
  292. oci/golden_gate/models/oci_object_storage_connection_summary.py +1 -1
  293. oci/golden_gate/models/oracle_connection.py +1 -1
  294. oci/golden_gate/models/oracle_connection_summary.py +1 -1
  295. oci/golden_gate/models/oracle_nosql_connection.py +35 -2
  296. oci/golden_gate/models/oracle_nosql_connection_summary.py +2 -2
  297. oci/golden_gate/models/polaris_iceberg_catalog.py +210 -0
  298. oci/golden_gate/models/polaris_iceberg_catalog_summary.py +210 -0
  299. oci/golden_gate/models/postgresql_connection.py +104 -3
  300. oci/golden_gate/models/postgresql_connection_summary.py +1 -1
  301. oci/golden_gate/models/redis_connection.py +1 -1
  302. oci/golden_gate/models/redis_connection_summary.py +1 -1
  303. oci/golden_gate/models/rest_iceberg_catalog.py +121 -0
  304. oci/golden_gate/models/rest_iceberg_catalog_summary.py +121 -0
  305. oci/golden_gate/models/snowflake_connection.py +2 -2
  306. oci/golden_gate/models/snowflake_connection_summary.py +2 -2
  307. oci/golden_gate/models/update_amazon_kinesis_connection_details.py +1 -1
  308. oci/golden_gate/models/update_amazon_redshift_connection_details.py +1 -1
  309. oci/golden_gate/models/update_amazon_s3_connection_details.py +67 -3
  310. oci/golden_gate/models/update_amazon_s3_iceberg_storage_details.py +243 -0
  311. oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +1 -1
  312. oci/golden_gate/models/update_azure_data_lake_storage_iceberg_storage_details.py +179 -0
  313. oci/golden_gate/models/update_azure_synapse_connection_details.py +1 -1
  314. oci/golden_gate/models/update_connection_details.py +11 -3
  315. oci/golden_gate/models/update_databricks_connection_details.py +1 -1
  316. oci/golden_gate/models/update_db2_connection_details.py +3 -1
  317. oci/golden_gate/models/update_elasticsearch_connection_details.py +1 -1
  318. oci/golden_gate/models/update_generic_connection_details.py +1 -1
  319. oci/golden_gate/models/update_glue_iceberg_catalog_details.py +80 -0
  320. oci/golden_gate/models/update_golden_gate_connection_details.py +1 -1
  321. oci/golden_gate/models/update_google_big_query_connection_details.py +3 -3
  322. oci/golden_gate/models/update_google_cloud_storage_connection_details.py +3 -3
  323. oci/golden_gate/models/update_google_cloud_storage_iceberg_storage_details.py +148 -0
  324. oci/golden_gate/models/update_google_pub_sub_connection_details.py +3 -3
  325. oci/golden_gate/models/update_hadoop_iceberg_catalog_details.py +49 -0
  326. oci/golden_gate/models/update_hdfs_connection_details.py +3 -1
  327. oci/golden_gate/models/update_iceberg_catalog_details.py +131 -0
  328. oci/golden_gate/models/update_iceberg_connection_details.py +174 -0
  329. oci/golden_gate/models/update_iceberg_storage_details.py +115 -0
  330. oci/golden_gate/models/update_java_message_service_connection_details.py +1 -1
  331. oci/golden_gate/models/update_kafka_connection_details.py +1 -1
  332. oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +1 -1
  333. oci/golden_gate/models/update_microsoft_fabric_connection_details.py +1 -1
  334. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +3 -3
  335. oci/golden_gate/models/update_mongo_db_connection_details.py +3 -1
  336. oci/golden_gate/models/update_mysql_connection_details.py +11 -5
  337. oci/golden_gate/models/update_nessie_iceberg_catalog_details.py +113 -0
  338. oci/golden_gate/models/update_oci_object_storage_connection_details.py +1 -1
  339. oci/golden_gate/models/update_oracle_connection_details.py +1 -1
  340. oci/golden_gate/models/update_oracle_nosql_connection_details.py +1 -1
  341. oci/golden_gate/models/update_polaris_iceberg_catalog_details.py +210 -0
  342. oci/golden_gate/models/update_postgresql_connection_details.py +7 -1
  343. oci/golden_gate/models/update_redis_connection_details.py +1 -1
  344. oci/golden_gate/models/update_rest_iceberg_catalog_details.py +121 -0
  345. oci/golden_gate/models/update_snowflake_connection_details.py +1 -1
  346. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  347. oci/governance_rules_control_plane/work_request_client.py +5 -5
  348. oci/healthchecks/health_checks_client.py +17 -17
  349. oci/identity/identity_client.py +145 -145
  350. oci/identity_data_plane/dataplane_client.py +2 -2
  351. oci/identity_domains/identity_domains_client.py +311 -311
  352. oci/integration/integration_instance_client.py +19 -19
  353. oci/jms/java_management_service_client.py +79 -79
  354. oci/jms_java_downloads/java_download_client.py +25 -25
  355. oci/key_management/ekm_client.py +5 -5
  356. oci/key_management/kms_crypto_client.py +6 -6
  357. oci/key_management/kms_hsm_cluster_client.py +12 -12
  358. oci/key_management/kms_management_client.py +21 -21
  359. oci/key_management/kms_vault_client.py +14 -14
  360. oci/license_manager/license_manager_client.py +18 -18
  361. oci/limits/limits_client.py +4 -4
  362. oci/limits/quotas_client.py +7 -7
  363. oci/load_balancer/load_balancer_client.py +61 -61
  364. oci/lockbox/lockbox_client.py +24 -24
  365. oci/log_analytics/log_analytics_client.py +200 -200
  366. oci/logging/logging_management_client.py +30 -30
  367. oci/loggingingestion/logging_client.py +1 -1
  368. oci/loggingsearch/log_search_client.py +1 -1
  369. oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
  370. oci/management_agent/management_agent_client.py +28 -28
  371. oci/management_dashboard/dashx_apis_client.py +18 -18
  372. oci/marketplace/account_client.py +2 -2
  373. oci/marketplace/marketplace_client.py +30 -30
  374. oci/marketplace_private_offer/attachment_client.py +5 -5
  375. oci/marketplace_private_offer/offer_client.py +6 -6
  376. oci/marketplace_publisher/attachment_client.py +5 -5
  377. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  378. oci/marketplace_publisher/offer_client.py +6 -6
  379. oci/media_services/media_services_client.py +60 -60
  380. oci/media_services/media_stream_client.py +2 -2
  381. oci/mngdmac/mac_device_client.py +3 -3
  382. oci/mngdmac/mac_order_client.py +11 -11
  383. oci/model_deployment/model_deployment_client.py +2 -2
  384. oci/monitoring/monitoring_client.py +18 -18
  385. oci/mysql/channels_client.py +7 -7
  386. oci/mysql/db_backups_client.py +141 -9
  387. oci/mysql/db_backups_client_composite_operations.py +39 -0
  388. oci/mysql/db_system_client.py +17 -17
  389. oci/mysql/models/backup.py +56 -3
  390. oci/mysql/models/backup_policy.py +49 -0
  391. oci/mysql/models/backup_summary.py +80 -0
  392. oci/mysql/models/create_backup_details.py +49 -0
  393. oci/mysql/models/create_backup_policy_details.py +49 -0
  394. oci/mysql/models/update_backup_details.py +49 -0
  395. oci/mysql/models/update_backup_policy_details.py +49 -0
  396. oci/mysql/mysqlaas_client.py +7 -7
  397. oci/mysql/replicas_client.py +5 -5
  398. oci/mysql/work_requests_client.py +4 -4
  399. oci/network_firewall/network_firewall_client.py +92 -92
  400. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  401. oci/nosql/nosql_client.py +24 -24
  402. oci/object_storage/object_storage_client.py +55 -55
  403. oci/oce/oce_instance_client.py +10 -10
  404. oci/oci_control_center/occ_metrics_client.py +3 -3
  405. oci/ocvp/cluster_client.py +5 -5
  406. oci/ocvp/esxi_host_client.py +8 -8
  407. oci/ocvp/sddc_client.py +14 -14
  408. oci/ocvp/work_request_client.py +4 -4
  409. oci/oda/management_client.py +59 -59
  410. oci/oda/oda_client.py +17 -17
  411. oci/oda/odapackage_client.py +7 -7
  412. oci/onesubscription/billing_schedule_client.py +1 -1
  413. oci/onesubscription/commitment_client.py +2 -2
  414. oci/onesubscription/computed_usage_client.py +3 -3
  415. oci/onesubscription/invoice_summary_client.py +2 -2
  416. oci/onesubscription/organization_subscription_client.py +1 -1
  417. oci/onesubscription/ratecard_client.py +1 -1
  418. oci/onesubscription/subscribed_service_client.py +2 -2
  419. oci/onesubscription/subscription_client.py +1 -1
  420. oci/ons/notification_control_plane_client.py +6 -6
  421. oci/ons/notification_data_plane_client.py +10 -10
  422. oci/opa/opa_instance_client.py +13 -13
  423. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  424. oci/opensearch/opensearch_cluster_client.py +17 -17
  425. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  426. oci/operator_access_control/access_requests_client.py +10 -10
  427. oci/operator_access_control/operator_actions_client.py +2 -2
  428. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  429. oci/operator_access_control/operator_control_client.py +6 -6
  430. oci/opsi/operations_insights_client.py +181 -181
  431. oci/optimizer/optimizer_client.py +26 -26
  432. oci/os_management/event_client.py +8 -8
  433. oci/os_management/os_management_client.py +69 -69
  434. oci/os_management_hub/event_client.py +8 -8
  435. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  436. oci/os_management_hub/managed_instance_client.py +33 -33
  437. oci/os_management_hub/managed_instance_group_client.py +26 -26
  438. oci/os_management_hub/management_station_client.py +10 -10
  439. oci/os_management_hub/onboarding_client.py +13 -13
  440. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  441. oci/os_management_hub/scheduled_job_client.py +7 -7
  442. oci/os_management_hub/software_source_client.py +33 -33
  443. oci/os_management_hub/work_request_client.py +5 -5
  444. oci/osp_gateway/address_rule_service_client.py +1 -1
  445. oci/osp_gateway/address_service_client.py +2 -2
  446. oci/osp_gateway/invoice_service_client.py +5 -5
  447. oci/osp_gateway/subscription_service_client.py +5 -5
  448. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  449. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  450. oci/osub_subscription/commitment_client.py +2 -2
  451. oci/osub_subscription/ratecard_client.py +1 -1
  452. oci/osub_subscription/subscription_client.py +1 -1
  453. oci/osub_usage/computed_usage_client.py +3 -3
  454. oci/psql/postgresql_client.py +34 -34
  455. oci/queue/queue_admin_client.py +11 -11
  456. oci/queue/queue_client.py +8 -8
  457. oci/recovery/database_recovery_client.py +26 -26
  458. oci/redis/redis_cluster_client.py +12 -12
  459. oci/resource_manager/resource_manager_client.py +52 -52
  460. oci/resource_scheduler/schedule_client.py +14 -14
  461. oci/resource_search/resource_search_client.py +3 -3
  462. oci/rover/rover_bundle_client.py +8 -8
  463. oci/rover/rover_cluster_client.py +8 -8
  464. oci/rover/rover_entitlement_client.py +6 -6
  465. oci/rover/rover_node_client.py +15 -15
  466. oci/rover/shape_client.py +1 -1
  467. oci/rover/work_requests_client.py +5 -5
  468. oci/sch/connector_plugins_client.py +2 -2
  469. oci/sch/service_connector_client.py +12 -12
  470. oci/secrets/secrets_client.py +3 -3
  471. oci/security_attribute/security_attribute_client.py +18 -18
  472. oci/service_catalog/service_catalog_client.py +26 -26
  473. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  474. oci/service_mesh/service_mesh_client.py +48 -48
  475. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  476. oci/streaming/stream_admin_client.py +18 -18
  477. oci/streaming/stream_client.py +8 -8
  478. oci/tenant_manager_control_plane/domain_client.py +5 -5
  479. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  480. oci/tenant_manager_control_plane/governance_client.py +2 -2
  481. oci/tenant_manager_control_plane/link_client.py +3 -3
  482. oci/tenant_manager_control_plane/orders_client.py +2 -2
  483. oci/tenant_manager_control_plane/organization_client.py +10 -10
  484. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  485. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  486. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  487. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  488. oci/threat_intelligence/threatintel_client.py +5 -5
  489. oci/usage/resources_client.py +2 -2
  490. oci/usage/rewards_client.py +6 -6
  491. oci/usage/usagelimits_client.py +1 -1
  492. oci/usage_api/usageapi_client.py +33 -33
  493. oci/vault/vaults_client.py +13 -13
  494. oci/vbs_inst/vbs_instance_client.py +10 -10
  495. oci/version.py +1 -1
  496. oci/visual_builder/vb_instance_client.py +14 -14
  497. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  498. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  499. oci/waa/waa_client.py +13 -13
  500. oci/waa/work_request_client.py +4 -4
  501. oci/waas/redirect_client.py +6 -6
  502. oci/waas/waas_client.py +66 -66
  503. oci/waf/waf_client.py +24 -24
  504. oci/work_requests/work_request_client.py +4 -4
  505. oci/zpr/zpr_client.py +15 -15
  506. {oci-2.153.0.dist-info → oci-2.154.1.dist-info}/METADATA +1 -1
  507. {oci-2.153.0.dist-info → oci-2.154.1.dist-info}/RECORD +511 -430
  508. {oci-2.153.0.dist-info → oci-2.154.1.dist-info}/LICENSE.txt +0 -0
  509. {oci-2.153.0.dist-info → oci-2.154.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  510. {oci-2.153.0.dist-info → oci-2.154.1.dist-info}/WHEEL +0 -0
  511. {oci-2.153.0.dist-info → oci-2.154.1.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.153.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/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']
@@ -278,7 +278,7 @@ class DatabaseClient(object):
278
278
  :rtype: :class:`~oci.response.Response`
279
279
 
280
280
  :example:
281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/add_standby_autonomous_container_database.py.html>`__ to see an example of how to use add_standby_autonomous_container_database API.
282
282
  """
283
283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
284
284
  required_arguments = ['autonomousContainerDatabaseId']
@@ -395,7 +395,7 @@ class DatabaseClient(object):
395
395
  :rtype: :class:`~oci.response.Response`
396
396
 
397
397
  :example:
398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
399
399
  """
400
400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
401
401
  required_arguments = ['cloudExadataInfrastructureId']
@@ -510,7 +510,7 @@ class DatabaseClient(object):
510
510
  :rtype: :class:`~oci.response.Response`
511
511
 
512
512
  :example:
513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
514
514
  """
515
515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
516
516
  required_arguments = ['exadataInfrastructureId']
@@ -628,7 +628,7 @@ class DatabaseClient(object):
628
628
  :rtype: :class:`~oci.response.Response`
629
629
 
630
630
  :example:
631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
632
632
  """
633
633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
634
634
  required_arguments = ['cloudVmClusterId']
@@ -748,7 +748,7 @@ class DatabaseClient(object):
748
748
  :rtype: :class:`~oci.response.Response`
749
749
 
750
750
  :example:
751
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
751
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
752
752
  """
753
753
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
754
754
  required_arguments = ['vmClusterId']
@@ -872,7 +872,7 @@ class DatabaseClient(object):
872
872
  :rtype: :class:`~oci.response.Response`
873
873
 
874
874
  :example:
875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
876
876
  """
877
877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
878
878
  required_arguments = ['autonomousDatabaseId']
@@ -991,7 +991,7 @@ class DatabaseClient(object):
991
991
  :rtype: :class:`~oci.response.Response`
992
992
 
993
993
  :example:
994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
995
995
  """
996
996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
997
997
  required_arguments = ['backupId']
@@ -1107,7 +1107,7 @@ class DatabaseClient(object):
1107
1107
  :rtype: :class:`~oci.response.Response`
1108
1108
 
1109
1109
  :example:
1110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/cancel_execution_window.py.html>`__ to see an example of how to use cancel_execution_window API.
1111
1111
  """
1112
1112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1113
1113
  required_arguments = ['executionWindowId']
@@ -1224,7 +1224,7 @@ class DatabaseClient(object):
1224
1224
  :rtype: :class:`~oci.response.Response`
1225
1225
 
1226
1226
  :example:
1227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/cascading_delete_scheduling_plan.py.html>`__ to see an example of how to use cascading_delete_scheduling_plan API.
1228
1228
  """
1229
1229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1230
1230
  required_arguments = ['schedulingPlanId']
@@ -1344,7 +1344,7 @@ class DatabaseClient(object):
1344
1344
  :rtype: :class:`~oci.response.Response`
1345
1345
 
1346
1346
  :example:
1347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
1348
1348
  """
1349
1349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1350
1350
  required_arguments = ['autonomousContainerDatabaseId']
@@ -1470,7 +1470,7 @@ class DatabaseClient(object):
1470
1470
  :rtype: :class:`~oci.response.Response`
1471
1471
 
1472
1472
  :example:
1473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1474
1474
  """
1475
1475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1476
1476
  required_arguments = ['autonomousDatabaseId']
@@ -1590,7 +1590,7 @@ class DatabaseClient(object):
1590
1590
  :rtype: :class:`~oci.response.Response`
1591
1591
 
1592
1592
  :example:
1593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
1593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
1594
1594
  """
1595
1595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1596
1596
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -1712,7 +1712,7 @@ class DatabaseClient(object):
1712
1712
  :rtype: :class:`~oci.response.Response`
1713
1713
 
1714
1714
  :example:
1715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_autonomous_database_subscription.py.html>`__ to see an example of how to use change_autonomous_database_subscription API.
1716
1716
  """
1717
1717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1718
1718
  required_arguments = ['autonomousDatabaseId']
@@ -1836,7 +1836,7 @@ class DatabaseClient(object):
1836
1836
  :rtype: :class:`~oci.response.Response`
1837
1837
 
1838
1838
  :example:
1839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1840
1840
  """
1841
1841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1842
1842
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -1954,7 +1954,7 @@ class DatabaseClient(object):
1954
1954
  :rtype: :class:`~oci.response.Response`
1955
1955
 
1956
1956
  :example:
1957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1958
1958
  """
1959
1959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1960
1960
  required_arguments = ['autonomousVmClusterId']
@@ -2076,7 +2076,7 @@ class DatabaseClient(object):
2076
2076
  :rtype: :class:`~oci.response.Response`
2077
2077
 
2078
2078
  :example:
2079
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
2080
2080
  """
2081
2081
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2082
2082
  required_arguments = ['backupDestinationId']
@@ -2194,7 +2194,7 @@ class DatabaseClient(object):
2194
2194
  :rtype: :class:`~oci.response.Response`
2195
2195
 
2196
2196
  :example:
2197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
2197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
2198
2198
  """
2199
2199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2200
2200
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -2314,7 +2314,7 @@ class DatabaseClient(object):
2314
2314
  :rtype: :class:`~oci.response.Response`
2315
2315
 
2316
2316
  :example:
2317
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
2318
2318
  """
2319
2319
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2320
2320
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2432,7 +2432,7 @@ class DatabaseClient(object):
2432
2432
  :rtype: :class:`~oci.response.Response`
2433
2433
 
2434
2434
  :example:
2435
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_cloud_exadata_infrastructure_subscription.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_subscription API.
2436
2436
  """
2437
2437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2438
2438
  required_arguments = ['cloudExadataInfrastructureId']
@@ -2550,7 +2550,7 @@ class DatabaseClient(object):
2550
2550
  :rtype: :class:`~oci.response.Response`
2551
2551
 
2552
2552
  :example:
2553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
2554
2554
  """
2555
2555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2556
2556
  required_arguments = ['cloudVmClusterId']
@@ -2668,7 +2668,7 @@ class DatabaseClient(object):
2668
2668
  :rtype: :class:`~oci.response.Response`
2669
2669
 
2670
2670
  :example:
2671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_cloud_vm_cluster_subscription.py.html>`__ to see an example of how to use change_cloud_vm_cluster_subscription API.
2672
2672
  """
2673
2673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2674
2674
  required_arguments = ['cloudVmClusterId']
@@ -2790,7 +2790,7 @@ class DatabaseClient(object):
2790
2790
  :rtype: :class:`~oci.response.Response`
2791
2791
 
2792
2792
  :example:
2793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2794
2794
  """
2795
2795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2796
2796
  required_arguments = ['databaseSoftwareImageId']
@@ -2913,7 +2913,7 @@ class DatabaseClient(object):
2913
2913
  :rtype: :class:`~oci.response.Response`
2914
2914
 
2915
2915
  :example:
2916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2917
2917
  """
2918
2918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2919
2919
  required_arguments = ['autonomousContainerDatabaseId']
@@ -3044,7 +3044,7 @@ class DatabaseClient(object):
3044
3044
  :rtype: :class:`~oci.response.Response`
3045
3045
 
3046
3046
  :example:
3047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
3048
3048
  """
3049
3049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3050
3050
  required_arguments = ['dbSystemId']
@@ -3159,7 +3159,7 @@ class DatabaseClient(object):
3159
3159
  :rtype: :class:`~oci.response.Response`
3160
3160
 
3161
3161
  :example:
3162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
3163
3163
  """
3164
3164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3165
3165
  required_arguments = ['autonomousDatabaseId']
@@ -3278,7 +3278,7 @@ class DatabaseClient(object):
3278
3278
  :rtype: :class:`~oci.response.Response`
3279
3279
 
3280
3280
  :example:
3281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_encryption_key_location.py.html>`__ to see an example of how to use change_encryption_key_location API.
3282
3282
  """
3283
3283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3284
3284
  required_arguments = ['databaseId']
@@ -3397,7 +3397,7 @@ class DatabaseClient(object):
3397
3397
  :rtype: :class:`~oci.response.Response`
3398
3398
 
3399
3399
  :example:
3400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
3401
3401
  """
3402
3402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3403
3403
  required_arguments = ['exadataInfrastructureId']
@@ -3515,7 +3515,7 @@ class DatabaseClient(object):
3515
3515
  :rtype: :class:`~oci.response.Response`
3516
3516
 
3517
3517
  :example:
3518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_exadb_vm_cluster_compartment.py.html>`__ to see an example of how to use change_exadb_vm_cluster_compartment API.
3519
3519
  """
3520
3520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3521
3521
  required_arguments = ['exadbVmClusterId']
@@ -3633,7 +3633,7 @@ class DatabaseClient(object):
3633
3633
  :rtype: :class:`~oci.response.Response`
3634
3634
 
3635
3635
  :example:
3636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_exadb_vm_cluster_subscription.py.html>`__ to see an example of how to use change_exadb_vm_cluster_subscription API.
3637
3637
  """
3638
3638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3639
3639
  required_arguments = ['exadbVmClusterId']
@@ -3751,7 +3751,7 @@ class DatabaseClient(object):
3751
3751
  :rtype: :class:`~oci.response.Response`
3752
3752
 
3753
3753
  :example:
3754
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
3754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
3755
3755
  """
3756
3756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3757
3757
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3869,7 +3869,7 @@ class DatabaseClient(object):
3869
3869
  :rtype: :class:`~oci.response.Response`
3870
3870
 
3871
3871
  :example:
3872
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
3872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
3873
3873
  """
3874
3874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3875
3875
  required_arguments = ['exascaleDbStorageVaultId']
@@ -3992,7 +3992,7 @@ class DatabaseClient(object):
3992
3992
  :rtype: :class:`~oci.response.Response`
3993
3993
 
3994
3994
  :example:
3995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
3996
3996
  """
3997
3997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3998
3998
  required_arguments = ['externalContainerDatabaseId']
@@ -4114,7 +4114,7 @@ class DatabaseClient(object):
4114
4114
  :rtype: :class:`~oci.response.Response`
4115
4115
 
4116
4116
  :example:
4117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
4117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
4118
4118
  """
4119
4119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4120
4120
  required_arguments = ['externalNonContainerDatabaseId']
@@ -4239,7 +4239,7 @@ class DatabaseClient(object):
4239
4239
  :rtype: :class:`~oci.response.Response`
4240
4240
 
4241
4241
  :example:
4242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
4243
4243
  """
4244
4244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4245
4245
  required_arguments = ['externalPluggableDatabaseId']
@@ -4361,7 +4361,7 @@ class DatabaseClient(object):
4361
4361
  :rtype: :class:`~oci.response.Response`
4362
4362
 
4363
4363
  :example:
4364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
4365
4365
  """
4366
4366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4367
4367
  required_arguments = ['keyStoreId']
@@ -4479,7 +4479,7 @@ class DatabaseClient(object):
4479
4479
  :rtype: :class:`~oci.response.Response`
4480
4480
 
4481
4481
  :example:
4482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
4483
4483
  """
4484
4484
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4485
4485
  required_arguments = ['databaseId']
@@ -4597,7 +4597,7 @@ class DatabaseClient(object):
4597
4597
  :rtype: :class:`~oci.response.Response`
4598
4598
 
4599
4599
  :example:
4600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
4601
4601
  """
4602
4602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4603
4603
  required_arguments = ['oneoffPatchId']
@@ -4715,7 +4715,7 @@ class DatabaseClient(object):
4715
4715
  :rtype: :class:`~oci.response.Response`
4716
4716
 
4717
4717
  :example:
4718
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_scheduling_plan_compartment.py.html>`__ to see an example of how to use change_scheduling_plan_compartment API.
4719
4719
  """
4720
4720
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4721
4721
  required_arguments = ['schedulingPlanId']
@@ -4833,7 +4833,7 @@ class DatabaseClient(object):
4833
4833
  :rtype: :class:`~oci.response.Response`
4834
4834
 
4835
4835
  :example:
4836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_scheduling_policy_compartment.py.html>`__ to see an example of how to use change_scheduling_policy_compartment API.
4837
4837
  """
4838
4838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4839
4839
  required_arguments = ['schedulingPolicyId']
@@ -4952,7 +4952,7 @@ class DatabaseClient(object):
4952
4952
  :rtype: :class:`~oci.response.Response`
4953
4953
 
4954
4954
  :example:
4955
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
4956
4956
  """
4957
4957
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4958
4958
  required_arguments = ['vmClusterId']
@@ -5069,7 +5069,7 @@ class DatabaseClient(object):
5069
5069
  :rtype: :class:`~oci.response.Response`
5070
5070
 
5071
5071
  :example:
5072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
5072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
5073
5073
  """
5074
5074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5075
5075
  required_arguments = ['externalDatabaseConnectorId']
@@ -5186,7 +5186,7 @@ class DatabaseClient(object):
5186
5186
  :rtype: :class:`~oci.response.Response`
5187
5187
 
5188
5188
  :example:
5189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
5190
5190
  """
5191
5191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5192
5192
  required_arguments = ['backupId']
@@ -5312,7 +5312,7 @@ class DatabaseClient(object):
5312
5312
  :rtype: :class:`~oci.response.Response`
5313
5313
 
5314
5314
  :example:
5315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
5316
5316
  """
5317
5317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5318
5318
  required_arguments = ['autonomousDatabaseId']
@@ -5432,7 +5432,7 @@ class DatabaseClient(object):
5432
5432
  :rtype: :class:`~oci.response.Response`
5433
5433
 
5434
5434
  :example:
5435
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/configure_exascale_exadata_infrastructure.py.html>`__ to see an example of how to use configure_exascale_exadata_infrastructure API.
5436
5436
  """
5437
5437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5438
5438
  required_arguments = ['exadataInfrastructureId']
@@ -5549,7 +5549,7 @@ class DatabaseClient(object):
5549
5549
  :rtype: :class:`~oci.response.Response`
5550
5550
 
5551
5551
  :example:
5552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
5553
5553
  """
5554
5554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5555
5555
  required_arguments = ['autonomousDatabaseId']
@@ -5666,7 +5666,7 @@ class DatabaseClient(object):
5666
5666
  :rtype: :class:`~oci.response.Response`
5667
5667
 
5668
5668
  :example:
5669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
5669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
5670
5670
  """
5671
5671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5672
5672
  required_arguments = ['keyStoreId']
@@ -5786,7 +5786,7 @@ class DatabaseClient(object):
5786
5786
  :rtype: :class:`~oci.response.Response`
5787
5787
 
5788
5788
  :example:
5789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/convert_standby_autonomous_container_database.py.html>`__ to see an example of how to use convert_standby_autonomous_container_database API.
5790
5790
  """
5791
5791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5792
5792
  required_arguments = ['autonomousContainerDatabaseId']
@@ -5899,7 +5899,7 @@ class DatabaseClient(object):
5899
5899
  :rtype: :class:`~oci.response.Response`
5900
5900
 
5901
5901
  :example:
5902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
5903
5903
  """
5904
5904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5905
5905
  required_arguments = ['databaseId']
@@ -6017,7 +6017,7 @@ class DatabaseClient(object):
6017
6017
  :rtype: :class:`~oci.response.Response`
6018
6018
 
6019
6019
  :example:
6020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
6021
6021
  """
6022
6022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6023
6023
  required_arguments = ['pluggableDatabaseId']
@@ -6141,7 +6141,7 @@ class DatabaseClient(object):
6141
6141
  :rtype: :class:`~oci.response.Response`
6142
6142
 
6143
6143
  :example:
6144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/convert_to_standalone.py.html>`__ to see an example of how to use convert_to_standalone API.
6145
6145
  """
6146
6146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6147
6147
  required_arguments = ['databaseId']
@@ -6251,7 +6251,7 @@ class DatabaseClient(object):
6251
6251
  :rtype: :class:`~oci.response.Response`
6252
6252
 
6253
6253
  :example:
6254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
6255
6255
  """
6256
6256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6257
6257
  required_arguments = []
@@ -6318,7 +6318,7 @@ class DatabaseClient(object):
6318
6318
  Creates an Autonomous Container Database in the specified Autonomous Exadata Infrastructure.
6319
6319
 
6320
6320
 
6321
- :param oci.database.models.CreateAutonomousContainerDatabaseDetails create_autonomous_container_database_details: (required)
6321
+ :param oci.database.models.CreateAutonomousContainerDatabaseBase create_autonomous_container_database_details: (required)
6322
6322
  Request to create an Autonomous Container Database in a specified Autonomous Exadata Infrastructure or in Autonomous VM Cluster.
6323
6323
 
6324
6324
  :param str opc_retry_token: (optional)
@@ -6344,7 +6344,7 @@ class DatabaseClient(object):
6344
6344
  :rtype: :class:`~oci.response.Response`
6345
6345
 
6346
6346
  :example:
6347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
6348
6348
  """
6349
6349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6350
6350
  required_arguments = []
@@ -6443,7 +6443,7 @@ class DatabaseClient(object):
6443
6443
  :rtype: :class:`~oci.response.Response`
6444
6444
 
6445
6445
  :example:
6446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
6446
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
6447
6447
  """
6448
6448
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6449
6449
  required_arguments = ['autonomousContainerDatabaseId']
@@ -6553,7 +6553,7 @@ class DatabaseClient(object):
6553
6553
  :rtype: :class:`~oci.response.Response`
6554
6554
 
6555
6555
  :example:
6556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
6557
6557
  """
6558
6558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6559
6559
  required_arguments = []
@@ -6655,7 +6655,7 @@ class DatabaseClient(object):
6655
6655
  :rtype: :class:`~oci.response.Response`
6656
6656
 
6657
6657
  :example:
6658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
6659
6659
  """
6660
6660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6661
6661
  required_arguments = []
@@ -6753,7 +6753,7 @@ class DatabaseClient(object):
6753
6753
  :rtype: :class:`~oci.response.Response`
6754
6754
 
6755
6755
  :example:
6756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
6757
6757
  """
6758
6758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6759
6759
  required_arguments = []
@@ -6849,7 +6849,7 @@ class DatabaseClient(object):
6849
6849
  :rtype: :class:`~oci.response.Response`
6850
6850
 
6851
6851
  :example:
6852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
6853
6853
  """
6854
6854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6855
6855
  required_arguments = []
@@ -6942,7 +6942,7 @@ class DatabaseClient(object):
6942
6942
  :rtype: :class:`~oci.response.Response`
6943
6943
 
6944
6944
  :example:
6945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
6946
6946
  """
6947
6947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6948
6948
  required_arguments = []
@@ -7036,7 +7036,7 @@ class DatabaseClient(object):
7036
7036
  :rtype: :class:`~oci.response.Response`
7037
7037
 
7038
7038
  :example:
7039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
7040
7040
  """
7041
7041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7042
7042
  required_arguments = []
@@ -7132,7 +7132,7 @@ class DatabaseClient(object):
7132
7132
  :rtype: :class:`~oci.response.Response`
7133
7133
 
7134
7134
  :example:
7135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
7136
7136
  """
7137
7137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7138
7138
  required_arguments = []
@@ -7236,7 +7236,7 @@ class DatabaseClient(object):
7236
7236
  :rtype: :class:`~oci.response.Response`
7237
7237
 
7238
7238
  :example:
7239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
7240
7240
  """
7241
7241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7242
7242
  required_arguments = []
@@ -7340,7 +7340,7 @@ class DatabaseClient(object):
7340
7340
  :rtype: :class:`~oci.response.Response`
7341
7341
 
7342
7342
  :example:
7343
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
7344
7344
  """
7345
7345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7346
7346
  required_arguments = []
@@ -7442,7 +7442,7 @@ class DatabaseClient(object):
7442
7442
  :rtype: :class:`~oci.response.Response`
7443
7443
 
7444
7444
  :example:
7445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
7446
7446
  """
7447
7447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7448
7448
  required_arguments = ['dbNodeId']
@@ -7553,7 +7553,7 @@ class DatabaseClient(object):
7553
7553
  :rtype: :class:`~oci.response.Response`
7554
7554
 
7555
7555
  :example:
7556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
7557
7557
  """
7558
7558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7559
7559
  required_arguments = ['dbNodeId']
@@ -7673,7 +7673,7 @@ class DatabaseClient(object):
7673
7673
  :rtype: :class:`~oci.response.Response`
7674
7674
 
7675
7675
  :example:
7676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/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.1/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
7677
7677
  """
7678
7678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7679
7679
  required_arguments = ['databaseId']
@@ -7763,6 +7763,10 @@ class DatabaseClient(object):
7763
7763
  :param str opc_request_id: (optional)
7764
7764
  Unique identifier for the request.
7765
7765
 
7766
+ :param bool opc_dry_run: (optional)
7767
+ Indicates that the request is a dry run, if set to \"true\". A dry run request does not actually
7768
+ creating or updating a resource and is used only to perform validation on the submitted data.
7769
+
7766
7770
  :param obj retry_strategy: (optional)
7767
7771
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
7768
7772
 
@@ -7779,7 +7783,7 @@ class DatabaseClient(object):
7779
7783
  :rtype: :class:`~oci.response.Response`
7780
7784
 
7781
7785
  :example:
7782
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
7786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_database.py.html>`__ to see an example of how to use create_database API.
7783
7787
  """
7784
7788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7785
7789
  required_arguments = []
@@ -7793,7 +7797,8 @@ class DatabaseClient(object):
7793
7797
  "allow_control_chars",
7794
7798
  "retry_strategy",
7795
7799
  "opc_retry_token",
7796
- "opc_request_id"
7800
+ "opc_request_id",
7801
+ "opc_dry_run"
7797
7802
  ]
7798
7803
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
7799
7804
  if extra_kwargs:
@@ -7804,7 +7809,8 @@ class DatabaseClient(object):
7804
7809
  "accept": "application/json",
7805
7810
  "content-type": "application/json",
7806
7811
  "opc-retry-token": kwargs.get("opc_retry_token", missing),
7807
- "opc-request-id": kwargs.get("opc_request_id", missing)
7812
+ "opc-request-id": kwargs.get("opc_request_id", missing),
7813
+ "opc-dry-run": kwargs.get("opc_dry_run", missing)
7808
7814
  }
7809
7815
  header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
7810
7816
 
@@ -7872,7 +7878,7 @@ class DatabaseClient(object):
7872
7878
  :rtype: :class:`~oci.response.Response`
7873
7879
 
7874
7880
  :example:
7875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
7876
7882
  """
7877
7883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7878
7884
  required_arguments = []
@@ -7963,7 +7969,7 @@ class DatabaseClient(object):
7963
7969
  :rtype: :class:`~oci.response.Response`
7964
7970
 
7965
7971
  :example:
7966
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
7967
7973
  """
7968
7974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7969
7975
  required_arguments = []
@@ -8058,7 +8064,7 @@ class DatabaseClient(object):
8058
8064
  :rtype: :class:`~oci.response.Response`
8059
8065
 
8060
8066
  :example:
8061
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
8067
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
8062
8068
  """
8063
8069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8064
8070
  required_arguments = []
@@ -8156,7 +8162,7 @@ class DatabaseClient(object):
8156
8162
  :rtype: :class:`~oci.response.Response`
8157
8163
 
8158
8164
  :example:
8159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
8165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_exadb_vm_cluster.py.html>`__ to see an example of how to use create_exadb_vm_cluster API.
8160
8166
  """
8161
8167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8162
8168
  required_arguments = []
@@ -8252,7 +8258,7 @@ class DatabaseClient(object):
8252
8258
  :rtype: :class:`~oci.response.Response`
8253
8259
 
8254
8260
  :example:
8255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
8261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_exascale_db_storage_vault.py.html>`__ to see an example of how to use create_exascale_db_storage_vault API.
8256
8262
  """
8257
8263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8258
8264
  required_arguments = []
@@ -8348,7 +8354,7 @@ class DatabaseClient(object):
8348
8354
  :rtype: :class:`~oci.response.Response`
8349
8355
 
8350
8356
  :example:
8351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
8357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_execution_action.py.html>`__ to see an example of how to use create_execution_action API.
8352
8358
  """
8353
8359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8354
8360
  required_arguments = []
@@ -8444,7 +8450,7 @@ class DatabaseClient(object):
8444
8450
  :rtype: :class:`~oci.response.Response`
8445
8451
 
8446
8452
  :example:
8447
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
8453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_execution_window.py.html>`__ to see an example of how to use create_execution_window API.
8448
8454
  """
8449
8455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8450
8456
  required_arguments = []
@@ -8541,7 +8547,7 @@ class DatabaseClient(object):
8541
8547
  :rtype: :class:`~oci.response.Response`
8542
8548
 
8543
8549
  :example:
8544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8550
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
8545
8551
  """
8546
8552
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8547
8553
  required_arguments = []
@@ -8635,7 +8641,7 @@ class DatabaseClient(object):
8635
8641
  :rtype: :class:`~oci.response.Response`
8636
8642
 
8637
8643
  :example:
8638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
8639
8645
  """
8640
8646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8641
8647
  required_arguments = []
@@ -8731,7 +8737,7 @@ class DatabaseClient(object):
8731
8737
  :rtype: :class:`~oci.response.Response`
8732
8738
 
8733
8739
  :example:
8734
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
8735
8741
  """
8736
8742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8737
8743
  required_arguments = []
@@ -8827,7 +8833,7 @@ class DatabaseClient(object):
8827
8833
  :rtype: :class:`~oci.response.Response`
8828
8834
 
8829
8835
  :example:
8830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
8831
8837
  """
8832
8838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8833
8839
  required_arguments = []
@@ -8924,7 +8930,7 @@ class DatabaseClient(object):
8924
8930
  :rtype: :class:`~oci.response.Response`
8925
8931
 
8926
8932
  :example:
8927
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
8928
8934
  """
8929
8935
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8930
8936
  required_arguments = []
@@ -9020,7 +9026,7 @@ class DatabaseClient(object):
9020
9026
  :rtype: :class:`~oci.response.Response`
9021
9027
 
9022
9028
  :example:
9023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
9029
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
9024
9030
  """
9025
9031
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9026
9032
  required_arguments = []
@@ -9119,7 +9125,7 @@ class DatabaseClient(object):
9119
9125
  :rtype: :class:`~oci.response.Response`
9120
9126
 
9121
9127
  :example:
9122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
9128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
9123
9129
  """
9124
9130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9125
9131
  required_arguments = []
@@ -9215,7 +9221,7 @@ class DatabaseClient(object):
9215
9221
  :rtype: :class:`~oci.response.Response`
9216
9222
 
9217
9223
  :example:
9218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
9224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
9219
9225
  """
9220
9226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9221
9227
  required_arguments = []
@@ -9313,7 +9319,7 @@ class DatabaseClient(object):
9313
9319
  :rtype: :class:`~oci.response.Response`
9314
9320
 
9315
9321
  :example:
9316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
9322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
9317
9323
  """
9318
9324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9319
9325
  required_arguments = []
@@ -9409,7 +9415,7 @@ class DatabaseClient(object):
9409
9415
  :rtype: :class:`~oci.response.Response`
9410
9416
 
9411
9417
  :example:
9412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
9418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_scheduled_action.py.html>`__ to see an example of how to use create_scheduled_action API.
9413
9419
  """
9414
9420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9415
9421
  required_arguments = []
@@ -9505,7 +9511,7 @@ class DatabaseClient(object):
9505
9511
  :rtype: :class:`~oci.response.Response`
9506
9512
 
9507
9513
  :example:
9508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
9514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_scheduling_plan.py.html>`__ to see an example of how to use create_scheduling_plan API.
9509
9515
  """
9510
9516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9511
9517
  required_arguments = []
@@ -9601,7 +9607,7 @@ class DatabaseClient(object):
9601
9607
  :rtype: :class:`~oci.response.Response`
9602
9608
 
9603
9609
  :example:
9604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_scheduling_policy.py.html>`__ to see an example of how to use create_scheduling_policy API.
9605
9611
  """
9606
9612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9607
9613
  required_arguments = []
@@ -9702,7 +9708,7 @@ class DatabaseClient(object):
9702
9708
  :rtype: :class:`~oci.response.Response`
9703
9709
 
9704
9710
  :example:
9705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_scheduling_window.py.html>`__ to see an example of how to use create_scheduling_window API.
9706
9712
  """
9707
9713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9708
9714
  required_arguments = ['schedulingPolicyId']
@@ -9811,7 +9817,7 @@ class DatabaseClient(object):
9811
9817
  :rtype: :class:`~oci.response.Response`
9812
9818
 
9813
9819
  :example:
9814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9820
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
9815
9821
  """
9816
9822
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9817
9823
  required_arguments = []
@@ -9913,7 +9919,7 @@ class DatabaseClient(object):
9913
9919
  :rtype: :class:`~oci.response.Response`
9914
9920
 
9915
9921
  :example:
9916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
9917
9923
  """
9918
9924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9919
9925
  required_arguments = ['exadataInfrastructureId']
@@ -10042,7 +10048,7 @@ class DatabaseClient(object):
10042
10048
  :rtype: :class:`~oci.response.Response`
10043
10049
 
10044
10050
  :example:
10045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
10051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
10046
10052
  """
10047
10053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10048
10054
  required_arguments = ['dbNodeId', 'action']
@@ -10155,7 +10161,7 @@ class DatabaseClient(object):
10155
10161
  :rtype: :class:`~oci.response.Response`
10156
10162
 
10157
10163
  :example:
10158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
10164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
10159
10165
  """
10160
10166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10161
10167
  required_arguments = ['applicationVipId']
@@ -10262,7 +10268,7 @@ class DatabaseClient(object):
10262
10268
  :rtype: :class:`~oci.response.Response`
10263
10269
 
10264
10270
  :example:
10265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
10271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
10266
10272
  """
10267
10273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10268
10274
  required_arguments = ['autonomousDatabaseId']
@@ -10371,7 +10377,7 @@ class DatabaseClient(object):
10371
10377
  :rtype: :class:`~oci.response.Response`
10372
10378
 
10373
10379
  :example:
10374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
10380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
10375
10381
  """
10376
10382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10377
10383
  required_arguments = ['autonomousDatabaseBackupId']
@@ -10476,7 +10482,7 @@ class DatabaseClient(object):
10476
10482
  :rtype: :class:`~oci.response.Response`
10477
10483
 
10478
10484
  :example:
10479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
10485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
10480
10486
  """
10481
10487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10482
10488
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -10579,7 +10585,7 @@ class DatabaseClient(object):
10579
10585
  :rtype: :class:`~oci.response.Response`
10580
10586
 
10581
10587
  :example:
10582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
10583
10589
  """
10584
10590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10585
10591
  required_arguments = ['autonomousVmClusterId']
@@ -10679,7 +10685,7 @@ class DatabaseClient(object):
10679
10685
  :rtype: :class:`~oci.response.Response`
10680
10686
 
10681
10687
  :example:
10682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
10683
10689
  """
10684
10690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10685
10691
  required_arguments = ['backupId']
@@ -10780,7 +10786,7 @@ class DatabaseClient(object):
10780
10786
  :rtype: :class:`~oci.response.Response`
10781
10787
 
10782
10788
  :example:
10783
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
10784
10790
  """
10785
10791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10786
10792
  required_arguments = ['backupDestinationId']
@@ -10883,7 +10889,7 @@ class DatabaseClient(object):
10883
10889
  :rtype: :class:`~oci.response.Response`
10884
10890
 
10885
10891
  :example:
10886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
10887
10893
  """
10888
10894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10889
10895
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -10989,7 +10995,7 @@ class DatabaseClient(object):
10989
10995
  :rtype: :class:`~oci.response.Response`
10990
10996
 
10991
10997
  :example:
10992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
10993
10999
  """
10994
11000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10995
11001
  required_arguments = ['cloudExadataInfrastructureId']
@@ -11100,7 +11106,7 @@ class DatabaseClient(object):
11100
11106
  :rtype: :class:`~oci.response.Response`
11101
11107
 
11102
11108
  :example:
11103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
11109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
11104
11110
  """
11105
11111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11106
11112
  required_arguments = ['cloudVmClusterId']
@@ -11203,7 +11209,7 @@ class DatabaseClient(object):
11203
11209
  :rtype: :class:`~oci.response.Response`
11204
11210
 
11205
11211
  :example:
11206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
11212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
11207
11213
  """
11208
11214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11209
11215
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -11308,7 +11314,7 @@ class DatabaseClient(object):
11308
11314
  :rtype: :class:`~oci.response.Response`
11309
11315
 
11310
11316
  :example:
11311
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
11317
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
11312
11318
  """
11313
11319
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11314
11320
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -11421,7 +11427,7 @@ class DatabaseClient(object):
11421
11427
  :rtype: :class:`~oci.response.Response`
11422
11428
 
11423
11429
  :example:
11424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
11430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
11425
11431
  """
11426
11432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11427
11433
  required_arguments = ['databaseId']
@@ -11529,7 +11535,7 @@ class DatabaseClient(object):
11529
11535
  :rtype: :class:`~oci.response.Response`
11530
11536
 
11531
11537
  :example:
11532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
11538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
11533
11539
  """
11534
11540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11535
11541
  required_arguments = ['databaseSoftwareImageId']
@@ -11636,7 +11642,7 @@ class DatabaseClient(object):
11636
11642
  :rtype: :class:`~oci.response.Response`
11637
11643
 
11638
11644
  :example:
11639
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11645
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
11640
11646
  """
11641
11647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11642
11648
  required_arguments = ['dbHomeId']
@@ -11745,7 +11751,7 @@ class DatabaseClient(object):
11745
11751
  :rtype: :class:`~oci.response.Response`
11746
11752
 
11747
11753
  :example:
11748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
11749
11755
  """
11750
11756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11751
11757
  required_arguments = ['exadataInfrastructureId']
@@ -11848,7 +11854,7 @@ class DatabaseClient(object):
11848
11854
  :rtype: :class:`~oci.response.Response`
11849
11855
 
11850
11856
  :example:
11851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_exadb_vm_cluster.py.html>`__ to see an example of how to use delete_exadb_vm_cluster API.
11852
11858
  """
11853
11859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11854
11860
  required_arguments = ['exadbVmClusterId']
@@ -11951,7 +11957,7 @@ class DatabaseClient(object):
11951
11957
  :rtype: :class:`~oci.response.Response`
11952
11958
 
11953
11959
  :example:
11954
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11960
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_exascale_db_storage_vault.py.html>`__ to see an example of how to use delete_exascale_db_storage_vault API.
11955
11961
  """
11956
11962
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11957
11963
  required_arguments = ['exascaleDbStorageVaultId']
@@ -12054,7 +12060,7 @@ class DatabaseClient(object):
12054
12060
  :rtype: :class:`~oci.response.Response`
12055
12061
 
12056
12062
  :example:
12057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
12063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_execution_action.py.html>`__ to see an example of how to use delete_execution_action API.
12058
12064
  """
12059
12065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12060
12066
  required_arguments = ['executionActionId']
@@ -12157,7 +12163,7 @@ class DatabaseClient(object):
12157
12163
  :rtype: :class:`~oci.response.Response`
12158
12164
 
12159
12165
  :example:
12160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
12166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_execution_window.py.html>`__ to see an example of how to use delete_execution_window API.
12161
12167
  """
12162
12168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12163
12169
  required_arguments = ['executionWindowId']
@@ -12262,7 +12268,7 @@ class DatabaseClient(object):
12262
12268
  :rtype: :class:`~oci.response.Response`
12263
12269
 
12264
12270
  :example:
12265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
12271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
12266
12272
  """
12267
12273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12268
12274
  required_arguments = ['externalContainerDatabaseId']
@@ -12368,7 +12374,7 @@ class DatabaseClient(object):
12368
12374
  :rtype: :class:`~oci.response.Response`
12369
12375
 
12370
12376
  :example:
12371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
12377
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
12372
12378
  """
12373
12379
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12374
12380
  required_arguments = ['externalDatabaseConnectorId']
@@ -12471,7 +12477,7 @@ class DatabaseClient(object):
12471
12477
  :rtype: :class:`~oci.response.Response`
12472
12478
 
12473
12479
  :example:
12474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
12480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
12475
12481
  """
12476
12482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12477
12483
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12575,7 +12581,7 @@ class DatabaseClient(object):
12575
12581
  :rtype: :class:`~oci.response.Response`
12576
12582
 
12577
12583
  :example:
12578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
12579
12585
  """
12580
12586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12581
12587
  required_arguments = ['externalPluggableDatabaseId']
@@ -12678,7 +12684,7 @@ class DatabaseClient(object):
12678
12684
  :rtype: :class:`~oci.response.Response`
12679
12685
 
12680
12686
  :example:
12681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12687
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
12682
12688
  """
12683
12689
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12684
12690
  required_arguments = ['keyStoreId']
@@ -12781,7 +12787,7 @@ class DatabaseClient(object):
12781
12787
  :rtype: :class:`~oci.response.Response`
12782
12788
 
12783
12789
  :example:
12784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
12785
12791
  """
12786
12792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12787
12793
  required_arguments = ['oneoffPatchId']
@@ -12884,7 +12890,7 @@ class DatabaseClient(object):
12884
12890
  :rtype: :class:`~oci.response.Response`
12885
12891
 
12886
12892
  :example:
12887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
12888
12894
  """
12889
12895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12890
12896
  required_arguments = ['pluggableDatabaseId']
@@ -12987,7 +12993,7 @@ class DatabaseClient(object):
12987
12993
  :rtype: :class:`~oci.response.Response`
12988
12994
 
12989
12995
  :example:
12990
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_scheduled_action.py.html>`__ to see an example of how to use delete_scheduled_action API.
12991
12997
  """
12992
12998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12993
12999
  required_arguments = ['scheduledActionId']
@@ -13090,7 +13096,7 @@ class DatabaseClient(object):
13090
13096
  :rtype: :class:`~oci.response.Response`
13091
13097
 
13092
13098
  :example:
13093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
13099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_scheduling_plan.py.html>`__ to see an example of how to use delete_scheduling_plan API.
13094
13100
  """
13095
13101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13096
13102
  required_arguments = ['schedulingPlanId']
@@ -13193,7 +13199,7 @@ class DatabaseClient(object):
13193
13199
  :rtype: :class:`~oci.response.Response`
13194
13200
 
13195
13201
  :example:
13196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
13202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_scheduling_policy.py.html>`__ to see an example of how to use delete_scheduling_policy API.
13197
13203
  """
13198
13204
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13199
13205
  required_arguments = ['schedulingPolicyId']
@@ -13301,7 +13307,7 @@ class DatabaseClient(object):
13301
13307
  :rtype: :class:`~oci.response.Response`
13302
13308
 
13303
13309
  :example:
13304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
13310
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_scheduling_window.py.html>`__ to see an example of how to use delete_scheduling_window API.
13305
13311
  """
13306
13312
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13307
13313
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -13405,7 +13411,7 @@ class DatabaseClient(object):
13405
13411
  :rtype: :class:`~oci.response.Response`
13406
13412
 
13407
13413
  :example:
13408
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
13414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
13409
13415
  """
13410
13416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13411
13417
  required_arguments = ['vmClusterId']
@@ -13514,7 +13520,7 @@ class DatabaseClient(object):
13514
13520
  :rtype: :class:`~oci.response.Response`
13515
13521
 
13516
13522
  :example:
13517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
13523
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
13518
13524
  """
13519
13525
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13520
13526
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -13620,7 +13626,7 @@ class DatabaseClient(object):
13620
13626
  :rtype: :class:`~oci.response.Response`
13621
13627
 
13622
13628
  :example:
13623
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
13624
13630
  """
13625
13631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13626
13632
  required_arguments = ['autonomousDatabaseId']
@@ -13725,7 +13731,7 @@ class DatabaseClient(object):
13725
13731
  :rtype: :class:`~oci.response.Response`
13726
13732
 
13727
13733
  :example:
13728
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13734
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
13729
13735
  """
13730
13736
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13731
13737
  required_arguments = ['autonomousDatabaseId']
@@ -13827,7 +13833,7 @@ class DatabaseClient(object):
13827
13833
  :rtype: :class:`~oci.response.Response`
13828
13834
 
13829
13835
  :example:
13830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
13831
13837
  """
13832
13838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13833
13839
  required_arguments = ['autonomousDatabaseId']
@@ -13937,7 +13943,7 @@ class DatabaseClient(object):
13937
13943
  :rtype: :class:`~oci.response.Response`
13938
13944
 
13939
13945
  :example:
13940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
13941
13947
  """
13942
13948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13943
13949
  required_arguments = ['databaseId']
@@ -14052,7 +14058,7 @@ class DatabaseClient(object):
14052
14058
  :rtype: :class:`~oci.response.Response`
14053
14059
 
14054
14060
  :example:
14055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
14061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14056
14062
  """
14057
14063
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14058
14064
  required_arguments = ['externalContainerDatabaseId']
@@ -14165,7 +14171,7 @@ class DatabaseClient(object):
14165
14171
  :rtype: :class:`~oci.response.Response`
14166
14172
 
14167
14173
  :example:
14168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
14174
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14169
14175
  """
14170
14176
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14171
14177
  required_arguments = ['externalContainerDatabaseId']
@@ -14282,7 +14288,7 @@ class DatabaseClient(object):
14282
14288
  :rtype: :class:`~oci.response.Response`
14283
14289
 
14284
14290
  :example:
14285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
14291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14286
14292
  """
14287
14293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14288
14294
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14395,7 +14401,7 @@ class DatabaseClient(object):
14395
14401
  :rtype: :class:`~oci.response.Response`
14396
14402
 
14397
14403
  :example:
14398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
14404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14399
14405
  """
14400
14406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14401
14407
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14508,7 +14514,7 @@ class DatabaseClient(object):
14508
14514
  :rtype: :class:`~oci.response.Response`
14509
14515
 
14510
14516
  :example:
14511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
14517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14512
14518
  """
14513
14519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14514
14520
  required_arguments = ['externalNonContainerDatabaseId']
@@ -14625,7 +14631,7 @@ class DatabaseClient(object):
14625
14631
  :rtype: :class:`~oci.response.Response`
14626
14632
 
14627
14633
  :example:
14628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
14634
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14629
14635
  """
14630
14636
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14631
14637
  required_arguments = ['externalPluggableDatabaseId']
@@ -14738,7 +14744,7 @@ class DatabaseClient(object):
14738
14744
  :rtype: :class:`~oci.response.Response`
14739
14745
 
14740
14746
  :example:
14741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
14747
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14742
14748
  """
14743
14749
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14744
14750
  required_arguments = ['externalPluggableDatabaseId']
@@ -14851,7 +14857,7 @@ class DatabaseClient(object):
14851
14857
  :rtype: :class:`~oci.response.Response`
14852
14858
 
14853
14859
  :example:
14854
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
14860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
14855
14861
  """
14856
14862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14857
14863
  required_arguments = ['externalPluggableDatabaseId']
@@ -14964,7 +14970,7 @@ class DatabaseClient(object):
14964
14970
  :rtype: :class:`~oci.response.Response`
14965
14971
 
14966
14972
  :example:
14967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
14968
14974
  """
14969
14975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14970
14976
  required_arguments = ['pluggableDatabaseId']
@@ -15074,7 +15080,7 @@ class DatabaseClient(object):
15074
15080
  :rtype: :class:`~oci.response.Response`
15075
15081
 
15076
15082
  :example:
15077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
15083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
15078
15084
  """
15079
15085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15080
15086
  required_arguments = ['exadataInfrastructureId']
@@ -15187,7 +15193,7 @@ class DatabaseClient(object):
15187
15193
  :rtype: :class:`~oci.response.Response`
15188
15194
 
15189
15195
  :example:
15190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
15196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
15191
15197
  """
15192
15198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15193
15199
  required_arguments = ['oneoffPatchId']
@@ -15302,7 +15308,7 @@ class DatabaseClient(object):
15302
15308
  :rtype: :class:`~oci.response.Response`
15303
15309
 
15304
15310
  :example:
15305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
15311
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
15306
15312
  """
15307
15313
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15308
15314
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -15416,7 +15422,7 @@ class DatabaseClient(object):
15416
15422
  :rtype: :class:`~oci.response.Response`
15417
15423
 
15418
15424
  :example:
15419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
15425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
15420
15426
  """
15421
15427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15422
15428
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -15536,7 +15542,7 @@ class DatabaseClient(object):
15536
15542
  :rtype: :class:`~oci.response.Response`
15537
15543
 
15538
15544
  :example:
15539
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
15545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/edit_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use edit_autonomous_container_database_dataguard API.
15540
15546
  """
15541
15547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15542
15548
  required_arguments = ['autonomousContainerDatabaseId']
@@ -15645,7 +15651,7 @@ class DatabaseClient(object):
15645
15651
  :rtype: :class:`~oci.response.Response`
15646
15652
 
15647
15653
  :example:
15648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
15654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
15649
15655
  """
15650
15656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15651
15657
  required_arguments = ['autonomousDatabaseId']
@@ -15747,7 +15753,7 @@ class DatabaseClient(object):
15747
15753
  :rtype: :class:`~oci.response.Response`
15748
15754
 
15749
15755
  :example:
15750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
15751
15757
  """
15752
15758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15753
15759
  required_arguments = ['autonomousDatabaseId']
@@ -15860,7 +15866,7 @@ class DatabaseClient(object):
15860
15866
  :rtype: :class:`~oci.response.Response`
15861
15867
 
15862
15868
  :example:
15863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15869
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
15864
15870
  """
15865
15871
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15866
15872
  required_arguments = ['databaseId']
@@ -15984,7 +15990,7 @@ class DatabaseClient(object):
15984
15990
  :rtype: :class:`~oci.response.Response`
15985
15991
 
15986
15992
  :example:
15987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
15993
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
15988
15994
  """
15989
15995
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15990
15996
  required_arguments = ['externalContainerDatabaseId']
@@ -16102,7 +16108,7 @@ class DatabaseClient(object):
16102
16108
  :rtype: :class:`~oci.response.Response`
16103
16109
 
16104
16110
  :example:
16105
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
16111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16106
16112
  """
16107
16113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16108
16114
  required_arguments = ['externalContainerDatabaseId']
@@ -16224,7 +16230,7 @@ class DatabaseClient(object):
16224
16230
  :rtype: :class:`~oci.response.Response`
16225
16231
 
16226
16232
  :example:
16227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
16233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16228
16234
  """
16229
16235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16230
16236
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16342,7 +16348,7 @@ class DatabaseClient(object):
16342
16348
  :rtype: :class:`~oci.response.Response`
16343
16349
 
16344
16350
  :example:
16345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
16351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16346
16352
  """
16347
16353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16348
16354
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16460,7 +16466,7 @@ class DatabaseClient(object):
16460
16466
  :rtype: :class:`~oci.response.Response`
16461
16467
 
16462
16468
  :example:
16463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
16469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16464
16470
  """
16465
16471
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16466
16472
  required_arguments = ['externalNonContainerDatabaseId']
@@ -16582,7 +16588,7 @@ class DatabaseClient(object):
16582
16588
  :rtype: :class:`~oci.response.Response`
16583
16589
 
16584
16590
  :example:
16585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
16591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16586
16592
  """
16587
16593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16588
16594
  required_arguments = ['externalPluggableDatabaseId']
@@ -16700,7 +16706,7 @@ class DatabaseClient(object):
16700
16706
  :rtype: :class:`~oci.response.Response`
16701
16707
 
16702
16708
  :example:
16703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
16709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16704
16710
  """
16705
16711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16706
16712
  required_arguments = ['externalPluggableDatabaseId']
@@ -16818,7 +16824,7 @@ class DatabaseClient(object):
16818
16824
  :rtype: :class:`~oci.response.Response`
16819
16825
 
16820
16826
  :example:
16821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
16827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
16822
16828
  """
16823
16829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16824
16830
  required_arguments = ['externalPluggableDatabaseId']
@@ -16936,7 +16942,7 @@ class DatabaseClient(object):
16936
16942
  :rtype: :class:`~oci.response.Response`
16937
16943
 
16938
16944
  :example:
16939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
16940
16946
  """
16941
16947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16942
16948
  required_arguments = ['pluggableDatabaseId']
@@ -17065,7 +17071,7 @@ class DatabaseClient(object):
17065
17071
  :rtype: :class:`~oci.response.Response`
17066
17072
 
17067
17073
  :example:
17068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
17074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
17069
17075
  """
17070
17076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17071
17077
  required_arguments = ['autonomousDatabaseId']
@@ -17186,7 +17192,7 @@ class DatabaseClient(object):
17186
17192
  :rtype: :class:`~oci.response.Response`
17187
17193
 
17188
17194
  :example:
17189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
17195
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/failover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard API.
17190
17196
  """
17191
17197
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17192
17198
  required_arguments = ['autonomousContainerDatabaseId']
@@ -17295,7 +17301,7 @@ class DatabaseClient(object):
17295
17301
  :rtype: :class:`~oci.response.Response`
17296
17302
 
17297
17303
  :example:
17298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
17304
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
17299
17305
  """
17300
17306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17301
17307
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -17415,7 +17421,7 @@ class DatabaseClient(object):
17415
17421
  :rtype: :class:`~oci.response.Response`
17416
17422
 
17417
17423
  :example:
17418
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
17424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/failover_data_guard.py.html>`__ to see an example of how to use failover_data_guard API.
17419
17425
  """
17420
17426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17421
17427
  required_arguments = ['databaseId']
@@ -17534,7 +17540,7 @@ class DatabaseClient(object):
17534
17540
  :rtype: :class:`~oci.response.Response`
17535
17541
 
17536
17542
  :example:
17537
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
17543
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
17538
17544
  """
17539
17545
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17540
17546
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -17649,7 +17655,7 @@ class DatabaseClient(object):
17649
17655
  :rtype: :class:`~oci.response.Response`
17650
17656
 
17651
17657
  :example:
17652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
17658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
17653
17659
  """
17654
17660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17655
17661
  required_arguments = ['autonomousDatabaseId']
@@ -17764,7 +17770,7 @@ class DatabaseClient(object):
17764
17770
  :rtype: :class:`~oci.response.Response`
17765
17771
 
17766
17772
  :example:
17767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
17773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
17768
17774
  """
17769
17775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17770
17776
  required_arguments = ['exadataInfrastructureId']
@@ -17867,7 +17873,7 @@ class DatabaseClient(object):
17867
17873
  :rtype: :class:`~oci.response.Response`
17868
17874
 
17869
17875
  :example:
17870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
17871
17877
  """
17872
17878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17873
17879
  required_arguments = ['applicationVipId']
@@ -17962,7 +17968,7 @@ class DatabaseClient(object):
17962
17968
  :rtype: :class:`~oci.response.Response`
17963
17969
 
17964
17970
  :example:
17965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17971
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
17966
17972
  """
17967
17973
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17968
17974
  required_arguments = ['autonomousContainerDatabaseId']
@@ -18055,7 +18061,7 @@ class DatabaseClient(object):
18055
18061
  :rtype: :class:`~oci.response.Response`
18056
18062
 
18057
18063
  :example:
18058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
18064
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
18059
18065
  """
18060
18066
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18061
18067
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -18147,7 +18153,7 @@ class DatabaseClient(object):
18147
18153
  :rtype: :class:`~oci.response.Response`
18148
18154
 
18149
18155
  :example:
18150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
18156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
18151
18157
  """
18152
18158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18153
18159
  required_arguments = ['autonomousContainerDatabaseId']
@@ -18245,7 +18251,7 @@ class DatabaseClient(object):
18245
18251
  :rtype: :class:`~oci.response.Response`
18246
18252
 
18247
18253
  :example:
18248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
18254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
18249
18255
  """
18250
18256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18251
18257
  required_arguments = ['autonomousDatabaseId']
@@ -18343,7 +18349,7 @@ class DatabaseClient(object):
18343
18349
  :rtype: :class:`~oci.response.Response`
18344
18350
 
18345
18351
  :example:
18346
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
18352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
18347
18353
  """
18348
18354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18349
18355
  required_arguments = ['autonomousDatabaseBackupId']
@@ -18446,7 +18452,7 @@ class DatabaseClient(object):
18446
18452
  :rtype: :class:`~oci.response.Response`
18447
18453
 
18448
18454
  :example:
18449
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
18455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
18450
18456
  """
18451
18457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18452
18458
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -18540,7 +18546,7 @@ class DatabaseClient(object):
18540
18546
  :rtype: :class:`~oci.response.Response`
18541
18547
 
18542
18548
  :example:
18543
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
18549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
18544
18550
  """
18545
18551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18546
18552
  required_arguments = []
@@ -18626,7 +18632,7 @@ class DatabaseClient(object):
18626
18632
  :rtype: :class:`~oci.response.Response`
18627
18633
 
18628
18634
  :example:
18629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
18635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
18630
18636
  """
18631
18637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18632
18638
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -18724,7 +18730,7 @@ class DatabaseClient(object):
18724
18730
  :rtype: :class:`~oci.response.Response`
18725
18731
 
18726
18732
  :example:
18727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
18733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
18728
18734
  """
18729
18735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18730
18736
  required_arguments = ['autonomousDatabaseId']
@@ -18819,7 +18825,7 @@ class DatabaseClient(object):
18819
18825
  :rtype: :class:`~oci.response.Response`
18820
18826
 
18821
18827
  :example:
18822
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
18823
18829
  """
18824
18830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18825
18831
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -18907,7 +18913,7 @@ class DatabaseClient(object):
18907
18913
  :rtype: :class:`~oci.response.Response`
18908
18914
 
18909
18915
  :example:
18910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
18911
18917
  """
18912
18918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18913
18919
  required_arguments = ['autonomousPatchId']
@@ -18998,7 +19004,7 @@ class DatabaseClient(object):
18998
19004
  :rtype: :class:`~oci.response.Response`
18999
19005
 
19000
19006
  :example:
19001
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
19007
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
19002
19008
  """
19003
19009
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19004
19010
  required_arguments = ['autonomousVirtualMachineId']
@@ -19096,7 +19102,7 @@ class DatabaseClient(object):
19096
19102
  :rtype: :class:`~oci.response.Response`
19097
19103
 
19098
19104
  :example:
19099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
19105
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
19100
19106
  """
19101
19107
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19102
19108
  required_arguments = ['autonomousVmClusterId']
@@ -19194,7 +19200,7 @@ class DatabaseClient(object):
19194
19200
  :rtype: :class:`~oci.response.Response`
19195
19201
 
19196
19202
  :example:
19197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
19203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19198
19204
  """
19199
19205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19200
19206
  required_arguments = ['autonomousVmClusterId']
@@ -19289,7 +19295,7 @@ class DatabaseClient(object):
19289
19295
  :rtype: :class:`~oci.response.Response`
19290
19296
 
19291
19297
  :example:
19292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
19298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
19293
19299
  """
19294
19300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19295
19301
  required_arguments = ['backupId']
@@ -19380,7 +19386,7 @@ class DatabaseClient(object):
19380
19386
  :rtype: :class:`~oci.response.Response`
19381
19387
 
19382
19388
  :example:
19383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
19389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
19384
19390
  """
19385
19391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19386
19392
  required_arguments = ['backupDestinationId']
@@ -19478,7 +19484,7 @@ class DatabaseClient(object):
19478
19484
  :rtype: :class:`~oci.response.Response`
19479
19485
 
19480
19486
  :example:
19481
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
19487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
19482
19488
  """
19483
19489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19484
19490
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -19576,7 +19582,7 @@ class DatabaseClient(object):
19576
19582
  :rtype: :class:`~oci.response.Response`
19577
19583
 
19578
19584
  :example:
19579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
19585
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19580
19586
  """
19581
19587
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19582
19588
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -19674,7 +19680,7 @@ class DatabaseClient(object):
19674
19680
  :rtype: :class:`~oci.response.Response`
19675
19681
 
19676
19682
  :example:
19677
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
19683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
19678
19684
  """
19679
19685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19680
19686
  required_arguments = ['cloudExadataInfrastructureId']
@@ -19777,7 +19783,7 @@ class DatabaseClient(object):
19777
19783
  :rtype: :class:`~oci.response.Response`
19778
19784
 
19779
19785
  :example:
19780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
19786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19781
19787
  """
19782
19788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19783
19789
  required_arguments = ['cloudExadataInfrastructureId']
@@ -19883,7 +19889,7 @@ class DatabaseClient(object):
19883
19889
  :rtype: :class:`~oci.response.Response`
19884
19890
 
19885
19891
  :example:
19886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
19887
19893
  """
19888
19894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19889
19895
  required_arguments = ['cloudVmClusterId']
@@ -19982,7 +19988,7 @@ class DatabaseClient(object):
19982
19988
  :rtype: :class:`~oci.response.Response`
19983
19989
 
19984
19990
  :example:
19985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
19991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
19986
19992
  """
19987
19993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19988
19994
  required_arguments = ['cloudVmClusterId']
@@ -20085,7 +20091,7 @@ class DatabaseClient(object):
20085
20091
  :rtype: :class:`~oci.response.Response`
20086
20092
 
20087
20093
  :example:
20088
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
20094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
20089
20095
  """
20090
20096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20091
20097
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -20189,7 +20195,7 @@ class DatabaseClient(object):
20189
20195
  :rtype: :class:`~oci.response.Response`
20190
20196
 
20191
20197
  :example:
20192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
20198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
20193
20199
  """
20194
20200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20195
20201
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -20288,7 +20294,7 @@ class DatabaseClient(object):
20288
20294
  :rtype: :class:`~oci.response.Response`
20289
20295
 
20290
20296
  :example:
20291
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
20297
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
20292
20298
  """
20293
20299
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20294
20300
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -20383,7 +20389,7 @@ class DatabaseClient(object):
20383
20389
  :rtype: :class:`~oci.response.Response`
20384
20390
 
20385
20391
  :example:
20386
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
20392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
20387
20393
  """
20388
20394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20389
20395
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -20485,7 +20491,7 @@ class DatabaseClient(object):
20485
20491
  :rtype: :class:`~oci.response.Response`
20486
20492
 
20487
20493
  :example:
20488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
20494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
20489
20495
  """
20490
20496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20491
20497
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -20586,7 +20592,7 @@ class DatabaseClient(object):
20586
20592
  :rtype: :class:`~oci.response.Response`
20587
20593
 
20588
20594
  :example:
20589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
20595
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
20590
20596
  """
20591
20597
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20592
20598
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -20675,7 +20681,7 @@ class DatabaseClient(object):
20675
20681
  :rtype: :class:`~oci.response.Response`
20676
20682
 
20677
20683
  :example:
20678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
20684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_database.py.html>`__ to see an example of how to use get_database API.
20679
20685
  """
20680
20686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20681
20687
  required_arguments = ['databaseId']
@@ -20763,7 +20769,7 @@ class DatabaseClient(object):
20763
20769
  :rtype: :class:`~oci.response.Response`
20764
20770
 
20765
20771
  :example:
20766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
20772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
20767
20773
  """
20768
20774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20769
20775
  required_arguments = ['databaseSoftwareImageId']
@@ -20859,7 +20865,7 @@ class DatabaseClient(object):
20859
20865
  :rtype: :class:`~oci.response.Response`
20860
20866
 
20861
20867
  :example:
20862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
20863
20869
  """
20864
20870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20865
20871
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -20955,7 +20961,7 @@ class DatabaseClient(object):
20955
20961
  :rtype: :class:`~oci.response.Response`
20956
20962
 
20957
20963
  :example:
20958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
20959
20965
  """
20960
20966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20961
20967
  required_arguments = ['dbHomeId']
@@ -21048,7 +21054,7 @@ class DatabaseClient(object):
21048
21054
  :rtype: :class:`~oci.response.Response`
21049
21055
 
21050
21056
  :example:
21051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
21057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
21052
21058
  """
21053
21059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21054
21060
  required_arguments = ['dbHomeId', 'patchId']
@@ -21142,7 +21148,7 @@ class DatabaseClient(object):
21142
21148
  :rtype: :class:`~oci.response.Response`
21143
21149
 
21144
21150
  :example:
21145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
21151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21146
21152
  """
21147
21153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21148
21154
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -21231,7 +21237,7 @@ class DatabaseClient(object):
21231
21237
  :rtype: :class:`~oci.response.Response`
21232
21238
 
21233
21239
  :example:
21234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
21240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
21235
21241
  """
21236
21242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21237
21243
  required_arguments = ['dbNodeId']
@@ -21327,7 +21333,7 @@ class DatabaseClient(object):
21327
21333
  :rtype: :class:`~oci.response.Response`
21328
21334
 
21329
21335
  :example:
21330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
21336
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
21331
21337
  """
21332
21338
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21333
21339
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -21436,7 +21442,7 @@ class DatabaseClient(object):
21436
21442
  :rtype: :class:`~oci.response.Response`
21437
21443
 
21438
21444
  :example:
21439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
21445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
21440
21446
  """
21441
21447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21442
21448
  required_arguments = ['dbSystemId']
@@ -21529,7 +21535,7 @@ class DatabaseClient(object):
21529
21535
  :rtype: :class:`~oci.response.Response`
21530
21536
 
21531
21537
  :example:
21532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
21538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
21533
21539
  """
21534
21540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21535
21541
  required_arguments = ['dbSystemId', 'patchId']
@@ -21623,7 +21629,7 @@ class DatabaseClient(object):
21623
21629
  :rtype: :class:`~oci.response.Response`
21624
21630
 
21625
21631
  :example:
21626
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
21632
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21627
21633
  """
21628
21634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21629
21635
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -21720,7 +21726,7 @@ class DatabaseClient(object):
21720
21726
  :rtype: :class:`~oci.response.Response`
21721
21727
 
21722
21728
  :example:
21723
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
21729
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
21724
21730
  """
21725
21731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21726
21732
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -21825,7 +21831,7 @@ class DatabaseClient(object):
21825
21831
  :rtype: :class:`~oci.response.Response`
21826
21832
 
21827
21833
  :example:
21828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21834
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
21829
21835
  """
21830
21836
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21831
21837
  required_arguments = ['exadataInfrastructureId']
@@ -21939,7 +21945,7 @@ class DatabaseClient(object):
21939
21945
  :rtype: :class:`~oci.response.Response`
21940
21946
 
21941
21947
  :example:
21942
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
21943
21949
  """
21944
21950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21945
21951
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -22042,7 +22048,7 @@ class DatabaseClient(object):
22042
22048
  :rtype: :class:`~oci.response.Response`
22043
22049
 
22044
22050
  :example:
22045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
22051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
22046
22052
  """
22047
22053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22048
22054
  required_arguments = ['exadataInfrastructureId']
@@ -22159,7 +22165,7 @@ class DatabaseClient(object):
22159
22165
  :rtype: :class:`~oci.response.Response`
22160
22166
 
22161
22167
  :example:
22162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
22168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
22163
22169
  """
22164
22170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22165
22171
  required_arguments = ['dbSystemId']
@@ -22257,7 +22263,7 @@ class DatabaseClient(object):
22257
22263
  :rtype: :class:`~oci.response.Response`
22258
22264
 
22259
22265
  :example:
22260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
22266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exadb_vm_cluster.py.html>`__ to see an example of how to use get_exadb_vm_cluster API.
22261
22267
  """
22262
22268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22263
22269
  required_arguments = ['exadbVmClusterId']
@@ -22360,7 +22366,7 @@ class DatabaseClient(object):
22360
22366
  :rtype: :class:`~oci.response.Response`
22361
22367
 
22362
22368
  :example:
22363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
22369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exadb_vm_cluster_update.py.html>`__ to see an example of how to use get_exadb_vm_cluster_update API.
22364
22370
  """
22365
22371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22366
22372
  required_arguments = ['exadbVmClusterId', 'updateId']
@@ -22464,7 +22470,7 @@ class DatabaseClient(object):
22464
22470
  :rtype: :class:`~oci.response.Response`
22465
22471
 
22466
22472
  :example:
22467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
22473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
22468
22474
  """
22469
22475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22470
22476
  required_arguments = ['exadbVmClusterId', 'updateHistoryEntryId']
@@ -22563,7 +22569,7 @@ class DatabaseClient(object):
22563
22569
  :rtype: :class:`~oci.response.Response`
22564
22570
 
22565
22571
  :example:
22566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
22572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_exascale_db_storage_vault.py.html>`__ to see an example of how to use get_exascale_db_storage_vault API.
22567
22573
  """
22568
22574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22569
22575
  required_arguments = ['exascaleDbStorageVaultId']
@@ -22661,7 +22667,7 @@ class DatabaseClient(object):
22661
22667
  :rtype: :class:`~oci.response.Response`
22662
22668
 
22663
22669
  :example:
22664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
22670
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_execution_action.py.html>`__ to see an example of how to use get_execution_action API.
22665
22671
  """
22666
22672
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22667
22673
  required_arguments = ['executionActionId']
@@ -22759,7 +22765,7 @@ class DatabaseClient(object):
22759
22765
  :rtype: :class:`~oci.response.Response`
22760
22766
 
22761
22767
  :example:
22762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
22768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_execution_window.py.html>`__ to see an example of how to use get_execution_window API.
22763
22769
  """
22764
22770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22765
22771
  required_arguments = ['executionWindowId']
@@ -22858,7 +22864,7 @@ class DatabaseClient(object):
22858
22864
  :rtype: :class:`~oci.response.Response`
22859
22865
 
22860
22866
  :example:
22861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22867
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
22862
22868
  """
22863
22869
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22864
22870
  required_arguments = ['backupId']
@@ -22949,7 +22955,7 @@ class DatabaseClient(object):
22949
22955
  :rtype: :class:`~oci.response.Response`
22950
22956
 
22951
22957
  :example:
22952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
22953
22959
  """
22954
22960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22955
22961
  required_arguments = ['externalContainerDatabaseId']
@@ -23048,7 +23054,7 @@ class DatabaseClient(object):
23048
23054
  :rtype: :class:`~oci.response.Response`
23049
23055
 
23050
23056
  :example:
23051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
23057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
23052
23058
  """
23053
23059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23054
23060
  required_arguments = ['externalDatabaseConnectorId']
@@ -23146,7 +23152,7 @@ class DatabaseClient(object):
23146
23152
  :rtype: :class:`~oci.response.Response`
23147
23153
 
23148
23154
  :example:
23149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
23155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
23150
23156
  """
23151
23157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23152
23158
  required_arguments = ['externalNonContainerDatabaseId']
@@ -23245,7 +23251,7 @@ class DatabaseClient(object):
23245
23251
  :rtype: :class:`~oci.response.Response`
23246
23252
 
23247
23253
  :example:
23248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
23254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
23249
23255
  """
23250
23256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23251
23257
  required_arguments = ['externalPluggableDatabaseId']
@@ -23352,7 +23358,7 @@ class DatabaseClient(object):
23352
23358
  :rtype: :class:`~oci.response.Response`
23353
23359
 
23354
23360
  :example:
23355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
23361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
23356
23362
  """
23357
23363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23358
23364
  required_arguments = ['compartmentId']
@@ -23456,7 +23462,7 @@ class DatabaseClient(object):
23456
23462
  :rtype: :class:`~oci.response.Response`
23457
23463
 
23458
23464
  :example:
23459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
23465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
23460
23466
  """
23461
23467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23462
23468
  required_arguments = ['keyStoreId']
@@ -23549,7 +23555,7 @@ class DatabaseClient(object):
23549
23555
  :rtype: :class:`~oci.response.Response`
23550
23556
 
23551
23557
  :example:
23552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
23558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
23553
23559
  """
23554
23560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23555
23561
  required_arguments = ['maintenanceRunId']
@@ -23635,7 +23641,7 @@ class DatabaseClient(object):
23635
23641
  :rtype: :class:`~oci.response.Response`
23636
23642
 
23637
23643
  :example:
23638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
23644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
23639
23645
  """
23640
23646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23641
23647
  required_arguments = ['maintenanceRunHistoryId']
@@ -23726,7 +23732,7 @@ class DatabaseClient(object):
23726
23732
  :rtype: :class:`~oci.response.Response`
23727
23733
 
23728
23734
  :example:
23729
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
23735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
23730
23736
  """
23731
23737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23732
23738
  required_arguments = ['oneoffPatchId']
@@ -23829,7 +23835,7 @@ class DatabaseClient(object):
23829
23835
  :rtype: :class:`~oci.response.Response`
23830
23836
 
23831
23837
  :example:
23832
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
23833
23839
  """
23834
23840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23835
23841
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -23925,7 +23931,7 @@ class DatabaseClient(object):
23925
23931
  :rtype: :class:`~oci.response.Response`
23926
23932
 
23927
23933
  :example:
23928
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
23929
23935
  """
23930
23936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23931
23937
  required_arguments = ['pluggableDatabaseId']
@@ -24016,7 +24022,7 @@ class DatabaseClient(object):
24016
24022
  :rtype: :class:`~oci.response.Response`
24017
24023
 
24018
24024
  :example:
24019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
24025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_scheduled_action.py.html>`__ to see an example of how to use get_scheduled_action API.
24020
24026
  """
24021
24027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24022
24028
  required_arguments = ['scheduledActionId']
@@ -24114,7 +24120,7 @@ class DatabaseClient(object):
24114
24120
  :rtype: :class:`~oci.response.Response`
24115
24121
 
24116
24122
  :example:
24117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
24123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_scheduling_plan.py.html>`__ to see an example of how to use get_scheduling_plan API.
24118
24124
  """
24119
24125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24120
24126
  required_arguments = ['schedulingPlanId']
@@ -24212,7 +24218,7 @@ class DatabaseClient(object):
24212
24218
  :rtype: :class:`~oci.response.Response`
24213
24219
 
24214
24220
  :example:
24215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
24221
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_scheduling_policy.py.html>`__ to see an example of how to use get_scheduling_policy API.
24216
24222
  """
24217
24223
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24218
24224
  required_arguments = ['schedulingPolicyId']
@@ -24315,7 +24321,7 @@ class DatabaseClient(object):
24315
24321
  :rtype: :class:`~oci.response.Response`
24316
24322
 
24317
24323
  :example:
24318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
24324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_scheduling_window.py.html>`__ to see an example of how to use get_scheduling_window API.
24319
24325
  """
24320
24326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24321
24327
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -24414,7 +24420,7 @@ class DatabaseClient(object):
24414
24420
  :rtype: :class:`~oci.response.Response`
24415
24421
 
24416
24422
  :example:
24417
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
24423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
24418
24424
  """
24419
24425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24420
24426
  required_arguments = ['vmClusterId']
@@ -24518,7 +24524,7 @@ class DatabaseClient(object):
24518
24524
  :rtype: :class:`~oci.response.Response`
24519
24525
 
24520
24526
  :example:
24521
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
24527
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
24522
24528
  """
24523
24529
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24524
24530
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -24619,7 +24625,7 @@ class DatabaseClient(object):
24619
24625
  :rtype: :class:`~oci.response.Response`
24620
24626
 
24621
24627
  :example:
24622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
24628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
24623
24629
  """
24624
24630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24625
24631
  required_arguments = ['vmClusterId', 'patchId']
@@ -24713,7 +24719,7 @@ class DatabaseClient(object):
24713
24719
  :rtype: :class:`~oci.response.Response`
24714
24720
 
24715
24721
  :example:
24716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
24722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
24717
24723
  """
24718
24724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24719
24725
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -24810,7 +24816,7 @@ class DatabaseClient(object):
24810
24816
  :rtype: :class:`~oci.response.Response`
24811
24817
 
24812
24818
  :example:
24813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
24819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
24814
24820
  """
24815
24821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24816
24822
  required_arguments = ['vmClusterId', 'updateId']
@@ -24914,7 +24920,7 @@ class DatabaseClient(object):
24914
24920
  :rtype: :class:`~oci.response.Response`
24915
24921
 
24916
24922
  :example:
24917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
24923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
24918
24924
  """
24919
24925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24920
24926
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -25015,7 +25021,7 @@ class DatabaseClient(object):
25015
25021
  :rtype: :class:`~oci.response.Response`
25016
25022
 
25017
25023
  :example:
25018
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
25024
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
25019
25025
  """
25020
25026
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25021
25027
  required_arguments = []
@@ -25127,7 +25133,7 @@ class DatabaseClient(object):
25127
25133
  :rtype: :class:`~oci.response.Response`
25128
25134
 
25129
25135
  :example:
25130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
25136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
25131
25137
  """
25132
25138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25133
25139
  required_arguments = []
@@ -25245,7 +25251,7 @@ class DatabaseClient(object):
25245
25251
  :rtype: :class:`~oci.response.Response`
25246
25252
 
25247
25253
  :example:
25248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
25254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
25249
25255
  """
25250
25256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25251
25257
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -25341,6 +25347,185 @@ class DatabaseClient(object):
25341
25347
  api_reference_link=api_reference_link,
25342
25348
  required_arguments=required_arguments)
25343
25349
 
25350
+ def list_autonomous_container_database_backups(self, **kwargs):
25351
+ """
25352
+ Gets a list of Autonomous Container Database backups by using either the 'autonomousDatabaseId' or 'compartmentId' as your query parameter.
25353
+
25354
+
25355
+ :param str compartment_id: (optional)
25356
+ The compartment `OCID`__.
25357
+
25358
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
25359
+
25360
+ :param str autonomous_container_database_id: (optional)
25361
+ The Autonomous Container Database `OCID`__.
25362
+
25363
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
25364
+
25365
+ :param bool is_remote: (optional)
25366
+ call for all remote backups
25367
+
25368
+ :param str infrastructure_type: (optional)
25369
+ A filter to return only resources that match the given Infrastructure Type.
25370
+
25371
+ Allowed values are: "CLOUD", "CLOUD_AT_CUSTOMER"
25372
+
25373
+ :param str lifecycle_state: (optional)
25374
+ A filter to return only resources that match the given lifecycle state exactly.
25375
+
25376
+ Allowed values are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED"
25377
+
25378
+ :param str sort_by: (optional)
25379
+ 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.
25380
+
25381
+ **Note:** If you do not include the availability domain filter, the resources are grouped by availability domain, then sorted.
25382
+
25383
+ Allowed values are: "TIMECREATED", "DISPLAYNAME"
25384
+
25385
+ :param str opc_request_id: (optional)
25386
+ Unique identifier for the request.
25387
+
25388
+ :param int limit: (optional)
25389
+ The maximum number of items to return per page.
25390
+
25391
+ :param str page: (optional)
25392
+ The pagination token to continue listing from.
25393
+
25394
+ :param str sort_order: (optional)
25395
+ The sort order to use, either ascending (`ASC`) or descending (`DESC`).
25396
+
25397
+ Allowed values are: "ASC", "DESC"
25398
+
25399
+ :param str display_name: (optional)
25400
+ A filter to return only resources that match the entire display name given. The match is not case sensitive.
25401
+
25402
+ :param obj retry_strategy: (optional)
25403
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
25404
+
25405
+ 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.
25406
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
25407
+
25408
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
25409
+
25410
+ :param bool allow_control_chars: (optional)
25411
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
25412
+ By default, the response will not allow control characters in strings
25413
+
25414
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.AutonomousContainerDatabaseBackupCollection`
25415
+ :rtype: :class:`~oci.response.Response`
25416
+
25417
+ :example:
25418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_container_database_backups.py.html>`__ to see an example of how to use list_autonomous_container_database_backups API.
25419
+ """
25420
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25421
+ required_arguments = []
25422
+ resource_path = "/autonomousContainerDatabaseBackups"
25423
+ method = "GET"
25424
+ operation_name = "list_autonomous_container_database_backups"
25425
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabaseBackup/ListAutonomousContainerDatabaseBackups"
25426
+
25427
+ # Don't accept unknown kwargs
25428
+ expected_kwargs = [
25429
+ "allow_control_chars",
25430
+ "retry_strategy",
25431
+ "compartment_id",
25432
+ "autonomous_container_database_id",
25433
+ "is_remote",
25434
+ "infrastructure_type",
25435
+ "lifecycle_state",
25436
+ "sort_by",
25437
+ "opc_request_id",
25438
+ "limit",
25439
+ "page",
25440
+ "sort_order",
25441
+ "display_name"
25442
+ ]
25443
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
25444
+ if extra_kwargs:
25445
+ raise ValueError(
25446
+ f"list_autonomous_container_database_backups got unknown kwargs: {extra_kwargs!r}")
25447
+
25448
+ if 'infrastructure_type' in kwargs:
25449
+ infrastructure_type_allowed_values = ["CLOUD", "CLOUD_AT_CUSTOMER"]
25450
+ if kwargs['infrastructure_type'] not in infrastructure_type_allowed_values:
25451
+ raise ValueError(
25452
+ f"Invalid value for `infrastructure_type`, must be one of { infrastructure_type_allowed_values }"
25453
+ )
25454
+
25455
+ if 'lifecycle_state' in kwargs:
25456
+ lifecycle_state_allowed_values = ["CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED"]
25457
+ if kwargs['lifecycle_state'] not in lifecycle_state_allowed_values:
25458
+ raise ValueError(
25459
+ f"Invalid value for `lifecycle_state`, must be one of { lifecycle_state_allowed_values }"
25460
+ )
25461
+
25462
+ if 'sort_by' in kwargs:
25463
+ sort_by_allowed_values = ["TIMECREATED", "DISPLAYNAME"]
25464
+ if kwargs['sort_by'] not in sort_by_allowed_values:
25465
+ raise ValueError(
25466
+ f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
25467
+ )
25468
+
25469
+ if 'sort_order' in kwargs:
25470
+ sort_order_allowed_values = ["ASC", "DESC"]
25471
+ if kwargs['sort_order'] not in sort_order_allowed_values:
25472
+ raise ValueError(
25473
+ f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
25474
+ )
25475
+
25476
+ query_params = {
25477
+ "compartmentId": kwargs.get("compartment_id", missing),
25478
+ "autonomousContainerDatabaseId": kwargs.get("autonomous_container_database_id", missing),
25479
+ "isRemote": kwargs.get("is_remote", missing),
25480
+ "infrastructureType": kwargs.get("infrastructure_type", missing),
25481
+ "lifecycleState": kwargs.get("lifecycle_state", missing),
25482
+ "sortBy": kwargs.get("sort_by", missing),
25483
+ "limit": kwargs.get("limit", missing),
25484
+ "page": kwargs.get("page", missing),
25485
+ "sortOrder": kwargs.get("sort_order", missing),
25486
+ "displayName": kwargs.get("display_name", missing)
25487
+ }
25488
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
25489
+
25490
+ header_params = {
25491
+ "accept": "application/json",
25492
+ "content-type": "application/json",
25493
+ "opc-request-id": kwargs.get("opc_request_id", missing)
25494
+ }
25495
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
25496
+
25497
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
25498
+ operation_retry_strategy=kwargs.get('retry_strategy'),
25499
+ client_retry_strategy=self.retry_strategy
25500
+ )
25501
+
25502
+ if retry_strategy:
25503
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
25504
+ self.base_client.add_opc_client_retries_header(header_params)
25505
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
25506
+ return retry_strategy.make_retrying_call(
25507
+ self.base_client.call_api,
25508
+ resource_path=resource_path,
25509
+ method=method,
25510
+ query_params=query_params,
25511
+ header_params=header_params,
25512
+ response_type="AutonomousContainerDatabaseBackupCollection",
25513
+ allow_control_chars=kwargs.get('allow_control_chars'),
25514
+ operation_name=operation_name,
25515
+ api_reference_link=api_reference_link,
25516
+ required_arguments=required_arguments)
25517
+ else:
25518
+ return self.base_client.call_api(
25519
+ resource_path=resource_path,
25520
+ method=method,
25521
+ query_params=query_params,
25522
+ header_params=header_params,
25523
+ response_type="AutonomousContainerDatabaseBackupCollection",
25524
+ allow_control_chars=kwargs.get('allow_control_chars'),
25525
+ operation_name=operation_name,
25526
+ api_reference_link=api_reference_link,
25527
+ required_arguments=required_arguments)
25528
+
25344
25529
  def list_autonomous_container_database_dataguard_associations(self, autonomous_container_database_id, **kwargs):
25345
25530
  """
25346
25531
  **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.
@@ -25373,7 +25558,7 @@ class DatabaseClient(object):
25373
25558
  :rtype: :class:`~oci.response.Response`
25374
25559
 
25375
25560
  :example:
25376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
25561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
25377
25562
  """
25378
25563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25379
25564
  required_arguments = ['autonomousContainerDatabaseId']
@@ -25494,7 +25679,7 @@ class DatabaseClient(object):
25494
25679
  :rtype: :class:`~oci.response.Response`
25495
25680
 
25496
25681
  :example:
25497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
25682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
25498
25683
  """
25499
25684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25500
25685
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -25656,7 +25841,7 @@ class DatabaseClient(object):
25656
25841
  :rtype: :class:`~oci.response.Response`
25657
25842
 
25658
25843
  :example:
25659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
25844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
25660
25845
  """
25661
25846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25662
25847
  required_arguments = ['compartmentId']
@@ -25832,7 +26017,7 @@ class DatabaseClient(object):
25832
26017
  :rtype: :class:`~oci.response.Response`
25833
26018
 
25834
26019
  :example:
25835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
26020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
25836
26021
  """
25837
26022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25838
26023
  required_arguments = []
@@ -25969,7 +26154,7 @@ class DatabaseClient(object):
25969
26154
  :rtype: :class:`~oci.response.Response`
25970
26155
 
25971
26156
  :example:
25972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
26157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
25973
26158
  """
25974
26159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25975
26160
  required_arguments = []
@@ -26110,7 +26295,7 @@ class DatabaseClient(object):
26110
26295
  :rtype: :class:`~oci.response.Response`
26111
26296
 
26112
26297
  :example:
26113
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
26298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
26114
26299
  """
26115
26300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26116
26301
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -26260,7 +26445,7 @@ class DatabaseClient(object):
26260
26445
  :rtype: :class:`~oci.response.Response`
26261
26446
 
26262
26447
  :example:
26263
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
26448
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
26264
26449
  """
26265
26450
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26266
26451
  required_arguments = ['autonomousDatabaseId']
@@ -26371,7 +26556,7 @@ class DatabaseClient(object):
26371
26556
  :rtype: :class:`~oci.response.Response`
26372
26557
 
26373
26558
  :example:
26374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
26559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_peers.py.html>`__ to see an example of how to use list_autonomous_database_peers API.
26375
26560
  """
26376
26561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26377
26562
  required_arguments = ['autonomousDatabaseId']
@@ -26485,7 +26670,7 @@ class DatabaseClient(object):
26485
26670
  :rtype: :class:`~oci.response.Response`
26486
26671
 
26487
26672
  :example:
26488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
26673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
26489
26674
  """
26490
26675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26491
26676
  required_arguments = ['autonomousDatabaseId']
@@ -26622,7 +26807,7 @@ class DatabaseClient(object):
26622
26807
  :rtype: :class:`~oci.response.Response`
26623
26808
 
26624
26809
  :example:
26625
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
26810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
26626
26811
  """
26627
26812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26628
26813
  required_arguments = ['compartmentId', 'imageShapeFamily']
@@ -26823,7 +27008,7 @@ class DatabaseClient(object):
26823
27008
  :rtype: :class:`~oci.response.Response`
26824
27009
 
26825
27010
  :example:
26826
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
27011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
26827
27012
  """
26828
27013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26829
27014
  required_arguments = ['compartmentId']
@@ -27009,7 +27194,7 @@ class DatabaseClient(object):
27009
27194
  :rtype: :class:`~oci.response.Response`
27010
27195
 
27011
27196
  :example:
27012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
27197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
27013
27198
  """
27014
27199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27015
27200
  required_arguments = ['compartmentId']
@@ -27140,7 +27325,7 @@ class DatabaseClient(object):
27140
27325
  :rtype: :class:`~oci.response.Response`
27141
27326
 
27142
27327
  :example:
27143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
27328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
27144
27329
  """
27145
27330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27146
27331
  required_arguments = ['compartmentId']
@@ -27264,7 +27449,7 @@ class DatabaseClient(object):
27264
27449
  :rtype: :class:`~oci.response.Response`
27265
27450
 
27266
27451
  :example:
27267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
27452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
27268
27453
  """
27269
27454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27270
27455
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -27388,7 +27573,7 @@ class DatabaseClient(object):
27388
27573
  :rtype: :class:`~oci.response.Response`
27389
27574
 
27390
27575
  :example:
27391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
27576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
27392
27577
  """
27393
27578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27394
27579
  required_arguments = ['compartmentId']
@@ -27529,7 +27714,7 @@ class DatabaseClient(object):
27529
27714
  :rtype: :class:`~oci.response.Response`
27530
27715
 
27531
27716
  :example:
27532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
27717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
27533
27718
  """
27534
27719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27535
27720
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -27647,7 +27832,7 @@ class DatabaseClient(object):
27647
27832
  :rtype: :class:`~oci.response.Response`
27648
27833
 
27649
27834
  :example:
27650
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
27835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
27651
27836
  """
27652
27837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27653
27838
  required_arguments = ['autonomousVmClusterId']
@@ -27784,7 +27969,7 @@ class DatabaseClient(object):
27784
27969
  :rtype: :class:`~oci.response.Response`
27785
27970
 
27786
27971
  :example:
27787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
27972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
27788
27973
  """
27789
27974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27790
27975
  required_arguments = ['compartmentId']
@@ -27921,7 +28106,7 @@ class DatabaseClient(object):
27921
28106
  :rtype: :class:`~oci.response.Response`
27922
28107
 
27923
28108
  :example:
27924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
28109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
27925
28110
  """
27926
28111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27927
28112
  required_arguments = ['compartmentId']
@@ -28053,7 +28238,7 @@ class DatabaseClient(object):
28053
28238
  :rtype: :class:`~oci.response.Response`
28054
28239
 
28055
28240
  :example:
28056
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
28241
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
28057
28242
  """
28058
28243
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28059
28244
  required_arguments = []
@@ -28190,7 +28375,7 @@ class DatabaseClient(object):
28190
28375
  :rtype: :class:`~oci.response.Response`
28191
28376
 
28192
28377
  :example:
28193
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
28378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
28194
28379
  """
28195
28380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28196
28381
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -28330,7 +28515,7 @@ class DatabaseClient(object):
28330
28515
  :rtype: :class:`~oci.response.Response`
28331
28516
 
28332
28517
  :example:
28333
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
28518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
28334
28519
  """
28335
28520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28336
28521
  required_arguments = ['compartmentId']
@@ -28487,7 +28672,7 @@ class DatabaseClient(object):
28487
28672
  :rtype: :class:`~oci.response.Response`
28488
28673
 
28489
28674
  :example:
28490
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
28675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
28491
28676
  """
28492
28677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28493
28678
  required_arguments = ['compartmentId']
@@ -28626,7 +28811,7 @@ class DatabaseClient(object):
28626
28811
  :rtype: :class:`~oci.response.Response`
28627
28812
 
28628
28813
  :example:
28629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
28814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
28630
28815
  """
28631
28816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28632
28817
  required_arguments = ['cloudVmClusterId']
@@ -28754,7 +28939,7 @@ class DatabaseClient(object):
28754
28939
  :rtype: :class:`~oci.response.Response`
28755
28940
 
28756
28941
  :example:
28757
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
28942
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
28758
28943
  """
28759
28944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28760
28945
  required_arguments = ['cloudVmClusterId']
@@ -28903,7 +29088,7 @@ class DatabaseClient(object):
28903
29088
  :rtype: :class:`~oci.response.Response`
28904
29089
 
28905
29090
  :example:
28906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
29091
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
28907
29092
  """
28908
29093
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28909
29094
  required_arguments = ['compartmentId']
@@ -29037,7 +29222,7 @@ class DatabaseClient(object):
29037
29222
  :rtype: :class:`~oci.response.Response`
29038
29223
 
29039
29224
  :example:
29040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
29225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
29041
29226
  """
29042
29227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29043
29228
  required_arguments = ['dbNodeId']
@@ -29152,7 +29337,7 @@ class DatabaseClient(object):
29152
29337
  :rtype: :class:`~oci.response.Response`
29153
29338
 
29154
29339
  :example:
29155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
29340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
29156
29341
  """
29157
29342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29158
29343
  required_arguments = ['dbNodeId']
@@ -29302,7 +29487,7 @@ class DatabaseClient(object):
29302
29487
  :rtype: :class:`~oci.response.Response`
29303
29488
 
29304
29489
  :example:
29305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
29490
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
29306
29491
  """
29307
29492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29308
29493
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -29420,7 +29605,7 @@ class DatabaseClient(object):
29420
29605
  :rtype: :class:`~oci.response.Response`
29421
29606
 
29422
29607
  :example:
29423
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
29608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
29424
29609
  """
29425
29610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29426
29611
  required_arguments = ['databaseId']
@@ -29568,7 +29753,7 @@ class DatabaseClient(object):
29568
29753
  :rtype: :class:`~oci.response.Response`
29569
29754
 
29570
29755
  :example:
29571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
29756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
29572
29757
  """
29573
29758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29574
29759
  required_arguments = ['compartmentId']
@@ -29741,7 +29926,7 @@ class DatabaseClient(object):
29741
29926
  :rtype: :class:`~oci.response.Response`
29742
29927
 
29743
29928
  :example:
29744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
29929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
29745
29930
  """
29746
29931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29747
29932
  required_arguments = ['databaseId']
@@ -29916,7 +30101,7 @@ class DatabaseClient(object):
29916
30101
  :rtype: :class:`~oci.response.Response`
29917
30102
 
29918
30103
  :example:
29919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
30104
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
29920
30105
  """
29921
30106
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29922
30107
  required_arguments = ['compartmentId']
@@ -30046,7 +30231,7 @@ class DatabaseClient(object):
30046
30231
  :rtype: :class:`~oci.response.Response`
30047
30232
 
30048
30233
  :example:
30049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
30234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
30050
30235
  """
30051
30236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30052
30237
  required_arguments = ['dbHomeId']
@@ -30154,7 +30339,7 @@ class DatabaseClient(object):
30154
30339
  :rtype: :class:`~oci.response.Response`
30155
30340
 
30156
30341
  :example:
30157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
30342
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
30158
30343
  """
30159
30344
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30160
30345
  required_arguments = ['dbHomeId']
@@ -30298,7 +30483,7 @@ class DatabaseClient(object):
30298
30483
  :rtype: :class:`~oci.response.Response`
30299
30484
 
30300
30485
  :example:
30301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
30486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
30302
30487
  """
30303
30488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30304
30489
  required_arguments = ['compartmentId']
@@ -30462,7 +30647,7 @@ class DatabaseClient(object):
30462
30647
  :rtype: :class:`~oci.response.Response`
30463
30648
 
30464
30649
  :example:
30465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
30650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
30466
30651
  """
30467
30652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30468
30653
  required_arguments = ['compartmentId']
@@ -30618,7 +30803,7 @@ class DatabaseClient(object):
30618
30803
  :rtype: :class:`~oci.response.Response`
30619
30804
 
30620
30805
  :example:
30621
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
30806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
30622
30807
  """
30623
30808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30624
30809
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -30743,7 +30928,7 @@ class DatabaseClient(object):
30743
30928
  :rtype: :class:`~oci.response.Response`
30744
30929
 
30745
30930
  :example:
30746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
30931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
30747
30932
  """
30748
30933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30749
30934
  required_arguments = []
@@ -30840,7 +31025,7 @@ class DatabaseClient(object):
30840
31025
  :rtype: :class:`~oci.response.Response`
30841
31026
 
30842
31027
  :example:
30843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
31028
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
30844
31029
  """
30845
31030
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30846
31031
  required_arguments = ['dbSystemId']
@@ -30948,7 +31133,7 @@ class DatabaseClient(object):
30948
31133
  :rtype: :class:`~oci.response.Response`
30949
31134
 
30950
31135
  :example:
30951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
31136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
30952
31137
  """
30953
31138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30954
31139
  required_arguments = ['dbSystemId']
@@ -31059,7 +31244,7 @@ class DatabaseClient(object):
31059
31244
  :rtype: :class:`~oci.response.Response`
31060
31245
 
31061
31246
  :example:
31062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
31247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
31063
31248
  """
31064
31249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31065
31250
  required_arguments = ['compartmentId']
@@ -31165,7 +31350,7 @@ class DatabaseClient(object):
31165
31350
  :rtype: :class:`~oci.response.Response`
31166
31351
 
31167
31352
  :example:
31168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
31353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
31169
31354
  """
31170
31355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31171
31356
  required_arguments = ['storageManagement']
@@ -31301,7 +31486,7 @@ class DatabaseClient(object):
31301
31486
  :rtype: :class:`~oci.response.Response`
31302
31487
 
31303
31488
  :example:
31304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
31489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
31305
31490
  """
31306
31491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31307
31492
  required_arguments = ['dbSystemId']
@@ -31448,7 +31633,7 @@ class DatabaseClient(object):
31448
31633
  :rtype: :class:`~oci.response.Response`
31449
31634
 
31450
31635
  :example:
31451
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_system_upgrades.py.html>`__ to see an example of how to use list_db_system_upgrades API.
31636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_system_upgrades.py.html>`__ to see an example of how to use list_db_system_upgrades API.
31452
31637
  """
31453
31638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31454
31639
  required_arguments = ['dbSystemId']
@@ -31591,7 +31776,7 @@ class DatabaseClient(object):
31591
31776
  :rtype: :class:`~oci.response.Response`
31592
31777
 
31593
31778
  :example:
31594
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
31779
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
31595
31780
  """
31596
31781
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31597
31782
  required_arguments = ['compartmentId']
@@ -31742,7 +31927,7 @@ class DatabaseClient(object):
31742
31927
  :rtype: :class:`~oci.response.Response`
31743
31928
 
31744
31929
  :example:
31745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
31930
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
31746
31931
  """
31747
31932
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31748
31933
  required_arguments = ['compartmentId']
@@ -31883,7 +32068,7 @@ class DatabaseClient(object):
31883
32068
  :rtype: :class:`~oci.response.Response`
31884
32069
 
31885
32070
  :example:
31886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
32071
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
31887
32072
  """
31888
32073
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31889
32074
  required_arguments = ['compartmentId']
@@ -32030,7 +32215,7 @@ class DatabaseClient(object):
32030
32215
  :rtype: :class:`~oci.response.Response`
32031
32216
 
32032
32217
  :example:
32033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
32218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
32034
32219
  """
32035
32220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32036
32221
  required_arguments = ['exadbVmClusterId']
@@ -32161,7 +32346,7 @@ class DatabaseClient(object):
32161
32346
  :rtype: :class:`~oci.response.Response`
32162
32347
 
32163
32348
  :example:
32164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
32349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_exadb_vm_cluster_updates.py.html>`__ to see an example of how to use list_exadb_vm_cluster_updates API.
32165
32350
  """
32166
32351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32167
32352
  required_arguments = ['exadbVmClusterId']
@@ -32310,7 +32495,7 @@ class DatabaseClient(object):
32310
32495
  :rtype: :class:`~oci.response.Response`
32311
32496
 
32312
32497
  :example:
32313
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
32498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_exadb_vm_clusters.py.html>`__ to see an example of how to use list_exadb_vm_clusters API.
32314
32499
  """
32315
32500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32316
32501
  required_arguments = ['compartmentId']
@@ -32470,7 +32655,7 @@ class DatabaseClient(object):
32470
32655
  :rtype: :class:`~oci.response.Response`
32471
32656
 
32472
32657
  :example:
32473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
32658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_exascale_db_storage_vaults.py.html>`__ to see an example of how to use list_exascale_db_storage_vaults API.
32474
32659
  """
32475
32660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32476
32661
  required_arguments = ['compartmentId']
@@ -32627,7 +32812,7 @@ class DatabaseClient(object):
32627
32812
  :rtype: :class:`~oci.response.Response`
32628
32813
 
32629
32814
  :example:
32630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
32815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_execution_actions.py.html>`__ to see an example of how to use list_execution_actions API.
32631
32816
  """
32632
32817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32633
32818
  required_arguments = ['compartmentId']
@@ -32782,7 +32967,7 @@ class DatabaseClient(object):
32782
32967
  :rtype: :class:`~oci.response.Response`
32783
32968
 
32784
32969
  :example:
32785
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
32970
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_execution_windows.py.html>`__ to see an example of how to use list_execution_windows API.
32786
32971
  """
32787
32972
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32788
32973
  required_arguments = ['compartmentId']
@@ -32937,7 +33122,7 @@ class DatabaseClient(object):
32937
33122
  :rtype: :class:`~oci.response.Response`
32938
33123
 
32939
33124
  :example:
32940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
33125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
32941
33126
  """
32942
33127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32943
33128
  required_arguments = ['compartmentId']
@@ -33095,7 +33280,7 @@ class DatabaseClient(object):
33095
33280
  :rtype: :class:`~oci.response.Response`
33096
33281
 
33097
33282
  :example:
33098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
33283
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
33099
33284
  """
33100
33285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33101
33286
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -33249,7 +33434,7 @@ class DatabaseClient(object):
33249
33434
  :rtype: :class:`~oci.response.Response`
33250
33435
 
33251
33436
  :example:
33252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
33437
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
33253
33438
  """
33254
33439
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33255
33440
  required_arguments = ['compartmentId']
@@ -33408,7 +33593,7 @@ class DatabaseClient(object):
33408
33593
  :rtype: :class:`~oci.response.Response`
33409
33594
 
33410
33595
  :example:
33411
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
33596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
33412
33597
  """
33413
33598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33414
33599
  required_arguments = ['compartmentId']
@@ -33555,7 +33740,7 @@ class DatabaseClient(object):
33555
33740
  :rtype: :class:`~oci.response.Response`
33556
33741
 
33557
33742
  :example:
33558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
33743
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
33559
33744
  """
33560
33745
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33561
33746
  required_arguments = ['compartmentId']
@@ -33704,7 +33889,7 @@ class DatabaseClient(object):
33704
33889
  :rtype: :class:`~oci.response.Response`
33705
33890
 
33706
33891
  :example:
33707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
33892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_gi_version_minor_versions.py.html>`__ to see an example of how to use list_gi_version_minor_versions API.
33708
33893
  """
33709
33894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33710
33895
  required_arguments = ['version']
@@ -33864,7 +34049,7 @@ class DatabaseClient(object):
33864
34049
  :rtype: :class:`~oci.response.Response`
33865
34050
 
33866
34051
  :example:
33867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
34052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
33868
34053
  """
33869
34054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33870
34055
  required_arguments = ['compartmentId']
@@ -33979,7 +34164,7 @@ class DatabaseClient(object):
33979
34164
  :rtype: :class:`~oci.response.Response`
33980
34165
 
33981
34166
  :example:
33982
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
34167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
33983
34168
  """
33984
34169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33985
34170
  required_arguments = ['compartmentId']
@@ -34117,7 +34302,7 @@ class DatabaseClient(object):
34117
34302
  :rtype: :class:`~oci.response.Response`
34118
34303
 
34119
34304
  :example:
34120
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
34305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
34121
34306
  """
34122
34307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34123
34308
  required_arguments = ['compartmentId']
@@ -34313,7 +34498,7 @@ class DatabaseClient(object):
34313
34498
  :rtype: :class:`~oci.response.Response`
34314
34499
 
34315
34500
  :example:
34316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
34501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
34317
34502
  """
34318
34503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34319
34504
  required_arguments = ['compartmentId']
@@ -34491,7 +34676,7 @@ class DatabaseClient(object):
34491
34676
  :rtype: :class:`~oci.response.Response`
34492
34677
 
34493
34678
  :example:
34494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
34679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
34495
34680
  """
34496
34681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34497
34682
  required_arguments = ['compartmentId']
@@ -34623,7 +34808,7 @@ class DatabaseClient(object):
34623
34808
  :rtype: :class:`~oci.response.Response`
34624
34809
 
34625
34810
  :example:
34626
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
34811
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_params_for_action_type.py.html>`__ to see an example of how to use list_params_for_action_type API.
34627
34812
  """
34628
34813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34629
34814
  required_arguments = ['type']
@@ -34752,7 +34937,7 @@ class DatabaseClient(object):
34752
34937
  :rtype: :class:`~oci.response.Response`
34753
34938
 
34754
34939
  :example:
34755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
34940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
34756
34941
  """
34757
34942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34758
34943
  required_arguments = ['databaseId']
@@ -34922,7 +35107,7 @@ class DatabaseClient(object):
34922
35107
  :rtype: :class:`~oci.response.Response`
34923
35108
 
34924
35109
  :example:
34925
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
35110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
34926
35111
  """
34927
35112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34928
35113
  required_arguments = []
@@ -35064,7 +35249,7 @@ class DatabaseClient(object):
35064
35249
  :rtype: :class:`~oci.response.Response`
35065
35250
 
35066
35251
  :example:
35067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
35252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_recommended_scheduled_actions.py.html>`__ to see an example of how to use list_recommended_scheduled_actions API.
35068
35253
  """
35069
35254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35070
35255
  required_arguments = ['schedulingPolicyId', 'schedulingPolicyTargetResourceId', 'planIntent']
@@ -35213,7 +35398,7 @@ class DatabaseClient(object):
35213
35398
  :rtype: :class:`~oci.response.Response`
35214
35399
 
35215
35400
  :example:
35216
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
35401
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_scheduled_actions.py.html>`__ to see an example of how to use list_scheduled_actions API.
35217
35402
  """
35218
35403
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35219
35404
  required_arguments = ['compartmentId']
@@ -35378,7 +35563,7 @@ class DatabaseClient(object):
35378
35563
  :rtype: :class:`~oci.response.Response`
35379
35564
 
35380
35565
  :example:
35381
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
35566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_scheduling_plans.py.html>`__ to see an example of how to use list_scheduling_plans API.
35382
35567
  """
35383
35568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35384
35569
  required_arguments = ['compartmentId']
@@ -35534,7 +35719,7 @@ class DatabaseClient(object):
35534
35719
  :rtype: :class:`~oci.response.Response`
35535
35720
 
35536
35721
  :example:
35537
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
35722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_scheduling_policies.py.html>`__ to see an example of how to use list_scheduling_policies API.
35538
35723
  """
35539
35724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35540
35725
  required_arguments = ['compartmentId']
@@ -35689,7 +35874,7 @@ class DatabaseClient(object):
35689
35874
  :rtype: :class:`~oci.response.Response`
35690
35875
 
35691
35876
  :example:
35692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
35877
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_scheduling_windows.py.html>`__ to see an example of how to use list_scheduling_windows API.
35693
35878
  """
35694
35879
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35695
35880
  required_arguments = ['schedulingPolicyId']
@@ -35854,7 +36039,7 @@ class DatabaseClient(object):
35854
36039
  :rtype: :class:`~oci.response.Response`
35855
36040
 
35856
36041
  :example:
35857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_system_version_minor_versions.py.html>`__ to see an example of how to use list_system_version_minor_versions API.
36042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_system_version_minor_versions.py.html>`__ to see an example of how to use list_system_version_minor_versions API.
35858
36043
  """
35859
36044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35860
36045
  required_arguments = ['majorVersion', 'compartmentId', 'giVersion']
@@ -36002,7 +36187,7 @@ class DatabaseClient(object):
36002
36187
  :rtype: :class:`~oci.response.Response`
36003
36188
 
36004
36189
  :example:
36005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
36190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
36006
36191
  """
36007
36192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36008
36193
  required_arguments = ['compartmentId', 'giVersion']
@@ -36144,7 +36329,7 @@ class DatabaseClient(object):
36144
36329
  :rtype: :class:`~oci.response.Response`
36145
36330
 
36146
36331
  :example:
36147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
36332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
36148
36333
  """
36149
36334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36150
36335
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -36285,7 +36470,7 @@ class DatabaseClient(object):
36285
36470
  :rtype: :class:`~oci.response.Response`
36286
36471
 
36287
36472
  :example:
36288
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
36473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
36289
36474
  """
36290
36475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36291
36476
  required_arguments = ['vmClusterId']
@@ -36393,7 +36578,7 @@ class DatabaseClient(object):
36393
36578
  :rtype: :class:`~oci.response.Response`
36394
36579
 
36395
36580
  :example:
36396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
36581
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
36397
36582
  """
36398
36583
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36399
36584
  required_arguments = ['vmClusterId']
@@ -36514,7 +36699,7 @@ class DatabaseClient(object):
36514
36699
  :rtype: :class:`~oci.response.Response`
36515
36700
 
36516
36701
  :example:
36517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
36702
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
36518
36703
  """
36519
36704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36520
36705
  required_arguments = ['vmClusterId']
@@ -36656,7 +36841,7 @@ class DatabaseClient(object):
36656
36841
  :rtype: :class:`~oci.response.Response`
36657
36842
 
36658
36843
  :example:
36659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
36844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
36660
36845
  """
36661
36846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36662
36847
  required_arguments = ['vmClusterId']
@@ -36815,7 +37000,7 @@ class DatabaseClient(object):
36815
37000
  :rtype: :class:`~oci.response.Response`
36816
37001
 
36817
37002
  :example:
36818
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
37003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
36819
37004
  """
36820
37005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36821
37006
  required_arguments = ['compartmentId']
@@ -36968,7 +37153,7 @@ class DatabaseClient(object):
36968
37153
  :rtype: :class:`~oci.response.Response`
36969
37154
 
36970
37155
  :example:
36971
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
37156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
36972
37157
  """
36973
37158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36974
37159
  required_arguments = ['pluggableDatabaseId']
@@ -37083,7 +37268,7 @@ class DatabaseClient(object):
37083
37268
  :rtype: :class:`~oci.response.Response`
37084
37269
 
37085
37270
  :example:
37086
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
37271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
37087
37272
  """
37088
37273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37089
37274
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -37203,7 +37388,7 @@ class DatabaseClient(object):
37203
37388
  :rtype: :class:`~oci.response.Response`
37204
37389
 
37205
37390
  :example:
37206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
37391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
37207
37392
  """
37208
37393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37209
37394
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -37322,7 +37507,7 @@ class DatabaseClient(object):
37322
37507
  :rtype: :class:`~oci.response.Response`
37323
37508
 
37324
37509
  :example:
37325
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
37510
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
37326
37511
  """
37327
37512
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37328
37513
  required_arguments = ['dbSystemId']
@@ -37442,7 +37627,7 @@ class DatabaseClient(object):
37442
37627
  :rtype: :class:`~oci.response.Response`
37443
37628
 
37444
37629
  :example:
37445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
37630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
37446
37631
  """
37447
37632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37448
37633
  required_arguments = ['databaseId']
@@ -37562,7 +37747,7 @@ class DatabaseClient(object):
37562
37747
  :rtype: :class:`~oci.response.Response`
37563
37748
 
37564
37749
  :example:
37565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
37750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
37566
37751
  """
37567
37752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37568
37753
  required_arguments = ['databaseId']
@@ -37682,7 +37867,7 @@ class DatabaseClient(object):
37682
37867
  :rtype: :class:`~oci.response.Response`
37683
37868
 
37684
37869
  :example:
37685
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
37870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
37686
37871
  """
37687
37872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37688
37873
  required_arguments = ['pluggableDatabaseId']
@@ -37802,7 +37987,7 @@ class DatabaseClient(object):
37802
37987
  :rtype: :class:`~oci.response.Response`
37803
37988
 
37804
37989
  :example:
37805
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
37990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/move_execution_action_member.py.html>`__ to see an example of how to use move_execution_action_member API.
37806
37991
  """
37807
37992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37808
37993
  required_arguments = ['executionActionId']
@@ -37919,7 +38104,7 @@ class DatabaseClient(object):
37919
38104
  :rtype: :class:`~oci.response.Response`
37920
38105
 
37921
38106
  :example:
37922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
38107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
37923
38108
  """
37924
38109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37925
38110
  required_arguments = ['pluggableDatabaseId']
@@ -38029,7 +38214,7 @@ class DatabaseClient(object):
38029
38214
  :rtype: :class:`~oci.response.Response`
38030
38215
 
38031
38216
  :example:
38032
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
38217
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
38033
38218
  """
38034
38219
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38035
38220
  required_arguments = ['autonomousDatabaseId']
@@ -38138,7 +38323,7 @@ class DatabaseClient(object):
38138
38323
  :rtype: :class:`~oci.response.Response`
38139
38324
 
38140
38325
  :example:
38141
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
38326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/reinstate_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard API.
38142
38327
  """
38143
38328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38144
38329
  required_arguments = ['autonomousContainerDatabaseId']
@@ -38245,7 +38430,7 @@ class DatabaseClient(object):
38245
38430
  :rtype: :class:`~oci.response.Response`
38246
38431
 
38247
38432
  :example:
38248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
38433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38249
38434
  """
38250
38435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38251
38436
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -38361,7 +38546,7 @@ class DatabaseClient(object):
38361
38546
  :rtype: :class:`~oci.response.Response`
38362
38547
 
38363
38548
  :example:
38364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
38549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/reinstate_data_guard.py.html>`__ to see an example of how to use reinstate_data_guard API.
38365
38550
  """
38366
38551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38367
38552
  required_arguments = ['databaseId']
@@ -38476,7 +38661,7 @@ class DatabaseClient(object):
38476
38661
  :rtype: :class:`~oci.response.Response`
38477
38662
 
38478
38663
  :example:
38479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
38664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
38480
38665
  """
38481
38666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38482
38667
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -38594,7 +38779,7 @@ class DatabaseClient(object):
38594
38779
  :rtype: :class:`~oci.response.Response`
38595
38780
 
38596
38781
  :example:
38597
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
38782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
38598
38783
  """
38599
38784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38600
38785
  required_arguments = ['pluggableDatabaseId']
@@ -38714,7 +38899,7 @@ class DatabaseClient(object):
38714
38899
  :rtype: :class:`~oci.response.Response`
38715
38900
 
38716
38901
  :example:
38717
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
38902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38718
38903
  """
38719
38904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38720
38905
  required_arguments = ['cloudVmClusterId']
@@ -38834,7 +39019,7 @@ class DatabaseClient(object):
38834
39019
  :rtype: :class:`~oci.response.Response`
38835
39020
 
38836
39021
  :example:
38837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
39022
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38838
39023
  """
38839
39024
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38840
39025
  required_arguments = ['exadbVmClusterId']
@@ -38954,7 +39139,7 @@ class DatabaseClient(object):
38954
39139
  :rtype: :class:`~oci.response.Response`
38955
39140
 
38956
39141
  :example:
38957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
39142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
38958
39143
  """
38959
39144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38960
39145
  required_arguments = ['vmClusterId']
@@ -39074,7 +39259,7 @@ class DatabaseClient(object):
39074
39259
  :rtype: :class:`~oci.response.Response`
39075
39260
 
39076
39261
  :example:
39077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
39262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/reorder_execution_actions.py.html>`__ to see an example of how to use reorder_execution_actions API.
39078
39263
  """
39079
39264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39080
39265
  required_arguments = ['executionWindowId']
@@ -39194,7 +39379,7 @@ class DatabaseClient(object):
39194
39379
  :rtype: :class:`~oci.response.Response`
39195
39380
 
39196
39381
  :example:
39197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
39382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/reorder_scheduled_actions.py.html>`__ to see an example of how to use reorder_scheduled_actions API.
39198
39383
  """
39199
39384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39200
39385
  required_arguments = ['schedulingPlanId']
@@ -39320,7 +39505,7 @@ class DatabaseClient(object):
39320
39505
  :rtype: :class:`~oci.response.Response`
39321
39506
 
39322
39507
  :example:
39323
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
39508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
39324
39509
  """
39325
39510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39326
39511
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -39439,7 +39624,7 @@ class DatabaseClient(object):
39439
39624
  :rtype: :class:`~oci.response.Response`
39440
39625
 
39441
39626
  :example:
39442
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
39627
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
39443
39628
  """
39444
39629
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39445
39630
  required_arguments = []
@@ -39545,7 +39730,7 @@ class DatabaseClient(object):
39545
39730
  :rtype: :class:`~oci.response.Response`
39546
39731
 
39547
39732
  :example:
39548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
39733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
39549
39734
  """
39550
39735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39551
39736
  required_arguments = ['autonomousContainerDatabaseId']
@@ -39651,7 +39836,7 @@ class DatabaseClient(object):
39651
39836
  :rtype: :class:`~oci.response.Response`
39652
39837
 
39653
39838
  :example:
39654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
39839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
39655
39840
  """
39656
39841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39657
39842
  required_arguments = ['autonomousDatabaseId']
@@ -39760,7 +39945,7 @@ class DatabaseClient(object):
39760
39945
  :rtype: :class:`~oci.response.Response`
39761
39946
 
39762
39947
  :example:
39763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
39948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
39764
39949
  """
39765
39950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39766
39951
  required_arguments = ['autonomousDatabaseId']
@@ -39867,7 +40052,7 @@ class DatabaseClient(object):
39867
40052
  :rtype: :class:`~oci.response.Response`
39868
40053
 
39869
40054
  :example:
39870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
40055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
39871
40056
  """
39872
40057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39873
40058
  required_arguments = ['databaseId']
@@ -39984,7 +40169,7 @@ class DatabaseClient(object):
39984
40169
  :rtype: :class:`~oci.response.Response`
39985
40170
 
39986
40171
  :example:
39987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
40172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
39988
40173
  """
39989
40174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
39990
40175
  required_arguments = ['autonomousContainerDatabaseId']
@@ -40107,7 +40292,7 @@ class DatabaseClient(object):
40107
40292
  :rtype: :class:`~oci.response.Response`
40108
40293
 
40109
40294
  :example:
40110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
40295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
40111
40296
  """
40112
40297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40113
40298
  required_arguments = ['autonomousDatabaseId']
@@ -40228,7 +40413,7 @@ class DatabaseClient(object):
40228
40413
  :rtype: :class:`~oci.response.Response`
40229
40414
 
40230
40415
  :example:
40231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
40416
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40232
40417
  """
40233
40418
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40234
40419
  required_arguments = ['autonomousVmClusterId']
@@ -40346,7 +40531,7 @@ class DatabaseClient(object):
40346
40531
  :rtype: :class:`~oci.response.Response`
40347
40532
 
40348
40533
  :example:
40349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
40534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40350
40535
  """
40351
40536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40352
40537
  required_arguments = ['autonomousVmClusterId']
@@ -40464,7 +40649,7 @@ class DatabaseClient(object):
40464
40649
  :rtype: :class:`~oci.response.Response`
40465
40650
 
40466
40651
  :example:
40467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
40652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40468
40653
  """
40469
40654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40470
40655
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -40583,7 +40768,7 @@ class DatabaseClient(object):
40583
40768
  :rtype: :class:`~oci.response.Response`
40584
40769
 
40585
40770
  :example:
40586
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
40771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
40587
40772
  """
40588
40773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40589
40774
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -40699,7 +40884,7 @@ class DatabaseClient(object):
40699
40884
  :rtype: :class:`~oci.response.Response`
40700
40885
 
40701
40886
  :example:
40702
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
40887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
40703
40888
  """
40704
40889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40705
40890
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -40812,7 +40997,7 @@ class DatabaseClient(object):
40812
40997
  :rtype: :class:`~oci.response.Response`
40813
40998
 
40814
40999
  :example:
40815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
41000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
40816
41001
  """
40817
41002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40818
41003
  required_arguments = ['pluggableDatabaseId']
@@ -40925,7 +41110,7 @@ class DatabaseClient(object):
40925
41110
  :rtype: :class:`~oci.response.Response`
40926
41111
 
40927
41112
  :example:
40928
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
41113
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
40929
41114
  """
40930
41115
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
40931
41116
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -41040,7 +41225,7 @@ class DatabaseClient(object):
41040
41225
  :rtype: :class:`~oci.response.Response`
41041
41226
 
41042
41227
  :example:
41043
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
41228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
41044
41229
  """
41045
41230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41046
41231
  required_arguments = ['databaseId']
@@ -41143,7 +41328,7 @@ class DatabaseClient(object):
41143
41328
  :rtype: :class:`~oci.response.Response`
41144
41329
 
41145
41330
  :example:
41146
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
41331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
41147
41332
  """
41148
41333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41149
41334
  required_arguments = ['autonomousDatabaseId']
@@ -41255,7 +41440,7 @@ class DatabaseClient(object):
41255
41440
  :rtype: :class:`~oci.response.Response`
41256
41441
 
41257
41442
  :example:
41258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
41443
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
41259
41444
  """
41260
41445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41261
41446
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -41378,7 +41563,7 @@ class DatabaseClient(object):
41378
41563
  :rtype: :class:`~oci.response.Response`
41379
41564
 
41380
41565
  :example:
41381
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
41566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/set_db_key_version.py.html>`__ to see an example of how to use set_db_key_version API.
41382
41567
  """
41383
41568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41384
41569
  required_arguments = ['databaseId']
@@ -41500,7 +41685,7 @@ class DatabaseClient(object):
41500
41685
  :rtype: :class:`~oci.response.Response`
41501
41686
 
41502
41687
  :example:
41503
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
41688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/set_pdb_key_version.py.html>`__ to see an example of how to use set_pdb_key_version API.
41504
41689
  """
41505
41690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41506
41691
  required_arguments = ['pluggableDatabaseId']
@@ -41611,7 +41796,7 @@ class DatabaseClient(object):
41611
41796
  :rtype: :class:`~oci.response.Response`
41612
41797
 
41613
41798
  :example:
41614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
41799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
41615
41800
  """
41616
41801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41617
41802
  required_arguments = ['autonomousDatabaseId']
@@ -41717,7 +41902,7 @@ class DatabaseClient(object):
41717
41902
  :rtype: :class:`~oci.response.Response`
41718
41903
 
41719
41904
  :example:
41720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
41905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
41721
41906
  """
41722
41907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41723
41908
  required_arguments = ['autonomousDatabaseId']
@@ -41829,7 +42014,7 @@ class DatabaseClient(object):
41829
42014
  :rtype: :class:`~oci.response.Response`
41830
42015
 
41831
42016
  :example:
41832
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
42017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
41833
42018
  """
41834
42019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41835
42020
  required_arguments = ['pluggableDatabaseId']
@@ -41941,7 +42126,7 @@ class DatabaseClient(object):
41941
42126
  :rtype: :class:`~oci.response.Response`
41942
42127
 
41943
42128
  :example:
41944
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
42129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
41945
42130
  """
41946
42131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
41947
42132
  required_arguments = ['autonomousDatabaseId']
@@ -42055,7 +42240,7 @@ class DatabaseClient(object):
42055
42240
  :rtype: :class:`~oci.response.Response`
42056
42241
 
42057
42242
  :example:
42058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
42243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
42059
42244
  """
42060
42245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42061
42246
  required_arguments = ['pluggableDatabaseId']
@@ -42178,7 +42363,7 @@ class DatabaseClient(object):
42178
42363
  :rtype: :class:`~oci.response.Response`
42179
42364
 
42180
42365
  :example:
42181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
42366
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/switch_over_data_guard.py.html>`__ to see an example of how to use switch_over_data_guard API.
42182
42367
  """
42183
42368
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42184
42369
  required_arguments = ['databaseId']
@@ -42291,7 +42476,7 @@ class DatabaseClient(object):
42291
42476
  :rtype: :class:`~oci.response.Response`
42292
42477
 
42293
42478
  :example:
42294
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
42479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/switchover_autonomous_container_database_dataguard.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard API.
42295
42480
  """
42296
42481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42297
42482
  required_arguments = ['autonomousContainerDatabaseId']
@@ -42400,7 +42585,7 @@ class DatabaseClient(object):
42400
42585
  :rtype: :class:`~oci.response.Response`
42401
42586
 
42402
42587
  :example:
42403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
42588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
42404
42589
  """
42405
42590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42406
42591
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -42523,7 +42708,7 @@ class DatabaseClient(object):
42523
42708
  :rtype: :class:`~oci.response.Response`
42524
42709
 
42525
42710
  :example:
42526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
42711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
42527
42712
  """
42528
42713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42529
42714
  required_arguments = ['autonomousDatabaseId']
@@ -42649,7 +42834,7 @@ class DatabaseClient(object):
42649
42834
  :rtype: :class:`~oci.response.Response`
42650
42835
 
42651
42836
  :example:
42652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
42837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
42653
42838
  """
42654
42839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42655
42840
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -42752,7 +42937,7 @@ class DatabaseClient(object):
42752
42937
  :rtype: :class:`~oci.response.Response`
42753
42938
 
42754
42939
  :example:
42755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
42940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
42756
42941
  """
42757
42942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42758
42943
  required_arguments = ['autonomousContainerDatabaseId']
@@ -42850,7 +43035,7 @@ class DatabaseClient(object):
42850
43035
  :rtype: :class:`~oci.response.Response`
42851
43036
 
42852
43037
  :example:
42853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
43038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
42854
43039
  """
42855
43040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42856
43041
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -42955,7 +43140,7 @@ class DatabaseClient(object):
42955
43140
  :rtype: :class:`~oci.response.Response`
42956
43141
 
42957
43142
  :example:
42958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
43143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
42959
43144
  """
42960
43145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
42961
43146
  required_arguments = ['dbSystemId']
@@ -43056,7 +43241,7 @@ class DatabaseClient(object):
43056
43241
  :rtype: :class:`~oci.response.Response`
43057
43242
 
43058
43243
  :example:
43059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
43244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
43060
43245
  """
43061
43246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43062
43247
  required_arguments = ['autonomousContainerDatabaseId']
@@ -43169,7 +43354,7 @@ class DatabaseClient(object):
43169
43354
  :rtype: :class:`~oci.response.Response`
43170
43355
 
43171
43356
  :example:
43172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
43357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
43173
43358
  """
43174
43359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43175
43360
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -43284,7 +43469,7 @@ class DatabaseClient(object):
43284
43469
  :rtype: :class:`~oci.response.Response`
43285
43470
 
43286
43471
  :example:
43287
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
43472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
43288
43473
  """
43289
43474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43290
43475
  required_arguments = ['autonomousDatabaseId']
@@ -43400,7 +43585,7 @@ class DatabaseClient(object):
43400
43585
  :rtype: :class:`~oci.response.Response`
43401
43586
 
43402
43587
  :example:
43403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
43588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
43404
43589
  """
43405
43590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43406
43591
  required_arguments = ['autonomousDatabaseBackupId']
@@ -43506,7 +43691,7 @@ class DatabaseClient(object):
43506
43691
  :rtype: :class:`~oci.response.Response`
43507
43692
 
43508
43693
  :example:
43509
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
43694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
43510
43695
  """
43511
43696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43512
43697
  required_arguments = []
@@ -43602,7 +43787,7 @@ class DatabaseClient(object):
43602
43787
  :rtype: :class:`~oci.response.Response`
43603
43788
 
43604
43789
  :example:
43605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
43790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
43606
43791
  """
43607
43792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43608
43793
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -43711,7 +43896,7 @@ class DatabaseClient(object):
43711
43896
  :rtype: :class:`~oci.response.Response`
43712
43897
 
43713
43898
  :example:
43714
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
43899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
43715
43900
  """
43716
43901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43717
43902
  required_arguments = ['autonomousDatabaseId']
@@ -43816,7 +44001,7 @@ class DatabaseClient(object):
43816
44001
  :rtype: :class:`~oci.response.Response`
43817
44002
 
43818
44003
  :example:
43819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
44004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
43820
44005
  """
43821
44006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43822
44007
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -43924,7 +44109,7 @@ class DatabaseClient(object):
43924
44109
  :rtype: :class:`~oci.response.Response`
43925
44110
 
43926
44111
  :example:
43927
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
44112
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
43928
44113
  """
43929
44114
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
43930
44115
  required_arguments = ['autonomousVmClusterId']
@@ -44034,7 +44219,7 @@ class DatabaseClient(object):
44034
44219
  :rtype: :class:`~oci.response.Response`
44035
44220
 
44036
44221
  :example:
44037
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
44222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_backup.py.html>`__ to see an example of how to use update_backup API.
44038
44223
  """
44039
44224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44040
44225
  required_arguments = ['backupId']
@@ -44147,7 +44332,7 @@ class DatabaseClient(object):
44147
44332
  :rtype: :class:`~oci.response.Response`
44148
44333
 
44149
44334
  :example:
44150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
44335
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
44151
44336
  """
44152
44337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44153
44338
  required_arguments = ['backupDestinationId']
@@ -44257,7 +44442,7 @@ class DatabaseClient(object):
44257
44442
  :rtype: :class:`~oci.response.Response`
44258
44443
 
44259
44444
  :example:
44260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
44445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
44261
44446
  """
44262
44447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44263
44448
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -44367,7 +44552,7 @@ class DatabaseClient(object):
44367
44552
  :rtype: :class:`~oci.response.Response`
44368
44553
 
44369
44554
  :example:
44370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
44555
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
44371
44556
  """
44372
44557
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44373
44558
  required_arguments = ['cloudExadataInfrastructureId']
@@ -44477,7 +44662,7 @@ class DatabaseClient(object):
44477
44662
  :rtype: :class:`~oci.response.Response`
44478
44663
 
44479
44664
  :example:
44480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
44665
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
44481
44666
  """
44482
44667
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44483
44668
  required_arguments = ['cloudVmClusterId']
@@ -44587,7 +44772,7 @@ class DatabaseClient(object):
44587
44772
  :rtype: :class:`~oci.response.Response`
44588
44773
 
44589
44774
  :example:
44590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.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.
44775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.
44591
44776
  """
44592
44777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44593
44778
  required_arguments = ['cloudVmClusterId']
@@ -44700,7 +44885,7 @@ class DatabaseClient(object):
44700
44885
  :rtype: :class:`~oci.response.Response`
44701
44886
 
44702
44887
  :example:
44703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
44888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
44704
44889
  """
44705
44890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44706
44891
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -44814,7 +44999,7 @@ class DatabaseClient(object):
44814
44999
  :rtype: :class:`~oci.response.Response`
44815
45000
 
44816
45001
  :example:
44817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
45002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
44818
45003
  """
44819
45004
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44820
45005
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -44935,7 +45120,7 @@ class DatabaseClient(object):
44935
45120
  :rtype: :class:`~oci.response.Response`
44936
45121
 
44937
45122
  :example:
44938
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
45123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_data_guard.py.html>`__ to see an example of how to use update_data_guard API.
44939
45124
  """
44940
45125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
44941
45126
  required_arguments = ['databaseId']
@@ -45053,7 +45238,7 @@ class DatabaseClient(object):
45053
45238
  :rtype: :class:`~oci.response.Response`
45054
45239
 
45055
45240
  :example:
45056
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
45241
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
45057
45242
  """
45058
45243
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45059
45244
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -45161,7 +45346,7 @@ class DatabaseClient(object):
45161
45346
  :rtype: :class:`~oci.response.Response`
45162
45347
 
45163
45348
  :example:
45164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
45349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_database.py.html>`__ to see an example of how to use update_database API.
45165
45350
  """
45166
45351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45167
45352
  required_arguments = ['databaseId']
@@ -45266,7 +45451,7 @@ class DatabaseClient(object):
45266
45451
  :rtype: :class:`~oci.response.Response`
45267
45452
 
45268
45453
  :example:
45269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
45454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
45270
45455
  """
45271
45456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45272
45457
  required_arguments = ['databaseSoftwareImageId']
@@ -45371,7 +45556,7 @@ class DatabaseClient(object):
45371
45556
  :rtype: :class:`~oci.response.Response`
45372
45557
 
45373
45558
  :example:
45374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
45559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
45375
45560
  """
45376
45561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45377
45562
  required_arguments = ['dbHomeId']
@@ -45479,7 +45664,7 @@ class DatabaseClient(object):
45479
45664
  :rtype: :class:`~oci.response.Response`
45480
45665
 
45481
45666
  :example:
45482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
45667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
45483
45668
  """
45484
45669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45485
45670
  required_arguments = ['dbNodeId']
@@ -45593,7 +45778,7 @@ class DatabaseClient(object):
45593
45778
  :rtype: :class:`~oci.response.Response`
45594
45779
 
45595
45780
  :example:
45596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
45781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
45597
45782
  """
45598
45783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45599
45784
  required_arguments = ['dbSystemId']
@@ -45702,7 +45887,7 @@ class DatabaseClient(object):
45702
45887
  :rtype: :class:`~oci.response.Response`
45703
45888
 
45704
45889
  :example:
45705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
45890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
45706
45891
  """
45707
45892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45708
45893
  required_arguments = ['exadataInfrastructureId']
@@ -45822,7 +46007,7 @@ class DatabaseClient(object):
45822
46007
  :rtype: :class:`~oci.response.Response`
45823
46008
 
45824
46009
  :example:
45825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
46010
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
45826
46011
  """
45827
46012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45828
46013
  required_arguments = ['dbSystemId']
@@ -45932,7 +46117,7 @@ class DatabaseClient(object):
45932
46117
  :rtype: :class:`~oci.response.Response`
45933
46118
 
45934
46119
  :example:
45935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
46120
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_exadb_vm_cluster.py.html>`__ to see an example of how to use update_exadb_vm_cluster API.
45936
46121
  """
45937
46122
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
45938
46123
  required_arguments = ['exadbVmClusterId']
@@ -46042,7 +46227,7 @@ class DatabaseClient(object):
46042
46227
  :rtype: :class:`~oci.response.Response`
46043
46228
 
46044
46229
  :example:
46045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
46230
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_exascale_db_storage_vault.py.html>`__ to see an example of how to use update_exascale_db_storage_vault API.
46046
46231
  """
46047
46232
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46048
46233
  required_arguments = ['exascaleDbStorageVaultId']
@@ -46152,7 +46337,7 @@ class DatabaseClient(object):
46152
46337
  :rtype: :class:`~oci.response.Response`
46153
46338
 
46154
46339
  :example:
46155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
46340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_execution_action.py.html>`__ to see an example of how to use update_execution_action API.
46156
46341
  """
46157
46342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46158
46343
  required_arguments = ['executionActionId']
@@ -46262,7 +46447,7 @@ class DatabaseClient(object):
46262
46447
  :rtype: :class:`~oci.response.Response`
46263
46448
 
46264
46449
  :example:
46265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
46450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_execution_window.py.html>`__ to see an example of how to use update_execution_window API.
46266
46451
  """
46267
46452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46268
46453
  required_arguments = ['executionWindowId']
@@ -46375,7 +46560,7 @@ class DatabaseClient(object):
46375
46560
  :rtype: :class:`~oci.response.Response`
46376
46561
 
46377
46562
  :example:
46378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
46563
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
46379
46564
  """
46380
46565
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46381
46566
  required_arguments = ['externalContainerDatabaseId']
@@ -46486,7 +46671,7 @@ class DatabaseClient(object):
46486
46671
  :rtype: :class:`~oci.response.Response`
46487
46672
 
46488
46673
  :example:
46489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
46674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
46490
46675
  """
46491
46676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46492
46677
  required_arguments = ['externalDatabaseConnectorId']
@@ -46596,7 +46781,7 @@ class DatabaseClient(object):
46596
46781
  :rtype: :class:`~oci.response.Response`
46597
46782
 
46598
46783
  :example:
46599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
46784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
46600
46785
  """
46601
46786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46602
46787
  required_arguments = ['externalNonContainerDatabaseId']
@@ -46708,7 +46893,7 @@ class DatabaseClient(object):
46708
46893
  :rtype: :class:`~oci.response.Response`
46709
46894
 
46710
46895
  :example:
46711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
46896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
46712
46897
  """
46713
46898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46714
46899
  required_arguments = ['externalPluggableDatabaseId']
@@ -46818,7 +47003,7 @@ class DatabaseClient(object):
46818
47003
  :rtype: :class:`~oci.response.Response`
46819
47004
 
46820
47005
  :example:
46821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
47006
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
46822
47007
  """
46823
47008
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46824
47009
  required_arguments = ['keyStoreId']
@@ -46923,7 +47108,7 @@ class DatabaseClient(object):
46923
47108
  :rtype: :class:`~oci.response.Response`
46924
47109
 
46925
47110
  :example:
46926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
47111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
46927
47112
  """
46928
47113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
46929
47114
  required_arguments = ['maintenanceRunId']
@@ -47031,7 +47216,7 @@ class DatabaseClient(object):
47031
47216
  :rtype: :class:`~oci.response.Response`
47032
47217
 
47033
47218
  :example:
47034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
47219
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
47035
47220
  """
47036
47221
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47037
47222
  required_arguments = ['oneoffPatchId']
@@ -47138,7 +47323,7 @@ class DatabaseClient(object):
47138
47323
  :rtype: :class:`~oci.response.Response`
47139
47324
 
47140
47325
  :example:
47141
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
47326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
47142
47327
  """
47143
47328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47144
47329
  required_arguments = ['pluggableDatabaseId']
@@ -47246,7 +47431,7 @@ class DatabaseClient(object):
47246
47431
  :rtype: :class:`~oci.response.Response`
47247
47432
 
47248
47433
  :example:
47249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
47434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_scheduled_action.py.html>`__ to see an example of how to use update_scheduled_action API.
47250
47435
  """
47251
47436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47252
47437
  required_arguments = ['scheduledActionId']
@@ -47356,7 +47541,7 @@ class DatabaseClient(object):
47356
47541
  :rtype: :class:`~oci.response.Response`
47357
47542
 
47358
47543
  :example:
47359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
47544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_scheduling_policy.py.html>`__ to see an example of how to use update_scheduling_policy API.
47360
47545
  """
47361
47546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47362
47547
  required_arguments = ['schedulingPolicyId']
@@ -47471,7 +47656,7 @@ class DatabaseClient(object):
47471
47656
  :rtype: :class:`~oci.response.Response`
47472
47657
 
47473
47658
  :example:
47474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
47659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_scheduling_window.py.html>`__ to see an example of how to use update_scheduling_window API.
47475
47660
  """
47476
47661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47477
47662
  required_arguments = ['schedulingPolicyId', 'schedulingWindowId']
@@ -47582,7 +47767,7 @@ class DatabaseClient(object):
47582
47767
  :rtype: :class:`~oci.response.Response`
47583
47768
 
47584
47769
  :example:
47585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
47770
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
47586
47771
  """
47587
47772
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47588
47773
  required_arguments = ['vmClusterId']
@@ -47698,7 +47883,7 @@ class DatabaseClient(object):
47698
47883
  :rtype: :class:`~oci.response.Response`
47699
47884
 
47700
47885
  :example:
47701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
47886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
47702
47887
  """
47703
47888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47704
47889
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -47809,7 +47994,7 @@ class DatabaseClient(object):
47809
47994
  :rtype: :class:`~oci.response.Response`
47810
47995
 
47811
47996
  :example:
47812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
47997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
47813
47998
  """
47814
47999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47815
48000
  required_arguments = ['databaseId']
@@ -47926,7 +48111,7 @@ class DatabaseClient(object):
47926
48111
  :rtype: :class:`~oci.response.Response`
47927
48112
 
47928
48113
  :example:
47929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
48114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
47930
48115
  """
47931
48116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
47932
48117
  required_arguments = ['dbSystemId']
@@ -48043,7 +48228,7 @@ class DatabaseClient(object):
48043
48228
  :rtype: :class:`~oci.response.Response`
48044
48229
 
48045
48230
  :example:
48046
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
48231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
48047
48232
  """
48048
48233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
48049
48234
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']