oci 2.117.0__py3-none-any.whl → 2.118.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (560) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +36 -36
  6. oci/ai_speech/ai_service_speech_client.py +9 -9
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +8 -8
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  21. oci/apm_traces/query_client.py +2 -2
  22. oci/apm_traces/trace_client.py +4 -4
  23. oci/application_migration/application_migration_client.py +19 -19
  24. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  25. oci/artifacts/artifacts_client.py +32 -32
  26. oci/audit/audit_client.py +3 -3
  27. oci/autoscaling/auto_scaling_client.py +11 -11
  28. oci/bastion/bastion_client.py +15 -15
  29. oci/bds/bds_client.py +51 -51
  30. oci/blockchain/blockchain_platform_client.py +27 -27
  31. oci/budget/budget_client.py +10 -10
  32. oci/certificates/certificates_client.py +5 -5
  33. oci/certificates_management/certificates_management_client.py +32 -32
  34. oci/cims/incident_client.py +8 -8
  35. oci/cims/user_client.py +1 -1
  36. oci/cloud_bridge/common_client.py +5 -5
  37. oci/cloud_bridge/discovery_client.py +14 -14
  38. oci/cloud_bridge/inventory_client.py +16 -16
  39. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  40. oci/cloud_guard/cloud_guard_client.py +133 -133
  41. oci/cloud_migrations/migration_client.py +43 -43
  42. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  43. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  44. oci/compute_instance_agent/plugin_client.py +2 -2
  45. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  46. oci/container_engine/container_engine_client.py +44 -44
  47. oci/container_instances/container_instance_client.py +18 -18
  48. oci/core/blockstorage_client.py +60 -60
  49. oci/core/compute_client.py +99 -99
  50. oci/core/compute_management_client.py +32 -32
  51. oci/core/models/update_instance_details.py +39 -2
  52. oci/core/virtual_network_client.py +242 -242
  53. oci/dashboard_service/dashboard_client.py +6 -6
  54. oci/dashboard_service/dashboard_group_client.py +6 -6
  55. oci/data_catalog/data_catalog_client.py +1027 -252
  56. oci/data_catalog/data_catalog_client_composite_operations.py +276 -0
  57. oci/data_catalog/models/__init__.py +6 -0
  58. oci/data_catalog/models/add_resource_lock_details.py +183 -0
  59. oci/data_catalog/models/catalog.py +76 -2
  60. oci/data_catalog/models/catalog_private_endpoint.py +76 -2
  61. oci/data_catalog/models/catalog_private_endpoint_summary.py +76 -2
  62. oci/data_catalog/models/catalog_summary.py +76 -2
  63. oci/data_catalog/models/metastore.py +76 -2
  64. oci/data_catalog/models/metastore_summary.py +76 -2
  65. oci/data_catalog/models/remove_resource_lock_details.py +183 -0
  66. oci/data_catalog/models/resource_lock.py +185 -0
  67. oci/data_flow/data_flow_client.py +42 -42
  68. oci/data_integration/data_integration_client.py +163 -163
  69. oci/data_integration/models/__init__.py +8 -0
  70. oci/data_integration/models/create_task_details.py +31 -0
  71. oci/data_integration/models/create_task_from_data_loader_task.py +7 -0
  72. oci/data_integration/models/create_task_from_integration_task.py +7 -0
  73. oci/data_integration/models/create_task_from_oci_dataflow_task.py +63 -2
  74. oci/data_integration/models/create_task_from_pipeline_task.py +7 -0
  75. oci/data_integration/models/create_task_from_rest_task.py +7 -0
  76. oci/data_integration/models/create_task_from_sql_task.py +7 -0
  77. oci/data_integration/models/incremental_data_entity_clause.py +170 -0
  78. oci/data_integration/models/incremental_field_clause.py +170 -0
  79. oci/data_integration/models/incremental_read_config.py +103 -0
  80. oci/data_integration/models/json_format_attribute.py +33 -2
  81. oci/data_integration/models/read_operation_config.py +27 -0
  82. oci/data_integration/models/runtime_operator.py +2 -2
  83. oci/data_integration/models/runtime_operator_summary.py +2 -2
  84. oci/data_integration/models/shape_details.py +68 -0
  85. oci/data_integration/models/task.py +31 -0
  86. oci/data_integration/models/task_from_data_loader_task_details.py +7 -0
  87. oci/data_integration/models/task_from_integration_task_details.py +7 -0
  88. oci/data_integration/models/task_from_oci_dataflow_task_details.py +63 -2
  89. oci/data_integration/models/task_from_pipeline_task_details.py +7 -0
  90. oci/data_integration/models/task_from_rest_task_details.py +7 -0
  91. oci/data_integration/models/task_from_sql_task_details.py +7 -0
  92. oci/data_integration/models/task_summary.py +31 -0
  93. oci/data_integration/models/task_summary_from_data_loader_task.py +7 -0
  94. oci/data_integration/models/task_summary_from_integration_task.py +7 -0
  95. oci/data_integration/models/task_summary_from_oci_dataflow_task.py +63 -2
  96. oci/data_integration/models/task_summary_from_pipeline_task.py +7 -0
  97. oci/data_integration/models/task_summary_from_rest_task.py +7 -0
  98. oci/data_integration/models/task_summary_from_sql_task.py +7 -0
  99. oci/data_integration/models/update_task_details.py +31 -0
  100. oci/data_integration/models/update_task_from_data_loader_task.py +7 -0
  101. oci/data_integration/models/update_task_from_integration_task.py +7 -0
  102. oci/data_integration/models/update_task_from_oci_dataflow_task.py +63 -2
  103. oci/data_integration/models/update_task_from_pipeline_task.py +7 -0
  104. oci/data_integration/models/update_task_from_rest_task.py +7 -0
  105. oci/data_integration/models/update_task_from_sql_task.py +7 -0
  106. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  107. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  108. oci/data_safe/data_safe_client.py +307 -290
  109. oci/data_safe/data_safe_client_composite_operations.py +5 -5
  110. oci/data_safe/models/__init__.py +2 -0
  111. oci/data_safe/models/audit_event_aggregation_dimensions.py +6 -6
  112. oci/data_safe/models/audit_event_summary.py +14 -14
  113. oci/data_safe/models/audit_policy_dimensions.py +2 -2
  114. oci/data_safe/models/change_report_compartment_details.py +1 -1
  115. oci/data_safe/models/change_sql_firewall_policy_compartment_details.py +2 -2
  116. oci/data_safe/models/database_security_config.py +1 -1
  117. oci/data_safe/models/database_security_config_summary.py +1 -1
  118. oci/data_safe/models/delete_rows_format_entry.py +1 -1
  119. oci/data_safe/models/deterministic_encryption_date_format_entry.py +1 -1
  120. oci/data_safe/models/deterministic_encryption_format_entry.py +1 -1
  121. oci/data_safe/models/deterministic_substitution_format_entry.py +1 -1
  122. oci/data_safe/models/dimensions.py +33 -2
  123. oci/data_safe/models/discovery_analytics_summary.py +7 -3
  124. oci/data_safe/models/entry_details.py +2 -2
  125. oci/data_safe/models/finding_summary.py +2 -2
  126. oci/data_safe/models/firewall_policy_entry_details.py +5 -5
  127. oci/data_safe/models/fixed_number_format_entry.py +1 -1
  128. oci/data_safe/models/fixed_string_format_entry.py +1 -1
  129. oci/data_safe/models/format_entry.py +11 -3
  130. oci/data_safe/models/generate_report_details.py +2 -2
  131. oci/data_safe/models/library_masking_format_entry.py +1 -1
  132. oci/data_safe/models/mask_data_details.py +4 -2
  133. oci/data_safe/models/null_value_format_entry.py +1 -1
  134. oci/data_safe/models/patch_alerts_details.py +1 -1
  135. oci/data_safe/models/pattern_format_entry.py +104 -0
  136. oci/data_safe/models/ppf_format_entry.py +1 -1
  137. oci/data_safe/models/preserve_original_data_format_entry.py +1 -1
  138. oci/data_safe/models/random_date_format_entry.py +1 -1
  139. oci/data_safe/models/random_decimal_number_format_entry.py +1 -1
  140. oci/data_safe/models/random_digits_format_entry.py +1 -1
  141. oci/data_safe/models/random_list_format_entry.py +1 -1
  142. oci/data_safe/models/random_number_format_entry.py +1 -1
  143. oci/data_safe/models/random_string_format_entry.py +1 -1
  144. oci/data_safe/models/random_substitution_format_entry.py +1 -1
  145. oci/data_safe/models/regular_expression_format_entry.py +1 -1
  146. oci/data_safe/models/report.py +2 -2
  147. oci/data_safe/models/report_definition.py +8 -8
  148. oci/data_safe/models/report_summary.py +2 -2
  149. oci/data_safe/models/schedule_report_details.py +2 -2
  150. oci/data_safe/models/sdm_masking_policy_difference.py +5 -5
  151. oci/data_safe/models/sensitive_category.py +7 -0
  152. oci/data_safe/models/sensitive_type.py +33 -0
  153. oci/data_safe/models/sensitive_type_pattern.py +7 -0
  154. oci/data_safe/models/sensitive_type_summary.py +33 -0
  155. oci/data_safe/models/shuffle_format_entry.py +1 -1
  156. oci/data_safe/models/sql_expression_format_entry.py +1 -1
  157. oci/data_safe/models/sql_firewall_allowed_sql_aggregation.py +1 -1
  158. oci/data_safe/models/sql_firewall_allowed_sql_analytics_collection.py +1 -1
  159. oci/data_safe/models/sql_firewall_allowed_sql_collection.py +3 -3
  160. oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -7
  161. oci/data_safe/models/sql_firewall_allowed_sql_summary.py +23 -23
  162. oci/data_safe/models/sql_firewall_config.py +1 -1
  163. oci/data_safe/models/sql_firewall_policy.py +35 -35
  164. oci/data_safe/models/sql_firewall_policy_aggregation.py +1 -1
  165. oci/data_safe/models/sql_firewall_policy_analytics_collection.py +1 -1
  166. oci/data_safe/models/sql_firewall_policy_collection.py +3 -3
  167. oci/data_safe/models/sql_firewall_policy_dimensions.py +9 -9
  168. oci/data_safe/models/sql_firewall_policy_summary.py +29 -29
  169. oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.py +2 -2
  170. oci/data_safe/models/substring_format_entry.py +1 -1
  171. oci/data_safe/models/truncate_table_format_entry.py +1 -1
  172. oci/data_safe/models/udf_format_entry.py +1 -1
  173. oci/data_safe/models/update_sql_firewall_config_details.py +1 -1
  174. oci/data_safe/models/update_sql_firewall_policy_details.py +19 -19
  175. oci/data_safe/models/work_request.py +11 -3
  176. oci/data_safe/models/work_request_summary.py +11 -3
  177. oci/data_science/data_science_client.py +91 -91
  178. oci/database/database_client.py +327 -327
  179. oci/database_management/db_management_client.py +182 -182
  180. oci/database_management/diagnosability_client.py +4 -4
  181. oci/database_management/managed_my_sql_databases_client.py +6 -6
  182. oci/database_management/perfhub_client.py +1 -1
  183. oci/database_management/sql_tuning_client.py +17 -17
  184. oci/database_migration/database_migration_client.py +41 -41
  185. oci/database_tools/database_tools_client.py +23 -23
  186. oci/devops/devops_client.py +89 -89
  187. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  188. oci/dns/dns_client.py +52 -52
  189. oci/dts/appliance_export_job_client.py +6 -6
  190. oci/dts/shipping_vendors_client.py +1 -1
  191. oci/dts/transfer_appliance_client.py +8 -8
  192. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  193. oci/dts/transfer_device_client.py +5 -5
  194. oci/dts/transfer_job_client.py +6 -6
  195. oci/dts/transfer_package_client.py +7 -7
  196. oci/em_warehouse/em_data_lake_client.py +13 -13
  197. oci/em_warehouse/em_warehouse_client.py +13 -13
  198. oci/email/email_client.py +25 -25
  199. oci/events/events_client.py +6 -6
  200. oci/file_storage/file_storage_client.py +50 -50
  201. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  202. oci/functions/functions_invoke_client.py +1 -1
  203. oci/functions/functions_management_client.py +16 -16
  204. oci/fusion_apps/data_masking_activity_client.py +3 -3
  205. oci/fusion_apps/fusion_applications_client.py +39 -39
  206. oci/fusion_apps/fusion_environment_client.py +15 -15
  207. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  208. oci/fusion_apps/refresh_activity_client.py +4 -4
  209. oci/fusion_apps/scheduled_activity_client.py +2 -2
  210. oci/fusion_apps/service_attachment_client.py +2 -2
  211. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  212. oci/golden_gate/golden_gate_client.py +61 -61
  213. oci/golden_gate/models/amazon_kinesis_connection.py +9 -0
  214. oci/golden_gate/models/amazon_kinesis_connection_summary.py +8 -0
  215. oci/golden_gate/models/amazon_redshift_connection.py +9 -0
  216. oci/golden_gate/models/amazon_redshift_connection_summary.py +8 -0
  217. oci/golden_gate/models/amazon_s3_connection.py +9 -0
  218. oci/golden_gate/models/amazon_s3_connection_summary.py +8 -0
  219. oci/golden_gate/models/azure_data_lake_storage_connection.py +9 -0
  220. oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +8 -0
  221. oci/golden_gate/models/azure_synapse_connection.py +9 -0
  222. oci/golden_gate/models/azure_synapse_connection_summary.py +8 -0
  223. oci/golden_gate/models/connection.py +61 -4
  224. oci/golden_gate/models/connection_summary.py +61 -4
  225. oci/golden_gate/models/create_amazon_kinesis_connection_details.py +8 -0
  226. oci/golden_gate/models/create_amazon_redshift_connection_details.py +8 -0
  227. oci/golden_gate/models/create_amazon_s3_connection_details.py +8 -0
  228. oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +8 -0
  229. oci/golden_gate/models/create_azure_synapse_connection_details.py +8 -0
  230. oci/golden_gate/models/create_connection_details.py +61 -4
  231. oci/golden_gate/models/create_database_registration_details.py +2 -2
  232. oci/golden_gate/models/create_deployment_details.py +41 -2
  233. oci/golden_gate/models/create_elasticsearch_connection_details.py +8 -0
  234. oci/golden_gate/models/create_generic_connection_details.py +8 -0
  235. oci/golden_gate/models/create_golden_gate_connection_details.py +14 -0
  236. oci/golden_gate/models/create_google_big_query_connection_details.py +8 -0
  237. oci/golden_gate/models/create_google_cloud_storage_connection_details.py +8 -0
  238. oci/golden_gate/models/create_hdfs_connection_details.py +8 -0
  239. oci/golden_gate/models/create_java_message_service_connection_details.py +14 -0
  240. oci/golden_gate/models/create_kafka_connection_details.py +8 -0
  241. oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +14 -0
  242. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +14 -0
  243. oci/golden_gate/models/create_mongo_db_connection_details.py +8 -0
  244. oci/golden_gate/models/create_mysql_connection_details.py +14 -0
  245. oci/golden_gate/models/create_oci_object_storage_connection_details.py +8 -0
  246. oci/golden_gate/models/create_oracle_connection_details.py +14 -0
  247. oci/golden_gate/models/create_oracle_nosql_connection_details.py +8 -0
  248. oci/golden_gate/models/create_postgresql_connection_details.py +14 -0
  249. oci/golden_gate/models/create_redis_connection_details.py +8 -0
  250. oci/golden_gate/models/create_snowflake_connection_details.py +8 -0
  251. oci/golden_gate/models/database_registration.py +2 -2
  252. oci/golden_gate/models/database_registration_summary.py +2 -2
  253. oci/golden_gate/models/deployment.py +113 -4
  254. oci/golden_gate/models/deployment_summary.py +78 -2
  255. oci/golden_gate/models/elasticsearch_connection.py +9 -0
  256. oci/golden_gate/models/elasticsearch_connection_summary.py +8 -0
  257. oci/golden_gate/models/generic_connection.py +9 -0
  258. oci/golden_gate/models/generic_connection_summary.py +8 -0
  259. oci/golden_gate/models/golden_gate_connection.py +15 -0
  260. oci/golden_gate/models/golden_gate_connection_summary.py +14 -0
  261. oci/golden_gate/models/google_big_query_connection.py +9 -0
  262. oci/golden_gate/models/google_big_query_connection_summary.py +8 -0
  263. oci/golden_gate/models/google_cloud_storage_connection.py +9 -0
  264. oci/golden_gate/models/google_cloud_storage_connection_summary.py +8 -0
  265. oci/golden_gate/models/hdfs_connection.py +9 -0
  266. oci/golden_gate/models/hdfs_connection_summary.py +8 -0
  267. oci/golden_gate/models/java_message_service_connection.py +15 -0
  268. oci/golden_gate/models/java_message_service_connection_summary.py +14 -0
  269. oci/golden_gate/models/kafka_bootstrap_server.py +6 -0
  270. oci/golden_gate/models/kafka_connection.py +9 -0
  271. oci/golden_gate/models/kafka_connection_summary.py +8 -0
  272. oci/golden_gate/models/kafka_schema_registry_connection.py +15 -0
  273. oci/golden_gate/models/kafka_schema_registry_connection_summary.py +14 -0
  274. oci/golden_gate/models/microsoft_sqlserver_connection.py +15 -0
  275. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +14 -0
  276. oci/golden_gate/models/mongo_db_connection.py +9 -0
  277. oci/golden_gate/models/mongo_db_connection_summary.py +8 -0
  278. oci/golden_gate/models/mysql_connection.py +15 -0
  279. oci/golden_gate/models/mysql_connection_summary.py +14 -0
  280. oci/golden_gate/models/oci_object_storage_connection.py +9 -0
  281. oci/golden_gate/models/oci_object_storage_connection_summary.py +8 -0
  282. oci/golden_gate/models/oracle_connection.py +15 -0
  283. oci/golden_gate/models/oracle_connection_summary.py +14 -0
  284. oci/golden_gate/models/oracle_nosql_connection.py +9 -0
  285. oci/golden_gate/models/oracle_nosql_connection_summary.py +8 -0
  286. oci/golden_gate/models/postgresql_connection.py +15 -0
  287. oci/golden_gate/models/postgresql_connection_summary.py +14 -0
  288. oci/golden_gate/models/redis_connection.py +9 -0
  289. oci/golden_gate/models/redis_connection_summary.py +8 -0
  290. oci/golden_gate/models/snowflake_connection.py +9 -0
  291. oci/golden_gate/models/snowflake_connection_summary.py +8 -0
  292. oci/golden_gate/models/update_amazon_kinesis_connection_details.py +15 -0
  293. oci/golden_gate/models/update_amazon_redshift_connection_details.py +15 -0
  294. oci/golden_gate/models/update_amazon_s3_connection_details.py +15 -0
  295. oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +15 -0
  296. oci/golden_gate/models/update_azure_synapse_connection_details.py +15 -0
  297. oci/golden_gate/models/update_connection_details.py +94 -2
  298. oci/golden_gate/models/update_deployment_details.py +2 -2
  299. oci/golden_gate/models/update_elasticsearch_connection_details.py +15 -0
  300. oci/golden_gate/models/update_generic_connection_details.py +15 -0
  301. oci/golden_gate/models/update_golden_gate_connection_details.py +21 -0
  302. oci/golden_gate/models/update_google_big_query_connection_details.py +15 -0
  303. oci/golden_gate/models/update_google_cloud_storage_connection_details.py +15 -0
  304. oci/golden_gate/models/update_hdfs_connection_details.py +15 -0
  305. oci/golden_gate/models/update_java_message_service_connection_details.py +21 -0
  306. oci/golden_gate/models/update_kafka_connection_details.py +15 -0
  307. oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +21 -0
  308. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +21 -0
  309. oci/golden_gate/models/update_mongo_db_connection_details.py +15 -0
  310. oci/golden_gate/models/update_mysql_connection_details.py +21 -0
  311. oci/golden_gate/models/update_oci_object_storage_connection_details.py +15 -0
  312. oci/golden_gate/models/update_oracle_connection_details.py +21 -0
  313. oci/golden_gate/models/update_oracle_nosql_connection_details.py +15 -0
  314. oci/golden_gate/models/update_postgresql_connection_details.py +21 -0
  315. oci/golden_gate/models/update_redis_connection_details.py +15 -0
  316. oci/golden_gate/models/update_snowflake_connection_details.py +15 -0
  317. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  318. oci/governance_rules_control_plane/work_request_client.py +5 -5
  319. oci/healthchecks/health_checks_client.py +17 -17
  320. oci/identity/identity_client.py +145 -145
  321. oci/identity_data_plane/dataplane_client.py +2 -2
  322. oci/identity_domains/identity_domains_client.py +1901 -1029
  323. oci/identity_domains/models/__init__.py +8 -0
  324. oci/identity_domains/models/extension_user_user.py +59 -0
  325. oci/identity_domains/models/identity_propagation_trust.py +1623 -0
  326. oci/identity_domains/models/identity_propagation_trust_impersonation_service_users.py +243 -0
  327. oci/identity_domains/models/identity_propagation_trust_keytab.py +153 -0
  328. oci/identity_domains/models/identity_propagation_trusts.py +196 -0
  329. oci/identity_domains/models/me.py +1 -1
  330. oci/identity_domains/models/me_name.py +4 -4
  331. oci/identity_domains/models/user.py +1 -1
  332. oci/identity_domains/models/user_name.py +4 -4
  333. oci/integration/integration_instance_client.py +15 -15
  334. oci/jms/java_management_service_client.py +66 -66
  335. oci/jms_java_downloads/java_download_client.py +25 -25
  336. oci/key_management/ekm_client.py +5 -5
  337. oci/key_management/kms_crypto_client.py +6 -6
  338. oci/key_management/kms_management_client.py +21 -21
  339. oci/key_management/kms_vault_client.py +14 -14
  340. oci/license_manager/license_manager_client.py +18 -18
  341. oci/limits/limits_client.py +4 -4
  342. oci/limits/quotas_client.py +7 -7
  343. oci/load_balancer/load_balancer_client.py +61 -61
  344. oci/lockbox/lockbox_client.py +23 -23
  345. oci/log_analytics/log_analytics_client.py +193 -193
  346. oci/logging/logging_management_client.py +30 -30
  347. oci/loggingingestion/logging_client.py +1 -1
  348. oci/loggingsearch/log_search_client.py +1 -1
  349. oci/management_agent/management_agent_client.py +23 -23
  350. oci/management_dashboard/dashx_apis_client.py +14 -14
  351. oci/marketplace/account_client.py +2 -2
  352. oci/marketplace/marketplace_client.py +30 -30
  353. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  354. oci/media_services/media_services_client.py +48 -48
  355. oci/media_services/media_stream_client.py +2 -2
  356. oci/monitoring/monitoring_client.py +13 -13
  357. oci/mysql/channels_client.py +7 -7
  358. oci/mysql/db_backups_client.py +6 -6
  359. oci/mysql/db_system_client.py +17 -17
  360. oci/mysql/mysqlaas_client.py +7 -7
  361. oci/mysql/replicas_client.py +5 -5
  362. oci/mysql/work_requests_client.py +4 -4
  363. oci/network_firewall/network_firewall_client.py +80 -80
  364. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  365. oci/nosql/nosql_client.py +24 -24
  366. oci/object_storage/object_storage_client.py +50 -50
  367. oci/oce/oce_instance_client.py +10 -10
  368. oci/oci_control_center/occ_metrics_client.py +3 -3
  369. oci/ocvp/cluster_client.py +5 -5
  370. oci/ocvp/esxi_host_client.py +8 -8
  371. oci/ocvp/sddc_client.py +14 -14
  372. oci/ocvp/work_request_client.py +4 -4
  373. oci/oda/management_client.py +56 -56
  374. oci/oda/oda_client.py +17 -17
  375. oci/oda/odapackage_client.py +7 -7
  376. oci/onesubscription/billing_schedule_client.py +1 -1
  377. oci/onesubscription/commitment_client.py +2 -2
  378. oci/onesubscription/computed_usage_client.py +3 -3
  379. oci/onesubscription/invoice_summary_client.py +2 -2
  380. oci/onesubscription/organization_subscription_client.py +1 -1
  381. oci/onesubscription/ratecard_client.py +1 -1
  382. oci/onesubscription/subscribed_service_client.py +2 -2
  383. oci/onesubscription/subscription_client.py +1 -1
  384. oci/ons/notification_control_plane_client.py +6 -6
  385. oci/ons/notification_data_plane_client.py +10 -10
  386. oci/opa/opa_instance_client.py +11 -11
  387. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  388. oci/opensearch/opensearch_cluster_client.py +14 -14
  389. oci/operator_access_control/access_requests_client.py +9 -9
  390. oci/operator_access_control/operator_actions_client.py +2 -2
  391. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  392. oci/operator_access_control/operator_control_client.py +6 -6
  393. oci/opsi/operations_insights_client.py +173 -173
  394. oci/optimizer/models/create_profile_details.py +33 -0
  395. oci/optimizer/models/profile.py +33 -0
  396. oci/optimizer/models/profile_summary.py +33 -0
  397. oci/optimizer/models/update_profile_details.py +33 -0
  398. oci/optimizer/optimizer_client.py +129 -53
  399. oci/os_management/event_client.py +8 -8
  400. oci/os_management/os_management_client.py +69 -69
  401. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  402. oci/os_management_hub/managed_instance_client.py +22 -22
  403. oci/os_management_hub/managed_instance_group_client.py +22 -22
  404. oci/os_management_hub/management_station_client.py +8 -8
  405. oci/os_management_hub/onboarding_client.py +5 -5
  406. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  407. oci/os_management_hub/scheduled_job_client.py +6 -6
  408. oci/os_management_hub/software_source_client.py +22 -22
  409. oci/os_management_hub/work_request_client.py +4 -4
  410. oci/osp_gateway/address_rule_service_client.py +1 -1
  411. oci/osp_gateway/address_service_client.py +2 -2
  412. oci/osp_gateway/invoice_service_client.py +5 -5
  413. oci/osp_gateway/subscription_service_client.py +5 -5
  414. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  415. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  416. oci/osub_subscription/commitment_client.py +2 -2
  417. oci/osub_subscription/ratecard_client.py +1 -1
  418. oci/osub_subscription/subscription_client.py +1 -1
  419. oci/osub_usage/computed_usage_client.py +3 -3
  420. oci/psql/models/backup.py +53 -21
  421. oci/psql/models/backup_policy.py +5 -5
  422. oci/psql/models/backup_source_details.py +10 -5
  423. oci/psql/models/backup_summary.py +47 -19
  424. oci/psql/models/change_backup_compartment_details.py +7 -5
  425. oci/psql/models/change_configuration_compartment_details.py +7 -5
  426. oci/psql/models/change_db_system_compartment_details.py +3 -3
  427. oci/psql/models/config_overrides.py +5 -5
  428. oci/psql/models/config_params.py +17 -17
  429. oci/psql/models/configuration.py +37 -21
  430. oci/psql/models/configuration_collection.py +2 -2
  431. oci/psql/models/configuration_details.py +1 -1
  432. oci/psql/models/configuration_summary.py +39 -19
  433. oci/psql/models/connection_details.py +5 -5
  434. oci/psql/models/create_backup_details.py +13 -9
  435. oci/psql/models/create_configuration_details.py +21 -15
  436. oci/psql/models/create_db_instance_details.py +9 -9
  437. oci/psql/models/create_db_system_details.py +35 -25
  438. oci/psql/models/credentials.py +3 -3
  439. oci/psql/models/daily_backup_policy.py +3 -3
  440. oci/psql/models/db_configuration_override_collection.py +3 -3
  441. oci/psql/models/db_instance.py +35 -15
  442. oci/psql/models/db_instance_endpoint.py +3 -3
  443. oci/psql/models/db_system.py +63 -33
  444. oci/psql/models/db_system_collection.py +3 -3
  445. oci/psql/models/db_system_details.py +5 -5
  446. oci/psql/models/db_system_summary.py +57 -27
  447. oci/psql/models/default_config_params.py +15 -15
  448. oci/psql/models/default_configuration.py +31 -19
  449. oci/psql/models/default_configuration_collection.py +2 -2
  450. oci/psql/models/default_configuration_details.py +1 -1
  451. oci/psql/models/default_configuration_summary.py +29 -17
  452. oci/psql/models/endpoint.py +7 -7
  453. oci/psql/models/failover_db_system_details.py +13 -9
  454. oci/psql/models/management_policy.py +1 -1
  455. oci/psql/models/management_policy_details.py +1 -1
  456. oci/psql/models/monthly_backup_policy.py +5 -5
  457. oci/psql/models/network_details.py +15 -7
  458. oci/psql/models/none_backup_policy.py +1 -1
  459. oci/psql/models/none_source_details.py +1 -1
  460. oci/psql/models/oci_optimized_storage_details.py +3 -3
  461. oci/psql/models/password_details.py +4 -4
  462. oci/psql/models/patch_db_system_details.py +2 -2
  463. oci/psql/models/plain_text_password_details.py +3 -3
  464. oci/psql/models/primary_db_instance_details.py +3 -3
  465. oci/psql/models/reset_master_user_password_details.py +2 -2
  466. oci/psql/models/restart_db_instance_in_db_system_details.py +5 -5
  467. oci/psql/models/restore_db_system_details.py +11 -7
  468. oci/psql/models/shape_collection.py +3 -3
  469. oci/psql/models/shape_summary.py +11 -9
  470. oci/psql/models/source_details.py +1 -1
  471. oci/psql/models/storage_details.py +13 -13
  472. oci/psql/models/update_backup_details.py +4 -4
  473. oci/psql/models/update_configuration_details.py +73 -7
  474. oci/psql/models/update_db_config_params.py +11 -7
  475. oci/psql/models/update_db_system_db_instance_details.py +5 -5
  476. oci/psql/models/update_db_system_details.py +4 -4
  477. oci/psql/models/update_storage_details_params.py +5 -5
  478. oci/psql/models/vault_secret_password_details.py +9 -5
  479. oci/psql/models/weekly_backup_policy.py +5 -5
  480. oci/psql/models/work_request.py +19 -9
  481. oci/psql/models/work_request_error.py +12 -6
  482. oci/psql/models/work_request_error_collection.py +2 -2
  483. oci/psql/models/work_request_log_entry.py +6 -2
  484. oci/psql/models/work_request_log_entry_collection.py +2 -2
  485. oci/psql/models/work_request_resource.py +4 -4
  486. oci/psql/models/work_request_summary.py +18 -8
  487. oci/psql/models/work_request_summary_collection.py +2 -2
  488. oci/psql/postgresql_client.py +186 -127
  489. oci/psql/postgresql_client_composite_operations.py +23 -69
  490. oci/queue/queue_admin_client.py +11 -11
  491. oci/queue/queue_client.py +8 -8
  492. oci/recovery/database_recovery_client.py +23 -23
  493. oci/redis/redis_cluster_client.py +11 -11
  494. oci/resource_manager/resource_manager_client.py +52 -52
  495. oci/resource_search/resource_search_client.py +3 -3
  496. oci/rover/rover_bundle_client.py +8 -8
  497. oci/rover/rover_cluster_client.py +8 -8
  498. oci/rover/rover_entitlement_client.py +6 -6
  499. oci/rover/rover_node_client.py +15 -15
  500. oci/rover/shape_client.py +1 -1
  501. oci/rover/work_requests_client.py +5 -5
  502. oci/sch/service_connector_client.py +12 -12
  503. oci/secrets/secrets_client.py +3 -3
  504. oci/service_catalog/service_catalog_client.py +26 -26
  505. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  506. oci/service_mesh/service_mesh_client.py +48 -48
  507. oci/stack_monitoring/models/discovery_details.py +7 -3
  508. oci/stack_monitoring/models/discovery_job_summary.py +7 -3
  509. oci/stack_monitoring/stack_monitoring_client.py +58 -58
  510. oci/streaming/stream_admin_client.py +18 -18
  511. oci/streaming/stream_client.py +8 -8
  512. oci/tenant_manager_control_plane/domain_client.py +5 -5
  513. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  514. oci/tenant_manager_control_plane/governance_client.py +2 -2
  515. oci/tenant_manager_control_plane/link_client.py +3 -3
  516. oci/tenant_manager_control_plane/orders_client.py +2 -2
  517. oci/tenant_manager_control_plane/organization_client.py +10 -10
  518. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  519. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  520. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  521. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  522. oci/threat_intelligence/threatintel_client.py +5 -5
  523. oci/usage/resources_client.py +2 -2
  524. oci/usage/rewards_client.py +6 -6
  525. oci/usage/usagelimits_client.py +1 -1
  526. oci/usage_api/models/__init__.py +24 -0
  527. oci/usage_api/models/average_carbon_emission.py +103 -0
  528. oci/usage_api/models/clean_energy_usage.py +134 -0
  529. oci/usage_api/models/create_schedule_details.py +4 -4
  530. oci/usage_api/models/create_usage_carbon_emissions_query_details.py +99 -0
  531. oci/usage_api/models/request_usage_carbon_emissions_details.py +297 -0
  532. oci/usage_api/models/schedule.py +4 -4
  533. oci/usage_api/models/update_schedule_details.py +2 -2
  534. oci/usage_api/models/update_usage_carbon_emissions_query_details.py +68 -0
  535. oci/usage_api/models/usage_carbon_emission_aggregation.py +103 -0
  536. oci/usage_api/models/usage_carbon_emission_summary.py +630 -0
  537. oci/usage_api/models/usage_carbon_emissions_query.py +130 -0
  538. oci/usage_api/models/usage_carbon_emissions_query_collection.py +72 -0
  539. oci/usage_api/models/usage_carbon_emissions_query_definition.py +157 -0
  540. oci/usage_api/models/usage_carbon_emissions_query_summary.py +99 -0
  541. oci/usage_api/models/usage_carbon_emissions_report_query.py +356 -0
  542. oci/usage_api/usageapi_client.py +1151 -210
  543. oci/vault/vaults_client.py +11 -11
  544. oci/vbs_inst/vbs_instance_client.py +10 -10
  545. oci/version.py +1 -1
  546. oci/visual_builder/vb_instance_client.py +13 -13
  547. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  548. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  549. oci/waa/waa_client.py +13 -13
  550. oci/waa/work_request_client.py +4 -4
  551. oci/waas/redirect_client.py +6 -6
  552. oci/waas/waas_client.py +66 -66
  553. oci/waf/waf_client.py +24 -24
  554. oci/work_requests/work_request_client.py +4 -4
  555. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/METADATA +1 -1
  556. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/RECORD +560 -536
  557. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/LICENSE.txt +0 -0
  558. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  559. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/WHEEL +0 -0
  560. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/top_level.txt +0 -0
