oci 2.125.2__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 (913) 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 +134 -43
  7. oci/ai_language/models/__init__.py +24 -0
  8. oci/ai_language/models/assertion_details.py +165 -0
  9. oci/ai_language/models/batch_detect_health_entity_details.py +223 -0
  10. oci/ai_language/models/batch_detect_health_entity_result.py +103 -0
  11. oci/ai_language/models/batch_detect_language_pii_entities_details.py +29 -2
  12. oci/ai_language/models/health_entity.py +351 -0
  13. oci/ai_language/models/health_entity_document_result.py +200 -0
  14. oci/ai_language/models/input_location.py +2 -1
  15. oci/ai_language/models/mel_concept.py +103 -0
  16. oci/ai_language/models/mel_concept_details.py +165 -0
  17. oci/ai_language/models/model_details.py +11 -3
  18. oci/ai_language/models/named_entity_recognition_model_details.py +1 -1
  19. oci/ai_language/models/pii_entity.py +118 -7
  20. oci/ai_language/models/pii_model_details.py +91 -0
  21. oci/ai_language/models/pre_trained_health_nlu_model_details.py +1 -1
  22. oci/ai_language/models/pre_trained_key_phrase_extraction_model_details.py +1 -1
  23. oci/ai_language/models/pre_trained_language_detection_model_details.py +1 -1
  24. oci/ai_language/models/pre_trained_named_entity_recognition_model_details.py +1 -1
  25. oci/ai_language/models/pre_trained_pii_model_details.py +1 -1
  26. oci/ai_language/models/pre_trained_sentiment_analysis_model_details.py +1 -1
  27. oci/ai_language/models/pre_trained_summarization.py +1 -1
  28. oci/ai_language/models/pre_trained_text_classification_model_details.py +1 -1
  29. oci/ai_language/models/pre_trained_universal_model.py +1 -1
  30. oci/ai_language/models/profile.py +134 -0
  31. oci/ai_language/models/relation_entity.py +196 -0
  32. oci/ai_language/models/resolved_entities.py +72 -0
  33. oci/ai_language/models/resolved_entity.py +227 -0
  34. oci/ai_language/models/text_classification_model_details.py +1 -1
  35. oci/ai_speech/ai_service_speech_client.py +10 -10
  36. oci/ai_vision/ai_service_vision_client.py +25 -25
  37. oci/analytics/analytics_client.py +23 -23
  38. oci/announcements_service/announcement_client.py +4 -4
  39. oci/announcements_service/announcement_subscription_client.py +9 -9
  40. oci/announcements_service/announcements_preferences_client.py +4 -4
  41. oci/apigateway/api_gateway_client.py +21 -21
  42. oci/apigateway/deployment_client.py +6 -6
  43. oci/apigateway/gateway_client.py +6 -6
  44. oci/apigateway/subscribers_client.py +6 -6
  45. oci/apigateway/usage_plans_client.py +6 -6
  46. oci/apigateway/work_requests_client.py +5 -5
  47. oci/apm_config/config_client.py +8 -8
  48. oci/apm_control_plane/apm_domain_client.py +14 -14
  49. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  50. oci/apm_traces/attributes_client.py +8 -8
  51. oci/apm_traces/query_client.py +2 -2
  52. oci/apm_traces/trace_client.py +4 -4
  53. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  54. oci/artifacts/artifacts_client.py +32 -32
  55. oci/audit/audit_client.py +3 -3
  56. oci/autoscaling/auto_scaling_client.py +11 -11
  57. oci/bastion/bastion_client.py +15 -15
  58. oci/bds/bds_client.py +51 -51
  59. oci/blockchain/blockchain_platform_client.py +27 -27
  60. oci/budget/budget_client.py +10 -10
  61. oci/capacity_management/capacity_management_client.py +19 -19
  62. oci/certificates/certificates_client.py +5 -5
  63. oci/certificates_management/certificates_management_client.py +32 -32
  64. oci/cims/incident_client.py +8 -8
  65. oci/cims/user_client.py +1 -1
  66. oci/cloud_bridge/common_client.py +5 -5
  67. oci/cloud_bridge/discovery_client.py +14 -14
  68. oci/cloud_bridge/inventory_client.py +16 -16
  69. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  70. oci/cloud_guard/cloud_guard_client.py +5496 -2653
  71. oci/cloud_guard/cloud_guard_client_composite_operations.py +307 -60
  72. oci/cloud_guard/models/__init__.py +74 -0
  73. oci/cloud_guard/models/absolute_time_start_policy.py +3 -3
  74. oci/cloud_guard/models/activity_problem_aggregation.py +4 -4
  75. oci/cloud_guard/models/activity_problem_aggregation_collection.py +3 -3
  76. oci/cloud_guard/models/add_compartment_details.py +1 -1
  77. oci/cloud_guard/models/adhoc_query.py +532 -0
  78. oci/cloud_guard/models/adhoc_query_collection.py +103 -0
  79. oci/cloud_guard/models/adhoc_query_details.py +103 -0
  80. oci/cloud_guard/models/adhoc_query_regional_details.py +294 -0
  81. oci/cloud_guard/models/adhoc_query_resource.py +134 -0
  82. oci/cloud_guard/models/adhoc_query_result_collection.py +72 -0
  83. oci/cloud_guard/models/adhoc_query_result_summary.py +407 -0
  84. oci/cloud_guard/models/adhoc_query_summary.py +532 -0
  85. oci/cloud_guard/models/all_targets_selected.py +1 -1
  86. oci/cloud_guard/models/attach_target_detector_recipe_details.py +5 -3
  87. oci/cloud_guard/models/attach_target_responder_recipe_details.py +5 -3
  88. oci/cloud_guard/models/candidate_responder_rule.py +7 -7
  89. oci/cloud_guard/models/change_data_source_compartment_details.py +3 -3
  90. oci/cloud_guard/models/change_detector_recipe_compartment_details.py +3 -3
  91. oci/cloud_guard/models/change_managed_list_compartment_details.py +3 -3
  92. oci/cloud_guard/models/change_responder_recipe_compartment_details.py +3 -3
  93. oci/cloud_guard/models/change_saved_query_compartment_details.py +72 -0
  94. oci/cloud_guard/models/change_security_policy_compartment_details.py +1 -1
  95. oci/cloud_guard/models/change_security_recipe_compartment_details.py +1 -1
  96. oci/cloud_guard/models/change_security_zone_compartment_details.py +1 -1
  97. oci/cloud_guard/models/composite_condition.py +5 -1
  98. oci/cloud_guard/models/condition.py +3 -3
  99. oci/cloud_guard/models/condition_group.py +3 -3
  100. oci/cloud_guard/models/condition_metadata_type.py +37 -6
  101. oci/cloud_guard/models/condition_metadata_type_collection.py +36 -5
  102. oci/cloud_guard/models/condition_metadata_type_summary.py +38 -7
  103. oci/cloud_guard/models/condition_operator.py +5 -5
  104. oci/cloud_guard/models/config_value.py +7 -7
  105. oci/cloud_guard/models/configuration.py +37 -6
  106. oci/cloud_guard/models/continuous_query_start_policy.py +3 -3
  107. oci/cloud_guard/models/create_adhoc_query_details.py +169 -0
  108. oci/cloud_guard/models/create_data_mask_rule_details.py +15 -15
  109. oci/cloud_guard/models/create_data_source_details.py +16 -12
  110. oci/cloud_guard/models/create_detector_recipe_details.py +16 -12
  111. oci/cloud_guard/models/create_detector_recipe_detector_rule_details.py +1 -1
  112. oci/cloud_guard/models/create_detector_rule_details.py +17 -17
  113. oci/cloud_guard/models/create_managed_list_details.py +11 -11
  114. oci/cloud_guard/models/create_responder_recipe_details.py +7 -7
  115. oci/cloud_guard/models/create_saved_query_details.py +235 -0
  116. oci/cloud_guard/models/create_security_policy_details.py +11 -11
  117. oci/cloud_guard/models/create_security_recipe_details.py +11 -7
  118. oci/cloud_guard/models/create_security_zone_details.py +5 -5
  119. oci/cloud_guard/models/create_target_details.py +13 -13
  120. oci/cloud_guard/models/create_target_detector_recipe_details.py +5 -5
  121. oci/cloud_guard/models/create_target_responder_recipe_details.py +6 -5
  122. oci/cloud_guard/models/create_wlp_agent_details.py +238 -0
  123. oci/cloud_guard/models/data_mask_rule.py +50 -19
  124. oci/cloud_guard/models/data_mask_rule_collection.py +36 -5
  125. oci/cloud_guard/models/data_mask_rule_summary.py +19 -19
  126. oci/cloud_guard/models/data_source.py +51 -16
  127. oci/cloud_guard/models/data_source_collection.py +36 -5
  128. oci/cloud_guard/models/data_source_details.py +13 -5
  129. oci/cloud_guard/models/data_source_event_collection.py +36 -5
  130. oci/cloud_guard/models/data_source_event_info.py +12 -6
  131. oci/cloud_guard/models/data_source_event_summary.py +7 -7
  132. oci/cloud_guard/models/data_source_mapping_info.py +5 -5
  133. oci/cloud_guard/models/data_source_summary.py +20 -16
  134. oci/cloud_guard/models/data_source_summary_details.py +14 -6
  135. oci/cloud_guard/models/detector.py +6 -6
  136. oci/cloud_guard/models/detector_collection.py +3 -3
  137. oci/cloud_guard/models/detector_configuration.py +73 -11
  138. oci/cloud_guard/models/detector_details.py +139 -15
  139. oci/cloud_guard/models/detector_recipe.py +81 -22
  140. oci/cloud_guard/models/detector_recipe_collection.py +36 -5
  141. oci/cloud_guard/models/detector_recipe_detector_rule.py +65 -30
  142. oci/cloud_guard/models/detector_recipe_detector_rule_collection.py +36 -5
  143. oci/cloud_guard/models/detector_recipe_detector_rule_summary.py +32 -28
  144. oci/cloud_guard/models/detector_recipe_summary.py +79 -20
  145. oci/cloud_guard/models/detector_rule.py +60 -25
  146. oci/cloud_guard/models/detector_rule_collection.py +3 -3
  147. oci/cloud_guard/models/detector_rule_summary.py +30 -26
  148. oci/cloud_guard/models/detector_summary.py +40 -9
  149. oci/cloud_guard/models/entities_mapping.py +5 -5
  150. oci/cloud_guard/models/entity_details.py +1 -1
  151. oci/cloud_guard/models/execute_responder_execution_details.py +3 -3
  152. oci/cloud_guard/models/geographical_location.py +5 -5
  153. oci/cloud_guard/models/impacted_resource_collection.py +36 -5
  154. oci/cloud_guard/models/impacted_resource_summary.py +17 -17
  155. oci/cloud_guard/models/insight_type_logging_query_details.py +1 -1
  156. oci/cloud_guard/models/instance_security_service_configuration.py +99 -0
  157. oci/cloud_guard/models/logging_event_info.py +18 -2
  158. oci/cloud_guard/models/logging_query_data_source_details.py +14 -14
  159. oci/cloud_guard/models/logging_query_data_source_summary_details.py +8 -8
  160. oci/cloud_guard/models/logging_query_details.py +3 -3
  161. oci/cloud_guard/models/managed_list.py +25 -25
  162. oci/cloud_guard/models/managed_list_collection.py +36 -5
  163. oci/cloud_guard/models/managed_list_summary.py +25 -25
  164. oci/cloud_guard/models/managed_list_type_collection.py +36 -5
  165. oci/cloud_guard/models/managed_list_type_summary.py +39 -8
  166. oci/cloud_guard/models/no_delay_start_policy.py +1 -1
  167. oci/cloud_guard/models/operator_summary.py +13 -13
  168. oci/cloud_guard/models/package_detail.py +227 -0
  169. oci/cloud_guard/models/policy_collection.py +34 -3
  170. oci/cloud_guard/models/political_location.py +7 -7
  171. oci/cloud_guard/models/problem.py +79 -44
  172. oci/cloud_guard/models/problem_aggregation.py +4 -4
  173. oci/cloud_guard/models/problem_aggregation_collection.py +3 -3
  174. oci/cloud_guard/models/problem_collection.py +36 -5
  175. oci/cloud_guard/models/problem_endpoint_collection.py +36 -5
  176. oci/cloud_guard/models/problem_endpoint_summary.py +18 -18
  177. oci/cloud_guard/models/problem_entity_collection.py +35 -4
  178. oci/cloud_guard/models/problem_entity_summary.py +7 -7
  179. oci/cloud_guard/models/problem_history_collection.py +36 -5
  180. oci/cloud_guard/models/problem_history_summary.py +48 -17
  181. oci/cloud_guard/models/problem_summary.py +69 -34
  182. oci/cloud_guard/models/problem_trend_aggregation.py +6 -6
  183. oci/cloud_guard/models/problem_trend_aggregation_collection.py +3 -3
  184. oci/cloud_guard/models/property_tuple.py +103 -0
  185. oci/cloud_guard/models/recommendation_summary.py +23 -23
  186. oci/cloud_guard/models/recommendation_summary_collection.py +36 -5
  187. oci/cloud_guard/models/region_status_detail.py +5 -5
  188. oci/cloud_guard/models/remove_compartment_details.py +1 -1
  189. oci/cloud_guard/models/request_summarized_trend_resource_risk_scores_details.py +5 -5
  190. oci/cloud_guard/models/resource.py +616 -0
  191. oci/cloud_guard/models/resource_additional_details.py +72 -0
  192. oci/cloud_guard/models/resource_collection.py +72 -0
  193. oci/cloud_guard/models/resource_lock.py +185 -0
  194. oci/cloud_guard/models/resource_port_collection.py +72 -0
  195. oci/cloud_guard/models/resource_port_summary.py +247 -0
  196. oci/cloud_guard/models/resource_profile.py +60 -29
  197. oci/cloud_guard/models/resource_profile_collection.py +36 -5
  198. oci/cloud_guard/models/resource_profile_endpoint_collection.py +3 -3
  199. oci/cloud_guard/models/resource_profile_endpoint_summary.py +29 -29
  200. oci/cloud_guard/models/resource_profile_impacted_resource_collection.py +35 -4
  201. oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +19 -19
  202. oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary.py +5 -5
  203. oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary_collection.py +3 -3
  204. oci/cloud_guard/models/resource_profile_summary.py +15 -15
  205. oci/cloud_guard/models/resource_risk_score_aggregation.py +6 -6
  206. oci/cloud_guard/models/resource_risk_score_aggregation_collection.py +9 -9
  207. oci/cloud_guard/models/resource_summary.py +527 -0
  208. oci/cloud_guard/models/resource_type_collection.py +36 -5
  209. oci/cloud_guard/models/resource_type_summary.py +38 -7
  210. oci/cloud_guard/models/resource_vulnerability.py +496 -0
  211. oci/cloud_guard/models/resource_vulnerability_collection.py +72 -0
  212. oci/cloud_guard/models/resource_vulnerability_summary.py +279 -0
  213. oci/cloud_guard/models/responder_activity_collection.py +3 -3
  214. oci/cloud_guard/models/responder_activity_summary.py +19 -19
  215. oci/cloud_guard/models/responder_configuration.py +7 -7
  216. oci/cloud_guard/models/responder_execution.py +58 -27
  217. oci/cloud_guard/models/responder_execution_aggregation.py +2 -2
  218. oci/cloud_guard/models/responder_execution_aggregation_collection.py +3 -3
  219. oci/cloud_guard/models/responder_execution_collection.py +37 -5
  220. oci/cloud_guard/models/responder_execution_summary.py +17 -17
  221. oci/cloud_guard/models/responder_execution_trend_aggregation.py +6 -6
  222. oci/cloud_guard/models/responder_execution_trend_aggregation_collection.py +3 -3
  223. oci/cloud_guard/models/responder_recipe.py +34 -19
  224. oci/cloud_guard/models/responder_recipe_collection.py +36 -5
  225. oci/cloud_guard/models/responder_recipe_responder_rule.py +70 -21
  226. oci/cloud_guard/models/responder_recipe_responder_rule_collection.py +3 -3
  227. oci/cloud_guard/models/responder_recipe_responder_rule_summary.py +19 -19
  228. oci/cloud_guard/models/responder_recipe_summary.py +19 -19
  229. oci/cloud_guard/models/responder_rule.py +58 -19
  230. oci/cloud_guard/models/responder_rule_collection.py +36 -5
  231. oci/cloud_guard/models/responder_rule_details.py +7 -7
  232. oci/cloud_guard/models/responder_rule_execution_details.py +3 -3
  233. oci/cloud_guard/models/responder_rule_summary.py +17 -17
  234. oci/cloud_guard/models/risk_score_aggregation.py +2 -2
  235. oci/cloud_guard/models/risk_score_aggregation_collection.py +3 -3
  236. oci/cloud_guard/models/rule_summary.py +7 -7
  237. oci/cloud_guard/models/saved_query.py +438 -0
  238. oci/cloud_guard/models/saved_query_collection.py +103 -0
  239. oci/cloud_guard/models/saved_query_summary.py +500 -0
  240. oci/cloud_guard/models/scheduled_query_data_source_obj_details.py +175 -0
  241. oci/cloud_guard/models/scheduled_query_data_source_summary_obj_details.py +175 -0
  242. oci/cloud_guard/models/scheduled_query_scope_detail.py +134 -0
  243. oci/cloud_guard/models/security_policy.py +45 -11
  244. oci/cloud_guard/models/security_policy_collection.py +36 -5
  245. oci/cloud_guard/models/security_policy_summary.py +16 -15
  246. oci/cloud_guard/models/security_recipe.py +13 -11
  247. oci/cloud_guard/models/security_recipe_collection.py +150 -5
  248. oci/cloud_guard/models/security_recipe_summary.py +9 -9
  249. oci/cloud_guard/models/security_score_aggregation.py +6 -6
  250. oci/cloud_guard/models/security_score_aggregation_collection.py +3 -3
  251. oci/cloud_guard/models/security_score_trend_aggregation.py +4 -4
  252. oci/cloud_guard/models/security_score_trend_aggregation_collection.py +3 -3
  253. oci/cloud_guard/models/security_zone.py +11 -9
  254. oci/cloud_guard/models/security_zone_collection.py +36 -5
  255. oci/cloud_guard/models/security_zone_summary.py +10 -9
  256. oci/cloud_guard/models/security_zone_target_details.py +7 -7
  257. oci/cloud_guard/models/service_configuration.py +101 -0
  258. oci/cloud_guard/models/service_type_summary.py +5 -5
  259. oci/cloud_guard/models/sighting.py +55 -24
  260. oci/cloud_guard/models/sighting_collection.py +36 -5
  261. oci/cloud_guard/models/sighting_endpoint_collection.py +3 -3
  262. oci/cloud_guard/models/sighting_endpoint_summary.py +25 -25
  263. oci/cloud_guard/models/sighting_impacted_resource_collection.py +36 -5
  264. oci/cloud_guard/models/sighting_impacted_resource_summary.py +13 -13
  265. oci/cloud_guard/models/sighting_summary.py +27 -27
  266. oci/cloud_guard/models/sighting_type.py +11 -11
  267. oci/cloud_guard/models/simple_condition.py +9 -9
  268. oci/cloud_guard/models/skip_bulk_responder_execution_details.py +3 -3
  269. oci/cloud_guard/models/tactic_collection.py +36 -5
  270. oci/cloud_guard/models/tactic_summary.py +3 -3
  271. oci/cloud_guard/models/target.py +23 -21
  272. oci/cloud_guard/models/target_collection.py +36 -5
  273. oci/cloud_guard/models/target_details.py +2 -2
  274. oci/cloud_guard/models/target_detector_details.py +13 -13
  275. oci/cloud_guard/models/target_detector_recipe.py +124 -22
  276. oci/cloud_guard/models/target_detector_recipe_collection.py +36 -5
  277. oci/cloud_guard/models/target_detector_recipe_detector_rule.py +92 -30
  278. oci/cloud_guard/models/target_detector_recipe_detector_rule_collection.py +36 -5
  279. oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.py +63 -28
  280. oci/cloud_guard/models/target_detector_recipe_summary.py +110 -20
  281. oci/cloud_guard/models/target_ids_selected.py +3 -3
  282. oci/cloud_guard/models/target_resource_types_selected.py +3 -3
  283. oci/cloud_guard/models/target_responder_recipe.py +63 -19
  284. oci/cloud_guard/models/target_responder_recipe_collection.py +36 -5
  285. oci/cloud_guard/models/target_responder_recipe_responder_rule.py +32 -19
  286. oci/cloud_guard/models/target_responder_recipe_responder_rule_collection.py +3 -3
  287. oci/cloud_guard/models/target_responder_recipe_responder_rule_summary.py +19 -19
  288. oci/cloud_guard/models/target_responder_recipe_summary.py +50 -19
  289. oci/cloud_guard/models/target_selected.py +3 -3
  290. oci/cloud_guard/models/target_summary.py +15 -15
  291. oci/cloud_guard/models/technique_collection.py +36 -5
  292. oci/cloud_guard/models/technique_summary.py +3 -3
  293. oci/cloud_guard/models/trigger_responder_details.py +5 -5
  294. oci/cloud_guard/models/update_bulk_problem_status_details.py +5 -5
  295. oci/cloud_guard/models/update_configuration_details.py +36 -5
  296. oci/cloud_guard/models/update_data_mask_rule_details.py +11 -11
  297. oci/cloud_guard/models/update_data_source_details.py +5 -5
  298. oci/cloud_guard/models/update_detector_recipe_details.py +7 -5
  299. oci/cloud_guard/models/update_detector_recipe_detector_rule.py +3 -3
  300. oci/cloud_guard/models/update_detector_recipe_detector_rule_details.py +1 -1
  301. oci/cloud_guard/models/update_detector_rule_details.py +17 -17
  302. oci/cloud_guard/models/update_managed_list_details.py +3 -3
  303. oci/cloud_guard/models/update_problem_status_details.py +3 -3
  304. oci/cloud_guard/models/update_responder_recipe_details.py +7 -7
  305. oci/cloud_guard/models/update_responder_recipe_responder_rule.py +3 -3
  306. oci/cloud_guard/models/update_responder_recipe_responder_rule_details.py +1 -1
  307. oci/cloud_guard/models/update_responder_rule_details.py +3 -3
  308. oci/cloud_guard/models/update_saved_query_details.py +204 -0
  309. oci/cloud_guard/models/update_security_policy_details.py +3 -3
  310. oci/cloud_guard/models/update_security_recipe_details.py +5 -5
  311. oci/cloud_guard/models/update_security_zone_details.py +5 -5
  312. oci/cloud_guard/models/update_target_details.py +7 -7
  313. oci/cloud_guard/models/update_target_detector_recipe.py +5 -5
  314. oci/cloud_guard/models/update_target_detector_recipe_details.py +7 -7
  315. oci/cloud_guard/models/update_target_detector_recipe_detector_rule_details.py +1 -1
  316. oci/cloud_guard/models/update_target_detector_rule_details.py +1 -1
  317. oci/cloud_guard/models/update_target_recipe_detector_rule_details.py +3 -3
  318. oci/cloud_guard/models/update_target_recipe_responder_rule_details.py +3 -3
  319. oci/cloud_guard/models/update_target_responder_recipe.py +5 -5
  320. oci/cloud_guard/models/update_target_responder_recipe_details.py +7 -3
  321. oci/cloud_guard/models/update_target_responder_recipe_responder_rule_details.py +1 -1
  322. oci/cloud_guard/models/update_target_responder_rule_details.py +8 -5
  323. oci/cloud_guard/models/update_wlp_agent_details.py +143 -0
  324. oci/cloud_guard/models/wlp_agent.py +469 -0
  325. oci/cloud_guard/models/wlp_agent_collection.py +103 -0
  326. oci/cloud_guard/models/wlp_agent_summary.py +406 -0
  327. oci/cloud_guard/models/work_request.py +54 -23
  328. oci/cloud_guard/models/work_request_error.py +8 -7
  329. oci/cloud_guard/models/work_request_error_collection.py +5 -3
  330. oci/cloud_guard/models/work_request_log_entry.py +4 -4
  331. oci/cloud_guard/models/work_request_log_entry_collection.py +38 -5
  332. oci/cloud_guard/models/work_request_resource.py +7 -7
  333. oci/cloud_guard/models/work_request_summary.py +15 -15
  334. oci/cloud_guard/models/work_request_summary_collection.py +36 -5
  335. oci/cloud_migrations/migration_client.py +43 -43
  336. oci/{application_migration → cluster_placement_groups}/__init__.py +4 -4
  337. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +1705 -0
  338. oci/cluster_placement_groups/cluster_placement_groups_cp_client_composite_operations.py +238 -0
  339. oci/cluster_placement_groups/models/__init__.py +46 -0
  340. oci/cluster_placement_groups/models/capabilities_collection.py +72 -0
  341. oci/cluster_placement_groups/models/capability_details.py +103 -0
  342. oci/{application_migration/models/change_compartment_details.py → cluster_placement_groups/models/change_cluster_placement_group_compartment_details.py} +11 -11
  343. oci/cluster_placement_groups/models/cluster_placement_group.py +568 -0
  344. oci/cluster_placement_groups/models/cluster_placement_group_collection.py +72 -0
  345. oci/cluster_placement_groups/models/cluster_placement_group_summary.py +447 -0
  346. oci/cluster_placement_groups/models/create_cluster_placement_group_details.py +332 -0
  347. oci/cluster_placement_groups/models/placement_instruction_details.py +115 -0
  348. oci/cluster_placement_groups/models/update_cluster_placement_group_details.py +138 -0
  349. oci/{application_migration → cluster_placement_groups}/models/work_request.py +100 -67
  350. oci/{application_migration → cluster_placement_groups}/models/work_request_error.py +14 -8
  351. oci/cluster_placement_groups/models/work_request_error_collection.py +72 -0
  352. oci/{application_migration → cluster_placement_groups}/models/work_request_log_entry.py +10 -6
  353. oci/cluster_placement_groups/models/work_request_log_entry_collection.py +72 -0
  354. oci/{application_migration → cluster_placement_groups}/models/work_request_resource.py +87 -50
  355. oci/{application_migration → cluster_placement_groups}/models/work_request_summary.py +128 -70
  356. oci/cluster_placement_groups/models/work_request_summary_collection.py +72 -0
  357. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  358. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  359. oci/compute_instance_agent/plugin_client.py +2 -2
  360. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  361. oci/container_engine/container_engine_client.py +44 -44
  362. oci/container_instances/container_instance_client.py +18 -18
  363. oci/core/blockstorage_client.py +65 -60
  364. oci/core/compute_client.py +101 -103
  365. oci/core/compute_client_composite_operations.py +1 -2
  366. oci/core/compute_management_client.py +32 -32
  367. oci/core/models/__init__.py +6 -0
  368. oci/core/models/boot_volume.py +31 -0
  369. oci/core/models/boot_volume_attachment.py +39 -0
  370. oci/core/models/capacity_reservation_instance_summary.py +31 -0
  371. oci/core/models/compute_cluster.py +1 -2
  372. oci/core/models/create_boot_volume_details.py +31 -0
  373. oci/core/models/create_compute_cluster_details.py +1 -2
  374. oci/core/models/create_drg_route_distribution_details.py +2 -2
  375. oci/core/models/create_image_details.py +2 -2
  376. oci/core/models/create_vnic_details.py +18 -18
  377. oci/core/models/create_volume_details.py +31 -0
  378. oci/core/models/create_volume_group_details.py +33 -2
  379. oci/core/models/instance.py +31 -0
  380. oci/core/models/instance_configuration_create_volume_details.py +31 -0
  381. oci/core/models/instance_configuration_launch_instance_details.py +31 -0
  382. oci/core/models/instance_reservation_config.py +33 -2
  383. oci/core/models/instance_reservation_config_details.py +33 -2
  384. oci/core/models/launch_instance_details.py +31 -0
  385. oci/core/models/network_security_group.py +7 -7
  386. oci/core/models/private_ip.py +1 -1
  387. oci/core/models/update_instance_details.py +27 -0
  388. oci/core/models/update_instance_source_details.py +128 -0
  389. oci/core/models/update_instance_source_via_boot_volume_details.py +88 -0
  390. oci/core/models/update_instance_source_via_image_details.py +150 -0
  391. oci/core/models/update_vnic_details.py +2 -2
  392. oci/core/models/volume.py +31 -0
  393. oci/core/virtual_network_client.py +258 -258
  394. oci/core/virtual_network_client_composite_operations.py +13 -13
  395. oci/dashboard_service/dashboard_client.py +6 -6
  396. oci/dashboard_service/dashboard_group_client.py +6 -6
  397. oci/data_catalog/data_catalog_client.py +148 -148
  398. oci/data_flow/data_flow_client.py +42 -42
  399. oci/data_integration/data_integration_client.py +163 -163
  400. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  401. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  402. oci/data_safe/data_safe_client.py +272 -272
  403. oci/data_science/data_science_client.py +91 -91
  404. oci/data_science/models/instance_configuration.py +37 -2
  405. oci/database/database_client.py +1224 -537
  406. oci/database/database_client_composite_operations.py +204 -0
  407. oci/database/models/__init__.py +12 -0
  408. oci/database/models/autonomous_container_database.py +31 -0
  409. oci/database/models/autonomous_container_database_summary.py +31 -0
  410. oci/database/models/autonomous_database_software_image.py +489 -0
  411. oci/database/models/autonomous_database_software_image_collection.py +72 -0
  412. oci/database/models/autonomous_database_software_image_summary.py +437 -0
  413. oci/database/models/change_autonomous_database_software_image_compartment_details.py +76 -0
  414. oci/database/models/create_autonomous_container_database_details.py +35 -0
  415. oci/database/models/create_autonomous_database_software_image_details.py +267 -0
  416. oci/database/models/maintenance_window.py +33 -2
  417. oci/database/models/update_autonomous_database_software_image_details.py +119 -0
  418. oci/database_management/db_management_client.py +194 -194
  419. oci/database_management/diagnosability_client.py +4 -4
  420. oci/database_management/managed_my_sql_databases_client.py +7 -7
  421. oci/database_management/perfhub_client.py +1 -1
  422. oci/database_management/sql_tuning_client.py +17 -17
  423. oci/database_migration/database_migration_client.py +41 -41
  424. oci/database_migration/models/aws_s3_data_transfer_medium_details.py +29 -2
  425. oci/database_migration/models/data_transfer_medium_details_v2.py +1 -1
  426. oci/database_migration/models/nfs_data_transfer_medium_details.py +29 -2
  427. oci/database_tools/database_tools_client.py +23 -23
  428. oci/desktops/desktop_service_client.py +21 -21
  429. oci/devops/devops_client.py +89 -89
  430. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  431. oci/dns/dns_client.py +52 -52
  432. oci/dts/appliance_export_job_client.py +6 -6
  433. oci/dts/shipping_vendors_client.py +1 -1
  434. oci/dts/transfer_appliance_client.py +8 -8
  435. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  436. oci/dts/transfer_device_client.py +5 -5
  437. oci/dts/transfer_job_client.py +6 -6
  438. oci/dts/transfer_package_client.py +7 -7
  439. oci/em_warehouse/em_data_lake_client.py +13 -13
  440. oci/em_warehouse/em_warehouse_client.py +13 -13
  441. oci/email/email_client.py +26 -26
  442. oci/email_data_plane/email_dp_client.py +1 -1
  443. oci/events/events_client.py +6 -6
  444. oci/file_storage/file_storage_client.py +50 -50
  445. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  446. oci/functions/functions_invoke_client.py +1 -1
  447. oci/functions/functions_management_client.py +16 -16
  448. oci/fusion_apps/data_masking_activity_client.py +3 -3
  449. oci/fusion_apps/fusion_applications_client.py +39 -39
  450. oci/fusion_apps/fusion_environment_client.py +15 -15
  451. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  452. oci/fusion_apps/refresh_activity_client.py +4 -4
  453. oci/fusion_apps/scheduled_activity_client.py +2 -2
  454. oci/fusion_apps/service_attachment_client.py +2 -2
  455. oci/generative_ai/generative_ai_client.py +24 -24
  456. oci/generative_ai/models/dataset.py +1 -1
  457. oci/generative_ai/models/dedicated_ai_cluster.py +34 -3
  458. oci/generative_ai/models/endpoint.py +27 -0
  459. oci/generative_ai/models/model.py +34 -3
  460. oci/generative_ai/models/model_summary.py +7 -3
  461. oci/generative_ai_inference/generative_ai_inference_client.py +101 -3
  462. oci/generative_ai_inference/models/__init__.py +30 -0
  463. oci/generative_ai_inference/models/base_chat_request.py +109 -0
  464. oci/generative_ai_inference/models/base_chat_response.py +109 -0
  465. oci/generative_ai_inference/models/chat_choice.py +161 -0
  466. oci/generative_ai_inference/models/chat_content.py +101 -0
  467. oci/generative_ai_inference/models/chat_details.py +126 -0
  468. oci/generative_ai_inference/models/chat_result.py +130 -0
  469. oci/generative_ai_inference/models/citation.py +165 -0
  470. oci/generative_ai_inference/models/cohere_chat_request.py +443 -0
  471. oci/generative_ai_inference/models/cohere_chat_response.py +272 -0
  472. oci/generative_ai_inference/models/cohere_llm_inference_response.py +1 -1
  473. oci/generative_ai_inference/models/cohere_message.py +119 -0
  474. oci/generative_ai_inference/models/embed_text_details.py +2 -2
  475. oci/generative_ai_inference/models/generic_chat_request.py +474 -0
  476. oci/generative_ai_inference/models/generic_chat_response.py +113 -0
  477. oci/generative_ai_inference/models/llama_llm_inference_request.py +2 -2
  478. oci/generative_ai_inference/models/llama_llm_inference_response.py +1 -1
  479. oci/generative_ai_inference/models/llm_inference_response.py +11 -3
  480. oci/generative_ai_inference/models/message.py +103 -0
  481. oci/generative_ai_inference/models/search_query.py +72 -0
  482. oci/generative_ai_inference/models/text_content.py +82 -0
  483. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  484. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  485. oci/golden_gate/golden_gate_client.py +61 -61
  486. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  487. oci/governance_rules_control_plane/work_request_client.py +5 -5
  488. oci/healthchecks/health_checks_client.py +17 -17
  489. oci/identity/identity_client.py +145 -145
  490. oci/identity_data_plane/dataplane_client.py +2 -2
  491. oci/identity_domains/identity_domains_client.py +300 -300
  492. oci/integration/integration_instance_client.py +15 -15
  493. oci/jms/java_management_service_client.py +66 -66
  494. oci/jms_java_downloads/java_download_client.py +25 -25
  495. oci/key_management/ekm_client.py +5 -5
  496. oci/key_management/kms_crypto_client.py +6 -6
  497. oci/key_management/kms_hsm_cluster_client.py +12 -12
  498. oci/key_management/kms_management_client.py +21 -21
  499. oci/key_management/kms_vault_client.py +14 -14
  500. oci/license_manager/license_manager_client.py +18 -18
  501. oci/limits/limits_client.py +4 -4
  502. oci/limits/quotas_client.py +7 -7
  503. oci/load_balancer/load_balancer_client.py +61 -61
  504. oci/lockbox/lockbox_client.py +191 -46
  505. oci/lockbox/models/__init__.py +2 -0
  506. oci/lockbox/models/access_request_ext.py +671 -0
  507. oci/lockbox/models/access_request_summary.py +101 -2
  508. oci/lockbox/models/approver_info.py +33 -2
  509. oci/log_analytics/log_analytics_client.py +193 -193
  510. oci/logging/logging_management_client.py +30 -30
  511. oci/loggingingestion/logging_client.py +1 -1
  512. oci/loggingsearch/log_search_client.py +1 -1
  513. oci/management_agent/management_agent_client.py +28 -28
  514. oci/management_dashboard/dashx_apis_client.py +14 -14
  515. oci/marketplace/account_client.py +2 -2
  516. oci/marketplace/marketplace_client.py +30 -30
  517. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  518. oci/media_services/media_services_client.py +60 -60
  519. oci/media_services/media_stream_client.py +2 -2
  520. oci/monitoring/monitoring_client.py +18 -18
  521. oci/mysql/channels_client.py +7 -7
  522. oci/mysql/db_backups_client.py +6 -6
  523. oci/mysql/db_system_client.py +17 -17
  524. oci/mysql/mysqlaas_client.py +7 -7
  525. oci/mysql/replicas_client.py +5 -5
  526. oci/mysql/work_requests_client.py +4 -4
  527. oci/network_firewall/network_firewall_client.py +80 -80
  528. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  529. oci/nosql/nosql_client.py +24 -24
  530. oci/object_storage/object_storage_client.py +50 -50
  531. oci/oce/oce_instance_client.py +10 -10
  532. oci/oci_control_center/occ_metrics_client.py +3 -3
  533. oci/ocvp/cluster_client.py +5 -5
  534. oci/ocvp/esxi_host_client.py +8 -8
  535. oci/ocvp/sddc_client.py +14 -14
  536. oci/ocvp/work_request_client.py +4 -4
  537. oci/oda/management_client.py +59 -59
  538. oci/oda/oda_client.py +17 -17
  539. oci/oda/odapackage_client.py +7 -7
  540. oci/onesubscription/billing_schedule_client.py +1 -1
  541. oci/onesubscription/commitment_client.py +2 -2
  542. oci/onesubscription/computed_usage_client.py +3 -3
  543. oci/onesubscription/invoice_summary_client.py +2 -2
  544. oci/onesubscription/organization_subscription_client.py +1 -1
  545. oci/onesubscription/ratecard_client.py +1 -1
  546. oci/onesubscription/subscribed_service_client.py +2 -2
  547. oci/onesubscription/subscription_client.py +1 -1
  548. oci/ons/notification_control_plane_client.py +6 -6
  549. oci/ons/notification_data_plane_client.py +10 -10
  550. oci/opa/models/opa_instance.py +7 -3
  551. oci/opa/models/work_request.py +11 -3
  552. oci/opa/models/work_request_summary.py +11 -3
  553. oci/opa/opa_instance_client.py +223 -13
  554. oci/opa/opa_instance_client_composite_operations.py +78 -0
  555. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  556. oci/opensearch/opensearch_cluster_client.py +14 -14
  557. oci/operator_access_control/access_requests_client.py +10 -10
  558. oci/operator_access_control/operator_actions_client.py +2 -2
  559. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  560. oci/operator_access_control/operator_control_client.py +6 -6
  561. oci/opsi/operations_insights_client.py +175 -175
  562. oci/optimizer/optimizer_client.py +26 -26
  563. oci/os_management/event_client.py +8 -8
  564. oci/os_management/os_management_client.py +69 -69
  565. oci/os_management_hub/__init__.py +3 -1
  566. oci/os_management_hub/event_client.py +1115 -0
  567. oci/os_management_hub/event_client_composite_operations.py +163 -0
  568. oci/os_management_hub/lifecycle_environment_client.py +258 -46
  569. oci/os_management_hub/lifecycle_environment_client_composite_operations.py +16 -6
  570. oci/os_management_hub/managed_instance_client.py +1643 -380
  571. oci/os_management_hub/managed_instance_client_composite_operations.py +171 -13
  572. oci/os_management_hub/managed_instance_group_client.py +549 -165
  573. oci/os_management_hub/managed_instance_group_client_composite_operations.py +182 -22
  574. oci/os_management_hub/management_station_client.py +284 -30
  575. oci/os_management_hub/management_station_client_composite_operations.py +55 -6
  576. oci/os_management_hub/models/__init__.py +106 -0
  577. oci/os_management_hub/models/add_packages_to_software_source_details.py +72 -0
  578. oci/os_management_hub/models/agent_event.py +184 -0
  579. oci/os_management_hub/models/agent_event_data.py +166 -0
  580. oci/os_management_hub/models/attach_managed_instances_to_managed_instance_group_details.py +8 -4
  581. oci/os_management_hub/models/attach_profile_to_managed_instance_details.py +76 -0
  582. oci/os_management_hub/models/attach_software_sources_to_managed_instance_details.py +1 -1
  583. oci/os_management_hub/models/attach_software_sources_to_managed_instance_group_details.py +8 -4
  584. oci/os_management_hub/models/autonomous_settings.py +107 -0
  585. oci/os_management_hub/models/available_package_collection.py +1 -1
  586. oci/os_management_hub/models/available_package_summary.py +1 -1
  587. oci/os_management_hub/models/available_software_source_collection.py +2 -1
  588. oci/os_management_hub/models/available_software_source_summary.py +17 -7
  589. oci/os_management_hub/models/available_windows_update_collection.py +72 -0
  590. oci/os_management_hub/models/available_windows_update_summary.py +222 -0
  591. oci/os_management_hub/models/change_availability_of_software_sources_details.py +4 -4
  592. oci/os_management_hub/models/change_event_compartment_details.py +76 -0
  593. oci/os_management_hub/models/change_lifecycle_environment_compartment_details.py +76 -0
  594. oci/os_management_hub/models/change_managed_instance_group_compartment_details.py +78 -0
  595. oci/os_management_hub/models/change_management_station_compartment_details.py +76 -0
  596. oci/os_management_hub/models/change_profile_compartment_details.py +76 -0
  597. oci/os_management_hub/models/change_scheduled_job_compartment_details.py +76 -0
  598. oci/os_management_hub/models/change_software_source_compartment_details.py +76 -0
  599. oci/os_management_hub/models/create_custom_software_source_details.py +98 -5
  600. oci/os_management_hub/models/create_entitlement_details.py +9 -5
  601. oci/os_management_hub/models/create_group_profile_details.py +22 -4
  602. oci/os_management_hub/models/create_lifecycle_environment_details.py +108 -23
  603. oci/os_management_hub/models/create_lifecycle_profile_details.py +22 -4
  604. oci/os_management_hub/models/create_lifecycle_stage_details.py +5 -7
  605. oci/os_management_hub/models/create_managed_instance_group_details.py +181 -24
  606. oci/os_management_hub/models/create_management_station_details.py +13 -9
  607. oci/os_management_hub/models/create_mirror_configuration_details.py +9 -9
  608. oci/os_management_hub/models/create_profile_details.py +86 -12
  609. oci/os_management_hub/models/create_proxy_configuration_details.py +9 -9
  610. oci/os_management_hub/models/create_scheduled_job_details.py +192 -35
  611. oci/os_management_hub/models/create_software_source_details.py +18 -10
  612. oci/os_management_hub/models/create_software_source_profile_details.py +55 -13
  613. oci/os_management_hub/models/create_station_profile_details.py +48 -10
  614. oci/os_management_hub/models/create_vendor_software_source_details.py +121 -0
  615. oci/os_management_hub/models/create_versioned_custom_software_source_details.py +96 -3
  616. oci/os_management_hub/models/custom_software_source.py +120 -10
  617. oci/os_management_hub/models/custom_software_source_filter.py +1 -1
  618. oci/os_management_hub/models/custom_software_source_summary.py +20 -5
  619. oci/os_management_hub/models/detach_managed_instances_from_managed_instance_group_details.py +8 -4
  620. oci/os_management_hub/models/detach_software_sources_from_managed_instance_details.py +1 -1
  621. oci/os_management_hub/models/detach_software_sources_from_managed_instance_group_details.py +8 -4
  622. oci/os_management_hub/models/disable_module_stream_on_managed_instance_details.py +1 -1
  623. oci/os_management_hub/models/disable_module_stream_on_managed_instance_group_details.py +39 -4
  624. oci/os_management_hub/models/enable_module_stream_on_managed_instance_details.py +1 -1
  625. oci/os_management_hub/models/enable_module_stream_on_managed_instance_group_details.py +39 -4
  626. oci/os_management_hub/models/entitlement_collection.py +3 -3
  627. oci/os_management_hub/models/entitlement_summary.py +9 -5
  628. oci/os_management_hub/models/erratum.py +60 -13
  629. oci/os_management_hub/models/erratum_collection.py +3 -3
  630. oci/os_management_hub/models/erratum_summary.py +60 -13
  631. oci/os_management_hub/models/event.py +714 -0
  632. oci/os_management_hub/models/event_collection.py +72 -0
  633. oci/os_management_hub/models/event_content.py +113 -0
  634. oci/os_management_hub/models/event_summary.py +573 -0
  635. oci/os_management_hub/models/exploit_attempt_additional_details.py +72 -0
  636. oci/os_management_hub/models/exploit_attempt_event.py +184 -0
  637. oci/os_management_hub/models/exploit_attempt_event_content.py +113 -0
  638. oci/os_management_hub/models/exploit_attempt_event_data.py +126 -0
  639. oci/os_management_hub/models/group_profile.py +26 -4
  640. oci/os_management_hub/models/id.py +9 -5
  641. oci/os_management_hub/models/install_all_windows_updates_on_managed_instances_in_compartment_details.py +165 -0
  642. oci/os_management_hub/models/install_module_stream_profile_on_managed_instance_details.py +1 -1
  643. oci/os_management_hub/models/install_module_stream_profile_on_managed_instance_group_details.py +39 -4
  644. oci/os_management_hub/models/install_packages_on_managed_instance_details.py +1 -1
  645. oci/os_management_hub/models/install_packages_on_managed_instance_group_details.py +1 -1
  646. oci/os_management_hub/models/install_windows_updates_on_managed_instance_details.py +165 -0
  647. oci/os_management_hub/models/install_windows_updates_on_managed_instance_group_details.py +130 -0
  648. oci/os_management_hub/models/installed_package_collection.py +1 -1
  649. oci/os_management_hub/models/installed_package_summary.py +3 -5
  650. oci/os_management_hub/models/installed_windows_update_collection.py +72 -0
  651. oci/os_management_hub/models/installed_windows_update_summary.py +160 -0
  652. oci/os_management_hub/models/kernel_crash_event.py +184 -0
  653. oci/os_management_hub/models/kernel_event_additional_details.py +68 -0
  654. oci/os_management_hub/models/kernel_event_content.py +183 -0
  655. oci/os_management_hub/models/kernel_event_data.py +219 -0
  656. oci/os_management_hub/models/kernel_oops_event.py +184 -0
  657. oci/os_management_hub/models/ksplice_update_event.py +184 -0
  658. oci/os_management_hub/models/ksplice_update_event_data.py +162 -0
  659. oci/os_management_hub/models/lifecycle_environment.py +132 -29
  660. oci/os_management_hub/models/lifecycle_environment_collection.py +1 -1
  661. oci/os_management_hub/models/lifecycle_environment_details.py +7 -3
  662. oci/os_management_hub/models/lifecycle_environment_summary.py +125 -26
  663. oci/os_management_hub/models/lifecycle_profile.py +26 -4
  664. oci/os_management_hub/models/lifecycle_stage.py +131 -30
  665. oci/os_management_hub/models/lifecycle_stage_collection.py +1 -1
  666. oci/os_management_hub/models/lifecycle_stage_details.py +7 -3
  667. oci/os_management_hub/models/lifecycle_stage_summary.py +134 -33
  668. oci/os_management_hub/models/manage_module_streams_on_managed_instance_details.py +16 -8
  669. oci/os_management_hub/models/managed_instance.py +238 -70
  670. oci/os_management_hub/models/managed_instance_analytic_collection.py +3 -3
  671. oci/os_management_hub/models/managed_instance_analytic_summary.py +19 -3
  672. oci/os_management_hub/models/managed_instance_collection.py +1 -1
  673. oci/os_management_hub/models/managed_instance_details.py +7 -3
  674. oci/os_management_hub/models/managed_instance_erratum_summary.py +11 -13
  675. oci/os_management_hub/models/managed_instance_erratum_summary_collection.py +1 -1
  676. oci/os_management_hub/models/managed_instance_group.py +227 -27
  677. oci/os_management_hub/models/managed_instance_group_available_module_collection.py +3 -3
  678. oci/os_management_hub/models/managed_instance_group_available_module_summary.py +9 -5
  679. oci/os_management_hub/models/managed_instance_group_available_package_collection.py +1 -1
  680. oci/os_management_hub/models/managed_instance_group_available_package_summary.py +7 -7
  681. oci/os_management_hub/models/managed_instance_group_collection.py +1 -1
  682. oci/os_management_hub/models/managed_instance_group_details.py +9 -5
  683. oci/os_management_hub/models/managed_instance_group_installed_package_collection.py +1 -1
  684. oci/os_management_hub/models/managed_instance_group_installed_package_summary.py +1 -1
  685. oci/os_management_hub/models/managed_instance_group_module_collection.py +1 -2
  686. oci/os_management_hub/models/managed_instance_group_module_summary.py +11 -7
  687. oci/os_management_hub/models/managed_instance_group_summary.py +210 -22
  688. oci/os_management_hub/models/managed_instance_module_collection.py +1 -2
  689. oci/os_management_hub/models/managed_instance_module_summary.py +7 -3
  690. oci/os_management_hub/models/managed_instance_summary.py +169 -32
  691. oci/os_management_hub/models/management_station.py +74 -27
  692. oci/os_management_hub/models/management_station_collection.py +3 -3
  693. oci/os_management_hub/models/management_station_details.py +13 -5
  694. oci/os_management_hub/models/management_station_event.py +184 -0
  695. oci/os_management_hub/models/management_station_event_data.py +166 -0
  696. oci/os_management_hub/models/management_station_summary.py +97 -26
  697. oci/os_management_hub/models/mirror_configuration.py +9 -9
  698. oci/os_management_hub/models/mirror_summary.py +23 -3
  699. oci/os_management_hub/models/mirror_sync_status.py +11 -11
  700. oci/os_management_hub/models/module_collection.py +3 -3
  701. oci/os_management_hub/models/module_stream.py +7 -3
  702. oci/os_management_hub/models/module_stream_collection.py +3 -3
  703. oci/os_management_hub/models/module_stream_details.py +38 -3
  704. oci/os_management_hub/models/module_stream_details_body.py +1 -1
  705. oci/os_management_hub/models/module_stream_profile.py +1 -1
  706. oci/os_management_hub/models/module_stream_profile_collection.py +3 -3
  707. oci/os_management_hub/models/module_stream_profile_details.py +38 -3
  708. oci/os_management_hub/models/module_stream_profile_details_body.py +1 -1
  709. oci/os_management_hub/models/module_stream_profile_filter.py +3 -3
  710. oci/os_management_hub/models/module_stream_profile_summary.py +3 -3
  711. oci/os_management_hub/models/module_stream_summary.py +7 -3
  712. oci/os_management_hub/models/module_summary.py +7 -3
  713. oci/os_management_hub/models/package_filter.py +3 -3
  714. oci/os_management_hub/models/package_group.py +9 -9
  715. oci/os_management_hub/models/package_group_collection.py +1 -1
  716. oci/os_management_hub/models/package_group_filter.py +3 -3
  717. oci/os_management_hub/models/package_group_summary.py +7 -7
  718. oci/os_management_hub/models/package_name_summary.py +7 -7
  719. oci/os_management_hub/models/package_summary.py +5 -5
  720. oci/os_management_hub/models/profile.py +189 -24
  721. oci/os_management_hub/models/profile_summary.py +157 -24
  722. oci/os_management_hub/models/promote_software_source_to_lifecycle_stage_details.py +1 -22
  723. oci/os_management_hub/models/proxy_configuration.py +9 -9
  724. oci/os_management_hub/models/remove_module_stream_profile_from_managed_instance_details.py +1 -1
  725. oci/os_management_hub/models/remove_module_stream_profile_from_managed_instance_group_details.py +39 -4
  726. oci/os_management_hub/models/remove_packages_from_managed_instance_details.py +1 -1
  727. oci/os_management_hub/models/remove_packages_from_managed_instance_group_details.py +1 -1
  728. oci/os_management_hub/models/scheduled_job.py +216 -39
  729. oci/os_management_hub/models/scheduled_job_collection.py +1 -1
  730. oci/os_management_hub/models/scheduled_job_operation.py +73 -8
  731. oci/os_management_hub/models/scheduled_job_summary.py +223 -48
  732. oci/os_management_hub/models/search_software_source_module_streams_details.py +7 -3
  733. oci/os_management_hub/models/search_software_source_modules_details.py +9 -5
  734. oci/os_management_hub/models/search_software_source_package_groups_details.py +9 -5
  735. oci/os_management_hub/models/software_package.py +80 -9
  736. oci/os_management_hub/models/software_package_collection.py +1 -1
  737. oci/os_management_hub/models/software_package_dependency.py +1 -1
  738. oci/os_management_hub/models/software_package_file.py +2 -4
  739. oci/os_management_hub/models/software_package_summary.py +74 -7
  740. oci/os_management_hub/models/software_packages_details.py +1 -1
  741. oci/os_management_hub/models/software_source.py +154 -32
  742. oci/os_management_hub/models/software_source_availability.py +76 -11
  743. oci/os_management_hub/models/software_source_collection.py +3 -3
  744. oci/os_management_hub/models/software_source_details.py +40 -5
  745. oci/os_management_hub/models/software_source_event.py +184 -0
  746. oci/os_management_hub/models/software_source_event_data.py +190 -0
  747. oci/os_management_hub/models/software_source_profile.py +26 -4
  748. oci/os_management_hub/models/software_source_summary.py +149 -33
  749. oci/os_management_hub/models/software_source_vendor_collection.py +3 -3
  750. oci/os_management_hub/models/software_source_vendor_summary.py +35 -11
  751. oci/os_management_hub/models/software_update_event.py +184 -0
  752. oci/os_management_hub/models/software_update_event_data.py +186 -0
  753. oci/os_management_hub/models/station_health.py +119 -0
  754. oci/os_management_hub/models/station_profile.py +26 -4
  755. oci/os_management_hub/models/switch_module_stream_on_managed_instance_details.py +38 -3
  756. oci/os_management_hub/models/switch_module_stream_on_managed_instance_group_details.py +165 -0
  757. oci/os_management_hub/models/system_details.py +326 -0
  758. oci/os_management_hub/models/updatable_autonomous_settings.py +72 -0
  759. oci/os_management_hub/models/updatable_package_collection.py +1 -1
  760. oci/os_management_hub/models/updatable_package_summary.py +7 -7
  761. oci/os_management_hub/models/update_all_packages_on_managed_instance_group_details.py +1 -1
  762. oci/os_management_hub/models/update_all_packages_on_managed_instances_in_compartment_details.py +9 -5
  763. oci/os_management_hub/models/update_custom_software_source_details.py +38 -7
  764. oci/os_management_hub/models/update_event_details.py +119 -0
  765. oci/os_management_hub/models/update_lifecycle_environment_details.py +5 -5
  766. oci/os_management_hub/models/update_lifecycle_stage_details.py +9 -5
  767. oci/os_management_hub/models/update_managed_instance_details.py +108 -7
  768. oci/os_management_hub/models/update_managed_instance_group_details.py +67 -5
  769. oci/os_management_hub/models/update_management_station_details.py +7 -7
  770. oci/os_management_hub/models/update_mirror_configuration_details.py +9 -9
  771. oci/os_management_hub/models/update_packages_on_managed_instance_details.py +3 -3
  772. oci/os_management_hub/models/update_profile_details.py +35 -4
  773. oci/os_management_hub/models/update_proxy_configuration_details.py +9 -9
  774. oci/os_management_hub/models/update_scheduled_job_details.py +74 -15
  775. oci/os_management_hub/models/update_software_source_details.py +15 -7
  776. oci/os_management_hub/models/update_vendor_software_source_details.py +1 -1
  777. oci/os_management_hub/models/update_versioned_custom_software_source_details.py +86 -0
  778. oci/os_management_hub/models/update_work_request_details.py +1 -1
  779. oci/os_management_hub/models/vendor_software_source.py +97 -9
  780. oci/os_management_hub/models/vendor_software_source_summary.py +59 -8
  781. oci/os_management_hub/models/versioned_custom_software_source.py +116 -8
  782. oci/os_management_hub/models/versioned_custom_software_source_summary.py +20 -5
  783. oci/os_management_hub/models/vmcore_details.py +103 -0
  784. oci/os_management_hub/models/windows_standalone_profile.py +168 -0
  785. oci/os_management_hub/models/windows_update.py +362 -0
  786. oci/os_management_hub/models/windows_update_collection.py +73 -0
  787. oci/os_management_hub/models/windows_update_summary.py +222 -0
  788. oci/os_management_hub/models/work_request.py +348 -40
  789. oci/os_management_hub/models/work_request_details.py +5 -5
  790. oci/os_management_hub/models/work_request_error.py +6 -2
  791. oci/os_management_hub/models/work_request_event_data_additional_details.py +111 -0
  792. oci/os_management_hub/models/work_request_log_entry.py +6 -2
  793. oci/os_management_hub/models/work_request_management_station_details.py +2 -2
  794. oci/os_management_hub/models/work_request_summary.py +147 -19
  795. oci/os_management_hub/models/work_request_summary_collection.py +2 -2
  796. oci/os_management_hub/onboarding_client.py +171 -25
  797. oci/os_management_hub/onboarding_client_composite_operations.py +7 -3
  798. oci/os_management_hub/reporting_managed_instance_client.py +217 -60
  799. oci/os_management_hub/scheduled_job_client.py +214 -38
  800. oci/os_management_hub/scheduled_job_client_composite_operations.py +8 -4
  801. oci/os_management_hub/software_source_client.py +971 -89
  802. oci/os_management_hub/software_source_client_composite_operations.py +50 -2
  803. oci/os_management_hub/work_request_client.py +61 -18
  804. oci/osp_gateway/address_rule_service_client.py +1 -1
  805. oci/osp_gateway/address_service_client.py +2 -2
  806. oci/osp_gateway/invoice_service_client.py +5 -5
  807. oci/osp_gateway/subscription_service_client.py +5 -5
  808. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  809. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  810. oci/osub_subscription/commitment_client.py +2 -2
  811. oci/osub_subscription/ratecard_client.py +1 -1
  812. oci/osub_subscription/subscription_client.py +1 -1
  813. oci/osub_usage/computed_usage_client.py +3 -3
  814. oci/psql/postgresql_client.py +33 -33
  815. oci/queue/queue_admin_client.py +11 -11
  816. oci/queue/queue_client.py +8 -8
  817. oci/recovery/database_recovery_client.py +23 -23
  818. oci/redis/models/create_redis_cluster_details.py +31 -0
  819. oci/redis/models/redis_cluster.py +31 -0
  820. oci/redis/models/redis_cluster_summary.py +31 -0
  821. oci/redis/models/update_redis_cluster_details.py +31 -0
  822. oci/redis/redis_cluster_client.py +11 -11
  823. oci/resource_manager/resource_manager_client.py +52 -52
  824. oci/resource_search/resource_search_client.py +3 -3
  825. oci/rover/rover_bundle_client.py +8 -8
  826. oci/rover/rover_cluster_client.py +8 -8
  827. oci/rover/rover_entitlement_client.py +6 -6
  828. oci/rover/rover_node_client.py +15 -15
  829. oci/rover/shape_client.py +1 -1
  830. oci/rover/work_requests_client.py +5 -5
  831. oci/sch/connector_plugins_client.py +2 -2
  832. oci/sch/service_connector_client.py +12 -12
  833. oci/secrets/secrets_client.py +3 -3
  834. oci/service_catalog/service_catalog_client.py +26 -26
  835. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  836. oci/service_mesh/service_mesh_client.py +48 -48
  837. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  838. oci/streaming/stream_admin_client.py +18 -18
  839. oci/streaming/stream_client.py +8 -8
  840. oci/tenant_manager_control_plane/domain_client.py +5 -5
  841. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  842. oci/tenant_manager_control_plane/governance_client.py +2 -2
  843. oci/tenant_manager_control_plane/link_client.py +3 -3
  844. oci/tenant_manager_control_plane/orders_client.py +2 -2
  845. oci/tenant_manager_control_plane/organization_client.py +10 -10
  846. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  847. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  848. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  849. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  850. oci/threat_intelligence/threatintel_client.py +5 -5
  851. oci/usage/resources_client.py +2 -2
  852. oci/usage/rewards_client.py +6 -6
  853. oci/usage/usagelimits_client.py +1 -1
  854. oci/usage_api/models/__init__.py +12 -0
  855. oci/usage_api/models/create_email_recipients_group_details.py +103 -0
  856. oci/usage_api/models/email_recipient.py +181 -0
  857. oci/usage_api/models/email_recipients_group.py +181 -0
  858. oci/usage_api/models/email_recipients_group_collection.py +72 -0
  859. oci/usage_api/models/email_recipients_group_summary.py +272 -0
  860. oci/usage_api/models/update_email_recipients_group_details.py +72 -0
  861. oci/usage_api/usageapi_client.py +656 -34
  862. oci/usage_api/usageapi_client_composite_operations.py +96 -0
  863. oci/vault/vaults_client.py +13 -13
  864. oci/vbs_inst/vbs_instance_client.py +10 -10
  865. oci/version.py +1 -1
  866. oci/visual_builder/vb_instance_client.py +13 -13
  867. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  868. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  869. oci/waa/waa_client.py +13 -13
  870. oci/waa/work_request_client.py +4 -4
  871. oci/waas/redirect_client.py +6 -6
  872. oci/waas/waas_client.py +66 -66
  873. oci/waf/waf_client.py +24 -24
  874. oci/work_requests/work_request_client.py +4 -4
  875. {oci-2.125.2.dist-info → oci-2.126.0.dist-info}/METADATA +1 -1
  876. {oci-2.125.2.dist-info → oci-2.126.0.dist-info}/RECORD +880 -764
  877. oci/application_migration/application_migration_client.py +0 -2489
  878. oci/application_migration/application_migration_client_composite_operations.py +0 -419
  879. oci/application_migration/models/__init__.py +0 -84
  880. oci/application_migration/models/authorization_details.py +0 -130
  881. oci/application_migration/models/configuration_field.py +0 -291
  882. oci/application_migration/models/create_migration_details.py +0 -464
  883. oci/application_migration/models/create_source_details.py +0 -272
  884. oci/application_migration/models/discovery_details.py +0 -141
  885. oci/application_migration/models/ics_discovery_details.py +0 -114
  886. oci/application_migration/models/import_manifest.py +0 -227
  887. oci/application_migration/models/import_source_details.py +0 -171
  888. oci/application_migration/models/internal_authorization_details.py +0 -113
  889. oci/application_migration/models/internal_source_details.py +0 -82
  890. oci/application_migration/models/jcs_discovery_details.py +0 -115
  891. oci/application_migration/models/migration.py +0 -731
  892. oci/application_migration/models/migration_summary.py +0 -572
  893. oci/application_migration/models/oac_discovery_details.py +0 -113
  894. oci/application_migration/models/occ_authorization_details.py +0 -113
  895. oci/application_migration/models/occ_source_details.py +0 -86
  896. oci/application_migration/models/ocic_authorization_details.py +0 -113
  897. oci/application_migration/models/ocic_authorization_token_details.py +0 -113
  898. oci/application_migration/models/ocic_source_details.py +0 -121
  899. oci/application_migration/models/oic_discovery_details.py +0 -114
  900. oci/application_migration/models/pcs_discovery_details.py +0 -114
  901. oci/application_migration/models/resource_field.py +0 -165
  902. oci/application_migration/models/soacs_discovery_details.py +0 -115
  903. oci/application_migration/models/source.py +0 -407
  904. oci/application_migration/models/source_application.py +0 -232
  905. oci/application_migration/models/source_application_summary.py +0 -233
  906. oci/application_migration/models/source_details.py +0 -137
  907. oci/application_migration/models/source_summary.py +0 -431
  908. oci/application_migration/models/update_migration_details.py +0 -309
  909. oci/application_migration/models/update_source_details.py +0 -232
  910. {oci-2.125.2.dist-info → oci-2.126.0.dist-info}/LICENSE.txt +0 -0
  911. {oci-2.125.2.dist-info → oci-2.126.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  912. {oci-2.125.2.dist-info → oci-2.126.0.dist-info}/WHEEL +0 -0
  913. {oci-2.125.2.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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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']
@@ -1178,20 +1178,16 @@ class DatabaseClient(object):
1178
1178
  api_reference_link=api_reference_link,
1179
1179
  required_arguments=required_arguments)
1180
1180
 
1181
- def change_autonomous_exadata_infrastructure_compartment(self, change_compartment_details, autonomous_exadata_infrastructure_id, **kwargs):
1181
+ def change_autonomous_database_software_image_compartment(self, change_autonomous_database_software_image_compartment_details, autonomous_database_software_image_id, **kwargs):
1182
1182
  """
1183
- **Deprecated.** Use the :func:`change_cloud_exadata_infrastructure_compartment` operation to move an Exadata infrastructure resource to a different compartment and :func:`change_cloud_autonomous_vm_cluster_compartment` operation to move an Autonomous Exadata VM cluster to a different compartment.
1184
- For more information, see
1185
- `Moving Database Resources to a Different Compartment`__.
1183
+ Move the Autonomous Database Software Image and its dependent resources to the specified compartment.
1186
1184
 
1187
- __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes
1188
1185
 
1186
+ :param oci.database.models.ChangeAutonomousDatabaseSoftwareImageCompartmentDetails change_autonomous_database_software_image_compartment_details: (required)
1187
+ Request to move Autonomous Database Software Image to a different compartment
1189
1188
 
1190
- :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required)
1191
- Request to move an Autonomous Exadata Infrastructure resource to a different compartment.
1192
-
1193
- :param str autonomous_exadata_infrastructure_id: (required)
1194
- The Autonomous Exadata Infrastructure `OCID`__.
1189
+ :param str autonomous_database_software_image_id: (required)
1190
+ The Autonomous Database Software Image `OCID`__.
1195
1191
 
1196
1192
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1197
1193
 
@@ -1226,14 +1222,14 @@ class DatabaseClient(object):
1226
1222
  :rtype: :class:`~oci.response.Response`
1227
1223
 
1228
1224
  :example:
1229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/database/change_autonomous_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_autonomous_exadata_infrastructure_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.
1230
1226
  """
1231
1227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1232
- required_arguments = ['autonomousExadataInfrastructureId']
1233
- resource_path = "/autonomousExadataInfrastructures/{autonomousExadataInfrastructureId}/actions/changeCompartment"
1228
+ required_arguments = ['autonomousDatabaseSoftwareImageId']
1229
+ resource_path = "/autonomousDatabaseSoftwareImages/{autonomousDatabaseSoftwareImageId}/actions/changeCompartment"
1234
1230
  method = "POST"
1235
- operation_name = "change_autonomous_exadata_infrastructure_compartment"
1236
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousExadataInfrastructure/ChangeAutonomousExadataInfrastructureCompartment"
1231
+ operation_name = "change_autonomous_database_software_image_compartment"
1232
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseSoftwareImage/ChangeAutonomousDatabaseSoftwareImageCompartment"
1237
1233
 
1238
1234
  # Don't accept unknown kwargs
1239
1235
  expected_kwargs = [
@@ -1246,10 +1242,10 @@ class DatabaseClient(object):
1246
1242
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1247
1243
  if extra_kwargs:
1248
1244
  raise ValueError(
1249
- f"change_autonomous_exadata_infrastructure_compartment got unknown kwargs: {extra_kwargs!r}")
1245
+ f"change_autonomous_database_software_image_compartment got unknown kwargs: {extra_kwargs!r}")
1250
1246
 
1251
1247
  path_params = {
1252
- "autonomousExadataInfrastructureId": autonomous_exadata_infrastructure_id
1248
+ "autonomousDatabaseSoftwareImageId": autonomous_database_software_image_id
1253
1249
  }
1254
1250
 
1255
1251
  path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
@@ -1283,7 +1279,7 @@ class DatabaseClient(object):
1283
1279
  method=method,
1284
1280
  path_params=path_params,
1285
1281
  header_params=header_params,
1286
- body=change_compartment_details,
1282
+ body=change_autonomous_database_software_image_compartment_details,
1287
1283
  allow_control_chars=kwargs.get('allow_control_chars'),
1288
1284
  operation_name=operation_name,
1289
1285
  api_reference_link=api_reference_link,
@@ -1294,133 +1290,15 @@ class DatabaseClient(object):
1294
1290
  method=method,
1295
1291
  path_params=path_params,
1296
1292
  header_params=header_params,
1297
- body=change_compartment_details,
1293
+ body=change_autonomous_database_software_image_compartment_details,
1298
1294
  allow_control_chars=kwargs.get('allow_control_chars'),
1299
1295
  operation_name=operation_name,
1300
1296
  api_reference_link=api_reference_link,
1301
1297
  required_arguments=required_arguments)
