oci 2.125.3__py3-none-any.whl → 2.126.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 (827) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +22 -22
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +10 -10
  8. oci/ai_vision/ai_service_vision_client.py +25 -25
  9. oci/analytics/analytics_client.py +23 -23
  10. oci/announcements_service/announcement_client.py +4 -4
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +8 -8
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +51 -51
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +19 -19
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +8 -8
  37. oci/cims/user_client.py +1 -1
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +14 -14
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +5496 -2653
  43. oci/cloud_guard/cloud_guard_client_composite_operations.py +307 -60
  44. oci/cloud_guard/models/__init__.py +74 -0
  45. oci/cloud_guard/models/absolute_time_start_policy.py +3 -3
  46. oci/cloud_guard/models/activity_problem_aggregation.py +4 -4
  47. oci/cloud_guard/models/activity_problem_aggregation_collection.py +3 -3
  48. oci/cloud_guard/models/add_compartment_details.py +1 -1
  49. oci/cloud_guard/models/adhoc_query.py +532 -0
  50. oci/cloud_guard/models/adhoc_query_collection.py +103 -0
  51. oci/cloud_guard/models/adhoc_query_details.py +103 -0
  52. oci/cloud_guard/models/adhoc_query_regional_details.py +294 -0
  53. oci/cloud_guard/models/adhoc_query_resource.py +134 -0
  54. oci/cloud_guard/models/adhoc_query_result_collection.py +72 -0
  55. oci/cloud_guard/models/adhoc_query_result_summary.py +407 -0
  56. oci/cloud_guard/models/adhoc_query_summary.py +532 -0
  57. oci/cloud_guard/models/all_targets_selected.py +1 -1
  58. oci/cloud_guard/models/attach_target_detector_recipe_details.py +5 -3
  59. oci/cloud_guard/models/attach_target_responder_recipe_details.py +5 -3
  60. oci/cloud_guard/models/candidate_responder_rule.py +7 -7
  61. oci/cloud_guard/models/change_data_source_compartment_details.py +3 -3
  62. oci/cloud_guard/models/change_detector_recipe_compartment_details.py +3 -3
  63. oci/cloud_guard/models/change_managed_list_compartment_details.py +3 -3
  64. oci/cloud_guard/models/change_responder_recipe_compartment_details.py +3 -3
  65. oci/cloud_guard/models/change_saved_query_compartment_details.py +72 -0
  66. oci/cloud_guard/models/change_security_policy_compartment_details.py +1 -1
  67. oci/cloud_guard/models/change_security_recipe_compartment_details.py +1 -1
  68. oci/cloud_guard/models/change_security_zone_compartment_details.py +1 -1
  69. oci/cloud_guard/models/composite_condition.py +5 -1
  70. oci/cloud_guard/models/condition.py +3 -3
  71. oci/cloud_guard/models/condition_group.py +3 -3
  72. oci/cloud_guard/models/condition_metadata_type.py +37 -6
  73. oci/cloud_guard/models/condition_metadata_type_collection.py +36 -5
  74. oci/cloud_guard/models/condition_metadata_type_summary.py +38 -7
  75. oci/cloud_guard/models/condition_operator.py +5 -5
  76. oci/cloud_guard/models/config_value.py +7 -7
  77. oci/cloud_guard/models/configuration.py +37 -6
  78. oci/cloud_guard/models/continuous_query_start_policy.py +3 -3
  79. oci/cloud_guard/models/create_adhoc_query_details.py +169 -0
  80. oci/cloud_guard/models/create_data_mask_rule_details.py +15 -15
  81. oci/cloud_guard/models/create_data_source_details.py +16 -12
  82. oci/cloud_guard/models/create_detector_recipe_details.py +16 -12
  83. oci/cloud_guard/models/create_detector_recipe_detector_rule_details.py +1 -1
  84. oci/cloud_guard/models/create_detector_rule_details.py +17 -17
  85. oci/cloud_guard/models/create_managed_list_details.py +11 -11
  86. oci/cloud_guard/models/create_responder_recipe_details.py +7 -7
  87. oci/cloud_guard/models/create_saved_query_details.py +235 -0
  88. oci/cloud_guard/models/create_security_policy_details.py +11 -11
  89. oci/cloud_guard/models/create_security_recipe_details.py +11 -7
  90. oci/cloud_guard/models/create_security_zone_details.py +5 -5
  91. oci/cloud_guard/models/create_target_details.py +13 -13
  92. oci/cloud_guard/models/create_target_detector_recipe_details.py +5 -5
  93. oci/cloud_guard/models/create_target_responder_recipe_details.py +6 -5
  94. oci/cloud_guard/models/create_wlp_agent_details.py +238 -0
  95. oci/cloud_guard/models/data_mask_rule.py +50 -19
  96. oci/cloud_guard/models/data_mask_rule_collection.py +36 -5
  97. oci/cloud_guard/models/data_mask_rule_summary.py +19 -19
  98. oci/cloud_guard/models/data_source.py +51 -16
  99. oci/cloud_guard/models/data_source_collection.py +36 -5
  100. oci/cloud_guard/models/data_source_details.py +13 -5
  101. oci/cloud_guard/models/data_source_event_collection.py +36 -5
  102. oci/cloud_guard/models/data_source_event_info.py +12 -6
  103. oci/cloud_guard/models/data_source_event_summary.py +7 -7
  104. oci/cloud_guard/models/data_source_mapping_info.py +5 -5
  105. oci/cloud_guard/models/data_source_summary.py +20 -16
  106. oci/cloud_guard/models/data_source_summary_details.py +14 -6
  107. oci/cloud_guard/models/detector.py +6 -6
  108. oci/cloud_guard/models/detector_collection.py +3 -3
  109. oci/cloud_guard/models/detector_configuration.py +73 -11
  110. oci/cloud_guard/models/detector_details.py +139 -15
  111. oci/cloud_guard/models/detector_recipe.py +81 -22
  112. oci/cloud_guard/models/detector_recipe_collection.py +36 -5
  113. oci/cloud_guard/models/detector_recipe_detector_rule.py +65 -30
  114. oci/cloud_guard/models/detector_recipe_detector_rule_collection.py +36 -5
  115. oci/cloud_guard/models/detector_recipe_detector_rule_summary.py +32 -28
  116. oci/cloud_guard/models/detector_recipe_summary.py +79 -20
  117. oci/cloud_guard/models/detector_rule.py +60 -25
  118. oci/cloud_guard/models/detector_rule_collection.py +3 -3
  119. oci/cloud_guard/models/detector_rule_summary.py +30 -26
  120. oci/cloud_guard/models/detector_summary.py +40 -9
  121. oci/cloud_guard/models/entities_mapping.py +5 -5
  122. oci/cloud_guard/models/entity_details.py +1 -1
  123. oci/cloud_guard/models/execute_responder_execution_details.py +3 -3
  124. oci/cloud_guard/models/geographical_location.py +5 -5
  125. oci/cloud_guard/models/impacted_resource_collection.py +36 -5
  126. oci/cloud_guard/models/impacted_resource_summary.py +17 -17
  127. oci/cloud_guard/models/insight_type_logging_query_details.py +1 -1
  128. oci/cloud_guard/models/instance_security_service_configuration.py +99 -0
  129. oci/cloud_guard/models/logging_event_info.py +18 -2
  130. oci/cloud_guard/models/logging_query_data_source_details.py +14 -14
  131. oci/cloud_guard/models/logging_query_data_source_summary_details.py +8 -8
  132. oci/cloud_guard/models/logging_query_details.py +3 -3
  133. oci/cloud_guard/models/managed_list.py +25 -25
  134. oci/cloud_guard/models/managed_list_collection.py +36 -5
  135. oci/cloud_guard/models/managed_list_summary.py +25 -25
  136. oci/cloud_guard/models/managed_list_type_collection.py +36 -5
  137. oci/cloud_guard/models/managed_list_type_summary.py +39 -8
  138. oci/cloud_guard/models/no_delay_start_policy.py +1 -1
  139. oci/cloud_guard/models/operator_summary.py +13 -13
  140. oci/cloud_guard/models/package_detail.py +227 -0
  141. oci/cloud_guard/models/policy_collection.py +34 -3
  142. oci/cloud_guard/models/political_location.py +7 -7
  143. oci/cloud_guard/models/problem.py +79 -44
  144. oci/cloud_guard/models/problem_aggregation.py +4 -4
  145. oci/cloud_guard/models/problem_aggregation_collection.py +3 -3
  146. oci/cloud_guard/models/problem_collection.py +36 -5
  147. oci/cloud_guard/models/problem_endpoint_collection.py +36 -5
  148. oci/cloud_guard/models/problem_endpoint_summary.py +18 -18
  149. oci/cloud_guard/models/problem_entity_collection.py +35 -4
  150. oci/cloud_guard/models/problem_entity_summary.py +7 -7
  151. oci/cloud_guard/models/problem_history_collection.py +36 -5
  152. oci/cloud_guard/models/problem_history_summary.py +48 -17
  153. oci/cloud_guard/models/problem_summary.py +69 -34
  154. oci/cloud_guard/models/problem_trend_aggregation.py +6 -6
  155. oci/cloud_guard/models/problem_trend_aggregation_collection.py +3 -3
  156. oci/cloud_guard/models/property_tuple.py +103 -0
  157. oci/cloud_guard/models/recommendation_summary.py +23 -23
  158. oci/cloud_guard/models/recommendation_summary_collection.py +36 -5
  159. oci/cloud_guard/models/region_status_detail.py +5 -5
  160. oci/cloud_guard/models/remove_compartment_details.py +1 -1
  161. oci/cloud_guard/models/request_summarized_trend_resource_risk_scores_details.py +5 -5
  162. oci/cloud_guard/models/resource.py +616 -0
  163. oci/cloud_guard/models/resource_additional_details.py +72 -0
  164. oci/cloud_guard/models/resource_collection.py +72 -0
  165. oci/cloud_guard/models/resource_lock.py +185 -0
  166. oci/cloud_guard/models/resource_port_collection.py +72 -0
  167. oci/cloud_guard/models/resource_port_summary.py +247 -0
  168. oci/cloud_guard/models/resource_profile.py +60 -29
  169. oci/cloud_guard/models/resource_profile_collection.py +36 -5
  170. oci/cloud_guard/models/resource_profile_endpoint_collection.py +3 -3
  171. oci/cloud_guard/models/resource_profile_endpoint_summary.py +29 -29
  172. oci/cloud_guard/models/resource_profile_impacted_resource_collection.py +35 -4
  173. oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +19 -19
  174. oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary.py +5 -5
  175. oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary_collection.py +3 -3
  176. oci/cloud_guard/models/resource_profile_summary.py +15 -15
  177. oci/cloud_guard/models/resource_risk_score_aggregation.py +6 -6
  178. oci/cloud_guard/models/resource_risk_score_aggregation_collection.py +9 -9
  179. oci/cloud_guard/models/resource_summary.py +527 -0
  180. oci/cloud_guard/models/resource_type_collection.py +36 -5
  181. oci/cloud_guard/models/resource_type_summary.py +38 -7
  182. oci/cloud_guard/models/resource_vulnerability.py +496 -0
  183. oci/cloud_guard/models/resource_vulnerability_collection.py +72 -0
  184. oci/cloud_guard/models/resource_vulnerability_summary.py +279 -0
  185. oci/cloud_guard/models/responder_activity_collection.py +3 -3
  186. oci/cloud_guard/models/responder_activity_summary.py +19 -19
  187. oci/cloud_guard/models/responder_configuration.py +7 -7
  188. oci/cloud_guard/models/responder_execution.py +58 -27
  189. oci/cloud_guard/models/responder_execution_aggregation.py +2 -2
  190. oci/cloud_guard/models/responder_execution_aggregation_collection.py +3 -3
  191. oci/cloud_guard/models/responder_execution_collection.py +37 -5
  192. oci/cloud_guard/models/responder_execution_summary.py +17 -17
  193. oci/cloud_guard/models/responder_execution_trend_aggregation.py +6 -6
  194. oci/cloud_guard/models/responder_execution_trend_aggregation_collection.py +3 -3
  195. oci/cloud_guard/models/responder_recipe.py +34 -19
  196. oci/cloud_guard/models/responder_recipe_collection.py +36 -5
  197. oci/cloud_guard/models/responder_recipe_responder_rule.py +70 -21
  198. oci/cloud_guard/models/responder_recipe_responder_rule_collection.py +3 -3
  199. oci/cloud_guard/models/responder_recipe_responder_rule_summary.py +19 -19
  200. oci/cloud_guard/models/responder_recipe_summary.py +19 -19
  201. oci/cloud_guard/models/responder_rule.py +58 -19
  202. oci/cloud_guard/models/responder_rule_collection.py +36 -5
  203. oci/cloud_guard/models/responder_rule_details.py +7 -7
  204. oci/cloud_guard/models/responder_rule_execution_details.py +3 -3
  205. oci/cloud_guard/models/responder_rule_summary.py +17 -17
  206. oci/cloud_guard/models/risk_score_aggregation.py +2 -2
  207. oci/cloud_guard/models/risk_score_aggregation_collection.py +3 -3
  208. oci/cloud_guard/models/rule_summary.py +7 -7
  209. oci/cloud_guard/models/saved_query.py +438 -0
  210. oci/cloud_guard/models/saved_query_collection.py +103 -0
  211. oci/cloud_guard/models/saved_query_summary.py +500 -0
  212. oci/cloud_guard/models/scheduled_query_data_source_obj_details.py +175 -0
  213. oci/cloud_guard/models/scheduled_query_data_source_summary_obj_details.py +175 -0
  214. oci/cloud_guard/models/scheduled_query_scope_detail.py +134 -0
  215. oci/cloud_guard/models/security_policy.py +45 -11
  216. oci/cloud_guard/models/security_policy_collection.py +36 -5
  217. oci/cloud_guard/models/security_policy_summary.py +16 -15
  218. oci/cloud_guard/models/security_recipe.py +13 -11
  219. oci/cloud_guard/models/security_recipe_collection.py +150 -5
  220. oci/cloud_guard/models/security_recipe_summary.py +9 -9
  221. oci/cloud_guard/models/security_score_aggregation.py +6 -6
  222. oci/cloud_guard/models/security_score_aggregation_collection.py +3 -3
  223. oci/cloud_guard/models/security_score_trend_aggregation.py +4 -4
  224. oci/cloud_guard/models/security_score_trend_aggregation_collection.py +3 -3
  225. oci/cloud_guard/models/security_zone.py +11 -9
  226. oci/cloud_guard/models/security_zone_collection.py +36 -5
  227. oci/cloud_guard/models/security_zone_summary.py +10 -9
  228. oci/cloud_guard/models/security_zone_target_details.py +7 -7
  229. oci/cloud_guard/models/service_configuration.py +101 -0
  230. oci/cloud_guard/models/service_type_summary.py +5 -5
  231. oci/cloud_guard/models/sighting.py +55 -24
  232. oci/cloud_guard/models/sighting_collection.py +36 -5
  233. oci/cloud_guard/models/sighting_endpoint_collection.py +3 -3
  234. oci/cloud_guard/models/sighting_endpoint_summary.py +25 -25
  235. oci/cloud_guard/models/sighting_impacted_resource_collection.py +36 -5
  236. oci/cloud_guard/models/sighting_impacted_resource_summary.py +13 -13
  237. oci/cloud_guard/models/sighting_summary.py +27 -27
  238. oci/cloud_guard/models/sighting_type.py +11 -11
  239. oci/cloud_guard/models/simple_condition.py +9 -9
  240. oci/cloud_guard/models/skip_bulk_responder_execution_details.py +3 -3
  241. oci/cloud_guard/models/tactic_collection.py +36 -5
  242. oci/cloud_guard/models/tactic_summary.py +3 -3
  243. oci/cloud_guard/models/target.py +23 -21
  244. oci/cloud_guard/models/target_collection.py +36 -5
  245. oci/cloud_guard/models/target_details.py +2 -2
  246. oci/cloud_guard/models/target_detector_details.py +13 -13
  247. oci/cloud_guard/models/target_detector_recipe.py +124 -22
  248. oci/cloud_guard/models/target_detector_recipe_collection.py +36 -5
  249. oci/cloud_guard/models/target_detector_recipe_detector_rule.py +92 -30
  250. oci/cloud_guard/models/target_detector_recipe_detector_rule_collection.py +36 -5
  251. oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.py +63 -28
  252. oci/cloud_guard/models/target_detector_recipe_summary.py +110 -20
  253. oci/cloud_guard/models/target_ids_selected.py +3 -3
  254. oci/cloud_guard/models/target_resource_types_selected.py +3 -3
  255. oci/cloud_guard/models/target_responder_recipe.py +63 -19
  256. oci/cloud_guard/models/target_responder_recipe_collection.py +36 -5
  257. oci/cloud_guard/models/target_responder_recipe_responder_rule.py +32 -19
  258. oci/cloud_guard/models/target_responder_recipe_responder_rule_collection.py +3 -3
  259. oci/cloud_guard/models/target_responder_recipe_responder_rule_summary.py +19 -19
  260. oci/cloud_guard/models/target_responder_recipe_summary.py +50 -19
  261. oci/cloud_guard/models/target_selected.py +3 -3
  262. oci/cloud_guard/models/target_summary.py +15 -15
  263. oci/cloud_guard/models/technique_collection.py +36 -5
  264. oci/cloud_guard/models/technique_summary.py +3 -3
  265. oci/cloud_guard/models/trigger_responder_details.py +5 -5
  266. oci/cloud_guard/models/update_bulk_problem_status_details.py +5 -5
  267. oci/cloud_guard/models/update_configuration_details.py +36 -5
  268. oci/cloud_guard/models/update_data_mask_rule_details.py +11 -11
  269. oci/cloud_guard/models/update_data_source_details.py +5 -5
  270. oci/cloud_guard/models/update_detector_recipe_details.py +7 -5
  271. oci/cloud_guard/models/update_detector_recipe_detector_rule.py +3 -3
  272. oci/cloud_guard/models/update_detector_recipe_detector_rule_details.py +1 -1
  273. oci/cloud_guard/models/update_detector_rule_details.py +17 -17
  274. oci/cloud_guard/models/update_managed_list_details.py +3 -3
  275. oci/cloud_guard/models/update_problem_status_details.py +3 -3
  276. oci/cloud_guard/models/update_responder_recipe_details.py +7 -7
  277. oci/cloud_guard/models/update_responder_recipe_responder_rule.py +3 -3
  278. oci/cloud_guard/models/update_responder_recipe_responder_rule_details.py +1 -1
  279. oci/cloud_guard/models/update_responder_rule_details.py +3 -3
  280. oci/cloud_guard/models/update_saved_query_details.py +204 -0
  281. oci/cloud_guard/models/update_security_policy_details.py +3 -3
  282. oci/cloud_guard/models/update_security_recipe_details.py +5 -5
  283. oci/cloud_guard/models/update_security_zone_details.py +5 -5
  284. oci/cloud_guard/models/update_target_details.py +7 -7
  285. oci/cloud_guard/models/update_target_detector_recipe.py +5 -5
  286. oci/cloud_guard/models/update_target_detector_recipe_details.py +7 -7
  287. oci/cloud_guard/models/update_target_detector_recipe_detector_rule_details.py +1 -1
  288. oci/cloud_guard/models/update_target_detector_rule_details.py +1 -1
  289. oci/cloud_guard/models/update_target_recipe_detector_rule_details.py +3 -3
  290. oci/cloud_guard/models/update_target_recipe_responder_rule_details.py +3 -3
  291. oci/cloud_guard/models/update_target_responder_recipe.py +5 -5
  292. oci/cloud_guard/models/update_target_responder_recipe_details.py +7 -3
  293. oci/cloud_guard/models/update_target_responder_recipe_responder_rule_details.py +1 -1
  294. oci/cloud_guard/models/update_target_responder_rule_details.py +8 -5
  295. oci/cloud_guard/models/update_wlp_agent_details.py +143 -0
  296. oci/cloud_guard/models/wlp_agent.py +469 -0
  297. oci/cloud_guard/models/wlp_agent_collection.py +103 -0
  298. oci/cloud_guard/models/wlp_agent_summary.py +406 -0
  299. oci/cloud_guard/models/work_request.py +54 -23
  300. oci/cloud_guard/models/work_request_error.py +8 -7
  301. oci/cloud_guard/models/work_request_error_collection.py +5 -3
  302. oci/cloud_guard/models/work_request_log_entry.py +4 -4
  303. oci/cloud_guard/models/work_request_log_entry_collection.py +38 -5
  304. oci/cloud_guard/models/work_request_resource.py +7 -7
  305. oci/cloud_guard/models/work_request_summary.py +15 -15
  306. oci/cloud_guard/models/work_request_summary_collection.py +36 -5
  307. oci/cloud_migrations/migration_client.py +43 -43
  308. oci/{application_migration → cluster_placement_groups}/__init__.py +4 -4
  309. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +1705 -0
  310. oci/cluster_placement_groups/cluster_placement_groups_cp_client_composite_operations.py +238 -0
  311. oci/cluster_placement_groups/models/__init__.py +46 -0
  312. oci/cluster_placement_groups/models/capabilities_collection.py +72 -0
  313. oci/cluster_placement_groups/models/capability_details.py +103 -0
  314. oci/{application_migration/models/change_compartment_details.py → cluster_placement_groups/models/change_cluster_placement_group_compartment_details.py} +11 -11
  315. oci/cluster_placement_groups/models/cluster_placement_group.py +568 -0
  316. oci/cluster_placement_groups/models/cluster_placement_group_collection.py +72 -0
  317. oci/cluster_placement_groups/models/cluster_placement_group_summary.py +447 -0
  318. oci/cluster_placement_groups/models/create_cluster_placement_group_details.py +332 -0
  319. oci/cluster_placement_groups/models/placement_instruction_details.py +115 -0
  320. oci/cluster_placement_groups/models/update_cluster_placement_group_details.py +138 -0
  321. oci/{application_migration → cluster_placement_groups}/models/work_request.py +100 -67
  322. oci/{application_migration → cluster_placement_groups}/models/work_request_error.py +14 -8
  323. oci/cluster_placement_groups/models/work_request_error_collection.py +72 -0
  324. oci/{application_migration → cluster_placement_groups}/models/work_request_log_entry.py +10 -6
  325. oci/cluster_placement_groups/models/work_request_log_entry_collection.py +72 -0
  326. oci/{application_migration → cluster_placement_groups}/models/work_request_resource.py +87 -50
  327. oci/{application_migration → cluster_placement_groups}/models/work_request_summary.py +128 -70
  328. oci/cluster_placement_groups/models/work_request_summary_collection.py +72 -0
  329. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  330. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  331. oci/compute_instance_agent/plugin_client.py +2 -2
  332. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  333. oci/container_engine/container_engine_client.py +44 -44
  334. oci/container_instances/container_instance_client.py +18 -18
  335. oci/core/blockstorage_client.py +65 -60
  336. oci/core/compute_client.py +101 -103
  337. oci/core/compute_client_composite_operations.py +1 -2
  338. oci/core/compute_management_client.py +32 -32
  339. oci/core/models/__init__.py +6 -0
  340. oci/core/models/boot_volume.py +31 -0
  341. oci/core/models/boot_volume_attachment.py +39 -0
  342. oci/core/models/capacity_reservation_instance_summary.py +31 -0
  343. oci/core/models/compute_cluster.py +1 -2
  344. oci/core/models/create_boot_volume_details.py +31 -0
  345. oci/core/models/create_compute_cluster_details.py +1 -2
  346. oci/core/models/create_drg_route_distribution_details.py +2 -2
  347. oci/core/models/create_image_details.py +2 -2
  348. oci/core/models/create_vnic_details.py +18 -18
  349. oci/core/models/create_volume_details.py +31 -0
  350. oci/core/models/create_volume_group_details.py +33 -2
  351. oci/core/models/instance.py +31 -0
  352. oci/core/models/instance_configuration_create_volume_details.py +31 -0
  353. oci/core/models/instance_configuration_launch_instance_details.py +31 -0
  354. oci/core/models/instance_reservation_config.py +33 -2
  355. oci/core/models/instance_reservation_config_details.py +33 -2
  356. oci/core/models/launch_instance_details.py +31 -0
  357. oci/core/models/network_security_group.py +7 -7
  358. oci/core/models/private_ip.py +1 -1
  359. oci/core/models/update_instance_details.py +27 -0
  360. oci/core/models/update_instance_source_details.py +128 -0
  361. oci/core/models/update_instance_source_via_boot_volume_details.py +88 -0
  362. oci/core/models/update_instance_source_via_image_details.py +150 -0
  363. oci/core/models/update_vnic_details.py +2 -2
  364. oci/core/models/volume.py +31 -0
  365. oci/core/virtual_network_client.py +258 -258
  366. oci/core/virtual_network_client_composite_operations.py +13 -13
  367. oci/dashboard_service/dashboard_client.py +6 -6
  368. oci/dashboard_service/dashboard_group_client.py +6 -6
  369. oci/data_catalog/data_catalog_client.py +148 -148
  370. oci/data_flow/data_flow_client.py +42 -42
  371. oci/data_integration/data_integration_client.py +163 -163
  372. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  373. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  374. oci/data_safe/data_safe_client.py +272 -272
  375. oci/data_science/data_science_client.py +91 -91
  376. oci/database/database_client.py +333 -333
  377. oci/database_management/db_management_client.py +194 -194
  378. oci/database_management/diagnosability_client.py +4 -4
  379. oci/database_management/managed_my_sql_databases_client.py +7 -7
  380. oci/database_management/perfhub_client.py +1 -1
  381. oci/database_management/sql_tuning_client.py +17 -17
  382. oci/database_migration/database_migration_client.py +41 -41
  383. oci/database_tools/database_tools_client.py +23 -23
  384. oci/desktops/desktop_service_client.py +21 -21
  385. oci/devops/devops_client.py +89 -89
  386. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  387. oci/dns/dns_client.py +52 -52
  388. oci/dts/appliance_export_job_client.py +6 -6
  389. oci/dts/shipping_vendors_client.py +1 -1
  390. oci/dts/transfer_appliance_client.py +8 -8
  391. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  392. oci/dts/transfer_device_client.py +5 -5
  393. oci/dts/transfer_job_client.py +6 -6
  394. oci/dts/transfer_package_client.py +7 -7
  395. oci/em_warehouse/em_data_lake_client.py +13 -13
  396. oci/em_warehouse/em_warehouse_client.py +13 -13
  397. oci/email/email_client.py +26 -26
  398. oci/email_data_plane/email_dp_client.py +1 -1
  399. oci/events/events_client.py +6 -6
  400. oci/file_storage/file_storage_client.py +50 -50
  401. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  402. oci/functions/functions_invoke_client.py +1 -1
  403. oci/functions/functions_management_client.py +16 -16
  404. oci/fusion_apps/data_masking_activity_client.py +3 -3
  405. oci/fusion_apps/fusion_applications_client.py +39 -39
  406. oci/fusion_apps/fusion_environment_client.py +15 -15
  407. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  408. oci/fusion_apps/refresh_activity_client.py +4 -4
  409. oci/fusion_apps/scheduled_activity_client.py +2 -2
  410. oci/fusion_apps/service_attachment_client.py +2 -2
  411. oci/generative_ai/generative_ai_client.py +22 -22
  412. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  413. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  414. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  415. oci/golden_gate/golden_gate_client.py +61 -61
  416. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  417. oci/governance_rules_control_plane/work_request_client.py +5 -5
  418. oci/healthchecks/health_checks_client.py +17 -17
  419. oci/identity/identity_client.py +145 -145
  420. oci/identity_data_plane/dataplane_client.py +2 -2
  421. oci/identity_domains/identity_domains_client.py +300 -300
  422. oci/integration/integration_instance_client.py +15 -15
  423. oci/jms/java_management_service_client.py +66 -66
  424. oci/jms_java_downloads/java_download_client.py +25 -25
  425. oci/key_management/ekm_client.py +5 -5
  426. oci/key_management/kms_crypto_client.py +6 -6
  427. oci/key_management/kms_hsm_cluster_client.py +12 -12
  428. oci/key_management/kms_management_client.py +21 -21
  429. oci/key_management/kms_vault_client.py +14 -14
  430. oci/license_manager/license_manager_client.py +18 -18
  431. oci/limits/limits_client.py +4 -4
  432. oci/limits/quotas_client.py +7 -7
  433. oci/load_balancer/load_balancer_client.py +61 -61
  434. oci/lockbox/lockbox_client.py +191 -46
  435. oci/lockbox/models/__init__.py +2 -0
  436. oci/lockbox/models/access_request_ext.py +671 -0
  437. oci/lockbox/models/access_request_summary.py +101 -2
  438. oci/lockbox/models/approver_info.py +33 -2
  439. oci/log_analytics/log_analytics_client.py +193 -193
  440. oci/logging/logging_management_client.py +30 -30
  441. oci/loggingingestion/logging_client.py +1 -1
  442. oci/loggingsearch/log_search_client.py +1 -1
  443. oci/management_agent/management_agent_client.py +28 -28
  444. oci/management_dashboard/dashx_apis_client.py +14 -14
  445. oci/marketplace/account_client.py +2 -2
  446. oci/marketplace/marketplace_client.py +30 -30
  447. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  448. oci/media_services/media_services_client.py +60 -60
  449. oci/media_services/media_stream_client.py +2 -2
  450. oci/monitoring/monitoring_client.py +18 -18
  451. oci/mysql/channels_client.py +7 -7
  452. oci/mysql/db_backups_client.py +6 -6
  453. oci/mysql/db_system_client.py +17 -17
  454. oci/mysql/mysqlaas_client.py +7 -7
  455. oci/mysql/replicas_client.py +5 -5
  456. oci/mysql/work_requests_client.py +4 -4
  457. oci/network_firewall/network_firewall_client.py +80 -80
  458. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  459. oci/nosql/nosql_client.py +24 -24
  460. oci/object_storage/object_storage_client.py +50 -50
  461. oci/oce/oce_instance_client.py +10 -10
  462. oci/oci_control_center/occ_metrics_client.py +3 -3
  463. oci/ocvp/cluster_client.py +5 -5
  464. oci/ocvp/esxi_host_client.py +8 -8
  465. oci/ocvp/sddc_client.py +14 -14
  466. oci/ocvp/work_request_client.py +4 -4
  467. oci/oda/management_client.py +59 -59
  468. oci/oda/oda_client.py +17 -17
  469. oci/oda/odapackage_client.py +7 -7
  470. oci/onesubscription/billing_schedule_client.py +1 -1
  471. oci/onesubscription/commitment_client.py +2 -2
  472. oci/onesubscription/computed_usage_client.py +3 -3
  473. oci/onesubscription/invoice_summary_client.py +2 -2
  474. oci/onesubscription/organization_subscription_client.py +1 -1
  475. oci/onesubscription/ratecard_client.py +1 -1
  476. oci/onesubscription/subscribed_service_client.py +2 -2
  477. oci/onesubscription/subscription_client.py +1 -1
  478. oci/ons/notification_control_plane_client.py +6 -6
  479. oci/ons/notification_data_plane_client.py +10 -10
  480. oci/opa/opa_instance_client.py +13 -13
  481. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  482. oci/opensearch/opensearch_cluster_client.py +14 -14
  483. oci/operator_access_control/access_requests_client.py +10 -10
  484. oci/operator_access_control/operator_actions_client.py +2 -2
  485. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  486. oci/operator_access_control/operator_control_client.py +6 -6
  487. oci/opsi/operations_insights_client.py +175 -175
  488. oci/optimizer/optimizer_client.py +26 -26
  489. oci/os_management/event_client.py +8 -8
  490. oci/os_management/os_management_client.py +69 -69
  491. oci/os_management_hub/__init__.py +3 -1
  492. oci/os_management_hub/event_client.py +1115 -0
  493. oci/os_management_hub/event_client_composite_operations.py +163 -0
  494. oci/os_management_hub/lifecycle_environment_client.py +258 -46
  495. oci/os_management_hub/lifecycle_environment_client_composite_operations.py +16 -6
  496. oci/os_management_hub/managed_instance_client.py +1643 -380
  497. oci/os_management_hub/managed_instance_client_composite_operations.py +171 -13
  498. oci/os_management_hub/managed_instance_group_client.py +549 -165
  499. oci/os_management_hub/managed_instance_group_client_composite_operations.py +182 -22
  500. oci/os_management_hub/management_station_client.py +284 -30
  501. oci/os_management_hub/management_station_client_composite_operations.py +55 -6
  502. oci/os_management_hub/models/__init__.py +106 -0
  503. oci/os_management_hub/models/add_packages_to_software_source_details.py +72 -0
  504. oci/os_management_hub/models/agent_event.py +184 -0
  505. oci/os_management_hub/models/agent_event_data.py +166 -0
  506. oci/os_management_hub/models/attach_managed_instances_to_managed_instance_group_details.py +8 -4
  507. oci/os_management_hub/models/attach_profile_to_managed_instance_details.py +76 -0
  508. oci/os_management_hub/models/attach_software_sources_to_managed_instance_details.py +1 -1
  509. oci/os_management_hub/models/attach_software_sources_to_managed_instance_group_details.py +8 -4
  510. oci/os_management_hub/models/autonomous_settings.py +107 -0
  511. oci/os_management_hub/models/available_package_collection.py +1 -1
  512. oci/os_management_hub/models/available_package_summary.py +1 -1
  513. oci/os_management_hub/models/available_software_source_collection.py +2 -1
  514. oci/os_management_hub/models/available_software_source_summary.py +17 -7
  515. oci/os_management_hub/models/available_windows_update_collection.py +72 -0
  516. oci/os_management_hub/models/available_windows_update_summary.py +222 -0
  517. oci/os_management_hub/models/change_availability_of_software_sources_details.py +4 -4
  518. oci/os_management_hub/models/change_event_compartment_details.py +76 -0
  519. oci/os_management_hub/models/change_lifecycle_environment_compartment_details.py +76 -0
  520. oci/os_management_hub/models/change_managed_instance_group_compartment_details.py +78 -0
  521. oci/os_management_hub/models/change_management_station_compartment_details.py +76 -0
  522. oci/os_management_hub/models/change_profile_compartment_details.py +76 -0
  523. oci/os_management_hub/models/change_scheduled_job_compartment_details.py +76 -0
  524. oci/os_management_hub/models/change_software_source_compartment_details.py +76 -0
  525. oci/os_management_hub/models/create_custom_software_source_details.py +98 -5
  526. oci/os_management_hub/models/create_entitlement_details.py +9 -5
  527. oci/os_management_hub/models/create_group_profile_details.py +22 -4
  528. oci/os_management_hub/models/create_lifecycle_environment_details.py +108 -23
  529. oci/os_management_hub/models/create_lifecycle_profile_details.py +22 -4
  530. oci/os_management_hub/models/create_lifecycle_stage_details.py +5 -7
  531. oci/os_management_hub/models/create_managed_instance_group_details.py +181 -24
  532. oci/os_management_hub/models/create_management_station_details.py +13 -9
  533. oci/os_management_hub/models/create_mirror_configuration_details.py +9 -9
  534. oci/os_management_hub/models/create_profile_details.py +86 -12
  535. oci/os_management_hub/models/create_proxy_configuration_details.py +9 -9
  536. oci/os_management_hub/models/create_scheduled_job_details.py +192 -35
  537. oci/os_management_hub/models/create_software_source_details.py +18 -10
  538. oci/os_management_hub/models/create_software_source_profile_details.py +55 -13
  539. oci/os_management_hub/models/create_station_profile_details.py +48 -10
  540. oci/os_management_hub/models/create_vendor_software_source_details.py +121 -0
  541. oci/os_management_hub/models/create_versioned_custom_software_source_details.py +96 -3
  542. oci/os_management_hub/models/custom_software_source.py +120 -10
  543. oci/os_management_hub/models/custom_software_source_filter.py +1 -1
  544. oci/os_management_hub/models/custom_software_source_summary.py +20 -5
  545. oci/os_management_hub/models/detach_managed_instances_from_managed_instance_group_details.py +8 -4
  546. oci/os_management_hub/models/detach_software_sources_from_managed_instance_details.py +1 -1
  547. oci/os_management_hub/models/detach_software_sources_from_managed_instance_group_details.py +8 -4
  548. oci/os_management_hub/models/disable_module_stream_on_managed_instance_details.py +1 -1
  549. oci/os_management_hub/models/disable_module_stream_on_managed_instance_group_details.py +39 -4
  550. oci/os_management_hub/models/enable_module_stream_on_managed_instance_details.py +1 -1
  551. oci/os_management_hub/models/enable_module_stream_on_managed_instance_group_details.py +39 -4
  552. oci/os_management_hub/models/entitlement_collection.py +3 -3
  553. oci/os_management_hub/models/entitlement_summary.py +9 -5
  554. oci/os_management_hub/models/erratum.py +60 -13
  555. oci/os_management_hub/models/erratum_collection.py +3 -3
  556. oci/os_management_hub/models/erratum_summary.py +60 -13
  557. oci/os_management_hub/models/event.py +714 -0
  558. oci/os_management_hub/models/event_collection.py +72 -0
  559. oci/os_management_hub/models/event_content.py +113 -0
  560. oci/os_management_hub/models/event_summary.py +573 -0
  561. oci/os_management_hub/models/exploit_attempt_additional_details.py +72 -0
  562. oci/os_management_hub/models/exploit_attempt_event.py +184 -0
  563. oci/os_management_hub/models/exploit_attempt_event_content.py +113 -0
  564. oci/os_management_hub/models/exploit_attempt_event_data.py +126 -0
  565. oci/os_management_hub/models/group_profile.py +26 -4
  566. oci/os_management_hub/models/id.py +9 -5
  567. oci/os_management_hub/models/install_all_windows_updates_on_managed_instances_in_compartment_details.py +165 -0
  568. oci/os_management_hub/models/install_module_stream_profile_on_managed_instance_details.py +1 -1
  569. oci/os_management_hub/models/install_module_stream_profile_on_managed_instance_group_details.py +39 -4
  570. oci/os_management_hub/models/install_packages_on_managed_instance_details.py +1 -1
  571. oci/os_management_hub/models/install_packages_on_managed_instance_group_details.py +1 -1
  572. oci/os_management_hub/models/install_windows_updates_on_managed_instance_details.py +165 -0
  573. oci/os_management_hub/models/install_windows_updates_on_managed_instance_group_details.py +130 -0
  574. oci/os_management_hub/models/installed_package_collection.py +1 -1
  575. oci/os_management_hub/models/installed_package_summary.py +3 -5
  576. oci/os_management_hub/models/installed_windows_update_collection.py +72 -0
  577. oci/os_management_hub/models/installed_windows_update_summary.py +160 -0
  578. oci/os_management_hub/models/kernel_crash_event.py +184 -0
  579. oci/os_management_hub/models/kernel_event_additional_details.py +68 -0
  580. oci/os_management_hub/models/kernel_event_content.py +183 -0
  581. oci/os_management_hub/models/kernel_event_data.py +219 -0
  582. oci/os_management_hub/models/kernel_oops_event.py +184 -0
  583. oci/os_management_hub/models/ksplice_update_event.py +184 -0
  584. oci/os_management_hub/models/ksplice_update_event_data.py +162 -0
  585. oci/os_management_hub/models/lifecycle_environment.py +132 -29
  586. oci/os_management_hub/models/lifecycle_environment_collection.py +1 -1
  587. oci/os_management_hub/models/lifecycle_environment_details.py +7 -3
  588. oci/os_management_hub/models/lifecycle_environment_summary.py +125 -26
  589. oci/os_management_hub/models/lifecycle_profile.py +26 -4
  590. oci/os_management_hub/models/lifecycle_stage.py +131 -30
  591. oci/os_management_hub/models/lifecycle_stage_collection.py +1 -1
  592. oci/os_management_hub/models/lifecycle_stage_details.py +7 -3
  593. oci/os_management_hub/models/lifecycle_stage_summary.py +134 -33
  594. oci/os_management_hub/models/manage_module_streams_on_managed_instance_details.py +16 -8
  595. oci/os_management_hub/models/managed_instance.py +238 -70
  596. oci/os_management_hub/models/managed_instance_analytic_collection.py +3 -3
  597. oci/os_management_hub/models/managed_instance_analytic_summary.py +19 -3
  598. oci/os_management_hub/models/managed_instance_collection.py +1 -1
  599. oci/os_management_hub/models/managed_instance_details.py +7 -3
  600. oci/os_management_hub/models/managed_instance_erratum_summary.py +11 -13
  601. oci/os_management_hub/models/managed_instance_erratum_summary_collection.py +1 -1
  602. oci/os_management_hub/models/managed_instance_group.py +227 -27
  603. oci/os_management_hub/models/managed_instance_group_available_module_collection.py +3 -3
  604. oci/os_management_hub/models/managed_instance_group_available_module_summary.py +9 -5
  605. oci/os_management_hub/models/managed_instance_group_available_package_collection.py +1 -1
  606. oci/os_management_hub/models/managed_instance_group_available_package_summary.py +7 -7
  607. oci/os_management_hub/models/managed_instance_group_collection.py +1 -1
  608. oci/os_management_hub/models/managed_instance_group_details.py +9 -5
  609. oci/os_management_hub/models/managed_instance_group_installed_package_collection.py +1 -1
  610. oci/os_management_hub/models/managed_instance_group_installed_package_summary.py +1 -1
  611. oci/os_management_hub/models/managed_instance_group_module_collection.py +1 -2
  612. oci/os_management_hub/models/managed_instance_group_module_summary.py +11 -7
  613. oci/os_management_hub/models/managed_instance_group_summary.py +210 -22
  614. oci/os_management_hub/models/managed_instance_module_collection.py +1 -2
  615. oci/os_management_hub/models/managed_instance_module_summary.py +7 -3
  616. oci/os_management_hub/models/managed_instance_summary.py +169 -32
  617. oci/os_management_hub/models/management_station.py +74 -27
  618. oci/os_management_hub/models/management_station_collection.py +3 -3
  619. oci/os_management_hub/models/management_station_details.py +13 -5
  620. oci/os_management_hub/models/management_station_event.py +184 -0
  621. oci/os_management_hub/models/management_station_event_data.py +166 -0
  622. oci/os_management_hub/models/management_station_summary.py +97 -26
  623. oci/os_management_hub/models/mirror_configuration.py +9 -9
  624. oci/os_management_hub/models/mirror_summary.py +23 -3
  625. oci/os_management_hub/models/mirror_sync_status.py +11 -11
  626. oci/os_management_hub/models/module_collection.py +3 -3
  627. oci/os_management_hub/models/module_stream.py +7 -3
  628. oci/os_management_hub/models/module_stream_collection.py +3 -3
  629. oci/os_management_hub/models/module_stream_details.py +38 -3
  630. oci/os_management_hub/models/module_stream_details_body.py +1 -1
  631. oci/os_management_hub/models/module_stream_profile.py +1 -1
  632. oci/os_management_hub/models/module_stream_profile_collection.py +3 -3
  633. oci/os_management_hub/models/module_stream_profile_details.py +38 -3
  634. oci/os_management_hub/models/module_stream_profile_details_body.py +1 -1
  635. oci/os_management_hub/models/module_stream_profile_filter.py +3 -3
  636. oci/os_management_hub/models/module_stream_profile_summary.py +3 -3
  637. oci/os_management_hub/models/module_stream_summary.py +7 -3
  638. oci/os_management_hub/models/module_summary.py +7 -3
  639. oci/os_management_hub/models/package_filter.py +3 -3
  640. oci/os_management_hub/models/package_group.py +9 -9
  641. oci/os_management_hub/models/package_group_collection.py +1 -1
  642. oci/os_management_hub/models/package_group_filter.py +3 -3
  643. oci/os_management_hub/models/package_group_summary.py +7 -7
  644. oci/os_management_hub/models/package_name_summary.py +7 -7
  645. oci/os_management_hub/models/package_summary.py +5 -5
  646. oci/os_management_hub/models/profile.py +189 -24
  647. oci/os_management_hub/models/profile_summary.py +157 -24
  648. oci/os_management_hub/models/promote_software_source_to_lifecycle_stage_details.py +1 -22
  649. oci/os_management_hub/models/proxy_configuration.py +9 -9
  650. oci/os_management_hub/models/remove_module_stream_profile_from_managed_instance_details.py +1 -1
  651. oci/os_management_hub/models/remove_module_stream_profile_from_managed_instance_group_details.py +39 -4
  652. oci/os_management_hub/models/remove_packages_from_managed_instance_details.py +1 -1
  653. oci/os_management_hub/models/remove_packages_from_managed_instance_group_details.py +1 -1
  654. oci/os_management_hub/models/scheduled_job.py +216 -39
  655. oci/os_management_hub/models/scheduled_job_collection.py +1 -1
  656. oci/os_management_hub/models/scheduled_job_operation.py +73 -8
  657. oci/os_management_hub/models/scheduled_job_summary.py +223 -48
  658. oci/os_management_hub/models/search_software_source_module_streams_details.py +7 -3
  659. oci/os_management_hub/models/search_software_source_modules_details.py +9 -5
  660. oci/os_management_hub/models/search_software_source_package_groups_details.py +9 -5
  661. oci/os_management_hub/models/software_package.py +80 -9
  662. oci/os_management_hub/models/software_package_collection.py +1 -1
  663. oci/os_management_hub/models/software_package_dependency.py +1 -1
  664. oci/os_management_hub/models/software_package_file.py +2 -4
  665. oci/os_management_hub/models/software_package_summary.py +74 -7
  666. oci/os_management_hub/models/software_packages_details.py +1 -1
  667. oci/os_management_hub/models/software_source.py +154 -32
  668. oci/os_management_hub/models/software_source_availability.py +76 -11
  669. oci/os_management_hub/models/software_source_collection.py +3 -3
  670. oci/os_management_hub/models/software_source_details.py +40 -5
  671. oci/os_management_hub/models/software_source_event.py +184 -0
  672. oci/os_management_hub/models/software_source_event_data.py +190 -0
  673. oci/os_management_hub/models/software_source_profile.py +26 -4
  674. oci/os_management_hub/models/software_source_summary.py +149 -33
  675. oci/os_management_hub/models/software_source_vendor_collection.py +3 -3
  676. oci/os_management_hub/models/software_source_vendor_summary.py +35 -11
  677. oci/os_management_hub/models/software_update_event.py +184 -0
  678. oci/os_management_hub/models/software_update_event_data.py +186 -0
  679. oci/os_management_hub/models/station_health.py +119 -0
  680. oci/os_management_hub/models/station_profile.py +26 -4
  681. oci/os_management_hub/models/switch_module_stream_on_managed_instance_details.py +38 -3
  682. oci/os_management_hub/models/switch_module_stream_on_managed_instance_group_details.py +165 -0
  683. oci/os_management_hub/models/system_details.py +326 -0
  684. oci/os_management_hub/models/updatable_autonomous_settings.py +72 -0
  685. oci/os_management_hub/models/updatable_package_collection.py +1 -1
  686. oci/os_management_hub/models/updatable_package_summary.py +7 -7
  687. oci/os_management_hub/models/update_all_packages_on_managed_instance_group_details.py +1 -1
  688. oci/os_management_hub/models/update_all_packages_on_managed_instances_in_compartment_details.py +9 -5
  689. oci/os_management_hub/models/update_custom_software_source_details.py +38 -7
  690. oci/os_management_hub/models/update_event_details.py +119 -0
  691. oci/os_management_hub/models/update_lifecycle_environment_details.py +5 -5
  692. oci/os_management_hub/models/update_lifecycle_stage_details.py +9 -5
  693. oci/os_management_hub/models/update_managed_instance_details.py +108 -7
  694. oci/os_management_hub/models/update_managed_instance_group_details.py +67 -5
  695. oci/os_management_hub/models/update_management_station_details.py +7 -7
  696. oci/os_management_hub/models/update_mirror_configuration_details.py +9 -9
  697. oci/os_management_hub/models/update_packages_on_managed_instance_details.py +3 -3
  698. oci/os_management_hub/models/update_profile_details.py +35 -4
  699. oci/os_management_hub/models/update_proxy_configuration_details.py +9 -9
  700. oci/os_management_hub/models/update_scheduled_job_details.py +74 -15
  701. oci/os_management_hub/models/update_software_source_details.py +15 -7
  702. oci/os_management_hub/models/update_vendor_software_source_details.py +1 -1
  703. oci/os_management_hub/models/update_versioned_custom_software_source_details.py +86 -0
  704. oci/os_management_hub/models/update_work_request_details.py +1 -1
  705. oci/os_management_hub/models/vendor_software_source.py +97 -9
  706. oci/os_management_hub/models/vendor_software_source_summary.py +59 -8
  707. oci/os_management_hub/models/versioned_custom_software_source.py +116 -8
  708. oci/os_management_hub/models/versioned_custom_software_source_summary.py +20 -5
  709. oci/os_management_hub/models/vmcore_details.py +103 -0
  710. oci/os_management_hub/models/windows_standalone_profile.py +168 -0
  711. oci/os_management_hub/models/windows_update.py +362 -0
  712. oci/os_management_hub/models/windows_update_collection.py +73 -0
  713. oci/os_management_hub/models/windows_update_summary.py +222 -0
  714. oci/os_management_hub/models/work_request.py +348 -40
  715. oci/os_management_hub/models/work_request_details.py +5 -5
  716. oci/os_management_hub/models/work_request_error.py +6 -2
  717. oci/os_management_hub/models/work_request_event_data_additional_details.py +111 -0
  718. oci/os_management_hub/models/work_request_log_entry.py +6 -2
  719. oci/os_management_hub/models/work_request_management_station_details.py +2 -2
  720. oci/os_management_hub/models/work_request_summary.py +147 -19
  721. oci/os_management_hub/models/work_request_summary_collection.py +2 -2
  722. oci/os_management_hub/onboarding_client.py +171 -25
  723. oci/os_management_hub/onboarding_client_composite_operations.py +7 -3
  724. oci/os_management_hub/reporting_managed_instance_client.py +217 -60
  725. oci/os_management_hub/scheduled_job_client.py +214 -38
  726. oci/os_management_hub/scheduled_job_client_composite_operations.py +8 -4
  727. oci/os_management_hub/software_source_client.py +971 -89
  728. oci/os_management_hub/software_source_client_composite_operations.py +50 -2
  729. oci/os_management_hub/work_request_client.py +61 -18
  730. oci/osp_gateway/address_rule_service_client.py +1 -1
  731. oci/osp_gateway/address_service_client.py +2 -2
  732. oci/osp_gateway/invoice_service_client.py +5 -5
  733. oci/osp_gateway/subscription_service_client.py +5 -5
  734. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  735. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  736. oci/osub_subscription/commitment_client.py +2 -2
  737. oci/osub_subscription/ratecard_client.py +1 -1
  738. oci/osub_subscription/subscription_client.py +1 -1
  739. oci/osub_usage/computed_usage_client.py +3 -3
  740. oci/psql/postgresql_client.py +33 -33
  741. oci/queue/queue_admin_client.py +11 -11
  742. oci/queue/queue_client.py +8 -8
  743. oci/recovery/database_recovery_client.py +23 -23
  744. oci/redis/redis_cluster_client.py +11 -11
  745. oci/resource_manager/resource_manager_client.py +52 -52
  746. oci/resource_search/resource_search_client.py +3 -3
  747. oci/rover/rover_bundle_client.py +8 -8
  748. oci/rover/rover_cluster_client.py +8 -8
  749. oci/rover/rover_entitlement_client.py +6 -6
  750. oci/rover/rover_node_client.py +15 -15
  751. oci/rover/shape_client.py +1 -1
  752. oci/rover/work_requests_client.py +5 -5
  753. oci/sch/connector_plugins_client.py +2 -2
  754. oci/sch/service_connector_client.py +12 -12
  755. oci/secrets/secrets_client.py +3 -3
  756. oci/service_catalog/service_catalog_client.py +26 -26
  757. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  758. oci/service_mesh/service_mesh_client.py +48 -48
  759. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  760. oci/streaming/stream_admin_client.py +18 -18
  761. oci/streaming/stream_client.py +8 -8
  762. oci/tenant_manager_control_plane/domain_client.py +5 -5
  763. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  764. oci/tenant_manager_control_plane/governance_client.py +2 -2
  765. oci/tenant_manager_control_plane/link_client.py +3 -3
  766. oci/tenant_manager_control_plane/orders_client.py +2 -2
  767. oci/tenant_manager_control_plane/organization_client.py +10 -10
  768. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  769. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  770. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  771. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  772. oci/threat_intelligence/threatintel_client.py +5 -5
  773. oci/usage/resources_client.py +2 -2
  774. oci/usage/rewards_client.py +6 -6
  775. oci/usage/usagelimits_client.py +1 -1
  776. oci/usage_api/usageapi_client.py +33 -33
  777. oci/vault/vaults_client.py +13 -13
  778. oci/vbs_inst/vbs_instance_client.py +10 -10
  779. oci/version.py +1 -1
  780. oci/visual_builder/vb_instance_client.py +13 -13
  781. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  782. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  783. oci/waa/waa_client.py +13 -13
  784. oci/waa/work_request_client.py +4 -4
  785. oci/waas/redirect_client.py +6 -6
  786. oci/waas/waas_client.py +66 -66
  787. oci/waf/waf_client.py +24 -24
  788. oci/work_requests/work_request_client.py +4 -4
  789. {oci-2.125.3.dist-info → oci-2.126.0.dist-info}/METADATA +1 -1
  790. {oci-2.125.3.dist-info → oci-2.126.0.dist-info}/RECORD +794 -717
  791. oci/application_migration/application_migration_client.py +0 -2489
  792. oci/application_migration/application_migration_client_composite_operations.py +0 -419
  793. oci/application_migration/models/__init__.py +0 -84
  794. oci/application_migration/models/authorization_details.py +0 -130
  795. oci/application_migration/models/configuration_field.py +0 -291
  796. oci/application_migration/models/create_migration_details.py +0 -464
  797. oci/application_migration/models/create_source_details.py +0 -272
  798. oci/application_migration/models/discovery_details.py +0 -141
  799. oci/application_migration/models/ics_discovery_details.py +0 -114
  800. oci/application_migration/models/import_manifest.py +0 -227
  801. oci/application_migration/models/import_source_details.py +0 -171
  802. oci/application_migration/models/internal_authorization_details.py +0 -113
  803. oci/application_migration/models/internal_source_details.py +0 -82
  804. oci/application_migration/models/jcs_discovery_details.py +0 -115
  805. oci/application_migration/models/migration.py +0 -731
  806. oci/application_migration/models/migration_summary.py +0 -572
  807. oci/application_migration/models/oac_discovery_details.py +0 -113
  808. oci/application_migration/models/occ_authorization_details.py +0 -113
  809. oci/application_migration/models/occ_source_details.py +0 -86
  810. oci/application_migration/models/ocic_authorization_details.py +0 -113
  811. oci/application_migration/models/ocic_authorization_token_details.py +0 -113
  812. oci/application_migration/models/ocic_source_details.py +0 -121
  813. oci/application_migration/models/oic_discovery_details.py +0 -114
  814. oci/application_migration/models/pcs_discovery_details.py +0 -114
  815. oci/application_migration/models/resource_field.py +0 -165
  816. oci/application_migration/models/soacs_discovery_details.py +0 -115
  817. oci/application_migration/models/source.py +0 -407
  818. oci/application_migration/models/source_application.py +0 -232
  819. oci/application_migration/models/source_application_summary.py +0 -233
  820. oci/application_migration/models/source_details.py +0 -137
  821. oci/application_migration/models/source_summary.py +0 -431
  822. oci/application_migration/models/update_migration_details.py +0 -309
  823. oci/application_migration/models/update_source_details.py +0 -232
  824. {oci-2.125.3.dist-info → oci-2.126.0.dist-info}/LICENSE.txt +0 -0
  825. {oci-2.125.3.dist-info → oci-2.126.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  826. {oci-2.125.3.dist-info → oci-2.126.0.dist-info}/WHEEL +0 -0
  827. {oci-2.125.3.dist-info → oci-2.126.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.125.3/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.126.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.125.3/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.126.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.125.3/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.126.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.125.3/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.126.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.125.3/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.126.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.125.3/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.126.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.125.3/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.126.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.125.3/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.126.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.125.3/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.126.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']
@@ -1222,7 +1222,7 @@ class DatabaseClient(object):
1222
1222
  :rtype: :class:`~oci.response.Response`
1223
1223
 
1224
1224
  :example:
1225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_autonomous_database_software_image_compartment.py.html>`__ to see an example of how to use change_autonomous_database_software_image_compartment API.
1226
1226
  """
1227
1227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1228
1228
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -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.125.3/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_compartment API.
1347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_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 = ['autonomousExadataInfrastructureId']
@@ -1462,7 +1462,7 @@ class DatabaseClient(object):
1462
1462
  :rtype: :class:`~oci.response.Response`
1463
1463
 
1464
1464
  :example:
1465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1466
1466
  """
1467
1467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1468
1468
  required_arguments = ['autonomousVmClusterId']
@@ -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.125.3/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_compartment API.
1587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_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 = ['backupDestinationId']
@@ -1702,7 +1702,7 @@ class DatabaseClient(object):
1702
1702
  :rtype: :class:`~oci.response.Response`
1703
1703
 
1704
1704
  :example:
1705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_autonomous_vm_cluster_compartment API.
1705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
1706
1706
  """
1707
1707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1708
1708
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -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.125.3/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_compartment API.
1825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_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 = ['cloudExadataInfrastructureId']
@@ -1940,7 +1940,7 @@ class DatabaseClient(object):
1940
1940
  :rtype: :class:`~oci.response.Response`
1941
1941
 
1942
1942
  :example:
1943
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1943
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_vm_cluster_compartment API.
1944
1944
  """
1945
1945
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1946
1946
  required_arguments = ['cloudVmClusterId']
@@ -2062,7 +2062,7 @@ class DatabaseClient(object):
2062
2062
  :rtype: :class:`~oci.response.Response`
2063
2063
 
2064
2064
  :example:
2065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_compartment API.
2066
2066
  """
2067
2067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2068
2068
  required_arguments = ['databaseSoftwareImageId']
@@ -2185,7 +2185,7 @@ class DatabaseClient(object):
2185
2185
  :rtype: :class:`~oci.response.Response`
2186
2186
 
2187
2187
  :example:
2188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2188
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_dataguard_role.py.html>`__ to see an example of how to use change_dataguard_role API.
2189
2189
  """
2190
2190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2191
2191
  required_arguments = ['autonomousContainerDatabaseId']
@@ -2316,7 +2316,7 @@ class DatabaseClient(object):
2316
2316
  :rtype: :class:`~oci.response.Response`
2317
2317
 
2318
2318
  :example:
2319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
2320
2320
  """
2321
2321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2322
2322
  required_arguments = ['dbSystemId']
@@ -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.125.3/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_disaster_recovery_configuration.py.html>`__ to see an example of how to use change_disaster_recovery_configuration API.
2431
2431
  """
2432
2432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2433
2433
  required_arguments = ['autonomousDatabaseId']
@@ -2545,7 +2545,7 @@ class DatabaseClient(object):
2545
2545
  :rtype: :class:`~oci.response.Response`
2546
2546
 
2547
2547
  :example:
2548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_exadata_infrastructure_compartment API.
2549
2549
  """
2550
2550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2551
2551
  required_arguments = ['exadataInfrastructureId']
@@ -2668,7 +2668,7 @@ class DatabaseClient(object):
2668
2668
  :rtype: :class:`~oci.response.Response`
2669
2669
 
2670
2670
  :example:
2671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_external_container_database_compartment.py.html>`__ to see an example of how to use change_external_container_database_compartment API.
2672
2672
  """
2673
2673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2674
2674
  required_arguments = ['externalContainerDatabaseId']
@@ -2790,7 +2790,7 @@ class DatabaseClient(object):
2790
2790
  :rtype: :class:`~oci.response.Response`
2791
2791
 
2792
2792
  :example:
2793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_external_non_container_database_compartment.py.html>`__ to see an example of how to use change_external_non_container_database_compartment API.
2793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
2794
2794
  """
2795
2795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2796
2796
  required_arguments = ['externalNonContainerDatabaseId']
@@ -2915,7 +2915,7 @@ class DatabaseClient(object):
2915
2915
  :rtype: :class:`~oci.response.Response`
2916
2916
 
2917
2917
  :example:
2918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_external_pluggable_database_compartment.py.html>`__ to see an example of how to use change_external_pluggable_database_compartment API.
2919
2919
  """
2920
2920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2921
2921
  required_arguments = ['externalPluggableDatabaseId']
@@ -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.125.3/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
3040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_key_store_compartment.py.html>`__ to see an example of how to use change_key_store_compartment API.
3041
3041
  """
3042
3042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3043
3043
  required_arguments = ['keyStoreId']
@@ -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.125.3/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_key_store_type.py.html>`__ to see an example of how to use change_key_store_type API.
3159
3159
  """
3160
3160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3161
3161
  required_arguments = ['databaseId']
@@ -3273,7 +3273,7 @@ class DatabaseClient(object):
3273
3273
  :rtype: :class:`~oci.response.Response`
3274
3274
 
3275
3275
  :example:
3276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_oneoff_patch_compartment.py.html>`__ to see an example of how to use change_oneoff_patch_compartment API.
3277
3277
  """
3278
3278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3279
3279
  required_arguments = ['oneoffPatchId']
@@ -3392,7 +3392,7 @@ class DatabaseClient(object):
3392
3392
  :rtype: :class:`~oci.response.Response`
3393
3393
 
3394
3394
  :example:
3395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/change_vm_cluster_compartment.py.html>`__ to see an example of how to use change_vm_cluster_compartment API.
3396
3396
  """
3397
3397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3398
3398
  required_arguments = ['vmClusterId']
@@ -3509,7 +3509,7 @@ class DatabaseClient(object):
3509
3509
  :rtype: :class:`~oci.response.Response`
3510
3510
 
3511
3511
  :example:
3512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/check_external_database_connector_connection_status.py.html>`__ to see an example of how to use check_external_database_connector_connection_status API.
3512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
3513
3513
  """
3514
3514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3515
3515
  required_arguments = ['externalDatabaseConnectorId']
@@ -3626,7 +3626,7 @@ class DatabaseClient(object):
3626
3626
  :rtype: :class:`~oci.response.Response`
3627
3627
 
3628
3628
  :example:
3629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/complete_external_backup_job.py.html>`__ to see an example of how to use complete_external_backup_job API.
3630
3630
  """
3631
3631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3632
3632
  required_arguments = ['backupId']
@@ -3748,7 +3748,7 @@ class DatabaseClient(object):
3748
3748
  :rtype: :class:`~oci.response.Response`
3749
3749
 
3750
3750
  :example:
3751
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3751
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/configure_autonomous_database_vault_key.py.html>`__ to see an example of how to use configure_autonomous_database_vault_key API.
3752
3752
  """
3753
3753
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3754
3754
  required_arguments = ['autonomousDatabaseId']
@@ -3859,7 +3859,7 @@ class DatabaseClient(object):
3859
3859
  :rtype: :class:`~oci.response.Response`
3860
3860
 
3861
3861
  :example:
3862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
3862
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/configure_saas_admin_user.py.html>`__ to see an example of how to use configure_saas_admin_user API.
3863
3863
  """
3864
3864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3865
3865
  required_arguments = ['autonomousDatabaseId']
@@ -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.125.3/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/convert_to_pdb.py.html>`__ to see an example of how to use convert_to_pdb API.
3973
3973
  """
3974
3974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3975
3975
  required_arguments = ['databaseId']
@@ -4087,7 +4087,7 @@ class DatabaseClient(object):
4087
4087
  :rtype: :class:`~oci.response.Response`
4088
4088
 
4089
4089
  :example:
4090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
4090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/convert_to_regular_pluggable_database.py.html>`__ to see an example of how to use convert_to_regular_pluggable_database API.
4091
4091
  """
4092
4092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4093
4093
  required_arguments = ['pluggableDatabaseId']
@@ -4197,7 +4197,7 @@ class DatabaseClient(object):
4197
4197
  :rtype: :class:`~oci.response.Response`
4198
4198
 
4199
4199
  :example:
4200
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
4200
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_application_vip.py.html>`__ to see an example of how to use create_application_vip API.
4201
4201
  """
4202
4202
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4203
4203
  required_arguments = []
@@ -4290,7 +4290,7 @@ class DatabaseClient(object):
4290
4290
  :rtype: :class:`~oci.response.Response`
4291
4291
 
4292
4292
  :example:
4293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
4293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_autonomous_container_database.py.html>`__ to see an example of how to use create_autonomous_container_database API.
4294
4294
  """
4295
4295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4296
4296
  required_arguments = []
@@ -4396,7 +4396,7 @@ class DatabaseClient(object):
4396
4396
  :rtype: :class:`~oci.response.Response`
4397
4397
 
4398
4398
  :example:
4399
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use create_autonomous_container_database_dataguard_association API.
4399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
4400
4400
  """
4401
4401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4402
4402
  required_arguments = ['autonomousContainerDatabaseId']
@@ -4502,7 +4502,7 @@ class DatabaseClient(object):
4502
4502
  :rtype: :class:`~oci.response.Response`
4503
4503
 
4504
4504
  :example:
4505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
4505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_autonomous_database.py.html>`__ to see an example of how to use create_autonomous_database API.
4506
4506
  """
4507
4507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4508
4508
  required_arguments = []
@@ -4598,7 +4598,7 @@ class DatabaseClient(object):
4598
4598
  :rtype: :class:`~oci.response.Response`
4599
4599
 
4600
4600
  :example:
4601
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4601
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_autonomous_database_backup.py.html>`__ to see an example of how to use create_autonomous_database_backup API.
4602
4602
  """
4603
4603
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4604
4604
  required_arguments = []
@@ -4694,7 +4694,7 @@ class DatabaseClient(object):
4694
4694
  :rtype: :class:`~oci.response.Response`
4695
4695
 
4696
4696
  :example:
4697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
4697
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_autonomous_database_software_image.py.html>`__ to see an example of how to use create_autonomous_database_software_image API.
4698
4698
  """
4699
4699
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4700
4700
  required_arguments = []
@@ -4790,7 +4790,7 @@ class DatabaseClient(object):
4790
4790
  :rtype: :class:`~oci.response.Response`
4791
4791
 
4792
4792
  :example:
4793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
4793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_autonomous_vm_cluster API.
4794
4794
  """
4795
4795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4796
4796
  required_arguments = []
@@ -4883,7 +4883,7 @@ class DatabaseClient(object):
4883
4883
  :rtype: :class:`~oci.response.Response`
4884
4884
 
4885
4885
  :example:
4886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_backup.py.html>`__ to see an example of how to use create_backup API.
4887
4887
  """
4888
4888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4889
4889
  required_arguments = []
@@ -4977,7 +4977,7 @@ class DatabaseClient(object):
4977
4977
  :rtype: :class:`~oci.response.Response`
4978
4978
 
4979
4979
  :example:
4980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_backup_destination.py.html>`__ to see an example of how to use create_backup_destination API.
4981
4981
  """
4982
4982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4983
4983
  required_arguments = []
@@ -5073,7 +5073,7 @@ class DatabaseClient(object):
5073
5073
  :rtype: :class:`~oci.response.Response`
5074
5074
 
5075
5075
  :example:
5076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
5076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use create_cloud_autonomous_vm_cluster API.
5077
5077
  """
5078
5078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5079
5079
  required_arguments = []
@@ -5173,7 +5173,7 @@ class DatabaseClient(object):
5173
5173
  :rtype: :class:`~oci.response.Response`
5174
5174
 
5175
5175
  :example:
5176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
5176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use create_cloud_exadata_infrastructure API.
5177
5177
  """
5178
5178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5179
5179
  required_arguments = []
@@ -5271,7 +5271,7 @@ class DatabaseClient(object):
5271
5271
  :rtype: :class:`~oci.response.Response`
5272
5272
 
5273
5273
  :example:
5274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
5274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_cloud_vm_cluster.py.html>`__ to see an example of how to use create_cloud_vm_cluster API.
5275
5275
  """
5276
5276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5277
5277
  required_arguments = []
@@ -5371,7 +5371,7 @@ class DatabaseClient(object):
5371
5371
  :rtype: :class:`~oci.response.Response`
5372
5372
 
5373
5373
  :example:
5374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
5374
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_console_connection.py.html>`__ to see an example of how to use create_console_connection API.
5375
5375
  """
5376
5376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5377
5377
  required_arguments = ['dbNodeId']
@@ -5482,7 +5482,7 @@ class DatabaseClient(object):
5482
5482
  :rtype: :class:`~oci.response.Response`
5483
5483
 
5484
5484
  :example:
5485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
5485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_console_history.py.html>`__ to see an example of how to use create_console_history API.
5486
5486
  """
5487
5487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5488
5488
  required_arguments = ['dbNodeId']
@@ -5602,7 +5602,7 @@ class DatabaseClient(object):
5602
5602
  :rtype: :class:`~oci.response.Response`
5603
5603
 
5604
5604
  :example:
5605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
5605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_data_guard_association.py.html>`__ to see an example of how to use create_data_guard_association API.
5606
5606
  """
5607
5607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5608
5608
  required_arguments = ['databaseId']
@@ -5708,7 +5708,7 @@ class DatabaseClient(object):
5708
5708
  :rtype: :class:`~oci.response.Response`
5709
5709
 
5710
5710
  :example:
5711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_database.py.html>`__ to see an example of how to use create_database API.
5711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_database.py.html>`__ to see an example of how to use create_database API.
5712
5712
  """
5713
5713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5714
5714
  required_arguments = []
@@ -5801,7 +5801,7 @@ class DatabaseClient(object):
5801
5801
  :rtype: :class:`~oci.response.Response`
5802
5802
 
5803
5803
  :example:
5804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
5804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_database_software_image.py.html>`__ to see an example of how to use create_database_software_image API.
5805
5805
  """
5806
5806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5807
5807
  required_arguments = []
@@ -5892,7 +5892,7 @@ class DatabaseClient(object):
5892
5892
  :rtype: :class:`~oci.response.Response`
5893
5893
 
5894
5894
  :example:
5895
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
5895
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_db_home.py.html>`__ to see an example of how to use create_db_home API.
5896
5896
  """
5897
5897
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5898
5898
  required_arguments = []
@@ -5987,7 +5987,7 @@ class DatabaseClient(object):
5987
5987
  :rtype: :class:`~oci.response.Response`
5988
5988
 
5989
5989
  :example:
5990
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_exadata_infrastructure.py.html>`__ to see an example of how to use create_exadata_infrastructure API.
5991
5991
  """
5992
5992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5993
5993
  required_arguments = []
@@ -6084,7 +6084,7 @@ class DatabaseClient(object):
6084
6084
  :rtype: :class:`~oci.response.Response`
6085
6085
 
6086
6086
  :example:
6087
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
6087
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_external_backup_job.py.html>`__ to see an example of how to use create_external_backup_job API.
6088
6088
  """
6089
6089
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6090
6090
  required_arguments = []
@@ -6178,7 +6178,7 @@ class DatabaseClient(object):
6178
6178
  :rtype: :class:`~oci.response.Response`
6179
6179
 
6180
6180
  :example:
6181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
6181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_external_container_database.py.html>`__ to see an example of how to use create_external_container_database API.
6182
6182
  """
6183
6183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6184
6184
  required_arguments = []
@@ -6274,7 +6274,7 @@ class DatabaseClient(object):
6274
6274
  :rtype: :class:`~oci.response.Response`
6275
6275
 
6276
6276
  :example:
6277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
6277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_external_database_connector.py.html>`__ to see an example of how to use create_external_database_connector API.
6278
6278
  """
6279
6279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6280
6280
  required_arguments = []
@@ -6370,7 +6370,7 @@ class DatabaseClient(object):
6370
6370
  :rtype: :class:`~oci.response.Response`
6371
6371
 
6372
6372
  :example:
6373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
6373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_external_non_container_database.py.html>`__ to see an example of how to use create_external_non_container_database API.
6374
6374
  """
6375
6375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6376
6376
  required_arguments = []
@@ -6467,7 +6467,7 @@ class DatabaseClient(object):
6467
6467
  :rtype: :class:`~oci.response.Response`
6468
6468
 
6469
6469
  :example:
6470
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
6470
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_external_pluggable_database.py.html>`__ to see an example of how to use create_external_pluggable_database API.
6471
6471
  """
6472
6472
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6473
6473
  required_arguments = []
@@ -6563,7 +6563,7 @@ class DatabaseClient(object):
6563
6563
  :rtype: :class:`~oci.response.Response`
6564
6564
 
6565
6565
  :example:
6566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
6566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_key_store.py.html>`__ to see an example of how to use create_key_store API.
6567
6567
  """
6568
6568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6569
6569
  required_arguments = []
@@ -6662,7 +6662,7 @@ class DatabaseClient(object):
6662
6662
  :rtype: :class:`~oci.response.Response`
6663
6663
 
6664
6664
  :example:
6665
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
6665
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_maintenance_run.py.html>`__ to see an example of how to use create_maintenance_run API.
6666
6666
  """
6667
6667
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6668
6668
  required_arguments = []
@@ -6758,7 +6758,7 @@ class DatabaseClient(object):
6758
6758
  :rtype: :class:`~oci.response.Response`
6759
6759
 
6760
6760
  :example:
6761
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
6761
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_oneoff_patch.py.html>`__ to see an example of how to use create_oneoff_patch API.
6762
6762
  """
6763
6763
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6764
6764
  required_arguments = []
@@ -6856,7 +6856,7 @@ class DatabaseClient(object):
6856
6856
  :rtype: :class:`~oci.response.Response`
6857
6857
 
6858
6858
  :example:
6859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
6859
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_pluggable_database.py.html>`__ to see an example of how to use create_pluggable_database API.
6860
6860
  """
6861
6861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6862
6862
  required_arguments = []
@@ -6953,7 +6953,7 @@ class DatabaseClient(object):
6953
6953
  :rtype: :class:`~oci.response.Response`
6954
6954
 
6955
6955
  :example:
6956
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
6956
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_vm_cluster.py.html>`__ to see an example of how to use create_vm_cluster API.
6957
6957
  """
6958
6958
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6959
6959
  required_arguments = []
@@ -7055,7 +7055,7 @@ class DatabaseClient(object):
7055
7055
  :rtype: :class:`~oci.response.Response`
7056
7056
 
7057
7057
  :example:
7058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
7058
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/create_vm_cluster_network.py.html>`__ to see an example of how to use create_vm_cluster_network API.
7059
7059
  """
7060
7060
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7061
7061
  required_arguments = ['exadataInfrastructureId']
@@ -7184,7 +7184,7 @@ class DatabaseClient(object):
7184
7184
  :rtype: :class:`~oci.response.Response`
7185
7185
 
7186
7186
  :example:
7187
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
7187
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/db_node_action.py.html>`__ to see an example of how to use db_node_action API.
7188
7188
  """
7189
7189
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7190
7190
  required_arguments = ['dbNodeId', 'action']
@@ -7297,7 +7297,7 @@ class DatabaseClient(object):
7297
7297
  :rtype: :class:`~oci.response.Response`
7298
7298
 
7299
7299
  :example:
7300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
7300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_application_vip.py.html>`__ to see an example of how to use delete_application_vip API.
7301
7301
  """
7302
7302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7303
7303
  required_arguments = ['applicationVipId']
@@ -7400,7 +7400,7 @@ class DatabaseClient(object):
7400
7400
  :rtype: :class:`~oci.response.Response`
7401
7401
 
7402
7402
  :example:
7403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
7403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_autonomous_database.py.html>`__ to see an example of how to use delete_autonomous_database API.
7404
7404
  """
7405
7405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7406
7406
  required_arguments = ['autonomousDatabaseId']
@@ -7503,7 +7503,7 @@ class DatabaseClient(object):
7503
7503
  :rtype: :class:`~oci.response.Response`
7504
7504
 
7505
7505
  :example:
7506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
7506
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_autonomous_database_backup.py.html>`__ to see an example of how to use delete_autonomous_database_backup API.
7507
7507
  """
7508
7508
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7509
7509
  required_arguments = ['autonomousDatabaseBackupId']
@@ -7606,7 +7606,7 @@ class DatabaseClient(object):
7606
7606
  :rtype: :class:`~oci.response.Response`
7607
7607
 
7608
7608
  :example:
7609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
7609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_autonomous_database_software_image.py.html>`__ to see an example of how to use delete_autonomous_database_software_image API.
7610
7610
  """
7611
7611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7612
7612
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -7709,7 +7709,7 @@ class DatabaseClient(object):
7709
7709
  :rtype: :class:`~oci.response.Response`
7710
7710
 
7711
7711
  :example:
7712
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
7712
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_autonomous_vm_cluster API.
7713
7713
  """
7714
7714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7715
7715
  required_arguments = ['autonomousVmClusterId']
@@ -7809,7 +7809,7 @@ class DatabaseClient(object):
7809
7809
  :rtype: :class:`~oci.response.Response`
7810
7810
 
7811
7811
  :example:
7812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
7812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
7813
7813
  """
7814
7814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7815
7815
  required_arguments = ['backupId']
@@ -7910,7 +7910,7 @@ class DatabaseClient(object):
7910
7910
  :rtype: :class:`~oci.response.Response`
7911
7911
 
7912
7912
  :example:
7913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
7913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_backup_destination.py.html>`__ to see an example of how to use delete_backup_destination API.
7914
7914
  """
7915
7915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7916
7916
  required_arguments = ['backupDestinationId']
@@ -8013,7 +8013,7 @@ class DatabaseClient(object):
8013
8013
  :rtype: :class:`~oci.response.Response`
8014
8014
 
8015
8015
  :example:
8016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
8016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_autonomous_vm_cluster API.
8017
8017
  """
8018
8018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8019
8019
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -8119,7 +8119,7 @@ class DatabaseClient(object):
8119
8119
  :rtype: :class:`~oci.response.Response`
8120
8120
 
8121
8121
  :example:
8122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
8122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use delete_cloud_exadata_infrastructure API.
8123
8123
  """
8124
8124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8125
8125
  required_arguments = ['cloudExadataInfrastructureId']
@@ -8230,7 +8230,7 @@ class DatabaseClient(object):
8230
8230
  :rtype: :class:`~oci.response.Response`
8231
8231
 
8232
8232
  :example:
8233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
8233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_cloud_vm_cluster.py.html>`__ to see an example of how to use delete_cloud_vm_cluster API.
8234
8234
  """
8235
8235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8236
8236
  required_arguments = ['cloudVmClusterId']
@@ -8333,7 +8333,7 @@ class DatabaseClient(object):
8333
8333
  :rtype: :class:`~oci.response.Response`
8334
8334
 
8335
8335
  :example:
8336
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
8336
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_console_connection.py.html>`__ to see an example of how to use delete_console_connection API.
8337
8337
  """
8338
8338
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8339
8339
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -8438,7 +8438,7 @@ class DatabaseClient(object):
8438
8438
  :rtype: :class:`~oci.response.Response`
8439
8439
 
8440
8440
  :example:
8441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
8441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_console_history.py.html>`__ to see an example of how to use delete_console_history API.
8442
8442
  """
8443
8443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8444
8444
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -8551,7 +8551,7 @@ class DatabaseClient(object):
8551
8551
  :rtype: :class:`~oci.response.Response`
8552
8552
 
8553
8553
  :example:
8554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
8554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_database.py.html>`__ to see an example of how to use delete_database API.
8555
8555
  """
8556
8556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8557
8557
  required_arguments = ['databaseId']
@@ -8659,7 +8659,7 @@ class DatabaseClient(object):
8659
8659
  :rtype: :class:`~oci.response.Response`
8660
8660
 
8661
8661
  :example:
8662
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
8662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_database_software_image.py.html>`__ to see an example of how to use delete_database_software_image API.
8663
8663
  """
8664
8664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8665
8665
  required_arguments = ['databaseSoftwareImageId']
@@ -8766,7 +8766,7 @@ class DatabaseClient(object):
8766
8766
  :rtype: :class:`~oci.response.Response`
8767
8767
 
8768
8768
  :example:
8769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
8769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_db_home.py.html>`__ to see an example of how to use delete_db_home API.
8770
8770
  """
8771
8771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8772
8772
  required_arguments = ['dbHomeId']
@@ -8875,7 +8875,7 @@ class DatabaseClient(object):
8875
8875
  :rtype: :class:`~oci.response.Response`
8876
8876
 
8877
8877
  :example:
8878
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
8878
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_exadata_infrastructure.py.html>`__ to see an example of how to use delete_exadata_infrastructure API.
8879
8879
  """
8880
8880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8881
8881
  required_arguments = ['exadataInfrastructureId']
@@ -8980,7 +8980,7 @@ class DatabaseClient(object):
8980
8980
  :rtype: :class:`~oci.response.Response`
8981
8981
 
8982
8982
  :example:
8983
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
8983
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_external_container_database.py.html>`__ to see an example of how to use delete_external_container_database API.
8984
8984
  """
8985
8985
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8986
8986
  required_arguments = ['externalContainerDatabaseId']
@@ -9086,7 +9086,7 @@ class DatabaseClient(object):
9086
9086
  :rtype: :class:`~oci.response.Response`
9087
9087
 
9088
9088
  :example:
9089
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
9089
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_external_database_connector.py.html>`__ to see an example of how to use delete_external_database_connector API.
9090
9090
  """
9091
9091
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9092
9092
  required_arguments = ['externalDatabaseConnectorId']
@@ -9189,7 +9189,7 @@ class DatabaseClient(object):
9189
9189
  :rtype: :class:`~oci.response.Response`
9190
9190
 
9191
9191
  :example:
9192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
9192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_external_non_container_database.py.html>`__ to see an example of how to use delete_external_non_container_database API.
9193
9193
  """
9194
9194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9195
9195
  required_arguments = ['externalNonContainerDatabaseId']
@@ -9293,7 +9293,7 @@ class DatabaseClient(object):
9293
9293
  :rtype: :class:`~oci.response.Response`
9294
9294
 
9295
9295
  :example:
9296
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
9296
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_external_pluggable_database.py.html>`__ to see an example of how to use delete_external_pluggable_database API.
9297
9297
  """
9298
9298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9299
9299
  required_arguments = ['externalPluggableDatabaseId']
@@ -9396,7 +9396,7 @@ class DatabaseClient(object):
9396
9396
  :rtype: :class:`~oci.response.Response`
9397
9397
 
9398
9398
  :example:
9399
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
9399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_key_store.py.html>`__ to see an example of how to use delete_key_store API.
9400
9400
  """
9401
9401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9402
9402
  required_arguments = ['keyStoreId']
@@ -9499,7 +9499,7 @@ class DatabaseClient(object):
9499
9499
  :rtype: :class:`~oci.response.Response`
9500
9500
 
9501
9501
  :example:
9502
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
9502
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_oneoff_patch.py.html>`__ to see an example of how to use delete_oneoff_patch API.
9503
9503
  """
9504
9504
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9505
9505
  required_arguments = ['oneoffPatchId']
@@ -9602,7 +9602,7 @@ class DatabaseClient(object):
9602
9602
  :rtype: :class:`~oci.response.Response`
9603
9603
 
9604
9604
  :example:
9605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
9605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_pluggable_database.py.html>`__ to see an example of how to use delete_pluggable_database API.
9606
9606
  """
9607
9607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9608
9608
  required_arguments = ['pluggableDatabaseId']
@@ -9705,7 +9705,7 @@ class DatabaseClient(object):
9705
9705
  :rtype: :class:`~oci.response.Response`
9706
9706
 
9707
9707
  :example:
9708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
9708
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_vm_cluster.py.html>`__ to see an example of how to use delete_vm_cluster API.
9709
9709
  """
9710
9710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9711
9711
  required_arguments = ['vmClusterId']
@@ -9814,7 +9814,7 @@ class DatabaseClient(object):
9814
9814
  :rtype: :class:`~oci.response.Response`
9815
9815
 
9816
9816
  :example:
9817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
9817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/delete_vm_cluster_network.py.html>`__ to see an example of how to use delete_vm_cluster_network API.
9818
9818
  """
9819
9819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9820
9820
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -9916,7 +9916,7 @@ class DatabaseClient(object):
9916
9916
  :rtype: :class:`~oci.response.Response`
9917
9917
 
9918
9918
  :example:
9919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
9919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/deregister_autonomous_database_data_safe.py.html>`__ to see an example of how to use deregister_autonomous_database_data_safe API.
9920
9920
  """
9921
9921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9922
9922
  required_arguments = ['autonomousDatabaseId']
@@ -10015,7 +10015,7 @@ class DatabaseClient(object):
10015
10015
  :rtype: :class:`~oci.response.Response`
10016
10016
 
10017
10017
  :example:
10018
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
10018
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/disable_autonomous_database_management.py.html>`__ to see an example of how to use disable_autonomous_database_management API.
10019
10019
  """
10020
10020
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10021
10021
  required_arguments = ['autonomousDatabaseId']
@@ -10111,7 +10111,7 @@ class DatabaseClient(object):
10111
10111
  :rtype: :class:`~oci.response.Response`
10112
10112
 
10113
10113
  :example:
10114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
10114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/disable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use disable_autonomous_database_operations_insights API.
10115
10115
  """
10116
10116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10117
10117
  required_arguments = ['autonomousDatabaseId']
@@ -10219,7 +10219,7 @@ class DatabaseClient(object):
10219
10219
  :rtype: :class:`~oci.response.Response`
10220
10220
 
10221
10221
  :example:
10222
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
10222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/disable_database_management.py.html>`__ to see an example of how to use disable_database_management API.
10223
10223
  """
10224
10224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10225
10225
  required_arguments = ['databaseId']
@@ -10334,7 +10334,7 @@ class DatabaseClient(object):
10334
10334
  :rtype: :class:`~oci.response.Response`
10335
10335
 
10336
10336
  :example:
10337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/disable_external_container_database_database_management.py.html>`__ to see an example of how to use disable_external_container_database_database_management API.
10337
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10338
10338
  """
10339
10339
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10340
10340
  required_arguments = ['externalContainerDatabaseId']
@@ -10447,7 +10447,7 @@ class DatabaseClient(object):
10447
10447
  :rtype: :class:`~oci.response.Response`
10448
10448
 
10449
10449
  :example:
10450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/disable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_container_database_stack_monitoring API.
10450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10451
10451
  """
10452
10452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10453
10453
  required_arguments = ['externalContainerDatabaseId']
@@ -10564,7 +10564,7 @@ class DatabaseClient(object):
10564
10564
  :rtype: :class:`~oci.response.Response`
10565
10565
 
10566
10566
  :example:
10567
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
10567
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10568
10568
  """
10569
10569
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10570
10570
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10677,7 +10677,7 @@ class DatabaseClient(object):
10677
10677
  :rtype: :class:`~oci.response.Response`
10678
10678
 
10679
10679
  :example:
10680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
10680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10681
10681
  """
10682
10682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10683
10683
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10790,7 +10790,7 @@ class DatabaseClient(object):
10790
10790
  :rtype: :class:`~oci.response.Response`
10791
10791
 
10792
10792
  :example:
10793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
10793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10794
10794
  """
10795
10795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10796
10796
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10907,7 +10907,7 @@ class DatabaseClient(object):
10907
10907
  :rtype: :class:`~oci.response.Response`
10908
10908
 
10909
10909
  :example:
10910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/disable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use disable_external_pluggable_database_database_management API.
10910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
10911
10911
  """
10912
10912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10913
10913
  required_arguments = ['externalPluggableDatabaseId']
@@ -11020,7 +11020,7 @@ class DatabaseClient(object):
11020
11020
  :rtype: :class:`~oci.response.Response`
11021
11021
 
11022
11022
  :example:
11023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/disable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use disable_external_pluggable_database_operations_insights API.
11023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
11024
11024
  """
11025
11025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11026
11026
  required_arguments = ['externalPluggableDatabaseId']
@@ -11133,7 +11133,7 @@ class DatabaseClient(object):
11133
11133
  :rtype: :class:`~oci.response.Response`
11134
11134
 
11135
11135
  :example:
11136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/disable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use disable_external_pluggable_database_stack_monitoring API.
11136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
11137
11137
  """
11138
11138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11139
11139
  required_arguments = ['externalPluggableDatabaseId']
@@ -11246,7 +11246,7 @@ class DatabaseClient(object):
11246
11246
  :rtype: :class:`~oci.response.Response`
11247
11247
 
11248
11248
  :example:
11249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
11249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/disable_pluggable_database_management.py.html>`__ to see an example of how to use disable_pluggable_database_management API.
11250
11250
  """
11251
11251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11252
11252
  required_arguments = ['pluggableDatabaseId']
@@ -11356,7 +11356,7 @@ class DatabaseClient(object):
11356
11356
  :rtype: :class:`~oci.response.Response`
11357
11357
 
11358
11358
  :example:
11359
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
11359
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/download_exadata_infrastructure_config_file.py.html>`__ to see an example of how to use download_exadata_infrastructure_config_file API.
11360
11360
  """
11361
11361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11362
11362
  required_arguments = ['exadataInfrastructureId']
@@ -11469,7 +11469,7 @@ class DatabaseClient(object):
11469
11469
  :rtype: :class:`~oci.response.Response`
11470
11470
 
11471
11471
  :example:
11472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
11472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/download_oneoff_patch.py.html>`__ to see an example of how to use download_oneoff_patch API.
11473
11473
  """
11474
11474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11475
11475
  required_arguments = ['oneoffPatchId']
@@ -11584,7 +11584,7 @@ class DatabaseClient(object):
11584
11584
  :rtype: :class:`~oci.response.Response`
11585
11585
 
11586
11586
  :example:
11587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
11587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/download_validation_report.py.html>`__ to see an example of how to use download_validation_report API.
11588
11588
  """
11589
11589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11590
11590
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -11698,7 +11698,7 @@ class DatabaseClient(object):
11698
11698
  :rtype: :class:`~oci.response.Response`
11699
11699
 
11700
11700
  :example:
11701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/download_vm_cluster_network_config_file.py.html>`__ to see an example of how to use download_vm_cluster_network_config_file API.
11701
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
11702
11702
  """
11703
11703
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11704
11704
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -11800,7 +11800,7 @@ class DatabaseClient(object):
11800
11800
  :rtype: :class:`~oci.response.Response`
11801
11801
 
11802
11802
  :example:
11803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
11803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/enable_autonomous_database_management.py.html>`__ to see an example of how to use enable_autonomous_database_management API.
11804
11804
  """
11805
11805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11806
11806
  required_arguments = ['autonomousDatabaseId']
@@ -11896,7 +11896,7 @@ class DatabaseClient(object):
11896
11896
  :rtype: :class:`~oci.response.Response`
11897
11897
 
11898
11898
  :example:
11899
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
11899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/enable_autonomous_database_operations_insights.py.html>`__ to see an example of how to use enable_autonomous_database_operations_insights API.
11900
11900
  """
11901
11901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11902
11902
  required_arguments = ['autonomousDatabaseId']
@@ -12007,7 +12007,7 @@ class DatabaseClient(object):
12007
12007
  :rtype: :class:`~oci.response.Response`
12008
12008
 
12009
12009
  :example:
12010
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
12010
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/enable_database_management.py.html>`__ to see an example of how to use enable_database_management API.
12011
12011
  """
12012
12012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12013
12013
  required_arguments = ['databaseId']
@@ -12131,7 +12131,7 @@ class DatabaseClient(object):
12131
12131
  :rtype: :class:`~oci.response.Response`
12132
12132
 
12133
12133
  :example:
12134
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/enable_external_container_database_database_management.py.html>`__ to see an example of how to use enable_external_container_database_database_management API.
12134
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12135
12135
  """
12136
12136
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12137
12137
  required_arguments = ['externalContainerDatabaseId']
@@ -12249,7 +12249,7 @@ class DatabaseClient(object):
12249
12249
  :rtype: :class:`~oci.response.Response`
12250
12250
 
12251
12251
  :example:
12252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/enable_external_container_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_container_database_stack_monitoring API.
12252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12253
12253
  """
12254
12254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12255
12255
  required_arguments = ['externalContainerDatabaseId']
@@ -12371,7 +12371,7 @@ class DatabaseClient(object):
12371
12371
  :rtype: :class:`~oci.response.Response`
12372
12372
 
12373
12373
  :example:
12374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
12374
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12375
12375
  """
12376
12376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12377
12377
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12489,7 +12489,7 @@ class DatabaseClient(object):
12489
12489
  :rtype: :class:`~oci.response.Response`
12490
12490
 
12491
12491
  :example:
12492
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
12492
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12493
12493
  """
12494
12494
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12495
12495
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12607,7 +12607,7 @@ class DatabaseClient(object):
12607
12607
  :rtype: :class:`~oci.response.Response`
12608
12608
 
12609
12609
  :example:
12610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
12610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12611
12611
  """
12612
12612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12613
12613
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12729,7 +12729,7 @@ class DatabaseClient(object):
12729
12729
  :rtype: :class:`~oci.response.Response`
12730
12730
 
12731
12731
  :example:
12732
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/enable_external_pluggable_database_database_management.py.html>`__ to see an example of how to use enable_external_pluggable_database_database_management API.
12732
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12733
12733
  """
12734
12734
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12735
12735
  required_arguments = ['externalPluggableDatabaseId']
@@ -12847,7 +12847,7 @@ class DatabaseClient(object):
12847
12847
  :rtype: :class:`~oci.response.Response`
12848
12848
 
12849
12849
  :example:
12850
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/enable_external_pluggable_database_operations_insights.py.html>`__ to see an example of how to use enable_external_pluggable_database_operations_insights API.
12850
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12851
12851
  """
12852
12852
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12853
12853
  required_arguments = ['externalPluggableDatabaseId']
@@ -12965,7 +12965,7 @@ class DatabaseClient(object):
12965
12965
  :rtype: :class:`~oci.response.Response`
12966
12966
 
12967
12967
  :example:
12968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/enable_external_pluggable_database_stack_monitoring.py.html>`__ to see an example of how to use enable_external_pluggable_database_stack_monitoring API.
12968
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
12969
12969
  """
12970
12970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12971
12971
  required_arguments = ['externalPluggableDatabaseId']
@@ -13083,7 +13083,7 @@ class DatabaseClient(object):
13083
13083
  :rtype: :class:`~oci.response.Response`
13084
13084
 
13085
13085
  :example:
13086
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
13086
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/enable_pluggable_database_management.py.html>`__ to see an example of how to use enable_pluggable_database_management API.
13087
13087
  """
13088
13088
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13089
13089
  required_arguments = ['pluggableDatabaseId']
@@ -13208,7 +13208,7 @@ class DatabaseClient(object):
13208
13208
  :rtype: :class:`~oci.response.Response`
13209
13209
 
13210
13210
  :example:
13211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
13211
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/fail_over_autonomous_database.py.html>`__ to see an example of how to use fail_over_autonomous_database API.
13212
13212
  """
13213
13213
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13214
13214
  required_arguments = ['autonomousDatabaseId']
@@ -13328,7 +13328,7 @@ class DatabaseClient(object):
13328
13328
  :rtype: :class:`~oci.response.Response`
13329
13329
 
13330
13330
  :example:
13331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/failover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use failover_autonomous_container_database_dataguard_association API.
13331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
13332
13332
  """
13333
13333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13334
13334
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -13441,7 +13441,7 @@ class DatabaseClient(object):
13441
13441
  :rtype: :class:`~oci.response.Response`
13442
13442
 
13443
13443
  :example:
13444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
13444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/failover_data_guard_association.py.html>`__ to see an example of how to use failover_data_guard_association API.
13445
13445
  """
13446
13446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13447
13447
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -13552,7 +13552,7 @@ class DatabaseClient(object):
13552
13552
  :rtype: :class:`~oci.response.Response`
13553
13553
 
13554
13554
  :example:
13555
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
13555
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/generate_autonomous_database_wallet.py.html>`__ to see an example of how to use generate_autonomous_database_wallet API.
13556
13556
  """
13557
13557
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13558
13558
  required_arguments = ['autonomousDatabaseId']
@@ -13665,7 +13665,7 @@ class DatabaseClient(object):
13665
13665
  :rtype: :class:`~oci.response.Response`
13666
13666
 
13667
13667
  :example:
13668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
13668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/generate_recommended_vm_cluster_network.py.html>`__ to see an example of how to use generate_recommended_vm_cluster_network API.
13669
13669
  """
13670
13670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13671
13671
  required_arguments = ['exadataInfrastructureId']
@@ -13768,7 +13768,7 @@ class DatabaseClient(object):
13768
13768
  :rtype: :class:`~oci.response.Response`
13769
13769
 
13770
13770
  :example:
13771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
13771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_application_vip.py.html>`__ to see an example of how to use get_application_vip API.
13772
13772
  """
13773
13773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13774
13774
  required_arguments = ['applicationVipId']
@@ -13863,7 +13863,7 @@ class DatabaseClient(object):
13863
13863
  :rtype: :class:`~oci.response.Response`
13864
13864
 
13865
13865
  :example:
13866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
13866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_autonomous_container_database.py.html>`__ to see an example of how to use get_autonomous_container_database API.
13867
13867
  """
13868
13868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13869
13869
  required_arguments = ['autonomousContainerDatabaseId']
@@ -13956,7 +13956,7 @@ class DatabaseClient(object):
13956
13956
  :rtype: :class:`~oci.response.Response`
13957
13957
 
13958
13958
  :example:
13959
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_container_database_dataguard_association API.
13959
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
13960
13960
  """
13961
13961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13962
13962
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -14048,7 +14048,7 @@ class DatabaseClient(object):
14048
14048
  :rtype: :class:`~oci.response.Response`
14049
14049
 
14050
14050
  :example:
14051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_container_database_resource_usage.py.html>`__ to see an example of how to use get_autonomous_container_database_resource_usage API.
14051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
14052
14052
  """
14053
14053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14054
14054
  required_arguments = ['autonomousContainerDatabaseId']
@@ -14146,7 +14146,7 @@ class DatabaseClient(object):
14146
14146
  :rtype: :class:`~oci.response.Response`
14147
14147
 
14148
14148
  :example:
14149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
14149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_autonomous_database.py.html>`__ to see an example of how to use get_autonomous_database API.
14150
14150
  """
14151
14151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14152
14152
  required_arguments = ['autonomousDatabaseId']
@@ -14244,7 +14244,7 @@ class DatabaseClient(object):
14244
14244
  :rtype: :class:`~oci.response.Response`
14245
14245
 
14246
14246
  :example:
14247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
14247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_autonomous_database_backup.py.html>`__ to see an example of how to use get_autonomous_database_backup API.
14248
14248
  """
14249
14249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14250
14250
  required_arguments = ['autonomousDatabaseBackupId']
@@ -14347,7 +14347,7 @@ class DatabaseClient(object):
14347
14347
  :rtype: :class:`~oci.response.Response`
14348
14348
 
14349
14349
  :example:
14350
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
14350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_autonomous_database_dataguard_association.py.html>`__ to see an example of how to use get_autonomous_database_dataguard_association API.
14351
14351
  """
14352
14352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14353
14353
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -14441,7 +14441,7 @@ class DatabaseClient(object):
14441
14441
  :rtype: :class:`~oci.response.Response`
14442
14442
 
14443
14443
  :example:
14444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
14444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet API.
14445
14445
  """
14446
14446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14447
14447
  required_arguments = []
@@ -14527,7 +14527,7 @@ class DatabaseClient(object):
14527
14527
  :rtype: :class:`~oci.response.Response`
14528
14528
 
14529
14529
  :example:
14530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
14530
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_autonomous_database_software_image.py.html>`__ to see an example of how to use get_autonomous_database_software_image API.
14531
14531
  """
14532
14532
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14533
14533
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -14625,7 +14625,7 @@ class DatabaseClient(object):
14625
14625
  :rtype: :class:`~oci.response.Response`
14626
14626
 
14627
14627
  :example:
14628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
14628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_autonomous_database_wallet.py.html>`__ to see an example of how to use get_autonomous_database_wallet API.
14629
14629
  """
14630
14630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14631
14631
  required_arguments = ['autonomousDatabaseId']
@@ -14720,7 +14720,7 @@ class DatabaseClient(object):
14720
14720
  :rtype: :class:`~oci.response.Response`
14721
14721
 
14722
14722
  :example:
14723
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
14723
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use get_autonomous_exadata_infrastructure API.
14724
14724
  """
14725
14725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14726
14726
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -14808,7 +14808,7 @@ class DatabaseClient(object):
14808
14808
  :rtype: :class:`~oci.response.Response`
14809
14809
 
14810
14810
  :example:
14811
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
14811
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_autonomous_patch.py.html>`__ to see an example of how to use get_autonomous_patch API.
14812
14812
  """
14813
14813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14814
14814
  required_arguments = ['autonomousPatchId']
@@ -14899,7 +14899,7 @@ class DatabaseClient(object):
14899
14899
  :rtype: :class:`~oci.response.Response`
14900
14900
 
14901
14901
  :example:
14902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
14902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_autonomous_virtual_machine.py.html>`__ to see an example of how to use get_autonomous_virtual_machine API.
14903
14903
  """
14904
14904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14905
14905
  required_arguments = ['autonomousVirtualMachineId']
@@ -14997,7 +14997,7 @@ class DatabaseClient(object):
14997
14997
  :rtype: :class:`~oci.response.Response`
14998
14998
 
14999
14999
  :example:
15000
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
15000
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_autonomous_vm_cluster API.
15001
15001
  """
15002
15002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15003
15003
  required_arguments = ['autonomousVmClusterId']
@@ -15095,7 +15095,7 @@ class DatabaseClient(object):
15095
15095
  :rtype: :class:`~oci.response.Response`
15096
15096
 
15097
15097
  :example:
15098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_autonomous_vm_cluster_resource_usage.py.html>`__ to see an example of how to use get_autonomous_vm_cluster_resource_usage API.
15098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
15099
15099
  """
15100
15100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15101
15101
  required_arguments = ['autonomousVmClusterId']
@@ -15190,7 +15190,7 @@ class DatabaseClient(object):
15190
15190
  :rtype: :class:`~oci.response.Response`
15191
15191
 
15192
15192
  :example:
15193
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
15193
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_backup.py.html>`__ to see an example of how to use get_backup API.
15194
15194
  """
15195
15195
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15196
15196
  required_arguments = ['backupId']
@@ -15281,7 +15281,7 @@ class DatabaseClient(object):
15281
15281
  :rtype: :class:`~oci.response.Response`
15282
15282
 
15283
15283
  :example:
15284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
15284
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_backup_destination.py.html>`__ to see an example of how to use get_backup_destination API.
15285
15285
  """
15286
15286
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15287
15287
  required_arguments = ['backupDestinationId']
@@ -15379,7 +15379,7 @@ class DatabaseClient(object):
15379
15379
  :rtype: :class:`~oci.response.Response`
15380
15380
 
15381
15381
  :example:
15382
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
15382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use get_cloud_autonomous_vm_cluster API.
15383
15383
  """
15384
15384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15385
15385
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -15477,7 +15477,7 @@ class DatabaseClient(object):
15477
15477
  :rtype: :class:`~oci.response.Response`
15478
15478
 
15479
15479
  :example:
15480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
15480
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
15481
15481
  """
15482
15482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15483
15483
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -15575,7 +15575,7 @@ class DatabaseClient(object):
15575
15575
  :rtype: :class:`~oci.response.Response`
15576
15576
 
15577
15577
  :example:
15578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
15578
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure API.
15579
15579
  """
15580
15580
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15581
15581
  required_arguments = ['cloudExadataInfrastructureId']
@@ -15678,7 +15678,7 @@ class DatabaseClient(object):
15678
15678
  :rtype: :class:`~oci.response.Response`
15679
15679
 
15680
15680
  :example:
15681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_cloud_exadata_infrastructure_unallocated_resources.py.html>`__ to see an example of how to use get_cloud_exadata_infrastructure_unallocated_resources API.
15681
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
15682
15682
  """
15683
15683
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15684
15684
  required_arguments = ['cloudExadataInfrastructureId']
@@ -15784,7 +15784,7 @@ class DatabaseClient(object):
15784
15784
  :rtype: :class:`~oci.response.Response`
15785
15785
 
15786
15786
  :example:
15787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
15787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_cloud_vm_cluster.py.html>`__ to see an example of how to use get_cloud_vm_cluster API.
15788
15788
  """
15789
15789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15790
15790
  required_arguments = ['cloudVmClusterId']
@@ -15883,7 +15883,7 @@ class DatabaseClient(object):
15883
15883
  :rtype: :class:`~oci.response.Response`
15884
15884
 
15885
15885
  :example:
15886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use get_cloud_vm_cluster_iorm_config API.
15886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
15887
15887
  """
15888
15888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15889
15889
  required_arguments = ['cloudVmClusterId']
@@ -15986,7 +15986,7 @@ class DatabaseClient(object):
15986
15986
  :rtype: :class:`~oci.response.Response`
15987
15987
 
15988
15988
  :example:
15989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
15989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_cloud_vm_cluster_update.py.html>`__ to see an example of how to use get_cloud_vm_cluster_update API.
15990
15990
  """
15991
15991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15992
15992
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -16090,7 +16090,7 @@ class DatabaseClient(object):
16090
16090
  :rtype: :class:`~oci.response.Response`
16091
16091
 
16092
16092
  :example:
16093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
16093
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
16094
16094
  """
16095
16095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16096
16096
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -16189,7 +16189,7 @@ class DatabaseClient(object):
16189
16189
  :rtype: :class:`~oci.response.Response`
16190
16190
 
16191
16191
  :example:
16192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
16192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_console_connection.py.html>`__ to see an example of how to use get_console_connection API.
16193
16193
  """
16194
16194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16195
16195
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -16284,7 +16284,7 @@ class DatabaseClient(object):
16284
16284
  :rtype: :class:`~oci.response.Response`
16285
16285
 
16286
16286
  :example:
16287
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
16287
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_console_history.py.html>`__ to see an example of how to use get_console_history API.
16288
16288
  """
16289
16289
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16290
16290
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -16386,7 +16386,7 @@ class DatabaseClient(object):
16386
16386
  :rtype: :class:`~oci.response.Response`
16387
16387
 
16388
16388
  :example:
16389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
16389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_console_history_content.py.html>`__ to see an example of how to use get_console_history_content API.
16390
16390
  """
16391
16391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16392
16392
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -16487,7 +16487,7 @@ class DatabaseClient(object):
16487
16487
  :rtype: :class:`~oci.response.Response`
16488
16488
 
16489
16489
  :example:
16490
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
16490
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_data_guard_association.py.html>`__ to see an example of how to use get_data_guard_association API.
16491
16491
  """
16492
16492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16493
16493
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -16576,7 +16576,7 @@ class DatabaseClient(object):
16576
16576
  :rtype: :class:`~oci.response.Response`
16577
16577
 
16578
16578
  :example:
16579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_database.py.html>`__ to see an example of how to use get_database API.
16579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_database.py.html>`__ to see an example of how to use get_database API.
16580
16580
  """
16581
16581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16582
16582
  required_arguments = ['databaseId']
@@ -16664,7 +16664,7 @@ class DatabaseClient(object):
16664
16664
  :rtype: :class:`~oci.response.Response`
16665
16665
 
16666
16666
  :example:
16667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
16667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_database_software_image.py.html>`__ to see an example of how to use get_database_software_image API.
16668
16668
  """
16669
16669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16670
16670
  required_arguments = ['databaseSoftwareImageId']
@@ -16760,7 +16760,7 @@ class DatabaseClient(object):
16760
16760
  :rtype: :class:`~oci.response.Response`
16761
16761
 
16762
16762
  :example:
16763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
16763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_database_upgrade_history_entry.py.html>`__ to see an example of how to use get_database_upgrade_history_entry API.
16764
16764
  """
16765
16765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16766
16766
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -16856,7 +16856,7 @@ class DatabaseClient(object):
16856
16856
  :rtype: :class:`~oci.response.Response`
16857
16857
 
16858
16858
  :example:
16859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
16859
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_db_home.py.html>`__ to see an example of how to use get_db_home API.
16860
16860
  """
16861
16861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16862
16862
  required_arguments = ['dbHomeId']
@@ -16949,7 +16949,7 @@ class DatabaseClient(object):
16949
16949
  :rtype: :class:`~oci.response.Response`
16950
16950
 
16951
16951
  :example:
16952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
16952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_db_home_patch.py.html>`__ to see an example of how to use get_db_home_patch API.
16953
16953
  """
16954
16954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16955
16955
  required_arguments = ['dbHomeId', 'patchId']
@@ -17043,7 +17043,7 @@ class DatabaseClient(object):
17043
17043
  :rtype: :class:`~oci.response.Response`
17044
17044
 
17045
17045
  :example:
17046
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_db_home_patch_history_entry.py.html>`__ to see an example of how to use get_db_home_patch_history_entry API.
17046
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
17047
17047
  """
17048
17048
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17049
17049
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -17132,7 +17132,7 @@ class DatabaseClient(object):
17132
17132
  :rtype: :class:`~oci.response.Response`
17133
17133
 
17134
17134
  :example:
17135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
17135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_db_node.py.html>`__ to see an example of how to use get_db_node API.
17136
17136
  """
17137
17137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17138
17138
  required_arguments = ['dbNodeId']
@@ -17228,7 +17228,7 @@ class DatabaseClient(object):
17228
17228
  :rtype: :class:`~oci.response.Response`
17229
17229
 
17230
17230
  :example:
17231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
17231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_db_server.py.html>`__ to see an example of how to use get_db_server API.
17232
17232
  """
17233
17233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17234
17234
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -17337,7 +17337,7 @@ class DatabaseClient(object):
17337
17337
  :rtype: :class:`~oci.response.Response`
17338
17338
 
17339
17339
  :example:
17340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
17340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
17341
17341
  """
17342
17342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17343
17343
  required_arguments = ['dbSystemId']
@@ -17430,7 +17430,7 @@ class DatabaseClient(object):
17430
17430
  :rtype: :class:`~oci.response.Response`
17431
17431
 
17432
17432
  :example:
17433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
17433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_db_system_patch.py.html>`__ to see an example of how to use get_db_system_patch API.
17434
17434
  """
17435
17435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17436
17436
  required_arguments = ['dbSystemId', 'patchId']
@@ -17524,7 +17524,7 @@ class DatabaseClient(object):
17524
17524
  :rtype: :class:`~oci.response.Response`
17525
17525
 
17526
17526
  :example:
17527
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_db_system_patch_history_entry.py.html>`__ to see an example of how to use get_db_system_patch_history_entry API.
17527
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
17528
17528
  """
17529
17529
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17530
17530
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -17621,7 +17621,7 @@ class DatabaseClient(object):
17621
17621
  :rtype: :class:`~oci.response.Response`
17622
17622
 
17623
17623
  :example:
17624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_db_system_upgrade_history_entry.py.html>`__ to see an example of how to use get_db_system_upgrade_history_entry API.
17624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
17625
17625
  """
17626
17626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17627
17627
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -17726,7 +17726,7 @@ class DatabaseClient(object):
17726
17726
  :rtype: :class:`~oci.response.Response`
17727
17727
 
17728
17728
  :example:
17729
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
17729
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_exadata_infrastructure.py.html>`__ to see an example of how to use get_exadata_infrastructure API.
17730
17730
  """
17731
17731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17732
17732
  required_arguments = ['exadataInfrastructureId']
@@ -17840,7 +17840,7 @@ class DatabaseClient(object):
17840
17840
  :rtype: :class:`~oci.response.Response`
17841
17841
 
17842
17842
  :example:
17843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
17843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_exadata_infrastructure_ocpus.py.html>`__ to see an example of how to use get_exadata_infrastructure_ocpus API.
17844
17844
  """
17845
17845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17846
17846
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -17943,7 +17943,7 @@ class DatabaseClient(object):
17943
17943
  :rtype: :class:`~oci.response.Response`
17944
17944
 
17945
17945
  :example:
17946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_exadata_infrastructure_un_allocated_resources.py.html>`__ to see an example of how to use get_exadata_infrastructure_un_allocated_resources API.
17946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
17947
17947
  """
17948
17948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17949
17949
  required_arguments = ['exadataInfrastructureId']
@@ -18060,7 +18060,7 @@ class DatabaseClient(object):
18060
18060
  :rtype: :class:`~oci.response.Response`
18061
18061
 
18062
18062
  :example:
18063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
18063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_exadata_iorm_config.py.html>`__ to see an example of how to use get_exadata_iorm_config API.
18064
18064
  """
18065
18065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18066
18066
  required_arguments = ['dbSystemId']
@@ -18159,7 +18159,7 @@ class DatabaseClient(object):
18159
18159
  :rtype: :class:`~oci.response.Response`
18160
18160
 
18161
18161
  :example:
18162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
18162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_external_backup_job.py.html>`__ to see an example of how to use get_external_backup_job API.
18163
18163
  """
18164
18164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18165
18165
  required_arguments = ['backupId']
@@ -18250,7 +18250,7 @@ class DatabaseClient(object):
18250
18250
  :rtype: :class:`~oci.response.Response`
18251
18251
 
18252
18252
  :example:
18253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
18253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_external_container_database.py.html>`__ to see an example of how to use get_external_container_database API.
18254
18254
  """
18255
18255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18256
18256
  required_arguments = ['externalContainerDatabaseId']
@@ -18349,7 +18349,7 @@ class DatabaseClient(object):
18349
18349
  :rtype: :class:`~oci.response.Response`
18350
18350
 
18351
18351
  :example:
18352
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
18352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_external_database_connector.py.html>`__ to see an example of how to use get_external_database_connector API.
18353
18353
  """
18354
18354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18355
18355
  required_arguments = ['externalDatabaseConnectorId']
@@ -18447,7 +18447,7 @@ class DatabaseClient(object):
18447
18447
  :rtype: :class:`~oci.response.Response`
18448
18448
 
18449
18449
  :example:
18450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
18450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_external_non_container_database.py.html>`__ to see an example of how to use get_external_non_container_database API.
18451
18451
  """
18452
18452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18453
18453
  required_arguments = ['externalNonContainerDatabaseId']
@@ -18546,7 +18546,7 @@ class DatabaseClient(object):
18546
18546
  :rtype: :class:`~oci.response.Response`
18547
18547
 
18548
18548
  :example:
18549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
18549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_external_pluggable_database.py.html>`__ to see an example of how to use get_external_pluggable_database API.
18550
18550
  """
18551
18551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18552
18552
  required_arguments = ['externalPluggableDatabaseId']
@@ -18653,7 +18653,7 @@ class DatabaseClient(object):
18653
18653
  :rtype: :class:`~oci.response.Response`
18654
18654
 
18655
18655
  :example:
18656
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
18656
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_infrastructure_target_versions.py.html>`__ to see an example of how to use get_infrastructure_target_versions API.
18657
18657
  """
18658
18658
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18659
18659
  required_arguments = ['compartmentId']
@@ -18757,7 +18757,7 @@ class DatabaseClient(object):
18757
18757
  :rtype: :class:`~oci.response.Response`
18758
18758
 
18759
18759
  :example:
18760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
18760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_key_store.py.html>`__ to see an example of how to use get_key_store API.
18761
18761
  """
18762
18762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18763
18763
  required_arguments = ['keyStoreId']
@@ -18850,7 +18850,7 @@ class DatabaseClient(object):
18850
18850
  :rtype: :class:`~oci.response.Response`
18851
18851
 
18852
18852
  :example:
18853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
18853
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_maintenance_run.py.html>`__ to see an example of how to use get_maintenance_run API.
18854
18854
  """
18855
18855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18856
18856
  required_arguments = ['maintenanceRunId']
@@ -18936,7 +18936,7 @@ class DatabaseClient(object):
18936
18936
  :rtype: :class:`~oci.response.Response`
18937
18937
 
18938
18938
  :example:
18939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
18939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_maintenance_run_history.py.html>`__ to see an example of how to use get_maintenance_run_history API.
18940
18940
  """
18941
18941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18942
18942
  required_arguments = ['maintenanceRunHistoryId']
@@ -19027,7 +19027,7 @@ class DatabaseClient(object):
19027
19027
  :rtype: :class:`~oci.response.Response`
19028
19028
 
19029
19029
  :example:
19030
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
19030
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_oneoff_patch.py.html>`__ to see an example of how to use get_oneoff_patch API.
19031
19031
  """
19032
19032
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19033
19033
  required_arguments = ['oneoffPatchId']
@@ -19130,7 +19130,7 @@ class DatabaseClient(object):
19130
19130
  :rtype: :class:`~oci.response.Response`
19131
19131
 
19132
19132
  :example:
19133
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
19133
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_pdb_conversion_history_entry.py.html>`__ to see an example of how to use get_pdb_conversion_history_entry API.
19134
19134
  """
19135
19135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19136
19136
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -19226,7 +19226,7 @@ class DatabaseClient(object):
19226
19226
  :rtype: :class:`~oci.response.Response`
19227
19227
 
19228
19228
  :example:
19229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
19229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_pluggable_database.py.html>`__ to see an example of how to use get_pluggable_database API.
19230
19230
  """
19231
19231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19232
19232
  required_arguments = ['pluggableDatabaseId']
@@ -19317,7 +19317,7 @@ class DatabaseClient(object):
19317
19317
  :rtype: :class:`~oci.response.Response`
19318
19318
 
19319
19319
  :example:
19320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
19320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_vm_cluster.py.html>`__ to see an example of how to use get_vm_cluster API.
19321
19321
  """
19322
19322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19323
19323
  required_arguments = ['vmClusterId']
@@ -19421,7 +19421,7 @@ class DatabaseClient(object):
19421
19421
  :rtype: :class:`~oci.response.Response`
19422
19422
 
19423
19423
  :example:
19424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
19424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_vm_cluster_network.py.html>`__ to see an example of how to use get_vm_cluster_network API.
19425
19425
  """
19426
19426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19427
19427
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -19522,7 +19522,7 @@ class DatabaseClient(object):
19522
19522
  :rtype: :class:`~oci.response.Response`
19523
19523
 
19524
19524
  :example:
19525
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
19525
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_vm_cluster_patch.py.html>`__ to see an example of how to use get_vm_cluster_patch API.
19526
19526
  """
19527
19527
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19528
19528
  required_arguments = ['vmClusterId', 'patchId']
@@ -19616,7 +19616,7 @@ class DatabaseClient(object):
19616
19616
  :rtype: :class:`~oci.response.Response`
19617
19617
 
19618
19618
  :example:
19619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_vm_cluster_patch_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_patch_history_entry API.
19619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
19620
19620
  """
19621
19621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19622
19622
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -19713,7 +19713,7 @@ class DatabaseClient(object):
19713
19713
  :rtype: :class:`~oci.response.Response`
19714
19714
 
19715
19715
  :example:
19716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
19716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/get_vm_cluster_update.py.html>`__ to see an example of how to use get_vm_cluster_update API.
19717
19717
  """
19718
19718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19719
19719
  required_arguments = ['vmClusterId', 'updateId']
@@ -19817,7 +19817,7 @@ class DatabaseClient(object):
19817
19817
  :rtype: :class:`~oci.response.Response`
19818
19818
 
19819
19819
  :example:
19820
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/get_vm_cluster_update_history_entry.py.html>`__ to see an example of how to use get_vm_cluster_update_history_entry API.
19820
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
19821
19821
  """
19822
19822
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19823
19823
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -19918,7 +19918,7 @@ class DatabaseClient(object):
19918
19918
  :rtype: :class:`~oci.response.Response`
19919
19919
 
19920
19920
  :example:
19921
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
19921
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/launch_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use launch_autonomous_exadata_infrastructure API.
19922
19922
  """
19923
19923
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19924
19924
  required_arguments = []
@@ -20030,7 +20030,7 @@ class DatabaseClient(object):
20030
20030
  :rtype: :class:`~oci.response.Response`
20031
20031
 
20032
20032
  :example:
20033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
20033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/launch_db_system.py.html>`__ to see an example of how to use launch_db_system API.
20034
20034
  """
20035
20035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20036
20036
  required_arguments = []
@@ -20148,7 +20148,7 @@ class DatabaseClient(object):
20148
20148
  :rtype: :class:`~oci.response.Response`
20149
20149
 
20150
20150
  :example:
20151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
20151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_application_vips.py.html>`__ to see an example of how to use list_application_vips API.
20152
20152
  """
20153
20153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20154
20154
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -20276,7 +20276,7 @@ class DatabaseClient(object):
20276
20276
  :rtype: :class:`~oci.response.Response`
20277
20277
 
20278
20278
  :example:
20279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_container_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_container_database_dataguard_associations API.
20279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
20280
20280
  """
20281
20281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20282
20282
  required_arguments = ['autonomousContainerDatabaseId']
@@ -20397,7 +20397,7 @@ class DatabaseClient(object):
20397
20397
  :rtype: :class:`~oci.response.Response`
20398
20398
 
20399
20399
  :example:
20400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
20400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_container_database_versions.py.html>`__ to see an example of how to use list_autonomous_container_database_versions API.
20401
20401
  """
20402
20402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20403
20403
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -20559,7 +20559,7 @@ class DatabaseClient(object):
20559
20559
  :rtype: :class:`~oci.response.Response`
20560
20560
 
20561
20561
  :example:
20562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
20562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_container_databases.py.html>`__ to see an example of how to use list_autonomous_container_databases API.
20563
20563
  """
20564
20564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20565
20565
  required_arguments = ['compartmentId']
@@ -20735,7 +20735,7 @@ class DatabaseClient(object):
20735
20735
  :rtype: :class:`~oci.response.Response`
20736
20736
 
20737
20737
  :example:
20738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
20738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_database_backups.py.html>`__ to see an example of how to use list_autonomous_database_backups API.
20739
20739
  """
20740
20740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20741
20741
  required_arguments = []
@@ -20872,7 +20872,7 @@ class DatabaseClient(object):
20872
20872
  :rtype: :class:`~oci.response.Response`
20873
20873
 
20874
20874
  :example:
20875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
20875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_database_character_sets.py.html>`__ to see an example of how to use list_autonomous_database_character_sets API.
20876
20876
  """
20877
20877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20878
20878
  required_arguments = []
@@ -21013,7 +21013,7 @@ class DatabaseClient(object):
21013
21013
  :rtype: :class:`~oci.response.Response`
21014
21014
 
21015
21015
  :example:
21016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
21016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_database_clones.py.html>`__ to see an example of how to use list_autonomous_database_clones API.
21017
21017
  """
21018
21018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21019
21019
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -21163,7 +21163,7 @@ class DatabaseClient(object):
21163
21163
  :rtype: :class:`~oci.response.Response`
21164
21164
 
21165
21165
  :example:
21166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
21166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_database_dataguard_associations.py.html>`__ to see an example of how to use list_autonomous_database_dataguard_associations API.
21167
21167
  """
21168
21168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21169
21169
  required_arguments = ['autonomousDatabaseId']
@@ -21274,7 +21274,7 @@ class DatabaseClient(object):
21274
21274
  :rtype: :class:`~oci.response.Response`
21275
21275
 
21276
21276
  :example:
21277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
21277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_database_refreshable_clones.py.html>`__ to see an example of how to use list_autonomous_database_refreshable_clones API.
21278
21278
  """
21279
21279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21280
21280
  required_arguments = ['autonomousDatabaseId']
@@ -21411,7 +21411,7 @@ class DatabaseClient(object):
21411
21411
  :rtype: :class:`~oci.response.Response`
21412
21412
 
21413
21413
  :example:
21414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
21414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_database_software_images.py.html>`__ to see an example of how to use list_autonomous_database_software_images API.
21415
21415
  """
21416
21416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21417
21417
  required_arguments = ['compartmentId', 'imageShapeFamily']
@@ -21607,7 +21607,7 @@ class DatabaseClient(object):
21607
21607
  :rtype: :class:`~oci.response.Response`
21608
21608
 
21609
21609
  :example:
21610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
21610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_databases.py.html>`__ to see an example of how to use list_autonomous_databases API.
21611
21611
  """
21612
21612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21613
21613
  required_arguments = ['compartmentId']
@@ -21784,7 +21784,7 @@ class DatabaseClient(object):
21784
21784
  :rtype: :class:`~oci.response.Response`
21785
21785
 
21786
21786
  :example:
21787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
21787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_db_preview_versions.py.html>`__ to see an example of how to use list_autonomous_db_preview_versions API.
21788
21788
  """
21789
21789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21790
21790
  required_arguments = ['compartmentId']
@@ -21915,7 +21915,7 @@ class DatabaseClient(object):
21915
21915
  :rtype: :class:`~oci.response.Response`
21916
21916
 
21917
21917
  :example:
21918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
21918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_db_versions.py.html>`__ to see an example of how to use list_autonomous_db_versions API.
21919
21919
  """
21920
21920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21921
21921
  required_arguments = ['compartmentId']
@@ -22039,7 +22039,7 @@ class DatabaseClient(object):
22039
22039
  :rtype: :class:`~oci.response.Response`
22040
22040
 
22041
22041
  :example:
22042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
22042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_exadata_infrastructure_shapes.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructure_shapes API.
22043
22043
  """
22044
22044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22045
22045
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -22163,7 +22163,7 @@ class DatabaseClient(object):
22163
22163
  :rtype: :class:`~oci.response.Response`
22164
22164
 
22165
22165
  :example:
22166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
22166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_exadata_infrastructures.py.html>`__ to see an example of how to use list_autonomous_exadata_infrastructures API.
22167
22167
  """
22168
22168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22169
22169
  required_arguments = ['compartmentId']
@@ -22304,7 +22304,7 @@ class DatabaseClient(object):
22304
22304
  :rtype: :class:`~oci.response.Response`
22305
22305
 
22306
22306
  :example:
22307
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
22307
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_virtual_machines.py.html>`__ to see an example of how to use list_autonomous_virtual_machines API.
22308
22308
  """
22309
22309
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22310
22310
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -22422,7 +22422,7 @@ class DatabaseClient(object):
22422
22422
  :rtype: :class:`~oci.response.Response`
22423
22423
 
22424
22424
  :example:
22425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
22425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
22426
22426
  """
22427
22427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22428
22428
  required_arguments = ['autonomousVmClusterId']
@@ -22559,7 +22559,7 @@ class DatabaseClient(object):
22559
22559
  :rtype: :class:`~oci.response.Response`
22560
22560
 
22561
22561
  :example:
22562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
22562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_autonomous_vm_clusters API.
22563
22563
  """
22564
22564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22565
22565
  required_arguments = ['compartmentId']
@@ -22696,7 +22696,7 @@ class DatabaseClient(object):
22696
22696
  :rtype: :class:`~oci.response.Response`
22697
22697
 
22698
22698
  :example:
22699
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
22699
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_backup_destination.py.html>`__ to see an example of how to use list_backup_destination API.
22700
22700
  """
22701
22701
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22702
22702
  required_arguments = ['compartmentId']
@@ -22803,7 +22803,7 @@ class DatabaseClient(object):
22803
22803
  :rtype: :class:`~oci.response.Response`
22804
22804
 
22805
22805
  :example:
22806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
22806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_backups.py.html>`__ to see an example of how to use list_backups API.
22807
22807
  """
22808
22808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22809
22809
  required_arguments = []
@@ -22912,7 +22912,7 @@ class DatabaseClient(object):
22912
22912
  :rtype: :class:`~oci.response.Response`
22913
22913
 
22914
22914
  :example:
22915
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
22915
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
22916
22916
  """
22917
22917
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22918
22918
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -23052,7 +23052,7 @@ class DatabaseClient(object):
23052
23052
  :rtype: :class:`~oci.response.Response`
23053
23053
 
23054
23054
  :example:
23055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
23055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_cloud_autonomous_vm_clusters.py.html>`__ to see an example of how to use list_cloud_autonomous_vm_clusters API.
23056
23056
  """
23057
23057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23058
23058
  required_arguments = ['compartmentId']
@@ -23209,7 +23209,7 @@ class DatabaseClient(object):
23209
23209
  :rtype: :class:`~oci.response.Response`
23210
23210
 
23211
23211
  :example:
23212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
23212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_cloud_exadata_infrastructures.py.html>`__ to see an example of how to use list_cloud_exadata_infrastructures API.
23213
23213
  """
23214
23214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23215
23215
  required_arguments = ['compartmentId']
@@ -23348,7 +23348,7 @@ class DatabaseClient(object):
23348
23348
  :rtype: :class:`~oci.response.Response`
23349
23349
 
23350
23350
  :example:
23351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
23351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
23352
23352
  """
23353
23353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23354
23354
  required_arguments = ['cloudVmClusterId']
@@ -23476,7 +23476,7 @@ class DatabaseClient(object):
23476
23476
  :rtype: :class:`~oci.response.Response`
23477
23477
 
23478
23478
  :example:
23479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
23479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_cloud_vm_cluster_updates.py.html>`__ to see an example of how to use list_cloud_vm_cluster_updates API.
23480
23480
  """
23481
23481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23482
23482
  required_arguments = ['cloudVmClusterId']
@@ -23620,7 +23620,7 @@ class DatabaseClient(object):
23620
23620
  :rtype: :class:`~oci.response.Response`
23621
23621
 
23622
23622
  :example:
23623
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
23623
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_cloud_vm_clusters.py.html>`__ to see an example of how to use list_cloud_vm_clusters API.
23624
23624
  """
23625
23625
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23626
23626
  required_arguments = ['compartmentId']
@@ -23745,7 +23745,7 @@ class DatabaseClient(object):
23745
23745
  :rtype: :class:`~oci.response.Response`
23746
23746
 
23747
23747
  :example:
23748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
23748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_console_connections.py.html>`__ to see an example of how to use list_console_connections API.
23749
23749
  """
23750
23750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23751
23751
  required_arguments = ['dbNodeId']
@@ -23860,7 +23860,7 @@ class DatabaseClient(object):
23860
23860
  :rtype: :class:`~oci.response.Response`
23861
23861
 
23862
23862
  :example:
23863
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
23863
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_console_histories.py.html>`__ to see an example of how to use list_console_histories API.
23864
23864
  """
23865
23865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23866
23866
  required_arguments = ['dbNodeId']
@@ -24010,7 +24010,7 @@ class DatabaseClient(object):
24010
24010
  :rtype: :class:`~oci.response.Response`
24011
24011
 
24012
24012
  :example:
24013
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
24013
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_container_database_patches.py.html>`__ to see an example of how to use list_container_database_patches API.
24014
24014
  """
24015
24015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24016
24016
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -24128,7 +24128,7 @@ class DatabaseClient(object):
24128
24128
  :rtype: :class:`~oci.response.Response`
24129
24129
 
24130
24130
  :example:
24131
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
24131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_data_guard_associations.py.html>`__ to see an example of how to use list_data_guard_associations API.
24132
24132
  """
24133
24133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24134
24134
  required_arguments = ['databaseId']
@@ -24267,7 +24267,7 @@ class DatabaseClient(object):
24267
24267
  :rtype: :class:`~oci.response.Response`
24268
24268
 
24269
24269
  :example:
24270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
24270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_database_software_images.py.html>`__ to see an example of how to use list_database_software_images API.
24271
24271
  """
24272
24272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24273
24273
  required_arguments = ['compartmentId']
@@ -24436,7 +24436,7 @@ class DatabaseClient(object):
24436
24436
  :rtype: :class:`~oci.response.Response`
24437
24437
 
24438
24438
  :example:
24439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
24439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_database_upgrade_history_entries.py.html>`__ to see an example of how to use list_database_upgrade_history_entries API.
24440
24440
  """
24441
24441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24442
24442
  required_arguments = ['databaseId']
@@ -24611,7 +24611,7 @@ class DatabaseClient(object):
24611
24611
  :rtype: :class:`~oci.response.Response`
24612
24612
 
24613
24613
  :example:
24614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
24614
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_databases.py.html>`__ to see an example of how to use list_databases API.
24615
24615
  """
24616
24616
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24617
24617
  required_arguments = ['compartmentId']
@@ -24741,7 +24741,7 @@ class DatabaseClient(object):
24741
24741
  :rtype: :class:`~oci.response.Response`
24742
24742
 
24743
24743
  :example:
24744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_home_patch_history_entries.py.html>`__ to see an example of how to use list_db_home_patch_history_entries API.
24744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
24745
24745
  """
24746
24746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24747
24747
  required_arguments = ['dbHomeId']
@@ -24849,7 +24849,7 @@ class DatabaseClient(object):
24849
24849
  :rtype: :class:`~oci.response.Response`
24850
24850
 
24851
24851
  :example:
24852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
24852
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_db_home_patches.py.html>`__ to see an example of how to use list_db_home_patches API.
24853
24853
  """
24854
24854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24855
24855
  required_arguments = ['dbHomeId']
@@ -24993,7 +24993,7 @@ class DatabaseClient(object):
24993
24993
  :rtype: :class:`~oci.response.Response`
24994
24994
 
24995
24995
  :example:
24996
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
24996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_db_homes.py.html>`__ to see an example of how to use list_db_homes API.
24997
24997
  """
24998
24998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24999
24999
  required_arguments = ['compartmentId']
@@ -25157,7 +25157,7 @@ class DatabaseClient(object):
25157
25157
  :rtype: :class:`~oci.response.Response`
25158
25158
 
25159
25159
  :example:
25160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
25160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_db_nodes.py.html>`__ to see an example of how to use list_db_nodes API.
25161
25161
  """
25162
25162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25163
25163
  required_arguments = ['compartmentId']
@@ -25313,7 +25313,7 @@ class DatabaseClient(object):
25313
25313
  :rtype: :class:`~oci.response.Response`
25314
25314
 
25315
25315
  :example:
25316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
25316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_db_servers.py.html>`__ to see an example of how to use list_db_servers API.
25317
25317
  """
25318
25318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25319
25319
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -25438,7 +25438,7 @@ class DatabaseClient(object):
25438
25438
  :rtype: :class:`~oci.response.Response`
25439
25439
 
25440
25440
  :example:
25441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
25441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_db_system_compute_performances.py.html>`__ to see an example of how to use list_db_system_compute_performances API.
25442
25442
  """
25443
25443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25444
25444
  required_arguments = []
@@ -25535,7 +25535,7 @@ class DatabaseClient(object):
25535
25535
  :rtype: :class:`~oci.response.Response`
25536
25536
 
25537
25537
  :example:
25538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_system_patch_history_entries.py.html>`__ to see an example of how to use list_db_system_patch_history_entries API.
25538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
25539
25539
  """
25540
25540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25541
25541
  required_arguments = ['dbSystemId']
@@ -25643,7 +25643,7 @@ class DatabaseClient(object):
25643
25643
  :rtype: :class:`~oci.response.Response`
25644
25644
 
25645
25645
  :example:
25646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
25646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_db_system_patches.py.html>`__ to see an example of how to use list_db_system_patches API.
25647
25647
  """
25648
25648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25649
25649
  required_arguments = ['dbSystemId']
@@ -25754,7 +25754,7 @@ class DatabaseClient(object):
25754
25754
  :rtype: :class:`~oci.response.Response`
25755
25755
 
25756
25756
  :example:
25757
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
25757
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_db_system_shapes.py.html>`__ to see an example of how to use list_db_system_shapes API.
25758
25758
  """
25759
25759
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25760
25760
  required_arguments = ['compartmentId']
@@ -25855,7 +25855,7 @@ class DatabaseClient(object):
25855
25855
  :rtype: :class:`~oci.response.Response`
25856
25856
 
25857
25857
  :example:
25858
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
25858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_db_system_storage_performances.py.html>`__ to see an example of how to use list_db_system_storage_performances API.
25859
25859
  """
25860
25860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25861
25861
  required_arguments = ['storageManagement']
@@ -25982,7 +25982,7 @@ class DatabaseClient(object):
25982
25982
  :rtype: :class:`~oci.response.Response`
25983
25983
 
25984
25984
  :example:
25985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_system_upgrade_history_entries.py.html>`__ to see an example of how to use list_db_system_upgrade_history_entries API.
25985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
25986
25986
  """
25987
25987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25988
25988
  required_arguments = ['dbSystemId']
@@ -26164,7 +26164,7 @@ class DatabaseClient(object):
26164
26164
  :rtype: :class:`~oci.response.Response`
26165
26165
 
26166
26166
  :example:
26167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
26167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
26168
26168
  """
26169
26169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26170
26170
  required_arguments = ['compartmentId']
@@ -26315,7 +26315,7 @@ class DatabaseClient(object):
26315
26315
  :rtype: :class:`~oci.response.Response`
26316
26316
 
26317
26317
  :example:
26318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
26318
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_db_versions.py.html>`__ to see an example of how to use list_db_versions API.
26319
26319
  """
26320
26320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26321
26321
  required_arguments = ['compartmentId']
@@ -26456,7 +26456,7 @@ class DatabaseClient(object):
26456
26456
  :rtype: :class:`~oci.response.Response`
26457
26457
 
26458
26458
  :example:
26459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
26459
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_exadata_infrastructures.py.html>`__ to see an example of how to use list_exadata_infrastructures API.
26460
26460
  """
26461
26461
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26462
26462
  required_arguments = ['compartmentId']
@@ -26619,7 +26619,7 @@ class DatabaseClient(object):
26619
26619
  :rtype: :class:`~oci.response.Response`
26620
26620
 
26621
26621
  :example:
26622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
26622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_external_container_databases.py.html>`__ to see an example of how to use list_external_container_databases API.
26623
26623
  """
26624
26624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26625
26625
  required_arguments = ['compartmentId']
@@ -26777,7 +26777,7 @@ class DatabaseClient(object):
26777
26777
  :rtype: :class:`~oci.response.Response`
26778
26778
 
26779
26779
  :example:
26780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
26780
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_external_database_connectors.py.html>`__ to see an example of how to use list_external_database_connectors API.
26781
26781
  """
26782
26782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26783
26783
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -26931,7 +26931,7 @@ class DatabaseClient(object):
26931
26931
  :rtype: :class:`~oci.response.Response`
26932
26932
 
26933
26933
  :example:
26934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
26934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_external_non_container_databases.py.html>`__ to see an example of how to use list_external_non_container_databases API.
26935
26935
  """
26936
26936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26937
26937
  required_arguments = ['compartmentId']
@@ -27090,7 +27090,7 @@ class DatabaseClient(object):
27090
27090
  :rtype: :class:`~oci.response.Response`
27091
27091
 
27092
27092
  :example:
27093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
27093
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_external_pluggable_databases.py.html>`__ to see an example of how to use list_external_pluggable_databases API.
27094
27094
  """
27095
27095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27096
27096
  required_arguments = ['compartmentId']
@@ -27234,7 +27234,7 @@ class DatabaseClient(object):
27234
27234
  :rtype: :class:`~oci.response.Response`
27235
27235
 
27236
27236
  :example:
27237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
27237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_flex_components.py.html>`__ to see an example of how to use list_flex_components API.
27238
27238
  """
27239
27239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27240
27240
  required_arguments = ['compartmentId']
@@ -27359,7 +27359,7 @@ class DatabaseClient(object):
27359
27359
  :rtype: :class:`~oci.response.Response`
27360
27360
 
27361
27361
  :example:
27362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
27362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_gi_versions.py.html>`__ to see an example of how to use list_gi_versions API.
27363
27363
  """
27364
27364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27365
27365
  required_arguments = ['compartmentId']
@@ -27470,7 +27470,7 @@ class DatabaseClient(object):
27470
27470
  :rtype: :class:`~oci.response.Response`
27471
27471
 
27472
27472
  :example:
27473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
27473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_key_stores.py.html>`__ to see an example of how to use list_key_stores API.
27474
27474
  """
27475
27475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27476
27476
  required_arguments = ['compartmentId']
@@ -27608,7 +27608,7 @@ class DatabaseClient(object):
27608
27608
  :rtype: :class:`~oci.response.Response`
27609
27609
 
27610
27610
  :example:
27611
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
27611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_maintenance_run_history.py.html>`__ to see an example of how to use list_maintenance_run_history API.
27612
27612
  """
27613
27613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27614
27614
  required_arguments = ['compartmentId']
@@ -27801,7 +27801,7 @@ class DatabaseClient(object):
27801
27801
  :rtype: :class:`~oci.response.Response`
27802
27802
 
27803
27803
  :example:
27804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
27804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_maintenance_runs.py.html>`__ to see an example of how to use list_maintenance_runs API.
27805
27805
  """
27806
27806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27807
27807
  required_arguments = ['compartmentId']
@@ -27977,7 +27977,7 @@ class DatabaseClient(object):
27977
27977
  :rtype: :class:`~oci.response.Response`
27978
27978
 
27979
27979
  :example:
27980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
27980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_oneoff_patches.py.html>`__ to see an example of how to use list_oneoff_patches API.
27981
27981
  """
27982
27982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27983
27983
  required_arguments = ['compartmentId']
@@ -28129,7 +28129,7 @@ class DatabaseClient(object):
28129
28129
  :rtype: :class:`~oci.response.Response`
28130
28130
 
28131
28131
  :example:
28132
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
28132
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_pdb_conversion_history_entries.py.html>`__ to see an example of how to use list_pdb_conversion_history_entries API.
28133
28133
  """
28134
28134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28135
28135
  required_arguments = ['databaseId']
@@ -28299,7 +28299,7 @@ class DatabaseClient(object):
28299
28299
  :rtype: :class:`~oci.response.Response`
28300
28300
 
28301
28301
  :example:
28302
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
28302
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_pluggable_databases.py.html>`__ to see an example of how to use list_pluggable_databases API.
28303
28303
  """
28304
28304
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28305
28305
  required_arguments = []
@@ -28442,7 +28442,7 @@ class DatabaseClient(object):
28442
28442
  :rtype: :class:`~oci.response.Response`
28443
28443
 
28444
28444
  :example:
28445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
28445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_system_versions.py.html>`__ to see an example of how to use list_system_versions API.
28446
28446
  """
28447
28447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28448
28448
  required_arguments = ['compartmentId', 'shape', 'giVersion']
@@ -28579,7 +28579,7 @@ class DatabaseClient(object):
28579
28579
  :rtype: :class:`~oci.response.Response`
28580
28580
 
28581
28581
  :example:
28582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
28582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_vm_cluster_networks.py.html>`__ to see an example of how to use list_vm_cluster_networks API.
28583
28583
  """
28584
28584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28585
28585
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -28720,7 +28720,7 @@ class DatabaseClient(object):
28720
28720
  :rtype: :class:`~oci.response.Response`
28721
28721
 
28722
28722
  :example:
28723
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_vm_cluster_patch_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_patch_history_entries API.
28723
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
28724
28724
  """
28725
28725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28726
28726
  required_arguments = ['vmClusterId']
@@ -28828,7 +28828,7 @@ class DatabaseClient(object):
28828
28828
  :rtype: :class:`~oci.response.Response`
28829
28829
 
28830
28830
  :example:
28831
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
28831
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_vm_cluster_patches.py.html>`__ to see an example of how to use list_vm_cluster_patches API.
28832
28832
  """
28833
28833
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28834
28834
  required_arguments = ['vmClusterId']
@@ -28949,7 +28949,7 @@ class DatabaseClient(object):
28949
28949
  :rtype: :class:`~oci.response.Response`
28950
28950
 
28951
28951
  :example:
28952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_vm_cluster_update_history_entries.py.html>`__ to see an example of how to use list_vm_cluster_update_history_entries API.
28952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
28953
28953
  """
28954
28954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28955
28955
  required_arguments = ['vmClusterId']
@@ -29091,7 +29091,7 @@ class DatabaseClient(object):
29091
29091
  :rtype: :class:`~oci.response.Response`
29092
29092
 
29093
29093
  :example:
29094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
29094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_vm_cluster_updates.py.html>`__ to see an example of how to use list_vm_cluster_updates API.
29095
29095
  """
29096
29096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29097
29097
  required_arguments = ['vmClusterId']
@@ -29245,7 +29245,7 @@ class DatabaseClient(object):
29245
29245
  :rtype: :class:`~oci.response.Response`
29246
29246
 
29247
29247
  :example:
29248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
29248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/list_vm_clusters.py.html>`__ to see an example of how to use list_vm_clusters API.
29249
29249
  """
29250
29250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29251
29251
  required_arguments = ['compartmentId']
@@ -29389,7 +29389,7 @@ class DatabaseClient(object):
29389
29389
  :rtype: :class:`~oci.response.Response`
29390
29390
 
29391
29391
  :example:
29392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
29392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/local_clone_pluggable_database.py.html>`__ to see an example of how to use local_clone_pluggable_database API.
29393
29393
  """
29394
29394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29395
29395
  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.125.3/database/migrate_exadata_db_system_resource_model.py.html>`__ to see an example of how to use migrate_exadata_db_system_resource_model API.
29512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
29513
29513
  """
29514
29514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29515
29515
  required_arguments = ['dbSystemId']
@@ -29629,7 +29629,7 @@ class DatabaseClient(object):
29629
29629
  :rtype: :class:`~oci.response.Response`
29630
29630
 
29631
29631
  :example:
29632
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
29632
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/migrate_vault_key.py.html>`__ to see an example of how to use migrate_vault_key API.
29633
29633
  """
29634
29634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29635
29635
  required_arguments = ['databaseId']
@@ -29749,7 +29749,7 @@ class DatabaseClient(object):
29749
29749
  :rtype: :class:`~oci.response.Response`
29750
29750
 
29751
29751
  :example:
29752
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
29752
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/modify_database_management.py.html>`__ to see an example of how to use modify_database_management API.
29753
29753
  """
29754
29754
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29755
29755
  required_arguments = ['databaseId']
@@ -29869,7 +29869,7 @@ class DatabaseClient(object):
29869
29869
  :rtype: :class:`~oci.response.Response`
29870
29870
 
29871
29871
  :example:
29872
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
29872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/modify_pluggable_database_management.py.html>`__ to see an example of how to use modify_pluggable_database_management API.
29873
29873
  """
29874
29874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29875
29875
  required_arguments = ['pluggableDatabaseId']
@@ -29986,7 +29986,7 @@ class DatabaseClient(object):
29986
29986
  :rtype: :class:`~oci.response.Response`
29987
29987
 
29988
29988
  :example:
29989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
29989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/refresh_pluggable_database.py.html>`__ to see an example of how to use refresh_pluggable_database API.
29990
29990
  """
29991
29991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29992
29992
  required_arguments = ['pluggableDatabaseId']
@@ -30092,7 +30092,7 @@ class DatabaseClient(object):
30092
30092
  :rtype: :class:`~oci.response.Response`
30093
30093
 
30094
30094
  :example:
30095
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
30095
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/register_autonomous_database_data_safe.py.html>`__ to see an example of how to use register_autonomous_database_data_safe API.
30096
30096
  """
30097
30097
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30098
30098
  required_arguments = ['autonomousDatabaseId']
@@ -30198,7 +30198,7 @@ class DatabaseClient(object):
30198
30198
  :rtype: :class:`~oci.response.Response`
30199
30199
 
30200
30200
  :example:
30201
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/reinstate_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use reinstate_autonomous_container_database_dataguard_association API.
30201
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
30202
30202
  """
30203
30203
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30204
30204
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -30307,7 +30307,7 @@ class DatabaseClient(object):
30307
30307
  :rtype: :class:`~oci.response.Response`
30308
30308
 
30309
30309
  :example:
30310
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
30310
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/reinstate_data_guard_association.py.html>`__ to see an example of how to use reinstate_data_guard_association API.
30311
30311
  """
30312
30312
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30313
30313
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -30425,7 +30425,7 @@ class DatabaseClient(object):
30425
30425
  :rtype: :class:`~oci.response.Response`
30426
30426
 
30427
30427
  :example:
30428
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
30428
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/remote_clone_pluggable_database.py.html>`__ to see an example of how to use remote_clone_pluggable_database API.
30429
30429
  """
30430
30430
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30431
30431
  required_arguments = ['pluggableDatabaseId']
@@ -30545,7 +30545,7 @@ class DatabaseClient(object):
30545
30545
  :rtype: :class:`~oci.response.Response`
30546
30546
 
30547
30547
  :example:
30548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
30548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
30549
30549
  """
30550
30550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30551
30551
  required_arguments = ['cloudVmClusterId']
@@ -30665,7 +30665,7 @@ class DatabaseClient(object):
30665
30665
  :rtype: :class:`~oci.response.Response`
30666
30666
 
30667
30667
  :example:
30668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/remove_virtual_machine_from_vm_cluster.py.html>`__ to see an example of how to use remove_virtual_machine_from_vm_cluster API.
30668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
30669
30669
  """
30670
30670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30671
30671
  required_arguments = ['vmClusterId']
@@ -30791,7 +30791,7 @@ class DatabaseClient(object):
30791
30791
  :rtype: :class:`~oci.response.Response`
30792
30792
 
30793
30793
  :example:
30794
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
30794
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/resize_vm_cluster_network.py.html>`__ to see an example of how to use resize_vm_cluster_network API.
30795
30795
  """
30796
30796
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30797
30797
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -30910,7 +30910,7 @@ class DatabaseClient(object):
30910
30910
  :rtype: :class:`~oci.response.Response`
30911
30911
 
30912
30912
  :example:
30913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
30913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/resource_pool_shapes.py.html>`__ to see an example of how to use resource_pool_shapes API.
30914
30914
  """
30915
30915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30916
30916
  required_arguments = []
@@ -31016,7 +31016,7 @@ class DatabaseClient(object):
31016
31016
  :rtype: :class:`~oci.response.Response`
31017
31017
 
31018
31018
  :example:
31019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
31019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/restart_autonomous_container_database.py.html>`__ to see an example of how to use restart_autonomous_container_database API.
31020
31020
  """
31021
31021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31022
31022
  required_arguments = ['autonomousContainerDatabaseId']
@@ -31118,7 +31118,7 @@ class DatabaseClient(object):
31118
31118
  :rtype: :class:`~oci.response.Response`
31119
31119
 
31120
31120
  :example:
31121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
31121
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/restart_autonomous_database.py.html>`__ to see an example of how to use restart_autonomous_database API.
31122
31122
  """
31123
31123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31124
31124
  required_arguments = ['autonomousDatabaseId']
@@ -31221,7 +31221,7 @@ class DatabaseClient(object):
31221
31221
  :rtype: :class:`~oci.response.Response`
31222
31222
 
31223
31223
  :example:
31224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
31224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/restore_autonomous_database.py.html>`__ to see an example of how to use restore_autonomous_database API.
31225
31225
  """
31226
31226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31227
31227
  required_arguments = ['autonomousDatabaseId']
@@ -31326,7 +31326,7 @@ class DatabaseClient(object):
31326
31326
  :rtype: :class:`~oci.response.Response`
31327
31327
 
31328
31328
  :example:
31329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
31329
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/restore_database.py.html>`__ to see an example of how to use restore_database API.
31330
31330
  """
31331
31331
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31332
31332
  required_arguments = ['databaseId']
@@ -31440,7 +31440,7 @@ class DatabaseClient(object):
31440
31440
  :rtype: :class:`~oci.response.Response`
31441
31441
 
31442
31442
  :example:
31443
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/rotate_autonomous_container_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_container_database_encryption_key API.
31443
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
31444
31444
  """
31445
31445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31446
31446
  required_arguments = ['autonomousContainerDatabaseId']
@@ -31557,7 +31557,7 @@ class DatabaseClient(object):
31557
31557
  :rtype: :class:`~oci.response.Response`
31558
31558
 
31559
31559
  :example:
31560
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
31560
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/rotate_autonomous_database_encryption_key.py.html>`__ to see an example of how to use rotate_autonomous_database_encryption_key API.
31561
31561
  """
31562
31562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31563
31563
  required_arguments = ['autonomousDatabaseId']
@@ -31675,7 +31675,7 @@ class DatabaseClient(object):
31675
31675
  :rtype: :class:`~oci.response.Response`
31676
31676
 
31677
31677
  :example:
31678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/rotate_autonomous_vm_cluster_ords_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ords_certs API.
31678
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
31679
31679
  """
31680
31680
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31681
31681
  required_arguments = ['autonomousVmClusterId']
@@ -31793,7 +31793,7 @@ class DatabaseClient(object):
31793
31793
  :rtype: :class:`~oci.response.Response`
31794
31794
 
31795
31795
  :example:
31796
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/rotate_autonomous_vm_cluster_ssl_certs.py.html>`__ to see an example of how to use rotate_autonomous_vm_cluster_ssl_certs API.
31796
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
31797
31797
  """
31798
31798
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31799
31799
  required_arguments = ['autonomousVmClusterId']
@@ -31911,7 +31911,7 @@ class DatabaseClient(object):
31911
31911
  :rtype: :class:`~oci.response.Response`
31912
31912
 
31913
31913
  :example:
31914
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
31914
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
31915
31915
  """
31916
31916
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31917
31917
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -32030,7 +32030,7 @@ class DatabaseClient(object):
32030
32030
  :rtype: :class:`~oci.response.Response`
32031
32031
 
32032
32032
  :example:
32033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/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.
32033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
32034
32034
  """
32035
32035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32036
32036
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -32146,7 +32146,7 @@ class DatabaseClient(object):
32146
32146
  :rtype: :class:`~oci.response.Response`
32147
32147
 
32148
32148
  :example:
32149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
32149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/rotate_ords_certs.py.html>`__ to see an example of how to use rotate_ords_certs API.
32150
32150
  """
32151
32151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32152
32152
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -32259,7 +32259,7 @@ class DatabaseClient(object):
32259
32259
  :rtype: :class:`~oci.response.Response`
32260
32260
 
32261
32261
  :example:
32262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
32262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/rotate_pluggable_database_encryption_key.py.html>`__ to see an example of how to use rotate_pluggable_database_encryption_key API.
32263
32263
  """
32264
32264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32265
32265
  required_arguments = ['pluggableDatabaseId']
@@ -32372,7 +32372,7 @@ class DatabaseClient(object):
32372
32372
  :rtype: :class:`~oci.response.Response`
32373
32373
 
32374
32374
  :example:
32375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
32375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/rotate_ssl_certs.py.html>`__ to see an example of how to use rotate_ssl_certs API.
32376
32376
  """
32377
32377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32378
32378
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -32487,7 +32487,7 @@ class DatabaseClient(object):
32487
32487
  :rtype: :class:`~oci.response.Response`
32488
32488
 
32489
32489
  :example:
32490
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
32490
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/rotate_vault_key.py.html>`__ to see an example of how to use rotate_vault_key API.
32491
32491
  """
32492
32492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32493
32493
  required_arguments = ['databaseId']
@@ -32590,7 +32590,7 @@ class DatabaseClient(object):
32590
32590
  :rtype: :class:`~oci.response.Response`
32591
32591
 
32592
32592
  :example:
32593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
32593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/saas_admin_user_status.py.html>`__ to see an example of how to use saas_admin_user_status API.
32594
32594
  """
32595
32595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32596
32596
  required_arguments = ['autonomousDatabaseId']
@@ -32702,7 +32702,7 @@ class DatabaseClient(object):
32702
32702
  :rtype: :class:`~oci.response.Response`
32703
32703
 
32704
32704
  :example:
32705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/scan_external_container_database_pluggable_databases.py.html>`__ to see an example of how to use scan_external_container_database_pluggable_databases API.
32705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
32706
32706
  """
32707
32707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32708
32708
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -32810,7 +32810,7 @@ class DatabaseClient(object):
32810
32810
  :rtype: :class:`~oci.response.Response`
32811
32811
 
32812
32812
  :example:
32813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
32813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/shrink_autonomous_database.py.html>`__ to see an example of how to use shrink_autonomous_database API.
32814
32814
  """
32815
32815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32816
32816
  required_arguments = ['autonomousDatabaseId']
@@ -32910,7 +32910,7 @@ class DatabaseClient(object):
32910
32910
  :rtype: :class:`~oci.response.Response`
32911
32911
 
32912
32912
  :example:
32913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
32913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/start_autonomous_database.py.html>`__ to see an example of how to use start_autonomous_database API.
32914
32914
  """
32915
32915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32916
32916
  required_arguments = ['autonomousDatabaseId']
@@ -33020,7 +33020,7 @@ class DatabaseClient(object):
33020
33020
  :rtype: :class:`~oci.response.Response`
33021
33021
 
33022
33022
  :example:
33023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
33023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/start_pluggable_database.py.html>`__ to see an example of how to use start_pluggable_database API.
33024
33024
  """
33025
33025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33026
33026
  required_arguments = ['pluggableDatabaseId']
@@ -33128,7 +33128,7 @@ class DatabaseClient(object):
33128
33128
  :rtype: :class:`~oci.response.Response`
33129
33129
 
33130
33130
  :example:
33131
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
33131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/stop_autonomous_database.py.html>`__ to see an example of how to use stop_autonomous_database API.
33132
33132
  """
33133
33133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33134
33134
  required_arguments = ['autonomousDatabaseId']
@@ -33240,7 +33240,7 @@ class DatabaseClient(object):
33240
33240
  :rtype: :class:`~oci.response.Response`
33241
33241
 
33242
33242
  :example:
33243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
33243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/stop_pluggable_database.py.html>`__ to see an example of how to use stop_pluggable_database API.
33244
33244
  """
33245
33245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33246
33246
  required_arguments = ['pluggableDatabaseId']
@@ -33352,7 +33352,7 @@ class DatabaseClient(object):
33352
33352
  :rtype: :class:`~oci.response.Response`
33353
33353
 
33354
33354
  :example:
33355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/switchover_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use switchover_autonomous_container_database_dataguard_association API.
33355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
33356
33356
  """
33357
33357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33358
33358
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -33471,7 +33471,7 @@ class DatabaseClient(object):
33471
33471
  :rtype: :class:`~oci.response.Response`
33472
33472
 
33473
33473
  :example:
33474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
33474
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/switchover_autonomous_database.py.html>`__ to see an example of how to use switchover_autonomous_database API.
33475
33475
  """
33476
33476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33477
33477
  required_arguments = ['autonomousDatabaseId']
@@ -33595,7 +33595,7 @@ class DatabaseClient(object):
33595
33595
  :rtype: :class:`~oci.response.Response`
33596
33596
 
33597
33597
  :example:
33598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
33598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/switchover_data_guard_association.py.html>`__ to see an example of how to use switchover_data_guard_association API.
33599
33599
  """
33600
33600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33601
33601
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -33698,7 +33698,7 @@ class DatabaseClient(object):
33698
33698
  :rtype: :class:`~oci.response.Response`
33699
33699
 
33700
33700
  :example:
33701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
33701
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/terminate_autonomous_container_database.py.html>`__ to see an example of how to use terminate_autonomous_container_database API.
33702
33702
  """
33703
33703
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33704
33704
  required_arguments = ['autonomousContainerDatabaseId']
@@ -33796,7 +33796,7 @@ class DatabaseClient(object):
33796
33796
  :rtype: :class:`~oci.response.Response`
33797
33797
 
33798
33798
  :example:
33799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
33799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/terminate_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use terminate_autonomous_exadata_infrastructure API.
33800
33800
  """
33801
33801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33802
33802
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -33901,7 +33901,7 @@ class DatabaseClient(object):
33901
33901
  :rtype: :class:`~oci.response.Response`
33902
33902
 
33903
33903
  :example:
33904
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
33904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/terminate_db_system.py.html>`__ to see an example of how to use terminate_db_system API.
33905
33905
  """
33906
33906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33907
33907
  required_arguments = ['dbSystemId']
@@ -34002,7 +34002,7 @@ class DatabaseClient(object):
34002
34002
  :rtype: :class:`~oci.response.Response`
34003
34003
 
34004
34004
  :example:
34005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
34005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_autonomous_container_database.py.html>`__ to see an example of how to use update_autonomous_container_database API.
34006
34006
  """
34007
34007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34008
34008
  required_arguments = ['autonomousContainerDatabaseId']
@@ -34115,7 +34115,7 @@ class DatabaseClient(object):
34115
34115
  :rtype: :class:`~oci.response.Response`
34116
34116
 
34117
34117
  :example:
34118
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_autonomous_container_database_dataguard_association.py.html>`__ to see an example of how to use update_autonomous_container_database_dataguard_association API.
34118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
34119
34119
  """
34120
34120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34121
34121
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -34226,7 +34226,7 @@ class DatabaseClient(object):
34226
34226
  :rtype: :class:`~oci.response.Response`
34227
34227
 
34228
34228
  :example:
34229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
34229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_autonomous_database.py.html>`__ to see an example of how to use update_autonomous_database API.
34230
34230
  """
34231
34231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34232
34232
  required_arguments = ['autonomousDatabaseId']
@@ -34336,7 +34336,7 @@ class DatabaseClient(object):
34336
34336
  :rtype: :class:`~oci.response.Response`
34337
34337
 
34338
34338
  :example:
34339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
34339
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_autonomous_database_backup.py.html>`__ to see an example of how to use update_autonomous_database_backup API.
34340
34340
  """
34341
34341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34342
34342
  required_arguments = ['autonomousDatabaseBackupId']
@@ -34436,7 +34436,7 @@ class DatabaseClient(object):
34436
34436
  :rtype: :class:`~oci.response.Response`
34437
34437
 
34438
34438
  :example:
34439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
34439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use update_autonomous_database_regional_wallet API.
34440
34440
  """
34441
34441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34442
34442
  required_arguments = []
@@ -34530,7 +34530,7 @@ class DatabaseClient(object):
34530
34530
  :rtype: :class:`~oci.response.Response`
34531
34531
 
34532
34532
  :example:
34533
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
34533
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_autonomous_database_software_image.py.html>`__ to see an example of how to use update_autonomous_database_software_image API.
34534
34534
  """
34535
34535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34536
34536
  required_arguments = ['autonomousDatabaseSoftwareImageId']
@@ -34635,7 +34635,7 @@ class DatabaseClient(object):
34635
34635
  :rtype: :class:`~oci.response.Response`
34636
34636
 
34637
34637
  :example:
34638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
34638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_autonomous_database_wallet.py.html>`__ to see an example of how to use update_autonomous_database_wallet API.
34639
34639
  """
34640
34640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34641
34641
  required_arguments = ['autonomousDatabaseId']
@@ -34738,7 +34738,7 @@ class DatabaseClient(object):
34738
34738
  :rtype: :class:`~oci.response.Response`
34739
34739
 
34740
34740
  :example:
34741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
34741
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_autonomous_exadata_infrastructure.py.html>`__ to see an example of how to use update_autonomous_exadata_infrastructure API.
34742
34742
  """
34743
34743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34744
34744
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -34846,7 +34846,7 @@ class DatabaseClient(object):
34846
34846
  :rtype: :class:`~oci.response.Response`
34847
34847
 
34848
34848
  :example:
34849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
34849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_autonomous_vm_cluster API.
34850
34850
  """
34851
34851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34852
34852
  required_arguments = ['autonomousVmClusterId']
@@ -34959,7 +34959,7 @@ class DatabaseClient(object):
34959
34959
  :rtype: :class:`~oci.response.Response`
34960
34960
 
34961
34961
  :example:
34962
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
34962
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_backup_destination.py.html>`__ to see an example of how to use update_backup_destination API.
34963
34963
  """
34964
34964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34965
34965
  required_arguments = ['backupDestinationId']
@@ -35069,7 +35069,7 @@ class DatabaseClient(object):
35069
35069
  :rtype: :class:`~oci.response.Response`
35070
35070
 
35071
35071
  :example:
35072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
35072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_cloud_autonomous_vm_cluster.py.html>`__ to see an example of how to use update_cloud_autonomous_vm_cluster API.
35073
35073
  """
35074
35074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35075
35075
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -35179,7 +35179,7 @@ class DatabaseClient(object):
35179
35179
  :rtype: :class:`~oci.response.Response`
35180
35180
 
35181
35181
  :example:
35182
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
35182
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_cloud_exadata_infrastructure.py.html>`__ to see an example of how to use update_cloud_exadata_infrastructure API.
35183
35183
  """
35184
35184
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35185
35185
  required_arguments = ['cloudExadataInfrastructureId']
@@ -35289,7 +35289,7 @@ class DatabaseClient(object):
35289
35289
  :rtype: :class:`~oci.response.Response`
35290
35290
 
35291
35291
  :example:
35292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
35292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_cloud_vm_cluster.py.html>`__ to see an example of how to use update_cloud_vm_cluster API.
35293
35293
  """
35294
35294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35295
35295
  required_arguments = ['cloudVmClusterId']
@@ -35399,7 +35399,7 @@ class DatabaseClient(object):
35399
35399
  :rtype: :class:`~oci.response.Response`
35400
35400
 
35401
35401
  :example:
35402
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_cloud_vm_cluster_iorm_config.py.html>`__ to see an example of how to use update_cloud_vm_cluster_iorm_config API.
35402
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
35403
35403
  """
35404
35404
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35405
35405
  required_arguments = ['cloudVmClusterId']
@@ -35512,7 +35512,7 @@ class DatabaseClient(object):
35512
35512
  :rtype: :class:`~oci.response.Response`
35513
35513
 
35514
35514
  :example:
35515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
35515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_console_connection.py.html>`__ to see an example of how to use update_console_connection API.
35516
35516
  """
35517
35517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35518
35518
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -35626,7 +35626,7 @@ class DatabaseClient(object):
35626
35626
  :rtype: :class:`~oci.response.Response`
35627
35627
 
35628
35628
  :example:
35629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
35629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_console_history.py.html>`__ to see an example of how to use update_console_history API.
35630
35630
  """
35631
35631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35632
35632
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -35742,7 +35742,7 @@ class DatabaseClient(object):
35742
35742
  :rtype: :class:`~oci.response.Response`
35743
35743
 
35744
35744
  :example:
35745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
35745
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_data_guard_association.py.html>`__ to see an example of how to use update_data_guard_association API.
35746
35746
  """
35747
35747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35748
35748
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -35850,7 +35850,7 @@ class DatabaseClient(object):
35850
35850
  :rtype: :class:`~oci.response.Response`
35851
35851
 
35852
35852
  :example:
35853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_database.py.html>`__ to see an example of how to use update_database API.
35853
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_database.py.html>`__ to see an example of how to use update_database API.
35854
35854
  """
35855
35855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35856
35856
  required_arguments = ['databaseId']
@@ -35955,7 +35955,7 @@ class DatabaseClient(object):
35955
35955
  :rtype: :class:`~oci.response.Response`
35956
35956
 
35957
35957
  :example:
35958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
35958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_database_software_image.py.html>`__ to see an example of how to use update_database_software_image API.
35959
35959
  """
35960
35960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35961
35961
  required_arguments = ['databaseSoftwareImageId']
@@ -36060,7 +36060,7 @@ class DatabaseClient(object):
36060
36060
  :rtype: :class:`~oci.response.Response`
36061
36061
 
36062
36062
  :example:
36063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
36063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_db_home.py.html>`__ to see an example of how to use update_db_home API.
36064
36064
  """
36065
36065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36066
36066
  required_arguments = ['dbHomeId']
@@ -36168,7 +36168,7 @@ class DatabaseClient(object):
36168
36168
  :rtype: :class:`~oci.response.Response`
36169
36169
 
36170
36170
  :example:
36171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
36171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_db_node.py.html>`__ to see an example of how to use update_db_node API.
36172
36172
  """
36173
36173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36174
36174
  required_arguments = ['dbNodeId']
@@ -36282,7 +36282,7 @@ class DatabaseClient(object):
36282
36282
  :rtype: :class:`~oci.response.Response`
36283
36283
 
36284
36284
  :example:
36285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
36285
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
36286
36286
  """
36287
36287
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36288
36288
  required_arguments = ['dbSystemId']
@@ -36391,7 +36391,7 @@ class DatabaseClient(object):
36391
36391
  :rtype: :class:`~oci.response.Response`
36392
36392
 
36393
36393
  :example:
36394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
36394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_exadata_infrastructure.py.html>`__ to see an example of how to use update_exadata_infrastructure API.
36395
36395
  """
36396
36396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36397
36397
  required_arguments = ['exadataInfrastructureId']
@@ -36511,7 +36511,7 @@ class DatabaseClient(object):
36511
36511
  :rtype: :class:`~oci.response.Response`
36512
36512
 
36513
36513
  :example:
36514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
36514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_exadata_iorm_config.py.html>`__ to see an example of how to use update_exadata_iorm_config API.
36515
36515
  """
36516
36516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36517
36517
  required_arguments = ['dbSystemId']
@@ -36624,7 +36624,7 @@ class DatabaseClient(object):
36624
36624
  :rtype: :class:`~oci.response.Response`
36625
36625
 
36626
36626
  :example:
36627
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
36627
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_external_container_database.py.html>`__ to see an example of how to use update_external_container_database API.
36628
36628
  """
36629
36629
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36630
36630
  required_arguments = ['externalContainerDatabaseId']
@@ -36735,7 +36735,7 @@ class DatabaseClient(object):
36735
36735
  :rtype: :class:`~oci.response.Response`
36736
36736
 
36737
36737
  :example:
36738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
36738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_external_database_connector.py.html>`__ to see an example of how to use update_external_database_connector API.
36739
36739
  """
36740
36740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36741
36741
  required_arguments = ['externalDatabaseConnectorId']
@@ -36845,7 +36845,7 @@ class DatabaseClient(object):
36845
36845
  :rtype: :class:`~oci.response.Response`
36846
36846
 
36847
36847
  :example:
36848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
36848
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_external_non_container_database.py.html>`__ to see an example of how to use update_external_non_container_database API.
36849
36849
  """
36850
36850
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36851
36851
  required_arguments = ['externalNonContainerDatabaseId']
@@ -36957,7 +36957,7 @@ class DatabaseClient(object):
36957
36957
  :rtype: :class:`~oci.response.Response`
36958
36958
 
36959
36959
  :example:
36960
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
36960
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_external_pluggable_database.py.html>`__ to see an example of how to use update_external_pluggable_database API.
36961
36961
  """
36962
36962
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36963
36963
  required_arguments = ['externalPluggableDatabaseId']
@@ -37067,7 +37067,7 @@ class DatabaseClient(object):
37067
37067
  :rtype: :class:`~oci.response.Response`
37068
37068
 
37069
37069
  :example:
37070
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
37070
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_key_store.py.html>`__ to see an example of how to use update_key_store API.
37071
37071
  """
37072
37072
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37073
37073
  required_arguments = ['keyStoreId']
@@ -37172,7 +37172,7 @@ class DatabaseClient(object):
37172
37172
  :rtype: :class:`~oci.response.Response`
37173
37173
 
37174
37174
  :example:
37175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
37175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_maintenance_run.py.html>`__ to see an example of how to use update_maintenance_run API.
37176
37176
  """
37177
37177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37178
37178
  required_arguments = ['maintenanceRunId']
@@ -37280,7 +37280,7 @@ class DatabaseClient(object):
37280
37280
  :rtype: :class:`~oci.response.Response`
37281
37281
 
37282
37282
  :example:
37283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
37283
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_oneoff_patch.py.html>`__ to see an example of how to use update_oneoff_patch API.
37284
37284
  """
37285
37285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37286
37286
  required_arguments = ['oneoffPatchId']
@@ -37387,7 +37387,7 @@ class DatabaseClient(object):
37387
37387
  :rtype: :class:`~oci.response.Response`
37388
37388
 
37389
37389
  :example:
37390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
37390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_pluggable_database.py.html>`__ to see an example of how to use update_pluggable_database API.
37391
37391
  """
37392
37392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37393
37393
  required_arguments = ['pluggableDatabaseId']
@@ -37495,7 +37495,7 @@ class DatabaseClient(object):
37495
37495
  :rtype: :class:`~oci.response.Response`
37496
37496
 
37497
37497
  :example:
37498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
37498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_vm_cluster.py.html>`__ to see an example of how to use update_vm_cluster API.
37499
37499
  """
37500
37500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37501
37501
  required_arguments = ['vmClusterId']
@@ -37611,7 +37611,7 @@ class DatabaseClient(object):
37611
37611
  :rtype: :class:`~oci.response.Response`
37612
37612
 
37613
37613
  :example:
37614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
37614
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/update_vm_cluster_network.py.html>`__ to see an example of how to use update_vm_cluster_network API.
37615
37615
  """
37616
37616
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37617
37617
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -37722,7 +37722,7 @@ class DatabaseClient(object):
37722
37722
  :rtype: :class:`~oci.response.Response`
37723
37723
 
37724
37724
  :example:
37725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
37725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/upgrade_database.py.html>`__ to see an example of how to use upgrade_database API.
37726
37726
  """
37727
37727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37728
37728
  required_arguments = ['databaseId']
@@ -37839,7 +37839,7 @@ class DatabaseClient(object):
37839
37839
  :rtype: :class:`~oci.response.Response`
37840
37840
 
37841
37841
  :example:
37842
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
37842
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/upgrade_db_system.py.html>`__ to see an example of how to use upgrade_db_system API.
37843
37843
  """
37844
37844
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37845
37845
  required_arguments = ['dbSystemId']
@@ -37956,7 +37956,7 @@ class DatabaseClient(object):
37956
37956
  :rtype: :class:`~oci.response.Response`
37957
37957
 
37958
37958
  :example:
37959
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
37959
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.0/database/validate_vm_cluster_network.py.html>`__ to see an example of how to use validate_vm_cluster_network API.
37960
37960
  """
37961
37961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37962
37962
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']