@@ -157,7 +157,7 @@ class DatabaseClient(object):
157
157
  :rtype: :class:`~oci.response.Response`
158
158
 
159
159
  :example:
160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.118.0/database/activate_exadata_infrastructure.py.html>`__ to see an example of how to use activate_exadata_infrastructure API.
161
161
  """
162
162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
163
163
  required_arguments = ['exadataInfrastructureId']
@@ -272,7 +272,7 @@ class DatabaseClient(object):
272
272
  :rtype: :class:`~oci.response.Response`
273
273
 
274
274
  :example:
275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/add_storage_capacity_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_cloud_exadata_infrastructure API.
276
276
  """
277
277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
278
278
  required_arguments = ['cloudExadataInfrastructureId']
@@ -387,7 +387,7 @@ class DatabaseClient(object):
387
387
  :rtype: :class:`~oci.response.Response`
388
388
 
389
389
  :example:
390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/add_storage_capacity_exadata_infrastructure.py.html>`__ to see an example of how to use add_storage_capacity_exadata_infrastructure API.
391
391
  """
392
392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
393
393
  required_arguments = ['exadataInfrastructureId']
@@ -505,7 +505,7 @@ class DatabaseClient(object):
505
505
  :rtype: :class:`~oci.response.Response`
506
506
 
507
507
  :example:
508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/add_virtual_machine_to_cloud_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_cloud_vm_cluster API.
509
509
  """