1302
1298
 
1303
- def change_autonomous_vm_cluster_compartment(self, change_autonomous_vm_cluster_compartment_details, autonomous_vm_cluster_id, **kwargs):
1304
- """
1305
- Moves an Autonomous VM cluster and its dependent resources to another compartment. Applies to Exadata Cloud@Customer only. For systems in the Oracle cloud, see :func:`change_autonomous_vm_cluster_compartment`.
1306
-
1307
-
1308
- :param oci.database.models.ChangeAutonomousVmClusterCompartmentDetails change_autonomous_vm_cluster_compartment_details: (required)
1309
- Request to move Autonomous VM cluster to a different compartment
1310
-
1311
- :param str autonomous_vm_cluster_id: (required)
1312
- The autonomous VM cluster `OCID`__.
1313
-
1314
- __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1315
-
1316
- :param str opc_retry_token: (optional)
1317
- A token that uniquely identifies a request so it can be retried in case of a timeout or
1318
- server error without risk of executing that same action again. Retry tokens expire after 24
1319
- hours, but can be invalidated before then due to conflicting operations (for example, if a resource
1320
- has been deleted and purged from the system, then a retry of the original creation request
1321
- may be rejected).
1322
-
1323
- :param str opc_request_id: (optional)
1324
- Unique identifier for the request.
1325
-
1326
- :param str if_match: (optional)
1327
- For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
1328
- parameter to the value of the etag from a previous GET or POST response for that resource. The resource
1329
- will be updated or deleted only if the etag you provide matches the resource's current etag value.
1330
-
1331
- :param obj retry_strategy: (optional)
1332
- A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
1333
-
1334
- This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
1335
- The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
1336
-
1337
- To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
1338
-
1339
- :param bool allow_control_chars: (optional)
1340
- allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
1341
- By default, the response will not allow control characters in strings
1342
-
1343
- :return: A :class:`~oci.response.Response` object with data of type None
1344
- :rtype: :class:`~oci.response.Response`
1345
-
1346
- :example:
1347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/database/change_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_autonomous_vm_cluster_compartment API.
1348
- """
1349
- # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1350
- required_arguments = ['autonomousVmClusterId']
1351
- resource_path = "/autonomousVmClusters/{autonomousVmClusterId}/actions/changeCompartment"
1352
- method = "POST"
1353
- operation_name = "change_autonomous_vm_cluster_compartment"
1354
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousVmCluster/ChangeAutonomousVmClusterCompartment"
1355
-
1356
- # Don't accept unknown kwargs
1357
- expected_kwargs = [
1358
- "allow_control_chars",
1359
- "retry_strategy",
1360
- "opc_retry_token",
1361
- "opc_request_id",
1362
- "if_match"
1363
- ]
1364
- extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1365
- if extra_kwargs:
1366
- raise ValueError(
1367
- f"change_autonomous_vm_cluster_compartment got unknown kwargs: {extra_kwargs!r}")
1368
-
1369
- path_params = {
1370
- "autonomousVmClusterId": autonomous_vm_cluster_id
1371
- }
1372
-
1373
- path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
1374
-
1375
- for (k, v) in six.iteritems(path_params):
1376
- if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
1377
- raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
1378
-
1379
- header_params = {
1380
- "accept": "application/json",
1381
- "content-type": "application/json",
1382
- "opc-retry-token": kwargs.get("opc_retry_token", missing),
1383
- "opc-request-id": kwargs.get("opc_request_id", missing),
1384
- "if-match": kwargs.get("if_match", missing)
1385
- }
1386
- header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
1387
-
1388
- retry_strategy = self.base_client.get_preferred_retry_strategy(
1389
- operation_retry_strategy=kwargs.get('retry_strategy'),
1390
- client_retry_strategy=self.retry_strategy
1391
- )
1392
-
1393
- if retry_strategy:
1394
- if not isinstance(retry_strategy, retry.NoneRetryStrategy):
1395
- self.base_client.add_opc_retry_token_if_needed(header_params)
1396
- self.base_client.add_opc_client_retries_header(header_params)
1397
- retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
1398
- return retry_strategy.make_retrying_call(
1399
- self.base_client.call_api,
1400
- resource_path=resource_path,
1401
- method=method,
1402
- path_params=path_params,
1403
- header_params=header_params,
1404
- body=change_autonomous_vm_cluster_compartment_details,
1405
- allow_control_chars=kwargs.get('allow_control_chars'),
1406
- operation_name=operation_name,
1407
- api_reference_link=api_reference_link,
1408
- required_arguments=required_arguments)
1409
- else:
1410
- return self.base_client.call_api(
1411
- resource_path=resource_path,
1412
- method=method,
1413
- path_params=path_params,
1414
- header_params=header_params,
1415
- body=change_autonomous_vm_cluster_compartment_details,
1416
- allow_control_chars=kwargs.get('allow_control_chars'),
1417
- operation_name=operation_name,
1418
- api_reference_link=api_reference_link,
1419
- required_arguments=required_arguments)
1420
-
1421
- def change_backup_destination_compartment(self, change_compartment_details, backup_destination_id, **kwargs):
1299
+ def change_autonomous_exadata_infrastructure_compartment(self, change_compartment_details, autonomous_exadata_infrastructure_id, **kwargs):
1422
1300
  """
1423
- Move the backup destination and its dependent resources to the specified compartment.
1301
+ **Deprecated.** Use the :func:`change_cloud_exadata_infrastructure_compartment` operation to move an Exadata infrastructure resource to a different compartment and :func:`change_cloud_autonomous_vm_cluster_compartment` operation to move an Autonomous Exadata VM cluster to a different compartment.
1424
1302
  For more information, see
1425
1303
  `Moving Database Resources to a Different Compartment`__.
1426
1304
 
@@ -1428,10 +1306,10 @@ class DatabaseClient(object):
1428
1306
 
1429
1307
 
1430
1308
  :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required)
1431
- Request to move backup destination to a different compartment.
1309
+ Request to move an Autonomous Exadata Infrastructure resource to a different compartment.
1432
1310
 
1433
- :param str backup_destination_id: (required)
1434
- The `OCID`__ of the backup destination.
1311
+ :param str autonomous_exadata_infrastructure_id: (required)
1312
+ The Autonomous Exadata Infrastructure `OCID`__.
1435
1313
 
1436
1314
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1437
1315
 
@@ -1466,14 +1344,14 @@ class DatabaseClient(object):
1466
1344
  :rtype: :class:`~oci.response.Response`
1467
1345
 
1468
1346
  :example:
1469
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/database/change_backup_destination_compartment.py.html>`__ to see an example of how to use change_backup_destination_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.
1470
1348
  """