510
510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
511
511
  required_arguments = ['cloudVmClusterId']
@@ -625,7 +625,7 @@ class DatabaseClient(object):
625
625
  :rtype: :class:`~oci.response.Response`
626
626
 
627
627
  :example:
628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/add_virtual_machine_to_vm_cluster.py.html>`__ to see an example of how to use add_virtual_machine_to_vm_cluster API.
629
629
  """
630
630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
631
631
  required_arguments = ['vmClusterId']
@@ -745,7 +745,7 @@ class DatabaseClient(object):
745
745
  :rtype: :class:`~oci.response.Response`
746
746
 
747
747
  :example:
748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/autonomous_database_manual_refresh.py.html>`__ to see an example of how to use autonomous_database_manual_refresh API.
749
749
  """
750
750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
751
751
  required_arguments = ['autonomousDatabaseId']
@@ -862,7 +862,7 @@ class DatabaseClient(object):
862
862
  :rtype: :class:`~oci.response.Response`
863
863
 
864
864
  :example:
865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
865
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/cancel_backup.py.html>`__ to see an example of how to use cancel_backup API.
866
866
  """
867
867
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
868
868
  required_arguments = ['backupId']
@@ -982,7 +982,7 @@ class DatabaseClient(object):
982
982
  :rtype: :class:`~oci.response.Response`
983
983
 
984
984
  :example:
985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_autonomous_container_database_compartment.py.html>`__ to see an example of how to use change_autonomous_container_database_compartment API.
986
986
  """
987
987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
988
988
  required_arguments = ['autonomousContainerDatabaseId']
@@ -1104,7 +1104,7 @@ class DatabaseClient(object):
1104
1104
  :rtype: :class:`~oci.response.Response`
1105
1105
 
1106
1106
  :example:
1107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_autonomous_database_compartment.py.html>`__ to see an example of how to use change_autonomous_database_compartment API.
1108
1108
  """
1109
1109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1110
1110
  required_arguments = ['autonomousDatabaseId']
@@ -1226,7 +1226,7 @@ class DatabaseClient(object):
1226
1226
  :rtype: :class:`~oci.response.Response`
1227
1227
 
1228
1228
  :example:
1229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1230
1230
  """
1231
1231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1232
1232
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -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.117.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_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 = ['autonomousVmClusterId']
@@ -1466,7 +1466,7 @@ class DatabaseClient(object):
1466
1466
  :rtype: :class:`~oci.response.Response`
1467
1467
 
1468
1468
  :example:
1469
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1470
1470
  """
1471
1471
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1472
1472
  required_arguments = ['backupDestinationId']
@@ -1584,7 +1584,7 @@ class DatabaseClient(object):
1584
1584
  :rtype: :class:`~oci.response.Response`
1585
1585
 
1586
1586
  :example:
1587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
1587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
1588
1588
  """
1589
1589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1590
1590
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -1704,7 +1704,7 @@ class DatabaseClient(object):
1704
1704
  :rtype: :class:`~oci.response.Response`
1705
1705
 
1706
1706
  :example:
1707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1708
1708
  """
1709
1709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1710
1710
  required_arguments = ['cloudExadataInfrastructureId']
@@ -1822,7 +1822,7 @@ class DatabaseClient(object):
1822
1822
  :rtype: :class:`~oci.response.Response`
1823
1823
 
1824
1824
  :example:
1825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1826
1826
  """
1827
1827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1828
1828
  required_arguments = ['cloudVmClusterId']
@@ -1944,7 +1944,7 @@ class DatabaseClient(object):
1944
1944
  :rtype: :class:`~oci.response.Response`
1945
1945
 
1946
1946
  :example:
1947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
1947
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
1948
1948
  """
1949
1949
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1950
1950
  required_arguments = ['databaseSoftwareImageId']
@@ -2067,7 +2067,7 @@ class DatabaseClient(object):
2067
2067
  :rtype: :class:`~oci.response.Response`
2068
2068
 
2069
2069
  :example:
2070
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2070
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2071
2071
  """
2072
2072
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2073
2073
  required_arguments = ['autonomousContainerDatabaseId']
@@ -2198,7 +2198,7 @@ class DatabaseClient(object):
2198
2198
  :rtype: :class:`~oci.response.Response`
2199
2199
 
2200
2200
  :example:
2201
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2201
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2202
2202
  """
2203
2203
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2204
2204
  required_arguments = ['dbSystemId']
@@ -2309,7 +2309,7 @@ class DatabaseClient(object):
2309
2309
  :rtype: :class:`~oci.response.Response`
2310
2310
 
2311
2311
  :example:
2312
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2312
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2313
2313
  """
2314
2314
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2315
2315
  required_arguments = ['autonomousDatabaseId']
@@ -2427,7 +2427,7 @@ class DatabaseClient(object):
2427
2427
  :rtype: :class:`~oci.response.Response`
2428
2428
 
2429
2429
  :example:
2430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2431
2431
  """
2432
2432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2433
2433
  required_arguments = ['exadataInfrastructureId']
@@ -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.117.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_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 = ['externalContainerDatabaseId']
@@ -2672,7 +2672,7 @@ class DatabaseClient(object):
2672
2672
  :rtype: :class:`~oci.response.Response`
2673
2673
 
2674
2674
  :example:
2675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
2675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
2676
2676
  """
2677
2677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2678
2678
  required_arguments = ['externalNonContainerDatabaseId']
@@ -2797,7 +2797,7 @@ class DatabaseClient(object):
2797
2797
  :rtype: :class:`~oci.response.Response`
2798
2798
 
2799
2799
  :example:
2800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2801
2801
  """
2802
2802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2803
2803
  required_arguments = ['externalPluggableDatabaseId']
@@ -2919,7 +2919,7 @@ class DatabaseClient(object):
2919
2919
  :rtype: :class:`~oci.response.Response`
2920
2920
 
2921
2921
  :example:
2922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
2922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
2923
2923
  """
2924
2924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2925
2925
  required_arguments = ['keyStoreId']
@@ -3037,7 +3037,7 @@ class DatabaseClient(object):
3037
3037
  :rtype: :class:`~oci.response.Response`
3038
3038
 
3039
3039
  :example:
3040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3041
3041
  """
3042
3042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3043
3043
  required_arguments = ['databaseId']
@@ -3155,7 +3155,7 @@ class DatabaseClient(object):
3155
3155
  :rtype: :class:`~oci.response.Response`
3156
3156
 
3157
3157
  :example:
3158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3159
3159
  """
3160
3160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3161
3161
  required_arguments = ['oneoffPatchId']
@@ -3274,7 +3274,7 @@ class DatabaseClient(object):
3274
3274
  :rtype: :class:`~oci.response.Response`
3275
3275
 
3276
3276
  :example:
3277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3278
3278
  """
3279
3279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3280
3280
  required_arguments = ['vmClusterId']
@@ -3391,7 +3391,7 @@ class DatabaseClient(object):
3391
3391
  :rtype: :class:`~oci.response.Response`
3392
3392
 
3393
3393
  :example:
3394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
3394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
3395
3395
  """
3396
3396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3397
3397
  required_arguments = ['externalDatabaseConnectorId']
@@ -3508,7 +3508,7 @@ class DatabaseClient(object):
3508
3508
  :rtype: :class:`~oci.response.Response`
3509
3509
 
3510
3510
  :example:
3511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3512
3512
  """
3513
3513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3514
3514
  required_arguments = ['backupId']
@@ -3630,7 +3630,7 @@ class DatabaseClient(object):
3630
3630
  :rtype: :class:`~oci.response.Response`
3631
3631
 
3632
3632
  :example:
3633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3634
3634
  """
3635
3635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3636
3636
  required_arguments = ['autonomousDatabaseId']
@@ -3741,7 +3741,7 @@ class DatabaseClient(object):
3741
3741
  :rtype: :class:`~oci.response.Response`
3742
3742
 
3743
3743
  :example:
3744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
3744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
3745
3745
  """
3746
3746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3747
3747
  required_arguments = ['autonomousDatabaseId']
@@ -3851,7 +3851,7 @@ class DatabaseClient(object):
3851
3851
  :rtype: :class:`~oci.response.Response`
3852
3852
 
3853
3853
  :example:
3854
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3854
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3855
3855
  """
3856
3856
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3857
3857
  required_arguments = ['databaseId']
@@ -3969,7 +3969,7 @@ class DatabaseClient(object):
3969
3969
  :rtype: :class:`~oci.response.Response`
3970
3970
 
3971
3971
  :example:
3972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
3972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
3973
3973
  """
3974
3974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3975
3975
  required_arguments = ['pluggableDatabaseId']
@@ -4079,7 +4079,7 @@ class DatabaseClient(object):
4079
4079
  :rtype: :class:`~oci.response.Response`
4080
4080
 
4081
4081
  :example:
4082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
4082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
4083
4083
  """
4084
4084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4085
4085
  required_arguments = []
@@ -4172,7 +4172,7 @@ class DatabaseClient(object):
4172
4172
  :rtype: :class:`~oci.response.Response`
4173
4173
 
4174
4174
  :example:
4175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
4175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
4176
4176
  """
4177
4177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4178
4178
  required_arguments = []
@@ -4278,7 +4278,7 @@ class DatabaseClient(object):
4278
4278
  :rtype: :class:`~oci.response.Response`
4279
4279
 
4280
4280
  :example:
4281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
4281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
4282
4282
  """
4283
4283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4284
4284
  required_arguments = ['autonomousContainerDatabaseId']
@@ -4384,7 +4384,7 @@ class DatabaseClient(object):
4384
4384
  :rtype: :class:`~oci.response.Response`
4385
4385
 
4386
4386
  :example:
4387
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
4387
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
4388
4388
  """
4389
4389
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4390
4390
  required_arguments = []
@@ -4480,7 +4480,7 @@ class DatabaseClient(object):
4480
4480
  :rtype: :class:`~oci.response.Response`
4481
4481
 
4482
4482
  :example:
4483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4484
4484
  """
4485
4485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4486
4486
  required_arguments = []
@@ -4576,7 +4576,7 @@ class DatabaseClient(object):
4576
4576
  :rtype: :class:`~oci.response.Response`
4577
4577
 
4578
4578
  :example:
4579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
4579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
4580
4580
  """
4581
4581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4582
4582
  required_arguments = []
@@ -4669,7 +4669,7 @@ class DatabaseClient(object):
4669
4669
  :rtype: :class:`~oci.response.Response`
4670
4670
 
4671
4671
  :example:
4672
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4672
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4673
4673
  """
4674
4674
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4675
4675
  required_arguments = []
@@ -4763,7 +4763,7 @@ class DatabaseClient(object):
4763
4763
  :rtype: :class:`~oci.response.Response`
4764
4764
 
4765
4765
  :example:
4766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4766
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4767
4767
  """
4768
4768
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4769
4769
  required_arguments = []
@@ -4859,7 +4859,7 @@ class DatabaseClient(object):
4859
4859
  :rtype: :class:`~oci.response.Response`
4860
4860
 
4861
4861
  :example:
4862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
4862
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
4863
4863
  """
4864
4864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4865
4865
  required_arguments = []
@@ -4959,7 +4959,7 @@ class DatabaseClient(object):
4959
4959
  :rtype: :class:`~oci.response.Response`
4960
4960
 
4961
4961
  :example:
4962
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
4962
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
4963
4963
  """
4964
4964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4965
4965
  required_arguments = []
@@ -5057,7 +5057,7 @@ class DatabaseClient(object):
5057
5057
  :rtype: :class:`~oci.response.Response`
5058
5058
 
5059
5059
  :example:
5060
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
5060
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
5061
5061
  """
5062
5062
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5063
5063
  required_arguments = []
@@ -5157,7 +5157,7 @@ class DatabaseClient(object):
5157
5157
  :rtype: :class:`~oci.response.Response`
5158
5158
 
5159
5159
  :example:
5160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
5160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
5161
5161
  """
5162
5162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5163
5163
  required_arguments = ['dbNodeId']
@@ -5268,7 +5268,7 @@ class DatabaseClient(object):
5268
5268
  :rtype: :class:`~oci.response.Response`
5269
5269
 
5270
5270
  :example:
5271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
5271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
5272
5272
  """
5273
5273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5274
5274
  required_arguments = ['dbNodeId']
@@ -5388,7 +5388,7 @@ class DatabaseClient(object):
5388
5388
  :rtype: :class:`~oci.response.Response`
5389
5389
 
5390
5390
  :example:
5391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
5391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
5392
5392
  """
5393
5393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5394
5394
  required_arguments = ['databaseId']
@@ -5494,7 +5494,7 @@ class DatabaseClient(object):
5494
5494
  :rtype: :class:`~oci.response.Response`
5495
5495
 
5496
5496
  :example:
5497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
5497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
5498
5498
  """
5499
5499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5500
5500
  required_arguments = []
@@ -5587,7 +5587,7 @@ class DatabaseClient(object):
5587
5587
  :rtype: :class:`~oci.response.Response`
5588
5588
 
5589
5589
  :example:
5590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
5590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
5591
5591
  """
5592
5592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5593
5593
  required_arguments = []
@@ -5678,7 +5678,7 @@ class DatabaseClient(object):
5678
5678
  :rtype: :class:`~oci.response.Response`
5679
5679
 
5680
5680
  :example:
5681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
5681
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
5682
5682
  """
5683
5683
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5684
5684
  required_arguments = []
@@ -5773,7 +5773,7 @@ class DatabaseClient(object):
5773
5773
  :rtype: :class:`~oci.response.Response`
5774
5774
 
5775
5775
  :example:
5776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5777
5777
  """
5778
5778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5779
5779
  required_arguments = []
@@ -5870,7 +5870,7 @@ class DatabaseClient(object):
5870
5870
  :rtype: :class:`~oci.response.Response`
5871
5871
 
5872
5872
  :example:
5873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
5873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
5874
5874
  """
5875
5875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5876
5876
  required_arguments = []
@@ -5964,7 +5964,7 @@ class DatabaseClient(object):
5964
5964
  :rtype: :class:`~oci.response.Response`
5965
5965
 
5966
5966
  :example:
5967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
5967
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
5968
5968
  """
5969
5969
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5970
5970
  required_arguments = []
@@ -6060,7 +6060,7 @@ class DatabaseClient(object):
6060
6060
  :rtype: :class:`~oci.response.Response`
6061
6061
 
6062
6062
  :example:
6063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
6063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
6064
6064
  """
6065
6065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6066
6066
  required_arguments = []
@@ -6156,7 +6156,7 @@ class DatabaseClient(object):
6156
6156
  :rtype: :class:`~oci.response.Response`
6157
6157
 
6158
6158
  :example:
6159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
6159
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
6160
6160
  """
6161
6161
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6162
6162
  required_arguments = []
@@ -6253,7 +6253,7 @@ class DatabaseClient(object):
6253
6253
  :rtype: :class:`~oci.response.Response`
6254
6254
 
6255
6255
  :example:
6256
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
6256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
6257
6257
  """
6258
6258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6259
6259
  required_arguments = []
@@ -6349,7 +6349,7 @@ class DatabaseClient(object):
6349
6349
  :rtype: :class:`~oci.response.Response`
6350
6350
 
6351
6351
  :example:
6352
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
6352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
6353
6353
  """
6354
6354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6355
6355
  required_arguments = []
@@ -6448,7 +6448,7 @@ class DatabaseClient(object):
6448
6448
  :rtype: :class:`~oci.response.Response`
6449
6449
 
6450
6450
  :example:
6451
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
6451
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
6452
6452
  """
6453
6453
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6454
6454
  required_arguments = []
@@ -6544,7 +6544,7 @@ class DatabaseClient(object):
6544
6544
  :rtype: :class:`~oci.response.Response`
6545
6545
 
6546
6546
  :example:
6547
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
6547
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
6548
6548
  """
6549
6549
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6550
6550
  required_arguments = []
@@ -6642,7 +6642,7 @@ class DatabaseClient(object):
6642
6642
  :rtype: :class:`~oci.response.Response`
6643
6643
 
6644
6644
  :example:
6645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
6645
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
6646
6646
  """
6647
6647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6648
6648
  required_arguments = []
@@ -6739,7 +6739,7 @@ class DatabaseClient(object):
6739
6739
  :rtype: :class:`~oci.response.Response`
6740
6740
 
6741
6741
  :example:
6742
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
6742
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
6743
6743
  """
6744
6744
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6745
6745
  required_arguments = []
@@ -6841,7 +6841,7 @@ class DatabaseClient(object):
6841
6841
  :rtype: :class:`~oci.response.Response`
6842
6842
 
6843
6843
  :example:
6844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
6844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
6845
6845
  """
6846
6846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6847
6847
  required_arguments = ['exadataInfrastructureId']
@@ -6970,7 +6970,7 @@ class DatabaseClient(object):
6970
6970
  :rtype: :class:`~oci.response.Response`
6971
6971
 
6972
6972
  :example:
6973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
6973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
6974
6974
  """
6975
6975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6976
6976
  required_arguments = ['dbNodeId', 'action']
@@ -7083,7 +7083,7 @@ class DatabaseClient(object):
7083
7083
  :rtype: :class:`~oci.response.Response`
7084
7084
 
7085
7085
  :example:
7086
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
7086
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
7087
7087
  """
7088
7088
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7089
7089
  required_arguments = ['applicationVipId']
@@ -7186,7 +7186,7 @@ class DatabaseClient(object):
7186
7186
  :rtype: :class:`~oci.response.Response`
7187
7187
 
7188
7188
  :example:
7189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
7189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
7190
7190
  """
7191
7191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7192
7192
  required_arguments = ['autonomousDatabaseId']
@@ -7289,7 +7289,7 @@ class DatabaseClient(object):
7289
7289
  :rtype: :class:`~oci.response.Response`
7290
7290
 
7291
7291
  :example:
7292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
7292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
7293
7293
  """
7294
7294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7295
7295
  required_arguments = ['autonomousDatabaseBackupId']
@@ -7392,7 +7392,7 @@ class DatabaseClient(object):
7392
7392
  :rtype: :class:`~oci.response.Response`
7393
7393
 
7394
7394
  :example:
7395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
7395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
7396
7396
  """
7397
7397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7398
7398
  required_arguments = ['autonomousVmClusterId']
@@ -7492,7 +7492,7 @@ class DatabaseClient(object):
7492
7492
  :rtype: :class:`~oci.response.Response`
7493
7493
 
7494
7494
  :example:
7495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
7495
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
7496
7496
  """
7497
7497
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7498
7498
  required_arguments = ['backupId']
@@ -7593,7 +7593,7 @@ class DatabaseClient(object):
7593
7593
  :rtype: :class:`~oci.response.Response`
7594
7594
 
7595
7595
  :example:
7596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
7596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
7597
7597
  """
7598
7598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7599
7599
  required_arguments = ['backupDestinationId']
@@ -7696,7 +7696,7 @@ class DatabaseClient(object):
7696
7696
  :rtype: :class:`~oci.response.Response`
7697
7697
 
7698
7698
  :example:
7699
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
7699
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
7700
7700
  """
7701
7701
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7702
7702
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -7802,7 +7802,7 @@ class DatabaseClient(object):
7802
7802
  :rtype: :class:`~oci.response.Response`
7803
7803
 
7804
7804
  :example:
7805
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
7805
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
7806
7806
  """
7807
7807
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7808
7808
  required_arguments = ['cloudExadataInfrastructureId']
@@ -7913,7 +7913,7 @@ class DatabaseClient(object):
7913
7913
  :rtype: :class:`~oci.response.Response`
7914
7914
 
7915
7915
  :example:
7916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
7916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
7917
7917
  """
7918
7918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7919
7919
  required_arguments = ['cloudVmClusterId']
@@ -8016,7 +8016,7 @@ class DatabaseClient(object):
8016
8016
  :rtype: :class:`~oci.response.Response`
8017
8017
 
8018
8018
  :example:
8019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
8019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
8020
8020
  """
8021
8021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8022
8022
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -8121,7 +8121,7 @@ class DatabaseClient(object):
8121
8121
  :rtype: :class:`~oci.response.Response`
8122
8122
 
8123
8123
  :example:
8124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
8124
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
8125
8125
  """
8126
8126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8127
8127
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -8234,7 +8234,7 @@ class DatabaseClient(object):
8234
8234
  :rtype: :class:`~oci.response.Response`
8235
8235
 
8236
8236
  :example:
8237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
8237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
8238
8238
  """
8239
8239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8240
8240
  required_arguments = ['databaseId']
@@ -8342,7 +8342,7 @@ class DatabaseClient(object):
8342
8342
  :rtype: :class:`~oci.response.Response`
8343
8343
 
8344
8344
  :example:
8345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
8345
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
8346
8346
  """
8347
8347
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8348
8348
  required_arguments = ['databaseSoftwareImageId']
@@ -8449,7 +8449,7 @@ class DatabaseClient(object):
8449
8449
  :rtype: :class:`~oci.response.Response`
8450
8450
 
8451
8451
  :example:
8452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
8452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
8453
8453
  """
8454
8454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8455
8455
  required_arguments = ['dbHomeId']
@@ -8558,7 +8558,7 @@ class DatabaseClient(object):
8558
8558
  :rtype: :class:`~oci.response.Response`
8559
8559
 
8560
8560
  :example:
8561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
8561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
8562
8562
  """
8563
8563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8564
8564
  required_arguments = ['exadataInfrastructureId']
@@ -8663,7 +8663,7 @@ class DatabaseClient(object):
8663
8663
  :rtype: :class:`~oci.response.Response`
8664
8664
 
8665
8665
  :example:
8666
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
8666
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
8667
8667
  """
8668
8668
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8669
8669
  required_arguments = ['externalContainerDatabaseId']
@@ -8769,7 +8769,7 @@ class DatabaseClient(object):
8769
8769
  :rtype: :class:`~oci.response.Response`
8770
8770
 
8771
8771
  :example:
8772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
8772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
8773
8773
  """
8774
8774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8775
8775
  required_arguments = ['externalDatabaseConnectorId']
@@ -8872,7 +8872,7 @@ class DatabaseClient(object):
8872
8872
  :rtype: :class:`~oci.response.Response`
8873
8873
 
8874
8874
  :example:
8875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
8875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
8876
8876
  """
8877
8877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8878
8878
  required_arguments = ['externalNonContainerDatabaseId']
@@ -8976,7 +8976,7 @@ class DatabaseClient(object):
8976
8976
  :rtype: :class:`~oci.response.Response`
8977
8977
 
8978
8978
  :example:
8979
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
8979
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
8980
8980
  """
8981
8981
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8982
8982
  required_arguments = ['externalPluggableDatabaseId']
@@ -9079,7 +9079,7 @@ class DatabaseClient(object):
9079
9079
  :rtype: :class:`~oci.response.Response`
9080
9080
 
9081
9081
  :example:
9082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
9082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
9083
9083
  """
9084
9084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9085
9085
  required_arguments = ['keyStoreId']
@@ -9182,7 +9182,7 @@ class DatabaseClient(object):
9182
9182
  :rtype: :class:`~oci.response.Response`
9183
9183
 
9184
9184
  :example:
9185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
9185
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
9186
9186
  """
9187
9187
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9188
9188
  required_arguments = ['oneoffPatchId']
@@ -9285,7 +9285,7 @@ class DatabaseClient(object):
9285
9285
  :rtype: :class:`~oci.response.Response`
9286
9286
 
9287
9287
  :example:
9288
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
9288
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
9289
9289
  """
9290
9290
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9291
9291
  required_arguments = ['pluggableDatabaseId']
@@ -9388,7 +9388,7 @@ class DatabaseClient(object):
9388
9388
  :rtype: :class:`~oci.response.Response`
9389
9389
 
9390
9390
  :example:
9391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
9391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
9392
9392
  """
9393
9393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9394
9394
  required_arguments = ['vmClusterId']
@@ -9497,7 +9497,7 @@ class DatabaseClient(object):
9497
9497
  :rtype: :class:`~oci.response.Response`
9498
9498
 
9499
9499
  :example:
9500
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
9500
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
9501
9501
  """
9502
9502
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9503
9503
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -9599,7 +9599,7 @@ class DatabaseClient(object):
9599
9599
  :rtype: :class:`~oci.response.Response`
9600
9600
 
9601
9601
  :example:
9602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
9602
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
9603
9603
  """
9604
9604
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9605
9605
  required_arguments = ['autonomousDatabaseId']
@@ -9698,7 +9698,7 @@ class DatabaseClient(object):
9698
9698
  :rtype: :class:`~oci.response.Response`
9699
9699
 
9700
9700
  :example:
9701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
9701
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
9702
9702
  """
9703
9703
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9704
9704
  required_arguments = ['autonomousDatabaseId']
@@ -9794,7 +9794,7 @@ class DatabaseClient(object):
9794
9794
  :rtype: :class:`~oci.response.Response`
9795
9795
 
9796
9796
  :example:
9797
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
9797
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
9798
9798
  """
9799
9799
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9800
9800
  required_arguments = ['autonomousDatabaseId']
@@ -9902,7 +9902,7 @@ class DatabaseClient(object):
9902
9902
  :rtype: :class:`~oci.response.Response`
9903
9903
 
9904
9904
  :example:
9905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
9905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
9906
9906
  """
9907
9907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9908
9908
  required_arguments = ['databaseId']
@@ -10017,7 +10017,7 @@ class DatabaseClient(object):
10017
10017
  :rtype: :class:`~oci.response.Response`
10018
10018
 
10019
10019
  :example:
10020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
10020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
10021
10021
  """
10022
10022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10023
10023
  required_arguments = ['externalContainerDatabaseId']
@@ -10130,7 +10130,7 @@ class DatabaseClient(object):
10130
10130
  :rtype: :class:`~oci.response.Response`
10131
10131
 
10132
10132
  :example:
10133
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
10133
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
10134
10134
  """
10135
10135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10136
10136
  required_arguments = ['externalContainerDatabaseId']
@@ -10247,7 +10247,7 @@ class DatabaseClient(object):
10247
10247
  :rtype: :class:`~oci.response.Response`
10248
10248
 
10249
10249
  :example:
10250
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
10250
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
10251
10251
  """
10252
10252
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10253
10253
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10360,7 +10360,7 @@ class DatabaseClient(object):
10360
10360
  :rtype: :class:`~oci.response.Response`
10361
10361
 
10362
10362
  :example:
10363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
10363
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
10364
10364
  """
10365
10365
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10366
10366
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10473,7 +10473,7 @@ class DatabaseClient(object):
10473
10473
  :rtype: :class:`~oci.response.Response`
10474
10474
 
10475
10475
  :example:
10476
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
10476
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
10477
10477
  """
10478
10478
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10479
10479
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10590,7 +10590,7 @@ class DatabaseClient(object):
10590
10590
  :rtype: :class:`~oci.response.Response`
10591
10591
 
10592
10592
  :example:
10593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
10593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
10594
10594
  """
10595
10595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10596
10596
  required_arguments = ['externalPluggableDatabaseId']
@@ -10703,7 +10703,7 @@ class DatabaseClient(object):
10703
10703
  :rtype: :class:`~oci.response.Response`
10704
10704
 
10705
10705
  :example:
10706
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
10706
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
10707
10707
  """
10708
10708
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10709
10709
  required_arguments = ['externalPluggableDatabaseId']
@@ -10816,7 +10816,7 @@ class DatabaseClient(object):
10816
10816
  :rtype: :class:`~oci.response.Response`
10817
10817
 
10818
10818
  :example:
10819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
10819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
10820
10820
  """
10821
10821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10822
10822
  required_arguments = ['externalPluggableDatabaseId']
@@ -10929,7 +10929,7 @@ class DatabaseClient(object):
10929
10929
  :rtype: :class:`~oci.response.Response`
10930
10930
 
10931
10931
  :example:
10932
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
10932
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
10933
10933
  """
10934
10934
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10935
10935
  required_arguments = ['pluggableDatabaseId']
@@ -11039,7 +11039,7 @@ class DatabaseClient(object):
11039
11039
  :rtype: :class:`~oci.response.Response`
11040
11040
 
11041
11041
  :example:
11042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
11042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
11043
11043
  """
11044
11044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11045
11045
  required_arguments = ['exadataInfrastructureId']
@@ -11152,7 +11152,7 @@ class DatabaseClient(object):
11152
11152
  :rtype: :class:`~oci.response.Response`
11153
11153
 
11154
11154
  :example:
11155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
11155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
11156
11156
  """
11157
11157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11158
11158
  required_arguments = ['oneoffPatchId']
@@ -11267,7 +11267,7 @@ class DatabaseClient(object):
11267
11267
  :rtype: :class:`~oci.response.Response`
11268
11268
 
11269
11269
  :example:
11270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
11270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
11271
11271
  """
11272
11272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11273
11273
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -11381,7 +11381,7 @@ class DatabaseClient(object):
11381
11381
  :rtype: :class:`~oci.response.Response`
11382
11382
 
11383
11383
  :example:
11384
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
11384
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
11385
11385
  """
11386
11386
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11387
11387
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -11483,7 +11483,7 @@ class DatabaseClient(object):
11483
11483
  :rtype: :class:`~oci.response.Response`
11484
11484
 
11485
11485
  :example:
11486
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
11486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
11487
11487
  """
11488
11488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11489
11489
  required_arguments = ['autonomousDatabaseId']
@@ -11579,7 +11579,7 @@ class DatabaseClient(object):
11579
11579
  :rtype: :class:`~oci.response.Response`
11580
11580
 
11581
11581
  :example:
11582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
11582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
11583
11583
  """
11584
11584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11585
11585
  required_arguments = ['autonomousDatabaseId']
@@ -11690,7 +11690,7 @@ class DatabaseClient(object):
11690
11690
  :rtype: :class:`~oci.response.Response`
11691
11691
 
11692
11692
  :example:
11693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
11693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
11694
11694
  """
11695
11695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11696
11696
  required_arguments = ['databaseId']
@@ -11814,7 +11814,7 @@ class DatabaseClient(object):
11814
11814
  :rtype: :class:`~oci.response.Response`
11815
11815
 
11816
11816
  :example:
11817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
11817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
11818
11818
  """
11819
11819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11820
11820
  required_arguments = ['externalContainerDatabaseId']
@@ -11932,7 +11932,7 @@ class DatabaseClient(object):
11932
11932
  :rtype: :class:`~oci.response.Response`
11933
11933
 
11934
11934
  :example:
11935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
11935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
11936
11936
  """
11937
11937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11938
11938
  required_arguments = ['externalContainerDatabaseId']
@@ -12054,7 +12054,7 @@ class DatabaseClient(object):
12054
12054
  :rtype: :class:`~oci.response.Response`
12055
12055
 
12056
12056
  :example:
12057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
12057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
12058
12058
  """
12059
12059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12060
12060
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12172,7 +12172,7 @@ class DatabaseClient(object):
12172
12172
  :rtype: :class:`~oci.response.Response`
12173
12173
 
12174
12174
  :example:
12175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
12175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
12176
12176
  """
12177
12177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12178
12178
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12290,7 +12290,7 @@ class DatabaseClient(object):
12290
12290
  :rtype: :class:`~oci.response.Response`
12291
12291
 
12292
12292
  :example:
12293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
12293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
12294
12294
  """
12295
12295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12296
12296
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12412,7 +12412,7 @@ class DatabaseClient(object):
12412
12412
  :rtype: :class:`~oci.response.Response`
12413
12413
 
12414
12414
  :example:
12415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
12415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
12416
12416
  """
12417
12417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12418
12418
  required_arguments = ['externalPluggableDatabaseId']
@@ -12530,7 +12530,7 @@ class DatabaseClient(object):
12530
12530
  :rtype: :class:`~oci.response.Response`
12531
12531
 
12532
12532
  :example:
12533
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
12533
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
12534
12534
  """
12535
12535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12536
12536
  required_arguments = ['externalPluggableDatabaseId']
@@ -12648,7 +12648,7 @@ class DatabaseClient(object):
12648
12648
  :rtype: :class:`~oci.response.Response`
12649
12649
 
12650
12650
  :example:
12651
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
12651
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
12652
12652
  """
12653
12653
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12654
12654
  required_arguments = ['externalPluggableDatabaseId']
@@ -12766,7 +12766,7 @@ class DatabaseClient(object):
12766
12766
  :rtype: :class:`~oci.response.Response`
12767
12767
 
12768
12768
  :example:
12769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
12769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
12770
12770
  """
12771
12771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12772
12772
  required_arguments = ['pluggableDatabaseId']
@@ -12890,7 +12890,7 @@ class DatabaseClient(object):
12890
12890
  :rtype: :class:`~oci.response.Response`
12891
12891
 
12892
12892
  :example:
12893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
12893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
12894
12894
  """
12895
12895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12896
12896
  required_arguments = ['autonomousDatabaseId']
@@ -13010,7 +13010,7 @@ class DatabaseClient(object):
13010
13010
  :rtype: :class:`~oci.response.Response`
13011
13011
 
13012
13012
  :example:
13013
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
13013
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
13014
13014
  """
13015
13015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13016
13016
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -13123,7 +13123,7 @@ class DatabaseClient(object):
13123
13123
  :rtype: :class:`~oci.response.Response`
13124
13124
 
13125
13125
  :example:
13126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
13126
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
13127
13127
  """
13128
13128
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13129
13129
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -13234,7 +13234,7 @@ class DatabaseClient(object):
13234
13234
  :rtype: :class:`~oci.response.Response`
13235
13235
 
13236
13236
  :example:
13237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
13237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
13238
13238
  """
13239
13239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13240
13240
  required_arguments = ['autonomousDatabaseId']
@@ -13347,7 +13347,7 @@ class DatabaseClient(object):
13347
13347
  :rtype: :class:`~oci.response.Response`
13348
13348
 
13349
13349
  :example:
13350
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
13350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
13351
13351
  """
13352
13352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13353
13353
  required_arguments = ['exadataInfrastructureId']
@@ -13450,7 +13450,7 @@ class DatabaseClient(object):
13450
13450
  :rtype: :class:`~oci.response.Response`
13451
13451
 
13452
13452
  :example:
13453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
13453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
13454
13454
  """
13455
13455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13456
13456
  required_arguments = ['applicationVipId']
@@ -13545,7 +13545,7 @@ class DatabaseClient(object):
13545
13545
  :rtype: :class:`~oci.response.Response`
13546
13546
 
13547
13547
  :example:
13548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
13548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
13549
13549
  """
13550
13550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13551
13551
  required_arguments = ['autonomousContainerDatabaseId']
@@ -13638,7 +13638,7 @@ class DatabaseClient(object):
13638
13638
  :rtype: :class:`~oci.response.Response`
13639
13639
 
13640
13640
  :example:
13641
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
13641
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
13642
13642
  """
13643
13643
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13644
13644
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -13730,7 +13730,7 @@ class DatabaseClient(object):
13730
13730
  :rtype: :class:`~oci.response.Response`
13731
13731
 
13732
13732
  :example:
13733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
13733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
13734
13734
  """
13735
13735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13736
13736
  required_arguments = ['autonomousContainerDatabaseId']
@@ -13828,7 +13828,7 @@ class DatabaseClient(object):
13828
13828
  :rtype: :class:`~oci.response.Response`
13829
13829
 
13830
13830
  :example:
13831
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
13831
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
13832
13832
  """
13833
13833
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13834
13834
  required_arguments = ['autonomousDatabaseId']
@@ -13926,7 +13926,7 @@ class DatabaseClient(object):
13926
13926
  :rtype: :class:`~oci.response.Response`
13927
13927
 
13928
13928
  :example:
13929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
13929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
13930
13930
  """
13931
13931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13932
13932
  required_arguments = ['autonomousDatabaseBackupId']
@@ -14029,7 +14029,7 @@ class DatabaseClient(object):
14029
14029
  :rtype: :class:`~oci.response.Response`
14030
14030
 
14031
14031
  :example:
14032
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
14032
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
14033
14033
  """
14034
14034
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14035
14035
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -14123,7 +14123,7 @@ class DatabaseClient(object):
14123
14123
  :rtype: :class:`~oci.response.Response`
14124
14124
 
14125
14125
  :example:
14126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
14126
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
14127
14127
  """
14128
14128
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14129
14129
  required_arguments = []
@@ -14209,7 +14209,7 @@ class DatabaseClient(object):
14209
14209
  :rtype: :class:`~oci.response.Response`
14210
14210
 
14211
14211
  :example:
14212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
14212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
14213
14213
  """
14214
14214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14215
14215
  required_arguments = ['autonomousDatabaseId']
@@ -14304,7 +14304,7 @@ class DatabaseClient(object):
14304
14304
  :rtype: :class:`~oci.response.Response`
14305
14305
 
14306
14306
  :example:
14307
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
14307
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
14308
14308
  """
14309
14309
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14310
14310
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -14392,7 +14392,7 @@ class DatabaseClient(object):
14392
14392
  :rtype: :class:`~oci.response.Response`
14393
14393
 
14394
14394
  :example:
14395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
14395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
14396
14396
  """
14397
14397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14398
14398
  required_arguments = ['autonomousPatchId']
@@ -14483,7 +14483,7 @@ class DatabaseClient(object):
14483
14483
  :rtype: :class:`~oci.response.Response`
14484
14484
 
14485
14485
  :example:
14486
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
14486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
14487
14487
  """
14488
14488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14489
14489
  required_arguments = ['autonomousVirtualMachineId']
@@ -14581,7 +14581,7 @@ class DatabaseClient(object):
14581
14581
  :rtype: :class:`~oci.response.Response`
14582
14582
 
14583
14583
  :example:
14584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
14584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
14585
14585
  """
14586
14586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14587
14587
  required_arguments = ['autonomousVmClusterId']
@@ -14679,7 +14679,7 @@ class DatabaseClient(object):
14679
14679
  :rtype: :class:`~oci.response.Response`
14680
14680
 
14681
14681
  :example:
14682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
14682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
14683
14683
  """
14684
14684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14685
14685
  required_arguments = ['autonomousVmClusterId']
@@ -14774,7 +14774,7 @@ class DatabaseClient(object):
14774
14774
  :rtype: :class:`~oci.response.Response`
14775
14775
 
14776
14776
  :example:
14777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
14777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
14778
14778
  """
14779
14779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14780
14780
  required_arguments = ['backupId']
@@ -14865,7 +14865,7 @@ class DatabaseClient(object):
14865
14865
  :rtype: :class:`~oci.response.Response`
14866
14866
 
14867
14867
  :example:
14868
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
14868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
14869
14869
  """
14870
14870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14871
14871
  required_arguments = ['backupDestinationId']
@@ -14963,7 +14963,7 @@ class DatabaseClient(object):
14963
14963
  :rtype: :class:`~oci.response.Response`
14964
14964
 
14965
14965
  :example:
14966
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
14966
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
14967
14967
  """
14968
14968
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14969
14969
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -15061,7 +15061,7 @@ class DatabaseClient(object):
15061
15061
  :rtype: :class:`~oci.response.Response`
15062
15062
 
15063
15063
  :example:
15064
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
15064
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
15065
15065
  """
15066
15066
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15067
15067
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -15159,7 +15159,7 @@ class DatabaseClient(object):
15159
15159
  :rtype: :class:`~oci.response.Response`
15160
15160
 
15161
15161
  :example:
15162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
15162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
15163
15163
  """
15164
15164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15165
15165
  required_arguments = ['cloudExadataInfrastructureId']
@@ -15262,7 +15262,7 @@ class DatabaseClient(object):
15262
15262
  :rtype: :class:`~oci.response.Response`
15263
15263
 
15264
15264
  :example:
15265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
15265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
15266
15266
  """
15267
15267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15268
15268
  required_arguments = ['cloudExadataInfrastructureId']
@@ -15368,7 +15368,7 @@ class DatabaseClient(object):
15368
15368
  :rtype: :class:`~oci.response.Response`
15369
15369
 
15370
15370
  :example:
15371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
15371
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
15372
15372
  """
15373
15373
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15374
15374
  required_arguments = ['cloudVmClusterId']
@@ -15467,7 +15467,7 @@ class DatabaseClient(object):
15467
15467
  :rtype: :class:`~oci.response.Response`
15468
15468
 
15469
15469
  :example:
15470
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
15470
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
15471
15471
  """
15472
15472
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15473
15473
  required_arguments = ['cloudVmClusterId']
@@ -15570,7 +15570,7 @@ class DatabaseClient(object):
15570
15570
  :rtype: :class:`~oci.response.Response`
15571
15571
 
15572
15572
  :example:
15573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
15573
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
15574
15574
  """
15575
15575
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15576
15576
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -15674,7 +15674,7 @@ class DatabaseClient(object):
15674
15674
  :rtype: :class:`~oci.response.Response`
15675
15675
 
15676
15676
  :example:
15677
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
15677
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
15678
15678
  """
15679
15679
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15680
15680
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -15773,7 +15773,7 @@ class DatabaseClient(object):
15773
15773
  :rtype: :class:`~oci.response.Response`
15774
15774
 
15775
15775
  :example:
15776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
15776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
15777
15777
  """
15778
15778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15779
15779
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -15868,7 +15868,7 @@ class DatabaseClient(object):
15868
15868
  :rtype: :class:`~oci.response.Response`
15869
15869
 
15870
15870
  :example:
15871
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
15871
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
15872
15872
  """
15873
15873
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15874
15874
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -15970,7 +15970,7 @@ class DatabaseClient(object):
15970
15970
  :rtype: :class:`~oci.response.Response`
15971
15971
 
15972
15972
  :example:
15973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
15973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
15974
15974
  """
15975
15975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15976
15976
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -16071,7 +16071,7 @@ class DatabaseClient(object):
16071
16071
  :rtype: :class:`~oci.response.Response`
16072
16072
 
16073
16073
  :example:
16074
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
16074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
16075
16075
  """
16076
16076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16077
16077
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -16160,7 +16160,7 @@ class DatabaseClient(object):
16160
16160
  :rtype: :class:`~oci.response.Response`
16161
16161
 
16162
16162
  :example:
16163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
16163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
16164
16164
  """
16165
16165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16166
16166
  required_arguments = ['databaseId']
@@ -16248,7 +16248,7 @@ class DatabaseClient(object):
16248
16248
  :rtype: :class:`~oci.response.Response`
16249
16249
 
16250
16250
  :example:
16251
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
16251
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
16252
16252
  """
16253
16253
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16254
16254
  required_arguments = ['databaseSoftwareImageId']
@@ -16344,7 +16344,7 @@ class DatabaseClient(object):
16344
16344
  :rtype: :class:`~oci.response.Response`
16345
16345
 
16346
16346
  :example:
16347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
16347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
16348
16348
  """
16349
16349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16350
16350
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -16440,7 +16440,7 @@ class DatabaseClient(object):
16440
16440
  :rtype: :class:`~oci.response.Response`
16441
16441
 
16442
16442
  :example:
16443
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
16443
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
16444
16444
  """
16445
16445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16446
16446
  required_arguments = ['dbHomeId']
@@ -16533,7 +16533,7 @@ class DatabaseClient(object):
16533
16533
  :rtype: :class:`~oci.response.Response`
16534
16534
 
16535
16535
  :example:
16536
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
16536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
16537
16537
  """
16538
16538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16539
16539
  required_arguments = ['dbHomeId', 'patchId']
@@ -16627,7 +16627,7 @@ class DatabaseClient(object):
16627
16627
  :rtype: :class:`~oci.response.Response`
16628
16628
 
16629
16629
  :example:
16630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
16630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
16631
16631
  """
16632
16632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16633
16633
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -16716,7 +16716,7 @@ class DatabaseClient(object):
16716
16716
  :rtype: :class:`~oci.response.Response`
16717
16717
 
16718
16718
  :example:
16719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
16719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
16720
16720
  """
16721
16721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16722
16722
  required_arguments = ['dbNodeId']
@@ -16812,7 +16812,7 @@ class DatabaseClient(object):
16812
16812
  :rtype: :class:`~oci.response.Response`
16813
16813
 
16814
16814
  :example:
16815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
16815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
16816
16816
  """
16817
16817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16818
16818
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -16921,7 +16921,7 @@ class DatabaseClient(object):
16921
16921
  :rtype: :class:`~oci.response.Response`
16922
16922
 
16923
16923
  :example:
16924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
16924
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
16925
16925
  """
16926
16926
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16927
16927
  required_arguments = ['dbSystemId']
@@ -17014,7 +17014,7 @@ class DatabaseClient(object):
17014
17014
  :rtype: :class:`~oci.response.Response`
17015
17015
 
17016
17016
  :example:
17017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
17017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
17018
17018
  """
17019
17019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17020
17020
  required_arguments = ['dbSystemId', 'patchId']
@@ -17108,7 +17108,7 @@ class DatabaseClient(object):
17108
17108
  :rtype: :class:`~oci.response.Response`
17109
17109
 
17110
17110
  :example:
17111
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
17111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
17112
17112
  """