1471
1349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1472
- required_arguments = ['backupDestinationId']
1473
- resource_path = "/backupDestinations/{backupDestinationId}/actions/changeCompartment"
1350
+ required_arguments = ['autonomousExadataInfrastructureId']
1351
+ resource_path = "/autonomousExadataInfrastructures/{autonomousExadataInfrastructureId}/actions/changeCompartment"
1474
1352
  method = "POST"
1475
- operation_name = "change_backup_destination_compartment"
1476
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/BackupDestination/ChangeBackupDestinationCompartment"
1353
+ operation_name = "change_autonomous_exadata_infrastructure_compartment"
1354
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousExadataInfrastructure/ChangeAutonomousExadataInfrastructureCompartment"
1477
1355
 
1478
1356
  # Don't accept unknown kwargs
1479
1357
  expected_kwargs = [
@@ -1486,10 +1364,10 @@ class DatabaseClient(object):
1486
1364
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1487
1365
  if extra_kwargs:
1488
1366
  raise ValueError(
1489
- f"change_backup_destination_compartment got unknown kwargs: {extra_kwargs!r}")
1367
+ f"change_autonomous_exadata_infrastructure_compartment got unknown kwargs: {extra_kwargs!r}")
1490
1368
 
1491
1369
  path_params = {
1492
- "backupDestinationId": backup_destination_id
1370
+ "autonomousExadataInfrastructureId": autonomous_exadata_infrastructure_id
1493
1371
  }
1494
1372
 
1495
1373
  path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
@@ -1540,16 +1418,16 @@ class DatabaseClient(object):
1540
1418
  api_reference_link=api_reference_link,
1541
1419
  required_arguments=required_arguments)
1542
1420
 
1543
- def change_cloud_autonomous_vm_cluster_compartment(self, change_cloud_autonomous_vm_cluster_compartment_details, cloud_autonomous_vm_cluster_id, **kwargs):
1421
+ def change_autonomous_vm_cluster_compartment(self, change_autonomous_vm_cluster_compartment_details, autonomous_vm_cluster_id, **kwargs):
1544
1422
  """
1545
- Moves an Autonomous Exadata VM cluster in the Oracle cloud and its dependent resources to another compartment. For Exadata Cloud@Customer systems, see :func:`change_autonomous_vm_cluster_compartment`.
1423
+ Moves an Autonomous VM cluster and its dependent resources to another compartment. Applies to Exadata Cloud@Customer only. For systems in the Oracle cloud, see :func:`change_autonomous_vm_cluster_compartment`.
1546
1424
 
1547
1425
 
1548
- :param oci.database.models.ChangeCloudAutonomousVmClusterCompartmentDetails change_cloud_autonomous_vm_cluster_compartment_details: (required)
1549
- Request to move cloud Autonomous VM cluster to a different compartment
1426
+ :param oci.database.models.ChangeAutonomousVmClusterCompartmentDetails change_autonomous_vm_cluster_compartment_details: (required)
1427
+ Request to move Autonomous VM cluster to a different compartment
1550
1428
 
1551
- :param str cloud_autonomous_vm_cluster_id: (required)
1552
- The Cloud VM cluster `OCID`__.
1429
+ :param str autonomous_vm_cluster_id: (required)
1430
+ The autonomous VM cluster `OCID`__.
1553
1431
 
1554
1432
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1555
1433
 
@@ -1584,14 +1462,14 @@ class DatabaseClient(object):
1584
1462
  :rtype: :class:`~oci.response.Response`
1585
1463
 
1586
1464
  :example:
1587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/database/change_cloud_autonomous_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_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.
1588
1466
  """
1589
1467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1590
- required_arguments = ['cloudAutonomousVmClusterId']
1591
- resource_path = "/cloudAutonomousVmClusters/{cloudAutonomousVmClusterId}/actions/changeCompartment"
1468
+ required_arguments = ['autonomousVmClusterId']
1469
+ resource_path = "/autonomousVmClusters/{autonomousVmClusterId}/actions/changeCompartment"
1592
1470
  method = "POST"
1593
- operation_name = "change_cloud_autonomous_vm_cluster_compartment"
1594
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudAutonomousVmCluster/ChangeCloudAutonomousVmClusterCompartment"
1471
+ operation_name = "change_autonomous_vm_cluster_compartment"
1472
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousVmCluster/ChangeAutonomousVmClusterCompartment"
1595
1473
 
1596
1474
  # Don't accept unknown kwargs
1597
1475
  expected_kwargs = [
@@ -1604,10 +1482,10 @@ class DatabaseClient(object):
1604
1482
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1605
1483
  if extra_kwargs:
1606
1484
  raise ValueError(
1607
- f"change_cloud_autonomous_vm_cluster_compartment got unknown kwargs: {extra_kwargs!r}")
1485
+ f"change_autonomous_vm_cluster_compartment got unknown kwargs: {extra_kwargs!r}")
1608
1486
 
1609
1487
  path_params = {
1610
- "cloudAutonomousVmClusterId": cloud_autonomous_vm_cluster_id
1488
+ "autonomousVmClusterId": autonomous_vm_cluster_id
1611
1489
  }
1612
1490
 
1613
1491
  path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
@@ -1641,7 +1519,7 @@ class DatabaseClient(object):
1641
1519
  method=method,
1642
1520
  path_params=path_params,
1643
1521
  header_params=header_params,
1644
- body=change_cloud_autonomous_vm_cluster_compartment_details,
1522
+ body=change_autonomous_vm_cluster_compartment_details,
1645
1523
  allow_control_chars=kwargs.get('allow_control_chars'),
1646
1524
  operation_name=operation_name,
1647
1525
  api_reference_link=api_reference_link,
@@ -1652,24 +1530,26 @@ class DatabaseClient(object):
1652
1530
  method=method,
1653
1531
  path_params=path_params,
1654
1532
  header_params=header_params,
1655
- body=change_cloud_autonomous_vm_cluster_compartment_details,
1533
+ body=change_autonomous_vm_cluster_compartment_details,
1656
1534
  allow_control_chars=kwargs.get('allow_control_chars'),