17113
17113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17114
17114
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -17205,7 +17205,7 @@ class DatabaseClient(object):
17205
17205
  :rtype: :class:`~oci.response.Response`
17206
17206
 
17207
17207
  :example:
17208
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
17208
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
17209
17209
  """
17210
17210
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17211
17211
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -17310,7 +17310,7 @@ class DatabaseClient(object):
17310
17310
  :rtype: :class:`~oci.response.Response`
17311
17311
 
17312
17312
  :example:
17313
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
17313
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
17314
17314
  """
17315
17315
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17316
17316
  required_arguments = ['exadataInfrastructureId']
@@ -17424,7 +17424,7 @@ class DatabaseClient(object):
17424
17424
  :rtype: :class:`~oci.response.Response`
17425
17425
 
17426
17426
  :example:
17427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
17427
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
17428
17428
  """
17429
17429
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17430
17430
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -17527,7 +17527,7 @@ class DatabaseClient(object):
17527
17527
  :rtype: :class:`~oci.response.Response`
17528
17528
 
17529
17529
  :example:
17530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
17530
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
17531
17531
  """
17532
17532
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17533
17533
  required_arguments = ['exadataInfrastructureId']
@@ -17644,7 +17644,7 @@ class DatabaseClient(object):
17644
17644
  :rtype: :class:`~oci.response.Response`
17645
17645
 
17646
17646
  :example:
17647
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
17647
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
17648
17648
  """
17649
17649
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17650
17650
  required_arguments = ['dbSystemId']
@@ -17743,7 +17743,7 @@ class DatabaseClient(object):
17743
17743
  :rtype: :class:`~oci.response.Response`
17744
17744
 
17745
17745
  :example:
17746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
17746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
17747
17747
  """
17748
17748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17749
17749
  required_arguments = ['backupId']
@@ -17834,7 +17834,7 @@ class DatabaseClient(object):
17834
17834
  :rtype: :class:`~oci.response.Response`
17835
17835
 
17836
17836
  :example:
17837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
17837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
17838
17838
  """
17839
17839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17840
17840
  required_arguments = ['externalContainerDatabaseId']
@@ -17933,7 +17933,7 @@ class DatabaseClient(object):
17933
17933
  :rtype: :class:`~oci.response.Response`
17934
17934
 
17935
17935
  :example:
17936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
17936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
17937
17937
  """
17938
17938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17939
17939
  required_arguments = ['externalDatabaseConnectorId']
@@ -18031,7 +18031,7 @@ class DatabaseClient(object):
18031
18031
  :rtype: :class:`~oci.response.Response`
18032
18032
 
18033
18033
  :example:
18034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
18034
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
18035
18035
  """
18036
18036
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18037
18037
  required_arguments = ['externalNonContainerDatabaseId']
@@ -18130,7 +18130,7 @@ class DatabaseClient(object):
18130
18130
  :rtype: :class:`~oci.response.Response`
18131
18131
 
18132
18132
  :example:
18133
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
18133
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
18134
18134
  """
18135
18135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18136
18136
  required_arguments = ['externalPluggableDatabaseId']
@@ -18237,7 +18237,7 @@ class DatabaseClient(object):
18237
18237
  :rtype: :class:`~oci.response.Response`
18238
18238
 
18239
18239
  :example:
18240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
18240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
18241
18241
  """
18242
18242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18243
18243
  required_arguments = ['compartmentId']
@@ -18341,7 +18341,7 @@ class DatabaseClient(object):
18341
18341
  :rtype: :class:`~oci.response.Response`
18342
18342
 
18343
18343
  :example:
18344
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
18344
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
18345
18345
  """
18346
18346
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18347
18347
  required_arguments = ['keyStoreId']
@@ -18434,7 +18434,7 @@ class DatabaseClient(object):
18434
18434
  :rtype: :class:`~oci.response.Response`
18435
18435
 
18436
18436
  :example:
18437
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
18437
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
18438
18438
  """
18439
18439
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18440
18440
  required_arguments = ['maintenanceRunId']
@@ -18520,7 +18520,7 @@ class DatabaseClient(object):
18520
18520
  :rtype: :class:`~oci.response.Response`
18521
18521
 
18522
18522
  :example:
18523
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
18523
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
18524
18524
  """
18525
18525
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18526
18526
  required_arguments = ['maintenanceRunHistoryId']
@@ -18611,7 +18611,7 @@ class DatabaseClient(object):
18611
18611
  :rtype: :class:`~oci.response.Response`
18612
18612
 
18613
18613
  :example:
18614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
18614
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
18615
18615
  """
18616
18616
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18617
18617
  required_arguments = ['oneoffPatchId']
@@ -18714,7 +18714,7 @@ class DatabaseClient(object):
18714
18714
  :rtype: :class:`~oci.response.Response`
18715
18715
 
18716
18716
  :example:
18717
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
18717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
18718
18718
  """
18719
18719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18720
18720
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -18810,7 +18810,7 @@ class DatabaseClient(object):
18810
18810
  :rtype: :class:`~oci.response.Response`
18811
18811
 
18812
18812
  :example:
18813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
18813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
18814
18814
  """
18815
18815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18816
18816
  required_arguments = ['pluggableDatabaseId']
@@ -18901,7 +18901,7 @@ class DatabaseClient(object):
18901
18901
  :rtype: :class:`~oci.response.Response`
18902
18902
 
18903
18903
  :example:
18904
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
18904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
18905
18905
  """
18906
18906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18907
18907
  required_arguments = ['vmClusterId']
@@ -19005,7 +19005,7 @@ class DatabaseClient(object):
19005
19005
  :rtype: :class:`~oci.response.Response`
19006
19006
 
19007
19007
  :example:
19008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
19008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
19009
19009
  """
19010
19010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19011
19011
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -19106,7 +19106,7 @@ class DatabaseClient(object):
19106
19106
  :rtype: :class:`~oci.response.Response`
19107
19107
 
19108
19108
  :example:
19109
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
19109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
19110
19110
  """
19111
19111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19112
19112
  required_arguments = ['vmClusterId', 'patchId']
@@ -19200,7 +19200,7 @@ class DatabaseClient(object):
19200
19200
  :rtype: :class:`~oci.response.Response`
19201
19201
 
19202
19202
  :example:
19203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
19203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
19204
19204
  """
19205
19205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19206
19206
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -19297,7 +19297,7 @@ class DatabaseClient(object):
19297
19297
  :rtype: :class:`~oci.response.Response`
19298
19298
 
19299
19299
  :example:
19300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
19300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
19301
19301
  """
19302
19302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19303
19303
  required_arguments = ['vmClusterId', 'updateId']
@@ -19401,7 +19401,7 @@ class DatabaseClient(object):
19401
19401
  :rtype: :class:`~oci.response.Response`
19402
19402
 
19403
19403
  :example:
19404
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
19404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
19405
19405
  """
19406
19406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19407
19407
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -19502,7 +19502,7 @@ class DatabaseClient(object):
19502
19502
  :rtype: :class:`~oci.response.Response`
19503
19503
 
19504
19504
  :example:
19505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
19505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
19506
19506
  """
19507
19507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19508
19508
  required_arguments = []
@@ -19614,7 +19614,7 @@ class DatabaseClient(object):
19614
19614
  :rtype: :class:`~oci.response.Response`
19615
19615
 
19616
19616
  :example:
19617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
19617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
19618
19618
  """
19619
19619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19620
19620
  required_arguments = []
@@ -19732,7 +19732,7 @@ class DatabaseClient(object):
19732
19732
  :rtype: :class:`~oci.response.Response`
19733
19733
 
19734
19734
  :example:
19735
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
19735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
19736
19736
  """
19737
19737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19738
19738
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -19860,7 +19860,7 @@ class DatabaseClient(object):
19860
19860
  :rtype: :class:`~oci.response.Response`
19861
19861
 
19862
19862
  :example:
19863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
19863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
19864
19864
  """
19865
19865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19866
19866
  required_arguments = ['autonomousContainerDatabaseId']
@@ -19981,7 +19981,7 @@ class DatabaseClient(object):
19981
19981
  :rtype: :class:`~oci.response.Response`
19982
19982
 
19983
19983
  :example:
19984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
19984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
19985
19985
  """
19986
19986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19987
19987
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -20143,7 +20143,7 @@ class DatabaseClient(object):
20143
20143
  :rtype: :class:`~oci.response.Response`
20144
20144
 
20145
20145
  :example:
20146
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
20146
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
20147
20147
  """
20148
20148
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20149
20149
  required_arguments = ['compartmentId']
@@ -20319,7 +20319,7 @@ class DatabaseClient(object):
20319
20319
  :rtype: :class:`~oci.response.Response`
20320
20320
 
20321
20321
  :example:
20322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
20322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
20323
20323
  """
20324
20324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20325
20325
  required_arguments = []
@@ -20456,7 +20456,7 @@ class DatabaseClient(object):
20456
20456
  :rtype: :class:`~oci.response.Response`
20457
20457
 
20458
20458
  :example:
20459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
20459
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
20460
20460
  """
20461
20461
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20462
20462
  required_arguments = []
@@ -20597,7 +20597,7 @@ class DatabaseClient(object):
20597
20597
  :rtype: :class:`~oci.response.Response`
20598
20598
 
20599
20599
  :example:
20600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
20600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
20601
20601
  """
20602
20602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20603
20603
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -20747,7 +20747,7 @@ class DatabaseClient(object):
20747
20747
  :rtype: :class:`~oci.response.Response`
20748
20748
 
20749
20749
  :example:
20750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
20750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
20751
20751
  """
20752
20752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20753
20753
  required_arguments = ['autonomousDatabaseId']
@@ -20858,7 +20858,7 @@ class DatabaseClient(object):
20858
20858
  :rtype: :class:`~oci.response.Response`
20859
20859
 
20860
20860
  :example:
20861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
20861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
20862
20862
  """
20863
20863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20864
20864
  required_arguments = ['autonomousDatabaseId']
@@ -21029,7 +21029,7 @@ class DatabaseClient(object):
21029
21029
  :rtype: :class:`~oci.response.Response`
21030
21030
 
21031
21031
  :example:
21032
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
21032
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
21033
21033
  """
21034
21034
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21035
21035
  required_arguments = ['compartmentId']
@@ -21206,7 +21206,7 @@ class DatabaseClient(object):
21206
21206
  :rtype: :class:`~oci.response.Response`
21207
21207
 
21208
21208
  :example:
21209
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
21209
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
21210
21210
  """
21211
21211
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21212
21212
  required_arguments = ['compartmentId']
@@ -21337,7 +21337,7 @@ class DatabaseClient(object):
21337
21337
  :rtype: :class:`~oci.response.Response`
21338
21338
 
21339
21339
  :example:
21340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
21340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
21341
21341
  """
21342
21342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21343
21343
  required_arguments = ['compartmentId']
@@ -21461,7 +21461,7 @@ class DatabaseClient(object):
21461
21461
  :rtype: :class:`~oci.response.Response`
21462
21462
 
21463
21463
  :example:
21464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
21464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
21465
21465
  """
21466
21466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21467
21467
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -21585,7 +21585,7 @@ class DatabaseClient(object):
21585
21585
  :rtype: :class:`~oci.response.Response`
21586
21586
 
21587
21587
  :example:
21588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
21588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
21589
21589
  """
21590
21590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21591
21591
  required_arguments = ['compartmentId']
@@ -21726,7 +21726,7 @@ class DatabaseClient(object):
21726
21726
  :rtype: :class:`~oci.response.Response`
21727
21727
 
21728
21728
  :example:
21729
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
21729
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
21730
21730
  """
21731
21731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21732
21732
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -21844,7 +21844,7 @@ class DatabaseClient(object):
21844
21844
  :rtype: :class:`~oci.response.Response`
21845
21845
 
21846
21846
  :example:
21847
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
21847
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
21848
21848
  """
21849
21849
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21850
21850
  required_arguments = ['autonomousVmClusterId']
@@ -21981,7 +21981,7 @@ class DatabaseClient(object):
21981
21981
  :rtype: :class:`~oci.response.Response`
21982
21982
 
21983
21983
  :example:
21984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
21984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
21985
21985
  """
21986
21986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21987
21987
  required_arguments = ['compartmentId']
@@ -22118,7 +22118,7 @@ class DatabaseClient(object):
22118
22118
  :rtype: :class:`~oci.response.Response`
22119
22119
 
22120
22120
  :example:
22121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
22121
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
22122
22122
  """
22123
22123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22124
22124
  required_arguments = ['compartmentId']
@@ -22225,7 +22225,7 @@ class DatabaseClient(object):
22225
22225
  :rtype: :class:`~oci.response.Response`
22226
22226
 
22227
22227
  :example:
22228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
22228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
22229
22229
  """
22230
22230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22231
22231
  required_arguments = []
@@ -22334,7 +22334,7 @@ class DatabaseClient(object):
22334
22334
  :rtype: :class:`~oci.response.Response`
22335
22335
 
22336
22336
  :example:
22337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
22337
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
22338
22338
  """
22339
22339
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22340
22340
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -22474,7 +22474,7 @@ class DatabaseClient(object):
22474
22474
  :rtype: :class:`~oci.response.Response`
22475
22475
 
22476
22476
  :example:
22477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
22477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
22478
22478
  """
22479
22479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22480
22480
  required_arguments = ['compartmentId']
@@ -22628,7 +22628,7 @@ class DatabaseClient(object):
22628
22628
  :rtype: :class:`~oci.response.Response`
22629
22629
 
22630
22630
  :example:
22631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
22631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
22632
22632
  """
22633
22633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22634
22634
  required_arguments = ['compartmentId']
@@ -22765,7 +22765,7 @@ class DatabaseClient(object):
22765
22765
  :rtype: :class:`~oci.response.Response`
22766
22766
 
22767
22767
  :example:
22768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
22768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
22769
22769
  """
22770
22770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22771
22771
  required_arguments = ['cloudVmClusterId']
@@ -22893,7 +22893,7 @@ class DatabaseClient(object):
22893
22893
  :rtype: :class:`~oci.response.Response`
22894
22894
 
22895
22895
  :example:
22896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
22896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
22897
22897
  """
22898
22898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22899
22899
  required_arguments = ['cloudVmClusterId']
@@ -23037,7 +23037,7 @@ class DatabaseClient(object):
23037
23037
  :rtype: :class:`~oci.response.Response`
23038
23038
 
23039
23039
  :example:
23040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
23040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
23041
23041
  """
23042
23042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23043
23043
  required_arguments = ['compartmentId']
@@ -23162,7 +23162,7 @@ class DatabaseClient(object):
23162
23162
  :rtype: :class:`~oci.response.Response`
23163
23163
 
23164
23164
  :example:
23165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
23165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
23166
23166
  """
23167
23167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23168
23168
  required_arguments = ['dbNodeId']
@@ -23277,7 +23277,7 @@ class DatabaseClient(object):
23277
23277
  :rtype: :class:`~oci.response.Response`
23278
23278
 
23279
23279
  :example:
23280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
23280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
23281
23281
  """
23282
23282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23283
23283
  required_arguments = ['dbNodeId']
@@ -23427,7 +23427,7 @@ class DatabaseClient(object):
23427
23427
  :rtype: :class:`~oci.response.Response`
23428
23428
 
23429
23429
  :example:
23430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
23430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
23431
23431
  """
23432
23432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23433
23433
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -23545,7 +23545,7 @@ class DatabaseClient(object):
23545
23545
  :rtype: :class:`~oci.response.Response`
23546
23546
 
23547
23547
  :example:
23548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
23548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
23549
23549
  """
23550
23550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23551
23551
  required_arguments = ['databaseId']
@@ -23684,7 +23684,7 @@ class DatabaseClient(object):
23684
23684
  :rtype: :class:`~oci.response.Response`
23685
23685
 
23686
23686
  :example:
23687
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
23687
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
23688
23688
  """
23689
23689
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23690
23690
  required_arguments = ['compartmentId']
@@ -23853,7 +23853,7 @@ class DatabaseClient(object):
23853
23853
  :rtype: :class:`~oci.response.Response`
23854
23854
 
23855
23855
  :example:
23856
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
23856
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
23857
23857
  """