1657
1535
  operation_name=operation_name,
1658
1536
  api_reference_link=api_reference_link,
1659
1537
  required_arguments=required_arguments)
1660
1538
 
1661
- def change_cloud_exadata_infrastructure_compartment(self, change_cloud_exadata_infrastructure_compartment_details, cloud_exadata_infrastructure_id, **kwargs):
1539
+ def change_backup_destination_compartment(self, change_compartment_details, backup_destination_id, **kwargs):
1662
1540
  """
1663
- Moves a cloud Exadata infrastructure resource and its dependent resources to another compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.For more information about moving resources to a different compartment, see `Moving Database Resources to a Different Compartment`__.
1541
+ Move the backup destination and its dependent resources to the specified compartment.
1542
+ For more information, see
1543
+ `Moving Database Resources to a Different Compartment`__.
1664
1544
 
1665
1545
  __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes
1666
1546
 
1667
1547
 
1668
- :param oci.database.models.ChangeCloudExadataInfrastructureCompartmentDetails change_cloud_exadata_infrastructure_compartment_details: (required)
1669
- Request to move cloud Exadata infrastructure resource to a different compartment.
1548
+ :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required)
1549
+ Request to move backup destination to a different compartment.
1670
1550
 
1671
- :param str cloud_exadata_infrastructure_id: (required)
1672
- The cloud Exadata infrastructure `OCID`__.
1551
+ :param str backup_destination_id: (required)
1552
+ The `OCID`__ of the backup destination.
1673
1553
 
1674
1554
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1675
1555
 
@@ -1704,14 +1584,14 @@ class DatabaseClient(object):
1704
1584
  :rtype: :class:`~oci.response.Response`
1705
1585
 
1706
1586
  :example:
1707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/database/change_cloud_exadata_infrastructure_compartment.py.html>`__ to see an example of how to use change_cloud_exadata_infrastructure_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.
1708
1588
  """
1709
1589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1710
- required_arguments = ['cloudExadataInfrastructureId']
1711
- resource_path = "/cloudExadataInfrastructures/{cloudExadataInfrastructureId}/actions/changeCompartment"
1590
+ required_arguments = ['backupDestinationId']
1591
+ resource_path = "/backupDestinations/{backupDestinationId}/actions/changeCompartment"
1712
1592
  method = "POST"
1713
- operation_name = "change_cloud_exadata_infrastructure_compartment"
1714
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/ChangeCloudExadataInfrastructureCompartment"
1593
+ operation_name = "change_backup_destination_compartment"
1594
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/BackupDestination/ChangeBackupDestinationCompartment"
1715
1595
 
1716
1596
  # Don't accept unknown kwargs
1717
1597
  expected_kwargs = [
@@ -1724,10 +1604,10 @@ class DatabaseClient(object):
1724
1604
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1725
1605
  if extra_kwargs:
1726
1606
  raise ValueError(
1727
- f"change_cloud_exadata_infrastructure_compartment got unknown kwargs: {extra_kwargs!r}")
1607
+ f"change_backup_destination_compartment got unknown kwargs: {extra_kwargs!r}")
1728
1608
 
1729
1609
  path_params = {
1730
- "cloudExadataInfrastructureId": cloud_exadata_infrastructure_id
1610
+ "backupDestinationId": backup_destination_id
1731
1611
  }
1732
1612
 
1733
1613
  path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
@@ -1761,7 +1641,7 @@ class DatabaseClient(object):
1761
1641
  method=method,
1762
1642
  path_params=path_params,
1763
1643
  header_params=header_params,
1764
- body=change_cloud_exadata_infrastructure_compartment_details,
1644
+ body=change_compartment_details,
1765
1645
  allow_control_chars=kwargs.get('allow_control_chars'),
1766
1646
  operation_name=operation_name,
1767
1647
  api_reference_link=api_reference_link,
@@ -1772,22 +1652,22 @@ class DatabaseClient(object):
1772
1652
  method=method,
1773
1653
  path_params=path_params,
1774
1654
  header_params=header_params,
1775
- body=change_cloud_exadata_infrastructure_compartment_details,
1655
+ body=change_compartment_details,
1776
1656
  allow_control_chars=kwargs.get('allow_control_chars'),
1777
1657
  operation_name=operation_name,
1778
1658
  api_reference_link=api_reference_link,
1779
1659
  required_arguments=required_arguments)
1780
1660
 
1781
- def change_cloud_vm_cluster_compartment(self, change_cloud_vm_cluster_compartment_details, cloud_vm_cluster_id, **kwargs):
1661
+ def change_cloud_autonomous_vm_cluster_compartment(self, change_cloud_autonomous_vm_cluster_compartment_details, cloud_autonomous_vm_cluster_id, **kwargs):
1782
1662
  """
1783
- Moves a cloud VM cluster and its dependent resources to another compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.
1663
+ Moves an Autonomous Exadata VM cluster in the Oracle cloud and its dependent resources to another compartment. For Exadata Cloud@Customer systems, see :func:`change_autonomous_vm_cluster_compartment`.
1784
1664
 
1785
1665
 
1786
- :param oci.database.models.ChangeCloudVmClusterCompartmentDetails change_cloud_vm_cluster_compartment_details: (required)
1787
- Request to move cloud VM cluster to a different compartment
1666
+ :param oci.database.models.ChangeCloudAutonomousVmClusterCompartmentDetails change_cloud_autonomous_vm_cluster_compartment_details: (required)
1667
+ Request to move cloud Autonomous VM cluster to a different compartment
1788
1668
 
1789
- :param str cloud_vm_cluster_id: (required)
1790
- The cloud VM cluster `OCID`__.
1669
+ :param str cloud_autonomous_vm_cluster_id: (required)
1670
+ The Cloud VM cluster `OCID`__.
1791
1671
 
1792
1672
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1793
1673
 
@@ -1822,14 +1702,14 @@ class DatabaseClient(object):
1822
1702
  :rtype: :class:`~oci.response.Response`
1823
1703
 
1824
1704
  :example:
1825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/database/change_cloud_vm_cluster_compartment.py.html>`__ to see an example of how to use change_cloud_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.
1826
1706
  """
1827
1707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1828
- required_arguments = ['cloudVmClusterId']
1829
- resource_path = "/cloudVmClusters/{cloudVmClusterId}/actions/changeCompartment"
1708
+ required_arguments = ['cloudAutonomousVmClusterId']
1709
+ resource_path = "/cloudAutonomousVmClusters/{cloudAutonomousVmClusterId}/actions/changeCompartment"
1830
1710
  method = "POST"
1831
- operation_name = "change_cloud_vm_cluster_compartment"
1832
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/ChangeCloudVmClusterCompartment"
1711
+ operation_name = "change_cloud_autonomous_vm_cluster_compartment"
1712
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudAutonomousVmCluster/ChangeCloudAutonomousVmClusterCompartment"
1833
1713
 
1834
1714
  # Don't accept unknown kwargs
1835
1715
  expected_kwargs = [
@@ -1842,10 +1722,10 @@ class DatabaseClient(object):
1842
1722
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1843
1723
  if extra_kwargs:
1844
1724
  raise ValueError(
1845
- f"change_cloud_vm_cluster_compartment got unknown kwargs: {extra_kwargs!r}")
1725
+ f"change_cloud_autonomous_vm_cluster_compartment got unknown kwargs: {extra_kwargs!r}")
1846
1726
 
1847
1727
  path_params = {
1848
- "cloudVmClusterId": cloud_vm_cluster_id
1728
+ "cloudAutonomousVmClusterId": cloud_autonomous_vm_cluster_id
1849
1729
  }
1850
1730
 
1851
1731
  path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
@@ -1879,7 +1759,7 @@ class DatabaseClient(object):
1879
1759
  method=method,
1880
1760
  path_params=path_params,
1881
1761
  header_params=header_params,
1882
- body=change_cloud_vm_cluster_compartment_details,
1762
+ body=change_cloud_autonomous_vm_cluster_compartment_details,
1883
1763
  allow_control_chars=kwargs.get('allow_control_chars'),
1884
1764
  operation_name=operation_name,
1885
1765
  api_reference_link=api_reference_link,
@@ -1890,26 +1770,24 @@ class DatabaseClient(object):
1890
1770
  method=method,
1891
1771
  path_params=path_params,
1892
1772
  header_params=header_params,
1893
- body=change_cloud_vm_cluster_compartment_details,
1773
+ body=change_cloud_autonomous_vm_cluster_compartment_details,
1894
1774
  allow_control_chars=kwargs.get('allow_control_chars'),
1895
1775
  operation_name=operation_name,
1896
1776
  api_reference_link=api_reference_link,
1897
1777
  required_arguments=required_arguments)
1898
1778
 
1899
- def change_database_software_image_compartment(self, change_compartment_details, database_software_image_id, **kwargs):
1779
+ def change_cloud_exadata_infrastructure_compartment(self, change_cloud_exadata_infrastructure_compartment_details, cloud_exadata_infrastructure_id, **kwargs):
1900
1780
  """
1901
- Move the Database Software Image and its dependent resources to the specified compartment.
1902
- For more information about moving Databse Software Images, see
1903
- `Moving Database Resources to a Different Compartment`__.
1781
+ Moves a cloud Exadata infrastructure resource and its dependent resources to another compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.For more information about moving resources to a different compartment, see `Moving Database Resources to a Different Compartment`__.
1904
1782
 
1905
1783
  __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes
1906
1784
 
1907
1785
 
1908
- :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required)
1909
- Request to move Database Software Image to a different compartment
1786
+ :param oci.database.models.ChangeCloudExadataInfrastructureCompartmentDetails change_cloud_exadata_infrastructure_compartment_details: (required)
1787
+ Request to move cloud Exadata infrastructure resource to a different compartment.
1910
1788
 
1911
- :param str database_software_image_id: (required)
1912
- The DB system `OCID`__.
1789
+ :param str cloud_exadata_infrastructure_id: (required)
1790
+ The cloud Exadata infrastructure `OCID`__.
1913
1791
 
1914
1792
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1915
1793
 
@@ -1944,7 +1822,247 @@ class DatabaseClient(object):
1944
1822
  :rtype: :class:`~oci.response.Response`
1945
1823
 
1946
1824
  :example:
1947
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/database/change_database_software_image_compartment.py.html>`__ to see an example of how to use change_database_software_image_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
+ """
1827
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1828
+ required_arguments = ['cloudExadataInfrastructureId']
1829
+ resource_path = "/cloudExadataInfrastructures/{cloudExadataInfrastructureId}/actions/changeCompartment"
1830
+ method = "POST"
1831
+ operation_name = "change_cloud_exadata_infrastructure_compartment"
1832
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/ChangeCloudExadataInfrastructureCompartment"
1833
+
1834
+ # Don't accept unknown kwargs
1835
+ expected_kwargs = [
1836
+ "allow_control_chars",
1837
+ "retry_strategy",
1838
+ "opc_retry_token",
1839
+ "opc_request_id",
1840
+ "if_match"
1841
+ ]
1842
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1843
+ if extra_kwargs:
1844
+ raise ValueError(
1845
+ f"change_cloud_exadata_infrastructure_compartment got unknown kwargs: {extra_kwargs!r}")
1846
+
1847
+ path_params = {
1848
+ "cloudExadataInfrastructureId": cloud_exadata_infrastructure_id
1849
+ }
1850
+
1851
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
1852
+
1853
+ for (k, v) in six.iteritems(path_params):
1854
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
1855
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
1856
+
1857
+ header_params = {
1858
+ "accept": "application/json",
1859
+ "content-type": "application/json",
1860
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
1861
+ "opc-request-id": kwargs.get("opc_request_id", missing),
1862
+ "if-match": kwargs.get("if_match", missing)
1863
+ }
1864
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
1865
+
1866
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
1867
+ operation_retry_strategy=kwargs.get('retry_strategy'),
1868
+ client_retry_strategy=self.retry_strategy
1869
+ )
1870
+
1871
+ if retry_strategy:
1872
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
1873
+ self.base_client.add_opc_retry_token_if_needed(header_params)
1874
+ self.base_client.add_opc_client_retries_header(header_params)
1875
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
1876
+ return retry_strategy.make_retrying_call(
1877
+ self.base_client.call_api,
1878
+ resource_path=resource_path,
1879
+ method=method,
1880
+ path_params=path_params,
1881
+ header_params=header_params,
1882
+ body=change_cloud_exadata_infrastructure_compartment_details,
1883
+ allow_control_chars=kwargs.get('allow_control_chars'),
1884
+ operation_name=operation_name,
1885
+ api_reference_link=api_reference_link,
1886
+ required_arguments=required_arguments)
1887
+ else:
1888
+ return self.base_client.call_api(
1889
+ resource_path=resource_path,
1890
+ method=method,
1891
+ path_params=path_params,
1892
+ header_params=header_params,
1893
+ body=change_cloud_exadata_infrastructure_compartment_details,
1894
+ allow_control_chars=kwargs.get('allow_control_chars'),
1895
+ operation_name=operation_name,
1896
+ api_reference_link=api_reference_link,
1897
+ required_arguments=required_arguments)
1898
+
1899
+ def change_cloud_vm_cluster_compartment(self, change_cloud_vm_cluster_compartment_details, cloud_vm_cluster_id, **kwargs):
1900
+ """
1901
+ Moves a cloud VM cluster and its dependent resources to another compartment. Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only.
1902
+
1903
+
1904
+ :param oci.database.models.ChangeCloudVmClusterCompartmentDetails change_cloud_vm_cluster_compartment_details: (required)
1905
+ Request to move cloud VM cluster to a different compartment
1906
+
1907
+ :param str cloud_vm_cluster_id: (required)
1908
+ The cloud VM cluster `OCID`__.
1909
+
1910
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1911
+
1912
+ :param str opc_retry_token: (optional)
1913
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
1914
+ server error without risk of executing that same action again. Retry tokens expire after 24
1915
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
1916
+ has been deleted and purged from the system, then a retry of the original creation request
1917
+ may be rejected).
1918
+
1919
+ :param str opc_request_id: (optional)
1920
+ Unique identifier for the request.
1921
+
1922
+ :param str if_match: (optional)
1923
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
1924
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
1925
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
1926
+
1927
+ :param obj retry_strategy: (optional)
1928
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
1929
+
1930
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
1931
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
1932
+
1933
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
1934
+
1935
+ :param bool allow_control_chars: (optional)
1936
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
1937
+ By default, the response will not allow control characters in strings
1938
+
1939
+ :return: A :class:`~oci.response.Response` object with data of type None
1940
+ :rtype: :class:`~oci.response.Response`
1941
+
1942
+ :example:
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
+ """
1945
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1946
+ required_arguments = ['cloudVmClusterId']
1947
+ resource_path = "/cloudVmClusters/{cloudVmClusterId}/actions/changeCompartment"
1948
+ method = "POST"
1949
+ operation_name = "change_cloud_vm_cluster_compartment"
1950
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/CloudVmCluster/ChangeCloudVmClusterCompartment"
1951
+
1952
+ # Don't accept unknown kwargs
1953
+ expected_kwargs = [
1954
+ "allow_control_chars",
1955
+ "retry_strategy",
1956
+ "opc_retry_token",
1957
+ "opc_request_id",
1958
+ "if_match"
1959
+ ]
1960
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1961
+ if extra_kwargs:
1962
+ raise ValueError(
1963
+ f"change_cloud_vm_cluster_compartment got unknown kwargs: {extra_kwargs!r}")
1964
+
1965
+ path_params = {
1966
+ "cloudVmClusterId": cloud_vm_cluster_id
1967
+ }
1968
+
1969
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
1970
+
1971
+ for (k, v) in six.iteritems(path_params):
1972
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
1973
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
1974
+
1975
+ header_params = {
1976
+ "accept": "application/json",
1977
+ "content-type": "application/json",
1978
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
1979
+ "opc-request-id": kwargs.get("opc_request_id", missing),
1980
+ "if-match": kwargs.get("if_match", missing)
1981
+ }
1982
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
1983
+
1984
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
1985
+ operation_retry_strategy=kwargs.get('retry_strategy'),
1986
+ client_retry_strategy=self.retry_strategy
1987
+ )
1988
+
1989
+ if retry_strategy:
1990
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
1991
+ self.base_client.add_opc_retry_token_if_needed(header_params)
1992
+ self.base_client.add_opc_client_retries_header(header_params)
1993
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
1994
+ return retry_strategy.make_retrying_call(
1995
+ self.base_client.call_api,
1996
+ resource_path=resource_path,
1997
+ method=method,
1998
+ path_params=path_params,
1999
+ header_params=header_params,
2000
+ body=change_cloud_vm_cluster_compartment_details,
2001
+ allow_control_chars=kwargs.get('allow_control_chars'),
2002
+ operation_name=operation_name,
2003
+ api_reference_link=api_reference_link,
2004
+ required_arguments=required_arguments)
2005
+ else:
2006
+ return self.base_client.call_api(
2007
+ resource_path=resource_path,
2008
+ method=method,
2009
+ path_params=path_params,
2010
+ header_params=header_params,
2011
+ body=change_cloud_vm_cluster_compartment_details,
2012
+ allow_control_chars=kwargs.get('allow_control_chars'),
2013
+ operation_name=operation_name,
2014
+ api_reference_link=api_reference_link,
2015
+ required_arguments=required_arguments)
2016
+
2017
+ def change_database_software_image_compartment(self, change_compartment_details, database_software_image_id, **kwargs):
2018
+ """
2019
+ Move the Database Software Image and its dependent resources to the specified compartment.
2020
+ For more information about moving Databse Software Images, see
2021
+ `Moving Database Resources to a Different Compartment`__.
2022
+
2023
+ __ https://docs.cloud.oracle.com/Content/Database/Concepts/databaseoverview.htm#moveRes
2024
+
2025
+
2026
+ :param oci.database.models.ChangeCompartmentDetails change_compartment_details: (required)
2027
+ Request to move Database Software Image to a different compartment
2028
+
2029
+ :param str database_software_image_id: (required)
2030
+ The DB system `OCID`__.
2031
+
2032
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
2033
+
2034
+ :param str opc_retry_token: (optional)
2035
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
2036
+ server error without risk of executing that same action again. Retry tokens expire after 24
2037
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
2038
+ has been deleted and purged from the system, then a retry of the original creation request
2039
+ may be rejected).
2040
+
2041
+ :param str opc_request_id: (optional)
2042
+ Unique identifier for the request.
2043
+
2044
+ :param str if_match: (optional)
2045
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
2046
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
2047
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
2048
+
2049
+ :param obj retry_strategy: (optional)
2050
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
2051
+
2052
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
2053
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
2054
+
2055
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
2056
+
2057
+ :param bool allow_control_chars: (optional)
2058
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
2059
+ By default, the response will not allow control characters in strings
2060
+
2061
+ :return: A :class:`~oci.response.Response` object with data of type None
2062
+ :rtype: :class:`~oci.response.Response`
2063
+
2064
+ :example:
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.
1948
2066
  """
1949
2067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1950
2068
  required_arguments = ['databaseSoftwareImageId']
@@ -2067,7 +2185,7 @@ class DatabaseClient(object):
2067
2185
  :rtype: :class:`~oci.response.Response`
2068
2186
 
2069
2187
  :example:
2070
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
2071
2189
  """
2072
2190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2073
2191
  required_arguments = ['autonomousContainerDatabaseId']
@@ -2198,7 +2316,7 @@ class DatabaseClient(object):
2198
2316
  :rtype: :class:`~oci.response.Response`
2199
2317
 
2200
2318
  :example:
2201
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
2202
2320
  """
2203
2321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2204
2322
  required_arguments = ['dbSystemId']
@@ -2309,7 +2427,7 @@ class DatabaseClient(object):
2309
2427
  :rtype: :class:`~oci.response.Response`
2310
2428
 
2311
2429
  :example:
2312
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
2313
2431
  """
2314
2432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2315
2433
  required_arguments = ['autonomousDatabaseId']
@@ -2427,7 +2545,7 @@ class DatabaseClient(object):
2427
2545
  :rtype: :class:`~oci.response.Response`
2428
2546
 
2429
2547
  :example:
2430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
2431
2549
  """
2432
2550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2433
2551
  required_arguments = ['exadataInfrastructureId']
@@ -2550,7 +2668,7 @@ class DatabaseClient(object):
2550
2668
  :rtype: :class:`~oci.response.Response`
2551
2669
 
2552
2670
  :example:
2553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
2554
2672
  """
2555
2673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2556
2674
  required_arguments = ['externalContainerDatabaseId']
@@ -2672,7 +2790,7 @@ class DatabaseClient(object):
2672
2790
  :rtype: :class:`~oci.response.Response`
2673
2791
 
2674
2792
  :example:
2675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
2676
2794
  """
2677
2795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2678
2796
  required_arguments = ['externalNonContainerDatabaseId']
@@ -2797,7 +2915,7 @@ class DatabaseClient(object):
2797
2915
  :rtype: :class:`~oci.response.Response`
2798
2916
 
2799
2917
  :example:
2800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
2801
2919
  """
2802
2920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2803
2921
  required_arguments = ['externalPluggableDatabaseId']
@@ -2919,7 +3037,7 @@ class DatabaseClient(object):
2919
3037
  :rtype: :class:`~oci.response.Response`
2920
3038
 
2921
3039
  :example:
2922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
2923
3041
  """
2924
3042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2925
3043
  required_arguments = ['keyStoreId']
@@ -3037,7 +3155,7 @@ class DatabaseClient(object):
3037
3155
  :rtype: :class:`~oci.response.Response`
3038
3156
 
3039
3157
  :example:
3040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
3041
3159
  """
3042
3160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3043
3161
  required_arguments = ['databaseId']
@@ -3155,7 +3273,7 @@ class DatabaseClient(object):
3155
3273
  :rtype: :class:`~oci.response.Response`
3156
3274
 
3157
3275
  :example:
3158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
3159
3277
  """
3160
3278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3161
3279
  required_arguments = ['oneoffPatchId']
@@ -3274,7 +3392,7 @@ class DatabaseClient(object):
3274
3392
  :rtype: :class:`~oci.response.Response`
3275
3393
 
3276
3394
  :example:
3277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
3278
3396
  """
3279
3397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3280
3398
  required_arguments = ['vmClusterId']
@@ -3391,7 +3509,7 @@ class DatabaseClient(object):
3391
3509
  :rtype: :class:`~oci.response.Response`
3392
3510
 
3393
3511
  :example:
3394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
3395
3513
  """
3396
3514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3397
3515
  required_arguments = ['externalDatabaseConnectorId']
@@ -3508,7 +3626,7 @@ class DatabaseClient(object):
3508
3626
  :rtype: :class:`~oci.response.Response`
3509
3627
 
3510
3628
  :example:
3511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
3512
3630
  """
3513
3631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3514
3632
  required_arguments = ['backupId']
@@ -3630,7 +3748,7 @@ class DatabaseClient(object):
3630
3748
  :rtype: :class:`~oci.response.Response`
3631
3749
 
3632
3750
  :example:
3633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
3634
3752
  """
3635
3753
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3636
3754
  required_arguments = ['autonomousDatabaseId']
@@ -3741,7 +3859,7 @@ class DatabaseClient(object):
3741
3859
  :rtype: :class:`~oci.response.Response`
3742
3860
 
3743
3861
  :example:
3744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
3745
3863
  """
3746
3864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3747
3865
  required_arguments = ['autonomousDatabaseId']
@@ -3851,7 +3969,7 @@ class DatabaseClient(object):
3851
3969
  :rtype: :class:`~oci.response.Response`
3852
3970
 
3853
3971
  :example:
3854
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
3855
3973
  """
3856
3974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3857
3975
  required_arguments = ['databaseId']
@@ -3969,7 +4087,7 @@ class DatabaseClient(object):
3969
4087
  :rtype: :class:`~oci.response.Response`
3970
4088
 
3971
4089
  :example:
3972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
3973
4091
  """
3974
4092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3975
4093
  required_arguments = ['pluggableDatabaseId']
@@ -4079,7 +4197,7 @@ class DatabaseClient(object):
4079
4197
  :rtype: :class:`~oci.response.Response`
4080
4198
 
4081
4199
  :example:
4082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
4083
4201
  """
4084
4202
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4085
4203
  required_arguments = []
@@ -4172,7 +4290,7 @@ class DatabaseClient(object):
4172
4290
  :rtype: :class:`~oci.response.Response`
4173
4291
 
4174
4292
  :example:
4175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
4176
4294
  """
4177
4295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4178
4296
  required_arguments = []
@@ -4278,7 +4396,7 @@ class DatabaseClient(object):
4278
4396
  :rtype: :class:`~oci.response.Response`
4279
4397
 
4280
4398
  :example:
4281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
4282
4400
  """
4283
4401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4284
4402
  required_arguments = ['autonomousContainerDatabaseId']
@@ -4384,7 +4502,7 @@ class DatabaseClient(object):
4384
4502
  :rtype: :class:`~oci.response.Response`
4385
4503
 
4386
4504
  :example:
4387
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
4388
4506
  """
4389
4507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4390
4508
  required_arguments = []
@@ -4480,7 +4598,7 @@ class DatabaseClient(object):
4480
4598
  :rtype: :class:`~oci.response.Response`
4481
4599
 
4482
4600
  :example:
4483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
4484
4602
  """
4485
4603
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4486
4604
  required_arguments = []
@@ -4542,6 +4660,102 @@ class DatabaseClient(object):
4542
4660
  api_reference_link=api_reference_link,
4543
4661
  required_arguments=required_arguments)
4544
4662
 