23858
23858
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23859
23859
  required_arguments = ['databaseId']
@@ -24028,7 +24028,7 @@ class DatabaseClient(object):
24028
24028
  :rtype: :class:`~oci.response.Response`
24029
24029
 
24030
24030
  :example:
24031
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
24031
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
24032
24032
  """
24033
24033
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24034
24034
  required_arguments = ['compartmentId']
@@ -24158,7 +24158,7 @@ class DatabaseClient(object):
24158
24158
  :rtype: :class:`~oci.response.Response`
24159
24159
 
24160
24160
  :example:
24161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
24161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
24162
24162
  """
24163
24163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24164
24164
  required_arguments = ['dbHomeId']
@@ -24266,7 +24266,7 @@ class DatabaseClient(object):
24266
24266
  :rtype: :class:`~oci.response.Response`
24267
24267
 
24268
24268
  :example:
24269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
24269
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
24270
24270
  """
24271
24271
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24272
24272
  required_arguments = ['dbHomeId']
@@ -24410,7 +24410,7 @@ class DatabaseClient(object):
24410
24410
  :rtype: :class:`~oci.response.Response`
24411
24411
 
24412
24412
  :example:
24413
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
24413
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
24414
24414
  """
24415
24415
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24416
24416
  required_arguments = ['compartmentId']
@@ -24574,7 +24574,7 @@ class DatabaseClient(object):
24574
24574
  :rtype: :class:`~oci.response.Response`
24575
24575
 
24576
24576
  :example:
24577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
24577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
24578
24578
  """
24579
24579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24580
24580
  required_arguments = ['compartmentId']
@@ -24730,7 +24730,7 @@ class DatabaseClient(object):
24730
24730
  :rtype: :class:`~oci.response.Response`
24731
24731
 
24732
24732
  :example:
24733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
24733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
24734
24734
  """
24735
24735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24736
24736
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -24855,7 +24855,7 @@ class DatabaseClient(object):
24855
24855
  :rtype: :class:`~oci.response.Response`
24856
24856
 
24857
24857
  :example:
24858
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
24858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
24859
24859
  """
24860
24860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24861
24861
  required_arguments = []
@@ -24952,7 +24952,7 @@ class DatabaseClient(object):
24952
24952
  :rtype: :class:`~oci.response.Response`
24953
24953
 
24954
24954
  :example:
24955
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
24955
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
24956
24956
  """
24957
24957
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24958
24958
  required_arguments = ['dbSystemId']
@@ -25060,7 +25060,7 @@ class DatabaseClient(object):
25060
25060
  :rtype: :class:`~oci.response.Response`
25061
25061
 
25062
25062
  :example:
25063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
25063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
25064
25064
  """
25065
25065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25066
25066
  required_arguments = ['dbSystemId']
@@ -25171,7 +25171,7 @@ class DatabaseClient(object):
25171
25171
  :rtype: :class:`~oci.response.Response`
25172
25172
 
25173
25173
  :example:
25174
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
25174
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
25175
25175
  """
25176
25176
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25177
25177
  required_arguments = ['compartmentId']
@@ -25272,7 +25272,7 @@ class DatabaseClient(object):
25272
25272
  :rtype: :class:`~oci.response.Response`
25273
25273
 
25274
25274
  :example:
25275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
25275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
25276
25276
  """
25277
25277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25278
25278
  required_arguments = ['storageManagement']
@@ -25399,7 +25399,7 @@ class DatabaseClient(object):
25399
25399
  :rtype: :class:`~oci.response.Response`
25400
25400
 
25401
25401
  :example:
25402
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
25402
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
25403
25403
  """
25404
25404
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25405
25405
  required_arguments = ['dbSystemId']
@@ -25581,7 +25581,7 @@ class DatabaseClient(object):
25581
25581
  :rtype: :class:`~oci.response.Response`
25582
25582
 
25583
25583
  :example:
25584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
25584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
25585
25585
  """
25586
25586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25587
25587
  required_arguments = ['compartmentId']
@@ -25732,7 +25732,7 @@ class DatabaseClient(object):
25732
25732
  :rtype: :class:`~oci.response.Response`
25733
25733
 
25734
25734
  :example:
25735
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
25735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
25736
25736
  """
25737
25737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25738
25738
  required_arguments = ['compartmentId']
@@ -25873,7 +25873,7 @@ class DatabaseClient(object):
25873
25873
  :rtype: :class:`~oci.response.Response`
25874
25874
 
25875
25875
  :example:
25876
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
25876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
25877
25877
  """
25878
25878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25879
25879
  required_arguments = ['compartmentId']
@@ -26036,7 +26036,7 @@ class DatabaseClient(object):
26036
26036
  :rtype: :class:`~oci.response.Response`
26037
26037
 
26038
26038
  :example:
26039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
26039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
26040
26040
  """
26041
26041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26042
26042
  required_arguments = ['compartmentId']
@@ -26194,7 +26194,7 @@ class DatabaseClient(object):
26194
26194
  :rtype: :class:`~oci.response.Response`
26195
26195
 
26196
26196
  :example:
26197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
26197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
26198
26198
  """
26199
26199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26200
26200
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -26348,7 +26348,7 @@ class DatabaseClient(object):
26348
26348
  :rtype: :class:`~oci.response.Response`
26349
26349
 
26350
26350
  :example:
26351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
26351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
26352
26352
  """
26353
26353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26354
26354
  required_arguments = ['compartmentId']
@@ -26507,7 +26507,7 @@ class DatabaseClient(object):
26507
26507
  :rtype: :class:`~oci.response.Response`
26508
26508
 
26509
26509
  :example:
26510
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
26510
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
26511
26511
  """
26512
26512
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26513
26513
  required_arguments = ['compartmentId']
@@ -26651,7 +26651,7 @@ class DatabaseClient(object):
26651
26651
  :rtype: :class:`~oci.response.Response`
26652
26652
 
26653
26653
  :example:
26654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
26654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
26655
26655
  """
26656
26656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26657
26657
  required_arguments = ['compartmentId']
@@ -26776,7 +26776,7 @@ class DatabaseClient(object):
26776
26776
  :rtype: :class:`~oci.response.Response`
26777
26777
 
26778
26778
  :example:
26779
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
26779
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
26780
26780
  """
26781
26781
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26782
26782
  required_arguments = ['compartmentId']
@@ -26887,7 +26887,7 @@ class DatabaseClient(object):
26887
26887
  :rtype: :class:`~oci.response.Response`
26888
26888
 
26889
26889
  :example:
26890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
26890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
26891
26891
  """
26892
26892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26893
26893
  required_arguments = ['compartmentId']
@@ -27025,7 +27025,7 @@ class DatabaseClient(object):
27025
27025
  :rtype: :class:`~oci.response.Response`
27026
27026
 
27027
27027
  :example:
27028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
27028
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
27029
27029
  """
27030
27030
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27031
27031
  required_arguments = ['compartmentId']
@@ -27218,7 +27218,7 @@ class DatabaseClient(object):
27218
27218
  :rtype: :class:`~oci.response.Response`
27219
27219
 
27220
27220
  :example:
27221
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
27221
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
27222
27222
  """
27223
27223
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27224
27224
  required_arguments = ['compartmentId']
@@ -27394,7 +27394,7 @@ class DatabaseClient(object):
27394
27394
  :rtype: :class:`~oci.response.Response`
27395
27395
 
27396
27396
  :example:
27397
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
27397
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
27398
27398
  """
27399
27399
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27400
27400
  required_arguments = ['compartmentId']
@@ -27546,7 +27546,7 @@ class DatabaseClient(object):
27546
27546
  :rtype: :class:`~oci.response.Response`
27547
27547
 
27548
27548
  :example:
27549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
27549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
27550
27550
  """
27551
27551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27552
27552
  required_arguments = ['databaseId']
@@ -27716,7 +27716,7 @@ class DatabaseClient(object):
27716
27716
  :rtype: :class:`~oci.response.Response`
27717
27717
 
27718
27718
  :example:
27719
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
27719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
27720
27720
  """
27721
27721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27722
27722
  required_arguments = []
@@ -27859,7 +27859,7 @@ class DatabaseClient(object):
27859
27859
  :rtype: :class:`~oci.response.Response`
27860
27860
 
27861
27861
  :example:
27862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
27862
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
27863
27863
  """
27864
27864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27865
27865
  required_arguments = ['compartmentId', 'shape', 'giVersion']
@@ -27996,7 +27996,7 @@ class DatabaseClient(object):
27996
27996
  :rtype: :class:`~oci.response.Response`
27997
27997
 
27998
27998
  :example:
27999
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
27999
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
28000
28000
  """
28001
28001
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28002
28002
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -28137,7 +28137,7 @@ class DatabaseClient(object):
28137
28137
  :rtype: :class:`~oci.response.Response`
28138
28138
 
28139
28139
  :example:
28140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
28140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
28141
28141
  """
28142
28142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28143
28143
  required_arguments = ['vmClusterId']
@@ -28245,7 +28245,7 @@ class DatabaseClient(object):
28245
28245
  :rtype: :class:`~oci.response.Response`
28246
28246
 
28247
28247
  :example:
28248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
28248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
28249
28249
  """
28250
28250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28251
28251
  required_arguments = ['vmClusterId']
@@ -28366,7 +28366,7 @@ class DatabaseClient(object):
28366
28366
  :rtype: :class:`~oci.response.Response`
28367
28367
 
28368
28368
  :example:
28369
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
28369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
28370
28370
  """
28371
28371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28372
28372
  required_arguments = ['vmClusterId']
@@ -28508,7 +28508,7 @@ class DatabaseClient(object):
28508
28508
  :rtype: :class:`~oci.response.Response`
28509
28509
 
28510
28510
  :example:
28511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
28511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
28512
28512
  """
28513
28513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28514
28514
  required_arguments = ['vmClusterId']
@@ -28662,7 +28662,7 @@ class DatabaseClient(object):
28662
28662
  :rtype: :class:`~oci.response.Response`
28663
28663
 
28664
28664
  :example:
28665
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
28665
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
28666
28666
  """
28667
28667
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28668
28668
  required_arguments = ['compartmentId']
@@ -28806,7 +28806,7 @@ class DatabaseClient(object):
28806
28806
  :rtype: :class:`~oci.response.Response`
28807
28807
 
28808
28808
  :example:
28809
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
28809
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
28810
28810
  """
28811
28811
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28812
28812
  required_arguments = ['pluggableDatabaseId']
@@ -28926,7 +28926,7 @@ class DatabaseClient(object):
28926
28926
  :rtype: :class:`~oci.response.Response`
28927
28927
 
28928
28928
  :example:
28929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
28929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
28930
28930
  """
28931
28931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28932
28932
  required_arguments = ['dbSystemId']
@@ -29046,7 +29046,7 @@ class DatabaseClient(object):
29046
29046
  :rtype: :class:`~oci.response.Response`
29047
29047
 
29048
29048
  :example:
29049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
29049
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
29050
29050
  """
29051
29051
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29052
29052
  required_arguments = ['databaseId']
@@ -29166,7 +29166,7 @@ class DatabaseClient(object):
29166
29166
  :rtype: :class:`~oci.response.Response`
29167
29167
 
29168
29168
  :example:
29169
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
29169
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
29170
29170
  """
29171
29171
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29172
29172
  required_arguments = ['databaseId']
@@ -29286,7 +29286,7 @@ class DatabaseClient(object):
29286
29286
  :rtype: :class:`~oci.response.Response`
29287
29287
 
29288
29288
  :example:
29289
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
29289
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
29290
29290
  """
29291
29291
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29292
29292
  required_arguments = ['pluggableDatabaseId']
@@ -29403,7 +29403,7 @@ class DatabaseClient(object):
29403
29403
  :rtype: :class:`~oci.response.Response`
29404
29404
 
29405
29405
  :example:
29406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
29406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
29407
29407
  """
29408
29408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29409
29409
  required_arguments = ['pluggableDatabaseId']
@@ -29509,7 +29509,7 @@ class DatabaseClient(object):
29509
29509
  :rtype: :class:`~oci.response.Response`
29510
29510
 
29511
29511
  :example:
29512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
29512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
29513
29513
  """
29514
29514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29515
29515
  required_arguments = ['autonomousDatabaseId']
@@ -29615,7 +29615,7 @@ class DatabaseClient(object):
29615
29615
  :rtype: :class:`~oci.response.Response`
29616
29616
 
29617
29617
  :example:
29618
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
29618
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
29619
29619
  """
29620
29620
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29621
29621
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -29724,7 +29724,7 @@ class DatabaseClient(object):
29724
29724
  :rtype: :class:`~oci.response.Response`
29725
29725
 
29726
29726
  :example:
29727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
29727
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
29728
29728
  """
29729
29729
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29730
29730
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -29842,7 +29842,7 @@ class DatabaseClient(object):
29842
29842
  :rtype: :class:`~oci.response.Response`
29843
29843
 
29844
29844
  :example:
29845
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
29845
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
29846
29846
  """
29847
29847
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29848
29848
  required_arguments = ['pluggableDatabaseId']
@@ -29962,7 +29962,7 @@ class DatabaseClient(object):
29962
29962
  :rtype: :class:`~oci.response.Response`
29963
29963
 
29964
29964
  :example:
29965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
29965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
29966
29966
  """
29967
29967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29968
29968
  required_arguments = ['cloudVmClusterId']
@@ -30082,7 +30082,7 @@ class DatabaseClient(object):
30082
30082
  :rtype: :class:`~oci.response.Response`
30083
30083
 
30084
30084
  :example:
30085
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
30085
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
30086
30086
  """
30087
30087
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30088
30088
  required_arguments = ['vmClusterId']
@@ -30208,7 +30208,7 @@ class DatabaseClient(object):
30208
30208
  :rtype: :class:`~oci.response.Response`
30209
30209
 
30210
30210
  :example:
30211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
30211
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
30212
30212
  """
30213
30213
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30214
30214
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -30327,7 +30327,7 @@ class DatabaseClient(object):
30327
30327
  :rtype: :class:`~oci.response.Response`
30328
30328
 
30329
30329
  :example:
30330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
30330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
30331
30331
  """
30332
30332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30333
30333
  required_arguments = []
@@ -30433,7 +30433,7 @@ class DatabaseClient(object):
30433
30433
  :rtype: :class:`~oci.response.Response`
30434
30434
 
30435
30435
  :example:
30436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
30436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
30437
30437
  """
30438
30438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30439
30439
  required_arguments = ['autonomousContainerDatabaseId']
@@ -30535,7 +30535,7 @@ class DatabaseClient(object):
30535
30535
  :rtype: :class:`~oci.response.Response`
30536
30536
 
30537
30537
  :example:
30538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
30538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
30539
30539
  """
30540
30540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30541
30541
  required_arguments = ['autonomousDatabaseId']
@@ -30638,7 +30638,7 @@ class DatabaseClient(object):
30638
30638
  :rtype: :class:`~oci.response.Response`
30639
30639
 
30640
30640
  :example:
30641
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
30641
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
30642
30642
  """
30643
30643
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30644
30644
  required_arguments = ['autonomousDatabaseId']
@@ -30743,7 +30743,7 @@ class DatabaseClient(object):
30743
30743
  :rtype: :class:`~oci.response.Response`
30744
30744
 
30745
30745
  :example:
30746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
30746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
30747
30747
  """
30748
30748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30749
30749
  required_arguments = ['databaseId']
@@ -30857,7 +30857,7 @@ class DatabaseClient(object):
30857
30857
  :rtype: :class:`~oci.response.Response`
30858
30858
 
30859
30859
  :example:
30860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
30860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
30861
30861
  """
30862
30862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30863
30863
  required_arguments = ['autonomousContainerDatabaseId']
@@ -30974,7 +30974,7 @@ class DatabaseClient(object):
30974
30974
  :rtype: :class:`~oci.response.Response`
30975
30975
 
30976
30976
  :example:
30977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
30977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
30978
30978
  """
30979
30979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30980
30980
  required_arguments = ['autonomousDatabaseId']
@@ -31092,7 +31092,7 @@ class DatabaseClient(object):
31092
31092
  :rtype: :class:`~oci.response.Response`
31093
31093
 
31094
31094
  :example:
31095
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
31095
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
31096
31096
  """
31097
31097
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31098
31098
  required_arguments = ['autonomousVmClusterId']
@@ -31210,7 +31210,7 @@ class DatabaseClient(object):
31210
31210
  :rtype: :class:`~oci.response.Response`
31211
31211
 
31212
31212
  :example:
31213
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
31213
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
31214
31214
  """
31215
31215
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31216
31216
  required_arguments = ['autonomousVmClusterId']
@@ -31328,7 +31328,7 @@ class DatabaseClient(object):
31328
31328
  :rtype: :class:`~oci.response.Response`
31329
31329
 
31330
31330
  :example:
31331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
31331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
31332
31332
  """
31333
31333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31334
31334
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -31447,7 +31447,7 @@ class DatabaseClient(object):
31447
31447
  :rtype: :class:`~oci.response.Response`
31448
31448
 
31449
31449
  :example:
31450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
31450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
31451
31451
  """
31452
31452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31453
31453
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -31563,7 +31563,7 @@ class DatabaseClient(object):
31563
31563
  :rtype: :class:`~oci.response.Response`
31564
31564
 
31565
31565
  :example:
31566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
31566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
31567
31567
  """
31568
31568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31569
31569
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -31676,7 +31676,7 @@ class DatabaseClient(object):
31676
31676
  :rtype: :class:`~oci.response.Response`
31677
31677
 
31678
31678
  :example:
31679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
31679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
31680
31680
  """
31681
31681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31682
31682
  required_arguments = ['pluggableDatabaseId']
@@ -31789,7 +31789,7 @@ class DatabaseClient(object):
31789
31789
  :rtype: :class:`~oci.response.Response`
31790
31790
 
31791
31791
  :example:
31792
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
31792
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
31793
31793
  """
31794
31794
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31795
31795
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -31904,7 +31904,7 @@ class DatabaseClient(object):
31904
31904
  :rtype: :class:`~oci.response.Response`
31905
31905
 
31906
31906
  :example:
31907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
31907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
31908
31908
  """
31909
31909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31910
31910
  required_arguments = ['databaseId']
@@ -32007,7 +32007,7 @@ class DatabaseClient(object):
32007
32007
  :rtype: :class:`~oci.response.Response`
32008
32008
 
32009
32009
  :example:
32010
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
32010
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
32011
32011
  """
32012
32012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32013
32013
  required_arguments = ['autonomousDatabaseId']
@@ -32119,7 +32119,7 @@ class DatabaseClient(object):
32119
32119
  :rtype: :class:`~oci.response.Response`
32120
32120
 
32121
32121
  :example:
32122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
32122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
32123
32123
  """
32124
32124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32125
32125
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -32227,7 +32227,7 @@ class DatabaseClient(object):
32227
32227
  :rtype: :class:`~oci.response.Response`
32228
32228
 
32229
32229
  :example:
32230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
32230
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
32231
32231
  """
32232
32232
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32233
32233
  required_arguments = ['autonomousDatabaseId']
@@ -32327,7 +32327,7 @@ class DatabaseClient(object):
32327
32327
  :rtype: :class:`~oci.response.Response`
32328
32328
 
32329
32329
  :example:
32330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
32330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
32331
32331
  """
32332
32332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32333
32333
  required_arguments = ['autonomousDatabaseId']
@@ -32437,7 +32437,7 @@ class DatabaseClient(object):
32437
32437
  :rtype: :class:`~oci.response.Response`
32438
32438
 
32439
32439
  :example:
32440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
32440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
32441
32441
  """
32442
32442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32443
32443
  required_arguments = ['pluggableDatabaseId']
@@ -32545,7 +32545,7 @@ class DatabaseClient(object):
32545
32545
  :rtype: :class:`~oci.response.Response`
32546
32546
 
32547
32547
  :example:
32548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
32548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
32549
32549
  """
32550
32550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32551
32551
  required_arguments = ['autonomousDatabaseId']
@@ -32657,7 +32657,7 @@ class DatabaseClient(object):
32657
32657
  :rtype: :class:`~oci.response.Response`
32658
32658
 
32659
32659
  :example:
32660
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
32660
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
32661
32661
  """
32662
32662
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32663
32663
  required_arguments = ['pluggableDatabaseId']
@@ -32769,7 +32769,7 @@ class DatabaseClient(object):
32769
32769
  :rtype: :class:`~oci.response.Response`
32770
32770
 
32771
32771
  :example:
32772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
32772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
32773
32773
  """
32774
32774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32775
32775
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -32887,7 +32887,7 @@ class DatabaseClient(object):
32887
32887
  :rtype: :class:`~oci.response.Response`
32888
32888
 
32889
32889
  :example:
32890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
32890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
32891
32891
  """
32892
32892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32893
32893
  required_arguments = ['autonomousDatabaseId']
@@ -33011,7 +33011,7 @@ class DatabaseClient(object):
33011
33011
  :rtype: :class:`~oci.response.Response`
33012
33012
 
33013
33013
  :example:
33014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
33014
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
33015
33015
  """
33016
33016
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33017
33017
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -33114,7 +33114,7 @@ class DatabaseClient(object):
33114
33114
  :rtype: :class:`~oci.response.Response`
33115
33115
 
33116
33116
  :example:
33117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
33117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
33118
33118
  """
33119
33119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33120
33120
  required_arguments = ['autonomousContainerDatabaseId']
@@ -33212,7 +33212,7 @@ class DatabaseClient(object):
33212
33212
  :rtype: :class:`~oci.response.Response`
33213
33213
 
33214
33214
  :example:
33215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
33215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
33216
33216
  """
33217
33217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33218
33218
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -33317,7 +33317,7 @@ class DatabaseClient(object):
33317
33317
  :rtype: :class:`~oci.response.Response`
33318
33318
 
33319
33319
  :example:
33320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
33320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
33321
33321
  """
33322
33322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33323
33323
  required_arguments = ['dbSystemId']
@@ -33418,7 +33418,7 @@ class DatabaseClient(object):
33418
33418
  :rtype: :class:`~oci.response.Response`
33419
33419
 
33420
33420
  :example:
33421
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
33421
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
33422
33422
  """
33423
33423
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33424
33424
  required_arguments = ['autonomousContainerDatabaseId']
@@ -33531,7 +33531,7 @@ class DatabaseClient(object):
33531
33531
  :rtype: :class:`~oci.response.Response`
33532
33532
 
33533
33533
  :example:
33534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
33534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
33535
33535
  """
33536
33536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33537
33537
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -33642,7 +33642,7 @@ class DatabaseClient(object):
33642
33642
  :rtype: :class:`~oci.response.Response`
33643
33643
 
33644
33644
  :example:
33645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
33645
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
33646
33646
  """
33647
33647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33648
33648
  required_arguments = ['autonomousDatabaseId']
@@ -33752,7 +33752,7 @@ class DatabaseClient(object):
33752
33752
  :rtype: :class:`~oci.response.Response`
33753
33753
 
33754
33754
  :example:
33755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
33755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
33756
33756
  """
33757
33757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33758
33758
  required_arguments = ['autonomousDatabaseBackupId']
@@ -33852,7 +33852,7 @@ class DatabaseClient(object):
33852
33852
  :rtype: :class:`~oci.response.Response`
33853
33853
 
33854
33854
  :example:
33855
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
33855
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
33856
33856
  """
33857
33857
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33858
33858
  required_arguments = []
@@ -33941,7 +33941,7 @@ class DatabaseClient(object):
33941
33941
  :rtype: :class:`~oci.response.Response`
33942
33942
 
33943
33943
  :example:
33944
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
33944
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
33945
33945
  """
33946
33946
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33947
33947
  required_arguments = ['autonomousDatabaseId']
@@ -34044,7 +34044,7 @@ class DatabaseClient(object):
34044
34044
  :rtype: :class:`~oci.response.Response`
34045
34045
 
34046
34046
  :example:
34047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
34047
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
34048
34048
  """
34049
34049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34050
34050
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -34152,7 +34152,7 @@ class DatabaseClient(object):
34152
34152
  :rtype: :class:`~oci.response.Response`
34153
34153
 
34154
34154
  :example:
34155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
34155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
34156
34156
  """
34157
34157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34158
34158
  required_arguments = ['autonomousVmClusterId']
@@ -34265,7 +34265,7 @@ class DatabaseClient(object):
34265
34265
  :rtype: :class:`~oci.response.Response`
34266
34266
 
34267
34267
  :example:
34268
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
34268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
34269
34269
  """
34270
34270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34271
34271
  required_arguments = ['backupDestinationId']
@@ -34375,7 +34375,7 @@ class DatabaseClient(object):
34375
34375
  :rtype: :class:`~oci.response.Response`
34376
34376
 
34377
34377
  :example:
34378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
34378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
34379
34379
  """
34380
34380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34381
34381
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -34485,7 +34485,7 @@ class DatabaseClient(object):
34485
34485
  :rtype: :class:`~oci.response.Response`
34486
34486
 
34487
34487
  :example:
34488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
34488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
34489
34489
  """
34490
34490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34491
34491
  required_arguments = ['cloudExadataInfrastructureId']
@@ -34595,7 +34595,7 @@ class DatabaseClient(object):
34595
34595
  :rtype: :class:`~oci.response.Response`
34596
34596
 
34597
34597
  :example:
34598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
34598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
34599
34599
  """
34600
34600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34601
34601
  required_arguments = ['cloudVmClusterId']
@@ -34705,7 +34705,7 @@ class DatabaseClient(object):
34705
34705
  :rtype: :class:`~oci.response.Response`
34706
34706
 
34707
34707
  :example:
34708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
34708
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.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.
34709
34709
  """
34710
34710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34711
34711
  required_arguments = ['cloudVmClusterId']
@@ -34818,7 +34818,7 @@ class DatabaseClient(object):
34818
34818
  :rtype: :class:`~oci.response.Response`
34819
34819
 
34820
34820
  :example:
34821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
34821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
34822
34822
  """
34823
34823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34824
34824
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -34932,7 +34932,7 @@ class DatabaseClient(object):
34932
34932
  :rtype: :class:`~oci.response.Response`
34933
34933
 
34934
34934
  :example:
34935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
34935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
34936
34936
  """
34937
34937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34938
34938
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -35048,7 +35048,7 @@ class DatabaseClient(object):
35048
35048
  :rtype: :class:`~oci.response.Response`
35049
35049
 
35050
35050
  :example:
35051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
35051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
35052
35052
  """
35053
35053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35054
35054
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -35156,7 +35156,7 @@ class DatabaseClient(object):
35156
35156
  :rtype: :class:`~oci.response.Response`
35157
35157
 
35158
35158
  :example:
35159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
35159
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
35160
35160
  """
35161
35161
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35162
35162
  required_arguments = ['databaseId']
@@ -35261,7 +35261,7 @@ class DatabaseClient(object):
35261
35261
  :rtype: :class:`~oci.response.Response`
35262
35262
 
35263
35263
  :example:
35264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
35264
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
35265
35265
  """
35266
35266
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35267
35267
  required_arguments = ['databaseSoftwareImageId']
@@ -35366,7 +35366,7 @@ class DatabaseClient(object):
35366
35366
  :rtype: :class:`~oci.response.Response`
35367
35367
 
35368
35368
  :example:
35369
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
35369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
35370
35370
  """
35371
35371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35372
35372
  required_arguments = ['dbHomeId']
@@ -35474,7 +35474,7 @@ class DatabaseClient(object):
35474
35474
  :rtype: :class:`~oci.response.Response`
35475
35475
 
35476
35476
  :example:
35477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
35477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
35478
35478
  """
35479
35479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35480
35480
  required_arguments = ['dbNodeId']
@@ -35588,7 +35588,7 @@ class DatabaseClient(object):
35588
35588
  :rtype: :class:`~oci.response.Response`
35589
35589
 
35590
35590
  :example:
35591
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
35591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
35592
35592
  """
35593
35593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35594
35594
  required_arguments = ['dbSystemId']
@@ -35697,7 +35697,7 @@ class DatabaseClient(object):
35697
35697
  :rtype: :class:`~oci.response.Response`
35698
35698
 
35699
35699
  :example:
35700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
35700
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
35701
35701
  """
35702
35702
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35703
35703
  required_arguments = ['exadataInfrastructureId']
@@ -35817,7 +35817,7 @@ class DatabaseClient(object):
35817
35817
  :rtype: :class:`~oci.response.Response`
35818
35818
 
35819
35819
  :example:
35820
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
35820
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
35821
35821
  """
35822
35822
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35823
35823
  required_arguments = ['dbSystemId']
@@ -35930,7 +35930,7 @@ class DatabaseClient(object):
35930
35930
  :rtype: :class:`~oci.response.Response`
35931
35931
 
35932
35932
  :example:
35933
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
35933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
35934
35934
  """
35935
35935
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35936
35936
  required_arguments = ['externalContainerDatabaseId']
@@ -36041,7 +36041,7 @@ class DatabaseClient(object):
36041
36041
  :rtype: :class:`~oci.response.Response`
36042
36042
 
36043
36043
  :example:
36044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
36044
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
36045
36045
  """
36046
36046
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36047
36047
  required_arguments = ['externalDatabaseConnectorId']
@@ -36151,7 +36151,7 @@ class DatabaseClient(object):
36151
36151
  :rtype: :class:`~oci.response.Response`
36152
36152
 
36153
36153
  :example:
36154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
36154
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
36155
36155
  """
36156
36156
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36157
36157
  required_arguments = ['externalNonContainerDatabaseId']
@@ -36263,7 +36263,7 @@ class DatabaseClient(object):
36263
36263
  :rtype: :class:`~oci.response.Response`
36264
36264
 
36265
36265
  :example:
36266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
36266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
36267
36267
  """
36268
36268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36269
36269
  required_arguments = ['externalPluggableDatabaseId']
@@ -36373,7 +36373,7 @@ class DatabaseClient(object):
36373
36373
  :rtype: :class:`~oci.response.Response`
36374
36374
 
36375
36375
  :example:
36376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
36376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
36377
36377
  """
36378
36378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36379
36379
  required_arguments = ['keyStoreId']
@@ -36478,7 +36478,7 @@ class DatabaseClient(object):
36478
36478
  :rtype: :class:`~oci.response.Response`
36479
36479
 
36480
36480
  :example:
36481
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
36481
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
36482
36482
  """
36483
36483
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36484
36484
  required_arguments = ['maintenanceRunId']
@@ -36586,7 +36586,7 @@ class DatabaseClient(object):
36586
36586
  :rtype: :class:`~oci.response.Response`
36587
36587
 
36588
36588
  :example:
36589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
36589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
36590
36590
  """
36591
36591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36592
36592
  required_arguments = ['oneoffPatchId']
@@ -36693,7 +36693,7 @@ class DatabaseClient(object):
36693
36693
  :rtype: :class:`~oci.response.Response`
36694
36694
 
36695
36695
  :example:
36696
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
36696
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
36697
36697
  """
36698
36698
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36699
36699
  required_arguments = ['pluggableDatabaseId']
@@ -36801,7 +36801,7 @@ class DatabaseClient(object):
36801
36801
  :rtype: :class:`~oci.response.Response`
36802
36802
 
36803
36803
  :example:
36804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
36804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
36805
36805
  """
36806
36806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36807
36807
  required_arguments = ['vmClusterId']
@@ -36917,7 +36917,7 @@ class DatabaseClient(object):
36917
36917
  :rtype: :class:`~oci.response.Response`
36918
36918
 
36919
36919
  :example:
36920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
36920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
36921
36921
  """
36922
36922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36923
36923
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -37028,7 +37028,7 @@ class DatabaseClient(object):
37028
37028
  :rtype: :class:`~oci.response.Response`
37029
37029
 
37030
37030
  :example:
37031
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
37031
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
37032
37032
  """
37033
37033
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37034
37034
  required_arguments = ['databaseId']
@@ -37145,7 +37145,7 @@ class DatabaseClient(object):
37145
37145
  :rtype: :class:`~oci.response.Response`
37146
37146
 
37147
37147
  :example:
37148
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
37148
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
37149
37149
  """
37150
37150
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37151
37151
  required_arguments = ['dbSystemId']
@@ -37262,7 +37262,7 @@ class DatabaseClient(object):
37262
37262
  :rtype: :class:`~oci.response.Response`
37263
37263
 
37264
37264
  :example:
37265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
37265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
37266
37266
  """
37267
37267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37268
37268
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']