4663
+ def create_autonomous_database_software_image(self, create_autonomous_database_software_image_details, **kwargs):
4664
+ """
4665
+ create Autonomous Database Software Image in the specified compartment.
4666
+
4667
+
4668
+ :param oci.database.models.CreateAutonomousDatabaseSoftwareImageDetails create_autonomous_database_software_image_details: (required)
4669
+ Request to create Autonomous Database Software Image.
4670
+
4671
+ :param str opc_retry_token: (optional)
4672
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
4673
+ server error without risk of executing that same action again. Retry tokens expire after 24
4674
+ hours, but can be invalidated before then due to conflicting operations (for example, if a resource
4675
+ has been deleted and purged from the system, then a retry of the original creation request
4676
+ may be rejected).
4677
+
4678
+ :param str opc_request_id: (optional)
4679
+ Unique identifier for the request.
4680
+
4681
+ :param obj retry_strategy: (optional)
4682
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
4683
+
4684
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
4685
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
4686
+
4687
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
4688
+
4689
+ :param bool allow_control_chars: (optional)
4690
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
4691
+ By default, the response will not allow control characters in strings
4692
+
4693
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.AutonomousDatabaseSoftwareImage`
4694
+ :rtype: :class:`~oci.response.Response`
4695
+
4696
+ :example:
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
+ """
4699
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4700
+ required_arguments = []
4701
+ resource_path = "/autonomousDatabaseSoftwareImages"
4702
+ method = "POST"
4703
+ operation_name = "create_autonomous_database_software_image"
4704
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseSoftwareImage/CreateAutonomousDatabaseSoftwareImage"
4705
+
4706
+ # Don't accept unknown kwargs
4707
+ expected_kwargs = [
4708
+ "allow_control_chars",
4709
+ "retry_strategy",
4710
+ "opc_retry_token",
4711
+ "opc_request_id"
4712
+ ]
4713
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
4714
+ if extra_kwargs:
4715
+ raise ValueError(
4716
+ f"create_autonomous_database_software_image got unknown kwargs: {extra_kwargs!r}")
4717
+
4718
+ header_params = {
4719
+ "accept": "application/json",
4720
+ "content-type": "application/json",
4721
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
4722
+ "opc-request-id": kwargs.get("opc_request_id", missing)
4723
+ }
4724
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
4725
+
4726
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
4727
+ operation_retry_strategy=kwargs.get('retry_strategy'),
4728
+ client_retry_strategy=self.retry_strategy
4729
+ )
4730
+
4731
+ if retry_strategy:
4732
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
4733
+ self.base_client.add_opc_retry_token_if_needed(header_params)
4734
+ self.base_client.add_opc_client_retries_header(header_params)
4735
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
4736
+ return retry_strategy.make_retrying_call(
4737
+ self.base_client.call_api,
4738
+ resource_path=resource_path,
4739
+ method=method,
4740
+ header_params=header_params,
4741
+ body=create_autonomous_database_software_image_details,
4742
+ response_type="AutonomousDatabaseSoftwareImage",
4743
+ allow_control_chars=kwargs.get('allow_control_chars'),
4744
+ operation_name=operation_name,
4745
+ api_reference_link=api_reference_link,
4746
+ required_arguments=required_arguments)
4747
+ else:
4748
+ return self.base_client.call_api(
4749
+ resource_path=resource_path,
4750
+ method=method,
4751
+ header_params=header_params,
4752
+ body=create_autonomous_database_software_image_details,
4753
+ response_type="AutonomousDatabaseSoftwareImage",
4754
+ allow_control_chars=kwargs.get('allow_control_chars'),
4755
+ operation_name=operation_name,
4756
+ api_reference_link=api_reference_link,
4757
+ required_arguments=required_arguments)
4758
+
4545
4759
  def create_autonomous_vm_cluster(self, create_autonomous_vm_cluster_details, **kwargs):
4546
4760
  """
4547
4761
  Creates an Autonomous VM cluster for Exadata Cloud@Customer. To create an Autonomous VM Cluster in the Oracle cloud, see :func:`create_cloud_autonomous_vm_cluster`.
@@ -4576,7 +4790,7 @@ class DatabaseClient(object):
4576
4790
  :rtype: :class:`~oci.response.Response`
4577
4791
 
4578
4792
  :example:
4579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
4580
4794
  """
4581
4795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4582
4796
  required_arguments = []
@@ -4669,7 +4883,7 @@ class DatabaseClient(object):
4669
4883
  :rtype: :class:`~oci.response.Response`
4670
4884
 
4671
4885
  :example:
4672
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
4673
4887
  """
4674
4888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4675
4889
  required_arguments = []
@@ -4763,7 +4977,7 @@ class DatabaseClient(object):
4763
4977
  :rtype: :class:`~oci.response.Response`
4764
4978
 
4765
4979
  :example:
4766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
4767
4981
  """
4768
4982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4769
4983
  required_arguments = []
@@ -4859,7 +5073,7 @@ class DatabaseClient(object):
4859
5073
  :rtype: :class:`~oci.response.Response`
4860
5074
 
4861
5075
  :example:
4862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
4863
5077
  """
4864
5078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4865
5079
  required_arguments = []
@@ -4959,7 +5173,7 @@ class DatabaseClient(object):
4959
5173
  :rtype: :class:`~oci.response.Response`
4960
5174
 
4961
5175
  :example:
4962
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
4963
5177
  """
4964
5178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4965
5179
  required_arguments = []
@@ -5057,7 +5271,7 @@ class DatabaseClient(object):
5057
5271
  :rtype: :class:`~oci.response.Response`
5058
5272
 
5059
5273
  :example:
5060
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
5061
5275
  """
5062
5276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5063
5277
  required_arguments = []
@@ -5157,7 +5371,7 @@ class DatabaseClient(object):
5157
5371
  :rtype: :class:`~oci.response.Response`
5158
5372
 
5159
5373
  :example:
5160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
5161
5375
  """
5162
5376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5163
5377
  required_arguments = ['dbNodeId']
@@ -5268,7 +5482,7 @@ class DatabaseClient(object):
5268
5482
  :rtype: :class:`~oci.response.Response`
5269
5483
 
5270
5484
  :example:
5271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
5272
5486
  """
5273
5487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5274
5488
  required_arguments = ['dbNodeId']
@@ -5388,7 +5602,7 @@ class DatabaseClient(object):
5388
5602
  :rtype: :class:`~oci.response.Response`
5389
5603
 
5390
5604
  :example:
5391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
5392
5606
  """
5393
5607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5394
5608
  required_arguments = ['databaseId']
@@ -5494,7 +5708,7 @@ class DatabaseClient(object):
5494
5708
  :rtype: :class:`~oci.response.Response`
5495
5709
 
5496
5710
  :example:
5497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
5498
5712
  """
5499
5713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5500
5714
  required_arguments = []
@@ -5587,7 +5801,7 @@ class DatabaseClient(object):
5587
5801
  :rtype: :class:`~oci.response.Response`
5588
5802
 
5589
5803
  :example:
5590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
5591
5805
  """
5592
5806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5593
5807
  required_arguments = []
@@ -5678,7 +5892,7 @@ class DatabaseClient(object):
5678
5892
  :rtype: :class:`~oci.response.Response`
5679
5893
 
5680
5894
  :example:
5681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
5682
5896
  """
5683
5897
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5684
5898
  required_arguments = []
@@ -5773,7 +5987,7 @@ class DatabaseClient(object):
5773
5987
  :rtype: :class:`~oci.response.Response`
5774
5988
 
5775
5989
  :example:
5776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
5777
5991
  """
5778
5992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5779
5993
  required_arguments = []
@@ -5870,7 +6084,7 @@ class DatabaseClient(object):
5870
6084
  :rtype: :class:`~oci.response.Response`
5871
6085
 
5872
6086
  :example:
5873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
5874
6088
  """
5875
6089
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5876
6090
  required_arguments = []
@@ -5964,7 +6178,7 @@ class DatabaseClient(object):
5964
6178
  :rtype: :class:`~oci.response.Response`
5965
6179
 
5966
6180
  :example:
5967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
5968
6182
  """
5969
6183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5970
6184
  required_arguments = []
@@ -6060,7 +6274,7 @@ class DatabaseClient(object):
6060
6274
  :rtype: :class:`~oci.response.Response`
6061
6275
 
6062
6276
  :example:
6063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
6064
6278
  """
6065
6279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6066
6280
  required_arguments = []
@@ -6156,7 +6370,7 @@ class DatabaseClient(object):
6156
6370
  :rtype: :class:`~oci.response.Response`
6157
6371
 
6158
6372
  :example:
6159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
6160
6374
  """
6161
6375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6162
6376
  required_arguments = []
@@ -6253,7 +6467,7 @@ class DatabaseClient(object):
6253
6467
  :rtype: :class:`~oci.response.Response`
6254
6468
 
6255
6469
  :example:
6256
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
6257
6471
  """
6258
6472
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6259
6473
  required_arguments = []
@@ -6349,7 +6563,7 @@ class DatabaseClient(object):
6349
6563
  :rtype: :class:`~oci.response.Response`
6350
6564
 
6351
6565
  :example:
6352
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
6353
6567
  """
6354
6568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6355
6569
  required_arguments = []
@@ -6448,7 +6662,7 @@ class DatabaseClient(object):
6448
6662
  :rtype: :class:`~oci.response.Response`
6449
6663
 
6450
6664
  :example:
6451
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
6452
6666
  """
6453
6667
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6454
6668
  required_arguments = []
@@ -6544,7 +6758,7 @@ class DatabaseClient(object):
6544
6758
  :rtype: :class:`~oci.response.Response`
6545
6759
 
6546
6760
  :example:
6547
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
6548
6762
  """
6549
6763
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6550
6764
  required_arguments = []
@@ -6642,7 +6856,7 @@ class DatabaseClient(object):
6642
6856
  :rtype: :class:`~oci.response.Response`
6643
6857
 
6644
6858
  :example:
6645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
6646
6860
  """
6647
6861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6648
6862
  required_arguments = []
@@ -6739,7 +6953,7 @@ class DatabaseClient(object):
6739
6953
  :rtype: :class:`~oci.response.Response`
6740
6954
 
6741
6955
  :example:
6742
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
6743
6957
  """
6744
6958
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6745
6959
  required_arguments = []
@@ -6841,7 +7055,7 @@ class DatabaseClient(object):
6841
7055
  :rtype: :class:`~oci.response.Response`
6842
7056
 
6843
7057
  :example:
6844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
6845
7059
  """
6846
7060
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6847
7061
  required_arguments = ['exadataInfrastructureId']
@@ -6970,7 +7184,7 @@ class DatabaseClient(object):
6970
7184
  :rtype: :class:`~oci.response.Response`
6971
7185
 
6972
7186
  :example:
6973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
6974
7188
  """
6975
7189
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6976
7190
  required_arguments = ['dbNodeId', 'action']
@@ -7083,7 +7297,7 @@ class DatabaseClient(object):
7083
7297
  :rtype: :class:`~oci.response.Response`
7084
7298
 
7085
7299
  :example:
7086
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
7087
7301
  """
7088
7302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7089
7303
  required_arguments = ['applicationVipId']
@@ -7186,7 +7400,7 @@ class DatabaseClient(object):
7186
7400
  :rtype: :class:`~oci.response.Response`
7187
7401
 
7188
7402
  :example:
7189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
7190
7404
  """
7191
7405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7192
7406
  required_arguments = ['autonomousDatabaseId']
@@ -7289,7 +7503,7 @@ class DatabaseClient(object):
7289
7503
  :rtype: :class:`~oci.response.Response`
7290
7504
 
7291
7505
  :example:
7292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
7293
7507
  """
7294
7508
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7295
7509
  required_arguments = ['autonomousDatabaseBackupId']
@@ -7358,6 +7572,109 @@ class DatabaseClient(object):
7358
7572
  api_reference_link=api_reference_link,
7359
7573
  required_arguments=required_arguments)
7360
7574
 
7575
+ def delete_autonomous_database_software_image(self, autonomous_database_software_image_id, **kwargs):
7576
+ """
7577
+ Delete an Autonomous Database Software Image
7578
+
7579
+
7580
+ :param str autonomous_database_software_image_id: (required)
7581
+ The Autonomous Database Software Image `OCID`__.
7582
+
7583
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
7584
+
7585
+ :param str if_match: (optional)
7586
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
7587
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
7588
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
7589
+
7590
+ :param str opc_request_id: (optional)
7591
+ Unique identifier for the request.
7592
+
7593
+ :param obj retry_strategy: (optional)
7594
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
7595
+
7596
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
7597
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
7598
+
7599
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
7600
+
7601
+ :param bool allow_control_chars: (optional)
7602
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
7603
+ By default, the response will not allow control characters in strings
7604
+
7605
+ :return: A :class:`~oci.response.Response` object with data of type None
7606
+ :rtype: :class:`~oci.response.Response`
7607
+
7608
+ :example:
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
+ """
7611
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7612
+ required_arguments = ['autonomousDatabaseSoftwareImageId']
7613
+ resource_path = "/autonomousDatabaseSoftwareImages/{autonomousDatabaseSoftwareImageId}"
7614
+ method = "DELETE"
7615
+ operation_name = "delete_autonomous_database_software_image"
7616
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseSoftwareImage/DeleteAutonomousDatabaseSoftwareImage"
7617
+
7618
+ # Don't accept unknown kwargs
7619
+ expected_kwargs = [
7620
+ "allow_control_chars",
7621
+ "retry_strategy",
7622
+ "if_match",
7623
+ "opc_request_id"
7624
+ ]
7625
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
7626
+ if extra_kwargs:
7627
+ raise ValueError(
7628
+ f"delete_autonomous_database_software_image got unknown kwargs: {extra_kwargs!r}")
7629
+
7630
+ path_params = {
7631
+ "autonomousDatabaseSoftwareImageId": autonomous_database_software_image_id
7632
+ }
7633
+
7634
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
7635
+
7636
+ for (k, v) in six.iteritems(path_params):
7637
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
7638
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
7639
+
7640
+ header_params = {
7641
+ "accept": "application/json",
7642
+ "content-type": "application/json",
7643
+ "if-match": kwargs.get("if_match", missing),
7644
+ "opc-request-id": kwargs.get("opc_request_id", missing)
7645
+ }
7646
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
7647
+
7648
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
7649
+ operation_retry_strategy=kwargs.get('retry_strategy'),
7650
+ client_retry_strategy=self.retry_strategy
7651
+ )
7652
+
7653
+ if retry_strategy:
7654
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
7655
+ self.base_client.add_opc_client_retries_header(header_params)
7656
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
7657
+ return retry_strategy.make_retrying_call(
7658
+ self.base_client.call_api,
7659
+ resource_path=resource_path,
7660
+ method=method,
7661
+ path_params=path_params,
7662
+ header_params=header_params,
7663
+ allow_control_chars=kwargs.get('allow_control_chars'),
7664
+ operation_name=operation_name,
7665
+ api_reference_link=api_reference_link,
7666
+ required_arguments=required_arguments)
7667
+ else:
7668
+ return self.base_client.call_api(
7669
+ resource_path=resource_path,
7670
+ method=method,
7671
+ path_params=path_params,
7672
+ header_params=header_params,
7673
+ allow_control_chars=kwargs.get('allow_control_chars'),
7674
+ operation_name=operation_name,
7675
+ api_reference_link=api_reference_link,
7676
+ required_arguments=required_arguments)
7677
+
7361
7678
  def delete_autonomous_vm_cluster(self, autonomous_vm_cluster_id, **kwargs):
7362
7679
  """
7363
7680
  Deletes the specified Autonomous VM cluster in an Exadata Cloud@Customer system. To delete an Autonomous VM Cluster in the Oracle cloud, see :func:`delete_cloud_autonomous_vm_cluster`.
@@ -7392,7 +7709,7 @@ class DatabaseClient(object):
7392
7709
  :rtype: :class:`~oci.response.Response`
7393
7710
 
7394
7711
  :example:
7395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
7396
7713
  """
7397
7714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7398
7715
  required_arguments = ['autonomousVmClusterId']
@@ -7492,7 +7809,7 @@ class DatabaseClient(object):
7492
7809
  :rtype: :class:`~oci.response.Response`
7493
7810
 
7494
7811
  :example:
7495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
7496
7813
  """
7497
7814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7498
7815
  required_arguments = ['backupId']
@@ -7593,7 +7910,7 @@ class DatabaseClient(object):
7593
7910
  :rtype: :class:`~oci.response.Response`
7594
7911
 
7595
7912
  :example:
7596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
7597
7914
  """
7598
7915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7599
7916
  required_arguments = ['backupDestinationId']
@@ -7696,7 +8013,7 @@ class DatabaseClient(object):
7696
8013
  :rtype: :class:`~oci.response.Response`
7697
8014
 
7698
8015
  :example:
7699
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
7700
8017
  """
7701
8018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7702
8019
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -7802,7 +8119,7 @@ class DatabaseClient(object):
7802
8119
  :rtype: :class:`~oci.response.Response`
7803
8120
 
7804
8121
  :example:
7805
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
7806
8123
  """
7807
8124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7808
8125
  required_arguments = ['cloudExadataInfrastructureId']
@@ -7913,7 +8230,7 @@ class DatabaseClient(object):
7913
8230
  :rtype: :class:`~oci.response.Response`
7914
8231
 
7915
8232
  :example:
7916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
7917
8234
  """
7918
8235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7919
8236
  required_arguments = ['cloudVmClusterId']
@@ -8016,7 +8333,7 @@ class DatabaseClient(object):
8016
8333
  :rtype: :class:`~oci.response.Response`
8017
8334
 
8018
8335
  :example:
8019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
8020
8337
  """
8021
8338
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8022
8339
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -8121,7 +8438,7 @@ class DatabaseClient(object):
8121
8438
  :rtype: :class:`~oci.response.Response`
8122
8439
 
8123
8440
  :example:
8124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
8125
8442
  """
8126
8443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8127
8444
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -8234,7 +8551,7 @@ class DatabaseClient(object):
8234
8551
  :rtype: :class:`~oci.response.Response`
8235
8552
 
8236
8553
  :example:
8237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
8238
8555
  """
8239
8556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8240
8557
  required_arguments = ['databaseId']
@@ -8342,7 +8659,7 @@ class DatabaseClient(object):
8342
8659
  :rtype: :class:`~oci.response.Response`
8343
8660
 
8344
8661
  :example:
8345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
8346
8663
  """
8347
8664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8348
8665
  required_arguments = ['databaseSoftwareImageId']
@@ -8449,7 +8766,7 @@ class DatabaseClient(object):
8449
8766
  :rtype: :class:`~oci.response.Response`
8450
8767
 
8451
8768
  :example:
8452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
8453
8770
  """
8454
8771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8455
8772
  required_arguments = ['dbHomeId']
@@ -8558,7 +8875,7 @@ class DatabaseClient(object):
8558
8875
  :rtype: :class:`~oci.response.Response`
8559
8876
 
8560
8877
  :example:
8561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
8562
8879
  """
8563
8880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8564
8881
  required_arguments = ['exadataInfrastructureId']
@@ -8663,7 +8980,7 @@ class DatabaseClient(object):
8663
8980
  :rtype: :class:`~oci.response.Response`
8664
8981
 
8665
8982
  :example:
8666
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
8667
8984
  """
8668
8985
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8669
8986
  required_arguments = ['externalContainerDatabaseId']
@@ -8769,7 +9086,7 @@ class DatabaseClient(object):
8769
9086
  :rtype: :class:`~oci.response.Response`
8770
9087
 
8771
9088
  :example:
8772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
8773
9090
  """
8774
9091
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8775
9092
  required_arguments = ['externalDatabaseConnectorId']
@@ -8872,7 +9189,7 @@ class DatabaseClient(object):
8872
9189
  :rtype: :class:`~oci.response.Response`
8873
9190
 
8874
9191
  :example:
8875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
8876
9193
  """
8877
9194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8878
9195
  required_arguments = ['externalNonContainerDatabaseId']
@@ -8976,7 +9293,7 @@ class DatabaseClient(object):
8976
9293
  :rtype: :class:`~oci.response.Response`
8977
9294
 
8978
9295
  :example:
8979
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
8980
9297
  """
8981
9298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8982
9299
  required_arguments = ['externalPluggableDatabaseId']
@@ -9079,7 +9396,7 @@ class DatabaseClient(object):
9079
9396
  :rtype: :class:`~oci.response.Response`
9080
9397
 
9081
9398
  :example:
9082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
9083
9400
  """
9084
9401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9085
9402
  required_arguments = ['keyStoreId']
@@ -9182,7 +9499,7 @@ class DatabaseClient(object):
9182
9499
  :rtype: :class:`~oci.response.Response`
9183
9500
 
9184
9501
  :example:
9185
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
9186
9503
  """
9187
9504
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9188
9505
  required_arguments = ['oneoffPatchId']
@@ -9285,7 +9602,7 @@ class DatabaseClient(object):
9285
9602
  :rtype: :class:`~oci.response.Response`
9286
9603
 
9287
9604
  :example:
9288
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
9289
9606
  """
9290
9607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9291
9608
  required_arguments = ['pluggableDatabaseId']
@@ -9388,7 +9705,7 @@ class DatabaseClient(object):
9388
9705
  :rtype: :class:`~oci.response.Response`
9389
9706
 
9390
9707
  :example:
9391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
9392
9709
  """
9393
9710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9394
9711
  required_arguments = ['vmClusterId']
@@ -9497,7 +9814,7 @@ class DatabaseClient(object):
9497
9814
  :rtype: :class:`~oci.response.Response`
9498
9815
 
9499
9816
  :example:
9500
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
9501
9818
  """
9502
9819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9503
9820
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -9599,7 +9916,7 @@ class DatabaseClient(object):
9599
9916
  :rtype: :class:`~oci.response.Response`
9600
9917
 
9601
9918
  :example:
9602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
9603
9920
  """
9604
9921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9605
9922
  required_arguments = ['autonomousDatabaseId']
@@ -9698,7 +10015,7 @@ class DatabaseClient(object):
9698
10015
  :rtype: :class:`~oci.response.Response`
9699
10016
 
9700
10017
  :example:
9701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
9702
10019
  """
9703
10020
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9704
10021
  required_arguments = ['autonomousDatabaseId']
@@ -9794,7 +10111,7 @@ class DatabaseClient(object):
9794
10111
  :rtype: :class:`~oci.response.Response`
9795
10112
 
9796
10113
  :example:
9797
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
9798
10115
  """
9799
10116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9800
10117
  required_arguments = ['autonomousDatabaseId']
@@ -9902,7 +10219,7 @@ class DatabaseClient(object):
9902
10219
  :rtype: :class:`~oci.response.Response`
9903
10220
 
9904
10221
  :example:
9905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
9906
10223
  """
9907
10224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9908
10225
  required_arguments = ['databaseId']
@@ -10017,7 +10334,7 @@ class DatabaseClient(object):
10017
10334
  :rtype: :class:`~oci.response.Response`
10018
10335
 
10019
10336
  :example:
10020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
10021
10338
  """
10022
10339
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10023
10340
  required_arguments = ['externalContainerDatabaseId']
@@ -10130,7 +10447,7 @@ class DatabaseClient(object):
10130
10447
  :rtype: :class:`~oci.response.Response`
10131
10448
 
10132
10449
  :example:
10133
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
10134
10451
  """
10135
10452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10136
10453
  required_arguments = ['externalContainerDatabaseId']
@@ -10247,7 +10564,7 @@ class DatabaseClient(object):
10247
10564
  :rtype: :class:`~oci.response.Response`
10248
10565
 
10249
10566
  :example:
10250
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
10251
10568
  """
10252
10569
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10253
10570
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10360,7 +10677,7 @@ class DatabaseClient(object):
10360
10677
  :rtype: :class:`~oci.response.Response`
10361
10678
 
10362
10679
  :example:
10363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
10364
10681
  """
10365
10682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10366
10683
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10473,7 +10790,7 @@ class DatabaseClient(object):
10473
10790
  :rtype: :class:`~oci.response.Response`
10474
10791
 
10475
10792
  :example:
10476
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
10477
10794
  """
10478
10795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10479
10796
  required_arguments = ['externalNonContainerDatabaseId']
@@ -10590,7 +10907,7 @@ class DatabaseClient(object):
10590
10907
  :rtype: :class:`~oci.response.Response`
10591
10908
 
10592
10909
  :example:
10593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
10594
10911
  """
10595
10912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10596
10913
  required_arguments = ['externalPluggableDatabaseId']
@@ -10703,7 +11020,7 @@ class DatabaseClient(object):
10703
11020
  :rtype: :class:`~oci.response.Response`
10704
11021
 
10705
11022
  :example:
10706
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
10707
11024
  """
10708
11025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10709
11026
  required_arguments = ['externalPluggableDatabaseId']
@@ -10816,7 +11133,7 @@ class DatabaseClient(object):
10816
11133
  :rtype: :class:`~oci.response.Response`
10817
11134
 
10818
11135
  :example:
10819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
10820
11137
  """
10821
11138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10822
11139
  required_arguments = ['externalPluggableDatabaseId']
@@ -10929,7 +11246,7 @@ class DatabaseClient(object):
10929
11246
  :rtype: :class:`~oci.response.Response`
10930
11247
 
10931
11248
  :example:
10932
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
10933
11250
  """
10934
11251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10935
11252
  required_arguments = ['pluggableDatabaseId']
@@ -11039,7 +11356,7 @@ class DatabaseClient(object):
11039
11356
  :rtype: :class:`~oci.response.Response`
11040
11357
 
11041
11358
  :example:
11042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
11043
11360
  """
11044
11361
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11045
11362
  required_arguments = ['exadataInfrastructureId']
@@ -11152,7 +11469,7 @@ class DatabaseClient(object):
11152
11469
  :rtype: :class:`~oci.response.Response`
11153
11470
 
11154
11471
  :example:
11155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
11156
11473
  """
11157
11474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11158
11475
  required_arguments = ['oneoffPatchId']
@@ -11267,7 +11584,7 @@ class DatabaseClient(object):
11267
11584
  :rtype: :class:`~oci.response.Response`
11268
11585
 
11269
11586
  :example:
11270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
11271
11588
  """
11272
11589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11273
11590
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -11381,7 +11698,7 @@ class DatabaseClient(object):
11381
11698
  :rtype: :class:`~oci.response.Response`
11382
11699
 
11383
11700
  :example:
11384
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
11385
11702
  """
11386
11703
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11387
11704
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -11483,7 +11800,7 @@ class DatabaseClient(object):
11483
11800
  :rtype: :class:`~oci.response.Response`
11484
11801
 
11485
11802
  :example:
11486
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
11487
11804
  """
11488
11805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11489
11806
  required_arguments = ['autonomousDatabaseId']
@@ -11579,7 +11896,7 @@ class DatabaseClient(object):
11579
11896
  :rtype: :class:`~oci.response.Response`
11580
11897
 
11581
11898
  :example:
11582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
11583
11900
  """
11584
11901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11585
11902
  required_arguments = ['autonomousDatabaseId']
@@ -11690,7 +12007,7 @@ class DatabaseClient(object):
11690
12007
  :rtype: :class:`~oci.response.Response`
11691
12008
 
11692
12009
  :example:
11693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
11694
12011
  """
11695
12012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11696
12013
  required_arguments = ['databaseId']
@@ -11814,7 +12131,7 @@ class DatabaseClient(object):
11814
12131
  :rtype: :class:`~oci.response.Response`
11815
12132
 
11816
12133
  :example:
11817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
11818
12135
  """
11819
12136
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11820
12137
  required_arguments = ['externalContainerDatabaseId']
@@ -11932,7 +12249,7 @@ class DatabaseClient(object):
11932
12249
  :rtype: :class:`~oci.response.Response`
11933
12250
 
11934
12251
  :example:
11935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
11936
12253
  """
11937
12254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11938
12255
  required_arguments = ['externalContainerDatabaseId']
@@ -12054,7 +12371,7 @@ class DatabaseClient(object):
12054
12371
  :rtype: :class:`~oci.response.Response`
12055
12372
 
12056
12373
  :example:
12057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
12058
12375
  """
12059
12376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12060
12377
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12172,7 +12489,7 @@ class DatabaseClient(object):
12172
12489
  :rtype: :class:`~oci.response.Response`
12173
12490
 
12174
12491
  :example:
12175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
12176
12493
  """
12177
12494
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12178
12495
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12290,7 +12607,7 @@ class DatabaseClient(object):
12290
12607
  :rtype: :class:`~oci.response.Response`
12291
12608
 
12292
12609
  :example:
12293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
12294
12611
  """
12295
12612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12296
12613
  required_arguments = ['externalNonContainerDatabaseId']
@@ -12412,7 +12729,7 @@ class DatabaseClient(object):
12412
12729
  :rtype: :class:`~oci.response.Response`
12413
12730
 
12414
12731
  :example:
12415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
12416
12733
  """
12417
12734
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12418
12735
  required_arguments = ['externalPluggableDatabaseId']
@@ -12530,7 +12847,7 @@ class DatabaseClient(object):
12530
12847
  :rtype: :class:`~oci.response.Response`
12531
12848
 
12532
12849
  :example:
12533
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
12534
12851
  """
12535
12852
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12536
12853
  required_arguments = ['externalPluggableDatabaseId']
@@ -12648,7 +12965,7 @@ class DatabaseClient(object):
12648
12965
  :rtype: :class:`~oci.response.Response`
12649
12966
 
12650
12967
  :example:
12651
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
12652
12969
  """
12653
12970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12654
12971
  required_arguments = ['externalPluggableDatabaseId']
@@ -12766,7 +13083,7 @@ class DatabaseClient(object):
12766
13083
  :rtype: :class:`~oci.response.Response`
12767
13084
 
12768
13085
  :example:
12769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
12770
13087
  """
12771
13088
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12772
13089
  required_arguments = ['pluggableDatabaseId']
@@ -12891,7 +13208,7 @@ class DatabaseClient(object):
12891
13208
  :rtype: :class:`~oci.response.Response`
12892
13209
 
12893
13210
  :example:
12894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
12895
13212
  """
12896
13213
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12897
13214
  required_arguments = ['autonomousDatabaseId']
@@ -13011,7 +13328,7 @@ class DatabaseClient(object):
13011
13328
  :rtype: :class:`~oci.response.Response`
13012
13329
 
13013
13330
  :example:
13014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
13015
13332
  """
13016
13333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13017
13334
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -13124,7 +13441,7 @@ class DatabaseClient(object):
13124
13441
  :rtype: :class:`~oci.response.Response`
13125
13442
 
13126
13443
  :example:
13127
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
13128
13445
  """
13129
13446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13130
13447
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -13235,7 +13552,7 @@ class DatabaseClient(object):
13235
13552
  :rtype: :class:`~oci.response.Response`
13236
13553
 
13237
13554
  :example:
13238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
13239
13556
  """
13240
13557
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13241
13558
  required_arguments = ['autonomousDatabaseId']
@@ -13348,7 +13665,7 @@ class DatabaseClient(object):
13348
13665
  :rtype: :class:`~oci.response.Response`
13349
13666
 
13350
13667
  :example:
13351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
13352
13669
  """
13353
13670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13354
13671
  required_arguments = ['exadataInfrastructureId']
@@ -13451,7 +13768,7 @@ class DatabaseClient(object):
13451
13768
  :rtype: :class:`~oci.response.Response`
13452
13769
 
13453
13770
  :example:
13454
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
13455
13772
  """
13456
13773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13457
13774
  required_arguments = ['applicationVipId']
@@ -13546,7 +13863,7 @@ class DatabaseClient(object):
13546
13863
  :rtype: :class:`~oci.response.Response`
13547
13864
 
13548
13865
  :example:
13549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
13550
13867
  """
13551
13868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13552
13869
  required_arguments = ['autonomousContainerDatabaseId']
@@ -13639,7 +13956,7 @@ class DatabaseClient(object):
13639
13956
  :rtype: :class:`~oci.response.Response`
13640
13957
 
13641
13958
  :example:
13642
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
13643
13960
  """
13644
13961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13645
13962
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -13731,7 +14048,7 @@ class DatabaseClient(object):
13731
14048
  :rtype: :class:`~oci.response.Response`
13732
14049
 
13733
14050
  :example:
13734
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
13735
14052
  """
13736
14053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13737
14054
  required_arguments = ['autonomousContainerDatabaseId']
@@ -13829,7 +14146,7 @@ class DatabaseClient(object):
13829
14146
  :rtype: :class:`~oci.response.Response`
13830
14147
 
13831
14148
  :example:
13832
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
13833
14150
  """
13834
14151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13835
14152
  required_arguments = ['autonomousDatabaseId']
@@ -13927,7 +14244,7 @@ class DatabaseClient(object):
13927
14244
  :rtype: :class:`~oci.response.Response`
13928
14245
 
13929
14246
  :example:
13930
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
13931
14248
  """
13932
14249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13933
14250
  required_arguments = ['autonomousDatabaseBackupId']
@@ -14030,7 +14347,7 @@ class DatabaseClient(object):
14030
14347
  :rtype: :class:`~oci.response.Response`
14031
14348
 
14032
14349
  :example:
14033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
14034
14351
  """
14035
14352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14036
14353
  required_arguments = ['autonomousDatabaseId', 'autonomousDatabaseDataguardAssociationId']
@@ -14081,9 +14398,91 @@ class DatabaseClient(object):
14081
14398
  self.base_client.call_api,
14082
14399
  resource_path=resource_path,
14083
14400
  method=method,
14084
- path_params=path_params,
14401
+ path_params=path_params,
14402
+ header_params=header_params,
14403
+ response_type="AutonomousDatabaseDataguardAssociation",
14404
+ allow_control_chars=kwargs.get('allow_control_chars'),
14405
+ operation_name=operation_name,
14406
+ api_reference_link=api_reference_link,
14407
+ required_arguments=required_arguments)
14408
+ else:
14409
+ return self.base_client.call_api(
14410
+ resource_path=resource_path,
14411
+ method=method,
14412
+ path_params=path_params,
14413
+ header_params=header_params,
14414
+ response_type="AutonomousDatabaseDataguardAssociation",
14415
+ allow_control_chars=kwargs.get('allow_control_chars'),
14416
+ operation_name=operation_name,
14417
+ api_reference_link=api_reference_link,
14418
+ required_arguments=required_arguments)
14419
+
14420
+ def get_autonomous_database_regional_wallet(self, **kwargs):
14421
+ """
14422
+ Gets the Autonomous Database regional wallet details.
14423
+
14424
+
14425
+ :param str opc_request_id: (optional)
14426
+ Unique identifier for the request.
14427
+
14428
+ :param obj retry_strategy: (optional)
14429
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
14430
+
14431
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
14432
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
14433
+
14434
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
14435
+
14436
+ :param bool allow_control_chars: (optional)
14437
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
14438
+ By default, the response will not allow control characters in strings
14439
+
14440
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.AutonomousDatabaseWallet`
14441
+ :rtype: :class:`~oci.response.Response`
14442
+
14443
+ :example:
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
+ """
14446
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14447
+ required_arguments = []
14448
+ resource_path = "/autonomousDatabases/wallet"
14449
+ method = "GET"
14450
+ operation_name = "get_autonomous_database_regional_wallet"
14451
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseWallet/GetAutonomousDatabaseRegionalWallet"
14452
+
14453
+ # Don't accept unknown kwargs
14454
+ expected_kwargs = [
14455
+ "allow_control_chars",
14456
+ "retry_strategy",
14457
+ "opc_request_id"
14458
+ ]
14459
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
14460
+ if extra_kwargs:
14461
+ raise ValueError(
14462
+ f"get_autonomous_database_regional_wallet got unknown kwargs: {extra_kwargs!r}")
14463
+
14464
+ header_params = {
14465
+ "accept": "application/json",
14466
+ "content-type": "application/json",
14467
+ "opc-request-id": kwargs.get("opc_request_id", missing)
14468
+ }
14469
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
14470
+
14471
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
14472
+ operation_retry_strategy=kwargs.get('retry_strategy'),
14473
+ client_retry_strategy=self.retry_strategy
14474
+ )
14475
+
14476
+ if retry_strategy:
14477
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
14478
+ self.base_client.add_opc_client_retries_header(header_params)
14479
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
14480
+ return retry_strategy.make_retrying_call(
14481
+ self.base_client.call_api,
14482
+ resource_path=resource_path,
14483
+ method=method,
14085
14484
  header_params=header_params,
14086
- response_type="AutonomousDatabaseDataguardAssociation",
14485
+ response_type="AutonomousDatabaseWallet",
14087
14486
  allow_control_chars=kwargs.get('allow_control_chars'),
14088
14487
  operation_name=operation_name,
14089
14488
  api_reference_link=api_reference_link,
@@ -14092,18 +14491,22 @@ class DatabaseClient(object):
14092
14491
  return self.base_client.call_api(
14093
14492
  resource_path=resource_path,
14094
14493
  method=method,
14095
- path_params=path_params,
14096
14494
  header_params=header_params,
14097
- response_type="AutonomousDatabaseDataguardAssociation",
14495
+ response_type="AutonomousDatabaseWallet",
14098
14496
  allow_control_chars=kwargs.get('allow_control_chars'),
14099
14497
  operation_name=operation_name,
14100
14498
  api_reference_link=api_reference_link,
14101
14499
  required_arguments=required_arguments)
14102
14500
 
14103
- def get_autonomous_database_regional_wallet(self, **kwargs):
14501
+ def get_autonomous_database_software_image(self, autonomous_database_software_image_id, **kwargs):
14104
14502
  """
14105
- Gets the Autonomous Database regional wallet details.
14503
+ Gets information about the specified Autonomous Database Software Image.
14504
+
14106
14505
 
14506
+ :param str autonomous_database_software_image_id: (required)
14507
+ The Autonomous Database Software Image `OCID`__.
14508
+
14509
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
14107
14510
 
14108
14511
  :param str opc_request_id: (optional)
14109
14512
  Unique identifier for the request.
@@ -14120,18 +14523,18 @@ class DatabaseClient(object):
14120
14523
  allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
14121
14524
  By default, the response will not allow control characters in strings
14122
14525
 
14123
- :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.AutonomousDatabaseWallet`
14526
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.AutonomousDatabaseSoftwareImage`
14124
14527
  :rtype: :class:`~oci.response.Response`
14125
14528
 
14126
14529
  :example:
14127
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/database/get_autonomous_database_regional_wallet.py.html>`__ to see an example of how to use get_autonomous_database_regional_wallet 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.
14128
14531
  """
14129
14532
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14130
- required_arguments = []
14131
- resource_path = "/autonomousDatabases/wallet"
14533
+ required_arguments = ['autonomousDatabaseSoftwareImageId']
14534
+ resource_path = "/autonomousDatabaseSoftwareImages/{autonomousDatabaseSoftwareImageId}"
14132
14535
  method = "GET"
14133
- operation_name = "get_autonomous_database_regional_wallet"
14134
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseWallet/GetAutonomousDatabaseRegionalWallet"
14536
+ operation_name = "get_autonomous_database_software_image"
14537
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseSoftwareImage/GetAutonomousDatabaseSoftwareImage"
14135
14538
 
14136
14539
  # Don't accept unknown kwargs
14137
14540
  expected_kwargs = [
@@ -14142,7 +14545,17 @@ class DatabaseClient(object):
14142
14545
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
14143
14546
  if extra_kwargs:
14144
14547
  raise ValueError(
14145
- f"get_autonomous_database_regional_wallet got unknown kwargs: {extra_kwargs!r}")
14548
+ f"get_autonomous_database_software_image got unknown kwargs: {extra_kwargs!r}")
14549
+
14550
+ path_params = {
14551
+ "autonomousDatabaseSoftwareImageId": autonomous_database_software_image_id
14552
+ }
14553
+
14554
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
14555
+
14556
+ for (k, v) in six.iteritems(path_params):
14557
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
14558
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
14146
14559
 
14147
14560
  header_params = {
14148
14561
  "accept": "application/json",
@@ -14164,8 +14577,9 @@ class DatabaseClient(object):
14164
14577
  self.base_client.call_api,
14165
14578
  resource_path=resource_path,
14166
14579
  method=method,
14580
+ path_params=path_params,
14167
14581
  header_params=header_params,
14168
- response_type="AutonomousDatabaseWallet",
14582
+ response_type="AutonomousDatabaseSoftwareImage",
14169
14583
  allow_control_chars=kwargs.get('allow_control_chars'),
14170
14584
  operation_name=operation_name,
14171
14585
  api_reference_link=api_reference_link,
@@ -14174,8 +14588,9 @@ class DatabaseClient(object):
14174
14588
  return self.base_client.call_api(
14175
14589
  resource_path=resource_path,
14176
14590
  method=method,
14591
+ path_params=path_params,
14177
14592
  header_params=header_params,
14178
- response_type="AutonomousDatabaseWallet",
14593
+ response_type="AutonomousDatabaseSoftwareImage",
14179
14594
  allow_control_chars=kwargs.get('allow_control_chars'),
14180
14595
  operation_name=operation_name,
14181
14596
  api_reference_link=api_reference_link,
@@ -14210,7 +14625,7 @@ class DatabaseClient(object):
14210
14625
  :rtype: :class:`~oci.response.Response`
14211
14626
 
14212
14627
  :example:
14213
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
14214
14629
  """
14215
14630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14216
14631
  required_arguments = ['autonomousDatabaseId']
@@ -14305,7 +14720,7 @@ class DatabaseClient(object):
14305
14720
  :rtype: :class:`~oci.response.Response`
14306
14721
 
14307
14722
  :example:
14308
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
14309
14724
  """
14310
14725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14311
14726
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -14393,7 +14808,7 @@ class DatabaseClient(object):
14393
14808
  :rtype: :class:`~oci.response.Response`
14394
14809
 
14395
14810
  :example:
14396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
14397
14812
  """
14398
14813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14399
14814
  required_arguments = ['autonomousPatchId']
@@ -14484,7 +14899,7 @@ class DatabaseClient(object):
14484
14899
  :rtype: :class:`~oci.response.Response`
14485
14900
 
14486
14901
  :example:
14487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
14488
14903
  """
14489
14904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14490
14905
  required_arguments = ['autonomousVirtualMachineId']
@@ -14582,7 +14997,7 @@ class DatabaseClient(object):
14582
14997
  :rtype: :class:`~oci.response.Response`
14583
14998
 
14584
14999
  :example:
14585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
14586
15001
  """
14587
15002
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14588
15003
  required_arguments = ['autonomousVmClusterId']
@@ -14680,7 +15095,7 @@ class DatabaseClient(object):
14680
15095
  :rtype: :class:`~oci.response.Response`
14681
15096
 
14682
15097
  :example:
14683
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
14684
15099
  """
14685
15100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14686
15101
  required_arguments = ['autonomousVmClusterId']
@@ -14775,7 +15190,7 @@ class DatabaseClient(object):
14775
15190
  :rtype: :class:`~oci.response.Response`
14776
15191
 
14777
15192
  :example:
14778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
14779
15194
  """
14780
15195
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14781
15196
  required_arguments = ['backupId']
@@ -14866,7 +15281,7 @@ class DatabaseClient(object):
14866
15281
  :rtype: :class:`~oci.response.Response`
14867
15282
 
14868
15283
  :example:
14869
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
14870
15285
  """
14871
15286
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14872
15287
  required_arguments = ['backupDestinationId']
@@ -14964,7 +15379,7 @@ class DatabaseClient(object):
14964
15379
  :rtype: :class:`~oci.response.Response`
14965
15380
 
14966
15381
  :example:
14967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
14968
15383
  """
14969
15384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14970
15385
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -15062,7 +15477,7 @@ class DatabaseClient(object):
15062
15477
  :rtype: :class:`~oci.response.Response`
15063
15478
 
15064
15479
  :example:
15065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
15066
15481
  """
15067
15482
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15068
15483
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -15160,7 +15575,7 @@ class DatabaseClient(object):
15160
15575
  :rtype: :class:`~oci.response.Response`
15161
15576
 
15162
15577
  :example:
15163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
15164
15579
  """
15165
15580
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15166
15581
  required_arguments = ['cloudExadataInfrastructureId']
@@ -15263,7 +15678,7 @@ class DatabaseClient(object):
15263
15678
  :rtype: :class:`~oci.response.Response`
15264
15679
 
15265
15680
  :example:
15266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
15267
15682
  """
15268
15683
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15269
15684
  required_arguments = ['cloudExadataInfrastructureId']
@@ -15369,7 +15784,7 @@ class DatabaseClient(object):
15369
15784
  :rtype: :class:`~oci.response.Response`
15370
15785
 
15371
15786
  :example:
15372
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
15373
15788
  """
15374
15789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15375
15790
  required_arguments = ['cloudVmClusterId']
@@ -15468,7 +15883,7 @@ class DatabaseClient(object):
15468
15883
  :rtype: :class:`~oci.response.Response`
15469
15884
 
15470
15885
  :example:
15471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
15472
15887
  """
15473
15888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15474
15889
  required_arguments = ['cloudVmClusterId']
@@ -15571,7 +15986,7 @@ class DatabaseClient(object):
15571
15986
  :rtype: :class:`~oci.response.Response`
15572
15987
 
15573
15988
  :example:
15574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
15575
15990
  """
15576
15991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15577
15992
  required_arguments = ['cloudVmClusterId', 'updateId']
@@ -15675,7 +16090,7 @@ class DatabaseClient(object):
15675
16090
  :rtype: :class:`~oci.response.Response`
15676
16091
 
15677
16092
  :example:
15678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
15679
16094
  """
15680
16095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15681
16096
  required_arguments = ['cloudVmClusterId', 'updateHistoryEntryId']
@@ -15774,7 +16189,7 @@ class DatabaseClient(object):
15774
16189
  :rtype: :class:`~oci.response.Response`
15775
16190
 
15776
16191
  :example:
15777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
15778
16193
  """
15779
16194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15780
16195
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -15869,7 +16284,7 @@ class DatabaseClient(object):
15869
16284
  :rtype: :class:`~oci.response.Response`
15870
16285
 
15871
16286
  :example:
15872
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
15873
16288
  """
15874
16289
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15875
16290
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -15971,7 +16386,7 @@ class DatabaseClient(object):
15971
16386
  :rtype: :class:`~oci.response.Response`
15972
16387
 
15973
16388
  :example:
15974
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
15975
16390
  """
15976
16391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15977
16392
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -16072,7 +16487,7 @@ class DatabaseClient(object):
16072
16487
  :rtype: :class:`~oci.response.Response`
16073
16488
 
16074
16489
  :example:
16075
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
16076
16491
  """
16077
16492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16078
16493
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -16161,7 +16576,7 @@ class DatabaseClient(object):
16161
16576
  :rtype: :class:`~oci.response.Response`
16162
16577
 
16163
16578
  :example:
16164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
16165
16580
  """
16166
16581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16167
16582
  required_arguments = ['databaseId']
@@ -16249,7 +16664,7 @@ class DatabaseClient(object):
16249
16664
  :rtype: :class:`~oci.response.Response`
16250
16665
 
16251
16666
  :example:
16252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
16253
16668
  """
16254
16669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16255
16670
  required_arguments = ['databaseSoftwareImageId']
@@ -16345,7 +16760,7 @@ class DatabaseClient(object):
16345
16760
  :rtype: :class:`~oci.response.Response`
16346
16761
 
16347
16762
  :example:
16348
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
16349
16764
  """
16350
16765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16351
16766
  required_arguments = ['databaseId', 'upgradeHistoryEntryId']
@@ -16441,7 +16856,7 @@ class DatabaseClient(object):
16441
16856
  :rtype: :class:`~oci.response.Response`
16442
16857
 
16443
16858
  :example:
16444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
16445
16860
  """
16446
16861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16447
16862
  required_arguments = ['dbHomeId']
@@ -16534,7 +16949,7 @@ class DatabaseClient(object):
16534
16949
  :rtype: :class:`~oci.response.Response`
16535
16950
 
16536
16951
  :example:
16537
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
16538
16953
  """
16539
16954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16540
16955
  required_arguments = ['dbHomeId', 'patchId']
@@ -16628,7 +17043,7 @@ class DatabaseClient(object):
16628
17043
  :rtype: :class:`~oci.response.Response`
16629
17044
 
16630
17045
  :example:
16631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
16632
17047
  """
16633
17048
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16634
17049
  required_arguments = ['dbHomeId', 'patchHistoryEntryId']
@@ -16717,7 +17132,7 @@ class DatabaseClient(object):
16717
17132
  :rtype: :class:`~oci.response.Response`
16718
17133
 
16719
17134
  :example:
16720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
16721
17136
  """
16722
17137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16723
17138
  required_arguments = ['dbNodeId']
@@ -16813,7 +17228,7 @@ class DatabaseClient(object):
16813
17228
  :rtype: :class:`~oci.response.Response`
16814
17229
 
16815
17230
  :example:
16816
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
16817
17232
  """
16818
17233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16819
17234
  required_arguments = ['dbServerId', 'exadataInfrastructureId']
@@ -16922,7 +17337,7 @@ class DatabaseClient(object):
16922
17337
  :rtype: :class:`~oci.response.Response`
16923
17338
 
16924
17339
  :example:
16925
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
16926
17341
  """
16927
17342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16928
17343
  required_arguments = ['dbSystemId']
@@ -17015,7 +17430,7 @@ class DatabaseClient(object):
17015
17430
  :rtype: :class:`~oci.response.Response`
17016
17431
 
17017
17432
  :example:
17018
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
17019
17434
  """
17020
17435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17021
17436
  required_arguments = ['dbSystemId', 'patchId']
@@ -17109,7 +17524,7 @@ class DatabaseClient(object):
17109
17524
  :rtype: :class:`~oci.response.Response`
17110
17525
 
17111
17526
  :example:
17112
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
17113
17528
  """
17114
17529
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17115
17530
  required_arguments = ['dbSystemId', 'patchHistoryEntryId']
@@ -17206,7 +17621,7 @@ class DatabaseClient(object):
17206
17621
  :rtype: :class:`~oci.response.Response`
17207
17622
 
17208
17623
  :example:
17209
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
17210
17625
  """
17211
17626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17212
17627
  required_arguments = ['dbSystemId', 'upgradeHistoryEntryId']
@@ -17311,7 +17726,7 @@ class DatabaseClient(object):
17311
17726
  :rtype: :class:`~oci.response.Response`
17312
17727
 
17313
17728
  :example:
17314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
17315
17730
  """
17316
17731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17317
17732
  required_arguments = ['exadataInfrastructureId']
@@ -17425,7 +17840,7 @@ class DatabaseClient(object):
17425
17840
  :rtype: :class:`~oci.response.Response`
17426
17841
 
17427
17842
  :example:
17428
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
17429
17844
  """
17430
17845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17431
17846
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -17528,7 +17943,7 @@ class DatabaseClient(object):
17528
17943
  :rtype: :class:`~oci.response.Response`
17529
17944
 
17530
17945
  :example:
17531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
17532
17947
  """
17533
17948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17534
17949
  required_arguments = ['exadataInfrastructureId']
@@ -17645,7 +18060,7 @@ class DatabaseClient(object):
17645
18060
  :rtype: :class:`~oci.response.Response`
17646
18061
 
17647
18062
  :example:
17648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
17649
18064
  """
17650
18065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17651
18066
  required_arguments = ['dbSystemId']
@@ -17744,7 +18159,7 @@ class DatabaseClient(object):
17744
18159
  :rtype: :class:`~oci.response.Response`
17745
18160
 
17746
18161
  :example:
17747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
17748
18163
  """
17749
18164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17750
18165
  required_arguments = ['backupId']
@@ -17835,7 +18250,7 @@ class DatabaseClient(object):
17835
18250
  :rtype: :class:`~oci.response.Response`
17836
18251
 
17837
18252
  :example:
17838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
17839
18254
  """
17840
18255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17841
18256
  required_arguments = ['externalContainerDatabaseId']
@@ -17934,7 +18349,7 @@ class DatabaseClient(object):
17934
18349
  :rtype: :class:`~oci.response.Response`
17935
18350
 
17936
18351
  :example:
17937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
17938
18353
  """
17939
18354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17940
18355
  required_arguments = ['externalDatabaseConnectorId']
@@ -18032,7 +18447,7 @@ class DatabaseClient(object):
18032
18447
  :rtype: :class:`~oci.response.Response`
18033
18448
 
18034
18449
  :example:
18035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
18036
18451
  """
18037
18452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18038
18453
  required_arguments = ['externalNonContainerDatabaseId']
@@ -18131,7 +18546,7 @@ class DatabaseClient(object):
18131
18546
  :rtype: :class:`~oci.response.Response`
18132
18547
 
18133
18548
  :example:
18134
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
18135
18550
  """
18136
18551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18137
18552
  required_arguments = ['externalPluggableDatabaseId']
@@ -18238,7 +18653,7 @@ class DatabaseClient(object):
18238
18653
  :rtype: :class:`~oci.response.Response`
18239
18654
 
18240
18655
  :example:
18241
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
18242
18657
  """
18243
18658
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18244
18659
  required_arguments = ['compartmentId']
@@ -18342,7 +18757,7 @@ class DatabaseClient(object):
18342
18757
  :rtype: :class:`~oci.response.Response`
18343
18758
 
18344
18759
  :example:
18345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
18346
18761
  """
18347
18762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18348
18763
  required_arguments = ['keyStoreId']
@@ -18435,7 +18850,7 @@ class DatabaseClient(object):
18435
18850
  :rtype: :class:`~oci.response.Response`
18436
18851
 
18437
18852
  :example:
18438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
18439
18854
  """
18440
18855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18441
18856
  required_arguments = ['maintenanceRunId']
@@ -18521,7 +18936,7 @@ class DatabaseClient(object):
18521
18936
  :rtype: :class:`~oci.response.Response`
18522
18937
 
18523
18938
  :example:
18524
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
18525
18940
  """
18526
18941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18527
18942
  required_arguments = ['maintenanceRunHistoryId']
@@ -18612,7 +19027,7 @@ class DatabaseClient(object):
18612
19027
  :rtype: :class:`~oci.response.Response`
18613
19028
 
18614
19029
  :example:
18615
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
18616
19031
  """
18617
19032
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18618
19033
  required_arguments = ['oneoffPatchId']
@@ -18715,7 +19130,7 @@ class DatabaseClient(object):
18715
19130
  :rtype: :class:`~oci.response.Response`
18716
19131
 
18717
19132
  :example:
18718
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
18719
19134
  """
18720
19135
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18721
19136
  required_arguments = ['databaseId', 'pdbConversionHistoryEntryId']
@@ -18811,7 +19226,7 @@ class DatabaseClient(object):
18811
19226
  :rtype: :class:`~oci.response.Response`
18812
19227
 
18813
19228
  :example:
18814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
18815
19230
  """
18816
19231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18817
19232
  required_arguments = ['pluggableDatabaseId']
@@ -18902,7 +19317,7 @@ class DatabaseClient(object):
18902
19317
  :rtype: :class:`~oci.response.Response`
18903
19318
 
18904
19319
  :example:
18905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
18906
19321
  """
18907
19322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18908
19323
  required_arguments = ['vmClusterId']
@@ -19006,7 +19421,7 @@ class DatabaseClient(object):
19006
19421
  :rtype: :class:`~oci.response.Response`
19007
19422
 
19008
19423
  :example:
19009
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
19010
19425
  """
19011
19426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19012
19427
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -19107,7 +19522,7 @@ class DatabaseClient(object):
19107
19522
  :rtype: :class:`~oci.response.Response`
19108
19523
 
19109
19524
  :example:
19110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
19111
19526
  """
19112
19527
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19113
19528
  required_arguments = ['vmClusterId', 'patchId']
@@ -19201,7 +19616,7 @@ class DatabaseClient(object):
19201
19616
  :rtype: :class:`~oci.response.Response`
19202
19617
 
19203
19618
  :example:
19204
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
19205
19620
  """
19206
19621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19207
19622
  required_arguments = ['vmClusterId', 'patchHistoryEntryId']
@@ -19298,7 +19713,7 @@ class DatabaseClient(object):
19298
19713
  :rtype: :class:`~oci.response.Response`
19299
19714
 
19300
19715
  :example:
19301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
19302
19717
  """
19303
19718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19304
19719
  required_arguments = ['vmClusterId', 'updateId']
@@ -19402,7 +19817,7 @@ class DatabaseClient(object):
19402
19817
  :rtype: :class:`~oci.response.Response`
19403
19818
 
19404
19819
  :example:
19405
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
19406
19821
  """
19407
19822
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19408
19823
  required_arguments = ['vmClusterId', 'updateHistoryEntryId']
@@ -19503,7 +19918,7 @@ class DatabaseClient(object):
19503
19918
  :rtype: :class:`~oci.response.Response`
19504
19919
 
19505
19920
  :example:
19506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
19507
19922
  """
19508
19923
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19509
19924
  required_arguments = []
@@ -19615,7 +20030,7 @@ class DatabaseClient(object):
19615
20030
  :rtype: :class:`~oci.response.Response`
19616
20031
 
19617
20032
  :example:
19618
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
19619
20034
  """
19620
20035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19621
20036
  required_arguments = []
@@ -19733,7 +20148,7 @@ class DatabaseClient(object):
19733
20148
  :rtype: :class:`~oci.response.Response`
19734
20149
 
19735
20150
  :example:
19736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
19737
20152
  """
19738
20153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19739
20154
  required_arguments = ['compartmentId', 'cloudVmClusterId']
@@ -19861,7 +20276,7 @@ class DatabaseClient(object):
19861
20276
  :rtype: :class:`~oci.response.Response`
19862
20277
 
19863
20278
  :example:
19864
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
19865
20280
  """
19866
20281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19867
20282
  required_arguments = ['autonomousContainerDatabaseId']
@@ -19982,7 +20397,7 @@ class DatabaseClient(object):
19982
20397
  :rtype: :class:`~oci.response.Response`
19983
20398
 
19984
20399
  :example:
19985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
19986
20401
  """
19987
20402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19988
20403
  required_arguments = ['compartmentId', 'serviceComponent']
@@ -20144,7 +20559,7 @@ class DatabaseClient(object):
20144
20559
  :rtype: :class:`~oci.response.Response`
20145
20560
 
20146
20561
  :example:
20147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
20148
20563
  """
20149
20564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20150
20565
  required_arguments = ['compartmentId']
@@ -20320,7 +20735,7 @@ class DatabaseClient(object):
20320
20735
  :rtype: :class:`~oci.response.Response`
20321
20736
 
20322
20737
  :example:
20323
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
20324
20739
  """
20325
20740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20326
20741
  required_arguments = []
@@ -20457,7 +20872,7 @@ class DatabaseClient(object):
20457
20872
  :rtype: :class:`~oci.response.Response`
20458
20873
 
20459
20874
  :example:
20460
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
20461
20876
  """
20462
20877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20463
20878
  required_arguments = []
@@ -20598,7 +21013,7 @@ class DatabaseClient(object):
20598
21013
  :rtype: :class:`~oci.response.Response`
20599
21014
 
20600
21015
  :example:
20601
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
20602
21017
  """
20603
21018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20604
21019
  required_arguments = ['autonomousDatabaseId', 'compartmentId']
@@ -20748,7 +21163,7 @@ class DatabaseClient(object):
20748
21163
  :rtype: :class:`~oci.response.Response`
20749
21164
 
20750
21165
  :example:
20751
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
20752
21167
  """
20753
21168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20754
21169
  required_arguments = ['autonomousDatabaseId']
@@ -20859,7 +21274,7 @@ class DatabaseClient(object):
20859
21274
  :rtype: :class:`~oci.response.Response`
20860
21275
 
20861
21276
  :example:
20862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
20863
21278
  """
20864
21279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20865
21280
  required_arguments = ['autonomousDatabaseId']
@@ -20938,6 +21353,168 @@ class DatabaseClient(object):
20938
21353
  api_reference_link=api_reference_link,
20939
21354
  required_arguments=required_arguments)
20940
21355
 
21356
+ def list_autonomous_database_software_images(self, compartment_id, image_shape_family, **kwargs):
21357
+ """
21358
+ Gets a list of the Autonomous Database Software Images in the specified compartment.
21359
+
21360
+
21361
+ :param str compartment_id: (required)
21362
+ The compartment `OCID`__.
21363
+
21364
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
21365
+
21366
+ :param str image_shape_family: (required)
21367
+ A filter to return only resources that match the given image shape family exactly.
21368
+
21369
+ Allowed values are: "EXACC_SHAPE", "EXADATA_SHAPE"
21370
+
21371
+ :param int limit: (optional)
21372
+ The maximum number of items to return per page.
21373
+
21374
+ :param str page: (optional)
21375
+ The pagination token to continue listing from.
21376
+
21377
+ :param str sort_order: (optional)
21378
+ The sort order to use, either ascending (`ASC`) or descending (`DESC`).
21379
+
21380
+ Allowed values are: "ASC", "DESC"
21381
+
21382
+ :param str sort_by: (optional)
21383
+ parameter according to which Autonomous Database Software Images will be sorted.
21384
+
21385
+ Allowed values are: "TIMECREATED", "DISPLAYNAME"
21386
+
21387
+ :param str lifecycle_state: (optional)
21388
+ A filter to return only resources that match the given lifecycle state exactly.
21389
+
21390
+ Allowed values are: "AVAILABLE", "FAILED", "PROVISIONING", "EXPIRED", "TERMINATED", "TERMINATING", "UPDATING"
21391
+
21392
+ :param str opc_request_id: (optional)
21393
+ Unique identifier for the request.
21394
+
21395
+ :param str display_name: (optional)
21396
+ A filter to return only resources that match the entire display name given. The match is not case sensitive.
21397
+
21398
+ :param obj retry_strategy: (optional)
21399
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
21400
+
21401
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
21402
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
21403
+
21404
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
21405
+
21406
+ :param bool allow_control_chars: (optional)
21407
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
21408
+ By default, the response will not allow control characters in strings
21409
+
21410
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.AutonomousDatabaseSoftwareImageCollection`
21411
+ :rtype: :class:`~oci.response.Response`
21412
+
21413
+ :example:
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
+ """
21416
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21417
+ required_arguments = ['compartmentId', 'imageShapeFamily']
21418
+ resource_path = "/autonomousDatabaseSoftwareImages"
21419
+ method = "GET"
21420
+ operation_name = "list_autonomous_database_software_images"
21421
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseSoftwareImage/ListAutonomousDatabaseSoftwareImages"
21422
+
21423
+ # Don't accept unknown kwargs
21424
+ expected_kwargs = [
21425
+ "allow_control_chars",
21426
+ "retry_strategy",
21427
+ "limit",
21428
+ "page",
21429
+ "sort_order",
21430
+ "sort_by",
21431
+ "lifecycle_state",
21432
+ "opc_request_id",
21433
+ "display_name"
21434
+ ]
21435
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
21436
+ if extra_kwargs:
21437
+ raise ValueError(
21438
+ f"list_autonomous_database_software_images got unknown kwargs: {extra_kwargs!r}")
21439
+
21440
+ if 'sort_order' in kwargs:
21441
+ sort_order_allowed_values = ["ASC", "DESC"]
21442
+ if kwargs['sort_order'] not in sort_order_allowed_values:
21443
+ raise ValueError(
21444
+ f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
21445
+ )
21446
+
21447
+ if 'sort_by' in kwargs:
21448
+ sort_by_allowed_values = ["TIMECREATED", "DISPLAYNAME"]
21449
+ if kwargs['sort_by'] not in sort_by_allowed_values:
21450
+ raise ValueError(
21451
+ f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
21452
+ )
21453
+
21454
+ if 'lifecycle_state' in kwargs:
21455
+ lifecycle_state_allowed_values = ["AVAILABLE", "FAILED", "PROVISIONING", "EXPIRED", "TERMINATED", "TERMINATING", "UPDATING"]
21456
+ if kwargs['lifecycle_state'] not in lifecycle_state_allowed_values:
21457
+ raise ValueError(
21458
+ f"Invalid value for `lifecycle_state`, must be one of { lifecycle_state_allowed_values }"
21459
+ )
21460
+
21461
+ image_shape_family_allowed_values = ["EXACC_SHAPE", "EXADATA_SHAPE"]
21462
+ if image_shape_family not in image_shape_family_allowed_values:
21463
+ raise ValueError(
21464
+ f"Invalid value for `image_shape_family`, must be one of { image_shape_family_allowed_values }"
21465
+ )
21466
+
21467
+ query_params = {
21468
+ "compartmentId": compartment_id,
21469
+ "limit": kwargs.get("limit", missing),
21470
+ "page": kwargs.get("page", missing),
21471
+ "sortOrder": kwargs.get("sort_order", missing),
21472
+ "sortBy": kwargs.get("sort_by", missing),
21473
+ "lifecycleState": kwargs.get("lifecycle_state", missing),
21474
+ "displayName": kwargs.get("display_name", missing),
21475
+ "imageShapeFamily": image_shape_family
21476
+ }
21477
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
21478
+
21479
+ header_params = {
21480
+ "accept": "application/json",
21481
+ "content-type": "application/json",
21482
+ "opc-request-id": kwargs.get("opc_request_id", missing)
21483
+ }
21484
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
21485
+
21486
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
21487
+ operation_retry_strategy=kwargs.get('retry_strategy'),
21488
+ client_retry_strategy=self.retry_strategy
21489
+ )
21490
+
21491
+ if retry_strategy:
21492
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
21493
+ self.base_client.add_opc_client_retries_header(header_params)
21494
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
21495
+ return retry_strategy.make_retrying_call(
21496
+ self.base_client.call_api,
21497
+ resource_path=resource_path,
21498
+ method=method,
21499
+ query_params=query_params,
21500
+ header_params=header_params,
21501
+ response_type="AutonomousDatabaseSoftwareImageCollection",
21502
+ allow_control_chars=kwargs.get('allow_control_chars'),
21503
+ operation_name=operation_name,
21504
+ api_reference_link=api_reference_link,
21505
+ required_arguments=required_arguments)
21506
+ else:
21507
+ return self.base_client.call_api(
21508
+ resource_path=resource_path,
21509
+ method=method,
21510
+ query_params=query_params,
21511
+ header_params=header_params,
21512
+ response_type="AutonomousDatabaseSoftwareImageCollection",
21513
+ allow_control_chars=kwargs.get('allow_control_chars'),
21514
+ operation_name=operation_name,
21515
+ api_reference_link=api_reference_link,
21516
+ required_arguments=required_arguments)
21517
+
20941
21518
  def list_autonomous_databases(self, compartment_id, **kwargs):
20942
21519
  """
20943
21520
  Gets a list of Autonomous Databases based on the query parameters specified.
@@ -21030,7 +21607,7 @@ class DatabaseClient(object):
21030
21607
  :rtype: :class:`~oci.response.Response`
21031
21608
 
21032
21609
  :example:
21033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
21034
21611
  """
21035
21612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21036
21613
  required_arguments = ['compartmentId']
@@ -21207,7 +21784,7 @@ class DatabaseClient(object):
21207
21784
  :rtype: :class:`~oci.response.Response`
21208
21785
 
21209
21786
  :example:
21210
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
21211
21788
  """
21212
21789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21213
21790
  required_arguments = ['compartmentId']
@@ -21338,7 +21915,7 @@ class DatabaseClient(object):
21338
21915
  :rtype: :class:`~oci.response.Response`
21339
21916
 
21340
21917
  :example:
21341
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
21342
21919
  """
21343
21920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21344
21921
  required_arguments = ['compartmentId']
@@ -21462,7 +22039,7 @@ class DatabaseClient(object):
21462
22039
  :rtype: :class:`~oci.response.Response`
21463
22040
 
21464
22041
  :example:
21465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
21466
22043
  """
21467
22044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21468
22045
  required_arguments = ['availabilityDomain', 'compartmentId']
@@ -21586,7 +22163,7 @@ class DatabaseClient(object):
21586
22163
  :rtype: :class:`~oci.response.Response`
21587
22164
 
21588
22165
  :example:
21589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
21590
22167
  """
21591
22168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21592
22169
  required_arguments = ['compartmentId']
@@ -21727,7 +22304,7 @@ class DatabaseClient(object):
21727
22304
  :rtype: :class:`~oci.response.Response`
21728
22305
 
21729
22306
  :example:
21730
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
21731
22308
  """
21732
22309
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21733
22310
  required_arguments = ['compartmentId', 'autonomousVmClusterId']
@@ -21845,7 +22422,7 @@ class DatabaseClient(object):
21845
22422
  :rtype: :class:`~oci.response.Response`
21846
22423
 
21847
22424
  :example:
21848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
21849
22426
  """
21850
22427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21851
22428
  required_arguments = ['autonomousVmClusterId']
@@ -21982,7 +22559,7 @@ class DatabaseClient(object):
21982
22559
  :rtype: :class:`~oci.response.Response`
21983
22560
 
21984
22561
  :example:
21985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
21986
22563
  """
21987
22564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21988
22565
  required_arguments = ['compartmentId']
@@ -22119,7 +22696,7 @@ class DatabaseClient(object):
22119
22696
  :rtype: :class:`~oci.response.Response`
22120
22697
 
22121
22698
  :example:
22122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
22123
22700
  """
22124
22701
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22125
22702
  required_arguments = ['compartmentId']
@@ -22226,7 +22803,7 @@ class DatabaseClient(object):
22226
22803
  :rtype: :class:`~oci.response.Response`
22227
22804
 
22228
22805
  :example:
22229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
22230
22807
  """
22231
22808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22232
22809
  required_arguments = []
@@ -22335,7 +22912,7 @@ class DatabaseClient(object):
22335
22912
  :rtype: :class:`~oci.response.Response`
22336
22913
 
22337
22914
  :example:
22338
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
22339
22916
  """
22340
22917
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22341
22918
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -22475,7 +23052,7 @@ class DatabaseClient(object):
22475
23052
  :rtype: :class:`~oci.response.Response`
22476
23053
 
22477
23054
  :example:
22478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
22479
23056
  """
22480
23057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22481
23058
  required_arguments = ['compartmentId']
@@ -22632,7 +23209,7 @@ class DatabaseClient(object):
22632
23209
  :rtype: :class:`~oci.response.Response`
22633
23210
 
22634
23211
  :example:
22635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
22636
23213
  """
22637
23214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22638
23215
  required_arguments = ['compartmentId']
@@ -22771,7 +23348,7 @@ class DatabaseClient(object):
22771
23348
  :rtype: :class:`~oci.response.Response`
22772
23349
 
22773
23350
  :example:
22774
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
22775
23352
  """
22776
23353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22777
23354
  required_arguments = ['cloudVmClusterId']
@@ -22899,7 +23476,7 @@ class DatabaseClient(object):
22899
23476
  :rtype: :class:`~oci.response.Response`
22900
23477
 
22901
23478
  :example:
22902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
22903
23480
  """
22904
23481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22905
23482
  required_arguments = ['cloudVmClusterId']
@@ -23043,7 +23620,7 @@ class DatabaseClient(object):
23043
23620
  :rtype: :class:`~oci.response.Response`
23044
23621
 
23045
23622
  :example:
23046
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
23047
23624
  """
23048
23625
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23049
23626
  required_arguments = ['compartmentId']
@@ -23168,7 +23745,7 @@ class DatabaseClient(object):
23168
23745
  :rtype: :class:`~oci.response.Response`
23169
23746
 
23170
23747
  :example:
23171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
23172
23749
  """
23173
23750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23174
23751
  required_arguments = ['dbNodeId']
@@ -23283,7 +23860,7 @@ class DatabaseClient(object):
23283
23860
  :rtype: :class:`~oci.response.Response`
23284
23861
 
23285
23862
  :example:
23286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
23287
23864
  """
23288
23865
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23289
23866
  required_arguments = ['dbNodeId']
@@ -23433,7 +24010,7 @@ class DatabaseClient(object):
23433
24010
  :rtype: :class:`~oci.response.Response`
23434
24011
 
23435
24012
  :example:
23436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
23437
24014
  """
23438
24015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23439
24016
  required_arguments = ['autonomousContainerDatabaseId', 'compartmentId']
@@ -23551,7 +24128,7 @@ class DatabaseClient(object):
23551
24128
  :rtype: :class:`~oci.response.Response`
23552
24129
 
23553
24130
  :example:
23554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
23555
24132
  """
23556
24133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23557
24134
  required_arguments = ['databaseId']
@@ -23690,7 +24267,7 @@ class DatabaseClient(object):
23690
24267
  :rtype: :class:`~oci.response.Response`
23691
24268
 
23692
24269
  :example:
23693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
23694
24271
  """
23695
24272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23696
24273
  required_arguments = ['compartmentId']
@@ -23859,7 +24436,7 @@ class DatabaseClient(object):
23859
24436
  :rtype: :class:`~oci.response.Response`
23860
24437
 
23861
24438
  :example:
23862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
23863
24440
  """
23864
24441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23865
24442
  required_arguments = ['databaseId']
@@ -24034,7 +24611,7 @@ class DatabaseClient(object):
24034
24611
  :rtype: :class:`~oci.response.Response`
24035
24612
 
24036
24613
  :example:
24037
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
24038
24615
  """
24039
24616
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24040
24617
  required_arguments = ['compartmentId']
@@ -24164,7 +24741,7 @@ class DatabaseClient(object):
24164
24741
  :rtype: :class:`~oci.response.Response`
24165
24742
 
24166
24743
  :example:
24167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
24168
24745
  """
24169
24746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24170
24747
  required_arguments = ['dbHomeId']
@@ -24272,7 +24849,7 @@ class DatabaseClient(object):
24272
24849
  :rtype: :class:`~oci.response.Response`
24273
24850
 
24274
24851
  :example:
24275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
24276
24853
  """
24277
24854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24278
24855
  required_arguments = ['dbHomeId']
@@ -24416,7 +24993,7 @@ class DatabaseClient(object):
24416
24993
  :rtype: :class:`~oci.response.Response`
24417
24994
 
24418
24995
  :example:
24419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
24420
24997
  """
24421
24998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24422
24999
  required_arguments = ['compartmentId']
@@ -24580,7 +25157,7 @@ class DatabaseClient(object):
24580
25157
  :rtype: :class:`~oci.response.Response`
24581
25158
 
24582
25159
  :example:
24583
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
24584
25161
  """
24585
25162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24586
25163
  required_arguments = ['compartmentId']
@@ -24736,7 +25313,7 @@ class DatabaseClient(object):
24736
25313
  :rtype: :class:`~oci.response.Response`
24737
25314
 
24738
25315
  :example:
24739
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
24740
25317
  """
24741
25318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24742
25319
  required_arguments = ['compartmentId', 'exadataInfrastructureId']
@@ -24861,7 +25438,7 @@ class DatabaseClient(object):
24861
25438
  :rtype: :class:`~oci.response.Response`
24862
25439
 
24863
25440
  :example:
24864
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
24865
25442
  """
24866
25443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24867
25444
  required_arguments = []
@@ -24958,7 +25535,7 @@ class DatabaseClient(object):
24958
25535
  :rtype: :class:`~oci.response.Response`
24959
25536
 
24960
25537
  :example:
24961
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
24962
25539
  """
24963
25540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24964
25541
  required_arguments = ['dbSystemId']
@@ -25066,7 +25643,7 @@ class DatabaseClient(object):
25066
25643
  :rtype: :class:`~oci.response.Response`
25067
25644
 
25068
25645
  :example:
25069
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
25070
25647
  """
25071
25648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25072
25649
  required_arguments = ['dbSystemId']
@@ -25177,7 +25754,7 @@ class DatabaseClient(object):
25177
25754
  :rtype: :class:`~oci.response.Response`
25178
25755
 
25179
25756
  :example:
25180
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
25181
25758
  """
25182
25759
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25183
25760
  required_arguments = ['compartmentId']
@@ -25278,7 +25855,7 @@ class DatabaseClient(object):
25278
25855
  :rtype: :class:`~oci.response.Response`
25279
25856
 
25280
25857
  :example:
25281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
25282
25859
  """
25283
25860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25284
25861
  required_arguments = ['storageManagement']
@@ -25405,7 +25982,7 @@ class DatabaseClient(object):
25405
25982
  :rtype: :class:`~oci.response.Response`
25406
25983
 
25407
25984
  :example:
25408
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
25409
25986
  """
25410
25987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25411
25988
  required_arguments = ['dbSystemId']
@@ -25587,7 +26164,7 @@ class DatabaseClient(object):
25587
26164
  :rtype: :class:`~oci.response.Response`
25588
26165
 
25589
26166
  :example:
25590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
25591
26168
  """
25592
26169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25593
26170
  required_arguments = ['compartmentId']
@@ -25738,7 +26315,7 @@ class DatabaseClient(object):
25738
26315
  :rtype: :class:`~oci.response.Response`
25739
26316
 
25740
26317
  :example:
25741
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
25742
26319
  """
25743
26320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25744
26321
  required_arguments = ['compartmentId']
@@ -25879,7 +26456,7 @@ class DatabaseClient(object):
25879
26456
  :rtype: :class:`~oci.response.Response`
25880
26457
 
25881
26458
  :example:
25882
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
25883
26460
  """
25884
26461
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25885
26462
  required_arguments = ['compartmentId']
@@ -26042,7 +26619,7 @@ class DatabaseClient(object):
26042
26619
  :rtype: :class:`~oci.response.Response`
26043
26620
 
26044
26621
  :example:
26045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
26046
26623
  """
26047
26624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26048
26625
  required_arguments = ['compartmentId']
@@ -26200,7 +26777,7 @@ class DatabaseClient(object):
26200
26777
  :rtype: :class:`~oci.response.Response`
26201
26778
 
26202
26779
  :example:
26203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
26204
26781
  """
26205
26782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26206
26783
  required_arguments = ['compartmentId', 'externalDatabaseId']
@@ -26354,7 +26931,7 @@ class DatabaseClient(object):
26354
26931
  :rtype: :class:`~oci.response.Response`
26355
26932
 
26356
26933
  :example:
26357
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
26358
26935
  """
26359
26936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26360
26937
  required_arguments = ['compartmentId']
@@ -26513,7 +27090,7 @@ class DatabaseClient(object):
26513
27090
  :rtype: :class:`~oci.response.Response`
26514
27091
 
26515
27092
  :example:
26516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
26517
27094
  """
26518
27095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26519
27096
  required_arguments = ['compartmentId']
@@ -26657,7 +27234,7 @@ class DatabaseClient(object):
26657
27234
  :rtype: :class:`~oci.response.Response`
26658
27235
 
26659
27236
  :example:
26660
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
26661
27238
  """
26662
27239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26663
27240
  required_arguments = ['compartmentId']
@@ -26782,7 +27359,7 @@ class DatabaseClient(object):
26782
27359
  :rtype: :class:`~oci.response.Response`
26783
27360
 
26784
27361
  :example:
26785
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
26786
27363
  """
26787
27364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26788
27365
  required_arguments = ['compartmentId']
@@ -26893,7 +27470,7 @@ class DatabaseClient(object):
26893
27470
  :rtype: :class:`~oci.response.Response`
26894
27471
 
26895
27472
  :example:
26896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
26897
27474
  """
26898
27475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26899
27476
  required_arguments = ['compartmentId']
@@ -27031,7 +27608,7 @@ class DatabaseClient(object):
27031
27608
  :rtype: :class:`~oci.response.Response`
27032
27609
 
27033
27610
  :example:
27034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
27035
27612
  """
27036
27613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27037
27614
  required_arguments = ['compartmentId']
@@ -27224,7 +27801,7 @@ class DatabaseClient(object):
27224
27801
  :rtype: :class:`~oci.response.Response`
27225
27802
 
27226
27803
  :example:
27227
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
27228
27805
  """
27229
27806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27230
27807
  required_arguments = ['compartmentId']
@@ -27400,7 +27977,7 @@ class DatabaseClient(object):
27400
27977
  :rtype: :class:`~oci.response.Response`
27401
27978
 
27402
27979
  :example:
27403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
27404
27981
  """
27405
27982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27406
27983
  required_arguments = ['compartmentId']
@@ -27552,7 +28129,7 @@ class DatabaseClient(object):
27552
28129
  :rtype: :class:`~oci.response.Response`
27553
28130
 
27554
28131
  :example:
27555
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
27556
28133
  """
27557
28134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27558
28135
  required_arguments = ['databaseId']
@@ -27722,7 +28299,7 @@ class DatabaseClient(object):
27722
28299
  :rtype: :class:`~oci.response.Response`
27723
28300
 
27724
28301
  :example:
27725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
27726
28303
  """
27727
28304
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27728
28305
  required_arguments = []
@@ -27865,7 +28442,7 @@ class DatabaseClient(object):
27865
28442
  :rtype: :class:`~oci.response.Response`
27866
28443
 
27867
28444
  :example:
27868
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
27869
28446
  """
27870
28447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27871
28448
  required_arguments = ['compartmentId', 'shape', 'giVersion']
@@ -28002,7 +28579,7 @@ class DatabaseClient(object):
28002
28579
  :rtype: :class:`~oci.response.Response`
28003
28580
 
28004
28581
  :example:
28005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
28006
28583
  """
28007
28584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28008
28585
  required_arguments = ['exadataInfrastructureId', 'compartmentId']
@@ -28143,7 +28720,7 @@ class DatabaseClient(object):
28143
28720
  :rtype: :class:`~oci.response.Response`
28144
28721
 
28145
28722
  :example:
28146
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
28147
28724
  """
28148
28725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28149
28726
  required_arguments = ['vmClusterId']
@@ -28251,7 +28828,7 @@ class DatabaseClient(object):
28251
28828
  :rtype: :class:`~oci.response.Response`
28252
28829
 
28253
28830
  :example:
28254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
28255
28832
  """
28256
28833
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28257
28834
  required_arguments = ['vmClusterId']
@@ -28372,7 +28949,7 @@ class DatabaseClient(object):
28372
28949
  :rtype: :class:`~oci.response.Response`
28373
28950
 
28374
28951
  :example:
28375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
28376
28953
  """
28377
28954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28378
28955
  required_arguments = ['vmClusterId']
@@ -28514,7 +29091,7 @@ class DatabaseClient(object):
28514
29091
  :rtype: :class:`~oci.response.Response`
28515
29092
 
28516
29093
  :example:
28517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
28518
29095
  """
28519
29096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28520
29097
  required_arguments = ['vmClusterId']
@@ -28668,7 +29245,7 @@ class DatabaseClient(object):
28668
29245
  :rtype: :class:`~oci.response.Response`
28669
29246
 
28670
29247
  :example:
28671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
28672
29249
  """
28673
29250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28674
29251
  required_arguments = ['compartmentId']
@@ -28812,7 +29389,7 @@ class DatabaseClient(object):
28812
29389
  :rtype: :class:`~oci.response.Response`
28813
29390
 
28814
29391
  :example:
28815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
28816
29393
  """
28817
29394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28818
29395
  required_arguments = ['pluggableDatabaseId']
@@ -28932,7 +29509,7 @@ class DatabaseClient(object):
28932
29509
  :rtype: :class:`~oci.response.Response`
28933
29510
 
28934
29511
  :example:
28935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
28936
29513
  """
28937
29514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28938
29515
  required_arguments = ['dbSystemId']
@@ -29052,7 +29629,7 @@ class DatabaseClient(object):
29052
29629
  :rtype: :class:`~oci.response.Response`
29053
29630
 
29054
29631
  :example:
29055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
29056
29633
  """
29057
29634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29058
29635
  required_arguments = ['databaseId']
@@ -29172,7 +29749,7 @@ class DatabaseClient(object):
29172
29749
  :rtype: :class:`~oci.response.Response`
29173
29750
 
29174
29751
  :example:
29175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
29176
29753
  """
29177
29754
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29178
29755
  required_arguments = ['databaseId']
@@ -29292,7 +29869,7 @@ class DatabaseClient(object):
29292
29869
  :rtype: :class:`~oci.response.Response`
29293
29870
 
29294
29871
  :example:
29295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
29296
29873
  """
29297
29874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29298
29875
  required_arguments = ['pluggableDatabaseId']
@@ -29409,7 +29986,7 @@ class DatabaseClient(object):
29409
29986
  :rtype: :class:`~oci.response.Response`
29410
29987
 
29411
29988
  :example:
29412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
29413
29990
  """
29414
29991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29415
29992
  required_arguments = ['pluggableDatabaseId']
@@ -29515,7 +30092,7 @@ class DatabaseClient(object):
29515
30092
  :rtype: :class:`~oci.response.Response`
29516
30093
 
29517
30094
  :example:
29518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
29519
30096
  """
29520
30097
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29521
30098
  required_arguments = ['autonomousDatabaseId']
@@ -29621,7 +30198,7 @@ class DatabaseClient(object):
29621
30198
  :rtype: :class:`~oci.response.Response`
29622
30199
 
29623
30200
  :example:
29624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
29625
30202
  """
29626
30203
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29627
30204
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -29730,7 +30307,7 @@ class DatabaseClient(object):
29730
30307
  :rtype: :class:`~oci.response.Response`
29731
30308
 
29732
30309
  :example:
29733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
29734
30311
  """
29735
30312
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29736
30313
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -29848,7 +30425,7 @@ class DatabaseClient(object):
29848
30425
  :rtype: :class:`~oci.response.Response`
29849
30426
 
29850
30427
  :example:
29851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
29852
30429
  """
29853
30430
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29854
30431
  required_arguments = ['pluggableDatabaseId']
@@ -29968,7 +30545,7 @@ class DatabaseClient(object):
29968
30545
  :rtype: :class:`~oci.response.Response`
29969
30546
 
29970
30547
  :example:
29971
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
29972
30549
  """
29973
30550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29974
30551
  required_arguments = ['cloudVmClusterId']
@@ -30088,7 +30665,7 @@ class DatabaseClient(object):
30088
30665
  :rtype: :class:`~oci.response.Response`
30089
30666
 
30090
30667
  :example:
30091
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
30092
30669
  """
30093
30670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30094
30671
  required_arguments = ['vmClusterId']
@@ -30214,7 +30791,7 @@ class DatabaseClient(object):
30214
30791
  :rtype: :class:`~oci.response.Response`
30215
30792
 
30216
30793
  :example:
30217
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
30218
30795
  """
30219
30796
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30220
30797
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -30333,7 +30910,7 @@ class DatabaseClient(object):
30333
30910
  :rtype: :class:`~oci.response.Response`
30334
30911
 
30335
30912
  :example:
30336
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
30337
30914
  """
30338
30915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30339
30916
  required_arguments = []
@@ -30439,7 +31016,7 @@ class DatabaseClient(object):
30439
31016
  :rtype: :class:`~oci.response.Response`
30440
31017
 
30441
31018
  :example:
30442
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
30443
31020
  """
30444
31021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30445
31022
  required_arguments = ['autonomousContainerDatabaseId']
@@ -30541,7 +31118,7 @@ class DatabaseClient(object):
30541
31118
  :rtype: :class:`~oci.response.Response`
30542
31119
 
30543
31120
  :example:
30544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
30545
31122
  """
30546
31123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30547
31124
  required_arguments = ['autonomousDatabaseId']
@@ -30644,7 +31221,7 @@ class DatabaseClient(object):
30644
31221
  :rtype: :class:`~oci.response.Response`
30645
31222
 
30646
31223
  :example:
30647
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
30648
31225
  """
30649
31226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30650
31227
  required_arguments = ['autonomousDatabaseId']
@@ -30749,7 +31326,7 @@ class DatabaseClient(object):
30749
31326
  :rtype: :class:`~oci.response.Response`
30750
31327
 
30751
31328
  :example:
30752
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
30753
31330
  """
30754
31331
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30755
31332
  required_arguments = ['databaseId']
@@ -30863,7 +31440,7 @@ class DatabaseClient(object):
30863
31440
  :rtype: :class:`~oci.response.Response`
30864
31441
 
30865
31442
  :example:
30866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
30867
31444
  """
30868
31445
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30869
31446
  required_arguments = ['autonomousContainerDatabaseId']
@@ -30980,7 +31557,7 @@ class DatabaseClient(object):
30980
31557
  :rtype: :class:`~oci.response.Response`
30981
31558
 
30982
31559
  :example:
30983
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
30984
31561
  """
30985
31562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30986
31563
  required_arguments = ['autonomousDatabaseId']
@@ -31098,7 +31675,7 @@ class DatabaseClient(object):
31098
31675
  :rtype: :class:`~oci.response.Response`
31099
31676
 
31100
31677
  :example:
31101
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
31102
31679
  """
31103
31680
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31104
31681
  required_arguments = ['autonomousVmClusterId']
@@ -31216,7 +31793,7 @@ class DatabaseClient(object):
31216
31793
  :rtype: :class:`~oci.response.Response`
31217
31794
 
31218
31795
  :example:
31219
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
31220
31797
  """
31221
31798
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31222
31799
  required_arguments = ['autonomousVmClusterId']
@@ -31334,7 +31911,7 @@ class DatabaseClient(object):
31334
31911
  :rtype: :class:`~oci.response.Response`
31335
31912
 
31336
31913
  :example:
31337
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
31338
31915
  """
31339
31916
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31340
31917
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -31453,7 +32030,7 @@ class DatabaseClient(object):
31453
32030
  :rtype: :class:`~oci.response.Response`
31454
32031
 
31455
32032
  :example:
31456
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
31457
32034
  """
31458
32035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31459
32036
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -31569,7 +32146,7 @@ class DatabaseClient(object):
31569
32146
  :rtype: :class:`~oci.response.Response`
31570
32147
 
31571
32148
  :example:
31572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
31573
32150
  """
31574
32151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31575
32152
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -31682,7 +32259,7 @@ class DatabaseClient(object):
31682
32259
  :rtype: :class:`~oci.response.Response`
31683
32260
 
31684
32261
  :example:
31685
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
31686
32263
  """
31687
32264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31688
32265
  required_arguments = ['pluggableDatabaseId']
@@ -31795,7 +32372,7 @@ class DatabaseClient(object):
31795
32372
  :rtype: :class:`~oci.response.Response`
31796
32373
 
31797
32374
  :example:
31798
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
31799
32376
  """
31800
32377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31801
32378
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -31910,7 +32487,7 @@ class DatabaseClient(object):
31910
32487
  :rtype: :class:`~oci.response.Response`
31911
32488
 
31912
32489
  :example:
31913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
31914
32491
  """
31915
32492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31916
32493
  required_arguments = ['databaseId']
@@ -32013,7 +32590,7 @@ class DatabaseClient(object):
32013
32590
  :rtype: :class:`~oci.response.Response`
32014
32591
 
32015
32592
  :example:
32016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
32017
32594
  """
32018
32595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32019
32596
  required_arguments = ['autonomousDatabaseId']
@@ -32125,7 +32702,7 @@ class DatabaseClient(object):
32125
32702
  :rtype: :class:`~oci.response.Response`
32126
32703
 
32127
32704
  :example:
32128
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
32129
32706
  """
32130
32707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32131
32708
  required_arguments = ['externalContainerDatabaseId', 'externalDatabaseConnectorId']
@@ -32233,7 +32810,7 @@ class DatabaseClient(object):
32233
32810
  :rtype: :class:`~oci.response.Response`
32234
32811
 
32235
32812
  :example:
32236
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
32237
32814
  """
32238
32815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32239
32816
  required_arguments = ['autonomousDatabaseId']
@@ -32333,7 +32910,7 @@ class DatabaseClient(object):
32333
32910
  :rtype: :class:`~oci.response.Response`
32334
32911
 
32335
32912
  :example:
32336
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
32337
32914
  """
32338
32915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32339
32916
  required_arguments = ['autonomousDatabaseId']
@@ -32443,7 +33020,7 @@ class DatabaseClient(object):
32443
33020
  :rtype: :class:`~oci.response.Response`
32444
33021
 
32445
33022
  :example:
32446
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
32447
33024
  """
32448
33025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32449
33026
  required_arguments = ['pluggableDatabaseId']
@@ -32551,7 +33128,7 @@ class DatabaseClient(object):
32551
33128
  :rtype: :class:`~oci.response.Response`
32552
33129
 
32553
33130
  :example:
32554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
32555
33132
  """
32556
33133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32557
33134
  required_arguments = ['autonomousDatabaseId']
@@ -32663,7 +33240,7 @@ class DatabaseClient(object):
32663
33240
  :rtype: :class:`~oci.response.Response`
32664
33241
 
32665
33242
  :example:
32666
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
32667
33244
  """
32668
33245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32669
33246
  required_arguments = ['pluggableDatabaseId']
@@ -32775,7 +33352,7 @@ class DatabaseClient(object):
32775
33352
  :rtype: :class:`~oci.response.Response`
32776
33353
 
32777
33354
  :example:
32778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
32779
33356
  """
32780
33357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32781
33358
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -32894,7 +33471,7 @@ class DatabaseClient(object):
32894
33471
  :rtype: :class:`~oci.response.Response`
32895
33472
 
32896
33473
  :example:
32897
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
32898
33475
  """
32899
33476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32900
33477
  required_arguments = ['autonomousDatabaseId']
@@ -33018,7 +33595,7 @@ class DatabaseClient(object):
33018
33595
  :rtype: :class:`~oci.response.Response`
33019
33596
 
33020
33597
  :example:
33021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
33022
33599
  """
33023
33600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33024
33601
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -33121,7 +33698,7 @@ class DatabaseClient(object):
33121
33698
  :rtype: :class:`~oci.response.Response`
33122
33699
 
33123
33700
  :example:
33124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
33125
33702
  """
33126
33703
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33127
33704
  required_arguments = ['autonomousContainerDatabaseId']
@@ -33219,7 +33796,7 @@ class DatabaseClient(object):
33219
33796
  :rtype: :class:`~oci.response.Response`
33220
33797
 
33221
33798
  :example:
33222
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
33223
33800
  """
33224
33801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33225
33802
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -33324,7 +33901,7 @@ class DatabaseClient(object):
33324
33901
  :rtype: :class:`~oci.response.Response`
33325
33902
 
33326
33903
  :example:
33327
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
33328
33905
  """
33329
33906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33330
33907
  required_arguments = ['dbSystemId']
@@ -33425,7 +34002,7 @@ class DatabaseClient(object):
33425
34002
  :rtype: :class:`~oci.response.Response`
33426
34003
 
33427
34004
  :example:
33428
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
33429
34006
  """
33430
34007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33431
34008
  required_arguments = ['autonomousContainerDatabaseId']
@@ -33538,7 +34115,7 @@ class DatabaseClient(object):
33538
34115
  :rtype: :class:`~oci.response.Response`
33539
34116
 
33540
34117
  :example:
33541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
33542
34119
  """
33543
34120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33544
34121
  required_arguments = ['autonomousContainerDatabaseId', 'autonomousContainerDatabaseDataguardAssociationId']
@@ -33649,7 +34226,7 @@ class DatabaseClient(object):
33649
34226
  :rtype: :class:`~oci.response.Response`
33650
34227
 
33651
34228
  :example:
33652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
33653
34230
  """
33654
34231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33655
34232
  required_arguments = ['autonomousDatabaseId']
@@ -33759,7 +34336,7 @@ class DatabaseClient(object):
33759
34336
  :rtype: :class:`~oci.response.Response`
33760
34337
 
33761
34338
  :example:
33762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
33763
34340
  """
33764
34341
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33765
34342
  required_arguments = ['autonomousDatabaseBackupId']
@@ -33859,7 +34436,7 @@ class DatabaseClient(object):
33859
34436
  :rtype: :class:`~oci.response.Response`
33860
34437
 
33861
34438
  :example:
33862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
33863
34440
  """
33864
34441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33865
34442
  required_arguments = []
@@ -33916,6 +34493,116 @@ class DatabaseClient(object):
33916
34493
  api_reference_link=api_reference_link,
33917
34494
  required_arguments=required_arguments)
33918
34495
 
34496
+ def update_autonomous_database_software_image(self, autonomous_database_software_image_id, update_autonomous_database_software_image_details, **kwargs):
34497
+ """
34498
+ Updates the properties of an Autonomous Database Software Image, like add tags
34499
+
34500
+
34501
+ :param str autonomous_database_software_image_id: (required)
34502
+ The Autonomous Database Software Image `OCID`__.
34503
+
34504
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
34505
+
34506
+ :param oci.database.models.UpdateAutonomousDatabaseSoftwareImageDetails update_autonomous_database_software_image_details: (required)
34507
+ Request to update the properties of an Autonomous Database Software Image.
34508
+
34509
+ :param str if_match: (optional)
34510
+ For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
34511
+ parameter to the value of the etag from a previous GET or POST response for that resource. The resource
34512
+ will be updated or deleted only if the etag you provide matches the resource's current etag value.
34513
+
34514
+ :param str opc_request_id: (optional)
34515
+ Unique identifier for the request.
34516
+
34517
+ :param obj retry_strategy: (optional)
34518
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
34519
+
34520
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation will not retry by default, users can also use the convenient :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` provided by the SDK to enable retries for it.
34521
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
34522
+
34523
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
34524
+
34525
+ :param bool allow_control_chars: (optional)
34526
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
34527
+ By default, the response will not allow control characters in strings
34528
+
34529
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.database.models.AutonomousDatabaseSoftwareImage`
34530
+ :rtype: :class:`~oci.response.Response`
34531
+
34532
+ :example:
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
+ """
34535
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34536
+ required_arguments = ['autonomousDatabaseSoftwareImageId']
34537
+ resource_path = "/autonomousDatabaseSoftwareImages/{autonomousDatabaseSoftwareImageId}"
34538
+ method = "PUT"
34539
+ operation_name = "update_autonomous_database_software_image"
34540
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousDatabaseSoftwareImage/UpdateAutonomousDatabaseSoftwareImage"
34541
+
34542
+ # Don't accept unknown kwargs
34543
+ expected_kwargs = [
34544
+ "allow_control_chars",
34545
+ "retry_strategy",
34546
+ "if_match",
34547
+ "opc_request_id"
34548
+ ]
34549
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
34550
+ if extra_kwargs:
34551
+ raise ValueError(
34552
+ f"update_autonomous_database_software_image got unknown kwargs: {extra_kwargs!r}")
34553
+
34554
+ path_params = {
34555
+ "autonomousDatabaseSoftwareImageId": autonomous_database_software_image_id
34556
+ }
34557
+
34558
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
34559
+
34560
+ for (k, v) in six.iteritems(path_params):
34561
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
34562
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
34563
+
34564
+ header_params = {
34565
+ "accept": "application/json",
34566
+ "content-type": "application/json",
34567
+ "if-match": kwargs.get("if_match", missing),
34568
+ "opc-request-id": kwargs.get("opc_request_id", missing)
34569
+ }
34570
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
34571
+
34572
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
34573
+ operation_retry_strategy=kwargs.get('retry_strategy'),
34574
+ client_retry_strategy=self.retry_strategy
34575
+ )
34576
+
34577
+ if retry_strategy:
34578
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
34579
+ self.base_client.add_opc_client_retries_header(header_params)
34580
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
34581
+ return retry_strategy.make_retrying_call(
34582
+ self.base_client.call_api,
34583
+ resource_path=resource_path,
34584
+ method=method,
34585
+ path_params=path_params,
34586
+ header_params=header_params,
34587
+ body=update_autonomous_database_software_image_details,
34588
+ response_type="AutonomousDatabaseSoftwareImage",
34589
+ allow_control_chars=kwargs.get('allow_control_chars'),
34590
+ operation_name=operation_name,
34591
+ api_reference_link=api_reference_link,
34592
+ required_arguments=required_arguments)
34593
+ else:
34594
+ return self.base_client.call_api(
34595
+ resource_path=resource_path,
34596
+ method=method,
34597
+ path_params=path_params,
34598
+ header_params=header_params,
34599
+ body=update_autonomous_database_software_image_details,
34600
+ response_type="AutonomousDatabaseSoftwareImage",
34601
+ allow_control_chars=kwargs.get('allow_control_chars'),
34602
+ operation_name=operation_name,
34603
+ api_reference_link=api_reference_link,
34604
+ required_arguments=required_arguments)
34605
+
33919
34606
  def update_autonomous_database_wallet(self, autonomous_database_id, update_autonomous_database_wallet_details, **kwargs):
33920
34607
  """
33921
34608
  Updates the wallet for the specified Autonomous Database.
@@ -33948,7 +34635,7 @@ class DatabaseClient(object):
33948
34635
  :rtype: :class:`~oci.response.Response`
33949
34636
 
33950
34637
  :example:
33951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
33952
34639
  """
33953
34640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33954
34641
  required_arguments = ['autonomousDatabaseId']
@@ -34051,7 +34738,7 @@ class DatabaseClient(object):
34051
34738
  :rtype: :class:`~oci.response.Response`
34052
34739
 
34053
34740
  :example:
34054
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
34055
34742
  """
34056
34743
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34057
34744
  required_arguments = ['autonomousExadataInfrastructureId']
@@ -34159,7 +34846,7 @@ class DatabaseClient(object):
34159
34846
  :rtype: :class:`~oci.response.Response`
34160
34847
 
34161
34848
  :example:
34162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
34163
34850
  """
34164
34851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34165
34852
  required_arguments = ['autonomousVmClusterId']
@@ -34272,7 +34959,7 @@ class DatabaseClient(object):
34272
34959
  :rtype: :class:`~oci.response.Response`
34273
34960
 
34274
34961
  :example:
34275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
34276
34963
  """
34277
34964
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34278
34965
  required_arguments = ['backupDestinationId']
@@ -34382,7 +35069,7 @@ class DatabaseClient(object):
34382
35069
  :rtype: :class:`~oci.response.Response`
34383
35070
 
34384
35071
  :example:
34385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
34386
35073
  """
34387
35074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34388
35075
  required_arguments = ['cloudAutonomousVmClusterId']
@@ -34492,7 +35179,7 @@ class DatabaseClient(object):
34492
35179
  :rtype: :class:`~oci.response.Response`
34493
35180
 
34494
35181
  :example:
34495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
34496
35183
  """
34497
35184
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34498
35185
  required_arguments = ['cloudExadataInfrastructureId']
@@ -34602,7 +35289,7 @@ class DatabaseClient(object):
34602
35289
  :rtype: :class:`~oci.response.Response`
34603
35290
 
34604
35291
  :example:
34605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
34606
35293
  """
34607
35294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34608
35295
  required_arguments = ['cloudVmClusterId']
@@ -34712,7 +35399,7 @@ class DatabaseClient(object):
34712
35399
  :rtype: :class:`~oci.response.Response`
34713
35400
 
34714
35401
  :example:
34715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
34716
35403
  """
34717
35404
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34718
35405
  required_arguments = ['cloudVmClusterId']
@@ -34825,7 +35512,7 @@ class DatabaseClient(object):
34825
35512
  :rtype: :class:`~oci.response.Response`
34826
35513
 
34827
35514
  :example:
34828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
34829
35516
  """
34830
35517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34831
35518
  required_arguments = ['dbNodeId', 'consoleConnectionId']
@@ -34939,7 +35626,7 @@ class DatabaseClient(object):
34939
35626
  :rtype: :class:`~oci.response.Response`
34940
35627
 
34941
35628
  :example:
34942
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
34943
35630
  """
34944
35631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34945
35632
  required_arguments = ['dbNodeId', 'consoleHistoryId']
@@ -35055,7 +35742,7 @@ class DatabaseClient(object):
35055
35742
  :rtype: :class:`~oci.response.Response`
35056
35743
 
35057
35744
  :example:
35058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
35059
35746
  """
35060
35747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35061
35748
  required_arguments = ['databaseId', 'dataGuardAssociationId']
@@ -35163,7 +35850,7 @@ class DatabaseClient(object):
35163
35850
  :rtype: :class:`~oci.response.Response`
35164
35851
 
35165
35852
  :example:
35166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
35167
35854
  """
35168
35855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35169
35856
  required_arguments = ['databaseId']
@@ -35268,7 +35955,7 @@ class DatabaseClient(object):
35268
35955
  :rtype: :class:`~oci.response.Response`
35269
35956
 
35270
35957
  :example:
35271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
35272
35959
  """
35273
35960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35274
35961
  required_arguments = ['databaseSoftwareImageId']
@@ -35373,7 +36060,7 @@ class DatabaseClient(object):
35373
36060
  :rtype: :class:`~oci.response.Response`
35374
36061
 
35375
36062
  :example:
35376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
35377
36064
  """
35378
36065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35379
36066
  required_arguments = ['dbHomeId']
@@ -35481,7 +36168,7 @@ class DatabaseClient(object):
35481
36168
  :rtype: :class:`~oci.response.Response`
35482
36169
 
35483
36170
  :example:
35484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
35485
36172
  """
35486
36173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35487
36174
  required_arguments = ['dbNodeId']
@@ -35595,7 +36282,7 @@ class DatabaseClient(object):
35595
36282
  :rtype: :class:`~oci.response.Response`
35596
36283
 
35597
36284
  :example:
35598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
35599
36286
  """
35600
36287
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35601
36288
  required_arguments = ['dbSystemId']
@@ -35704,7 +36391,7 @@ class DatabaseClient(object):
35704
36391
  :rtype: :class:`~oci.response.Response`
35705
36392
 
35706
36393
  :example:
35707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
35708
36395
  """
35709
36396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35710
36397
  required_arguments = ['exadataInfrastructureId']
@@ -35824,7 +36511,7 @@ class DatabaseClient(object):
35824
36511
  :rtype: :class:`~oci.response.Response`
35825
36512
 
35826
36513
  :example:
35827
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
35828
36515
  """
35829
36516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35830
36517
  required_arguments = ['dbSystemId']
@@ -35937,7 +36624,7 @@ class DatabaseClient(object):
35937
36624
  :rtype: :class:`~oci.response.Response`
35938
36625
 
35939
36626
  :example:
35940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
35941
36628
  """
35942
36629
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35943
36630
  required_arguments = ['externalContainerDatabaseId']
@@ -36048,7 +36735,7 @@ class DatabaseClient(object):
36048
36735
  :rtype: :class:`~oci.response.Response`
36049
36736
 
36050
36737
  :example:
36051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
36052
36739
  """
36053
36740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36054
36741
  required_arguments = ['externalDatabaseConnectorId']
@@ -36158,7 +36845,7 @@ class DatabaseClient(object):
36158
36845
  :rtype: :class:`~oci.response.Response`
36159
36846
 
36160
36847
  :example:
36161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
36162
36849
  """
36163
36850
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36164
36851
  required_arguments = ['externalNonContainerDatabaseId']
@@ -36270,7 +36957,7 @@ class DatabaseClient(object):
36270
36957
  :rtype: :class:`~oci.response.Response`
36271
36958
 
36272
36959
  :example:
36273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
36274
36961
  """
36275
36962
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36276
36963
  required_arguments = ['externalPluggableDatabaseId']
@@ -36380,7 +37067,7 @@ class DatabaseClient(object):
36380
37067
  :rtype: :class:`~oci.response.Response`
36381
37068
 
36382
37069
  :example:
36383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
36384
37071
  """
36385
37072
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36386
37073
  required_arguments = ['keyStoreId']
@@ -36485,7 +37172,7 @@ class DatabaseClient(object):
36485
37172
  :rtype: :class:`~oci.response.Response`
36486
37173
 
36487
37174
  :example:
36488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
36489
37176
  """
36490
37177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36491
37178
  required_arguments = ['maintenanceRunId']
@@ -36593,7 +37280,7 @@ class DatabaseClient(object):
36593
37280
  :rtype: :class:`~oci.response.Response`
36594
37281
 
36595
37282
  :example:
36596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
36597
37284
  """
36598
37285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36599
37286
  required_arguments = ['oneoffPatchId']
@@ -36700,7 +37387,7 @@ class DatabaseClient(object):
36700
37387
  :rtype: :class:`~oci.response.Response`
36701
37388
 
36702
37389
  :example:
36703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
36704
37391
  """
36705
37392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36706
37393
  required_arguments = ['pluggableDatabaseId']
@@ -36808,7 +37495,7 @@ class DatabaseClient(object):
36808
37495
  :rtype: :class:`~oci.response.Response`
36809
37496
 
36810
37497
  :example:
36811
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
36812
37499
  """
36813
37500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36814
37501
  required_arguments = ['vmClusterId']
@@ -36924,7 +37611,7 @@ class DatabaseClient(object):
36924
37611
  :rtype: :class:`~oci.response.Response`
36925
37612
 
36926
37613
  :example:
36927
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
36928
37615
  """
36929
37616
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36930
37617
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']
@@ -37035,7 +37722,7 @@ class DatabaseClient(object):
37035
37722
  :rtype: :class:`~oci.response.Response`
37036
37723
 
37037
37724
  :example:
37038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
37039
37726
  """
37040
37727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37041
37728
  required_arguments = ['databaseId']
@@ -37152,7 +37839,7 @@ class DatabaseClient(object):
37152
37839
  :rtype: :class:`~oci.response.Response`
37153
37840
 
37154
37841
  :example:
37155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
37156
37843
  """
37157
37844
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37158
37845
  required_arguments = ['dbSystemId']
@@ -37269,7 +37956,7 @@ class DatabaseClient(object):
37269
37956
  :rtype: :class:`~oci.response.Response`
37270
37957
 
37271
37958
  :example:
37272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/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.
37273
37960
  """
37274
37961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37275
37962
  required_arguments = ['exadataInfrastructureId', 'vmClusterNetworkId']